@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

header,
nav,
section,
article,
aside,
footer {
	display:			block;
}

a,
a:link,
a:visited {
	text-decoration:	underline;
	color:				#FFFFFF;
}

a:hover,
a:active {
	color:				#ed1c2e;
}

article {
	position:			relative;
}

blockquote {
}

body {
	margin:				0;
	padding:			0;

	font-size:			14px;
	font-family:		Montserrat, sans-serif;
	font-weight:		400;
	color:				#FFF;
	
	background-color:	#000;
}

dl {
	margin:				0;	
	padding:			0 0 12px 0;	
}

dd {
	margin:				0 0 0 200;	
	padding:			0 0 12px 0;
	
	line-height:		12px;	
}

dt {
	width:				190;
	float:				left;

	padding:			0;

	color:				#60B0E0;
	text-align:			right;
	font-weight:		700;	
}

form {
	margin:				0 0 0 0;
}

h1 {
	margin:				0;
	padding:			0;

	font-size:			70px;
	line-height:		100%;
	font-weight:		700;
}

h1 sup {
	vertical-align:		top;
	font-size:			53px;
}

h2 {
	margin:				0 0 10px 0;
	padding:			0;

	font-size:			26px;
	line-height:		100%;
	font-weight:		400;
	color:				#41BAEB;
	
	-webkit-column-break-before: always;
	break-before:		column;	
}

h3 {
	margin:				0 0 10px 0;
	padding:			0;

	font-size:			15px;
	line-height:		130%;
	font-weight:		700;
}

h4 {
	margin:				0;
	padding:			0 0 7px 0;

	font-size:			110%;
}

h5 {
	margin:				0;
	padding:			0;

	font-size:			110%;
}

hr {
	margin:				10px 0;
	padding:			0;

	height:				0;
	color:				#41BAEB;

	border: 			none;
	border-top:			1px solid #41BAEB;

	background-color:	transparent;
}

html {
	height:				100%;
}

img {
	border:				none;
}


select,
input[type='text'],
input[type='email'],
textarea {
	display:			inline-block;
		
	margin:				0 0 5px 0;
	padding:			0;
	
	height:				25px;
	width:				65%;
	outline:			none;	
	
	font-family:		Arial, sans-serif;
	font-size:			14px;
	color:				#000;
	line-height:		25px;
	
	border:				1px solid #FFF;
	background-color:	#FFF;
}

select {
	height:				29px;
	width:				99%;
}

input[type='submit'] {	
	display:			block;
	
	width:				100%;
	
	margin:				10px 0;	
	padding:			10px;
	
	font-family:		Montserrat, sans-serif;
	font-weight:		400;
	line-height:		120%;
	font-size:			20px;
	color:				#FFF68D;
	text-align:			center;
	text-decoration:	none;
	text-shadow:		0 0 20px #FFCD05;

	
	border-radius:		0;
	
	outline:			none;	

	cursor:				pointer;
	
	border:				1px solid #E41C24;
	background-color:	#E41C24;
}

input[type='submit']:active,
input[type='submit']:focus,
input[type='submit']:hover {
	border:				1px solid #41BAEB !important;	
	color:				#FFF !important;
	background-color:	#41BAEB !important;
}

label {
	display:			inline-block;

	margin:				0 0 5px 0;
	padding:			0 0 0 2%;
	
	width:				31%;
	height:				25px;
	
	font-family:		Arial, sans-serif;
	font-weight:		400;
	font-size:			14px;
	line-height:		25px;
	text-transform:		uppercase;
	color:				#000;

	border:				1px solid #FFF;
	border-right:		1px solid #000;	
	outline:			none;	
	
	background-color:	#FFF;	
	
}

li {
	margin:				0 0 5px 12px;
	padding:			0 0 0 0;

	line-height:		130%;
}

ol {
	margin:				0 0 0 10px;
	padding:			0 0 15px 0;
}


ol li {
	margin:				0 0 5px 15px;
	padding:			0 0 0 10px;
}


ul {
	margin:				0 0 0 10px;
	padding:			0 0 15px 0;
}

p {
	margin:				0 0 12px 0;
	padding:			0;

	line-height:		150%;
}

table {
	margin:				0 0 12px 0;
	padding:			0;
}

strong {
	font-weight:		700;
}

td {
}

th {
}

