@charset "UTF-8";

/* Form field styling */

.FormItemStyle {
	border: 2px solid #eeeeee;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000000;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 900;
	font-family: source-sans-pro; sans-serif;
	width:100%;
}

input {
	height: 46px;
}

textarea {
}

select {
	height: 60px;
}

input[type=checkbox] {
	visibility: hidden;
}

.submit {
	display: block;
	border: 0;
	width: 25%;
	height: 60px;
	margin: 30px auto 0;
	background: #eee;
	color: #000;
	text-align: center;
	transition: background, color, .5s ease 0;
	border: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000000;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}

#submit:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}

.wrapper {
	max-width: 1020px;
	height: 100%;
	background: #fff;
	margin: 0px auto 0;
	/*padding: 20px;*/
}

/* Div Layout Styling */

.subscribeBox {
	position: relative;
	margin: 0 auto;
	/*padding:10px 0;*/
	height: auto;
	width: 50%;
	min-width: 320px;
}


*:focus {
	outline: none;
}

.subscribeForm {
	display: block;
	margin: 20px 0 0 0;
	width: 95%;
}

.thin {
	font-weight:200;
}