/* HOMEPAGE: Hide the Alpha portfolio section from all skins */
#shopify-section-template--16681358426296__multicolumn_wRVKzV {
  display: none;
}

body.metricon:not(.EMPLOYEE_WITH_ALLOWANCE) {
  a#HeaderMenu-uniform-allowance.list-menu__item,
  a#HeaderDrawer-uniform-allowance.list-menu__item {
    display: none !important;
  }
}