body {
	font-size: 14px;
}

body.responsive {
	font-size: 12px;
}

header #logo-wrap{
	padding: 0;
	text-align: center;
	background: #fbc81a;
	margin: 0 auto;
	height: 63px;
	width: 360px;
}

#logo {
	height: 60px;
	width: 180px;
	margin: 0 auto;
	padding: 14px 0;
	
}

.hidden {
	display: none;
}

a.errMsgAcctNoHasUserId {
	color: #a94442;
}

a{
	color: #3686a4;
	font-weight: bold;
}

li {
	line-height: 24px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input::-ms-clear, input::-ms-reveal {
	display: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

.responsive-img {
	width: 100%;
	height: auto;
}

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0px;
	position: absolute;
	background: #fac736;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	left: 0%;
}

.hero {
	/*margin-bottom: 32px;*/
	text-align: center;
}

.hero h3 {
	font-size: 20px;
}

#icon-wrap {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	padding: 20px 40px;
}

#reflection {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 2;
	top: 0px;
	border-radius: 3px;
	overflow: hidden;
}

#streak-1, #streak-2, #streak-3, #streak-4 {
	width: 40px;
	height: 200%;
	background: rgba(255, 255, 255, .4);
	position: absolute;
	top: -20%;
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Safari */
	transform: rotate(20deg);
	-webkit-transition: left ease 1s;
	-o-transition: left ease 1s;
	transition: left ease 1s;
	*/
}

#streak-1 {
	left: -100%;
	margin-left: 50%;
}

#streak-2 {
	left: -100%;
	margin-left: 40%;
	width: 20px;
	opacity: .9
}

#streak-3 {
	left: -100%;
	margin-left: -50%;
}

#streak-4 {
	left: -100%;
	margin-left: -60%;
	width: 20px;
	opacity: .9
}

.in #streak-1 {
	left: 100%;
}

.in #streak-2 {
	left: 100%;
}

.in #streak-3 {
	left: 100%;
}

.in #streak-4 {
	left: 100%;
}

#icon-wrap.id-wrap {
	min-height: 206px;
}

.id-wrap .img-wrap img {
	width: 100%;
	height: auto;
	margin: 0 0 -6px;
	max-width: 100%;
}

.id-wrap .img-wrap {
	/*	margin-bottom: -16px;
	top: 80px;*/
	margin: 0 auto;
	position: relative;
	width: 50%;
	top: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
}

.id-wrap .img-wrap.in {
	top: 0;
	width: 80%;
	-webkit-box-shadow: 0 4px 12px 2px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 12px 2px rgba(0, 0, 0, .25);
}

input, select {
	display: block;
	width: 100%;
	height: 32px;
	padding: 4px 8px;
	font-size: 16px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	margin-top: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

input[type="checkbox"], input[type="radio"] {
	height: auto;
	/*box-shadow: none;*/
	display: inline-block;
	width: auto;
}

input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	background-color: auto;
}

input:focus:not (input[type="checkbox"] ), select:focus {
	border-color: #f0bd24;
	outline: 0;
	outline: thin dotted \9;
	-moz-box-shadow: 0 0 6px #ffcc33;
	box-shadow: 0 0 6px #ffcc33;
}

select+input, input+select {
	margin: 10px 0;
}

input[type="text"]:disabled, input[type="password"]:disabled {
	background: #efefef;
}

.inline-label label {
	display: inline-block;
	width: 42%;
}

.inline-label input {
	display: inline-block;
	width: 56%;
}

input::-ms-clear {
	display: none;
}
/*overall layout*/
html, body, #page_oa {
	min-height: 100vh;
	/*width: 100%;*/
	display: flex;
	flex-direction: column;
}

header {
	background: #393939;
	min-height: 63px;
	max-height: 63px;
	margin-bottom: 10px;
}

body.responsive header {
	min-height: 0;
	max-height: auto;
	text-align: auto;
	border-top: 0;
}

main {
	/* flex: 1; would be enough but it looks bad in IE */
	flex: 1 0 auto;
	padding: 0 20px;
}

.section-wrap, .loginDisclaimerText {
	max-width: 400px;
	margin: 0 auto;
}

.section-wrap#terms {
	max-width: 600px;
}

#footer {
	/* flex: 1; would be enough but it looks bad in IE */
	flex: 1 0 auto;
	padding: 0 20px;
}


#footer-wrap {
	background: #eee;
	color: #999;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 20px 20px 0 20px;
	margin: 10px 0 0 0;
}

#footer-wrap a {
	color: #999;
}

.intro {
	text-align: center;
}
.intro h1 {
  font-size: 18px; margin: 10px 0;
}
.intro h3 {
	margin-bottom: 10px;
}

.progress {
	padding: 0;
	margin: 0;
}

.progress li {
	display: inline-block;
	list-style: none;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #eee;
	overflow: hidden;
	text-indent: -1000px;
	margin: 0 4px 0 0;
}

#e-delivery .progress {
	margin-bottom: 20px;
}

.intro li.active {
	background: #3686a4;
}

.intro-txt {
	margin-bottom: 28px;
}

.responsive #header_right {
	min-width: 300px;
	float: right;
	width: 50%;
}

.responsive #header_right1 {
	display: none;
}

.responsive #header_right2 {
	min-width: 300px;
	float: right;
	width: 100%;
}

.contentArea {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.loginDisclaimerText {
	color: #777;
	padding: 2px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	margin-top: 20px;
	font-size: 14px;
}

.float-right {
	float: right;
}

.large-text {
	font-size: 16px;
}

.larger-text {
	font-size: 18px;
}

.center {
	text-align: center;
}

.large-text #email-txt {
	font-weight: bold;
}

.section {
	width: 100%;
	padding-bottom: 10px;
}

.section-wrap {
	position: relative;
}

hr, .gray-rule {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin: 20px 0 20px;
	visibility: visible;
}

.actions {
	max-width: 350px;
	margin: 0 auto;
	padding: 20px 0 10px;
	height: auto;
	text-align: center;
}

a.button-yellow:link, a.button-yellow:focus, a.button-yellow:visited, a.button-secondary
	{
	background: right 50% no-repeat
		#3686a4;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
	padding: 5px 22px 5px 15px;
	display: inline-block;
	float: right;
	font-size: 0.9em;
	white-space: nowrap;
}

a.button-secondary {
	background: url("../images/button-yellow-arrow.gif") right 50% no-repeat
		#fff;
	border: 1px solid #ccc;
}

a.dismiss, a.button-secondary, a.button-yellow:link, a.button-yellow:focus,
	a.button-yellow:visited {
	display: inline-block;
	padding: 14px;
	text-align: center;
	font-size: 1em;
	line-height: 12px;
	box-sizing: border-box;
	margin: 0 auto;
	float: none;
}

a.button-yellow.button-inline:link, a.button-yellow.button-inline:link,
	a.button-yellow.button-inline:link 
a.button-secondary.button-inline:link {
	display: inline-block;
	clear: both;
	width: auto;
	padding-right: 20px;
	margin-left: 0;
	margin-top: 10px;
}

a.dismiss {
	/*border: 1px solid #ccc;*/
	/*color: #777;*/
	/*text-decoration: none;*/
	color: #3686a4;
	font-weight: bold;
	text-decoration: underline;
	padding: 13px 16px;
}

a.button-yellow:link, a.button-yellow:focus, a.button-yellow:visited, a.button-secondary
	{
	/*width: 60%;*/
	padding-right: 20px;
}

.button-yellow .text-primary {
	display: block;
	margin-bottom: 4px;
}

.button-yellow .text-secondary {
	font-weight: normal;
	font-size: 11px;
}

a.diff-email {
	display: block;
	margin: 10px 0;
}

.terms a.dismiss {
	width: 27%;
}

h3 small {
	font-weight: normal;
}

.hero h3 small {
	font-size: .7em;
}

.progress {
	font-size: 13px;
	font-weight: normal;
}

.grayBar_aa_main {
	background-color: #73716d;
	padding: 15px 15px 15px 20px;
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 1.6em;
}

.terms #agree-terms {
	width: 78%;
}

.terms-copy {
	font-size: 13px;
}

.content {
	max-width: 350px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	flex: 1;
	-webkit-transition: max-width .5s; /* Safari */
	transition: max-width .5s;
}

.content>.section:first-child, .content>.section-wrap:first-child {
	border-top: 1px solid #eee;
	/*padding-top: 10px;*/
}

.form-group {
	margin-top: 10px;
	clear: both;
	position: relative;
}

.form-inline {
	display: inline-block;
	float: left;
	clear: none;
}

.form-inline+.form-inline {
	margin-left: 10px;
}

.width130 {
	width: 130px;
}

.width50pct {
	width: 49%;
	display: inline-block;
}

.help-link {
	position: absolute;
	right: 10px;
	top: 11px;
	z-index: 2;
	cursor: pointer;
	color: #999;
}

.help-link a {
	
}

.width50pct+.width50pct {
	margin-left: 2%;
}

.form-group label {
	margin-bottom: 4px;
}

.helptext {
	font-size: 11px;
	color: #999;
	margin: 4px 0 10px;
}

.inline-label .helptext {
	width: 56%;
	margin-left: 44%;
}

.actions .width50pct {
	float: left;
}

#pw-req, #un-req {
	position: relative; /* display: none;*/
	z-index: 100;
	background: #fff;
	padding: 6px 20px 6px;
	border: 1px solid #ddd;
	margin: 12px 0px 24px;
	border-radius: 4px;
	color: #676767;
}

#pw-req ul, #un-req ul {
	padding-left: 0px;
	margin-left: 20px;
}

#pw-req li, #un-req li {
	position: relative;
	line-height: 18px;
	margin-bottom: 6px;
}

#pw-req li.success, #pw-req li.inline-err, #un-req li.success, #un-req li.inline-err
	{
	list-style: none;
	color: #3c763d;
}

#pw-req li.inline-err, #un-req li.inline-err {
	color: #d9534f;
}

#pw-req li.success:before, #pw-req li.inline-err:before, #un-req li.success:before,
	#un-req li.inline-err:before {
	content: "\f058";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: -20px;
	top: 0;
	/*color: #3c763d;*/
}

#pw-req li.inline-err:before, #un-req li.inline-err:before {
	content: "\f071";
}

.inline-err label {
	color: #a94442;
	font-weight: bold;
}

.form-group.success label:before, .inline-err label:before {
	content: "\f071"; /* "\f057"; */
	display: inline;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -1px;
	/*content: "\f06a";*/
	margin-right: 4px;
	float: left;
}

.form-group.success label:before {
	content: "\f058";
}

#err-block {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	border-left: 2px solid;
	padding: 16px 16px 16px 40px;
	margin: 12px 0;
	position: relative;
	display: none;
}

#err-block p {
	margin: 0;
}

#err-block .err-icon {
	position: absolute;
	left: 10px;
	top: 10px;
}

.err {
	color: #a94442;
}

.err label {
	font-weight: bold;
}

.err input {
	background-color: #f2dede;
	border: 1px solid #a94442;
}

#err-details {
	padding-bottom: 0;
	margin-bottom: 0;
}

#err-details li {
	line-height: 22px;
}

#pw-req:before, #un-req:before, #pw-req:after, #un-req:after {
	width: 0;
	height: 0;
	display: block;
	content: '';
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	position: absolute;
	left: 8px;
	top: -20px;
	z-index: 2;
}

#pw-req:after, #un-req:after {
	border-top: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #ddd;
	border-left: 11px solid transparent;
	z-index: 1;
	left: 7px;
	top: -22px;
}

.success, .success:hover {
	text-decoration: none;
	color: #3c763d;
}

.email-on-file {
	text-align: center;
	padding-top: 20px;
}

.email-on-file+#new-email {
	/*border-top: 1px solid #eee; */
	padding-top: 10px;
}

.email-address {
	font-weight: bold;
}

#resend-email.success {
	pointer-events: none;
}

.successMsg {
	background: transparent url("../images/icon_success.gif") no-repeat
		scroll 0 0;
	padding: 5px 0px 5px 34px;
}

#modal-btn-wrap {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.email-wrap {
	/*-webkit-transition: all 800ms;
    transition: all 800ms;*/
	
}

#modal .mobile-button:not (.button-yellow ) {
	padding-left: 10px;
	padding-right: 10px;
}

#modal .mobile-button {
	float: none;
	margin: 0 auto;
}

#modal .mobile-button.button-inline {
	display: inline-block;
}

#successMsgSent {
	position: absolute;
	top: -10px;
}

#modal-overlay {
	position: fixed;
	background: rgba(0, 0, 0, .6);
	z-index: 1001;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
}

#modal {
	/*display: none;*/
	border: none;
	outline: 0px;
	z-index: 1002;
	position: relative;
	height: auto;
	width: 600px;
	background: #fff;
	margin: 40px auto;
	padding-bottom: 10px;
}

#modal #modal-title {
	font-weight: normal; 
	background: #3686a4;
	color: #ffffff;
	padding: 12px;
	font-size: 16px;
}

#modal #modal-content {
	padding: 10px;
}

#modal #close-modal {
	position: absolute;
	right: 7px;
	font-size: 22px;
	color: #333;
	top: 3px;
	text-decoration: none;
	font-size: 27px;
}

.modal-active {
	overflow: hidden;
}

.form-group.success {
	position: relative;
}

.form-group.success input {
	border: 1px solid #3c763d;
	background: #eaf6ea;
}
/*.form-group.success:after,
.form-group.inline-err:after {
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 4px;
    top: 22px;
    color: #3c763d;
}*/
/*.form-group.inline-err:after {
	color: #b32715;
	content: "\f057";
}*/
.form-group.success.inline-label:after, .form-group.inline-err.inline-label:after
	{
	top: 7px;
	right: 8px;
}

.form-group.inline-err input {
	border: 1px solid #b32715;
	background: #f2dede;
}

.form-group.success input:focus {
	-moz-box-shadow: 0 0 6px #3c763d;
	box-shadow: 0 0 6px #3c763d;
}

.form-group.inline-err input:focus {
	-moz-box-shadow: 0 0 6px #b32715;
	box-shadow: 0 0 6px #b32715;
}

.inline-err .helptext {
	color: #a94442;
}

#acctNum-wrap.inline-err.inline-label:after {
	right: 30px;
}

#dob1-wrap.inline-err.inline-label:after {
	content: '';
}

#disclaimer {
	overflow: auto;
	max-width: 600px;
	margin: 0 auto 0;
	padding: 16px;
	padding-bottom: 0;
	max-height: auto;
}

#disclaimer-confirm {
	max-width: 600px;
	margin: 20px auto 0;
	position: relative;
	padding-left: 40px;
}

#disclaimer-confirm input[type="checkbox"] {
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -10px;
	padding-top: 20px;
}

#disclaimer-wrap {
	padding: 10px;
	max-width: 720px;
}

#disclaimer-wrap .mobile-button {
	width: 40%;
	margin: 0 30%;
}

.mobile-copy {
	display: none;
}

.desktop-copy {
	display: inline;
}

#view-pw {
	font-size: 11px;
	color: #777;
	text-decoration: underline;
	cursor: pointer;
}

#view-pw .fa {
	margin-right: 4px;
}

.eac-sugg {
	color: #ccc;
	/*margin-left: 10px; */
}

#email, #confirm-email {
	font-size: 16px;
	line-height: auto;
}

.scrollMsg {
	font-size: 18px;
	display: block;
	margin: 10px 0 20px;
}

.challenge-questions {
	max-width: 460px;
}

#logoutPageDiv label {
	clear: both;
	display: inline-block;
	width: 100px;
	margin-bottom: 10px;
}

#logoutPageDiv input {
	display: inline-block;
	margin-bottom: 10px;
}

#logoutPageDiv .userIDLabel {
	padding: 4px 4px 0 0;
}

#multifactorPage .section-wrap, #reset-pw .section-wrap {
	max-width: 500px;
	margin: 20px auto;
	display: block;
	padding: 0 10px;
}

#reset-pw .section-wrap {
	border-top: none;
}

#multifactorPage .section, #reset-pw .section {
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	padding: 10px;
	position: relative;
	margin: 0;
	width: auto;
}

/*Start password strength indicator*/
#pw {
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
}

#password-strength {
	display: block;
	position: relative;
	font-size: 0px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}

#password-strength .box {
	position: relative;
	height: 25px;
	width: 100%;
	display: inline-block;
	background-color: #eee;
	text-align: center;
}

#password-strength .box div.bar-text {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
	font-size: 13px;
	z-index: 3;
	line-height: 25px;
	padding-left: 10px;
}

#password-strength .box .bar {
	position: absolute;
	width: 0%;
	height: 100%;
	z-index: 2;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 0;
}

#password-strength .normal  .box .bar-text, #password-strength .medium  .box .bar-text,
	#password-strength .strong  .box .bar-text, #password-strength .vstrong .box .bar-text
	{
	color: #fff;
}

#password-strength.weak    .box .bar {
	background: #d9534f;
	width: 33.333333333333333333%;
}

#password-strength.medium  .box .bar {
	background: #fa9c57;
	width: 66.666666666666666666%;
}

#password-strength.strong  .box .bar {
	background: #3c763d;
	width: 100%;
}
/*#password-strength.vstrong .box .bar {background: #3c763d; width: 100%;} */
#verified, #from-esign {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	padding-top: 60px;
	font-size: 22px;
}

#from-esign .button-yellow {
	font-size: 14px;
}

#from-esign .fa-white {
	color: #fff;
	position: relative;
	top: 14px;
}

.eac-sugg {
	line-height: 18.8571px !important;
}
/*e-delivery*/
#feature {
	width: 100%;
	padding-left: 184px;
	position: relative;
}

#feature * {
	position: relative;
	z-index: 1;
}

#feature #envelope {
	margin: 0 auto;
	min-height: 147px;
	float: left;
	width: 124px;
	position: absolute;
	left: 0;
	z-index: 0;
}

.section-wrap {
	max-width: 420px;
}

#envelope-back, #envelope-front, #statement {
	position: absolute;
}

#envelope-back img, #envelope-front img, #statement img {
	width: 100%;
	height: auto;
}

#envelope-back {
	z-index: 1;
}

#envelope-front {
	z-index: 3;
}

#statement {
	z-index: 2;
}

#statement {
	overflow: hidden;
	height: 88%;
}

#statement img {
	position: relative;
	top: 60px;
	-webkit-transition: top .6s;
	transition: top .6s;
}

#statement.open img {
	top: 0;
}

.section-wrap#e-delivery {
	max-width: 600px;
}

#edelivery-accounts {
	padding: 0;
	margin: 0 auto;
}

.edelivery-copy {
	margin: 20px 0;
}

#edelivery-morechoices {
	display: none;
}

#view-more-choices .hide {
	display: none;
}

#view-more-choices .show {
	display: auto;
}

#edelivery-morechoices table {
	width: 100%;
	border-collapse: collapse;
}

#edelivery-morechoices table td {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0;
}

#edelivery-morechoices table td+td {
	text-align: center;
}

.edelivery-select {
	margin: 16px 0 24px;
}

.edelivery-select label {
	padding: 6px 16px 6px 0;
	text-decoration: none;
	display: block;
	text-align: left;
}

.msg-emphasis {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 8px 0;
	margin: 4px 0;
}
/*.edelivery-select .selected {background: #ffcc33; color: #000;}*/
#edelivery-all {
	width: 100%;
}

#edelivery-all ul {
	max-width: 300px;
	display: block;
	text-align: left;
	margin: 0 auto;
}

#edelivery-all li {
	list-style: none;
	font-size: 18px;
	line-height: 32px;
}

.helper-txt {
	margin-bottom: 4px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 4px; /* font-weight: bold;*/
}

#more-options {
	/*margin: 0 -65px;*/
	width: 100%;
	border-bottom: 1px solid #ccc;
	/*border-top: 1px solid #ccc;*/
}

#more-options td {
	width: 16.6666667%;
}

#more-options label {
	padding: 4px 0;
	display: block;
}

#edelivery-all li:before, #more-options table .account span:before {
	content: "\f06c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	color: #5cb85c;
}

#more-options table .account span.frown:before {
	content: "";
	width: 18px;
}

#more-options table {
	width: 100%;
	border-collapse: collapse;
}

#more-options table thead td {
	/*background: #efefef; */
	border-bottom: 1px solid #ccc;
}

.responsive-table td {
	padding: 6px;
	margin: 0;
}

#more-options table .account {
	text-align: left;
}

#more-options table .account span {
	font-size: 18px;
	line-height: 24px;
}

#edelivery-accounts {
	position: relative;
	margin: 0 -65px;
}

#edelivery-accounts>div {
	position: absolute;
	top: 0;
}

#edelivery-accounts>div.active {
	position: relative;
}

.edelivery-h1 {
	font-size: 24px;
}

.edelivery-h2 {
	margin-bottom: 6px;
	padding: 0;
	font-size: 20px
}

.edelivery-h3 {
	margin: 0;
	padding: 0;
	color: #333;
	max-width: 350px;
	display: block;
	font-size: 18px;
	font-weight: normal;
}
/*this is prototype only fakeness, do not put in PROD*/
#fake-push-note {
	position: absolute;
	top: -80px;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	padding: 10px 20px;
	z-index: 1000;
}

#fake-push-note .fa-envelope-o {
	display: inline-block;
	float: left;
}

#push-note-txt {
	position: absolute;
	width: auto;
	padding: 20px 0 0 70px;
	top: 0px;
}

#push-note-txt p, #push-note-txt h3 {
	margin: 0;
}

.mobile-only {
	display: none;
}

.asterisk {
	color: #999;
	font-size: 12px;
}

#statement-wrap {
	max-width: 450px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 1100px) {
	#loginPageDiv .iconLock, #logoutPageDiv .iconLock {
		clear: left;
		margin: 10px 0 0 0;
		display: block;
	}
}

@media screen and (max-width: 760px) {
	#more-options td {
		width: auto;
	}
	#icon-wrap.id-wrap {
		min-height: 150px;
		/*padding-bottom: 0;*/
	}
	#more-options {
		width: 100%;
		border: none;
	}
	#edelivery-accounts {
		margin: 0;
	}
	.edelivery-h3 {
		max-width: 100%;
	}
	input[type="checkbox"] {
		/*transform:scale(1.5, 1.5);
  		padding-top:3px;*/
		
	}
	#modal {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	#modal .mobile-button {
		margin: 0px auto;
		float: none;
		display: block;
		box-sizing: border-box;
		max-width: none;
	}
	#modal #modal-title {
		font-size: 18px;
		text-align: center;
		padding: 30px;
	}
	#modal #modal-content {
		padding: 24px; 
		overflow-y: auto;
	}
	#modal-btn-wrap {
		/*position: absolute;*/
		bottom: 0;
		width: 100%;
		min-height: 60px;
		border-top: 1px solid #ccc;
		padding: 10px;
		background: #fff;
	}
	.content {
		padding: 0px 16px;
	}
	.responsive #header_right {
		width: 100%;
	}
	#disclaimer {
		padding: 16px;
		max-height: none;
		border: none;
		margin-top: 10px;
	}
	#disclaimer-confirm {
		border-top: 1px solid #ccc;
		margin-top: 10px;
		padding: 20px 20px 0 50px;
	}
	#disclaimer-confirm input[type="checkbox"] {
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: 0px;
	}
	#disclaimer-wrap .mobile-button {
		width: auto;
		margin: 0;
	}
	.mobile-copy {
		display: inline;
	}
	.desktop-copy {
		display: none;
	}
	.hero h3 small {
		display: block;
	}
	.edelivery-select a:before {
		content: '';
		display: block;
		clear: both;
		width: 100%;
	}
	.mobile-only {
		display: block;
	}
	.small-screen-hidden {
		display: none;
	}

	/*#more-options table {
    border: none;
  }*/
	/*  #more-options thead td {
    max-width: 32px;
    height: 110px;

  }
  #more-options thead td span {
    min-height: 100px;
    display: block; white-space: nowrap;
    transform-origin: bottom left; 
  -webkit-transform: rotate(-90deg) translateY(104px);
     -moz-transform: rotate(-90deg) translateY(104px);
       -o-transform: rotate(-90deg) translateY(104px);
      -ms-transform: rotate(-90deg) translateY(104px);
          transform: rotate(-90deg) translateY(104px);

  }
*/
	table.responsive-table, .responsive-table thead, .responsive-table tbody,
		.responsive-table th, .responsive-table td, .responsive-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.responsive-table tr td:first-child {
		padding-top: 18px;
		padding-left: 0;
	}
	.responsive-table tr td:first-child::before {
		top: 18px;
		font-weight: bold;
	}
	.responsive-table tr td:last-child {
		padding-bottom: 18px;
	}
	.responsive-table tr+tr td:first-child {
		border-top: 4px solid #eeeeee;
	}
	.responsive-table td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 0%;
		white-space: normal;
		text-align: left;
		padding-top: 0;
	}
	.responsive-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 4px;
		left: 20px;
		width: 40%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		letter-spacing: -.4px;
	}

	/*
    Label the data
    */
	.responsive-table td:before {
		content: attr(data-title);
	}
	.responsive-table td {
		padding-left: 70%;
	}
	#feature {
		padding-left: 0;
	}
	#feature #envelope {
		margin: 0 auto 20px;
		position: relative;
		float: none;
	}
	.edelivery-h3 {
		clear: both;
	}
	.responsive-table td:before {
		left: 0;
	}
}

@media ( min-width : 1024px) {
	#pw-req, #un-req {
		position: absolute;
		left: 100%;
		width: 300px;
		top: 18px;
		margin-left: 11px;
		margin-top: 0;
		opacity: 0;
		pointer-events: none;
		padding-bottom: 10px 20px 20px;
		-webkit-transition: opacity .6s; /* Safari */
		transition: opacity .6s;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
	}
	input:focus+#pw-req, input:focus+div+#pw-req, input:focus+#un-req {
		opacity: 1;
	}
	#pw-req:before, #un-req:before, #pw-req:after, #un-req:after {
		width: 0;
		height: 0;
		display: block;
		content: '';
		border-top: 10px solid transparent;
		border-right: 10px solid #fff;
		border-bottom: 10px solid transparent;
		border-left: 10px solid transparent;
		position: absolute;
		left: -20px;
		top: 8px;
		z-index: 2;
	}
	#pw-req:after, #un-req:after {
		border-top: 11px solid transparent;
		border-right: 11px solid #ccc;
		border-bottom: 11px solid transparent;
		border-left: 11px solid transparent;
		z-index: 1;
		left: -22px;
		top: 7px;
	}
}

.terms a#agree-terms {
	
}

.terms a.dismiss {
	margin-top: 16px;
	color: #888;
	text-decoration: none;
}

.error {
border: 2px solid #EF0000;
padding: 2px;
}

.dropdown-toggle {background: #fff; border: 1px solid #ccc; text-align: left; height: auto;}
.dropdown-toggle .fa {float: right;}
a.disabled {color: grey !important;}
.button-yellow[disabled] {opacity: .3; cursor: not-allowed; }
.disabledBtn, a.disabledBtn:hover{cursor:none; text-decoration:none; padding: 7px 20px 3px 15px; background-color:#e7e7e7;}
#verificationMethodForm{padding-left:72px;}

#challengeQ1-wrap,#challengeQ2-wrap,#challengeQ3-wrap{text-align:left !important;}

#footerWrapper_aa {background-color:#666; height: 48px; overflow: hidden; }
ul#footerNav_aa {list-style: none; float: left; margin: 0; padding: 0;}
ul#footerNav_aa li {float: left; margin: 0 18px 0 0; }
ul#footerNav_aa li a:link, ul#footerNav_aa li a:focus, ul#footerNav_aa li a:visited { text-transform: uppercase; color: #fff; text-decoration: none; font-size: 10px; line-height: 64px;}
#footerCopyright_aa, #footerCopyright_aa a {color:#fff; font-size: 10px; line-height: 64px;}
ul#footerNav_aa li a:hover, ul#footerNav_aa li a:active { text-decoration: underline;}
#footerPrivacyStatement_aa {padding: 0 0 18px 0;}
#footerPrivacyStatement_aa p {font-size: 10px; color:#999; line-height: 14px}
#footerPrivacyStatement_aa a, #footerPrivacyStatement_aa a:hover {color:#999 !important}

#sinContainer {
	position: relative;
}

#sinDrv {
	position: absolute;
	top: 0px;
	margin-top: 0px;
}

