@charset "utf-8";

/* v 2.0 */
#cavVersion {
	width:750px;
	margin:-4px auto 0 auto !important;
	text-align:right !important;
}
.loginBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:14px 20px;
	border:2px solid #ccc;
	width:700px;
	margin:4px auto;
	overflow:auto;
	background-color:#fff;
	position:relative;
	clear:both;
}
.loginBody .txtfield {
    border:2px solid #ddd;
	padding:3px;
	color: #767676;
}
.mfaButton {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100px;
	overflow:hidden;
}
.mfaButton a {
	padding:3px 3px 5px 7px;
}
.loginTop p {
    color: #767676;
	font-size:90%;
	padding:3px;
	text-align:right;
	margin-top:4px;
}

.infoMessage h2 {
	font-size:90%;
}
.loginBody .form .infoMessage p {
	text-align:center;
}

/* choice page */
.choiceTop {
	border:2px solid #ccc;
	text-align:left;
	color:#595858;
	font-family:"Trebuchet MS",Verdana;
	font-size:150%;
	padding:4px 8px;
	margin-bottom:14px;
}
.loginBody.choice.error .choiceTop {
	display:none;
}
.loginBody.choice .form {
	padding-bottom:20px;
	margin-bottom:10px;
}
.loginBody.choice .form p {
	min-height:40px;
}

.loginBody.choice .form .mfaButton {
	background: #939292 url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/leftButtonCorner.png") no-repeat left top;
	right:0px;
	left:auto;
	width:140px;
}
.loginBody.choice .form .controls {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/rightButtonArrow.png") no-repeat 95% 60%;
	display:block;
}
.loginBody.choice .form a {
	color:#fff;
	font-weight:bold;
	font-size:80%;
	text-decoration:none;
	display:block;
	text-align:left;
	padding:5px 16px 5px 7px;
}
.loginBody.choice #f3b2.form {
	background: #fff url("https://onlinebanking.hewfcu.com/webResources/gifs/newMfa/exclamationPoint.gif") no-repeat 0px 30px;
	display:none;
}
.loginBody.choice #f3b2.form p {
	padding-left:60px;
}

.loginBody.choice #f3b4.form {
	clear:left;
	float:left;
	width:66%;
	margin-right:10px;
}
.loginBody.choice #f3b4.form .dataTitle {
	background-color: #495560;
}
.loginBody.choice #f3b4.form .mfaButton {
	background: #495560 url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/leftButtonCorner.png") no-repeat top left;
	width:80px;
}

.loginBody.choice #f3b5.form {
	float:left;
	width:66%;
}
.loginBody.choice #f3b5.form .dataTitle {
	background-color: #d6823c;
}
.loginBody.choice #f3b5.form .mfaButton {
	background: #d6823c url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/leftButtonCorner.png") no-repeat top left;
}

.loginBody.choice #f3b0.form {
	float:none;
	width:99%;
	height:auto;
	margin-bottom:26px;
	padding:0;
}
.loginBody.choice #f3b0.form .dataTitle {
	background-color: #932e2e;
}
.loginBody.choice #f3b0.form p {
	color:#be0000;
	margin:10px;
	min-height:0;
}

/* slogin page */
.loginTop {
	position:relative;
	margin-bottom:14px;
}
.loginTop .loginTopText {
	background-color:#495560;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 12px;
	font-size:140%;
	font-weight:bold;
	color:#fff;
	text-align:right;
}
.loginTopCircle {
	position:absolute;
	top:-7px;
	left:20px;
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle1.png") no-repeat center center;
	height:53px;
	width:53px;
}


.loginBody .form {
    float:left;
	border:2px solid #ccc;
	padding:0;
	overflow:visible;
	width:66%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	position:relative;
}
.loginBody .form .dataTitle {
    background-color:#939292;
}
.loginBody .form p {
    font-size: 90%;
    color: #767676;
    line-height: 14px;
    padding-left: 2px;
    font-weight:normal;
    text-align:left;
    margin:6px;
}
.loginBody .form .formBlock .label {
    font-size: 90%;
    color: #767676;
	width:44%;
}
.loginBody .form .formBlock .label .sub {
    font-size:85%;
    color: #999;
}
.loginBody.demo .form #f2b1.formBlock .label,
.newuser_body .loginBody.demo .form #f2b2.formBlock .label {
	color:#ff0000;
	font-weight:bold;
}
.loginBody .form .mfaForm {
    margin:6px;
    float:left;
    width:70%;
}
.loginBody .form .formBlock.formControls {
    float:right;
    width:26%;
	clear:none;
	border:none;
	border-left:2px solid #ddd;
	height:140px;
	position:relative;
}
.loginBody .form .formBlock.formControls.card {
	height:50px;
}
.loginBody .form .formBlock.formControls .mfaButton {
	background: #495560 url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/rightButtonCorner.png") no-repeat top right;
}
.loginBody .form .formBlock.formControls .mfaButton .controls {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/rightButtonArrow.png") no-repeat 90% 60%;
	display:block;
}
.loginBody .form .formBlock.formControls .mfaButton a {
	color:#fff;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
	display:block;
	text-align:left;
	padding:3px 3px 5px 7px;
}
.loginBody .helpWrapper {
    float:right;
	width:30%;
	border-left:2px solid #ddd;
}
.loginBody .help {
	margin-left:16px;
	border:2px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#f8f8f8;
}
.helpTop {
	position:relative;
	margin-bottom:4px;
}
.loginBody .help .dataTitle {
	background-color:#adaa3e;
	text-align:left;
}


.loginBody .form .dataTitle,
.loginBody .help .dataTitle {
	font-family: "Trebuchet MS", Verdana;
    color:#fff;
	font-size:95%;
	font-weight:bold;
	margin:-1px;
    padding:5px 8px;
}
.helpTopCircle {
	position:absolute;
	top:-6px;
	right:10px;
	height:36px;
	width:36px;
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/helpCircle.png") no-repeat center center;
}
.loginBody .help .helpText {
	padding:4px;
	overflow:auto;
}
.loginBody .help .helpText h4 {
	font-family: "Trebuchet MS", Verdana;
	float:none;
	font-weight:bold;
	font-size:100%;
	line-height:100%;
	margin:10px 0 6px 10px;
}
.loginBody .help .helpText h4 {
	color:#adaa3e;
}
.loginBody .help .helpText h4.blue {
	color:#495560;
}
.loginBody .help .helpText h4.orange {
	color:#d6823c;
}
.loginBody .help .helpText ul {
	list-style:none;
	padding-left:0;
	margin:2px 0;
    color: #767676;
	font-size:90%;
    line-height: 14px;
}
.loginBody .help .helpText li {
	padding-left: 18px;
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/newMfa/MFAarrow.png") no-repeat 0 4px;
}
.loginBody .help .helpText li.blue {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/newMfa/MFAarrow.png")  no-repeat 0 4px;
}
.loginBody .help .helpText li.orange {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/newMfa/MFAarrow.png")  no-repeat 0 4px;
}
.loginBody .help .helpText a.helpLink {
	text-decoration:none;
	display:block;
	float:right;
	text-align:left;
	color:#adaa3e;
	font-size:90%;
	font-weight:bold;
	margin-top:16px;
}
.loginBody .help .helpText a.helpLink:hover {
	text-decoration:underline;
}
.rsc,
.secKey {
    border:2px solid #ddd;
}
.audioLink {
	margin-top:3px;
}

.loginBody .mfaBackButton .mfaButton {
	background: #939292 url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/rightButtonCorner.png") no-repeat top right;
}
.loginBody .mfaBackButton .mfaButton .controls {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/leftButtonArrow.png") no-repeat 10% 60%;
	display:block;
}
.loginBody .mfaBackButton .mfaButton a {
	color:#fff;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
	display:block;
	text-align:right;
	padding:5px 16px 5px 7px;
}

/* securitycode */
.securitycode_body .loginBody .form {
	padding-bottom:20px;
	margin-bottom:10px;
}
.securitycode_body .loginBody #f1b4.form {
	padding-bottom:4px;
}
.securitycode_body #f1wrapper .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle2.png") no-repeat center center;
}
.securitycode_body #f1b2.form .mfaButton {
	background: #bbb url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/leftButtonCorner.png") no-repeat top left;
	right:0px;
	left:auto;
	width:auto;
}
.securitycode_body #f1b2.form .mfaButton .controls {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/leftButtonArrow.png") no-repeat 5% 60%;
	display:block;
}
.securitycode_body #f1b2.form .mfaButton a {
	color:#fff;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
	display:block;
	text-align:right;
	padding:5px 7px 5px 30px;
	white-space:nowrap;
}
.securitycode_body #f1b2.form p .sub {
	font-weight:bold;
	display:block;
	font-size:110%;
	margin:6px 0 0 10px;
}

.securitycode_body .mfaForm #f2b1.formBlock {
	border:2px solid #ccc;
	margin:4px 10px 16px 10px;
	padding:4px;
	overflow:visible;
}
.securitycode_body .mfaForm #f2b1.formBlock .label {
	width:98%;
	color:#495560;
	padding:3px;
	font-weight:bold;
	font-size:100%;
	font-family: "Trebuchet MS", Verdana;
	line-height:120%;
	text-align:left;
	float:none;
}
.securitycode_body .mfaForm #f2b1.formBlock .input {
	width:95%;
    color: #767676;
	font-size:90%;
	padding:3px;
	margin-left:14px;
	float:none;
}
.securitycode_body .mfaForm #f2b2.formBlock .label {
	width:30%;
}
.securitycode_body .mfaForm #f2b2.formBlock .input {
	width:66%;
}
.securitycode_body .mfaForm #f2b2.formBlock .input .txtfield {
	width:80%;
}
.securitycode_body .mfaForm #f2b3.formBlock .input {
	text-align:right;
	color:#495560;
	font-family: "Trebuchet MS", Verdana;
	margin-top:14px;
}

/* securitycode 2 */
.securitycode_body #f3wrapper .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle3.png") no-repeat center center;
}
.securitycode_body .loginBody #f3b2.form,
.securitycode_body .loginBody #f3b4.form {
	padding-bottom:4px;
}
.securitycode_body .loginBody #f4wrapper {
	margin-top:14px;
}
.securitycode_body .loginBody.password .form .formBlock.formControls {
	height:50px;
}
.securitycode_body .loginBody #f3b2 .label {
	width:95%;
	color:#495560;
	padding:3px;
	font-weight:bold;
	font-size:100%;
	font-family: "Trebuchet MS", Verdana;
	text-align:left;
	float:none;
}
.securitycode_body .loginBody #f3b2 .input {
	width:98%;
	padding:0;
	margin:1px;
	text-align:center;
	float:none;
	overflow:auto;
	height:100px;
}
.securitycode_body .mfaForm #f4b1.formBlock .label {
	width:30%;
}
.securitycode_body .mfaForm #f4b1.formBlock .input {
	width:66%;
}
.securitycode_body .mfaForm #f4b1.formBlock .input .txtfield {
	width:60%;
}
.securitycode_body .mfaForm #f4b2.formBlock .input {
	text-align:right;
	color:#495560;
	font-family: "Trebuchet MS", Verdana;
	margin-top:8px;
}

/* new user */
.newuser_body .loginTop .loginTopText {
	background-color:#d6823c;
}
.newuser_body #f1wrapper.loginBody {
	padding-bottom:40px;
}
.newuser_body .loginBody .form .formBlock.formControls {
	height:160px;
}
.newuser_body .loginBody .form .formBlock.formControls .mfaButton{
	background-color:#d6823c;
}

/* optin */
.optin_body .loginTop .loginTopText {
	background-color:#d6823c;
}
.optin_body .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle2.png") no-repeat center center;
}

.optin_body .loginBody .form .mfaForm {
    margin:6px auto;
    float:left;
	width:80%;
}
.optin_body .loginBody .form #f2wrapper.mfaForm {
    float:none;
	width:auto;
}
.optin_body .loginBody .form .formBlock.formControls {
	width:16%;
}
.optin_body .loginBody .form .mfaForm .disclosure {
	height:200px;
}

.optin_body .loginBody .form .mfaForm #f2b2 .input {
	width:auto;
	float:none;
	text-align:center;
	margin:5px auto 0 auto;
}
.optin_body .loginBody .form .mfaForm #f2b2 .input label {
	display:inline;
	text-align:center;
	font-family: "Trebuchet MS", Verdana;
	color:#495560;
	font-weight:bold;
	margin:0 18px;
}
.optin_body #f1b4.form {
	clear:both;
	width:99%;
	margin-top:16px;
}
.optin_body #f3wrapper {
	margin:8px;
}
.optin_body #f3wrapper .formBlock {
	margin-bottom:14px;
}
.optin_body #f3wrapper .formBlock .dataTitle {
	margin:0;
	margin-bottom:6px;
	background-color:#fbf2eb;
	border:1px solid #888;
	color:#d6823c;
}
.optin_body #f3wrapper .formBlock .label,
.optin_body #f3wrapper .formBlock .input {
	float:none;
	width:auto;
	text-align:left;
	padding-left:10px;
}
.optin_body #f3wrapper .formBlock .input {
	padding-bottom:6px;
}
.optin_body #f3wrapper .txtfield,
.optin_body #f3wrapper .select {
	border:2px solid #ddd;
	width:97%;
	padding:3px;
	color: #767676;
}
.optin_body #f3wrapper .select {
	width:99%;
}

.optin_body .loginBody .form .formBlock.formControls {
	height:85%;
	position:absolute;
	right:4px;
	bottom:4px;
}
.optin_body .loginBody .form .formBlock.formControls .mfaButton {
	background-color:#d6823c;
}

/* optin 2 */
.optin_body #f4wrapper .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle3.png") no-repeat center center;
}
.optin_body #f4wrapper.loginBody .form .mfaForm {
	width:74%;
}
.optin_body #f4wrapper.loginBody .form .formBlock.formControls {
	width:24%;
}
.optin_body #f4wrapper .txtfield {
	width:70%;
}
.optin_body #f4wrapper #f4b4.form {
	margin-top:12px;
}
.optin_body .mfaForm #f5b1.formBlock {
	border:2px solid #ccc;
	margin:4px 10px 16px 10px;
	padding:4px;
	overflow:visible;
}
.optin_body .mfaForm #f5b1.formBlock .label {
	width:98%;
	color:#d6823c;
	padding:3px;
	font-weight:bold;
	font-size:100%;
	font-family: "Trebuchet MS", Verdana;
	line-height:120%;
	text-align:left;
	float:none;
}
.optin_body .mfaForm #f5b1.formBlock .input {
	width:95%;
    color: #767676;
	font-size:90%;
	padding:3px;
	margin-left:4px;
	float:none;
}
.optin_body .mfaForm #f5b2.formBlock {
	margin:6px;
}
.optin_body .mfaForm #f5b2.formBlock h3 {
	color:#d6823c;
	float:none;
	font-family: "Trebuchet MS", Verdana;
	font-size:110%;
	line-height:120%;
	font-weight:bold;
}
.optin_body .mfaForm #f5b2.formBlock h3.exampleWord {
	margin-left:10px;
}
.optin_body .mfaForm #f5b2.formBlock .screenShot{
	text-align:center;
}
.optin_body .loginBody #f4b2.form .formBlock.formControls {
	height:85%;
}


.optin_body .mfaForm #f6b1.formBlock {
	border:2px solid #ccc;
	margin:4px 10px 16px 10px;
	padding:4px;
	overflow:visible;
}
.optin_body .mfaForm #f6b1.formBlock .label {
	width:98%;
	color:#d6823c;
	padding:3px;
	font-weight:bold;
	font-size:100%;
	font-family: "Trebuchet MS", Verdana;
	line-height:120%;
	text-align:left;
	float:none;
}
.optin_body .mfaForm #f6b1.formBlock .input {
	width:95%;
    color: #767676;
	font-size:90%;
	padding:3px;
	margin-left:4px;
	float:none;
}
.optin_body .loginBody #f4b4.form .formBlock.formControls {
	height:50px;
}

/* forgot pin */
.forgotpin_body .loginTop .loginTopText {
    background-color:#800000;
}
.forgotpin_body .form.error,
.forgotpin_body #f5b2.form,
.loginlocationrestricted_body .form.error,
.issuetemplogin_body .form.error {
    margin-bottom:10px;
}
.forgotpin_body .form.error .dataTitle,
.loginlocationrestricted_body .form.error .dataTitle,
.issuetemplogin_body .form.error .dataTitle {
    background-color:#932e2e;
}
.forgotpin_body #f3wrapper,
.loginlocationrestricted_body #f1wrapper,
.issuetemplogin_body #f1wrapper,
.issuetemplogin_body #f5wrapper {
    padding-bottom:30px;
}
.forgotpin_body #f3wrapper .form.error,
.forgotpin_body #f5wrapper .form.error {
    margin-left:120px;
}
.forgotpin_body #f3b2.form,
.forgotpin_body #f5b2.form,
.forgotpin_body #f5b3.form,
.loginlocationrestricted_body .loginBody .form,
.issuetemplogin_body .loginBody .form {
    width:80%;
    margin-left:70px;
}
.forgotpin_body #f3b2 #f4wrapper {
    width:78%;
}
.forgotpin_body #f3b2 #f4wrapper .formBlock .label,
.issuetemplogin_body #f3b2 #f4wrapper .formBlock .label {
    width:50%;
}
.forgotpin_body #f3b2 #f4wrapper .formBlock .input,
.issuetemplogin_body #f3b2 #f4wrapper .formBlock .input {
    width:48%;
}
.forgotpin_body #f3b2 #f4wrapper .formBlock .input .txtfield,
.issuetemplogin_body #f3b2 #f4wrapper .formBlock .input .txtfield {
    width:150px;
}
.forgotpin_body #f3b2.form .formBlock.formControls,
.issuetemplogin_body #f3b2.form .formBlock.formControls {
    bottom:10px;
    height:60px;
    position:absolute;
    right:0;
    width:20%;
}
.forgotpin_body #f5b2.form .input {
    font-weight:bold;
}
.forgotpin_body #f5b2.form p {
    font-weight:bold;
    text-align:center;
}
.forgotpin_body #f1wrapper .loginTopCircle,
.issuetemplogin_body #f1wrapper .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle1.png") no-repeat center center;
}
.forgotpin_body #f3wrapper .loginTopCircle,
.issuetemplogin_body #f3wrapper .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle2.png") no-repeat center center;
}
.forgotpin_body #f5wrapper .loginTopCircle,
.issuetemplogin_body #f5wrapper .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle3.png") no-repeat center center;
}
.forgotpin_body .successMessage .formBlock.formControls {
	margin-top:10px;
	margin-bottom:4px;
}

.loginlocationrestricted_body #f3wrapper #f3b2 {
	float:left;
}
.loginlocationrestricted_body #f3wrapper .formBlock.formControls {
	height:40px;
}
.issuetemplogin_body #f7wrapper .loginTopCircle {
	background: none;
}
.issuetemplogin_body #f7wrapper.loginBody .form .formBlock.formControls {
	height: 180px;
}
.issuetemplogin_body #f7wrapper .mfaButton {
	width: 130px;
}

/* mfa help */
.mfahelp_body .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircleHelp.png") no-repeat center center;
}
.mfahelp_body .loginTop .loginTopText {
	background-color:#ADAA3E;
}
.mfahelp_body .formBlock {
	font-size:90%;
	width:98%;
	margin:4px auto;
}
.mfahelp_body .formBlock .helpText {
	width:96%;
	margin:1px auto;
	color:#444;
}
.mfahelp_body .formBlock .dataTitle {
	border:1px solid #ccc;
	background-color:#f8f8f8;
	margin:10px auto;
}
.mfahelp_body .formBlock .dataTitle h2 {
	margin:6px 16px 4px 16px;
	color:#ADAA3E;
	float:none;
}

/* enrollment styles */
.enroll_body .loginTopCircle {
    background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle1.png") no-repeat center center;
}
.enroll_body #f2wrapper .loginTopCircle {
    background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle2.png") no-repeat center center;
}
.enroll_body #f2wrapper #f2b2.form,
.enroll_body #f2wrapper #f4wrapper.mfaForm,
.enroll_body .loginBody #f2b8.form,
.enroll_body .loginBody #f2b27.form {
    width: 100%;
}
.optin_body.enroll .loginTop .loginTopText {
	background-color:#495560;
}
.optin_body.enroll .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle3.png") no-repeat center center;
}
.optin_body.enroll #f4wrapper .loginTopCircle {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/topCircle3.png") no-repeat center center;
}
.loginBody.enrolled .form {
	float:none;
	width:90%;
	margin:0 auto;
}
.loginBody.enrolled .form p {
	margin:10px 6px 25px 6px;
}
.loginBody.enrolled .form .mfaButton {
	background: #939292 url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/leftButtonCorner.png") no-repeat left top;
	right:0px;
	left:auto;
	width:140px;
}
.loginBody.enrolled .form .controls {
	background: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/rightButtonArrow.png") no-repeat 95% 60%;
	display:block;
}
.loginBody.enrolled .form a {
	color:#fff;
	font-weight:bold;
	font-size:80%;
	text-decoration:none;
	display:block;
	text-align:left;
	padding:5px 16px 5px 7px;
}

.loginBody.choice #f3b6.form {
	float:left;
	width:34%;
	margin-top:20px;
	margin-left:16%;
	padding-bottom:0px;
}
.loginBody.choice #f3b6.form .mfaButton {
	width:90px;
	background-color:#4b6049;
}
.loginBody.choice #f3b6.form .dataTitle {
	background-color:#4b6049;
	padding:2px 5px;
}
/* 3.5.1.4 */
.optin_body #timer.timer {
    margin-right:7%;
    width:125px;
}
.optin_body #timer.timer .controls {
    display:none;
}

/* 3.5.1.5 */
.optin_body .noDisclosure #f1b4.form {
    margin-top:0;
    width:72%;
    clear:none;
    float:left;
}
.optin_body .noDisclosure.loginBody .helpWrapper {
	border-left:none;
	width:25%;
}
.optin_body .noDisclosure.loginBody .help {
	margin-left:0;
}
.optin_body .noDisclosure #f3wrapper {
    width:97%;
}
.optin_body .noDisclosure.loginBody .form .formBlock.formControls {
	bottom:0;
	right:-12px;
	width:auto;
	margin:0;
}
.optin_body #f1b4.form.noMFA {
    border:none;
    margin:0;
}
.optin_body .loginBody .form.noMFA .formBlock.formControls {
    border:none;
    bottom:-2px;
    right:219px;
}
.formBlock.formControls {
    overflow:visible;
}

/* 3.5.2 */

.securitycode_body #f9wrapper.mfaForm {
    width:auto;
    float:none;
}

.key {
        display:block;
        height: 50px;
        color: black;
        font-weight: bolder;
        width:50px;
        background-image: url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/imageKey.gif");
        position: relative;
        cursor:pointer;
}
.key div {
        position:absolute;
        text-align: center;
        width: 16px;
}
div.key.zeroKey {
    margin-right:10px;
}
.keyTop {
        top: 2px;
        left: 10px;
}
.key div.keyCenter {
        top: 2px;
        left: 4px;
        height:32px;
        width:44px;
        padding-top:12px;
}
.keyBottom {
        top: 20px;
        left: 26px;
}
.key div:hover {
        color: #ff0000;
        font-size: 110%;
        font-weight: bolder;
}
.keyTable {
    margin:1px auto;
}
.securitycode_body .loginBody #f3b4.form.keyPad {
    width:99%;
    clear:both;
    margin-top:10px;
}
.securitycode_body .loginBody #f3b4.form.keyPad #f4wrapper {
    float:none;
    margin:14px auto 6px auto;
}
.securitycode_body .loginBody #f3b4.form.keyPad #mfaFormControls {
    border:none;
    width:100px;
    margin:0;
    padding:0;
}
.loginBody.choice.error .form .dataTitle {
    background-color: #932e2e;
}
.loginBody.choice #f3b4.form.svp_form,
#recoverResultWrapper.loginBody.choice .form {
    width: 100%;
}
.loginText {
    font-size: 90%;
    color: #767676;
    line-height: 14px;
    padding-left: 2px;
    font-weight:normal;
    text-align:left;
    margin:6px;
}

.otpWrapper .digital.otpDemo {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 24px;
    position:absolute;
    left: 120px;
    top: 100px;
    letter-spacing: 3px;
}
.otpWrapper .otpDevice {
    float: left;
    overflow:auto;
    position:relative;
}
.otpWrapper .helpBox {
    float: right;
    font-size: 100%;
    color: #767676;
    height: 180px;
    width: 240px;
    border:2px solid #ccc;
}

/* 3.5.2.11 */
.enroll_body .loginBody .form .formBlock.formControls.noHeight {
    border:none;
    width:15%;
    height:auto;
}

/* 12.1 */
#oobForm.form {
    margin-left: 8%;
    margin-top: 10px;
    width: 50%;
    padding-bottom:10px;
}
.form.oobPop .dataTitle,
#oobForm #tOOB.dataTitle {
    background-color: #7A3D3D;
    color: #FFF;
    font-weight: bold;
    margin-bottom:10px;
}
.oobPop .dataTitle .popUpTitle {
    float:left;
    font-size:100%;
    padding:3px 5px;
}
.oobPop .dataTitle .closeButton {
    float:right;
    cursor:pointer;
    height:10px;
    padding:4px;
}
#oobForm .oobControls .button {
    background: #7A3D3D url("https://onlinebanking.hewfcu.com/webResources/gifs/mfa/rightButtonArrow.png") no-repeat 98% center;
    color: #FFF;
    padding:4px 24px 4px 6px;
    margin:4px auto;
    text-align:left;
    width:70%;
}
#oobForm .oobControls .button:hover {
    background-color:#A85050;
}
#f5wrapper.form.oobPop .formBlock .label,
#f5wrapper.form.oobPop .formBlock .input {
    float:none;
    clear:both;
    width:98%;
    margin:0 auto;
}
.form.oobPop .label h3 {
    font-size:110%;
    float:none;
    text-align:left;
}
#inconfirm .oobPop .label p {
    margin:4px 12px;
    text-align:left;
    clear:both;
}
#oobForm .oobControls,
#f5wrapper.form.oobPop .formBlock .input {
    text-align:center;
}