



/* Background Color/Image
================================================== */

	html,
	body {
		background: #e5e5e5;
	}
	
	


/* Container
================================================== */

	#signup {	
				background-color: #ffffff; 		
		border-width:0px;
		border-color:#eeeeee;
		border-style:solid;
		-webkit-box-shadow: 0px 0px 0px #FFF; -moz-box-shadow: 0px 0px 0px #FFF; box-shadow: 0px 0px 0px #FFF;	}
	
	#signup-page header h1 {
		text-align: left;
	}
			
	#signup-page header h1 {
		font-family:Oswald;
		font-weight:normal;
		font-style:normal;
		color:#3f7f00;
		text-shadow: 0px 1px 1px #ffffff;
		font-size:4.0em;
	}
	
	#signup-page header h1 span {
		display: block;
		text-align: left;
	}
	
	#signup a,
	#privacy-policy a {
		color:#00bfbf !important;
	}
	
	#signup h2,
	#privacy-policy h2 {
		font-family:Oswald;
		font-size:2.4em;
		font-weight:normal;
		font-style:normal;
		color:#191919;
		text-shadow: none;
	}
	
	#signup h2.social-heading, 
	#signup label {
		font-family:Oswald;
		font-size:1.4em;
		font-weight:normal;
		font-style:normal;
		color:#a69e9e;
		text-shadow: none;
	}
	
	#signup p,
	#privacy-policy p {
		font-size:1.4em !important;
		font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
		font-weight:300;
		color:#333333;
	}
	
	#presignup-content ul,
	#success-content ul {
		font-size:1.4em !important;
		font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
		font-weight:300;
		color:#333333;
		margin-left: 20px;
	}

	#presignup-content li,
	#success-content li {
		font-size: 1em;
		line-height:1.4em !important;
		list-style: disc;
	}



/* Privacy Policy Modal
================================================== */

	span.privacy-policy {
		color:#333333;
	}
	
	#privacy-policy {
		background-color: #ffffff;
	}
	
	#privacy-policy h2 {
		color:#191919  !important;
	}
	
	#privacy-policy p {
		color:#333333 !important;
	}
	
	#privacy-policy a.close:hover {
		color:#00a2a2 !important;
	}
			


/* Form
================================================== */
											
	#signup input#submit-button,
	#signup #submit-button-spinner {
		background-color:#a69e9e;
	}
	
	#signup span#submit-button-border {
		border-color:#8d8686;
		background:#8d8686;
	}
	
	#signup input#submit-button:hover {
		background-color:#8d8686;
	}



/* Media Queries
================================================== */

	@media screen and (max-width: 768px) {		html,
		body { 
						background-color:#ffffff;
					}
		
			
	
	}
