/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}


/**
 * @prop --ic-z-index-navigation-item: z-index of navigation item
 */

:host {
  display: block;

  --navigation-link-colour: var(--ic-brand-text-color);
}

:host(:focus-within) {
  z-index: var(--ic-z-index-navigation-item);
}

/* chevron */
svg {
  width: var(--ic-space-xl);
  fill: var(--ic-brand-text-color);
}

.svg {
  margin-left: auto;
}

.chevron-container svg,
.chevron-container .svg {
  width: var(--ic-space-lg);
  height: var(--ic-space-lg);
}

.chevron-container {
  flex-grow: 1;
}

:host(.expandable.navigation-item) .link,
:host(.expandable.navigation-item) ::slotted(a) {
  padding-right: 0;
}

:host(.navigation-item) .link,
:host(.navigation-item) ::slotted(a) {
  height: calc(100% - var(--ic-space-xxs));
  width: -moz-fit-content;
  width: fit-content;
  color: var(--navigation-link-colour);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--ic-space-md) var(--ic-space-xxs);
  text-decoration: none;
  transition: var(--ic-easing-transition-fast);
  position: relative;
  white-space: nowrap;

  --ic-typography-color: var(--navigation-link-colour);
}

:host(.navigation-item) ::slotted(a) {
  height: 100%;
  font: var(--ic-font-label) !important;
  letter-spacing: var(--ic-font-letter-spacing-0pt025) !important;
  padding: 0 var(--ic-space-md) !important;
}

:host(.navigation-item-selected) .link::after,
:host(.navigation-item-selected) ::slotted(a.active)::after,
:host(.navigation-item-top-nav) ::slotted(a.active)::after {
  content: "";
  height: 0.25rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: var(--ic-top-navigation-theme);
}

:host(.navigation-item-selected.navigation-item-page-header)
  ::slotted(a.active)::after,
:host(.navigation-item-selected.navigation-item-page-header) .link::after,
:host(.navigation-item.navigation-item-page-header) ::slotted(a.active)::after,
:host(.navigation-item-top-nav-child) ::slotted(a.active)::after {
  content: none;
}

:host(.navigation-item-side-menu-selected) .link,
:host(.navigation-item-side-menu) ::slotted(a.active),
:host(.navigation-item-top-nav-child) ::slotted(a.active) {
  box-shadow: none;
}

:host(.navigation-item) .link:hover:not(:focus) {
  background-color: var(--ic-brand-hover);
  cursor: pointer;
}

:host(.navigation-item:not(.navigation-item-page-header, .navigation-item-side-menu, .navigation-item-top-nav-child))
  ::slotted(a:hover:not(:focus)),
:host(.navigation-item-side-nav.navigation-item) .link:hover:not(:focus) {
  background-color: var(--ic-brand-hover) !important;
}

:host(.navigation-item:not(.navigation-item-top-nav-child, .navigation-item-side-menu, .navigation-item-top-nav-child-selected
      .navigation-item-side-menu-selected))
  .focus-indicator:focus-within {
  box-shadow: var(--ic-border-focus);
  border-radius: var(--ic-border-radius);
}

:host(.navigation-item) .link:focus,
:host(.navigation-item) ::slotted(a:focus) {
  box-shadow: var(--ic-border-focus);
  border-radius: var(--ic-border-radius);
  outline: var(--ic-hc-focus-outline);
  outline-offset: calc(-1 * (var(--ic-space-xxxs) + var(--ic-space-1px) / 2));
}

:host(.navigation-item-selected) .link:focus,
:host(.navigation-item) ::slotted(a.active:focus) {
  box-shadow: var(--ic-border-focus);
  border-radius: var(--ic-border-radius);
  outline: var(--ic-hc-focus-outline);
  outline-offset: calc(-1 * (var(--ic-space-xxxs) + var(--ic-space-1px) / 2));
}

:host(.navigation-item) .link:active:not(:focus),
:host(.navigation-item) ::slotted(a:active:not(:focus)) {
  background-color: var(--ic-brand-active);
}

:host(.navigation-item-side-menu) .link,
:host(.navigation-item-side-menu) ::slotted(a) {
  min-height: 2.5rem;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  color: var(--ic-top-navigation-nav-item);

  --ic-typography-color: var(--ic-top-navigation-nav-item);

  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  text-wrap: wrap;
  white-space: normal;
  transition: box-shadow var(--ic-transition-duration-fast),
    border-radius var(--ic-transition-duration-fast);
}

:host(.navigation-item-top-nav-child) ::slotted(svg),
:host(.navigation-item-side-menu) ::slotted(svg),
:host(.navigation-item-page-header) ::slotted(svg) {
  fill: var(--ic-color-text-primary);
}

:host(.navigation-item-side-menu) ::slotted(a) {
  font: var(--ic-font-body) !important;
  letter-spacing: var(--ic-font-letter-spacing-0pt005) !important;
  transition: box-shadow var(--ic-easing-transition-fast),
    background-color var(--ic-easing-transition-fast);
}

:host(.navigation-item-side-menu) .link:hover:not(:focus) {
  background-color: var(--ic-top-navigation-nav-item-hover);
}

:host(.navigation-item-side-menu) ::slotted(a:hover:not(:focus)) {
  background-color: var(--ic-top-navigation-nav-item-hover) !important;
}

:host(.navigation-item-side-menu) .focus-indicator:focus-within {
  box-shadow: none;
}

:host(.navigation-item-side-menu) .link:focus,
:host(.navigation-item-side-menu) ::slotted(a:focus) {
  box-shadow: var(--ic-border-focus-inset) !important;
  width: auto;
  border-radius: var(--ic-border-radius-inset) !important;
}

:host(.navigation-item-side-menu-selected) .link,
:host(.navigation-item-side-menu-selected) ::slotted(a) {
  transition: box-shadow var(--ic-easing-transition-slow),
    background-color var(--ic-easing-transition-slow);
}

:host(.navigation-item-side-menu-selected) .link:focus,
:host(.navigation-item-side-menu) ::slotted(a.active:focus),
:host(.navigation-item-top-nav-child) ::slotted(a.active:focus) {
  margin-left: var(--ic-space-xs) !important;
  padding-left: var(--ic-space-xs) !important;
}

:host(.navigation-item-top-nav-child) .link,
:host(.navigation-item-top-nav-child) ::slotted(a) {
  height: 2.5rem;
  width: calc(100% - var(--ic-space-xl));
  min-width: 9.063rem;
  color: var(--ic-top-navigation-nav-item);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--ic-space-md) !important;
  text-decoration: none;
  position: relative;
  transition: box-shadow var(--ic-transition-duration-fast),
    border-radius var(--ic-transition-duration-slow);

  --ic-typography-color: var(--ic-color-text-primary);
}

:host(.navigation-item-top-nav-child) ::slotted(a) {
  font: var(--ic-font-body) !important;
  letter-spacing: var(--ic-font-letter-spacing-0pt005) !important;
}

:host(.navigation-item-top-nav-child) .link:hover:not(:focus),
:host(.navigation-item-top-nav-child) ::slotted(a:hover:not(:focus)) {
  background-color: var(--ic-top-navigation-nav-item-hover) !important;
}

:host(.navigation-item-top-nav-child) .link:focus,
:host(.navigation-item-top-nav-child) ::slotted(a:focus) {
  z-index: 1;
  outline: var(--ic-hc-focus-outline);
  border-radius: var(--ic-border-radius-inset);
  box-shadow: var(--ic-border-focus-inset);
  transition: border-radius 0s, box-shadow var(--ic-transition-duration-fast);
}

:host(.navigation-item-top-nav-child) ::slotted(a.active:focus) {
  box-shadow: var(--ic-border-focus-inset);
  border-radius: var(--ic-border-radius-inset);
}

:host(.navigation-item-side-menu) .link:active:not(:focus) {
  background-color: var(--ic-top-navigation-nav-item-pressed);
}

:host(.navigation-item-top-nav-child) .link:active:not(:focus),
:host(.navigation-item-top-nav-child) ::slotted(a:active:not(:focus)) {
  outline: var(--ic-hc-focus-outline);
  background-color: var(--ic-top-navigation-nav-item-pressed);
}

:host(.navigation-item-top-nav-child) ::slotted(a:active:not(:focus)),
:host(.navigation-item-side-menu) ::slotted(a:active:not(:focus)) {
  background-color: var(--ic-top-navigation-nav-item-pressed) !important;
}

:host(.navigation-item-side-menu-selected) *,
:host(.navigation-item-top-nav-child-selected) *,
:host(.navigation-item-side-menu) ::slotted(a.active),
:host(.navigation-item-top-nav-child) ::slotted(a.active) {
  font-weight: 700 !important;
}

:host(.navigation-item-top-nav-child) ::slotted(a.active)::before,
:host(.navigation-item-top-nav-child-selected) .link::before,
:host(.navigation-item-side-menu-selected) .link::before,
:host(.navigation-item-side-menu) ::slotted(a.active)::before,
:host(.navigation-item-side-menu-selected) .link:focus::before,
:host(.navigation-item-side-menu) ::slotted(a.active:focus)::before {
  content: "";
  position: absolute;
  left: 0;
  width: var(--ic-space-xs);
  height: inherit;
  min-height: 2.5rem;
  background-color: var(--ic-top-navigation-nav-item-banner);
  transition: left 0s;
}

:host(.navigation-item-side-menu-selected) .link::before,
:host(.navigation-item-side-menu-selected) .link:focus::before {
  margin-top: var(--ic-space-xxs);
}

:host(.navigation-item-top-nav-child-selected) .link:focus {
  margin-left: var(--ic-space-xs);
  margin-right: calc(-1 * var(--ic-space-xs));
  padding-left: var(--ic-space-xs) !important;
}

:host(.navigation-item-top-nav-child-selected) .link:focus::before {
  left: calc(-1 * var(--ic-space-xs));
  z-index: 1;
}

:host(.navigation-item-side-menu-selected) .link::before,
:host(.navigation-item-side-menu) ::slotted(a.active)::before,
:host(.navigation-item-side-menu-selected) .link:focus::before,
:host(.navigation-item-side-menu) ::slotted(a.active:focus)::before {
  z-index: 1;
}

:host(.navigation-item-side-menu-selected) .link:focus::before,
:host(.navigation-item-side-menu) ::slotted(a.active:focus)::before,
:host(.navigation-item-top-nav-child) ::slotted(a.active:focus)::before {
  left: calc(-1 * var(--ic-space-xs));
}

:host(.navigation-item-side-menu-selected) .link::after {
  display: none;
}

:host(.navigation-item-side-nav-collapsed) .link {
  height: 100%;
}

:host(.navigation-item-side-nav-collapsed) ::slotted(svg),
:host(.navigation-item-side-nav-collapsed-with-label) ::slotted(svg) {
  margin: auto;
  pointer-events: none;
}

:host(.navigation-item-side-nav-collapsed) .icon,
:host(.navigation-item-side-nav-collapsed-with-label) .icon,
:host(.navigation-item-side-nav-collapsed-with-label) ic-typography {
  align-items: center;
  padding: 0;
  margin: auto 0;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}

:host(.navigation-item-side-nav-collapsed-with-label) ic-typography {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}

:host(.navigation-item-side-nav-collapsed-with-label) .link,
:host(.navigation-item-side-nav-collapsed-with-label) ::slotted(a) {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--ic-space-xs) !important;
  gap: var(--ic-space-xxs);
}

:host(.navigation-item-side-nav.navigation-item-side-nav-collapsed-with-label)
  .link,
:host(.navigation-item-side-nav.navigation-item-side-nav-collapsed-with-label)
  ::slotted(a) {
  height: auto !important;
  gap: 0;
  width: auto;
  padding: var(--ic-space-xs) !important;
}

:host(.navigation-item-side-nav.navigation-item-side-nav-collapsed-with-label)
  ::slotted(a) {
  display: block;
  text-align: center;
}

:host(.navigation-item-side-nav.navigation-item-side-nav-collapsed-with-label)
  .link
  ic-typography {
  opacity: 1;
  min-width: -moz-min-content;
  min-width: min-content;
}

:host(.navigation-item-side-nav-collapsed) svg,
:host(.navigation-item-side-nav-collapsed-with-label) svg {
  display: none;
}

::slotted(svg) {
  fill: var(--ic-brand-text-color);
  height: var(--ic-space-lg);
  width: var(--ic-space-lg);
  margin-left: var(--ic-space-md);
}

.icon {
  height: 1.5rem;
  width: var(--ic-space-xxl);
  margin-left: calc(-1 * var(--ic-space-md));
  flex: 0 1 0%;
  position: relative;
}

.icon > ::slotted(*) {
  margin-left: var(--ic-space-md) !important;
  margin-right: var(--ic-space-xs);
}

.inline-badge {
  margin-left: var(--ic-space-xs);
}

.badge {
  margin-left: 0;
}

:host(.navigation-item-side-nav-collapsed) .icon > ::slotted(*) {
  margin: auto !important;
}

:host(.navigation-item-side-nav) .icon > ::slotted(*) {
  margin-right: 0;
}

:host(.navigation-item-side-nav) .link,
:host(.navigation-item-side-nav) ::slotted(a) {
  height: var(--navigation-item-height, 4rem);
  min-height: var(--navigation-item-min-height);
  width: var(--navigation-item-width, auto);
  justify-content: var(--navigation-item-justify-content);
  display: flex;
  gap: var(--ic-space-xs);
  box-sizing: border-box;
  color: var(--navigation-item-child-color) !important;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 0 var(--ic-space-md);
  text-wrap: wrap;
}

:host(.navigation-item-side-nav.navigation-item-top-nav-child) .link,
:host(.navigation-item-side-nav.navigation-item-top-nav-child) ::slotted(a) {
  height: var(--navigation-item-child-height);
  width: var(--navigation-group-width);
  color: var(--navigation-item-child-color) !important;
  display: flex;
  gap: 0.625rem;
  box-sizing: border-box;
  min-width: 0;
  transition: box-shadow var(--ic-easing-transition-fast);
  text-decoration: none !important;
  white-space: nowrap;
}

:host(.navigation-item-side-nav.navigation-item-top-nav-child) .link:focus,
:host(.navigation-item-side-nav.navigation-item-top-nav-child)
  ::slotted(a:focus) {
  box-shadow: var(--ic-border-focus-dark);
}

:host(.navigation-item-side-nav.navigation-item-side-menu) .link:active {
  background-color: var(--navigation-item-child-active);
}

:host(.navigation-item-side-nav.navigation-item-top-nav-child) .link:active,
:host(.navigation-item-side-nav.navigation-item-top-nav-child)
  ::slotted(a:active) {
  background-color: var(--navigation-item-child-active);
}

:host(.navigation-item-side-nav) a.link ic-typography,
:host(.navigation-item-side-nav.navigation-item-top-nav-child)
  a.link
  ic-typography,
:host(.navigation-item-side-nav) div.link ic-typography,
:host(.navigation-item-side-nav.navigation-item-top-nav-child)
  div.link
  ic-typography,
.navigation-item-side-nav-slotted-text {
  opacity: var(--navigation-item-label-opacity);
  transition: opacity var(--ic-easing-transition-slow);
  white-space: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

:host(.navigation-item-side-nav.navigation-item-selected) .link,
:host(.navigation-item-side-nav.navigation-item) ::slotted(a.active) {
  box-shadow: inset 0.313rem 0 0 var(--ic-brand-text-color);
}

:host(.navigation-item-side-nav.navigation-item-selected) .link::before,
:host(.navigation-item-side-nav) ::slotted(a.active)::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0.313rem;
  border-radius: 0.688rem !important;
  transition: var(--ic-easing-transition-slow);
}

:host(.navigation-item-side-nav.navigation-item-selected) .link:focus::before,
:host(.navigation-item-side-nav) ::slotted(a.active:focus)::before {
  box-shadow: var(--ic-border-focus-inset);
}

:host(:not(.navigation-item-side-nav-collapsed).navigation-item-side-nav.navigation-item-side-nav-collapsed-with-label)
  .link {
  opacity: var(--navigation-item-label-opacity);
  height: auto;
}

:host(.navigation-item-top-nav-child.navigation-item-side-nav-collapsed-with-label)
  .link,
:host(.navigation-item-top-nav-child.navigation-item-side-nav-collapsed-with-label)
  ::slotted(a) {
  min-width: var(--navigation-group-item-min-width);
  padding: var(--ic-space-xs) !important;
  height: auto;
  gap: 0;
}

:host(.navigation-item-top-nav-child.navigation-item-side-nav-collapsed-with-label)
  ::slotted(a) {
  display: block;
}

:host(.navigation-item-side-nav.navigation-item-selected) .link::after,
:host(.navigation-item-side-nav) ::slotted(a.active)::after {
  display: none;
}

:host(.navigation-item-side-nav.navigation-item) .link:focus,
:host(.navigation-item-side-nav.navigation-item) ::slotted(a:focus) {
  box-shadow: var(--ic-border-focus-inset);
  border-radius: var(--ic-border-radius-inset);
  background-color: transparent;
}

:host(.navigation-item-side-nav.navigation-item-selected) .link:focus,
:host(.navigation-item-side-nav) ::slotted(a.active:focus) {
  margin: 0 auto;
  box-shadow: inset 0.313rem 0 0 var(--ic-brand-text-color);
  border-radius: 0;
}

:host(.navigation-item-page-header).link,
:host(.navigation-item-page-header) a,
:host(.navigation-item-page-header) ::slotted(a) {
  height: 2.5rem !important;
  color: var(--ic-color-text-primary) !important;
  transition: all var(--ic-easing-transition-fast) !important;
  box-shadow: rgba(23 89 188 / 0%) !important;
}

:host(.navigation-item-page-header.navigation-item-selected) .link::after,
:host(.navigation-item-page-header) ::slotted(a.active)::after {
  content: " " !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--ic-space-xxs);
  background-color: var(--ic-action-default) !important;
}

:host(.navigation-item-page-header) .link:hover,
:host(.navigation-item-page-header) ::slotted(.link:hover),
:host(.navigation-item-page-header) ::slotted(a:hover),
:host(.navigation-item-page-header) .link:hover:not(:focus) {
  background-color: var(--ic-action-default-bg-hover) !important;
  cursor: pointer;
}

:host(.navigation-item-page-header) .link:focus,
:host(.navigation-item-page-header) ::slotted(a:focus) {
  box-shadow: var(--ic-border-focus);
}

:host(.navigation-item-page-header) .link:active,
:host(.navigation-item-page-header) ::slotted(a:active) {
  background-color: var(--ic-action-default-bg-pressed) !important;
}

:host(.navigation-item-page-header.navigation-item-selected) .link:focus::after,
:host(.navigation-item-page-header) ::slotted(a.active:focus)::after {
  border-bottom-left-radius: var(--ic-border-radius);
  border-bottom-right-radius: var(--ic-border-radius);
}

:host(.navigation-item-page-header.navigation-item-selected.with-transition)
  .link,
:host(.navigation-item-page-header.navigation-item-selected.with-transition)
  ::slotted(a.active) {
  transition: all var(--ic-easing-transition-fast),
    border-color var(--ic-transition-duration-fast);
}

:host(.navigation-item-page-header) ::slotted(a.active)::before,
:host(.navigation-item-page-header) ::slotted(a.active:focus)::before,
:host(.navigation-item-page-header.navigation-item-selected)
  .link:focus::before {
  display: none;
}

.open-in-new-icon {
  flex: 1;
}

.open-in-new-icon svg {
  margin-top: var(--ic-space-xxs);
  padding-left: var(--ic-space-xs);
}

:host(.navigation-item-side-nav) .open-in-new-icon {
  margin-left: calc(-1 * var(--ic-space-xs));
}

:host(.navigation-item-top-nav) .open-in-new-icon svg,
:host(.navigation-item-page-header) .open-in-new-icon svg,
:host(.navigation-item-side-nav) .open-in-new-icon svg {
  height: 0.875rem;
  width: 0.875rem;
}

:host(.navigation-item-side-menu) .open-in-new-icon svg,
:host(.navigation-item-top-nav-child) .open-in-new-icon svg {
  height: var(--ic-space-md);
  width: var(--ic-space-md);
}

:host(.navigation-item-page-header) .open-in-new-icon svg,
:host(.navigation-item-top-nav-child) .open-in-new-icon svg,
:host(.navigation-item-side-menu) .open-in-new-icon svg {
  fill: var(--ic-color-text-primary);
}

@media (forced-colors: active) {
  .open-in-new-icon svg {
    fill: currentcolor;
  }
}

@media (prefers-reduced-motion: reduce) {
  :host(.navigation-item) .link,
  :host(.navigation-item) ::slotted(a),
  :host(.navigation-item-side-menu) .link,
  :host(.navigation-item-side-menu) ::slotted(a),
  :host(.navigation-item-side-menu-selected) .link,
  :host(.navigation-item-side-menu-selected) ::slotted(a),
  :host(.navigation-item-top-nav-child) .link,
  :host(.navigation-item-top-nav-child) ::slotted(a),
  :host(.navigation-item-top-nav-child) .link:focus,
  :host(.navigation-item-top-nav-child) ::slotted(a:focus),
  :host(.navigation-item-top-nav-child) ::slotted(a.active)::before,
  :host(.navigation-item-top-nav-child-selected) .link::before,
  :host(.navigation-item-side-menu-selected) .link::before,
  :host(.navigation-item-side-menu) ::slotted(a.active)::before,
  :host(.navigation-item-side-menu-selected) .link:focus::before,
  :host(.navigation-item-side-menu) ::slotted(a.active:focus)::before,
  :host(.navigation-item-side-nav.navigation-item-top-nav-child) .link,
  :host(.navigation-item-side-nav.navigation-item-top-nav-child) ::slotted(a),
  :host(.navigation-item-side-nav) a.link ic-typography,
  :host(.navigation-item-side-nav.navigation-item-top-nav-child)
    a.link
    ic-typography,
  :host(.navigation-item-side-nav) div.link ic-typography,
  :host(.navigation-item-side-nav.navigation-item-top-nav-child)
    div.link
    ic-typography,
  .navigation-item-side-nav-slotted-text,
  :host(.navigation-item-side-nav.navigation-item-selected) .link::before,
  :host(.navigation-item-side-nav) ::slotted(a.active)::before,
  :host(.navigation-item-page-header).link,
  :host(.navigation-item-page-header) a,
  :host(.navigation-item-page-header) ::slotted(a),
  :host(.navigation-item-page-header.navigation-item-selected.with-transition)
    .link,
  :host(.navigation-item-page-header.navigation-item-selected.with-transition)
    ::slotted(a.active) {
    transition: none;
  }
}
