
  .navigationListItemLink:focus {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.1875rem;
  }
  .navigationListItemLink:focus use {
    fill: #2571cc;
  }
  body.notUsingKeys .navigationListItemLink:focus {
    outline: 0;
  }
  .navigationList.level2 > .parentLink .navigationListItemLink:focus {
    border-color: #2571cc;
  }
  body.notUsingKeys .navigationList.level2 > .parentLink .navigationListItemLink:focus {
    outline: 0;
  }
  .navigationList.level2 .navigationListItemLink:focus {
    background-color: #d8f2fe;
    color: #05112b;
  }
  .navigationList.level2 .navigationListItemLink:focus use {
    fill: #05112b;
  }
  body.notUsingKeys .navigationList.level2 .navigationListItemLink:focus {
    outline: 0;
  }
  .pageHeaderButton > button:focus .text {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.1875rem;
  }
  body.notUsingKeys .pageHeaderButton > button:focus {
    outline: 0;
  }