::-webkit-input-placeholder { color: #fff;; }
:-moz-placeholder { color: #fff;; }
::-moz-placeholder { color: #fff;; }
:-ms-input-placeholder { color: #fff;; }

#SplashBanner {
	background: url(../img/splash-bg.jpg) no-repeat center top;
	background-size: cover;
	height: 800Px;
	position: relative;
}
	.splash-nav { 
		color: #fff;
		position: relative;
		top: 60Px;
		text-align: center;
	}
		.splash-nav > * {
			display: inline-block;
			font-weight: 300;
			font-size: 32Px;
			text-transform: uppercase;
			vertical-align: top;
			margin: 0;
		}
		.splash-nav h1 { font-weight: 900;  }
		.splash-nav img {
			margin: 12Px 25Px 0; 
		}
	.splash-form { 
		position: absolute;
		bottom: 60Px;
		left: 0;
		right: 0;
	}
		.splash-form p {
			color: #fff;
			font-size: 42Px;
			font-weight: 100;
			text-align: center;
		}
		.splash-form input, .splash-form button {
			appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			-moz-appearance: none;
			-webkit-appearance: none;
			background: none;
			border: 1Px solid #D9D9D9;
			color: #fff;
			display: inline-block;
			font-size: 18Px;
			font-weight: 300;
			width: 41%;
			padding: 10Px 0;
			height: 40Px;
			text-indent: 15Px;
			transition: .3s background ease;
			-moz-transition: .3s background ease;
			-webkit-transition: .3s background ease;
		}
		.splash-form button {
			background: #ED2B94;
			border-color: #ED2B94;
			display: inline-block;
			width: 15%;
			text-align: center;
			text-indent: 0;
			height: 62Px;
		}
			.splash-form button:hover { background: none; }
			.splash-form input:focus, .splash-form input:hover { background: rgba(255, 255, 255, .4); }
