/* ERRORS */
.page_error_message {
  padding: 20px 0;
  border-radius: 10px;
  color: #c33838;
  list-style: none;
  font-size: 18px;
}
.page_success_message {
  padding: 20px 0;
  border-radius: 10px;
  color: #0d860d;
  list-style: none;
  font-size: 18px;
}
.page_error_message strong, .page_success_message strong {
	font-weight: bold;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
}
.clearfix:after {
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
  visibility: hidden;
}
.upper {
	position: relative;
	background: url("../images/promohero.png") top no-repeat;
	background-size: cover;
	z-index: 2;
	padding: 40px 0 50px;
	box-shadow: inset 0 3px 10px 2px #000;
}
.upper * {
	position: relative;
	z-index: 12;
}
.upper:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 102%;
	background-color: #fff;
	content: "";
	opacity: .66;
	z-index: 1;
}
input, input:focus, *:focus { outline:none!important; }
*, *:before, *:after {
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-smoothing: grayscale;
}
label {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #444;
	padding: 0 0 5px;
	font-weight: bold;
}
input {
	width: 100%;
	height: 40px;
	border-radius: 6px;
	border: solid 1px rgba(0,0,0,.3);
}
.form {
	position: relative;
	padding: 45px 0 0;
	max-width: 80%;
}
.form:after {
	position: absolute;
	top: -60px;
	padding: 35px 20px;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
	right: -10%;
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.25);
	border: solid 2px rgba(0,0,0,.2);
	content: "Sign up now!";
	text-align: center;
	color: #fff;
	background-color: #d0a621;
}
.form .input {
  width: 49%;
  float: left;
}
.form .submit {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.form input[type='submit'] {
	border-radius: 6px;
	background-color: #d0a621;
	text-align: center;
	padding: 0;
	box-shadow: inset 0 -2px 4px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -2px 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -2px 4px 0 rgba(0,0,0,.2);
	height: 50px;
	max-width: 25%;
	padding-bottom: 2px;
	color: #fff;
	font-weight: bold;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	cursor: pointer;
	transition: .2s;
	-webkit-appearance: none!important;
}
.form input[type='submit']:hover {
	background-color: #e6b620;
}
.form input {
	margin: 0 0 10px;
	padding-left: 12px;
	color: #555;
	font-size: 17px;
  box-shadow: inset 0 1px 2px 1px rgba(51, 44, 17, 0.30);
  -webkit-box-shadow: inset 0 1px 2px 1px rgba(51, 44, 17, 0.30);
	-moz-box-shadow: inset 0 1px 2px 1px rgba(51, 44, 17, 0.30);
}
.form .input:nth-of-type(odd) {
	margin-right: 2%;
}
.container {
	margin: 0 auto;
	max-width: 1000px;
  position: relative;
	z-index: 12;
}
.header {
	position: relative;
  border-top: solid 3px #c09b26;
  background-color: #fff;
  padding: 25px 0;
  z-index: 12;
}
.promo-body {
	min-height: 600px;
}
h1 {
	padding: 10px 0 10px;
	font-size: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display:inline-block;
	max-width: 75%;
	margin: 0;
	line-height: 1.4;
	font-weight: bold;
	color: #444;
}
h1:not(small) {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.27);
}
h1:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 30%;
	height: 3px;
	background-color: #c09b26;
	display: block;
	content: "";
}
h1 small {
	font-size: 22px;
	text-transform: none;
	letter-spacing: normal;
	color: #c09b26;
	display: block;
	font-weight: bold;
	text-shadow: none;
	margin: 10px 0 -5px;
}
.promo-body p {
	font-size: 18px;
	line-height: 30px;
	color: #555;
	max-width: 50%;
	margin: 5px 0;
	padding: 0;
}
.footer {
	padding: 50px 0;
	margin: 30px 0;
}
.footer p {
	color: #666;
	text-align: left;
	font-size: 13px;
}
@media screen and (max-width: 1050px) {
	.container {
		padding: 0 5%;
	}
}
@media screen and (max-width: 850px) {
	.form {
		padding: 60px 0 0;
		margin: 0 auto;
	}
	.form:after {
		top: -75px;
		right: -15%;
	}
	h1 {
		max-width: 100%;
	}
	.promo-body p {
		max-width: 85%;
	}
	.form .input {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.header img {
		max-width: 40%;
	}
	h1 {
		font-size: 36px;
		letter-spacing: 1px;
	}
	.form:after {
		display: none;
	}
	.container {
		padding: 0 8%;
	}
	.form {
		max-width: 100%;
	}
	.form .submit input {
		max-width: 100%;
	}
	.footer p {
		text-align: center;
	}
	.promo-body p {
		line-height: 28px;
		font-size: 17px;
	}
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 28px;
	}
	h1 small {
		font-size: 20px;
	}
	.promo-body p {
		line-height: 26px;
		font-size: 16px;
	}
}