/* Normalize.css - The best CSS Reset Library in 2021
Last updated on Apr 27, 2021 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

b,
strong {
  font-weight: 600;
}

/**
 * 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 */
  margin: 0 0 15px;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

/** ----------------------------------- **/

:root {
  --border-radius: 3px;
}

html {
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
}

html, body {
  background: var(--neutral-20);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--neutral-800);
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;

  &:has(.open_menu) { overflow: hidden; }
}

footer {
  font-size: 12px;
  box-sizing: border-box;
  text-align: center;
}

a {
  text-decoration: none;
  color: var(--blue-400);
}

h1,
h2,
h2 strong,
h3,
h3 strong { font-weight: 500; }

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
p { font-size: 15px; }

h4 { margin: 15px 0 5px; }

.page_labels {
  display: flex;
  align-items: center;
}

.page_labels span,
.search_label {
  color: var(--neutral-0);
  font-weight: 700;
  font-size: 11px;
  background: var(--neutral-100);
  display: block;
  margin-left: 6px;
  padding: 3px 6px;
  border-radius: var(--border-radius);
  white-space: nowrap;
  line-height: 1.5;
  box-sizing: border-box;
}

.eazybi_section,
#sp-viewport-control-opener,
.sp-license-info { display: none; }

.wrap {
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.eazybi_banner {
  display: block;
  margin: 0 auto 20px;
  line-height: 0;

  img {
    cursor: pointer !important;
    max-width: 100%;
  }
}

.eazybi_banner.warning_banner {
  text-align: center;
  border-top: solid 4px;
  border-bottom: solid 4px;
  border-image: repeating-linear-gradient( -75deg, var(--yellow-500), var(--yellow-500) 10px, var(--neutral-900) 10px, var(--neutral-900) 20px) 20;
  padding: 15px 0;
  line-height: 1;
  box-sizing: border-box;
  background: var(--neutral-0);
  font-weight: 500;
}

aside .mobile_visible,
#main_nav .wrap .mobile_visible { display: none; }

@media screen and (max-width: 1110px) {
  #main_nav .wrap { max-width: none; }

  aside .mobile_visible,
  #main_nav .wrap .mobile_visible { display: block; }

  aside .mobile_hidden,
  #main_nav .wrap .mobile_hidden { display: none; }

  #sp-viewport-control-opener { display: none !important; }
}

img.emoticon {
  vertical-align: middle;
  max-height: 16px;
  min-width: 16px;
  max-width: 32px;
  width: inherit;
  height: inherit;
}
