@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.ixu-cascading-base {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.ixu-cascading-base *,
.ixu-cascading-base *::before,
.ixu-cascading-base *::after {
  box-sizing: inherit; }

.ixu-cascading-typography {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #69655e;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }

.ixu-cascading-theme-inverse .ixu-cascading-typography, .ixu-cascading-typography.ixu-cascading-theme-inverse {
  color: #a9c1c7; }

.ixu-cascading-theme-inverse .ixu-cascading-focus *:focus,
.ixu-cascading-theme-inverse .ixu-cascading-focus *:focus + [class^='ixu'][class*='faux'], .ixu-cascading-focus.ixu-cascading-theme-inverse *:focus,
.ixu-cascading-focus.ixu-cascading-theme-inverse *:focus + [class^='ixu'][class*='faux'] {
  outline-color: rgba(135, 206, 250, 0.7); }

.ixu-cascading-focus *:focus,
.ixu-cascading-focus *:focus + [class^='ixu'][class*='faux'] {
  outline-color: rgba(27, 127, 204, 0.4);
  outline-style: auto;
  outline-width: 3px; }

.is-mouse-mode .ixu-cascading-focus *:focus,
.is-mouse-mode .ixu-cascading-focus *:focus + [class^='ixu'][class*='faux'],
.is-mouse-mode.ixu-cascading-focus *:focus,
.is-mouse-mode.ixu-cascading-focus *:focus + [class^='ixu'][class*='faux'] {
  outline: none; }

/* postcss-bem-linter: define ixu-background */
/*
@bemagic {
    intro: Component used as a container with background.
    description: Applies background that matches the theme used by its parent.
    required: true
}
*/
.ixu-background {
  background-color: #faf9f7; }

.ixu-cascading-theme-inverse .ixu-background, .ixu-background.ixu-cascading-theme-inverse {
  background-color: #353535; }

.ixu-cascading-theme-issuu .ixu-background, .ixu-background.ixu-cascading-theme-issuu {
  background-color: #e66a5c; }

.ixu-cascading-theme-positive .ixu-background, .ixu-background.ixu-cascading-theme-positive {
  background-color: #60bf80; }

.ixu-cascading-theme-danger .ixu-background, .ixu-background.ixu-cascading-theme-danger {
  background-color: #d94c58; }

/*
@bemagic {
    intro: Secondary variation of the background
    description: Applies secondary background that matches the theme used by its parent
    required: false
}
*/
.ixu-background--secondary {
  background-color: #f2f0eb; }

.ixu-cascading-theme-inverse .ixu-background--secondary, .ixu-background--secondary.ixu-cascading-theme-inverse {
  background-color: #424242; }

/*
@bemagic {
    intro: Tertiery variation of the background
    description: Applies tertiary background that matches the theme used by its parent
    required: false
}
*/
.ixu-background--tertiary {
  background-color: #e8e4dc; }

.ixu-cascading-theme-inverse .ixu-background--tertiary, .ixu-background--tertiary.ixu-cascading-theme-inverse {
  background-color: #4c4c4c; }

/* stylelint-disable declaration-no-important */
@-webkit-keyframes ixu-button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ixu-button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ixu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  line-height: 32px;
  padding: 0 24px;
  position: relative; }

.ixu-button:disabled {
  background-color: transparent !important;
  border: 1px dashed #b3ada1 !important;
  color: #b3ada1 !important;
  cursor: not-allowed;
  line-height: 34px; }

.ixu-cascading-theme-inverse .ixu-button:disabled, .ixu-button:disabled.ixu-cascading-theme-inverse {
  border-color: #787878 !important;
  color: #787878 !important; }

.ixu-cascading-theme-issuu .ixu-button:disabled, .ixu-button:disabled.ixu-cascading-theme-issuu {
  border-color: #bf4f43 !important;
  color: #bf4f43 !important; }

.ixu-cascading-theme-positive .ixu-button:disabled, .ixu-button:disabled.ixu-cascading-theme-positive {
  border-color: #54996b !important;
  color: #54996b !important; }

.ixu-cascading-theme-danger .ixu-button:disabled, .ixu-button:disabled.ixu-cascading-theme-danger {
  border-color: #b33640 !important;
  color: #b33640 !important; }

.ixu-button:disabled[class*='is-'] {
  border: 1px solid transparent !important;
  color: transparent !important; }

.ixu-button:disabled[class*='is-']::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  content: ' ';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%; }

.ixu-button:disabled.is-loading::before {
  -webkit-animation: ixu-button-spin 1.6s linear infinite;
  animation: ixu-button-spin 1.6s linear infinite;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff' height='20px' width='20px'%3E%3Cpath d='M0 16q0-1.11.78-1.89t1.892-.782 1.883.78T5.328 16t-.773 1.89-1.883.782-1.89-.78T0 16zm3.86 9.406q0-1.094.772-1.883t1.883-.79q1.078 0 1.875.798t.797 1.876q0 1.11-.79 1.89t-1.882.782q-1.11 0-1.883-.78t-.773-1.892zm.03-18.843q0-1.125.798-1.89.78-.782 1.875-.782 1.11 0 1.906.782t.796 1.89-.79 1.884-1.913.773q-1.094 0-1.883-.774t-.79-1.883zm9.376 22.765q0-1.11.78-1.89.767-.767 1.876-.767t1.89.774.782 1.883-.78 1.89T15.92 32t-1.883-.782-.774-1.89zm.062-26.656q0-1.11.78-1.89T16 0t1.89.78.782 1.892-.78 1.883T16 5.328t-1.89-.773-.782-1.883zm9.406 22.734q0-1.078.797-1.875t1.907-.796q1.078 0 1.875.797t.797 1.876q0 1.11-.79 1.89t-1.883.782q-1.11 0-1.906-.78t-.796-1.892zm0-18.843q0-1.125.797-1.89.814-.782 1.907-.782t1.883.782.79 1.89-.79 1.884-1.883.773q-1.125 0-1.914-.774t-.79-1.883zM26.672 16q0-1.11.78-1.89t1.876-.782q1.11 0 1.89.78T32 16t-.78 1.89-1.892.782-1.883-.78T26.672 16z'/%3E%3C/svg%3E");
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ixu-button:disabled.is-done::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff' height='20px' width='20px'%3E%3Cpath d='M10.6 27.3c-.3 0-.7-.1-.9-.3L.4 17.7c-.5-.5-.5-1.3 0-1.8s1.3-.5 1.8 0l8.4 8.4L29.8 5.1c.5-.5 1.3-.5 1.8 0s.5 1.3 0 1.8l-20.2 20c-.2.3-.5.4-.8.4z'/%3E%3C/svg%3E"); }

.ixu-button:disabled.is-error::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff' height='20px' width='20px'%3E%3Cpath d='M15.9 3.5c.8 0 1.4.4 1.9 1.1L29 23.3c.5.8.5 1.9 0 2.7-.4.8-1.3 1.4-2.3 1.4H5.2c-1 0-1.9-.5-2.3-1.4-.5-.8-.4-1.9 0-2.7L14.1 4.7c.4-.7 1.1-1.2 1.8-1.2M16 1c-1.7 0-3.1.8-4.1 2.3L.7 22c-.9 1.6-1 3.7-.1 5.3s2.6 2.6 4.5 2.6h21.7c2 0 3.6-1 4.5-2.6.9-1.6.9-3.7-.1-5.2L20 3.4c-.9-1.6-2.4-2.3-4-2.4z'/%3E%3Cpath d='M15.9 18.7c-.7 0-1.3-.6-1.3-1.3V9.8c0-.7.6-1.3 1.3-1.3s1.3.6 1.3 1.3v7.6c0 .8-.5 1.3-1.3 1.3zm0 6c-.7 0-1.3-.6-1.3-1.3v-1.2c0-.7.6-1.3 1.3-1.3s1.3.6 1.3 1.3v1.2c0 .8-.5 1.3-1.3 1.3z'/%3E%3C/svg%3E"); }

/* postcss-bem-linter: define ixu-button */
/*
@bemagic {
    intro: Create a button with a `<button>` or `<a>` element to retain the native click function. Use a `disabled` attribute when a button can’t be clicked. NOTE, using an `<input>` tag does not work with the various `is-` state classes.
    description: A neutrally looking button used for common user actions
    required: true
}
*/
.ixu-button {
  background-color: #b3ada1;
  border-color: #b3ada1;
  color: #fff; }

.ixu-button:hover, .ixu-button:focus {
  background-color: #ccc6ba;
  border-color: #ccc6ba;
  color: #fff; }

.ixu-button:active {
  background-color: #b3ada1;
  border-color: #b3ada1;
  color: #fff; }

.ixu-button:disabled[class*="is-"] {
  background-color: #b3ada1 !important; }

.ixu-button:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button, .ixu-button.ixu-cascading-theme-inverse {
  background-color: #8da2a6;
  border-color: #8da2a6;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button:hover, .ixu-cascading-theme-inverse .ixu-button:focus, .ixu-button.ixu-cascading-theme-inverse:hover, .ixu-button.ixu-cascading-theme-inverse:focus {
  background-color: #98aeb3;
  border-color: #98aeb3;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button:active, .ixu-button.ixu-cascading-theme-inverse:active {
  background-color: #8da2a6;
  border-color: #8da2a6;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button:disabled[class*="is-"], .ixu-button.ixu-cascading-theme-inverse:disabled[class*="is-"] {
  background-color: #8da2a6 !important; }

.ixu-cascading-theme-inverse .ixu-button:disabled[class*="is-"]::before, .ixu-button.ixu-cascading-theme-inverse:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-issuu .ixu-button, .ixu-button.ixu-cascading-theme-issuu {
  background-color: #cc5547;
  border-color: #cc5547;
  color: #fff; }

.ixu-cascading-theme-issuu .ixu-button:hover, .ixu-cascading-theme-issuu .ixu-button:focus, .ixu-button.ixu-cascading-theme-issuu:hover, .ixu-button.ixu-cascading-theme-issuu:focus {
  background-color: #d95a4c;
  border-color: #d95a4c;
  color: #fff; }

.ixu-cascading-theme-issuu .ixu-button:active, .ixu-button.ixu-cascading-theme-issuu:active {
  background-color: #cc5547;
  border-color: #cc5547;
  color: #fff; }

.ixu-cascading-theme-issuu .ixu-button:disabled[class*="is-"], .ixu-button.ixu-cascading-theme-issuu:disabled[class*="is-"] {
  background-color: #cc5547 !important; }

.ixu-cascading-theme-issuu .ixu-button:disabled[class*="is-"]::before, .ixu-button.ixu-cascading-theme-issuu:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-positive .ixu-button, .ixu-button.ixu-cascading-theme-positive {
  background-color: #4d8c62;
  border-color: #4d8c62;
  color: #fff; }

.ixu-cascading-theme-positive .ixu-button:hover, .ixu-cascading-theme-positive .ixu-button:focus, .ixu-button.ixu-cascading-theme-positive:hover, .ixu-button.ixu-cascading-theme-positive:focus {
  background-color: #54996b;
  border-color: #54996b;
  color: #fff; }

.ixu-cascading-theme-positive .ixu-button:active, .ixu-button.ixu-cascading-theme-positive:active {
  background-color: #4d8c62;
  border-color: #4d8c62;
  color: #fff; }

.ixu-cascading-theme-positive .ixu-button:disabled[class*="is-"], .ixu-button.ixu-cascading-theme-positive:disabled[class*="is-"] {
  background-color: #4d8c62 !important; }

.ixu-cascading-theme-positive .ixu-button:disabled[class*="is-"]::before, .ixu-button.ixu-cascading-theme-positive:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-danger .ixu-button, .ixu-button.ixu-cascading-theme-danger {
  background-color: #a1303a;
  border-color: #a1303a;
  color: #fff; }

.ixu-cascading-theme-danger .ixu-button:hover, .ixu-cascading-theme-danger .ixu-button:focus, .ixu-button.ixu-cascading-theme-danger:hover, .ixu-button.ixu-cascading-theme-danger:focus {
  background-color: #b33640;
  border-color: #b33640;
  color: #fff; }

.ixu-cascading-theme-danger .ixu-button:active, .ixu-button.ixu-cascading-theme-danger:active {
  background-color: #a1303a;
  border-color: #a1303a;
  color: #fff; }

.ixu-cascading-theme-danger .ixu-button:disabled[class*="is-"], .ixu-button.ixu-cascading-theme-danger:disabled[class*="is-"] {
  background-color: #a1303a !important; }

.ixu-cascading-theme-danger .ixu-button:disabled[class*="is-"]::before, .ixu-button.ixu-cascading-theme-danger:disabled[class*="is-"]::before {
  color: #fff; }

/*
@bemagic {
    description: A button using the issuu primary/brand color
}
*/
.ixu-button--pronounced {
  background-color: #f26f61;
  border-color: #f26f61;
  color: #fff; }

.ixu-button--pronounced:hover, .ixu-button--pronounced:focus {
  background-color: #f77d6f;
  border-color: #f77d6f;
  color: #fff; }

.ixu-button--pronounced:active {
  background-color: #f26f61;
  border-color: #f26f61;
  color: #fff; }

.ixu-button--pronounced:disabled[class*="is-"] {
  background-color: #f26f61 !important; }

.ixu-button--pronounced:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--pronounced, .ixu-button--pronounced.ixu-cascading-theme-inverse {
  background-color: #f26f61;
  border-color: #f26f61;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--pronounced:hover, .ixu-cascading-theme-inverse .ixu-button--pronounced:focus, .ixu-button--pronounced.ixu-cascading-theme-inverse:hover, .ixu-button--pronounced.ixu-cascading-theme-inverse:focus {
  background-color: #f77d6f;
  border-color: #f77d6f;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--pronounced:active, .ixu-button--pronounced.ixu-cascading-theme-inverse:active {
  background-color: #f26f61;
  border-color: #f26f61;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--pronounced:disabled[class*="is-"], .ixu-button--pronounced.ixu-cascading-theme-inverse:disabled[class*="is-"] {
  background-color: #f26f61 !important; }

.ixu-cascading-theme-inverse .ixu-button--pronounced:disabled[class*="is-"]::before, .ixu-button--pronounced.ixu-cascading-theme-inverse:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-issuu .ixu-button--pronounced, .ixu-button--pronounced.ixu-cascading-theme-issuu {
  background-color: #fff;
  border-color: #fff;
  color: #f26f61; }

.ixu-cascading-theme-issuu .ixu-button--pronounced:hover, .ixu-cascading-theme-issuu .ixu-button--pronounced:focus, .ixu-button--pronounced.ixu-cascading-theme-issuu:hover, .ixu-button--pronounced.ixu-cascading-theme-issuu:focus {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #f26f61; }

.ixu-cascading-theme-issuu .ixu-button--pronounced:active, .ixu-button--pronounced.ixu-cascading-theme-issuu:active {
  background-color: #fff;
  border-color: #fff;
  color: #f26f61; }

.ixu-cascading-theme-issuu .ixu-button--pronounced:disabled[class*="is-"], .ixu-button--pronounced.ixu-cascading-theme-issuu:disabled[class*="is-"] {
  background-color: #fff !important; }

.ixu-cascading-theme-issuu .ixu-button--pronounced:disabled[class*="is-"]::before, .ixu-button--pronounced.ixu-cascading-theme-issuu:disabled[class*="is-"]::before {
  color: #f26f61; }

/*
@bemagic {
    description: Use to promote an exceptionally benefitial user action
}
*/
.ixu-button--positive {
  background-color: #60bf80;
  border-color: #60bf80;
  color: #fff; }

.ixu-button--positive:hover, .ixu-button--positive:focus {
  background-color: #6c8;
  border-color: #6c8;
  color: #fff; }

.ixu-button--positive:active {
  background-color: #60bf80;
  border-color: #60bf80;
  color: #fff; }

.ixu-button--positive:disabled[class*="is-"] {
  background-color: #60bf80 !important; }

.ixu-button--positive:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--positive, .ixu-button--positive.ixu-cascading-theme-inverse {
  background-color: #60bf80;
  border-color: #60bf80;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--positive:hover, .ixu-cascading-theme-inverse .ixu-button--positive:focus, .ixu-button--positive.ixu-cascading-theme-inverse:hover, .ixu-button--positive.ixu-cascading-theme-inverse:focus {
  background-color: #6c8;
  border-color: #6c8;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--positive:active, .ixu-button--positive.ixu-cascading-theme-inverse:active {
  background-color: #60bf80;
  border-color: #60bf80;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--positive:disabled[class*="is-"], .ixu-button--positive.ixu-cascading-theme-inverse:disabled[class*="is-"] {
  background-color: #60bf80 !important; }

.ixu-cascading-theme-inverse .ixu-button--positive:disabled[class*="is-"]::before, .ixu-button--positive.ixu-cascading-theme-inverse:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-positive .ixu-button--positive, .ixu-button--positive.ixu-cascading-theme-positive {
  background-color: #fff;
  border-color: #fff;
  color: #60bf80; }

.ixu-cascading-theme-positive .ixu-button--positive:hover, .ixu-cascading-theme-positive .ixu-button--positive:focus, .ixu-button--positive.ixu-cascading-theme-positive:hover, .ixu-button--positive.ixu-cascading-theme-positive:focus {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #60bf80; }

.ixu-cascading-theme-positive .ixu-button--positive:active, .ixu-button--positive.ixu-cascading-theme-positive:active {
  background-color: #fff;
  border-color: #fff;
  color: #60bf80; }

.ixu-cascading-theme-positive .ixu-button--positive:disabled[class*="is-"], .ixu-button--positive.ixu-cascading-theme-positive:disabled[class*="is-"] {
  background-color: #fff !important; }

.ixu-cascading-theme-positive .ixu-button--positive:disabled[class*="is-"]::before, .ixu-button--positive.ixu-cascading-theme-positive:disabled[class*="is-"]::before {
  color: #60bf80; }

/*
@bemagic {
    description: Use *only* for dangerous user actions such as deleting an account or publication
}
*/
.ixu-button--danger {
  background-color: #d94c58;
  border-color: #d94c58;
  color: #fff; }

.ixu-button--danger:hover, .ixu-button--danger:focus {
  background-color: #e6505d;
  border-color: #e6505d;
  color: #fff; }

.ixu-button--danger:active {
  background-color: #d94c58;
  border-color: #d94c58;
  color: #fff; }

.ixu-button--danger:disabled[class*="is-"] {
  background-color: #d94c58 !important; }

.ixu-button--danger:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--danger, .ixu-button--danger.ixu-cascading-theme-inverse {
  background-color: #d94c58;
  border-color: #d94c58;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--danger:hover, .ixu-cascading-theme-inverse .ixu-button--danger:focus, .ixu-button--danger.ixu-cascading-theme-inverse:hover, .ixu-button--danger.ixu-cascading-theme-inverse:focus {
  background-color: #e6505d;
  border-color: #e6505d;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--danger:active, .ixu-button--danger.ixu-cascading-theme-inverse:active {
  background-color: #d94c58;
  border-color: #d94c58;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-button--danger:disabled[class*="is-"], .ixu-button--danger.ixu-cascading-theme-inverse:disabled[class*="is-"] {
  background-color: #d94c58 !important; }

.ixu-cascading-theme-inverse .ixu-button--danger:disabled[class*="is-"]::before, .ixu-button--danger.ixu-cascading-theme-inverse:disabled[class*="is-"]::before {
  color: #fff; }

.ixu-cascading-theme-danger .ixu-button--danger, .ixu-button--danger.ixu-cascading-theme-danger {
  background-color: #fff;
  border-color: #fff;
  color: #d94c58; }

.ixu-cascading-theme-danger .ixu-button--danger:hover, .ixu-cascading-theme-danger .ixu-button--danger:focus, .ixu-button--danger.ixu-cascading-theme-danger:hover, .ixu-button--danger.ixu-cascading-theme-danger:focus {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #d94c58; }

.ixu-cascading-theme-danger .ixu-button--danger:active, .ixu-button--danger.ixu-cascading-theme-danger:active {
  background-color: #fff;
  border-color: #fff;
  color: #d94c58; }

.ixu-cascading-theme-danger .ixu-button--danger:disabled[class*="is-"], .ixu-button--danger.ixu-cascading-theme-danger:disabled[class*="is-"] {
  background-color: #fff !important; }

.ixu-cascading-theme-danger .ixu-button--danger:disabled[class*="is-"]::before, .ixu-button--danger.ixu-cascading-theme-danger:disabled[class*="is-"]::before {
  color: #d94c58; }

.ixu-button--outline {
  background-color: transparent;
  color: #69655e; }

.ixu-cascading-theme-inverse .ixu-button--outline, .ixu-button--outline.ixu-cascading-theme-inverse {
  background-color: transparent; }

.ixu-cascading-theme-positive .ixu-button--outline, .ixu-button--outline.ixu-cascading-theme-positive {
  background-color: transparent; }

.ixu-cascading-theme-danger .ixu-button--outline, .ixu-button--outline.ixu-cascading-theme-danger {
  background-color: transparent; }

.ixu-cascading-theme-issuu .ixu-button--outline, .ixu-button--outline.ixu-cascading-theme-issuu {
  background-color: transparent; }

.ixu-cascading-theme-inverse .ixu-button--outline, .ixu-button--outline.ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-cascading-theme-positive .ixu-button--outline, .ixu-button--outline.ixu-cascading-theme-positive {
  color: #fff; }

.ixu-cascading-theme-danger .ixu-button--outline, .ixu-button--outline.ixu-cascading-theme-danger {
  color: #fff; }

.ixu-cascading-theme-issuu .ixu-button--outline, .ixu-button--outline.ixu-cascading-theme-issuu {
  color: #fff; }

.ixu-button--discreet {
  color: #69655e;
  background-color: transparent;
  border-color: transparent; }

.ixu-cascading-theme-inverse .ixu-button--discreet, .ixu-button--discreet.ixu-cascading-theme-inverse {
  background-color: transparent;
  border-color: transparent; }

.ixu-cascading-theme-positive .ixu-button--discreet, .ixu-button--discreet.ixu-cascading-theme-positive {
  background-color: transparent;
  border-color: transparent; }

.ixu-cascading-theme-danger .ixu-button--discreet, .ixu-button--discreet.ixu-cascading-theme-danger {
  background-color: transparent;
  border-color: transparent; }

.ixu-cascading-theme-issuu .ixu-button--discreet, .ixu-button--discreet.ixu-cascading-theme-issuu {
  background-color: transparent;
  border-color: transparent; }

.ixu-cascading-theme-inverse .ixu-button--discreet, .ixu-button--discreet.ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-cascading-theme-positive .ixu-button--discreet, .ixu-button--discreet.ixu-cascading-theme-positive {
  color: #fff; }

.ixu-cascading-theme-danger .ixu-button--discreet, .ixu-button--discreet.ixu-cascading-theme-danger {
  color: #fff; }

.ixu-cascading-theme-issuu .ixu-button--discreet, .ixu-button--discreet.ixu-cascading-theme-issuu {
  color: #fff; }

.ixu-button--rounded {
  height: 36px;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  width: 36px; }

/* postcss-bem-linter: define ixu-checkbox; */
/*
@bemagic {
    intro: The ability to style checkboxes with CSS varies across browsers. To ensure that checkboxes look the same everywhere, we use a custom DOM. Pay close attention to the markup, because all elements must exist for the styles to work. **NOTE** The tag for this component should be `<label>` when used by itself (without a label). See `ixu-form-element` for usage with a label
    description: A customly styled checkbox that fits the issuu design system
    tag: label
    text: ''
}
*/
.ixu-checkbox {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  display: block;
  position: relative; }

/*
@bemagic {
    description: The actual checkbox (hidden to allow custom styling)
    required: true
}
*/
.ixu-checkbox__native {
  cursor: pointer;
  height: 20px;
  opacity: 0;
  position: absolute;
  width: 20px;
  z-index: 1;
  /* stylelint-disable-next-line declaration-no-important */
  margin: 0 !important; }

/*
@bemagic {
    description: A "fake" (artificial) checkbox used for custom styling,
    text: ''
    required: true
}
*/
.ixu-checkbox__faux {
  background-color: #fff;
  border: 1px solid #b3ada1;
  border-radius: 5px;
  box-sizing: border-box;
  color: transparent;
  height: 20px;
  position: relative;
  transition: 150ms;
  width: 20px; }

.ixu-cascading-theme-inverse .ixu-checkbox__faux, .ixu-checkbox__faux.ixu-cascading-theme-inverse {
  background-color: #353535;
  border: 1px solid #98aeb3; }

.ixu-checkbox__native:hover + .ixu-checkbox__faux {
  color: #b3ada1; }

.ixu-cascading-theme-inverse .ixu-checkbox__native:hover + .ixu-checkbox__faux, .ixu-checkbox__native:hover + .ixu-checkbox__faux.ixu-cascading-theme-inverse {
  color: #8da2a6; }

.ixu-checkbox__native:active + .ixu-checkbox__faux,
.ixu-checkbox__native:checked + .ixu-checkbox__faux {
  color: #353535; }

.ixu-cascading-theme-inverse .ixu-checkbox__native:active + .ixu-checkbox__faux, .ixu-checkbox__native:active + .ixu-checkbox__faux.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse
.ixu-checkbox__native:checked + .ixu-checkbox__faux,
.ixu-checkbox__native:checked + .ixu-checkbox__faux.ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-checkbox__native:disabled + .ixu-checkbox__faux {
  border-style: dashed;
  cursor: not-allowed;
  opacity: .5; }

.ixu-checkbox__faux::after {
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  box-sizing: border-box;
  color: currentColor;
  content: '';
  height: 7px;
  left: 3px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  width: 12px; }

/* postcss-bem-linter: define ixu-dropdown */
/*
@bemagic {
    intro: This is a menu with a small pointy triangle that can be used to create dropdowns. If you use `ixu-dropdown--above` you place the arrow on the bottom, this is for menues that open upwards.
    description: This is the css for an issuu dropdown.
    required: true
}
*/
.ixu-dropdown {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23);
  display: inline-block;
  min-width: 165px;
  position: relative; }

.ixu-cascading-theme-inverse .ixu-dropdown, .ixu-dropdown.ixu-cascading-theme-inverse {
  background-color: #4c4c4c; }

.ixu-cascading-theme-inverse .ixu-dropdown::before, .ixu-dropdown.ixu-cascading-theme-inverse::before {
  background-color: #4c4c4c;
  border-color: rgba(0, 0, 0, 0.1); }

.ixu-dropdown::before {
  background-color: #fff;
  border-left: 1px solid #e0dace;
  border-top: 1px solid #e0dace;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 12px;
  top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 12px; }

/*
@bemagic {
    description: When you want the list to show above and the arrow on the bottom.
}
*/
.ixu-dropdown--above::before {
  bottom: -6px;
  box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, 0.23);
  top: auto;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

/*
@bemagic {
    description: Use this to group items. Sections are seperated with a line.
}
*/
.ixu-dropdown__section {
  border-bottom: 1px solid #f2f0eb;
  padding: 8px 0; }

.ixu-cascading-theme-inverse .ixu-dropdown__section, .ixu-dropdown__section.ixu-cascading-theme-inverse {
  border-bottom: 1px solid #424242; }

.ixu-dropdown__section:last-child {
  border-bottom: 0; }

/*
@bemagic {
    description: The individual lines you can click on.
}
*/
.ixu-dropdown__item {
  color: #353535;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
  text-decoration: none; }

.ixu-cascading-theme-inverse .ixu-dropdown__item, .ixu-dropdown__item.ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-dropdown__item:focus {
  color: currentColor; }

.ixu-dropdown__item:hover:not(.ixu-dropdown__item--disabled) {
  color: #69655e; }

.ixu-cascading-theme-inverse .ixu-dropdown__item:hover:not(.ixu-dropdown__item--disabled), .ixu-dropdown__item:hover:not(.ixu-dropdown__item--disabled).ixu-cascading-theme-inverse {
  color: #d6d6d6; }

.ixu-dropdown__item--disabled, .ixu-dropdown__item--disabled:hover {
  color: #b3ada1;
  cursor: not-allowed; }

.ixu-cascading-theme-inverse .ixu-dropdown__item--disabled, .ixu-dropdown__item--disabled.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .ixu-dropdown__item--disabled:hover, .ixu-dropdown__item--disabled:hover.ixu-cascading-theme-inverse {
  color: #8da2a6; }

/*
@bemagic {
    description: To hide dropdown and make it ready to be animated in.
}
*/
.ixu-dropdown.is-enter-start {
  opacity: 0;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
      transform: scale(0.97);
  transition: 150ms;
  visibility: hidden; }

/*
@bemagic {
    description: To animate the dropdown in.
}
*/
.ixu-dropdown.is-enter-end {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  visibility: visible; }

/*
@bemagic {
    description: To make dropdown ready to be animated out.
}
*/
.ixu-dropdown.is-leave-start {
  opacity: 1; }

/*
@bemagic {
    description: To animate the dropdown out.
}
*/
.ixu-dropdown.is-leave-end {
  opacity: 0;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
      transform: scale(0.97);
  transition: 150ms;
  visibility: hidden; }

/* postcss-bem-linter: define ixu-form-element */
/*
@bemagic {
    intro: A `layout` component for controlling spacing and orientation `labels` and `form-elements` within.
    description: A wrapper for label and form-element with a default vertical layout
    tag: label
    required: true
}
*/
.ixu-form-element {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

/*
@bemagic {
    description: Position `label` and some arbitrary form element (e.g. checkbox) side-by-side
}
*/
.ixu-form-element--horizontal {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

/*
@bemagic {
    description: A "faux" (artificial) label
    tag: div
}
*/
.ixu-form-element__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #69655e;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 6px; }

.ixu-cascading-theme-inverse .ixu-form-element__label, .ixu-form-element__label.ixu-cascading-theme-inverse {
  color: #a9c1c7; }

.ixu-form-element--horizontal .ixu-form-element__label {
  margin: 0 6px 0 0; }

.ixu-form-element--horizontal .ixu-form-element__label:last-child {
  margin: 0 0 0 6px; }

.ixu-form-element__label.is-error {
  color: #cc4752; }

.ixu-form-element__label.is-disabled {
  opacity: .5; }

/* postcss-bem-linter: define ixu-heading */
/*
@bemagic {
    intro: In our framework, all headings (h1–h6) are reset to the base (body text) size, with margins and padding reset to zero. When building an enterprise application, the heading level may vary depending on the context of the component or page. Using the correct heading level is important for accessibility
    description: The default heading
    required: true
}
*/
.ixu-heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #69655e;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  /* To simplify the user interface, we allow nested typography elements within headers */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */
  /* To simplify the user interface, we allow nested typography elements within headers */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */
  /* To simplify the user interface, we allow nested typography elements within headers */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */ }

.ixu-cascading-theme-inverse .ixu-heading, .ixu-heading.ixu-cascading-theme-inverse {
  color: #a9c1c7; }

.ixu-cascading-theme-positive .ixu-heading, .ixu-heading.ixu-cascading-theme-positive {
  color: #fff; }

.ixu-cascading-theme-danger .ixu-heading, .ixu-heading.ixu-cascading-theme-danger {
  color: #fff; }

.ixu-cascading-theme-issuu .ixu-heading, .ixu-heading.ixu-cascading-theme-issuu {
  color: #fff; }

.ixu-heading em {
  font-style: italic; }

.ixu-heading strong {
  font-weight: 600; }

.ixu-heading a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #f26f61;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ixu-cascading-theme-inverse .ixu-heading a, .ixu-heading a.ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-cascading-theme-danger .ixu-heading a, .ixu-heading a.ixu-cascading-theme-danger {
  color: #fff;
  text-decoration: underline; }

.ixu-cascading-theme-issuu .ixu-heading a, .ixu-heading a.ixu-cascading-theme-issuu {
  color: #fff;
  text-decoration: underline; }

.ixu-cascading-theme-positive .ixu-heading a, .ixu-heading a.ixu-cascading-theme-positive {
  color: #fff;
  text-decoration: underline; }

.ixu-heading a:hover {
  color: #ff8c80;
  text-decoration: underline; }

.ixu-cascading-theme-inverse .ixu-heading a:hover, .ixu-heading a:hover.ixu-cascading-theme-inverse {
  color: #d6d6d6; }

.ixu-cascading-theme-danger .ixu-heading a:hover, .ixu-heading a:hover.ixu-cascading-theme-danger {
  color: rgba(255, 255, 255, 0.75); }

.ixu-cascading-theme-issuu .ixu-heading a:hover, .ixu-heading a:hover.ixu-cascading-theme-issuu {
  color: rgba(255, 255, 255, 0.75); }

.ixu-cascading-theme-positive .ixu-heading a:hover, .ixu-heading a:hover.ixu-cascading-theme-positive {
  color: rgba(255, 255, 255, 0.75); }

/*
@bemagic {
    description: A heading using the issuu primary (brand) color
}
*/
.ixu-heading--pronounced {
  color: #353535; }

.ixu-cascading-theme-inverse .ixu-heading--pronounced, .ixu-heading--pronounced.ixu-cascading-theme-inverse {
  color: #fff; }

/*
@bemagic {
    description: A heading using the issuu primary (brand) color
}
*/
.ixu-heading--issuu-brand {
  color: #f26f61; }

.ixu-cascading-theme-inverse .ixu-heading--issuu-brand, .ixu-heading--issuu-brand.ixu-cascading-theme-inverse {
  color: #f26f61; }

/*
@bemagic {
    description: Used for light headings
}
*/
.ixu-heading--light {
  font-weight: 300;
  /* To simplify the user interface, we allow nested typography elements within headers */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */ }

.ixu-heading--light strong {
  font-weight: 400; }

/*
@bemagic {
    description: Used for semibold headings
}
*/
.ixu-heading--semibold {
  font-weight: 600;
  /* To simplify the user interface, we allow nested typography elements within headers */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */ }

.ixu-heading--semibold strong {
  font-weight: 700; }

/*
@bemagic {
    description: Used for bold headings
}
*/
.ixu-heading--bold {
  font-weight: 700; }

/*
@bemagic {
    description: This is typically the largest heading on a page and usually designates a page title
}
*/
.ixu-heading--large {
  font-size: 32px;
  line-height: 42px; }

/*
@bemagic {
    description: This is an extraordinarily big heading
}
*/
.ixu-heading--hero {
  font-size: 63px;
  line-height: 63px; }

/*
@bemagic {
    description: This is an insanely big heading
}
*/
.ixu-heading--huge {
  font-size: 46px;
  line-height: 60px; }

/*
@bemagic {
    description: Small Headings are used for smaller content areas such as list sections or card titles
}
*/
.ixu-heading--small {
  font-size: 20px;
  line-height: 30px; }

/*
@bemagic {
    description: A very tiny heading
}
*/
.ixu-heading--tiny {
  font-size: 16px;
  line-height: 24px; }

/* postcss-bem-linter: define ixu-icon */
/*
@bemagic {
    intro: Apply this class to a SVG to get baseline styling for iCSSuu icons
    required: true
}
*/
.ixu-icon {
  fill: currentColor;
  height: 28px;
  width: 28px; }

/* postcss-bem-linter: define ixu-link */
/*
@bemagic {
    intro: A standalone link. Links within `ixu-heading` or `ixu-paragraph` will be styled automatically
    description: The default link styling
}
*/
.ixu-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #f26f61;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ixu-cascading-theme-inverse .ixu-link, .ixu-link.ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-cascading-theme-danger .ixu-link, .ixu-link.ixu-cascading-theme-danger {
  color: #fff;
  text-decoration: underline; }

.ixu-cascading-theme-issuu .ixu-link, .ixu-link.ixu-cascading-theme-issuu {
  color: #fff;
  text-decoration: underline; }

.ixu-cascading-theme-positive .ixu-link, .ixu-link.ixu-cascading-theme-positive {
  color: #fff;
  text-decoration: underline; }

.ixu-link:hover {
  color: #ff8c80;
  text-decoration: underline; }

.ixu-cascading-theme-inverse .ixu-link:hover, .ixu-link:hover.ixu-cascading-theme-inverse {
  color: #d6d6d6; }

.ixu-cascading-theme-danger .ixu-link:hover, .ixu-link:hover.ixu-cascading-theme-danger {
  color: rgba(255, 255, 255, 0.75); }

.ixu-cascading-theme-issuu .ixu-link:hover, .ixu-link:hover.ixu-cascading-theme-issuu {
  color: rgba(255, 255, 255, 0.75); }

.ixu-cascading-theme-positive .ixu-link:hover, .ixu-link:hover.ixu-cascading-theme-positive {
  color: rgba(255, 255, 255, 0.75); }

/* postcss-bem-linter: define ixu-paragraph */
/*
@bemagic {
    intro: In our framework, all paragraphs are reset to the base (body text) size, with margins and padding reset to zero. Use this component to get a typical paragraph styling.
    description: The default paragraph
    required: true
}
*/
.ixu-paragraph {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #69655e;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* To simplify the user interface, we allow nested typography elements within paragraphs */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */
  /* To simplify the user interface, we allow nested typography elements within paragraphs */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */
  /* To simplify the user interface, we allow nested typography elements within paragraphs */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */ }

.ixu-cascading-theme-inverse .ixu-paragraph, .ixu-paragraph.ixu-cascading-theme-inverse {
  color: #a9c1c7; }

.ixu-cascading-theme-positive .ixu-paragraph, .ixu-paragraph.ixu-cascading-theme-positive {
  color: #fff; }

.ixu-cascading-theme-danger .ixu-paragraph, .ixu-paragraph.ixu-cascading-theme-danger {
  color: #fff; }

.ixu-cascading-theme-issuu .ixu-paragraph, .ixu-paragraph.ixu-cascading-theme-issuu {
  color: #fff; }

.ixu-paragraph em {
  font-style: italic; }

.ixu-paragraph strong {
  font-weight: 600; }

.ixu-paragraph a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #f26f61;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ixu-cascading-theme-inverse .ixu-paragraph a, .ixu-paragraph a.ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-cascading-theme-danger .ixu-paragraph a, .ixu-paragraph a.ixu-cascading-theme-danger {
  color: #fff;
  text-decoration: underline; }

.ixu-cascading-theme-issuu .ixu-paragraph a, .ixu-paragraph a.ixu-cascading-theme-issuu {
  color: #fff;
  text-decoration: underline; }

.ixu-cascading-theme-positive .ixu-paragraph a, .ixu-paragraph a.ixu-cascading-theme-positive {
  color: #fff;
  text-decoration: underline; }

.ixu-paragraph a:hover {
  color: #ff8c80;
  text-decoration: underline; }

.ixu-cascading-theme-inverse .ixu-paragraph a:hover, .ixu-paragraph a:hover.ixu-cascading-theme-inverse {
  color: #d6d6d6; }

.ixu-cascading-theme-danger .ixu-paragraph a:hover, .ixu-paragraph a:hover.ixu-cascading-theme-danger {
  color: rgba(255, 255, 255, 0.75); }

.ixu-cascading-theme-issuu .ixu-paragraph a:hover, .ixu-paragraph a:hover.ixu-cascading-theme-issuu {
  color: rgba(255, 255, 255, 0.75); }

.ixu-cascading-theme-positive .ixu-paragraph a:hover, .ixu-paragraph a:hover.ixu-cascading-theme-positive {
  color: rgba(255, 255, 255, 0.75); }

/*
@bemagic {
    description: A heading using the issuu primary (brand) color
}
*/
.ixu-paragraph--pronounced {
  color: #353535; }

.ixu-cascading-theme-inverse .ixu-paragraph--pronounced, .ixu-paragraph--pronounced.ixu-cascading-theme-inverse {
  color: #fff; }

/*
@bemagic {
    description: A heading using the issuu primary (brand) color
}
*/
.ixu-paragraph--issuu-brand {
  color: #f26f61; }

.ixu-cascading-theme-inverse .ixu-paragraph--issuu-brand, .ixu-paragraph--issuu-brand.ixu-cascading-theme-inverse {
  color: #f26f61; }

/*
@bemagic {
    description: Used for light headings
}
*/
.ixu-paragraph--light {
  font-weight: 300;
  /* To simplify the user interface, we allow nested typography elements within paragraphs */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */ }

.ixu-paragraph--light strong {
  font-weight: 400; }

/*
@bemagic {
    description: Used for semibold paragraphs
}
*/
.ixu-paragraph--semibold {
  font-weight: 600;
  /* To simplify the user interface, we allow nested typography elements within paragraphs */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */ }

.ixu-paragraph--semibold strong {
  font-weight: 700; }

/*
@bemagic {
    description: Used for bold paragraphs
}
*/
.ixu-paragraph--bold {
  font-weight: 700; }

/*
@bemagic {
    description: A very large paragraph great for page intro's or large multiline text
}
*/
.ixu-paragraph--huge {
  font-size: 24px; }

/*
@bemagic {
    description: A very large paragraph great for page intro's or large multiline text
}
*/
.ixu-paragraph--large {
  font-size: 20px; }

/*
@bemagic {
    description: A small paragraph useful compressing lots of text in a small space
}
*/
.ixu-paragraph--small {
  font-size: 14px; }

/*
@bemagic {
    description: A very small paragraph useful compressing lots of text in a very small space
}
*/
.ixu-paragraph--tiny {
  font-size: 12px; }

/* postcss-bem-linter: define ixu-select */
/*
@bemagic {
    intro: Apply this class to a `select` html element to get the default iCSSuu select styling. Select `option`'s intentionally have native styling as it is hard to achieve consistent custom styling of these and also the native ones usually look acceptable.
    description: A select designed for issuu components
}
*/
.ixu-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23b3ada1'%3E%3Cpath d='M.078 6.375Q.234 6 .672 6h30.656q.422 0 .61.414t-.08.664L16.516 25.734Q16.295 26 16 26q-.345 0-.517-.266L.14 7.078q-.25-.25-.064-.703z'/%3E%3C/svg%3E");
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid #b3ada1;
  border-radius: 3px;
  color: #353535;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: normal;
  outline: none;
  padding: 0 36px 0 12px;
  transition: 150ms;
  width: 100%; }

.ixu-cascading-theme-inverse .ixu-select, .ixu-select.ixu-cascading-theme-inverse {
  background-color: #353535;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%238da2a6'%3E%3Cpath d='M.078 6.375Q.234 6 .672 6h30.656q.422 0 .61.414t-.08.664L16.516 25.734Q16.295 26 16 26q-.345 0-.517-.266L.14 7.078q-.25-.25-.064-.703z'/%3E%3C/svg%3E");
  border-color: #98aeb3;
  color: #fff; }

.ixu-select:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23353535'%3E%3Cpath d='M.078 6.375Q.234 6 .672 6h30.656q.422 0 .61.414t-.08.664L16.516 25.734Q16.295 26 16 26q-.345 0-.517-.266L.14 7.078q-.25-.25-.064-.703z'/%3E%3C/svg%3E"); }

.ixu-cascading-theme-inverse .ixu-select:hover, .ixu-select:hover.ixu-cascading-theme-inverse {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M.078 6.375Q.234 6 .672 6h30.656q.422 0 .61.414t-.08.664L16.516 25.734Q16.295 26 16 26q-.345 0-.517-.266L.14 7.078q-.25-.25-.064-.703z'/%3E%3C/svg%3E"); }

@media screen and (max-width: 480px) {
  .ixu-select {
    font-size: 16px; } }

.ixu-select:disabled {
  border-style: dashed;
  cursor: not-allowed;
  opacity: .75; }

.ixu-select::-ms-expand {
  display: none; }

/* postcss-bem-linter: define ixu-tabs */
/*
@bemagic {
    intro: A tab keeps related content in a single container that is shown and hidden through navigation. To get the best result, the proposed HTML elements should be used.
    description: A container around the tabs controlling the layout
    required: true
    tag: ul
}
*/
.ixu-tabs {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  display: -webkit-box;
  display: flex;
  list-style-type: none; }

/*
@bemagic {
    description: A tab element that will be separated from other tabs
    tag: li
}
*/
.ixu-tabs__item {
  margin-right: 36px;
  position: relative; }

.ixu-tabs__item:last-child {
  margin-right: 0; }

/*
@bemagic {
    description: A link element with a line beneath when active
    tag: a
}
*/
.ixu-tabs__link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #69655e;
  cursor: pointer;
  display: block;
  line-height: 36px;
  list-style-type: none;
  position: relative;
  text-decoration: none;
  transition: color 150ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.ixu-cascading-theme-inverse .ixu-tabs__link, .ixu-tabs__link.ixu-cascading-theme-inverse {
  color: #a9c1c7; }

.ixu-tabs__link:active, .ixu-tabs__link:focus, .ixu-tabs__link:hover {
  color: #353535; }

.ixu-cascading-theme-inverse .ixu-tabs__link:active, .ixu-tabs__link:active.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .ixu-tabs__link:focus, .ixu-tabs__link:focus.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .ixu-tabs__link:hover, .ixu-tabs__link:hover.ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-tabs__link.is-active:not(.ixu-tabs__link--more) {
  color: #353535; }

.ixu-cascading-theme-inverse .ixu-tabs__link.is-active:not(.ixu-tabs__link--more), .ixu-tabs__link.is-active:not(.ixu-tabs__link--more).ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-tabs__link.is-active:not(.ixu-tabs__link--more)::before {
  background-color: #f26f61;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%; }

/*
@bemagic {
    description: A variation of the link element with a down-arrow to the right and a changed
    *
    tag: a
}
*/
.ixu-tabs__link--more {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex; }

.ixu-tabs__link--more.is-active {
  color: #f26f61; }

.ixu-tabs__link--more::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
  content: '';
  height: 0;
  margin-left: 4px;
  width: 0; }

/* postcss-bem-linter: define ixu-textfield */
/*
@bemagic {
    intro: Apply this class to an inputfield of type `text` or `search` to recieve a custom looking issuu input including state handling
    description: A text input designed for the issuu brand
    required: true
    placeholder: Some placeholder
    tag: input
}
*/
.ixu-textfield {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #b3ada1;
  border-radius: 3px;
  color: #353535;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: normal;
  padding: 0 12px;
  transition: border-color 150ms;
  width: 100%; }

.ixu-cascading-theme-inverse .ixu-textfield, .ixu-textfield.ixu-cascading-theme-inverse {
  background-color: #353535;
  border-color: #98aeb3;
  color: #fff; }

.ixu-cascading-theme-inverse .ixu-textfield::-webkit-input-placeholder, .ixu-textfield.ixu-cascading-theme-inverse::-webkit-input-placeholder {
  color: #8da2a6; }

.ixu-cascading-theme-inverse .ixu-textfield:-ms-input-placeholder, .ixu-textfield.ixu-cascading-theme-inverse:-ms-input-placeholder {
  color: #8da2a6; }

.ixu-cascading-theme-inverse .ixu-textfield::placeholder, .ixu-textfield.ixu-cascading-theme-inverse::placeholder {
  color: #8da2a6; }

.ixu-textfield.is-error {
  background-color: #cc4752;
  border-color: transparent;
  color: #fff; }

.ixu-textfield.is-error::-webkit-input-placeholder {
  color: #ff99a1; }

.ixu-textfield.is-error:-ms-input-placeholder {
  color: #ff99a1; }

.ixu-textfield.is-error::placeholder {
  color: #ff99a1; }

@media screen and (max-width: 480px) {
  .ixu-textfield {
    font-size: 16px; } }

.ixu-textfield::-webkit-input-placeholder {
  color: #b3ada1; }

.ixu-textfield:-ms-input-placeholder {
  color: #b3ada1; }

.ixu-textfield::placeholder {
  color: #b3ada1; }

.ixu-textfield:disabled {
  border-style: dashed;
  cursor: not-allowed;
  opacity: .75; }

.ixu-textfield:-moz-read-only {
  background: none;
  border-color: #b3ada1;
  cursor: default;
  opacity: .75; }

.ixu-textfield:read-only {
  background: none;
  border-color: #b3ada1;
  cursor: default;
  opacity: .75; }

.ixu-cascading-theme-inverse .ixu-textfield:-moz-read-only, .ixu-textfield:-moz-read-only.ixu-cascading-theme-inverse {
  border-color: #98aeb3; }

.ixu-cascading-theme-inverse .ixu-textfield:read-only, .ixu-textfield:read-only.ixu-cascading-theme-inverse {
  border-color: #98aeb3; }

/*
@bemagic {
    description: Use this variation for inputs of type search
    placeholder: Some placeholder
    type: search
}
*/
.ixu-textfield--search {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23b3ada1' height='18px' width='18px'%3E%3Cpath d='M0 29.33q0 1.1.78 1.9t1.9.77 1.88-.78l9.04-9.08Q16.52 24 20 24q3.28 0 6.03-1.6 2.77-1.63 4.37-4.4t1.6-6q0-3.28-1.6-6.03Q28.77 3.2 26 1.6T20 0q-3.28 0-6.02 1.6Q11.2 3.23 9.6 6T8 12q0 3.48 1.86 6.4L.78 27.45q-.78.78-.78 1.9zM12 12q0-1.6.64-3.1t1.7-2.56q1.1-1.1 2.57-1.72T20 4t3.1.63 2.56 1.72 1.72 2.56T28 12t-.63 3.1-1.72 2.56-2.56 1.72T20 20t-3.1-.63-2.57-1.72-1.72-2.56T12 12z'/%3E%3C/svg%3E");
  background-position: 18px center;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 18px;
  padding-left: 48px; }

.ixu-cascading-theme-inverse .ixu-textfield--search, .ixu-textfield--search.ixu-cascading-theme-inverse {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%238da2a6' height='18px' width='18px'%3E%3Cpath d='M0 29.33q0 1.1.78 1.9t1.9.77 1.88-.78l9.04-9.08Q16.52 24 20 24q3.28 0 6.03-1.6 2.77-1.63 4.37-4.4t1.6-6q0-3.28-1.6-6.03Q28.77 3.2 26 1.6T20 0q-3.28 0-6.02 1.6Q11.2 3.23 9.6 6T8 12q0 3.48 1.86 6.4L.78 27.45q-.78.78-.78 1.9zM12 12q0-1.6.64-3.1t1.7-2.56q1.1-1.1 2.57-1.72T20 4t3.1.63 2.56 1.72 1.72 2.56T28 12t-.63 3.1-1.72 2.56-2.56 1.72T20 20t-3.1-.63-2.57-1.72-1.72-2.56T12 12z'/%3E%3C/svg%3E"); }

/*
@bemagic {
    description: Use this variation for textareas (multiline, resizable) inputs
    tag: textarea
}
*/
.ixu-textfield--multiline {
  height: auto;
  padding: 12px; }

/* postcss-bem-linter: define ixu-radio */
/*
@bemagic {
    intro: The ability to style radio buttons with CSS varies across browsers. To ensure that radio buttons look the same everywhere, we use a custom DOM. Pay close attention to the markup, because all elements must exist for the styles to work. **NOTE** The tag for this component should be `<label>` when used by itself (without a label). See `ixu-form-element` for usage with a label
    description: A customly styled radio button that fits the issuu design system
    tag: label
    text: ''
}
*/
.ixu-radio {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/*
@bemagic {
    description: The actual radio button (hidden to allow custom styling)
    required: true
    tag: input
}
*/
.ixu-radio__native {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

/*
@bemagic {
    description: A "fake" (artificial) radio button used for custom styling,
    text: ''
    required: true
}
*/
.ixu-radio__faux {
  background-color: #fff;
  border: 1px solid #b3ada1;
  border-radius: 10px;
  box-sizing: border-box;
  color: transparent;
  cursor: pointer;
  height: 20px;
  position: relative;
  transition: 150ms;
  width: 20px; }

.ixu-cascading-theme-inverse .ixu-radio__faux, .ixu-radio__faux.ixu-cascading-theme-inverse {
  background-color: #353535;
  border: 1px solid #98aeb3; }

.ixu-radio__native:hover + .ixu-radio__faux {
  color: #b3ada1; }

.ixu-cascading-theme-inverse .ixu-radio__native:hover + .ixu-radio__faux, .ixu-radio__native:hover + .ixu-radio__faux.ixu-cascading-theme-inverse {
  color: #8da2a6; }

.ixu-radio__native:active + .ixu-radio__faux,
.ixu-radio__native:checked + .ixu-radio__faux {
  color: #353535; }

.ixu-cascading-theme-inverse .ixu-radio__native:active + .ixu-radio__faux, .ixu-radio__native:active + .ixu-radio__faux.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse
.ixu-radio__native:checked + .ixu-radio__faux,
.ixu-radio__native:checked + .ixu-radio__faux.ixu-cascading-theme-inverse {
  color: #fff; }

.ixu-radio__native:disabled + .ixu-radio__faux {
  border-style: dashed;
  cursor: not-allowed;
  opacity: .5; }

.ixu-radio__faux::after {
  background-color: currentColor;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 8px; }

.ih-Logo {
  height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.ih-Logo-svg {
  height: auto;
  width: 130px; }

.ih-Logo-type {
  fill: #353535; }

.ixu-cascading-theme-inverse .ih-Logo-type, .ih-Logo-type.ixu-cascading-theme-inverse {
  fill: #fff; }

.ih-Logo:hover .ih-Logo-type {
  fill: #69655e; }

.ixu-cascading-theme-inverse .ih-Logo:hover .ih-Logo-type, .ih-Logo:hover .ih-Logo-type.ixu-cascading-theme-inverse {
  fill: #d6d6d6; }

.ih-Logo-mark {
  fill: #f26f61; }

.ih-CategoriesDropdown {
  position: absolute;
  top: 53px;
  width: 100%;
  left: 0; }

@media (min-width: 768px) {
  .ih-CategoriesDropdown::before {
    z-index: 10001;
    background-color: #fff;
    border-left: 1px solid #e0dace;
    border-top: 1px solid #e0dace;
    content: '';
    display: block;
    height: 12px;
    left: calc(50% - 6px);
    position: absolute;
    right: 12px;
    top: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    width: 12px; }
  .ixu-cascading-theme-inverse .ih-CategoriesDropdown::before, .ih-CategoriesDropdown.ixu-cascading-theme-inverse::before {
    background-color: #4c4c4c;
    border-left: 1px solid #787878;
    border-top: 1px solid #787878; } }

.ih-CategoriesContainerDropdown-list {
  z-index: 10000;
  background-color: #fff;
  border-radius: 2px;
  border-width: 1px 0 0 1px;
  border: 1px solid #e0dace;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  left: -178px;
  list-style-type: none;
  max-width: calc(100vw - 24px);
  padding: 18px;
  position: absolute;
  top: 0;
  width: 552px; }

@media (max-width: 767px) {
  .ih-CategoriesContainerDropdown-list {
    box-shadow: none; } }

.ixu-cascading-theme-inverse .ih-CategoriesContainerDropdown-list, .ih-CategoriesContainerDropdown-list.ixu-cascading-theme-inverse {
  background-color: #4c4c4c;
  border-color: #787878; }

@media (max-width: 767px) {
  .ih-CategoriesContainerDropdown-list {
    max-height: calc(100vh - 88px);
    overflow: hidden;
    overflow-y: scroll; } }

.ih-CategoriesContainerDropdown-item--always-visible {
  position: static;
  width: calc(100% - 12px * 2);
  margin: 12px; }

.ih-CategoriesContainerDropdown-item {
  -webkit-box-flex: 0;
          flex: 0 0 calc(100%/3);
  font-size: 14px; }

.ih-CategoriesContainerDropdown-item:nth-child(n+4) {
  margin-top: 18px; }

@media (max-width: 767px) {
  .ih-CategoriesContainerDropdown-item {
    -webkit-box-flex: 0;
            flex: 0 0 calc(100%/2);
    margin-bottom: 24px; } }

.ih-CategoriesDropdown-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  padding-right: 24px; }

.ih-CategoriesDropdown-item {
  font-size: 14px; }

.ih-CategoriesDropdown-item:nth-child(n+3) {
  margin-top: 12px; }

.ih-CategoriesDropdown-link {
  color: #353535;
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
  text-decoration: none; }

.ixu-cascading-theme-inverse .ih-CategoriesDropdown-link, .ih-CategoriesDropdown-link.ixu-cascading-theme-inverse {
  color: #fff; }

.ih-CategoriesDropdown-link:focus, .ih-CategoriesDropdown-link:hover {
  color: #69655e; }

.ixu-cascading-theme-inverse .ih-CategoriesDropdown-link:focus, .ih-CategoriesDropdown-link:focus.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .ih-CategoriesDropdown-link:hover, .ih-CategoriesDropdown-link:hover.ixu-cascading-theme-inverse {
  color: #d6d6d6; }

.ih-CategoriesDropdown-link--more {
  font-weight: bold; }

.ih-CategoriesDropdown-item--title {
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 18px;
  color: #353535;
  text-decoration: none;
  text-transform: uppercase; }

.ixu-cascading-theme-inverse .ih-CategoriesDropdown-item--title, .ih-CategoriesDropdown-item--title.ixu-cascading-theme-inverse {
  color: #fff; }

.ih-CategoriesDropdown-icon {
  height: 6px;
  vertical-align: middle; }

.ih-CategoriesDropdown-icon path {
  fill: #353535; }

.ixu-cascading-theme-inverse .ih-CategoriesDropdown-icon path, .ih-CategoriesDropdown-icon.ixu-cascading-theme-inverse path {
  fill: #fff; }

.ih-Controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.ih-Controls-menu {
  position: relative;
  margin-right: 24px; }

.ih-Controls-avatar {
  border-radius: 18px;
  overflow: hidden; }

.ih-Controls-avatar img {
  width: 36px; }

.ih-Controls-dropdown {
  opacity: 0;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
      transform: scale(0.97);
  transition: 150ms;
  visibility: hidden;
  display: none;
  position: absolute;
  right: calc(100% - 36px);
  top: 48px; }

.ih-no-touch .ih-Controls-dropdown {
  transition-delay: 250ms; }

.ih-Controls-menu:hover .ih-Controls-dropdown {
  transition-delay: 0ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  visibility: visible; }

@media (min-width: 768px) {
  .ih-Controls-dropdown {
    display: initial; } }

.ih-Controls-list {
  background-color: #faf9f7;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 52px);
  left: 0;
  top: 0;
  margin-top: 52px;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
      transform: translate(100%);
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: -webkit-transform 150ms, -webkit-transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
  transition-delay: 250ms; }

.ih-Controls-list.is-visible,
.ih-Controls-menu:hover .ih-Controls-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
      transform: translate(0);
  transition-delay: 0ms; }

@media (min-width: 768px) {
  .ih-Controls-list {
    display: none; } }

.ih-Controls-listSection {
  padding: 12px 0;
  border-top: 1px solid #f2f0eb;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.ih-Controls-listLink {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  padding: 12px;
  text-decoration: none;
  color: #69655e; }

.ih-Controls-listSection:last-child .ih-Controls-listLink {
  color: #b3ada1;
  font-size: 16px; }

.ih-loggedOutButtons {
  display: -webkit-box;
  display: flex; }

@media (max-width: 767px) {
  .ih-loggedOutButtons-button {
    display: none; } }

.ih-loggedOutButtons-button:not(:first-child) {
  margin-left: 18px; }

.ih-loggedOutButtons-signinTouch {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353535;
  text-decoration: none; }

.ixu-cascading-theme-inverse .ih-loggedOutButtons-signinTouch, .ih-loggedOutButtons-signinTouch.ixu-cascading-theme-inverse {
  color: #fff; }

@media (min-width: 768px) {
  .ih-loggedOutButtons-signinTouch {
    display: none; } }

.ih-Navigation {
  display: -webkit-box;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ih-Navigation-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  position: relative; }

.ih-Navigation-item:not(:last-child) {
  margin-right: 24px; }

@media (max-width: 900px) {
  .ih-Navigation-item--explore {
    display: none; } }

.ih-Navigation-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  color: #353535; }

.ixu-cascading-theme-inverse .ih-Navigation-link, .ih-Navigation-link.ixu-cascading-theme-inverse {
  color: #fff; }

.ih-Navigation-link:hover {
  color: #69655e; }

.ixu-cascading-theme-inverse .ih-Navigation-link:hover, .ih-Navigation-link:hover.ixu-cascading-theme-inverse {
  color: #d6d6d6; }

.ih-Navigation-item--explore .ih-Navigation-link::after {
  display: -webkit-inline-box;
  display: inline-flex;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  margin-left: 3px; }

.ih-Navigation-dropdown {
  opacity: 0;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
      transform: scale(0.97);
  transition: 150ms;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0; }

.ih-no-touch .ih-Navigation-dropdown {
  transition-delay: 250ms; }

.ih-Navigation-link:focus + .ih-Navigation-dropdown,
.ih-Navigation-item:hover .ih-Navigation-dropdown {
  transition-delay: 0ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  visibility: visible; }

.ih-Navigation-item--active::after {
  border-bottom: 2px solid #f26f61;
  content: " ";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%; }

@media (min-width: 768px) {
  .awesomplete {
    position: relative; } }

.awesomplete ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 53px;
  z-index: 10; }

@media (min-width: 768px) {
  .awesomplete ul {
    z-index: 10000;
    background-color: #fff;
    border-radius: 2px;
    border-width: 1px 0 0 1px;
    border: 1px solid #e0dace;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); } }

@media (min-width: 768px) and (max-width: 767px) {
  .awesomplete ul {
    box-shadow: none; } }

@media (min-width: 768px) {
  .ixu-cascading-theme-inverse .awesomplete ul, .awesomplete ul.ixu-cascading-theme-inverse {
    background-color: #4c4c4c;
    border-color: #787878; }
  .awesomplete ul::before {
    z-index: 10001;
    background-color: #fff;
    border-left: 1px solid #e0dace;
    border-top: 1px solid #e0dace;
    content: '';
    display: block;
    height: 12px;
    left: calc(50% - 6px);
    position: absolute;
    right: 12px;
    top: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    width: 12px; }
  .ixu-cascading-theme-inverse .awesomplete ul::before, .awesomplete ul.ixu-cascading-theme-inverse::before {
    background-color: #4c4c4c;
    border-left: 1px solid #787878;
    border-top: 1px solid #787878; } }

@media (max-width: 767px) {
  .awesomplete ul {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 52px);
    background-color: #f2f0eb;
    z-index: 10000; }
  .ixu-cascading-theme-inverse .awesomplete ul, .awesomplete ul.ixu-cascading-theme-inverse {
    background-color: #424242; } }

.awesomplete li {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Open Sans", Arial, sans-serif;
  color: #353535;
  padding: 12px; }

.ixu-cascading-theme-inverse .awesomplete li, .awesomplete li.ixu-cascading-theme-inverse {
  color: #fff; }

@media (max-width: 767px) {
  .awesomplete li {
    border-bottom: 1px solid #e0dace; }
  .ixu-cascading-theme-inverse .awesomplete li, .awesomplete li.ixu-cascading-theme-inverse {
    border-color: #4c4c4c; } }

@media (min-width: 768px) {
  .awesomplete li {
    cursor: pointer;
    font-size: 14px;
    padding: 4px 12px;
    position: relative;
    z-index: 10002; } }

.awesomplete li:focus, .awesomplete li:hover, .awesomplete li[aria-selected="true"] {
  background-color: #f2f0eb; }

.ixu-cascading-theme-inverse .awesomplete li:focus, .awesomplete li:focus.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .awesomplete li:hover, .awesomplete li:hover.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .awesomplete li[aria-selected="true"], .awesomplete li[aria-selected="true"].ixu-cascading-theme-inverse {
  background-color: #424242; }

@media (max-width: 767px) {
  .ixu-cascading-theme-inverse .awesomplete li:focus, .awesomplete li:focus.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .awesomplete li:hover, .awesomplete li:hover.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .awesomplete li[aria-selected="true"], .awesomplete li[aria-selected="true"].ixu-cascading-theme-inverse {
    background-color: #4c4c4c; } }

.awesomplete .visually-hidden {
  display: none; }

.awesomplete mark {
  color: inherit;
  font-weight: bold;
  background-color: transparent; }

.ih-Search {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  position: relative; }

.ih-Search-icon {
  -webkit-box-align: center;
          align-items: center;
  background: transparent;
  border-radius: 18px;
  border: 0;
  color: #353535;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  height: 36px;
  -webkit-box-pack: center;
          justify-content: center; }

.ixu-cascading-theme-inverse .ih-Search-icon, .ih-Search-icon.ixu-cascading-theme-inverse {
  color: #fff; }

.ih-Search-icon svg {
  stroke: currentColor;
  width: 24px; }

@media (min-width: 768px) {
  .ih-Search-icon {
    display: none; } }

.ih-Search-overlay {
  width: 100%; }

@media (max-width: 767px) {
  .ih-Search-overlay {
    background-color: #f2f0eb;
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    padding: 0 12px;
    position: fixed;
    top: 0;
    z-index: 10000; }
  .ixu-cascading-theme-inverse .ih-Search-overlay, .ih-Search-overlay.ixu-cascading-theme-inverse {
    background-color: #424242; }
  .ih-Search-overlay.is-visible {
    display: initial; } }

.ih-Search-overlayInner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

@media (max-width: 767px) {
  .ih-Search-overlayInner {
    height: 52px; } }

.ih-Search-form {
  margin: 0;
  -webkit-box-flex: 1;
          flex: 1; }

@media (max-width: 767px) {
  .ih-Search-form {
    margin-left: 12px; } }

.ih-Search-close {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  color: #69655e;
  margin-left: 12px;
  background: none;
  height: 36px; }

.ixu-cascading-theme-inverse .ih-Search-close, .ih-Search-close.ixu-cascading-theme-inverse {
  color: #fff; }

@media (min-width: 768px) {
  .ih-Search-close {
    display: none; } }

@media (min-width: 768px) {
  .ih-Search-menu {
    display: none; } }

.ih-Menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative; }

.ih-Menu-avatar {
  display: block;
  border-radius: 18px;
  height: 36px;
  width: 36px;
  background-size: 36px; }

.ih-touch .ih-Menu-avatar {
  display: none; }

.ih-Menu-avatar--touch {
  display: none; }

.ih-touch .ih-Menu-avatar--touch {
  display: block; }

.ih-Menu-desktop {
  opacity: 0;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
      transform: scale(0.97);
  transition: 150ms;
  visibility: hidden;
  display: none;
  position: absolute;
  right: calc(100% - 36px);
  top: 53px; }

.ih-no-touch .ih-Menu-desktop {
  transition-delay: 250ms; }

@media (min-width: 768px) {
  .ih-Menu-desktop {
    display: initial; } }

.ih-touch .ih-Menu-avatar--touch:focus ~ .ih-Menu-desktop,
.ih-no-touch .ih-Menu:hover .ih-Menu-desktop {
  transition-delay: 0ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  visibility: visible; }

.ih-Menu-touch {
  opacity: 0;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
      transform: scale(0.97);
  transition: 150ms;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #faf9f7;
  height: calc(100% - 52px);
  left: 0;
  margin-top: 52px;
  overflow: scroll;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  width: 100%; }

.ih-no-touch .ih-Menu-touch {
  transition-delay: 250ms; }

.ixu-cascading-theme-inverse .ih-Menu-touch, .ih-Menu-touch.ixu-cascading-theme-inverse {
  background-color: #353535; }

.ih-touch .ih-Menu-avatar--touch:focus ~ .ih-Menu-touch,
.ih-no-touch .ih-Menu:hover .ih-Menu-touch {
  transition-delay: 0ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media (min-width: 768px) {
  .ih-Menu-touch {
    display: none; } }

.ih-Menu-touchSection {
  padding: 12px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.ih-Menu-touchSection:not(:last-child) {
  border-bottom: 1px solid #e0dace; }

.ixu-cascading-theme-inverse .ih-Menu-touchSection, .ih-Menu-touchSection.ixu-cascading-theme-inverse {
  border-color: #4c4c4c; }

.ih-Menu-touchItem {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  padding: 8px 12px;
  text-decoration: none;
  color: #69655e; }

.ixu-cascading-theme-inverse .ih-Menu-touchItem, .ih-Menu-touchItem.ixu-cascading-theme-inverse {
  color: #fff; }

.ih-Menu-touchSection:last-child .ih-Menu-touchItem {
  color: #b3ada1;
  font-size: 14px; }

.ixu-cascading-theme-inverse .ih-Menu-touchSection:last-child .ih-Menu-touchItem, .ih-Menu-touchSection:last-child .ih-Menu-touchItem.ixu-cascading-theme-inverse {
  color: #8da2a6; }

.ih-Menu-tag {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #e8e4dc;
  border-radius: 3px;
  color: #b3ada1;
  padding: 0 3px 1px 3px;
  margin-left: 3px; }

.ixu-cascading-theme-inverse .ih-Menu-tag, .ih-Menu-tag.ixu-cascading-theme-inverse {
  color: #8da2a6;
  background-color: #4c4c4c; }

.ixu-cascading-theme-inverse .ih-Menu-tag--desktop, .ih-Menu-tag--desktop.ixu-cascading-theme-inverse {
  background-color: #424242; }

.ih-Root {
  background-color: #f2f0eb;
  padding: 8px 0;
  position: relative;
  z-index: 9999; }

.ixu-cascading-theme-inverse .ih-Root, .ih-Root.ixu-cascading-theme-inverse {
  background: #424242; }

@media (max-width: 767px) {
  .ih-Root.has-menu-visible {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%; } }

.ih-Root-inner {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex; }

@media (min-width: 768px) {
  .ih-Root-logo {
    margin-right: 18px; } }

@media (min-width: 900px) {
  .ih-Root-logo {
    margin-right: 48px; } }

@media (max-width: 767px) {
  .ih-Root-logo {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    height: 52px;
    left: calc(50% - 65px);
    position: absolute;
    top: 0; } }

.ih-Root-navigation {
  display: none;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 36px;
  margin-right: 24px; }

@media (min-width: 768px) {
  .ih-Root-navigation {
    display: -webkit-box;
    display: flex; } }

@media (max-width: 767px) {
  .ih-Root-search {
    -webkit-box-ordinal-group: 0;
            order: -1; } }

@media (min-width: 768px) {
  .ih-Root-search {
    -webkit-box-flex: 1;
            flex: 1;
    margin-right: auto;
    max-width: 260px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ih-Root-search {
    -webkit-box-flex: 1;
            flex: auto;
    width: 260px; } }

@media (max-width: 767px) {
  .ih-Root-menu {
    margin-left: auto; } }

@media (min-width: 768px) {
  .ih-Root-menu {
    margin-left: 18px; } }

.ih-Root-buttons {
  display: -webkit-box;
  display: flex;
  margin-left: auto; }

@media (max-width: 767px) {
  .ih-Root--loggedIn .ih-Root-buttons {
    display: none; } }

@media (min-width: 768px) {
  .ih-Root-buttons {
    margin-left: 18px; } }

.if-Social {
  -webkit-box-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.if-Social, .if-Social__item {
  display: -webkit-box;
  display: flex; }

.if-Social__item {
  -webkit-box-align: stretch;
          align-items: stretch; }

.if-Social__link {
  color: #353535;
  display: -webkit-box;
  display: flex;
  padding: 12px 18px;
  text-decoration: none;
  transition: color .15s; }

.if-Social__link:hover {
  color: #69655e; }

.if-Social__link.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .if-Social__link {
  color: #fff; }

.if-Social__link.ixu-cascading-theme-inverse:hover, .ixu-cascading-theme-inverse .if-Social__link:hover {
  color: #d6d6d6; }

@media (min-width: 560px) {
  .if-Social__link {
    padding: 12px 24px; } }

.if-Social__link svg {
  height: 16px;
  width: 16px;
  fill: currentcolor; }

.if-Links {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0 0 36px;
  padding: 0; }

.if-Links__item {
  -webkit-box-flex: 100%;
          flex: 100%; }

@media (min-width: 560px) {
  .if-Links__item {
    -webkit-box-flex: 33.3333%;
            flex: 33.3333%; } }

@media (min-width: 980px) {
  .if-Links__item {
    -webkit-box-flex: 1;
            flex: auto; } }

.if-Links__link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px;
  color: #353535;
  display: -webkit-box;
  display: flex;
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 12px;
  text-decoration: none;
  transition: color .15s; }

.if-Links__link:hover {
  color: #69655e; }

.if-Links__link.ixu-cascading-theme-inverse, .ixu-cascading-theme-inverse .if-Links__link {
  color: #fff; }

.if-Links__link.ixu-cascading-theme-inverse:hover, .ixu-cascading-theme-inverse .if-Links__link:hover {
  color: #d6d6d6; }

.if-Root {
  padding-top: 48px;
  padding-bottom: 48px; }

.if-Root__wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.content-header {
  background-image: url(./assets/magazine-stacks.jpg);
  height: 200px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.content-header__heading {
  font-size: 42px;
  color: #fff; }

.listing {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  align-content: center; }

.listing__segment-icon {
  height: 48px; }
  .listing__segment-icon svg {
    max-height: 100%; }

.listing__segment {
  flex-basis: calc((100% - 12px * 8) / 4);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 140px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  margin: 12px;
  border-radius: 6px; }
  @media (max-width: 768px) {
    .listing__segment {
      flex-basis: calc((100% - 12px * 4) / 2);
      height: 110px; } }
  @media (max-width: 528px) {
    .listing__segment {
      flex-basis: calc((100% - 12px * 2)); } }

.listing__segment-link {
  color: #fff;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 6px;
  background-color: rgba(53, 53, 53, 0);
  transition: 150ms ease-in-out background-color; }
  .listing__segment-link:hover, .listing__segment-link:focus {
    background-color: rgba(53, 53, 53, 0.8); }

.listing__segment-title {
  font-size: 16px; }

.listing__segment-icon svg {
  max-height: 100%;
  -webkit-filter: brightness(100);
          filter: brightness(100); }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1284px; }
