/*************Global - Header Fixed Issue*******************/
.android2-fix header{
	position: relative;
}
.android2-fix #main-page{
	margin-top:0;
}
.android2-fix #drawer-toggle-label {
	position: relative;
}
.android2-fix #drawer-menu {
	position: absolute;
	height: 100%;
	min-height: 470px;
}
.android2-fix #drawer-toggle-label:after{
  height: 36px;
  width: 1px;
  left: 54px;
  top: 12px;
}
body.android2-fix {
  min-height: 470px;
}
/*************My Accounts - Account List Drop-Down Scroll Issue Fix*******************/
.android2-fix #account-selection:checked ~ .account-list-container {
	height: auto;
}
.android2-fix #account-selection:checked ~ .header-menu > #account-list{
	position: static;
	max-height: none;
}