/* CSS Document */


body {
	width: 100%;
	font-family: 'PT Sans Caption', sans-serif;
}

a {
	text-decoration: none;
	color: #3f92b6;
	font-weight: 700;
}

ul {
	list-style: none;
}

.fsFieldFocused {
	background: none;
}

.fsBody .fsForm {
	border: none !important;
}

.fsValidationError {
	background: none !important;
}

.fsValidationError .fsLabel {
	background-image: none !important;
	padding-left: 0px !important;
}

.fsError {
	margin: 10px 35% !important;
	width: 30%;
}

input[type="submit"]:focus {
	outline: none !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #737369;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:     #737369;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:     #737369;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:     #737369;
}

.header {
	width: 100%;
	height: 50px;
	border-bottom: 3px solid #bfbdc1;
	font-family: 'Montserrat', sans-serif;
}

.header .signIn {
	float: right;
	position: relative;
	top: 13px;
	right: 10px;
}

.header .signIn a {
	color: #5aa2c3;
}

.header .signIn a:hover {
	text-decoration: none;
	color: #3f92b6;
}




form[name="emailForm"] .fsError {
	display: none;
}

form[name="emailForm"] .fsValidationError input.email {
	opacity: 0.5;
	color: #ba0000;
}


form[name="emailForm"] .submitWrapper {
	width: 200px;
}
form[name="emailForm"] .fsSubmit {
	margin-top: 30px !important;
	position: static !important;
	float: left;
	width: 100%;
	background: none !important;
	padding: 0px !important;
}

form[name="emailForm"] .fsSubmit input {
	padding: 4 0px !important;
}



form[name="emailForm"] .fsSubmitButton {
	padding: 0px !important;
	width: 100%;
	padding: 12px 11px 9px 11px !important;
	font-size: 13px !important;
	color: #ffffff;
	background: #3f92b6;
	border: none;
}

form[name="emailForm"] .fsSubmitButton:hover {
	opacity: .8;	
}

/*Alpha Screen*/

.alpha {
	z-index: 1000;
	background: #fff;
	position: relative;
	display: none;
	top: -309px;
	width: 800px;
	min-height: 374px;
	border: 10px solid #636363;
	padding: 0px !important;
}

.alpha .close {
	overflow: visible;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 37px 37px 0;
	border-color: transparent #636363 transparent transparent;
	opacity: 1;
}

.alpha .close:hover {
	opacity: 1;
}

.alpha .close a {
	z-index: 1001;
	position: relative;
	top: -8px;
	left: 20px;
	color: #fff;
}
.alpha .close a i {
	font-size: 28px;
}

.alpha .close a:hover {
	color: #d9cfd0;
}

.alpha .wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

.alpha .wrapper .subHeader {
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #a3a3a3;
}

.alpha .wrapper .subHeader h2{
	position: absolute;
	display: block;
	font-family: 'Montserrat', sans-serif;
	padding-left: 10px;
	color: #3f92b6;
}

.alpha form {
	float: left;
	width: 40%;
	margin: 35px 25px;
}

.alpha form label {
	font-size: 16px;
	width: 100%;
	color: #535353;
}

.alpha form input[type="password"], .alpha form input[type="email"] {
	margin: 2px 3px 10px 3px;
	height: 40px;
	width: 95%;
	font-size: 15px;
	padding-left: 7px;
	border : 1px solid #a3a3a3;
}

.alpha form input[type="submit"] {
	display: block;
	margin: 10px 3px 10px 3px;
	font-size: 15px;
	padding: 7px;
	background: #3f92b6;
	color: #fff !important;
	border: none;
}

.alpha form input[type="submit"]:hover {
	opacity: .8;
}

.alphaInfo {
	margin: 20px;
	float: left;
	width: 40%;
}

.alphaInfo h3{
	margin-top: 20px;
	font-size: 16px;
	font-family: 'PT Sans Caption', sans-serif;
	color: #535353;
	font-weight: 700;
}

.alpha.getInTouch {
	top: -365px;
	height: 570px;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

.alpha .formPrompt {
	margin-left: 30px;
	width: 293px;
	position: absolute;
	top: 75px;
	text-align: center;
	color: #3f92b6;
}

.alpha form a.forgot {
	display: block;
	width: 165px;
}

/*The get in touch form */

.alpha .fsForm {
	position: relative;
	float: left !important;
	width: 40% !important;
	height: 300px;
	margin: 35px 25px !important;
	font-family: 'PT Sans Caption', sans-serif;
}

.alpha .fsForm .fsSubmit {
	background: none !important;
	padding: 0px !important;
}

.alpha .fsForm .fsRowBody {
	padding: 0px !important;
}

.alpha .fsForm label {
	font-size: 16px !important;
	margin-bottom: 5px;
}

.alpha .fsForm label .fsRequiredMarker {
	display: none;
}

.alpha .fsForm input.fsField{
	margin: 2px 3px 10px 3px !important;
	height: 40px !important;
	width: 95% !important;
	padding-left: 7px !important;
	border: 1px solid #a3a3a3 !important;
	background-image: none !important;
}

.alpha .fsForm input[type="submit"] {
	display: block !important;
	margin: 10px 3px 10px 3px !important;;
}

.alpha .fsForm .fsError {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 25px 20px;
	position: absolute;
	float: right;
	width: 380px;
	left: 225px;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.6;
	color: #000000;
	border: 2px solid #ba0000;
}



/*footer*/

.footer {
	position: relative;
	top: 90px;
	width: 300px;
	border-top: 2px solid #3f92b6;
}

.footer p {
	padding: 15px;
	text-align: center;
	font-size: 12px; 
}
	

/*Sign In/Forgot page Error*/

.alphaInfo {
	position: relative;
}
.loginError, .forgotError {
	display: none;
	padding: 15px 20px;
	position: absolute;
	float: right;
	width: 270px;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.6;
	background: #fee;
	color: #000000;
	border: 2px solid #ba0000;
}

.loginError {
	top: 90px;
}

.forgotError { 
	top: 37px;
}

.loginError p, .forgotError p {
	margin-bottom: 0px;
}

/*success page*/
h2.waitingThanks {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	color: #3b92b3;
	position: relative;
	top: 26px;
	font-size: 24px;
}

body {
	background: @white;
}
.logo {
	top: 30px;
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 70px auto;
}

.logo img {
	display: block;
	height: auto;
	max-width: 100%;
}

form[name="emailForm"] {
	position: relative;
	margin-top: 35px !important	;
	width: 90% !important;
	height: 100px;
	margin: auto;
}

form[name="emailForm"] .fsPage {
	margin: auto;
	width: 100%;
	max-width: 500px;
		
}

form[name="emailForm"] .fsPage label.email {
	color: #232323;
}

form[name="emailForm"] .fsPage input.email  {
	background: transparent;
	width: 100%;
	max-width: 100% !important;
	background-image: none !important;
	height: 45px;
	border: 2px solid #3f92b6 !important;
	font-family: 'PT Sans Caption', sans-serif !important;
}	



@media only screen and (max-width: 479px) {
	body form[name="emailForm"] .fsPage label.email {
		font-size: 12px;
		width: 100%;
		text-align: center;
	}
	body form[name="emailForm"] .fsPage input[type="email"] {
		font-size: 12px;
	}
}



	
	