/**
 * Core
 */
/**
 * Functions
 */
/**
 * Pixels to em
 */
/**
 * Pixels to rem
 */
/**
 * Z-index sass map
 */
/**
 * Vars
 */
/**
 * Breakpoints
 * Used for media queries
 */
/**
 * Colors
 */
/**
 * Form variables
 */
/**
 * Header height
 */
/**
 * Promo bar height
 */
/**
 * Header with promo bar height
 */
/**
 * Gutters
 */
/**
 * Text
 *
 * Font families
 * Font weights
 * Font sizes
 * Line heights
 */
/**
 * Font families
 */
/**
 * Font weights
 */
/**
 * Font sizes
 */
/**
 * Line heights
 */
/**
 * Timers
 */
/**
 * Easing
 */
/**
 * Z-index
 */
/**
 * Account vars (settings)
 */
/**
 * Intrinsic ratios
 */
/**
 * Mixins
 */
/**
 * Apply to
 * @param {string} $device
 */
/**
 * Max width media query
 * @param {string} $val (ex. 768px)
 */
/**
 * Min width media query
 * @param {string} $val (ex. 768px)
 */
/**
 * Set default media query order
 * Needed for the mqpacker gulp task to ensure the correct order is always in place.
 */
/* stylelint-disable */

/* stylelint-enable */
/**
 * Clearfix
 */
/**
 * Remove clearfix
 */
/**
 * Placeholder
 */
/**
 * Intrinsic ratio full
 * @param $ratio	Aspect ratio (ex. 16/9)
 * @param $width	Custom width (Optional)
 */
/**
 * Intrinsic ratio base
 */
/**
 * Intrinsic ratio padding
 * @param $ratio	Aspect ratio (ex. 16/9)
 * @param $width	Custom width (Optional)
 */
/**
 * Letter spacing
 * @param {number} $tracking 	Based on Photoshop's tracking value.
 * @param {number} $font-size
 */
/**
 * Gutters
 * Used to add padding left and right to a container.
 */
/**
 * Media query style
 */
/**
 * Button reset
 */
/**
 * Resets form buttons to appear as a standard text link.
 */
/**
 * Placeholders
 */
/**
 * Loading
 */
/**
 * Text replacement
 */
/**
 * Button placeholder
 */
:root {
  --filter-top-position: 90px;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/**
 * Normalize custom
 *
 * Box sizing
 * Microsoft Surface viewport hack
 * Focus for keyboard vs input
 */
/**
 * Box sizing
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Microsoft Surface viewport hack
 */
@-ms-viewport {
  width: device-width;
}

/**
 * Focus for keyboard vs input
 */
[data-whatinput="mouse"] button:focus,
[data-whatinput="mouse"] input:focus,
[data-whatinput="mouse"] select:focus,
[data-whatinput="mouse"] a:focus,
[data-whatinput="mouse"] textarea:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
}

/**
 * html / body
 */
html,
body {
  height: 100%;
}

/**
 * body
 */
body {
  background-color: var(--settings-bg-color);
  color: var(--settings-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Open Sans', sans-serif;
}

/**
 * Screenreader
 */
.screenreader {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Form
 */
.form-inline {
  background-color: var(--settings-input-bg-color);
  border-color: var(--settings-input-border-color);
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-inline__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.form-inline__btn {
  background: transparent;
  border: 0;
  padding: 0.625rem 0.9375rem 0.5625rem;
}

/**
 * Icon Arrow
 */
.icon-arrow {
  border-color: var(--settings-input-text-color);
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/**
 * label
 */
label {
  display: inline-block;
  margin-bottom: 0.3125rem;
}

/**
 * input
 */
.input {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--settings-input-text-color);
  font-size: 1rem;
  padding: 0.625rem 0.9375rem 0.5625rem;
  text-align: left;
  width: 100%;
}

.input:focus {
  outline: none;
}

/**
 * password
 */
.pwd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pwd__form {
  padding-left: 0.3125rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.pwd__btn {
  background: 0;
  border: 0;
  height: 1.25rem;
  outline: none;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 1.25rem;
}

.pwd__container {
  max-width: 30rem;
  padding: 1.25rem 1.25rem 2.5rem;
  width: 100%;
  margin: 0 auto;
}

.pwd__logo {
  margin: 0 auto 0.9375rem;
  max-width: 12.5rem;
}

.pwd__msg {
  text-align: center;
}

/**
 * errors
 */
.errors {
  background-color: #fbe8e8;
  border-left: 5px solid #900;
  color: #fff;
  margin-bottom: 1.875rem;
  padding: 0.9375rem;
  text-align: left;
  line-height: 1.4375rem;
}

.errors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * other
 */
#page-password.form-visible .pwd__form {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (min-width: smaller-phone) {

}

@media only screen and (max-width: 374px) {

}

@media only screen and (min-width: 768px) {

  :root {
    --filter-top-position: 115px;
  }
  .errors {
    line-height: 1.875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

@media only screen and (min-width: 768px) and (max-width: 979px) {

}

@media only screen and (min-width: 980px) {

}

@media only screen and (min-width: 1025px) {

  .pwd__container {
    padding: 2.5rem 2.5rem 5rem;
  }
}

@media only screen and (min-width: 1281px) {

}

@media only screen and (min-width: 1401px) {

}

@media only screen and (min-width: 1440px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1400px) {

}