body,html{height: 100%;margin:0;padding:0;-webkit-user-select:none; }
body{
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	color:#666666;
	background-color: #ffffff;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}
/* http://www.colorzilla.com/gradient-editor */
#grad
{
background: #006F9E;; /* Old browsers */
background: -moz-linear-gradient(top, #00afe5 0%, #006f9e 50%, #006f9e 100%);
background: -webkit-linear-gradient(top, #00afe5 0%,#006f9e 50%,#006f9e 100%);
background: linear-gradient(to bottom, #00afe5 0%,#006f9e 50%,#006f9e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afe5', endColorstr='#006f9e',GradientType=0 );
}
.background-style {
	background-image: url(/gcN2N/img/Login/pinstripes2.png);
	background-repeat: repeat;
	clip: rect(auto,auto,auto,auto);
}

#container{
	background-repeat: repeat;
	clip: rect(auto,auto,auto,auto);
	height:100%;
}
.signup-body{
	max-width:400px;
	margin: auto;
	padding: auto;
}

.timeline-head{
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#4c4c4c),to(#111));
	background-image:-moz-linear-gradient(top,#4c4c4c,#111);
	background-image:-ms-linear-gradient(top,#4c4c4c,#111);
	height:29px;
	width:100%;
	position:relative;
	color:#fff;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	margin-bottom:0px
}.timeline-head .title{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none
}.timeline-head .logo{width:117px;padding:0 15px}

.mainlogo{
	align: center;
	margin-right: auto;
	margin-left: auto;
}
.top-patner{
	overflow: hidden;
	min-height:360px;

	background-repeat: repeat;

}

.inputs{
	background-color:#fff;
	border-radius:6px;
	box-shadow:rgba(0,0,0,0.25) 0 1px 4px,rgba(0,0,0,0.04) 0 -1px 0;
	border-image:initial;
	font-size:14px;
	border:0;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

.inputs .signup-container{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:5px 20px;
	border-top:1px solid #e8e8e8;
	width:100%
}

.inputs .signup-container:first-child{
	border-top:0
}

.inputs .signup-input{
	width:100%;
	border-radius:2px;
	-webkit-appearance:none;
	background:0;
	font-size:14px;
	font-family:HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
	border:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}
.inputs .signup-input.invalid{color:red}.inputs .signup-input.valid{color:#4d7ca2}
.inputs .signup-field-head{
	min-width:7em;
	font-weight:bold;
	line-height:30px;
	color: #666666;
}.inputs .signup-field{
	position:relative;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	line-height:30px
}.inputs .signup-field .placeholder{
	color:darkGray;
	position:absolute;
	left:4px
}.inputs .signup-field .placeholder.valid{
	color:#4d7ca2
}.inputs .signup-field .placeholder.invalid{
	color:red
}.mobile_username_email_sign_in_211-both_subtext.inputs 
.signup-field-hint{
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-ms-flex-orient:horizontal;

	padding-left:10px
}
.signup-button{
	text-align:center;
	margin:0 25px 20px 25px
}
.signup.button{
	width:100%;
	max-width:400px
}.signup-step,.signup-field-hint{
	padding:0 15px 10px;
	text-align:center;
	color:#F3FB6F;
	text-shadow:#fff 0 0px 0;
	font-size:13px;
	line-height:16px;
	
}.signup-step a:link,.signup-step a:active,.signup-step a:visited,.signup-field-hint a:link,.signup-field-hint a:active,.signup-field-hint a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	outline:0
}.signup-field-hint.signup{
	font-size:16px;
	line-height:24px
}

/*.button.signup{
	background-color:#003C71; /* Old browsers */
/*	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(51%,#003C71), color-stop(51%,#003C71)); /* Chrome,Safari4+ */
/*	background-image:-moz-linear-gradient(top, #003C71 51%,#003C71 51%); /* Chrome10+,Safari5.1+ */
/*	background-image:-ms-linear-gradient(top, #003C71 51%,#003C71 51%); /* IE10+ */
/*	border:1px solid #003C71;
	color:#fff;
	text-shadow:-1px -1px 0 #000
}*/

.button.signup {
	background-color:#18AAE6;
	background-image:-webkit-gradient(linear, 0% 0, 0% 100%, from(#18AAE6), to(#028FBE));
	background-image:-moz-linear-gradient(top, #18AAE6, #028FBE);
	background-image:-ms-linear-gradient(top, #18AAE6, #028FBE);
	background-image: -o-linear-gradient(top, #18AAE6, #028FBE);
	background-image: linear-gradient(to bottom, #18AAE6, #028FBE);
	border:1px solid #0C9FC6;
	color:#fff;
	text-shadow:-1px -1px 0 #39d
}



/*Signup Button-blue
.button.signup{
	background-color:#18aae6;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#29b7eb),to(#028fbe));
	background-image:-moz-linear-gradient(top,#29b7eb,#028fbe);
	background-image:-ms-linear-gradient(top,#29b7eb,#028fbe);
	border:1px solid #1480cc;
	color:#fff;
	text-shadow:-1px -1px 0 #39d
}*/

/*Signup Button-Orange

.button.signup{
	background-color:#ffab23;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#fe6),to(#ffab23));
	background-image:-moz-linear-gradient(top,#fe6,#ffab23);
	background-image:-ms-linear-gradient(top,#fe6,#ffab23);
	border-color:none;
	border:1px solid;
	border-color:#cbbd55 #c9a239 #ca8a21
}
*/
.button.blue{
	background-color:#34bdef;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#80caff),to(#2988cc));
	background-image:-moz-linear-gradient(top,#80caff,#2988cc);
	background-image:-ms-linear-gradient(top,#80caff,#2988cc);
	border:1px solid #1480cc;
	color:#fff;
	text-shadow:-1px -1px 0 #39d;
	margin:0 15px 20px 15px
}
.button.blue:active{background:#2988cc}
.button.signin{
	max-width:60px;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:0;
	position:absolute;
	right:0;
	top:0;
	margin:7px 15px 2px;
	padding:7px 9px 8px;
	font-size:14px
}
.button,.button.disabled,.button.disabled:active{
	background-color:#fefefe;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#fefefe),to(#dedede));
	background-image:-moz-linear-gradient(top,#fefefe,#dedede);
	background-image:-ms-linear-gradient(top,#fefefe,#dedede);
	border:1px solid;
	border-color:#c6c6c6 #b6b6b6 #acacac;
	border-radius:5px;
	color:#333;
	display:inline-block;
	font:normal normal 600 14px/15px HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin:0;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:8px 9px 10px;
	text-shadow:#f0f0f0 0 1px;
	text-decoration:none;
	font-size:18px;
	padding:13px 15px 12px
}.button:active,.button.inactive,.button.active{background-image:none;box-shadow:inset 0 0 5px rgba(50,50,50,0.3)}.button.disabled{color:#999}


/* === Middle navigation buttons === */
.middle{
	margin-right: 30px;
	margin-left: auto;
	width: 100%;
}
.middleVersion li, .middleVersion li a {
	border-radius: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 100%;
}
.middleVersion li { width: 54px; height: 54px; box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; -webkit-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; -moz-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; }
.middleVersion li a {
	top: 7px;
	left: 7px;
	width: 40px;
	height: 40px;
	box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset;
	-webkit-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset;
	-moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset;
} 


.middleVersion {
	text-align: center;
}
.middleVersion li {
	position: relative;
	display: inline-block;
	text-align: center;
	border: 1px solid #bebebe;
	background: #e9e9e9;
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
	background: -o-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
	background: linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#eaeaea',GradientType=0 );																		
margin-right: 25px;
	margin-left: -20px;
}
.middleVersion li a { 
position: absolute;
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #AFAFAF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#AFAFAF));
background: -webkit-linear-gradient(top,  #fafafa 0%,#AFAFAF 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#AFAFAF 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#AFAFAF 100%);
background: linear-gradient(top,  #fafafa 0%,#AFAFAF 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#AFAFAF',GradientType=0 );
border: 1px solid #AFAFAF;
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}
.middleVersion li a > img{
	padding-top: 5px;
}


.middleVersion li > a:hover, .middleNavS li > a:hover  { 
background: #e6e6e6;
background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 );
}
.middleVersion li > a:active, .middleNavS li > a:active  { 
box-shadow: 0 2px 2px #efefef, 0 0px 3px 0px #cdcdcd inset;
-moz-box-shadow: 0 2px 2px #efefef, 0 0px 2px 0px #cdcdcd inset;
background: #e6e6e6;
background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 );
-webkit-transform: translate(0px,1px);
-moz-transform: translate(0px,1px);}


.footer{
	text-align:center;
	background-image: url(/gcN2N/img/Login/bottom-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	padding-top: -180px;
}
.footer .footer-link{color:#000;text-decoration:none}
.footer .more{
	margin-top:10px;
	font-size:12px;
	color:#FFFFFF;
	font-weight: normal;
}
.footer .copyright {
	margin-top:10px;
	font-size:10px;
	color:#FFFFFF;
	font-weight: normal;
}
.footer .view {
	margin-top:10px;
	font-size:10px;
	color:#FFFFFF;
	font-weight: normal;
}
.footer  a:Link,a:visited{
	color:#FFFFFF;

}


.passwords-page div.inputs{
	padding:10px;
	background-color: #F4F4F4;
}
.passwords-page div.inputs div{
	text-align:center;
	display:block;
	width:100%
}
.passwords-page fieldset.inputs{
	background-color:#fff
}
.passwords-page fieldset.inputs .signup-field-head{
	min-width:8.4em
}
.passwords-page.passwords-new-page .footer{
	margin-top:20px;
	padding-left:20px;
	padding-right:20px
}
.passwords-page .footer .signup-field-hint{
	font-size:12px
}.resend-password{text-align:center;padding-top:2em}
.resend-password .resend-password-btn{
	border:0;
	background:transparent;
	text-decoration:underline;
	color:#FFFFFF;
	text-shadow:#003c71 0px 0px 0px;
	font-size:13px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.passwords-page .instructions,.passwords-create-page .inputs,.passwords-submit-personal-info-page .inputs,.passwords-reset-sent-page .inputs{

}
.passwords-page .instructions div,.passwords-page .instructions p,.passwords-create-page .inputs div,.passwords-create-page .inputs p,.passwords-submit-personal-info-page .inputs div,.passwords-submit-personal-info-page .inputs p,.passwords-reset-sent-page .inputs div,.passwords-reset-sent-page .inputs p{
text-align:center
}
.passwords-page .instructions p.instructions,.passwords-create-page .inputs p.instructions,.passwords-submit-personal-info-page .inputs p.instructions,.passwords-reset-sent-page .inputs p.instructions{font-size:12px
}
.passwords-page .button.signin{
max-width:60px
}
.passwords-page .button.open-app{
padding-left:0;padding-right:0
}

.passwords-page .inputs .signup-container{
	font-size:14px;


}

.passwords-page .button.retrieve{
	background-color:#34bdef;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#80caff),to(#2988cc));
	background-image:-moz-linear-gradient(top,#80caff,#2988cc);
	background-image:-ms-linear-gradient(top,#80caff,#2988cc);
	border:1px solid #1480cc;
	color:#fff;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 10px;
}
