@charset "utf-8";
/* Mobile Layout up to 480px */

.required-asterisk {
	color: #F00;
}

/* this is actually an anti-spam container to defeat less sophisticated spam bots */
.email_confirmation_container, .email_confirmation_field {
	display: none;
}

form header {
  margin: 40px 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
  text-align:left;
}
form > div > label,
legend {
  width: 95%;
  float: none;
  padding-right: 0;
}
form > div > div,
form > div > fieldset > div {
  width: 95%;
  float: none;
}
form > div > fieldset label {
	font-size: 90%;
	text-align:left;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=telephone],
input[type=url],
input[type=password],
select,
textarea {
  margin: 10px 0 20px 0;
  width: 90%;
  padding: 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

.primaryAction	{
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 150%;
	line-height:normal;
	text-decoration: none;
	padding: 2.5%;
	background-color: #f7b224;
	color: #000;
	border-width: 2px;
	border-style:solid;
	border-color:transparent;
	margin: 20px 0 0 0;
	display: block;
	/*width: 95%;*/
	text-align:center;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
	.primaryAction:hover, .primaryAction:active	{
		color: #fff;
		border-color: #f7b224;
		background-color: #001463;
	}
.primaryAction.alt {
	background-color: #0260ba;
	color: #fff;
}

.inputNote {
	font-size: 80%;
	color: #666;
	line-height: 1;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

form header {
  
}
form header div {

}
form header h2 {
  
}
form > div {
}
form > div > fieldset > div > div {
}
form > div > label,
legend {

}
form > div > div,
form > div > fieldset > div {

}
form > div > fieldset label {
	
}
fieldset {

}

input[type=text],
input[type=email],
input[type=telephone],
input[type=url],
input[type=password],
select,
textarea {
	
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {}

}

/* Desktop Layout: min 769px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {



.desc	{
	text-align: right;
}
form header {
  
}
form header div {

}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
  width: 30%;
  float: left;
  padding-right: 2.5%;
}
form > div > div,
form > div > fieldset > div {
  width: 65%;
  float: right;
  text-align: left;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  	padding: 0;
}

input[type=text],
input[type=email],
input[type=telephone],
input[type=url],
input[type=password],
select,
textarea {
	width: 100%;
	margin: 0;
}
input[type=telephone],
select	{
	width: initial;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

}
