/*! 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;
}


:host {
  display: block;
  color: var(--ic-top-navigation-text);
  width: 100%;
  position: relative;

  --ic-typography-color: var(--ic-top-navigation-text);
  --ic-button-secondary-text-monochrome: var(--ic-brand-text-color);
  --ic-button-secondary-border-monochrome: var(--ic-brand-text-color);
  --navigation-link-colour: var(--ic-top-navigation-text);
  --ic-top-navigation-status-tag-text: var(--ic-color-text-primary-light);
  --ic-top-navigation-status-tag-secondary: var(--ic-state-layer-lighten-20);
}

:host(.dark) {
  --ic-top-navigation-status-tag-text: var(--ic-color-text-primary-dark);
  --ic-top-navigation-status-tag-secondary: var(--ic-state-layer-darken-10);
  --ic-top-navigation-title-hover: var(--ic-action-dark-bg-hover);
  --ic-top-navigation-title-pressed: var(--ic-action-dark-bg-pressed);
}

:host(.dark) ::slotted(ic-navigation-button) {
  --ic-button-icon-monochrome: var(--ic-color-text-primary-light);
}

::slotted(ic-navigation-button) {
  --ic-button-icon-monochrome: white;
}

:host .top-navigation {
  background-color: var(--ic-top-navigation-background);
  height: -moz-max-content;
  height: max-content;
}

:host(.fullwidth-searchbar) slot[name="search"]::slotted(form) {
  width: 100%;
}

:host .title-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: var(--ic-space-xxs);
  transition: var(--ic-easing-transition-fast);
}

:host .title-link,
:host .title-link:visited,
:host .title-link:active,
:host .title-link ::slotted(a),
:host .title-link:visited ::slotted(a),
:host .title-link:active ::slotted(a) {
  color: var(--ic-top-navigation-icon-and-label);
  text-decoration: none;
  outline: none;

  --ic-typography-color: var(--ic-top-navigation-icon-and-label);
}

:host .title-link:hover:not(:focus) {
  background-color: var(--ic-top-navigation-title-hover);
}

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

:host .title-link:hover {
  border-radius: var(--ic-border-radius);
}

:host .menu-button-container {
  --ic-button-secondary-text-monochrome: var(--ic-brand-text-color);
  --ic-button-secondary-border-monochrome: var(--ic-brand-text-color);
}

:host .title-link:focus,
:host .title-link:focus-within {
  border-radius: var(--ic-border-radius);
  box-shadow: var(--ic-border-focus);
  outline: var(--ic-hc-focus-outline);
}

:host .title-link ic-typography {
  font-weight: 600;
}

:host .nav-panel-container {
  border-top: var(--ic-space-1px) solid var(--ic-top-navigation-keyline);
  padding: 0 var(--ic-space-lg);
  margin-left: calc(-1 * var(--section-container-margin));
  margin-right: calc(-1 * var(--section-container-margin));
  display: flex;
}

:host(.dark) .nav-panel-container {
  border-top: var(--ic-border-keyline-darken);
}

.top-panel-container {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navigation-tabs {
  margin-top: calc(-1 * var(--ic-space-1px));
}

.app-details-container {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-right: var(--ic-space-md);
}

.app-icon-container {
  display: flex;
  padding-right: var(--ic-space-xs);
}

.icon-buttons-container {
  display: flex;
  margin-left: var(--ic-space-md);
}

.icon-buttons-container ::slotted(nav) {
  display: flex;
}

.title-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}

:host .app-status {
  border-radius: var(--ic-space-md);
  background-color: var(--ic-top-navigation-status-tag);
  color: var(--ic-top-navigation-status-tag-text);

  --ic-typography-color: var(--ic-top-navigation-status-tag-text);

  padding: var(--ic-space-xxs) var(--ic-space-lg);
  margin-left: var(--ic-space-md);
  flex: 1 1 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

:host .app-version {
  border-radius: var(--ic-space-md);
  background-color: var(--ic-top-navigation-status-tag-secondary);
  color: var(--ic-top-navigation-status-tag);
  padding: var(--ic-space-xxs) var(--ic-space-sm);
  margin-left: var(--ic-space-xs);
  flex: 1 1 0;
  max-width: -moz-fit-content;
  max-width: fit-content;

  --ic-typography-color: var(--ic-top-navigation-status-tag);
}

slot[name="app-icon"]::slotted(*) {
  fill: var(--ic-top-navigation-logo);
  width: 2em;
  height: 2em;
  cursor: pointer;
}

slot[name="toggle-icon"] svg {
  fill: var(--ic-top-navigation-icon);
}

.search-menu-container {
  justify-content: right;
  display: flex;
  align-items: center;
}

.menu-button-container {
  margin-left: var(--ic-space-md);
}

.menu-button-container .navigation-landmark-button-text {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: var(--ic-brand-text-color);
}

.menu-button-container .navigation-landmark-button-text:dir(rtl) {
  right: -9999px;
}

.search-actions-container {
  display: flex;
}

.menu-buttons-slot {
  display: flex;
  flex-direction: column;
}

.navigation-landmark-text {
  position: absolute;
  width: var(--ic-space-1px);
  height: var(--ic-space-1px);
  padding: 0;
  margin: calc(-1 * var(--ic-space-1px));
  overflow: hidden;
}

.navigation-item-list {
  display: flex;
  list-style: none;
  height: 2.75rem;
}

.navigation-item-list::-webkit-scrollbar {
  display: none;
}

:host ic-section-container {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media screen and (min-width: 993px) {
  .app-details-container {
    margin-right: var(--ic-space-lg);
  }
}

/* large */
@media screen and (max-width: 1200px) {
  :host .nav-panel-container {
    padding: 0 var(--ic-space-md);
  }
}

/** Mobile styling **/
:host(.mobile-mode) .app-status,
:host(.mobile-mode) .app-version {
  display: none;
}

:host(.mobile-mode) .title-link {
  margin-right: var(--ic-space-xs);
}

:host(.mobile-mode) .search-menu-container {
  max-width: 10rem;
}

:host(.mobile-mode) .search-bar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: var(--ic-border-keyline-darken);
  height: 4rem;
  padding-left: var(--ic-space-md);
  padding-right: var(--ic-space-md);
  margin-left: calc(-1 * var(--section-container-margin));
  margin-right: calc(-1 * var(--section-container-margin));
}

/* x small */
@media screen and (max-width: 576px) {
  :host .title-link {
    margin-right: var(--ic-space-xxxs);
    word-break: break-word;
    hyphens: none;
  }

  .top-panel-container {
    min-height: 2.5rem;
  }

  .search-bar-container {
    margin-top: 0;
    height: 3.5rem;
    padding-left: var(--ic-space-xs);
    padding-right: var(--ic-space-xs);
  }

  .menu-button-container {
    margin-left: var(--ic-space-sm);
  }

  slot[name="app-icon"]::slotted(*) {
    width: 1.5em;
    height: 1.5em;
  }

  slot[name="toggle-icon"] svg {
    width: 1.5em;
    height: 1.5em;
  }
}

@media (forced-colors: active) {
  :host .top-navigation {
    border-bottom: var(--ic-border-hc);
  }

  .app-status,
  .app-version {
    border: var(--ic-border-hc);
  }

  slot[name="app-icon"]::slotted(*) {
    fill: currentcolor;
  }

  slot[name="toggle-icon"] svg {
    fill: currentcolor;
  }
}

@media (prefers-reduced-motion: reduce) {
  :host .title-link {
    transition: none;
  }
}
