/*MODAL WINDOW*/
h1.new-registration{
	font-size: 44px;
	line-height: 1.1;
}
#boxes #dialog {
	padding:0px 0px 20px 0px;
	background-color:#ffffff;
	width:950px;
	background:white;
	border-bottom-right-radius: 35px;
}
#boxes #choice{
	width:950px;
	background:white;
	padding:0px 0px 20px 0px;
	border-bottom-right-radius: 35px;
}
#boxes .rowWrapper:before, #boxes .rowWrapper:after {
	clear: both;
	content: " ";
	display: block;
}
#boxes #left, #boxes #right{
	float: left;
	width: 47%;

}
#boxes #left{
	padding-right: 2%;
}
#boxes #right{
	padding-left: 2%;
	border-left: 1px solid #ccc;
}
#boxes img{
	width: 100%;
	height: auto;
	margin-bottom:10px;
	display:block;
	border-bottom-right-radius: 20px;
}
.modalPadding{
	padding:0px 30px;
}
.winBar{
	background:#808080;
	height:60px;
	line-height:60px;
	text-align:left;
	color:#fff;
	font-size:33px;
	margin-bottom:30px;
	font-family: "Gotham A", "Gotham B", Lato, sans-serif;
	padding:0px 30px;
}
.winBar a{
	display: block;
}
#boxes p{
	margin-bottom:15px;
	font-size:1.2em; line-height:1.3em;
}
.modalTable.modalTable2{
	margin-bottom:15px;
}

#boxes #dialog #company_code{
	width:300px; margin-right:20px;  font-size:1.5em; padding:6px; 
	border-radius:0px;
	border:solid 1px #999;
	height:40px;
	line-height:40px;
}

h4.modalTitleStyle{
	font-size:1.8em;
	margin:0px;
	padding:0px;
	line-height:1;
	font-family: "Gotham A", "Gotham B", Lato, sans-serif;
	font-weight:400;
	padding-bottom:6px;
}
#dialog h4.modalTitleStyle{
	padding-bottom:10px;
}

.close{
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #fff;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}

a.close:link {text-decoration: none; color: #fff;}
a.close:visited {text-decoration: none; color: #fff;}
a.close:active {text-decoration: none; color: #fff;}
a.close:hover {text-decoration: none; color:#ddd}

/*FORM INPUTS*/

/*Validation Error stuff*/
select.error1, input.error1, label.error1 {background-color:#eec7c4; }
::-webkit-input-placeholder {color:#7a7a7a;}

/*Form Validation*/
ul.guidelines {
	list-style: none;
}
ul.guidelines {width: 90%; display: inline-block; margin:0 0 10px 10px; padding: 0 0 0 2px;
}
li.guideline-good:before {content: url(../../images/vader/dtc/check_yes_desktop.png); margin-right: 10px;}
li.guideline-good {color: green; list-style-type: none; visibility:visible!important;}
li.guideline-error:before {content: url(../../images/vader/dtc/check_no_desktop.png); margin-right: 10px;}
li.guideline-error {color: red; list-style-type: none; visibility: visible!important;}
label.guidelines {display: inline-block; margin:10px; font-size: 14px; font-weight: bold;}
li.ucheck1, li.ucheck2, li.ucheck22, li.ucheck3, li.ucheck4, li.ucheck5, li.ucheck6, li.ucheck7, li.ucheck8, li.echeck10, li.echeck9  {visibility: hidden;}
ul.guidelines li {font-size: 12px; margin-bottom: 5px;}

.hint {
	position:absolute; 
	z-index:999; 
	padding:10px; 
	display:none; 
	background-color: #ffffcc;
	/*For the shape of the hint box*/
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	box-shadow: 0px 10px 25px -6px rgba(0,0,0,0.7);
	width: 260px;
	left:520px;
}

/*The hint triangle marker*/
.hint:before{
	content:"";
	position: absolute;
	right: 100%;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 15px solid #ffffcc;
	border-bottom: 13px solid transparent;
}
.username.hint{
	padding-bottom:0px;
}

ul.e-mail {
	list-style-type: square;
}




#passStrength{ display: none; position: absolute; top: 11px; right:calc(50% + 42px); font-size: 12px; float: right; text-transform: uppercase; font-weight: 600; }
#passStrength.weak{ color: #BD1600; }
#passStrength.medium{ color: #FF9900; }
#passStrength.strong{ color: #4bb544; }
input#password.weak{ border: 1px solid #BD1600; }
input#password.medium{ border: 1px solid #FF9900; }
input#password.strong{ border: 1px solid #4bb544; }

#username_availability{
	/*float:left;*/
	margin: 5px 0px 10px 10px;
    font-size: 15px;
}
#email_guidelines span{
	display:block;
	padding:0px 0px 9px 9px;
	font-size:15px;
}
#email_guidelines ul{
	padding:0px 10px;
}
#username_availability br{
	display:none;
}

a.flatgreenbt, a.flatgreenbt:hover{
	color:#ffffff;
}
.popupButtonP{
	text-align:left;
}
.popupButtonP .button,.popupButtonP input[type="submit"]{
	text-transform:uppercase;
	height:48px;
	line-height:48px;
	font-weight:bolder;
}
.popupButtonP input[type="submit"]{
	background:#666666;
	height:40px;
	line-height:40px;
}

#choice .signin_lnk {
	text-align: center;
	padding-top: 10px;
	clear:both;
}
#choice .signin_lnk a, #dialog .signin_lnk a  {
	text-decoration: none;
}
.picDelim{
	vertical-align:top;
}
.picDelim div{
	width:1px;
	margin:auto;
	height:390px;
	background:#999;
}
#mask{
	background-color:#000;
}
.eye-open {
    background-image: url('/images/signup/eye_show.png');
}
.eye-close {
    background-image: url('/images/signup/eye_hide.png');
}
.show-password-link{
    position:absolute;
	height:20px;
	z-index:100;
    width: 22px;
    height: 36px;
    background-size: 22px;
    background-repeat: no-repeat;
	background-position:0px 50%;
    text-decoration: none;
    cursor: pointer;
	opacity:0.8;
}
#password-icon-1 {
    right: 53.5%;
}
#password-icon-2 {
    right: 3.5%;
}

/* mobile */
@media screen and (max-width: 950px) {
	#boxes #dialog, #boxes #choice{
		width:800px;
	}
	#boxes #choice img{
		width:340px;
		height:auto;
	}
	#boxes #dialog img{
		width:260px;
		height:auto;
	}
}
@media screen and (max-width: 800px) {

	#signup_register_form input[type='text'], #signup_register_form input[type='password'], #signup_register_form select{
		width:100%!important;
		margin:0px 0px 10px 0px!important;
	}
	#signup_register_form input[type='text'], #signup_register_form input[type='password']{
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
	}
	#topSec.getStartedTop {
		height: auto;
		background-size: cover;
	}
	#topSec {
		height: auto;
	}
	#getStartedFormWrapper #signup_register_form input[type="submit"]{
		width:100%;
	}

	.hint {
		padding:2%; 
		width:96%;
		left: auto;
		right:0px;
		bottom:54px;
		box-shadow: 0px 4px 4px 4px rgba(0,0,0,0.2);
	}
	.password.hint{
		bottom:100px;
	}
	ul.guidelines li {font-size: 14px;}
	
	/*The hint triangle marker*/
	.hint:before{
		content:"";
		position: absolute;
		right:40px;
		top: auto;
		bottom:-20px;
		width: 0;
		height: 0;
		border-left: 13px solid transparent;
		border-top: 15px solid #ffffcc;
		border-right: 13px solid transparent;
	}
	label.guidelines{
		display:none;
	}
	ul.guidelines {
		margin: 0 0 0px 10px;
		padding: 0px;
	}
	ul.guidelines li { margin:0px; padding:0px;}
	#visualSignupForm{
		margin-bottom:15px;
	}
	#visualFormInnerWrap{
		padding:20px 20px 0 20px;
	}
	#boxes #choice, #boxes #dialog{
		width:100%;
		left:0;
		height:auto;
		padding-bottom:10px;
	}
	.winBar{
		background:#808080!important;
		height:60px;
		line-height:60px;
		text-align:center;
		margin-bottom:30px;
		color:#fff;
		font-size:1.2em;
		padding:0px;
	}
	.modalPadding{
		padding:0px 30px;
	}
	table.modalTable,table.modalTable tbody,table.modalTable tr,table.modalTable td{
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		text-align:left;
		width:auto;
	}
	table.modalTable p{
		text-align:left;
	}
	#modalTd1,#modalTd2{
		padding:0px;
	}
	.picDelim{
		width:auto;
		padding:0px;
		display:block;
		overflow:hidden;
		height:0px;
		border-bottom:solid 1px #999;
		margin:25px 0px 20px 0px!important;
	}
	.picDelim div{
		display:none;
	}
	#boxes #dialog #company_code{
		width:100%;
		margin:0px 0px 15px 0px;
		height:30px;
		line-height:30px;
	}
	#boxes p{
		margin-bottom:15px;
		font-size:1em;
		line-height:1.3em;
	}
	h4.modalTitleStyle{
		font-size:1.1em;
		line-height:1.4em;
		padding-bottom:4px;
		display:block;
	}
	#dialog h4.modalTitleStyle{
		padding-bottom:0px;
	}
	#boxes img{
		display:none;
	}
    #boxes #left, #boxes #right{
    	float: none;
        width: 100%;
    	padding-left: 0;
		padding-right: 0;
		border-left: none;
	}
	#boxes #right{
		padding-top: 1em;
		margin-top: 1em;
		border-top: 1px solid #ccc;
	}
	#boxes .button{
		font-size: 12px;
		padding: 0 1.25em;
	}
	#passStrength{ right:36px;}
    #password-icon-1, #password-icon-2{
        right:8px;
    }
}
@media screen and (max-width: 500px) {
	h1.new-registration{
		font-size: 26px;
	}
}
@media screen and (max-width: 420px) {
	.hint {
		padding:5px; 
		width:calc(100% + 60px);
		right:-35px;
	}
}
/*Walgreens modal*/
#boxes #choice.wg {border-radius: 6px;overflow: hidden;width:1255px;padding: 0;} 
.modalPadding.wg {padding: 0 55px 0 0;}
.modalPadding.wg .button.close-nopos {font-size: 35px; font-weight: normal; height: 65px;line-height: 65px;text-transform: none;border-radius: 6px;width:100%;font-family: "Gotham Narrow A", "Gotham Narrow B", Lato, sans-serif;} 
.winBar.wg {background:#FFF!important;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);height: 90px;margin-bottom:0;} 
.winBar.wg a {right: 18px; top: 18px;font-size: 30px;display:block!important;font-family: dotum;font-weight:normal;color:#000!important;line-height:55px;width:55px;text-align:center;border-radius:50%;box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);} 
.winBar.wg img {position:relative;top:25px;width:525px;left:20px;display:block!important;}
#boxes #choice .wg img {border-radius: 0;margin:0;max-height: 51px;}
#boxes .wg .modalTitleStyle {font-family: "Gotham Narrow A", "Gotham Narrow B", Lato, sans-serif;}
#boxes .wg-right h3.modalTitleStyle  {line-height:43px;margin:20px 0 15px;}
#boxes .wg-right p.modalTitleStyle {font-size:30px;color:#666;max-width:370px;margin-bottom:85px;}
.wg-left {float:left;width:665px;box-sizing: border-box;padding-right:55px;}
#boxes #choice .wg-left img {width:100%;max-height:408px;}
.wg-right {float:left;width:535px;}
@media screen and (max-width: 1255px) {
    #boxes #choice.wg {width:98%;}
    .wg-left {width:55%;}
    .wg-right {width:45%;}
    #boxes .wg-right p.modalTitleStyle {font-size:25px;margin-bottom:20px;}
    #boxes .wg-right h3.modalTitleStyle  {line-height:35px;margin:20px 0 15px;font-size:30px;}
    .winBar.wg img {top:30px;max-width:41%;left:0;}
    .modalPadding.wg .button.close-nopos {font-size: 30px; height: 50px;line-height: 50px;}
}
@media screen and (max-width: 1029px) {
    #boxes .wg-right p.modalTitleStyle {font-size:20px;}
    #boxes .wg-right h3.modalTitleStyle  {line-height:30px;font-size:25px;}
    .wg-left,.modalPadding.wg {padding-right: 20px;}
    .wg-left {width:57%;}
    .wg-right {width:43%;}
    .winBar.wg img {max-width:50%;left:20px;}
}
@media screen and (max-width: 800px) {
    #boxes .wg-right p.modalTitleStyle {font-size:25px;}
    #boxes .wg-right h3.modalTitleStyle  {line-height:35px;font-size:30px;}
    .wg-left,.modalPadding.wg {padding-right: 20px;}
    .wg-left {display:none;}
    .wg-right {width:100%;padding-left:20px;box-sizing: border-box;}
}
@media screen and (max-width: 600px) {
    .winBar.wg img {max-width:220px;}
    .winBar.wg a {right: 15px;top: 15px;font-size: 22px;line-height: 40px;width: 40px;}
    .winBar.wg {height: 70px;}
    #boxes .wg-right p.modalTitleStyle {max-width:none;}
}
/*Walgreens modal END*/

.splashRow{
	padding: 0 0 26px 0;
}
.splashButton{
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.splashPage p.mobile_assistance{
	margin-bottom: 0;
}
@media screen and (max-width: 800px) {
	.splashPage #top {
		border-bottom: none;
	}
}
