/* Home alone uses the reference portal's Bootstrap grid and APEX icons. */
@font-face {
  font-family: apex-5-icon-font;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/apex-5-icon-font.woff2") format("woff2");
}
.t-Header-nav-list ul li[data-current="true"] a { background: #216bb9; }
.t-Header-navBar {
  align-self: flex-start;
  align-items: flex-start;
  padding-right: 0;
}
.t-Header-navBar .t-Button.t-Button--header {
  color: #d71c1c;
  font: 12px/16px "SolaimanLipi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px;
  height: 40px;
  gap: 8px;
}
.t-Header-navBar .t-Icon:empty:not(.icon-user) { display: none; }
.t-NavigationBar .a-Icon.icon-user { color: inherit; }
.t-Body-topButton { display: block; }

@font-face {
  font-family: Phosphor;
  src: url("../fonts/Phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.accessibility-float .ph-wheelchair-motion::before {
  content: "\e89a";
  font: 22px/1 Phosphor;
}
#accessibility-close .ph-x-circle::before {
  content: "\e4f8";
  font: 28px/1 Phosphor;
}
