/*! 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 */
  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;
}
/**
 * Global: normalize
 * Combines normalize.css and some custome itp normalizations
 */

/**
 * A very simple reset that sits on top of Normalize.css.
 */
blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
  padding: 0;
  margin: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li ol,
li ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 * on fieldsets.
 */
fieldset {
  min-width: 0;
  border: 0;
}
/**
 * Global: page
 * Default markup for page level elements
 */

/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  box-sizing: var(--htmlBoxSizing);
  min-height: var(--htmlHeight); /* [3] */
  overflow-y: var(--htmlOverflowY); /* [2] */
  font-family: var(--htmlFontFamily);
  font-size: calc(var(--htmlFontSize) / 16 * 100%); /* 1 */
  font-weight: var(--htmlFontWeight); /* 1 */
  line-height: var(--htmlLineHeight);
  background-color: var(--htmlBackgroundColor);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  color: var(--bodyColor);
}

::-moz-selection { /* stylelint-disable-line */
  color: var(--bodySelectionColor);
  text-shadow: var(--bodySelectionTextShadow);
  background-color: var(--bodySelectionBackgroundColor);
}

::selection {
  color: var(--bodySelectionColor);
  text-shadow: var(--bodySelectionTextShadow);
  background-color: var(--bodySelectionBackgroundColor);
}
/**
 * Global: typography
 * Default markup for typographic elements
 */
h1 {
  margin-bottom: var(--h1MarginBottom);
  font-family: var(--h1FontFamily);
  font-size: var(--h1FontSize);
  font-weight: var(--h1FontWeight);
  line-height: var(--h1LineHeight);
}

h2 {
  margin-bottom: var(--h2MarginBottom);
  font-family: var(--h2FontFamily);
  font-size: var(--h2FontSize);
  font-weight: var(--h2FontWeight);
  line-height: var(--h2LineHeight);
}

h3 {
  margin-bottom: var(--h3MarginBottom);
  font-family: var(--h3FontFamily);
  font-size: var(--h3FontSize);
  font-weight: var(--h3FontWeight);
  line-height: var(--h3LineHeight);
}

h4 {
  margin-bottom: var(--h4MarginBottom);
  font-family: var(--h4FontFamily);
  font-size: var(--h4FontSize);
  font-weight: var(--h4FontWeight);
  line-height: var(--h4LineHeight);
}

h5 {
  margin-bottom: var(--h5MarginBottom);
  font-family: var(--h5FontFamily);
  font-size: var(--h5FontSize);
  font-weight: var(--h5FontWeight);
  line-height: var(--h5LineHeight);
}

h6 {
  margin-bottom: var(--h6MarginBottom);
  font-family: var(--h6FontFamily);
  font-size: var(--h6FontSize);
  font-weight: var(--h6FontWeight);
  line-height: var(--h6LineHeight);
}

p,
ol,
ul,
dl,
table,
address {
  margin-bottom: var(--baseMarginBottom);
  font-size: var(--baseFontSize);
  line-height: var(--baseLineHeight);
}

ul,
ol,
blockquote {
  padding-left: var(--baseIndent);
}

li > ul,
li > ol {
  margin-bottom: 0;
}

blockquote {
  margin-bottom: var(--blockquoteMarginBottom);
  font-size: var(--blockquoteFontSize);
  font-style: var(--blockquoteFontStyle);
  line-height: var(--blockquoteLineHeight);
}

blockquote > p {
  font-size: inherit;
  line-height: inherit;
}

small {
  margin-bottom: var(--smallMarginBottom);
  font-size: var(--smallFontSize);
  line-height: var(--smallLineHeight);
}

hr {
  margin: 0 0 var(--horizontalRuleMarginBottom);
  clear: both;
  border-color: var(--horizontalRuleBorderColor);
  border-style: var(--horizontalRuleBorderStyle);
  border-width: var(--horizontalRuleBorderWidth);
}

a {
  font-weight: var(--linkFontWeight);
  color: var(--linkColor);
  text-decoration: var(--linkDecoration);
  transition: var(--linkTransition);
}

a:visited {
  color: var(--linkColorVisited);
}

a:hover {
  color: var(--linkColorHover);
  text-decoration: var(--linkDecorationHover);
}

a:focus {
  color: var(--linkColorFocus);
  outline: var(--linkOutlineFocus);
}

a:hover,
a:active {
  outline: var(--linkOutline);
}
/**
 * Global: image
 * Default markup for the image elements
 */

/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%; /* [1] */
  font-style: italic; /* [2] */
  vertical-align: middle; /* [3] */
}

/**
 * If a `width` and/or `height` attribute has been explicitly defined, let’s
 * not make the image fluid.
 */
/* stylelint-disable */
img[width],
img[height] {
  /* stylelint-enable */
  max-width: none;
}
/**
 * Global: form
 * Default markup for the form elements
 */
fieldset {
  margin-bottom: var(--fieldsetMarginBottom);
  border: var(--fieldsetBorder);
}

legend,
label {
  display: block;
  width: 100%;
  cursor: pointer;
}

legend {
  margin-bottom: var(--legendMarginBottom);
  font-size: var(--legendFontSize);
  line-height: var(--legendLineHeight);
}

label {
  margin-bottom: var(--labelMarginBottom);
  font-size: var(--labelFontSize);
  line-height: var(--labelLineHeight);
}

textarea {
  height: auto;
  resize: none;
}

/* stylelint-disable */
[placeholder],
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  /* stylelint-enable */
  font-family: var(--placeholderFontFamily);
  font-style: var(--placeholderFontStyle);
  color: var(--placeholderColor);
  text-overflow: ellipsis;
}

/* Firefox inner border fix */
/* stylelint-disable */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  /* stylelint-enable */
  padding: 0;
  border: 0;
}
/**
 * Global
 * Combines all global components
 */
