@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-weight: normal; }

h1 {
  padding: 0;
  color: #474747;
  font: bold 20px/22px Arial, sans-serif;
  font-size: 19px;
  letter-spacing: 1px; }

img {
  border: 0 none; }

a {
  border: 0;
  outline: 0;
  text-decoration: none; }

ul {
  list-style: none; }

html, body {
  min-height: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important; }

body {
  font: 15px/18px 'Open Sans', sans-serif; }

/* ClearFix micro */
.cf:before,
.cf:after {
  display: table;
  /* 2 */
  content: ' ';
  /* 1 */ }

.cf:after {
  clear: both; }

.banner {
  position: relative;
  width: 100%; }

h2 {
  padding-bottom: 8px;
  font: 600 22px/20px 'Open Sans', sans-serif; }

h2 small {
  font: 400 20px/18px 'Open Sans', sans-serif; }

h2 + strong {
  display: block;
  margin: 3px 0 5px;
  color: #10ac23;
  font-weight: 600; }

h6 {
  color: #7c99a0;
  font: 15px/18px 'Open Sans', sans-serif; }

h3 {
  color: #474747;
  font: 16px/17px 'Open Sans', sans-serif; }

h4 {
  color: #003f4a;
  font: 700 25px/22px 'Open Sans', sans-serif; }

h4 small {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -1.1px; }

#keuzepull {
  overflow: hidden;
  width: 96%;
  margin: 0;
  padding: 0 15px;
  border: 0 solid #474747;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #474747; }

.banner.banner-large {
  position: relative;
  width: 100%;
  height: 200px; }

.banner.banner-medium {
  position: relative;
  width: 100%;
  height: 225px; }

.slider-product {
  width: 250px;
  margin-right: 20px; }

.slider-logo {
  width: 135px;
  margin-right: 5px; }

.belevingspagina_blauwe_text {
  color: #166bac; }

.criteria {
  margin: 10px 0 18px 0;
  padding-bottom: 3px; }

.criteria-checkbox {
  clear: left;
  width: 100%;
  height: 21px;
  margin: 0 5px 0 0;
  padding: 2px 0 0; }

button:hover {
  cursor: pointer; }

ul.messages {
  margin: 0 0 10px; }

.account-tools form {
  float: none; }

div.modal-wrap {
  background-color: rgba(0, 0, 0, 0.6); }

div.modal-container {
  z-index: 9;
  overflow: auto;
  padding: 10px;
  border-radius: 7px;
  background: #ffffff; }

a.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 16px;
  height: 18px;
  border-radius: 3px;
  background-color: grey;
  color: white;
  text-align: center; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 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.
     */
html {
  font-family: "Open Sans", Arial, 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-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

/* Text-level semantics
       ========================================================================== */
/**
     * 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: "Open Sans", Arial, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.small-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .xlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 1.5rem; }
  h2 {
    font-size: 1.25rem; }
  h3 {
    font-size: 1.125rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.8125rem; }
  h6 {
    font-size: 0.8125rem; } }

a {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #ec5840;
    color: #0a0a0a; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #0a0a0a; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #0a0a0a; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #2199e8; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #2199e8; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #777; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #ec5840; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

html {
  scroll-behavior: smooth; }

body {
  min-height: 100%;
  background: #ffffff;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px; }

@-moz-document url-prefix() {
  body {
    font-weight: 400; } }

a {
  color: #1b5faa; }
  a:hover {
    color: #1b5faa;
    text-decoration: underline; }
  a:focus {
    color: #1b5faa; }

.text-strong,
strong {
  font-weight: 700; }

@-moz-document url-prefix() {
  .text-strong {
    font-weight: 700; } }

ul {
  list-style: none; }

input {
  outline: 0; }
  input:focus {
    outline: 0; }

input[type='email'], input[type='text'], input[type='tel'], input[type='password'] {
  height: 31px;
  padding: 1px 16px;
  border: none;
  color: #99b2b7;
  font: 15px/30px 'Open Sans', sans-serif; }

input[type='text'], input[type='button'], textarea {
  border-radius: 0;
  -webkit-appearance: none; }

.bodytext.bodytext-justify {
  text-align: justify; }

.hidden {
  display: none; }

.align-stretch .columns {
  margin-bottom: 30px; }

.content-container {
  padding-top: 30px;
  padding-bottom: 30px; }

.warning {
  color: #d9534f; }

.succes {
  color: #4cae4c; }

@media only screen and (min-width: 1024px) {
  .removed-on-large {
    display: none; } }

.text-center {
  text-align: center; }

input[type=password]:invalid {
  box-shadow: none; }

:invalid {
  box-shadow: none; }

:-moz-submit-invalid {
  box-shadow: none; }

:-moz-ui-invalid {
  box-shadow: none; }

.grid-relative {
  position: relative; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../Fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../Fonts/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("../Fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../Fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../Fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 22px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .fa:before {
    position: relative;
    bottom: 0; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.button {
  background: linear-gradient(to right, #19579c 0%, #19579c 50%, #1b5faa 50%, #1b5faa 100%);
  background-position: 100%;
  background-size: 200% 100%;
  transition: background 0.5s ease-in-out;
  position: relative;
  padding: 15px;
  border: 0;
  background-color: #1b5faa;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }
  .button:hover, .button:focus {
    background-position: 0; }
  .button:hover {
    background-color: #19579c; }
  .button.button-icon .fa {
    margin-left: 5px;
    font-size: 13px; }
  .button.button-icon-left .fa {
    margin-right: 5px;
    font-size: 13px; }
  .button.button-green {
    background: linear-gradient(to right, #49a549 0%, #49a549 50%, #4cae4c 50%, #4cae4c 100%);
    background-position: 100%;
    background-size: 200% 100%;
    transition: background 0.5s ease-in-out;
    background-color: #4cae4c;
    color: #fff; }
    .button.button-green:hover, .button.button-green:focus {
      background-position: 0; }
    .button.button-green:hover {
      background-color: #49a549; }
    .button.button-green.button--has-icon-arrow:after {
      background-color: #49a549; }
  .button.button-red {
    background: linear-gradient(to right, #ca534f 0%, #ca534f 50%, #d9534f 50%, #d9534f 100%);
    background-position: 100%;
    background-size: 200% 100%;
    transition: background 0.5s ease-in-out;
    background-color: #d9534f;
    color: #fff; }
    .button.button-red:hover, .button.button-red:focus {
      background-position: 0; }
    .button.button-red:hover {
      background-color: #ca534f; }
    .button.button-red.button--has-icon-arrow:after {
      background-color: #ca534f; }
  .button.button-white {
    background: linear-gradient(to right, #f3f3f3 0%, #f3f3f3 50%, #fff 50%, #fff 100%);
    background-position: 100%;
    background-size: 200% 100%;
    transition: background 0.5s ease-in-out;
    background-color: #fff;
    color: #000; }
    .button.button-white:hover, .button.button-white:focus {
      background-position: 0; }
    .button.button-white:hover {
      background-color: #f3f3f3; }
    .button.button-white.button--has-icon-arrow:after {
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      background-color: #f3f3f3; }
    .button.button-white--201911 {
      margin-bottom: 0;
      color: #1b5faa; }
      .button.button-white--201911.button--has-icon-arrow:after {
        border-top: initial;
        border-right: initial;
        color: #1b5faa; }
  .button.button-grey {
    background: linear-gradient(to right, #eaeaea 0%, #eaeaea 50%, #f3f3f3 50%, #f3f3f3 100%);
    background-position: 100%;
    background-size: 200% 100%;
    transition: background 0.5s ease-in-out;
    opacity: 1;
    background-color: #f3f3f3;
    color: #797979; }
    .button.button-grey:hover, .button.button-grey:focus {
      background-position: 0; }
    .button.button-grey:hover {
      background-color: #797979;
      color: #fff; }
    .button.button-grey.button--has-icon-arrow:after {
      background-color: #f3f3f3; }
  .button.button-mediumgrey {
    background: linear-gradient(to right, #c8c7c7 0%, #c8c7c7 50%, #eaeaea 50%, #eaeaea 100%);
    background-position: 100%;
    background-size: 200% 100%;
    transition: background 0.5s ease-in-out;
    opacity: 1;
    background-color: #eaeaea;
    color: #797979; }
    .button.button-mediumgrey:hover, .button.button-mediumgrey:focus {
      background-position: 0; }
    .button.button-mediumgrey:hover {
      background-color: #c8c7c7;
      color: #fff; }
  .button.button-blocked {
    cursor: not-allowed; }
  .button.button-klantenservice {
    background: linear-gradient(to right, #fff 0%, #fff 50%, #fff 50%, #fff 100%);
    background-position: 100%;
    background-size: 200% 100%;
    transition: background 0.5s ease-in-out;
    float: right;
    margin-bottom: 0;
    padding-left: 50px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600; }
    .button.button-klantenservice:hover, .button.button-klantenservice:focus {
      background-position: 0; }
    .button.button-klantenservice:before {
      background-image: url(../../images/sprite.png);
      background-position: -70px 0;
      background-repeat: no-repeat;
      background-size: 450px 406px;
      position: absolute;
      top: 14px;
      left: 20px;
      width: 18px;
      height: 18px;
      content: ''; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .button.button-klantenservice:before {
          background-image: url(../../images/spritex2.png); } }
  .button--has-icon {
    padding-right: 35px; }
  .button.button--has-icon-arrow:after, .button .button__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 26px;
    height: 100%;
    background-color: #19579c;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 13px;
    text-align: center; }
  .button--has-icon-arrow:after {
    content: '\f105'; }
  .button .button__icon--add:before, .button .button__icon--add:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    content: ' '; }
  .button .button__icon--add:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .button.button-arrow-up {
    margin-bottom: 0;
    padding-right: 40px; }
    .button.button-arrow-up:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 29px;
      height: 100%;
      padding-top: 15px;
      background-color: #19579c;
      content: '\f106';
      color: #fff;
      font-family: 'FontAwesome';
      font-size: 13px;
      text-align: center; }
  .button.button-rightAligned {
    float: right; }
  .button.button-cart {
    padding: 11px 13px 10px; }
    .button.button-cart .fa:before {
      bottom: 0; }
  .button.button-cart-large {
    width: 100%;
    margin-bottom: 0;
    text-align: center; }
    .button.button-cart-large .fa {
      margin-left: 10px;
      font-size: 13px; }
  .button--small {
    padding: 0 10px;
    font-weight: 200;
    line-height: 34px;
    text-transform: none; }
    .button--small, .button--small:active, .button--small:focus, .button--small:hover {
      text-decoration: none; }
    .button--small .fa {
      margin-right: 4px;
      font-size: 13px; }
  @media only screen and (max-width: 383px) {
    .button--resp-6 {
      width: 100%; } }
  .button--fixed-height {
    height: 2.7rem;
    white-space: nowrap; }
  .button--loading:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -8px 14px -6px 0;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    content: '';
    -webkit-animation: spin 1200ms linear infinite;
            animation: spin 1200ms linear infinite; }

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

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

.button-align-right {
  float: right; }

.search-range {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px; }
  .search-range__divider {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 0 0.5rem;
    text-align: center; }
  .search-range__form-textbox {
    position: relative;
    -webkit-flex: 4 1 0;
        -ms-flex: 4 1 0px;
            flex: 4 1 0;
    max-width: 45%;
    border: solid 1px #eaeaea;
    background-color: #ffffff; }
    .search-range__form-textbox--price, .search-range__form-textbox--price_no_vat {
      padding-left: 1rem; }
      .search-range__form-textbox--price:before, .search-range__form-textbox--price_no_vat:before {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 10px;
        content: '€';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .search-range__form-textbox--ppmBw:after, .search-range__form-textbox--ppmColor:after {
      position: absolute;
      z-index: 2;
      top: 50%;
      right: 10px;
      content: 'p.m';
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .search-range__form-textbox--ppmBw.search-range__form-textbox .input-text, .search-range__form-textbox--ppmColor.search-range__form-textbox .input-text {
      padding-right: 36px; }
  .search-range__button {
    width: 31px;
    height: 31px;
    margin-left: 1rem;
    background-color: #19579c; }
    .search-range__button-icon {
      max-width: 100%;
      max-height: 100%;
      padding: 7px;
      fill: #ffffff; }
  .search-range .input-text {
    width: 100%;
    padding: 1px 0.75rem;
    color: #000;
    font-size: 13px; }

.coloredColumn {
  padding: 20px 25px 22px 25px;
  margin-top: 30px; }
  .coloredColumn::before, .coloredColumn::after {
    display: table;
    content: ' '; }
  .coloredColumn::after {
    clear: both; }
  .coloredColumn.coloredColumn-grey {
    background-color: #f3f3f3; }
  .coloredColumn.coloredColumn-mediumGrey {
    background-color: #eaeaea; }
  .coloredColumn.coloredColumn-white {
    background-color: #fff; }
  .coloredColumn.coloredColumn-blue {
    background-color: #1b5faa; }
  .coloredColumn.coloredColumn-transparantBlack {
    background-color: rgba(0, 0, 0, 0.7); }

.container-person-right-klantenservice {
  background-image: url(../../images/printerlease-klantenservice.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  min-height: 161px; }

@media only screen and (max-width: 470px) {
  .container-person-right-klantenservice {
    background: transparent; } }

.columnWithBackgroundImage {
  position: relative;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center; }

.ctaRibbon {
  position: absolute;
  bottom: 20px;
  left: 30px;
  padding: 10px 15px;
  font-size: 18px; }
  .ctaRibbon.ctaRibbon-white {
    background-color: #fff; }

.form-printer-select .form-printer-select-fields,
.form-printer-select-information .form-printer-select-fields {
  width: 100%;
  padding: 0;
  margin-right: 0;
  background-color: #fff; }

.form-printer-select .titel,
.form-printer-select-information .titel {
  color: #1b5faa;
  font-size: 16px;
  font-weight: 400; }

.form-printer-select select,
.form-printer-select-information select {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-border-radius: 0px;
  position: relative;
  display: block;
  height: 40px;
  padding: 10px 15px;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 13px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  background: url(../../images/select-dropdown-arrow.png) no-repeat right; }
  .form-printer-select select:focus,
  .form-printer-select-information select:focus {
    outline: 0; }

.form-printer-select select[disabled='disabled'],
.form-printer-select select[disabled],
.form-printer-select-information select[disabled='disabled'],
.form-printer-select-information select[disabled] {
  background-color: #f3f3f3;
  color: #797979; }

.form-printer-select .button.disabled,
.form-printer-select .button[disabled],
.form-printer-select-information .button.disabled,
.form-printer-select-information .button[disabled] {
  opacity: 1; }

.form-printer-select #printer-geselecteerd,
.form-printer-select-information #printer-geselecteerd {
  padding-top: 10px;
  border-top: 1px solid #f3f3f3; }

.form-printer-select .geselecteerde-printers,
.form-printer-select-information .geselecteerde-printers {
  margin: 0;
  list-style: none; }
  .form-printer-select .geselecteerde-printers li,
  .form-printer-select-information .geselecteerde-printers li {
    margin-left: 0;
    list-style: none; }
  .form-printer-select .geselecteerde-printers .geselecteerde-printer,
  .form-printer-select-information .geselecteerde-printers .geselecteerde-printer {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 10px 10px 0;
    background-color: #f3f3f3; }
    .form-printer-select .geselecteerde-printers .geselecteerde-printer .fa,
    .form-printer-select-information .geselecteerde-printers .geselecteerde-printer .fa {
      margin-right: 0;
      margin-left: 10px;
      font-size: 16px;
      color: #1b5faa;
      cursor: pointer; }

.form-printer-select .form-numbered-title {
  position: relative;
  padding: 10px 0 10px 30px;
  background-color: #f3f3f3;
  margin-top: 20px; }
  .form-printer-select .form-numbered-title:before {
    border-radius: 100% 100% 100% 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    background-color: #1b5faa;
    text-align: center;
    color: #fff;
    /* IE 9 */
    -webkit-transform: translate(0, -50%);
    /* Safari */
    transform: translate(0, -50%); }
  .form-printer-select .form-numbered-title.form-numbered-title--1:before {
    content: "1"; }
  .form-printer-select .form-numbered-title.form-numbered-title--2:before {
    content: "2"; }

#aanmelden .label {
  text-align: left; }

#aanmelden .form-workdays-title {
  font-size: 11px;
  text-align: right; }

#aanmelden .form-input {
  width: 100%; }
  #aanmelden .form-input input,
  #aanmelden .form-input textarea {
    width: 100%;
    line-height: 18px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    color: #000; }

#aanmelden .form-input-text input {
  height: 40px;
  padding: 10px 15px;
  font-size: 13px; }

.selectprinterinfo {
  padding: 20px 0;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3; }

.details-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80rem;
  margin: 1.5rem auto; }
  @media only screen and (min-width: 80rem) {
    .details-row {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .details-row__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin: 0 -1rem;
    padding-top: 1.5rem; }
    .details-row__content .columns + .columns {
      margin-top: 1.5rem; }
      @media only screen and (min-width: 640px) {
        .details-row__content .columns + .columns {
          margin-top: 0; } }
  .details-row__contentbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .details-row__contentbox {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .details-row__action-info {
    position: relative; }
  .details-row--top {
    display: block;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 640px) {
      .details-row--top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .details-row--top .details-row__content-left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 3 1 0;
          -ms-flex: 3 1 0px;
              flex: 3 1 0;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0; }
      @media only screen and (min-width: 640px) {
        .details-row--top .details-row__content-left {
          border-right: solid 1px #eaeaea; } }
      .details-row--top .details-row__content-left .details-row__contentbox {
        -webkit-flex: 3 1 auto;
            -ms-flex: 3 1 auto;
                flex: 3 1 auto; }
    .details-row--top .details-row__content-right {
      display: block;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex: 3 1 0;
          -ms-flex: 3 1 0px;
              flex: 3 1 0;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 20px;
      padding: 0; }
      @media only screen and (min-width: 640px) {
        .details-row--top .details-row__content-right {
          margin-top: 0; } }
      @media only screen and (min-width: 1024px) {
        .details-row--top .details-row__content-right {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex: 6 1 0;
              -ms-flex: 6 1 0px;
                  flex: 6 1 0; } }
    .details-row--top .details-row__contentbox {
      -webkit-flex: 3 1 0;
          -ms-flex: 3 1 0px;
              flex: 3 1 0; }
    .details-row--top .details-row__contentbox--small {
      -webkit-flex: 2 1 0;
          -ms-flex: 2 1 0px;
              flex: 2 1 0; }
    .details-row--top .details-row__borderbox {
      position: relative;
      margin: 0;
      padding: 0;
      border-left: 0; }
      @media only screen and (min-width: 640px) {
        .details-row--top .details-row__borderbox {
          padding: 0 2rem; } }
      .details-row--top .details-row__borderbox--last {
        border-left: none; }
        @media only screen and (min-width: 1024px) {
          .details-row--top .details-row__borderbox--last {
            border-left: solid 1px #eaeaea; } }
      .details-row--top .details-row__borderbox .userform--v18 {
        margin: 0; }
  .details-row--alternate {
    max-width: none;
    background-color: #f3f3f3; }
    .details-row--alternate .details-row__content {
      max-width: 80rem;
      padding: 1rem 0; }
    .details-row--alternate .details-row__container-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      max-width: 80rem; }
    .details-row--alternate .details-row__container-content-left-bg {
      position: absolute;
      top: 0;
      right: 100%;
      width: 100vw;
      height: 100%;
      background-color: #eaeaea; }
    .details-row--alternate .details-row__content-left {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: calc(1.5rem + 1rem) 0.625rem calc(1.5rem + 1rem);
      background-color: #eaeaea; }
      @media only screen and (min-width: 640px) {
        .details-row--alternate .details-row__content-left {
          padding: calc(1.5rem + 1rem) calc(1.5rem) calc(1.5rem + 1rem) 0.9375rem; } }
      @media only screen and (min-width: 768px) {
        .details-row--alternate .details-row__content-left {
          padding-right: calc(2.5rem); }
          .details-row--alternate .details-row__content-left:before {
            position: absolute;
            top: 50%;
            right: -3rem;
            width: 0;
            height: 0;
            border: 1.5rem solid transparent;
            border-left: 1.5rem solid #eaeaea;
            content: '';
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
      @media only screen and (min-width: 80rem) {
        .details-row--alternate .details-row__content-left {
          min-width: calc(80rem / 3); } }
    .details-row--alternate .details-row__content-right {
      padding: calc(1.5rem + 1rem) 0.625rem calc(1.5rem + 1rem); }
      @media only screen and (min-width: 640px) {
        .details-row--alternate .details-row__content-right {
          padding-left: 1.5rem; } }
      @media only screen and (min-width: 768px) {
        .details-row--alternate .details-row__content-right {
          padding-left: calc(2.5rem); } }
      @media only screen and (min-width: 80rem) {
        .details-row--alternate .details-row__content-right {
          min-width: calc(80rem * 2 / 3); } }

.fontStyle-black {
  color: #000; }

.fontStyle-blue {
  color: #1b5faa; }

.fontStyle-bold {
  font-weight: 700; }

.fontStyle-light {
  font-weight: 200; }

.fontStyle-white {
  color: #fff; }
  .fontStyle-white a {
    color: #fff; }

.fontStyle-center {
  text-align: center; }

.fontStyle-green {
  color: #4cae4c; }

.fontStyle-grey {
  color: #797979; }

.fontStyle-mediumGrey {
  color: #eaeaea; }

a.fontStyle-white:hover, a.fontStyle-white:focus {
  color: #fff;
  text-decoration: underline; }

.fontStyle-subscript {
  font-size: 10px; }

.footer-cart-content-left {
  float: right;
  width: 200px;
  margin-right: 20px;
  text-align: right; }
  .footer-cart-content-left .heading {
    margin-right: 14px; }

.footer-cart-content-right {
  margin-left: 20px; }
  .footer-cart-content-right .greensquare {
    width: 44px;
    height: 41px;
    display: inline-block;
    padding-top: 7px;
    margin-top: 20px;
    text-align: center;
    background-color: #4cae4c; }
    .footer-cart-content-right .greensquare .fa {
      font-size: 27px;
      color: #fff; }
  .footer-cart-content-right .bodytext {
    display: inline-block;
    margin-left: 20px;
    padding-right: 0 !important; }

@media only screen and (max-width: 640px) {
  .footer-cart-content-right {
    margin-left: 0;
    text-align: center; }
    .footer-cart-content-right .text-aligner {
      display: inline-block;
      text-align: left; }
    .footer-cart-content-right .greensquare {
      margin-top: 10px; } }

.row.row--form > .column, .row.row--form > .columns, .row.row--form > .columns {
  padding-right: 5px;
  padding-left: 5px; }

.row.is-row--form-child,
.row.row--form > .column > .row,
.row.row--form > .columns > .row,
.row.row--form > .columns > .row {
  margin-right: -5px;
  margin-left: -5px; }

.row .row.row--form {
  margin-right: -5px;
  margin-left: -5px; }

.row--with-columns-border .columns {
  border-bottom: 1px solid #f3f3f3; }

@media screen and (max-width: 40em) {
  .show-for-medium-up {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large-up {
    display: none !important; } }

@media screen and (max-width: 75rem) {
  .show-for-xlarge-up {
    display: none !important; } }

.heading {
  color: #000;
  font-weight: 700;
  letter-spacing: 0; }
  .heading.heading-light, .heading > .heading-light {
    font-weight: 200; }
  .heading.heading-medium, .heading > .heading-medium {
    font-weight: 400; }
  .heading > .heading-light {
    display: block; }
  .heading.heading-white {
    color: #fff; }
  .heading.heading-black {
    color: #000; }
  .heading.heading-grey-87 {
    color: #555; }
  .heading.heading-blue {
    color: #1b5faa; }
  .heading.heading-center {
    text-align: center; }
  .heading.heading-with-logo {
    display: inline-block; }
  .heading--with-sub {
    margin-bottom: 0; }
  .heading__sub {
    margin-bottom: 8px;
    font-style: italic; }
  .heading--modal, .heading--modal + .heading__sub {
    padding-right: 50px; }
  .heading--supply-detail {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1rem; }
    @media only screen and (min-width: 640px) {
      .heading--supply-detail {
        padding-right: 140px; } }

.heading-h1 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0.5rem; }
  .heading-h1--2x {
    font-size: 48px; }

.heading-h2 {
  font-size: 20px; }

.heading-h3 {
  font-size: 18px; }

.heading-h4 {
  font-size: 16px; }

.heading-h5 {
  font-size: 13px; }

.header-customerservice-detail {
  margin: 20px 0; }

.heading-withBorder,
.heading--with-border {
  width: 100%;
  display: block;
  padding-left: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  border-spacing: 10px 50px; }

.heading--with-border {
  margin-bottom: 2rem; }

.header-sticky-logo {
  max-width: 189px;
  float: left;
  margin-top: 2px;
  margin-right: 30px; }

@media only screen and (max-width: 600px) {
  .header-sticky-logo {
    display: none; } }

.myprintaboutbuttoncomponent--sticky .mijn-pa {
  margin-right: 30px; }

.cartbuttoncomponent--sticky,
.myprintaboutbuttoncomponent--sticky {
  margin-top: 4px;
  margin-bottom: -4px; }

@media only screen and (max-width: 767px) {
  .is-menu-mobile-open .page-content {
    display: none !important; }
  .is-menu-mobile-open .page-footer {
    display: none !important; }
  .is-menu-mobile-open .cart-flow {
    display: none !important; }
  .is-menu-mobile-open .search-results {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .page-header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 60;
    top: 0;
    border-bottom: 1px solid #f3f3f3; } }

.accordion {
  background: transparent; }

.accordion-item {
  position: relative;
  background-color: #fff; }

.accordion-title {
  padding-left: 50px; }
  .accordion-title:before {
    border-radius: 100% 100% 100% 100%;
    content: '+';
    position: absolute;
    left: 20px;
    top: 18px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background-color: #1b5faa;
    color: #fff; }
  .accordion-title:hover {
    color: #1b5faa;
    text-decoration: underline; }
  .accordion-title:focus {
    background-color: #fff; }

.accordion-content {
  padding: 0 20px 20px 50px; }

.is-active .accordion-title:before {
  content: '-';
  line-height: 10px;
  font-size: 22px; }

.is-active:focus {
  background-color: #eaeaea; }

.accordion-faq-link {
  display: block;
  text-align: right;
  color: #000; }
  .accordion-faq-link .fa {
    margin-right: 10px;
    font-size: 16px;
    color: #1b5faa; }

/* ------------------ ACCORDION CUSTOMER SERVICE ---------------------- */
.accordion-customerservice .accordion-item {
  border-top: 1px solid #f3f3f3; }

.accordion-customerservice .accordion-title {
  padding: 20px 20px 20px 30px;
  font-size: 16px;
  color: #1b5faa; }
  .accordion-customerservice .accordion-title:hover {
    background-color: #fff; }
  .accordion-customerservice .accordion-title:before {
    left: 0; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes fadeInUpFull {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
            transform: translate3d(0%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); } }

@keyframes fadeInUpFull {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
            transform: translate3d(0%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); } }

.fadeInUpFull {
  -webkit-animation-name: fadeInUpFull;
          animation-name: fadeInUpFull; }

@-webkit-keyframes fadeOutDownFull {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
            transform: translate3d(0%, 100%, 0); } }

@keyframes fadeOutDownFull {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
            transform: translate3d(0%, 100%, 0); } }

.fadeOutDownFull {
  -webkit-animation-name: fadeOutDownFull;
          animation-name: fadeOutDownFull; }

.product-list .award-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px; }

.product-block__image-wrapper .award-image {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 15px;
  width: 40%;
  height: auto; }

.banner--small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  background-color: #efefef;
  background-repeat: no-repeat; }

.banner--txt-single-line {
  margin-bottom: 10px; }
  @media only screen and (max-width: 1023px) {
    .banner--txt-single-line {
      margin-top: 10px; } }
  .banner--txt-single-line .banner__conditions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 2em; }
  .banner--txt-single-line .banner__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px; }
    .banner--txt-single-line .banner__content .fa {
      padding: 0 5px; }
    .banner--txt-single-line .banner__content--green {
      background-color: #4cae4c;
      color: #ffffff; }
      .banner--txt-single-line .banner__content--green .heading {
        color: #ffffff; }
    .banner--txt-single-line .banner__content--blue {
      background-color: #1b5faa;
      color: #ffffff; }
      .banner--txt-single-line .banner__content--blue .heading {
        color: #ffffff; }
    .banner--txt-single-line .banner__content--gray {
      background-color: #f3f3f3;
      color: #000; }
      .banner--txt-single-line .banner__content--gray .heading {
        color: #000; }
      .banner--txt-single-line .banner__content--gray .fa {
        color: #1b5faa; }

.banner--small, .banner-large, .banner-medium {
  margin-top: 30px;
  background-size: cover; }
  .banner--small .ctaRibbon, .banner-large .ctaRibbon, .banner-medium .ctaRibbon {
    z-index: 1;
    right: 15px;
    bottom: 70px;
    left: auto;
    padding: 15px 20px;
    color: #1b5faa;
    font-size: 20px;
    text-align: right; }
  .banner--small .button, .banner-large .button, .banner-medium .button {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0; }
  .banner--small .banner__extra-button, .banner-large .banner__extra-button, .banner-medium .banner__extra-button {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #1b5faa;
    font-size: 11px;
    line-height: 21px; }

.banner--small, .banner-medium {
  background-position: center center; }

.banner-large {
  position: relative;
  width: 100%;
  height: 200px;
  background-position: left center; }

.banner-heading {
  margin-top: 30px; }

.banner-jobs {
  width: 100%;
  height: 370px;
  margin-top: 0;
  margin-bottom: 30px;
  background-image: url(../../images/printabout_madrid.jpg);
  background-size: cover;
  background-position: center; }
  .banner-jobs .ctaRibbon {
    right: 30px;
    left: auto;
    text-align: right; }

.banner-title {
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-shadow: 15px 0 0 0 #fff, -15px 0 0 0 #fff;
  line-height: 36px; }

.banner__extra-button-icon:before {
  content: '\f105';
  font-family: 'FontAwesome'; }

.homepage-banner--small {
  position: relative;
  min-height: 310px;
  padding: 25px;
  background-position: center center;
  background-repeat: no-repeat; }
  .homepage-banner--small .button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0; }

.blog-author-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #aaa;
  font-size: 13px; }
  .blog-author-info__author-image {
    width: 36px;
    height: 36px;
    margin-right: 15px;
    border-radius: 18px; }

.blog-banner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 210px;
  margin-bottom: 1.5rem;
  padding: 0;
  background-color: #f3f3f3;
  background-position: center;
  background-size: cover;
  -webkit-column-break-inside: avoid;
          break-inside: avoid; }
  @media only screen and (min-width: 384px) {
    .blog-banner {
      background-image: none; } }
  .blog-banner__image-container {
    display: none;
    overflow: hidden;
    width: 100%; }
    @media only screen and (min-width: 384px) {
      .blog-banner__image-container {
        display: block; } }
  .blog-banner__image {
    min-width: 100%;
    max-width: 100%;
    min-height: 210px; }
    @media only screen and (min-width: 512px) {
      .blog-banner__image {
        max-height: 500px; } }
  .blog-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
    .blog-banner__overlay:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      opacity: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(transparent, #19579c);
      content: '';
      transition: opacity 0.25s ease-in-out; }
  .blog-banner:hover .blog-banner__overlay:before {
    opacity: 1; }
  @media only screen and (min-width: 512px) {
    .blog-banner--overview-top .blog-banner__image-container {
      display: none; } }
  @media only screen and (min-width: 512px) {
    .blog-banner--overview-top .blog-banner__overlay {
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent); } }
  @media only screen and (min-width: 512px) {
    .blog-banner--overview-top:hover .blog-banner__overlay:before {
      opacity: 0; } }
  .blog-banner--readmore {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: calc((64px * 8 - 2 * 0.625rem) / 2 - 16px);
    margin: 1rem 0.625rem;
    padding: 2rem; }
    @media only screen and (min-width: 512px) {
      .blog-banner--readmore {
        max-width: calc(50% - 2 * 0.625rem); } }
    @media only screen and (min-width: 640px) {
      .blog-banner--readmore {
        margin: 1rem 0.9375rem;
        max-width: calc(50% - 2 * 0.9375rem); } }

.blog-banner-clean {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: solid 1px #eaeaea;
  background-color: #ffffff;
  -webkit-column-break-inside: avoid;
          break-inside: avoid; }
  .blog-banner-clean--bg-image {
    min-height: 150px;
    padding-left: 110px;
    background: url("/app/images/persons/elma_404_500.png") no-repeat left bottom;
    background-size: 90px; }
    @media only screen and (min-width: 512px) and (max-width: 639px) {
      .blog-banner-clean--bg-image {
        padding-left: 1rem;
        background: none; } }
  .blog-banner-clean__content-title {
    display: block;
    margin-bottom: 1rem;
    color: #000; }
  .blog-banner-clean__text-link:before {
    display: inline-block;
    margin-right: 5px;
    content: '\f105';
    font-family: 'FontAwesome'; }

.blog-banner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.5rem; }
  .blog-banner-content__category {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background-color: #ffffff;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase; }
  .blog-banner-content__title {
    display: block;
    color: #ffffff;
    text-overflow: ellipsis;
    margin-top: 1rem;
    margin-bottom: 0; }
    .blog-banner-content__title--clamped {
      display: block;
      display: -webkit-box;
      overflow: hidden;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      -webkit-line-clamp: 3; }
    .blog-banner-content__title--solid-bg {
      display: inline;
      width: 100%;
      padding: 0.45rem 0;
      color: #19579c;
      line-height: 2.1rem;
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone;
      background: #ffffff;
      box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
      border-bottom: solid 0.2rem #ffffff; }
    @media only screen and (min-width: 512px) {
      .blog-banner--overview-top .blog-banner-content__title {
        margin: 1rem 0;
        color: #19579c;
        font-size: 1.8rem; }
        .blog-banner--overview-top .blog-banner-content__title:hover {
          color: #19579c;
          text-decoration: none; } }
  .blog-banner-content__link:hover {
    text-decoration: none; }
  .blog-banner-content__button {
    display: none;
    margin: 0; }
    @media only screen and (min-width: 512px) {
      .blog-banner-content__button {
        display: inline-block; } }
    .blog-banner--readmore .blog-banner-content__button {
      position: absolute;
      display: block;
      right: 0;
      bottom: 0;
      margin: 0; }
  @media only screen and (min-width: 512px) {
    .blog-banner--overview-top .blog-banner-content {
      position: relative;
      width: 50%; } }
  .blog-banner--readmore .blog-banner-content {
    position: relative;
    height: 100%;
    padding: 0 0 75px 0; }

.blog-banner-mail {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px;
  background-color: #1b5faa; }
  .blog-banner-mail--inverted {
    background-color: #eaeaea; }
  @media only screen and (min-width: 1152px) {
    .blog-banner-mail {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 30px 0; } }
  .blog-banner-mail__title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1152px) {
      .blog-banner-mail__title-wrapper {
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 25px;
        margin-bottom: 0; } }
    .blog-banner-mail__title-wrapper--inverted {
      color: #1b5faa; }
  .blog-banner-mail__main-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0; }
  .blog-banner-mail__sub-title {
    font-weight: 300; }
  @media only screen and (min-width: 1152px) {
    .blog-banner-mail__sign-up-wrapper {
      margin-left: 25px; } }
  .blog-banner-mail__sign-up-form-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .blog-banner-mail__sign-up-form-wrapper {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media only screen and (min-width: 1152px) {
      .blog-banner-mail__sign-up-form-wrapper {
        width: auto;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .blog-banner-mail__textbox-wrapper {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 640px) {
      .blog-banner-mail__textbox-wrapper {
        max-width: 300px; } }
  .blog-banner-mail__textbox .form-textbox.blog-banner-mail__textbox, .blog-banner-mail__textbox .form-textbox__input-wrapper, .blog-banner-mail__textbox .input-text {
    width: 100%; }
  .blog-banner-mail__textbox .input-text {
    height: 43px;
    font-size: 16px;
    font-weight: 300;
    color: #282828; }
    @media only screen and (min-width: 640px) {
      .blog-banner-mail__textbox .input-text {
        width: 300px; } }
  .blog-banner-mail__input-feedback {
    font-size: 12px;
    color: #ffffff;
    margin-top: 5px; }
    .blog-banner-mail__input-feedback--inverted {
      color: #282828; }
  .blog-banner-mail__button-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 10px; }
    @media only screen and (min-width: 640px) {
      .blog-banner-mail__button-wrapper {
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-top: 0; } }
    @media only screen and (min-width: 1152px) {
      .blog-banner-mail__button-wrapper {
        width: auto; } }
  .blog-banner-mail__button {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-bottom: 0;
    margin-right: 10px; }
    .blog-banner-mail__button:last-of-type {
      margin-right: 0; }
    @media only screen and (min-width: 640px) {
      .blog-banner-mail__button {
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        margin-right: 0;
        margin-left: 10px; } }

.blog-card-small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 30px 0;
  position: relative;
  color: initial; }
  .blog-card-small:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  .blog-card-small:hover {
    cursor: pointer;
    text-decoration: none;
    color: initial; }
  .blog-card-small:hover:after {
    opacity: 1; }
  @media only screen and (min-width: 704px) {
    .blog-card-small {
      -webkit-flex: 0 0 calc((100% / 3) - 20px);
          -ms-flex: 0 0 calc((100% / 3) - 20px);
              flex: 0 0 calc((100% / 3) - 20px);
      margin: 0 30px 0 0; } }
  .blog-card-small--related-post {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0 30px; }
    .blog-card-small--related-post:last-of-type {
      margin-bottom: 0; }
    @media only screen and (min-width: 704px) {
      .blog-card-small--related-post {
        margin: 0 15px 0 0; }
        .blog-card-small--related-post:last-of-type {
          margin-right: 0; } }
    @media only screen and (min-width: 960px) {
      .blog-card-small--related-post {
        margin: 0 30px 0 0;
        -webkit-flex: 1 1 30%;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%;
        max-width: calc(100% / 3); } }
  .blog-card-small--homepage {
    margin: 0 0 30px 0; }
    @media only screen and (min-width: 640px) {
      .blog-card-small--homepage {
        -webkit-flex: 1 0 40%;
            -ms-flex: 1 0 40%;
                flex: 1 0 40%;
        max-width: calc((100% / 2) - 20px);
        margin: 0 30px 30px 0; }
        .blog-card-small--homepage:nth-of-type(2n) {
          margin-right: 0; } }
    @media only screen and (min-width: 960px) {
      .blog-card-small--homepage {
        -webkit-flex: 1 0 30%;
            -ms-flex: 1 0 30%;
                flex: 1 0 30%;
        max-width: calc((100% / 3) - 20px);
        margin: 0 30px 30px 0; }
        .blog-card-small--homepage:nth-of-type(2n) {
          margin-right: 30px; }
        .blog-card-small--homepage:nth-of-type(3n) {
          margin-right: 0; } }
  .blog-card-small__featured-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 140px;
    width: 100%;
    padding: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .blog-card-small__content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 20px;
    border: 1px solid #F3F3F3; }
  .blog-card-small__title {
    font-size: 16px;
    font-weight: 700;
    color: #1b5faa;
    margin-bottom: 10px; }
  .blog-card-small__read-more {
    color: #1b5faa; }
    .blog-card-small__read-more:hover {
      text-decoration: underline; }

.blog-category-label {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: 20px;
  background-color: #1b5faa; }
  .blog-category-label--inverted {
    color: #1b5faa;
    background-color: #ffffff; }

.blog-content {
  position: relative;
  max-width: 50rem;
  margin: auto;
  margin-top: -3rem;
  padding: 2rem 2rem 0;
  background-color: #ffffff; }
  .blog-content h3 {
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.6rem; }
  .blog-content__category {
    position: absolute;
    top: 0;
    right: 2rem;
    padding: 0.35rem 0.75rem;
    background-color: #f3f3f3;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase; }
  .blog-content__author {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #aaa; }
  .blog-content__profile-picture {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    border-radius: 50%;
    background-color: #f3f3f3; }
  .blog-content__title {
    margin: 1rem 0;
    color: #19579c;
    letter-spacing: 0; }
  .blog-content__text {
    margin-bottom: 30px; }

.blog-detail__top-image {
  width: 100%;
  min-height: 250px;
  margin-top: 1rem;
  background-color: #f3f3f3;
  background-position: center;
  background-size: cover; }
  @media only screen and (min-width: 512px) {
    .blog-detail__top-image {
      padding: 2rem; } }

.blog-detail__container-readmore {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.blog-detail__container-readmore-header {
  width: 100%;
  margin: 2rem 0.625rem 0 0.625rem;
  padding: 0 0 0.5rem;
  border-bottom: solid 1px #f3f3f3;
  color: #19579c; }
  @media only screen and (min-width: 640px) {
    .blog-detail__container-readmore-header {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.blog-help-banner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% + 4rem);
  margin: 4rem -2rem 0 -2rem;
  padding: 1.5rem 2rem;
  background-color: #f3f3f3; }
  @media only screen and (min-width: 512px) {
    .blog-help-banner {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .blog-help-banner__title {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 250px;
    margin: 0.5rem 0;
    padding-right: 1rem;
    color: #000;
    font-size: 0.9rem;
    font-weight: normal; }
  .blog-help-banner__buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -0.5rem; }
    @media only screen and (min-width: 512px) {
      .blog-help-banner__buttons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
  .blog-help-banner__button {
    display: inline-block;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 200px;
    margin: 0.5rem;
    white-space: nowrap; }
    @media only screen and (min-width: 512px) {
      .blog-help-banner__button {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media only screen and (min-width: 576px) {
      .blog-help-banner__button {
        min-width: 250px; } }

.blog-home {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -30px; }
  .blog-home__content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 1280px;
    padding: 0 15px; }
  .blog-home__hero {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 576px) {
      .blog-home__hero {
        margin-bottom: 50px; } }
  .blog-home__hero-overlay {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .blog-home__featured-post {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 30px 0;
    color: #ffffff; }
    @media only screen and (min-width: 512px) {
      .blog-home__featured-post {
        max-width: 400px;
        margin-left: 5%; } }
  .blog-home__featured-post-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.357;
    margin-bottom: 20px; }
  .blog-home__featured-post-excerpt {
    max-width: 100%;
    font-size: 14px; }
  .blog-home__featured-post-button {
    margin: 0; }
  .blog-home__filter-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 50px;
    background-color: #F3F3F3; }
    @media only screen and (min-width: 576px) {
      .blog-home__filter-wrapper {
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.5); } }
  .blog-home__filter {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0; }
  .blog-home__filter-form {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #282828; }
    @media only screen and (min-width: 576px) {
      .blog-home__filter-form {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        color: #ffffff; } }
  .blog-home__filter-input-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media only screen and (min-width: 448px) {
      .blog-home__filter-input-wrapper {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 576px) {
      .blog-home__filter-input-wrapper {
        width: auto;
        margin-bottom: 0; } }
  .blog-home__filter-dropdown {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    padding: 12px 12px 12px 16px;
    margin: 10px 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: center right 8px; }
    @media only screen and (min-width: 448px) {
      .blog-home__filter-dropdown {
        width: auto;
        margin: 0 0 0 30px; } }
    @media only screen and (min-width: 576px) {
      .blog-home__filter-dropdown {
        width: 250px;
        margin: 0 30px; } }
  .blog-home__filter-button {
    width: 100%;
    margin-bottom: 0; }
    @media only screen and (min-width: 576px) {
      .blog-home__filter-button {
        width: auto; } }
  .blog-home__filter-label-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 300; }
  .blog-home__filter-label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-left: 20px;
    background-color: #1b5faa;
    color: #ffffff; }
    .blog-home__filter-label:hover {
      cursor: pointer; }
  .blog-home__filter-icon {
    width: 9px;
    height: 9px;
    fill: #ffffff;
    margin-top: -1px;
    margin-left: 10px; }
  .blog-home__posts-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .blog-home__posts-wrapper:last-of-type {
      margin-bottom: 20px; }
  .blog-home__load-more-button {
    margin-bottom: 50px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }

.blog-overview__heading-h1 {
  margin: 0.5rem 0 1.5rem 0; }

.blog-overview__masonry {
  width: 100%;
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem; }
  @media only screen and (min-width: 512px) {
    .blog-overview__masonry {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media only screen and (min-width: 1024px) {
    .blog-overview__masonry {
      -webkit-column-count: 3;
              column-count: 3; } }

.blog-post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog-post__featured-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 512px) {
      .blog-post__featured-image {
        height: 300px; } }
  .blog-post__page-content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 930px; }
  .blog-post__post-content-wrapper {
    width: 100%;
    max-width: 770px;
    padding: 15px 15px 0;
    background-color: #ffffff; }
    @media only screen and (min-width: 512px) {
      .blog-post__post-content-wrapper {
        width: calc(100% - 30px);
        margin: -100px 15px 0; } }
    @media only screen and (min-width: 832px) {
      .blog-post__post-content-wrapper {
        width: 100%;
        margin: -100px 0 0;
        padding: 30px 30px 0; } }
  .blog-post__post-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px; }
  .blog-post__author-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .blog-post__author-image {
    width: 36px;
    height: 36px;
    margin-right: 15px;
    border-radius: 18px; }
  .blog-post__category {
    font-size: 12px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-bottom: 20px;
    background-color: #1b5faa; }
  .blog-post__title {
    font-size: 28px;
    font-weight: 600;
    color: #1b5faa;
    max-width: 100%;
    margin-bottom: 20px; }
  .blog-post__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .blog-post__share-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px 0; }
  .blog-post__share-title {
    font-size: 13px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 10px; }
  .blog-post__social-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .blog-post__social-list-item {
    height: 40px;
    margin-right: 10px; }
    .blog-post__social-list-item:last-of-type {
      margin-right: 0; }
  .blog-post__social-icon {
    width: 40px;
    height: 40px; }
    .blog-post__social-icon--facebook {
      fill: #29487D; }
    .blog-post__social-icon--twitter {
      fill: #1CA1F1; }
    .blog-post__social-icon--linkedin {
      fill: #0277B5; }
    .blog-post__social-icon--mail {
      fill: #515151; }
  .blog-post__content-divider {
    width: 100%;
    border-bottom: 1px solid #D8D8D8; }
  .blog-post__related-posts-wrapper {
    width: 100%;
    margin: 30px 0; }
    @media only screen and (min-width: 704px) {
      .blog-post__related-posts-wrapper {
        margin: 30px 0 100px; } }
  .blog-post__related-posts-title {
    margin: 0 15px 20px; }
    @media only screen and (min-width: 960px) {
      .blog-post__related-posts-title {
        margin: 0 0 20px; } }
  .blog-post__related-posts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 15px; }
    @media only screen and (min-width: 704px) {
      .blog-post__related-posts {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media only screen and (min-width: 960px) {
      .blog-post__related-posts {
        margin: 0; } }

.logo-seo-items__flex {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (min-width: 640px) {
    .logo-seo-items__flex {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.logo-seo-items__flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .logo-seo-items--labels .logo-seo-items__flex-container {
    margin: 0 auto; }

.logo-seo-items__flex-item {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 50%; }
  @media only screen and (min-width: 640px) {
    .logo-seo-items__flex-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media only screen and (min-width: 640px) {
    .logo-seo-items__flex-item {
      width: 25%; } }
  @media only screen and (min-width: 1024px) {
    .logo-seo-items__flex-item {
      width: 16.66667%; } }
  .logo-seo-items--supply-overview .logo-seo-items__flex-item {
    width: 50%; }
    @media only screen and (min-width: 640px) {
      .logo-seo-items--supply-overview .logo-seo-items__flex-item {
        width: 33.33333%; } }
    @media only screen and (min-width: 896px) {
      .logo-seo-items--supply-overview .logo-seo-items__flex-item {
        width: 25%; } }
  .logo-seo-items--labels .logo-seo-items__flex-item {
    width: 50%; }
    @media only screen and (min-width: 640px) {
      .logo-seo-items--labels .logo-seo-items__flex-item {
        width: 33.33333%; } }
    @media only screen and (min-width: 896px) {
      .logo-seo-items--labels .logo-seo-items__flex-item {
        width: 25%; } }

.logo-seo-items__image-link {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 5px;
  border: 1px solid #f3f3f3; }
  .logo-seo-items__image-link:hover {
    border-color: #1b5faa; }

.logo-seo-items__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 70%; }

.logo-seo-items__text-link {
  display: block;
  min-height: 44px;
  margin-bottom: 10px; }
  .logo-seo-items__text-link .fa {
    margin-right: 5px;
    font-size: 13px; }

.block-promo-helpers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f3f3f3;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 640px) {
    .block-promo-helpers {
      height: 100%; } }
  .block-promo-helpers div {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .block-promo-helpers__img {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    min-width: 200px;
    text-align: center;
    display: none; }
    @media only screen and (min-width: 576px) {
      .block-promo-helpers__img {
        display: block;
        width: 200px; } }
    @media only screen and (min-width: 640px) {
      .block-promo-helpers__img {
        display: none; } }
    @media only screen and (min-width: 1024px) {
      .block-promo-helpers__img {
        display: block; } }
    .block-promo-helpers__img img {
      margin-top: 1rem; }
  .block-promo-helpers__content {
    padding: 2rem 1rem 1rem 1rem;
    width: 100%;
    -webkit-flex: 3 1 auto;
        -ms-flex: 3 1 auto;
            flex: 3 1 auto; }
  .block-promo-helpers .button {
    margin-right: 1rem;
    float: left; }
  .block-promo-helpers__button-alternative {
    display: inline-block;
    line-height: 2.7rem;
    white-space: nowrap;
    margin-bottom: 0; }

.bundle-contents-table.table--foundation tbody tr:nth-child(odd) {
  background-color: #efefef; }

.bundle-contents-table.table--foundation tbody tr:nth-child(even) {
  background-color: #fff; }

.productDetail__row--printer .bundle-contents-table td {
  width: 60%; }
  .productDetail__row--printer .bundle-contents-table td:first-child {
    width: 40%; }

.supply-detail .bundle-contents-table {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  white-space: nowrap; }

.productDetail__row--printerdeal .bundle-contents-table {
  white-space: nowrap; }
  .productDetail__row--printerdeal .bundle-contents-table .fa {
    font-size: 17px; }
  .productDetail__row--printerdeal .bundle-contents-table tbody tr:first-child {
    font-weight: bold; }

.bundle-contents-table__product-name {
  display: table;
  width: 100%;
  table-layout: fixed; }

.bundle-contents-table__swatch .color-swatch__wrap--labels {
  position: relative;
  top: 0;
  left: 0; }
  .bundle-contents-table__swatch .color-swatch__wrap--labels .color-swatch {
    margin: 0; }
  .bundle-contents-table__swatch .color-swatch__wrap--labels .color-swatch__color {
    width: 18px;
    height: 18px; }
  .bundle-contents-table__swatch .color-swatch__wrap--labels .color-swatch__text {
    display: block;
    padding-left: 1px;
    font-size: 12px;
    line-height: 18px; }

.bx-wrapper {
  position: relative;
  padding: 29px 0;
  border-top: 1px solid #f3f3f3; }
  .bx-wrapper .shippable {
    display: none; }

.bx-prev,
.bx-next {
  box-shadow: inset 0 -5px 0 0 #eaeaea;
  transition: box-shadow .5s;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 1000%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: block;
  background-color: #f3f3f3; }
  .bx-prev:hover,
  .bx-next:hover {
    background-color: #f3f3f3;
    box-shadow: inset 0 -40px 0 0 #eaeaea; }
  .bx-prev:before,
  .bx-next:before {
    position: absolute;
    left: 17px;
    top: 7px;
    text-indent: initial;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #000; }

.bx-prev {
  left: -60px; }
  .bx-prev:before {
    content: '\f104'; }

.bx-next {
  right: -60px; }
  .bx-next:before {
    content: '\f105'; }

@media only screen and (max-width: 1400px) {
  .bx-prev,
  .bx-next {
    display: none; } }

.cta-home .heading {
  margin-bottom: 0;
  font-size: 19px; }
  @media only screen and (max-width: 1270px) {
    .cta-home .heading {
      font-size: 17px; } }
  @media only screen and (max-width: 1160px) {
    .cta-home .heading {
      font-size: 15px; } }
  @media only screen and (max-width: 1070px) {
    .cta-home .heading {
      font-size: 14px; } }

.cta-home__bodytext {
  margin-bottom: 0; }

.cta-home__column {
  position: relative;
  padding: 14px 12px 10px 85px; }
  @media only screen and (max-width: 1270px) {
    .cta-home__column {
      padding: 12px !important; }
      .cta-home__column:before {
        display: none; } }
  .cta-home__column .fa {
    margin-left: 7px;
    font-size: 13px; }
    @media only screen and (max-width: 1160px) {
      .cta-home__column .fa {
        display: none; } }
  .cta-home__column--aboutus {
    padding-left: 65px; }
    .cta-home__column--aboutus:before {
      background-image: url(../../images/persons/home-mitchel.png);
      background-repeat: no-repeat;
      background-size: 58px 88px;
      position: absolute;
      bottom: 0px;
      left: -3px;
      width: 58px;
      height: 88px; }
  .cta-home__column--inkt:before {
    background-position: -178px -323px; }
  .cta-home__column--service {
    padding-left: 72px; }
    .cta-home__column--service:before {
      width: 66px;
      background-position: -178px -323px; }
  .cta-home__column--housebrand {
    padding-left: 65px; }
    .cta-home__column--housebrand:before {
      background-image: url(../../images/cartridges-home.png);
      background-repeat: no-repeat;
      background-size: 85px 85px;
      position: absolute;
      bottom: -10px;
      left: -19px;
      width: 85px;
      height: 85px; }
  .cta-home__column--shopAward {
    padding-left: 80px; }
    .cta-home__column--shopAward:before {
      bottom: -22px;
      width: 67px;
      height: 112px;
      background-image: url(../../images/shopping-awards-small.png);
      background-position: 0 0;
      background-size: 67px 112px; }
  .cta-home__column--customers {
    padding: 12px 15px; }
    .cta-home__column--customers .fa {
      margin-right: 3px;
      margin-left: 0;
      color: #f3c81d;
      font-size: 17px; }
      .cta-home__column--customers .fa:last-child {
        margin-right: 10px; }

.cart-button {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px; }
  .header--sticky .cart-button {
    display: block;
    min-height: 38px; }
  .cart-button__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .cart-button__column--left {
    padding-right: 12px;
    color: #000;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .cart-button__column--left {
        display: none; } }
  .cart-button__column--right {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 767px) {
      .cart-button__column--right {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        width: 55px;
        height: 55px;
        margin-right: -5px; }
        .cart-button__column--right .pa-icon--shopping-cart {
          margin-right: 4px; } }
  .cart-button__icon-wrapper {
    position: relative; }
  .cart-button__txt-line--tiny {
    font-size: 11px;
    line-height: 1em; }
  .cart-button__txt-line--large {
    font-size: 19px;
    line-height: 1.3em; }
  .cart-button__quantity {
    position: absolute;
    top: 3px;
    left: 6px;
    width: 24px;
    color: #1b5faa;
    font-size: 11px;
    font-weight: 200;
    line-height: 14px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .cart-button__quantity {
        top: 5px;
        left: 9px; } }
  .cart-button .pa-icon--shopping-cart {
    width: 30px;
    height: 27px;
    fill: #1b5faa; }
    @media only screen and (min-width: 768px) {
      .cart-button .pa-icon--shopping-cart {
        width: 37px;
        height: 33px; } }

.cart-coupon__accordion {
  padding: .25rem 25px 1rem; }
  @media only screen and (min-width: 640px) {
    .cart-coupon__accordion {
      padding: .25rem 1rem 1rem; } }

.cart-coupon__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  background-color: #f8f8f8; }
  .cart-coupon__content--valid-code {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 25px 0 21px;
    color: #4cae4c; }
    @media only screen and (min-width: 640px) {
      .cart-coupon__content--valid-code {
        padding: 0 1.25rem 0 .75rem; } }

.cart-coupon__title-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 25px;
  cursor: pointer;
  color: #000; }
  @media only screen and (min-width: 640px) {
    .cart-coupon__title-wrapper {
      padding: .5rem 1.25rem; } }

.cart-coupon__input-icon {
  width: 10px;
  height: 12px;
  margin-right: 10px;
  fill: #000; }
  .cart-coupon__input-icon--active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.cart-coupon__input-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .cart-coupon__input-wrapper .form-textbox {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border: 1px solid #c8c7c7; }
    .cart-coupon__input-wrapper .form-textbox .input-text {
      width: 100%;
      height: 41px;
      color: #000000;
      font-weight: 200; }
      @media only screen and (max-width: 639px) {
        .cart-coupon__input-wrapper .form-textbox .input-text {
          font-size: 16px; } }

.cart-coupon__input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 10px; }

.cart-coupon__error-message {
  margin-top: .5rem;
  color: #d9534f; }

.cart-coupon__button {
  margin-bottom: 0; }

.cart-coupon__remove {
  padding: .5rem;
  border: none;
  background: none;
  color: #aaa;
  font-family: 'FontAwesome';
  font-size: 24px; }
  .cart-coupon__remove:hover {
    cursor: pointer;
    color: #d9534f; }

.cart-flow__flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 1024px) {
    .cart-flow__flex:after {
      position: absolute;
      bottom: -30px;
      left: 0;
      display: block;
      width: 187px;
      height: 303px;
      background-image: url(../../images/persons/cart-mitchel.png);
      content: ''; } }

.cart-flow__flex-item {
  -webkit-flex: 0 0 704px;
      -ms-flex: 0 0 704px;
          flex: 0 0 704px;
  max-width: 100%; }

.cart-paymentType {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding: calc(20px - 1rem) 20px 20px 135px;
  border: 1px solid #f3f3f3; }
  .cart-paymentType:before {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #f3f3f3;
    background-color: #f3f3f3;
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .cart-paymentType:hover {
    border-color: #1b5faa;
    background-color: #ffffff;
    cursor: pointer; }
    .cart-paymentType:hover:before {
      background-color: #efefef; }
  .cart-paymentType.selected {
    height: auto;
    border-color: #1b5faa;
    background-color: #f3f3f3; }
    .cart-paymentType.selected:hover {
      background-color: #efefef; }
    .cart-paymentType.selected:before {
      border-color: #ffffff;
      background-color: #1b5faa; }
    .cart-paymentType.selected:hover:before {
      border-color: #ffffff;
      background-color: #1b5faa; }
    .cart-paymentType.selected .cart-paymentType-subtitle {
      background-color: #1b5faa;
      color: #fff;
      text-transform: uppercase; }
    .cart-paymentType.selected .cart-on-with-order {
      display: inline-block; }
  .cart-paymentType__content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(110px + 1rem); }
  .cart-paymentType__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .cart-paymentType__description {
    display: block;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 43px;
    margin: 1rem 0 0; }
    .cart-paymentType__description p {
      margin-bottom: 0; }
  .cart-paymentType__description2 {
    margin: 1rem 0;
    padding-bottom: 0.8rem; }
  .cart-paymentType .form-select__wrapper {
    max-width: 320px;
    margin-top: 1rem;
    margin-bottom: 0; }
    .cart-paymentType .form-select__wrapper .form-select {
      margin-bottom: 0; }
  .cart-paymentType .cart-on-with-order {
    display: none;
    margin-left: 1rem; }
  .cart-paymentType__form-buttons {
    margin: 1rem 0 0; }
    .cart-paymentType__form-buttons .button {
      margin-bottom: 0; }
  .cart-paymentType--invoice.selected .cart-paymentType__description2 {
    -webkit-animation: pulse linear .75s 3;
            animation: pulse linear .75s 3; }

@-webkit-keyframes pulse {
  0% {
    background-color: #1b5faa; }
  50% {
    background-color: #8bb9ed; }
  100% {
    background-color: #1b5faa; } }

@keyframes pulse {
  0% {
    background-color: #1b5faa; }
  50% {
    background-color: #8bb9ed; }
  100% {
    background-color: #1b5faa; } }
  .cart-paymentType--invoice .cart-paymentType__description2 {
    padding: 10px 15px;
    background-color: #1b5faa;
    color: #ffffff;
    font-weight: bold; }
  .cart-paymentType-subtitle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #f3f3f3;
    text-transform: uppercase; }
  .cart-paymentType-logo {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.cart-warning {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #1b5faa;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px; }
  .cart-warning__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.choose-country__button {
  line-height: 31px; }

.choose-country__heading {
  max-width: 550px;
  padding-right: 50px; }

.choose-country .pa-icon--flag-1x1 {
  width: 70px;
  height: 70px;
  margin: 20px 0 15px 0;
  border-radius: 50%; }

.choose-country .pa-icon--flag-4x3 {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  margin-bottom: 2px;
  vertical-align: middle; }

.choose-country .pa-icon--flag-4x3.pa-icon--flag-nl {
  box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2); }

.choose-country .modal__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.choose-country .modal__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px; }

.choose-country .modal__link {
  padding-right: 4px; }

.colorBar-grey {
  display: block;
  width: 100%;
  padding: 15px 30px 5px;
  background-color: #f3f3f3;
  overflow: hidden;
  margin-bottom: 20px; }
  .colorBar-grey .bodytext {
    display: block;
    float: left;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 200;
    padding-bottom: 10px; }
    .colorBar-grey .bodytext:last-child {
      margin-right: 0; }

.color-swatch {
  display: block;
  float: left;
  margin: 0 10px 10px 0; }
  .color-swatch__bundle-wrap {
    display: block;
    max-width: 84px;
    float: left; }
    .color-swatch__bundle-wrap .color-swatch {
      margin-bottom: 10px; }
  .color-swatch__color {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0; }
    .color-swatch__color--all {
      position: relative;
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
      .color-swatch__color--all:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        content: '';
        background-color: #ffed00;
        /* Old browsers */
        background: linear-gradient(to right, #ffed00 0%, #ffed00 50%, #e6007e 50%, #e6007e 100%); }
    .color-swatch__color--black {
      background-color: #000; }
    .color-swatch__color--black-colors {
      position: relative;
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
      .color-swatch__color--black-colors:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        content: '';
        background-color: #e6007e;
        /* Old browsers */
        background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #ffed00 50%, #ffed00 100%); }
    .color-swatch__color--black-cyan {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
    .color-swatch__color--black-cyan-magenta {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 33%, #009fe3 33%, #009fe3 67%, #e6007e 67%, #e6007e 100%); }
    .color-swatch__color--black-lightgray {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #e1e1e1 50%, #e1e1e1 100%); }
    .color-swatch__color--black-magenta {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #e6007e 50%, #e6007e 100%); }
    .color-swatch__color--black-red {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #ff2600 50%, #ff2600 100%); }
    .color-swatch__color--black-red-blue {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 33%, #ff2600 33%, #ff2600 67%, #0533ff 67%, #0533ff 100%); }
    .color-swatch__color--black-yellow {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #ffed00 50%, #ffed00 100%); }
    .color-swatch__color--blue {
      background-color: #0533ff; }
    .color-swatch__color--blue-green {
      background-color: #0533ff;
      /* Old browsers */
      background: linear-gradient(to right, #0533ff 0%, #0533ff 50%, #41b81e 50%, #41b81e 100%); }
    .color-swatch__color--color {
      background: linear-gradient(to right, red, orange, yellow, #4cae4c, blue, violet); }
    .color-swatch__color--cyan {
      background-color: #009fe3; }
    .color-swatch__color--cyan-lightcyan {
      background-color: #009fe3;
      /* Old browsers */
      background: linear-gradient(to right, #009fe3 0%, #009fe3 50%, #72daf4 50%, #72daf4 100%); }
    .color-swatch__color--cyan-magenta {
      background-color: #009fe3;
      /* Old browsers */
      background: linear-gradient(to right, #009fe3 0%, #009fe3 50%, #e6007e 50%, #e6007e 100%); }
    .color-swatch__color--darkgray {
      background-color: #a2a2a2; }
    .color-swatch__color--five-colors, .color-swatch__color--six-colors {
      background: linear-gradient(to right, red, orange, yellow, #4cae4c, blue, violet); }
    .color-swatch__color--four-colors, .color-swatch__color--black-three-colors {
      position: relative;
      background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
      .color-swatch__color--four-colors:after, .color-swatch__color--black-three-colors:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to right, #ffed00 0%, #ffed00 50%, #e6007e 50%, #e6007e 100%);
        content: ''; }
    .color-swatch__color--gold {
      background: linear-gradient(to right, #fdd68d 0%, #cca265 100%); }
    .color-swatch__color--gray {
      background-color: #a2a2a2; }
    .color-swatch__color--gray-photo-black {
      background-color: #a2a2a2;
      /* Old browsers */
      background: linear-gradient(to right, #a2a2a2 0%, #a2a2a2 50%, #020202 50%, #020202 100%); }
    .color-swatch__color--green {
      background-color: #41b81e; }
    .color-swatch__color--lightblack, .color-swatch__color--light-lightblack {
      background-color: #a2a2a2; }
    .color-swatch__color--lightcyan {
      background-color: #72daf4; }
    .color-swatch__color--lightcyan-lightmagenta {
      background-color: #72daf4;
      /* Old browsers */
      background: linear-gradient(to right, #72daf4 0%, #72daf4 50%, #f9bfd7 50%, #f9bfd7 100%); }
    .color-swatch__color--lightgray {
      background-color: #e1e1e1; }
    .color-swatch__color--lightmagenta {
      background-color: #f9bfd7; }
    .color-swatch__color--magenta {
      background-color: #e6007e; }
    .color-swatch__color--magenta-cyan {
      background-color: #e6007e;
      /* Old browsers */
      background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #009fe3 50%, #009fe3 100%); }
    .color-swatch__color--magenta-lightmagenta {
      background-color: #e6007e;
      /* Old browsers */
      background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #f9bfd7 50%, #f9bfd7 100%); }
    .color-swatch__color--metal {
      background-color: #d8d8d8; }
    .color-swatch__color--metallic {
      background: linear-gradient(to right, #eeeeee 0%, #d8d8d8 100%); }
    .color-swatch__color--magenta-yellow {
      background-color: #e6007e;
      /* Old browsers */
      background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #ffed00 50%, #ffed00 100%); }
    .color-swatch__color--mattblack {
      background-color: #020202; }
    .color-swatch__color--mattblack-cyan {
      background-color: #020202;
      /* Old browsers */
      background: linear-gradient(to right, #020202 0%, #020202 50%, #009fe3 50%, #009fe3 100%); }
    .color-swatch__color--mattblack-red {
      background-color: #020202;
      /* Old browsers */
      background: linear-gradient(to right, #020202 0%, #020202 50%, #ff2600 50%, #ff2600 100%); }
    .color-swatch__color--mattblack-yellow {
      background-color: #020202;
      /* Old browsers */
      background: linear-gradient(to right, #020202 0%, #020202 50%, #ffed00 50%, #ffed00 100%); }
    .color-swatch__color--orange {
      background-color: #ff8900; }
    .color-swatch__color--other {
      background: linear-gradient(to right, #f9bfd7 0%, #f9bfd7 20%, #ff8900 20%, #ff8900 40%, #ff2600 40%, #ff2600 60%, #41b81e 60%, #41b81e 80%, #0533ff 80%, #0533ff 100%); }
    .color-swatch__color--paper > svg, .color-swatch__color--cable > svg {
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      fill: #1b5faa; }
    .color-swatch__color--photoblue {
      background-color: #0533ff; }
    .color-swatch__color--photoblack {
      background-color: #020202; }
    .color-swatch__color--photoblack-lightgray {
      background-color: #020202;
      /* Old browsers */
      background: linear-gradient(to right, #020202 0%, #020202 50%, #e1e1e1 50%, #e1e1e1 100%); }
    .color-swatch__color--photocolor {
      background-color: #72daf4;
      /* Old browsers */
      background: linear-gradient(to right, #72daf4 0%, #72daf4 33%, #f9bfd7 33%, #f9bfd7 67%, #000 67%, #000 100%); }
    .color-swatch__color--photocyan {
      background-color: #009fe3; }
    .color-swatch__color--photogray {
      background-color: #a2a2a2; }
    .color-swatch__color--photomagenta {
      background-color: #e6007e; }
    .color-swatch__color--photoyellow {
      background-color: #ffed00; }
    .color-swatch__color--pgkb-black {
      background-color: #000; }
    .color-swatch__color--pigment-black {
      background-color: #000; }
    .color-swatch__color--purple {
      background-color: #663399; }
    .color-swatch__color--red, .color-swatch__color--chromatic-red {
      background-color: #ff2600; }
    .color-swatch__color--service:after {
      content: '\f013';
      color: #1b5faa;
      font-family: 'FontAwesome';
      font-size: 19px; }
    .color-swatch__color--three-colors {
      background: linear-gradient(to right, #00bcf2 0%, #00bcf2 33%, #fcf000 33%, #fcf000 66%, #f22e9b 66%, #f22e9b 100%); }
    .color-swatch__color--transparent {
      border: 1px solid #f3f3f3;
      background-color: white;
      background-image: linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3 100%), linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3 100%);
      background-position: 4px 0, 0 4px;
      background-size: 8px 8px; }
    .color-swatch__color--uvblack {
      background-color: #020202; }
    .color-swatch__color--uvcyan {
      background-color: #009fe3; }
    .color-swatch__color--uvlightcyan {
      background-color: #72daf4; }
    .color-swatch__color--uvlightmagenta {
      background-color: #f9bfd7; }
    .color-swatch__color--uvmagenta {
      background-color: #e6007e; }
    .color-swatch__color--uvyellow {
      background-color: #ffed00; }
    .color-swatch__color--white {
      border: 1px solid #f3f3f3;
      background-color: #fff; }
    .color-swatch__color--yellow {
      background-color: #ffed00; }
    .color-swatch__color--yellow-lightcyan-magenta {
      background-color: #ffed00;
      /* Old browsers */
      background: linear-gradient(to right, #ffed00 0%, #ffed00 33%, #72daf4 33%, #72daf4 67%, #f9bfd7 67%, #f9bfd7 100%); }
  .color-swatch__color-label::first-letter {
    text-transform: capitalize; }
  .color-swatch__group {
    max-width: 60px; }
    .color-swatch__group .color-swatch {
      margin: 0 8px 8px 0; }
    .color-swatch__group .color-swatch__color {
      width: 22px;
      height: 22px; }
    .color-swatch__group--pos-a {
      position: absolute;
      top: 0;
      left: 0; }
    .color-swatch__group--small {
      max-width: 40px; }
      .color-swatch__group--small .color-swatch {
        margin: 0 4px 4px 0; }
      .color-swatch__group--small .color-swatch__color {
        width: 16px;
        height: 16px; }
  .color-swatch__text {
    display: inline-block;
    width: 100%;
    color: transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center; }
    .color-swatch__text--black {
      color: #000; }
    .color-swatch__text--blue {
      color: #0533ff; }
    .color-swatch__text--gold {
      color: #ffce72; }
    .color-swatch__text--red {
      color: #ff2600; }
    .color-swatch__text--white {
      color: #fff; }
  .color-swatch__wrap {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    max-width: 84px; }
    .color-swatch__wrap--labels {
      left: 5px; }

.column-stamp {
  position: relative; }
  .column-stamp:before {
    border-radius: 35px 35px 35px 35px;
    content: '';
    position: absolute;
    top: -11.66667px;
    left: -11.66667px;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #1b5faa;
    text-align: center;
    color: #fff; }
  .column-stamp.column-stamp--1:before {
    content: '1';
    font-weight: 700;
    font-size: 15px;
    padding: 5px 0; }
  .column-stamp.column-stamp--2:before {
    content: '2';
    font-weight: 700;
    font-size: 15px;
    padding: 5px 0; }

.combobox {
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #eaeaea;
  background: #fff; }
  .combobox.combobox-touch {
    border: none; }
  .combobox.disabled,
  .combobox.disabled * {
    cursor: default;
    opacity: .6; }
  .combobox select {
    padding: 10px 30px 10px 1em;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    outline: none;
    background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M151.5%20347.8L3.5%20201c-4.7-4.7-4.7-12.3%200-17l19.8-19.8c4.7-4.7%2012.3-4.7%2017%200L160%20282.7l119.7-118.5c4.7-4.7%2012.3-4.7%2017%200l19.8%2019.8c4.7%204.7%204.7%2012.3%200%2017l-148%20146.8c-4.7%204.7-12.3%204.7-17%200z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") right 10px center no-repeat;
    color: #000;
    line-height: initial;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .combobox select::-ms-expand {
      display: none; }
    .combobox select:disabled {
      background: #f7f7f7 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M151.5%20347.8L3.5%20201c-4.7-4.7-4.7-12.3%200-17l19.8-19.8c4.7-4.7%2012.3-4.7%2017%200L160%20282.7l119.7-118.5c4.7-4.7%2012.3-4.7%2017%200l19.8%2019.8c4.7%204.7%204.7%2012.3%200%2017l-148%20146.8c-4.7%204.7-12.3%204.7-17%200z%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fsvg%3E") right 10px center no-repeat;
      color: #808080; }
  .combobox.amount select {
    width: 90px; }

.combobox-field-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 41px;
  padding: 12px 30px 13px 15px;
  line-height: 20px; }
  .combobox-field-title:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 18px;
    color: #000;
    font-family: 'FontAwesome';
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  .combobox-field-title.placeholder {
    color: #000; }

.combobox-popup {
  position: absolute;
  width: 320px;
  max-height: 300px;
  margin-left: -1px;
  z-index: 15;
  overflow-y: auto;
  background: #fff;
  box-shadow: 10px 0px 10px -5px rgba(0, 0, 0, 0.1), -10px 0px 10px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.1); }
  .combobox-popup .selectable,
  .combobox-popup .selected,
  .combobox-popup .combobox-popup-content-title {
    width: 100%;
    display: block;
    padding: 10px 20px; }
  .combobox-popup .combobox-popup-content-title {
    color: #ccc;
    cursor: default;
    font-size: 15px; }
  .combobox-popup .selected {
    font-weight: bold;
    background: #eaeaea; }
  .combobox-popup .selectable {
    cursor: pointer; }
    .combobox-popup .selectable:hover {
      background: #eaeaea; }

.combobox-popup-row {
  position: relative; }

.combobox-popup-buttonbar {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px; }

.combobox-popup-buttonbar {
  display: inline-block;
  text-align: right; }

.combobox-popup-buttonbar > * {
  display: inline-block;
  margin-left: 4px; }

.contentAnchorMenu {
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: #f3f3f3; }
  @media only screen and (max-width: 1340px) {
    .contentAnchorMenu {
      display: none; } }
  .contentAnchorMenu-link {
    position: relative;
    display: inline-block;
    padding: 10px 24px;
    color: #000;
    z-index: 2; }
    .contentAnchorMenu-link.active {
      color: #1b5faa;
      font-weight: 700; }
      .contentAnchorMenu-link.active:after {
        content: '';
        position: absolute;
        display: block;
        bottom: -10px;
        left: 50%;
        width: 20px;
        height: 20px;
        background-color: #f3f3f3;
        z-index: -1;
        margin-left: -12px;
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Safari */
        transform: rotate(45deg); }
    @media only screen and (max-width: 640px) {
      .contentAnchorMenu-link {
        width: 100%; } }

.fixed-anchor-menu {
  position: fixed;
  top: 59px;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  border-bottom: 2px solid #eaeaea;
  z-index: 99; }
  .fixed-anchor-menu .contentAnchorMenu-link.active:after {
    background-color: #fff;
    border-right: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    bottom: -12px; }
  .fixed-anchor-menu .contentAnchorMenu-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto; }
  .fixed-anchor-menu .contentAnchorMenu-link:first-child {
    padding-left: 16px; }

.content-block-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0.625rem;
  background-color: #f3f3f3; }
  @media only screen and (min-width: 640px) {
    .content-block-action {
      padding: 1.875rem; } }
  @media only screen and (min-width: 704px) {
    .content-block-action {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .content-block-action__title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin-bottom: 10px; }
    @media only screen and (min-width: 704px) {
      .content-block-action__title-wrapper {
        margin-bottom: 0; } }
  .content-block-action__title {
    margin: 0;
    font-weight: 300; }
  .content-block-action__sub-title {
    font-size: 13px; }
  .content-block-action__button {
    margin: 0; }

.content-block-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  .content-block-image__image {
    height: auto;
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.content-block {
  margin: 20px 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .content-block:first-of-type {
    margin-top: 0; }
  .content-block:last-of-type {
    margin-bottom: 0; }

.cookiebot {
  position: fixed;
  z-index: 100;
  bottom: 0;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  padding-top: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1); }
  .cookiebot__textbutton {
    margin-bottom: 1rem;
    font-weight: bold;
    text-decoration: underline; }
  .cookiebot .form-checkbox {
    padding-left: 30px; }
  .cookiebot .cookiebot__buttons {
    display: block; }
    @media only screen and (min-width: 512px) {
      .cookiebot .cookiebot__buttons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .cookiebot .cookiebot__buttons .button {
      width: 100%;
      margin-left: 0; }
      @media only screen and (min-width: 512px) {
        .cookiebot .cookiebot__buttons .button {
          width: auto;
          margin-left: 1rem; } }

.dynamic-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 1.625;
  color: #282828; }
  .dynamic-content :last-child {
    margin-bottom: 0; }
  .dynamic-content p {
    font-size: 1em;
    margin-bottom: 30px; }
  .dynamic-content h2 {
    font-size: 1.44em;
    font-weight: 600;
    color: #515151;
    margin-bottom: 15px; }
  .dynamic-content ol, .dynamic-content ul {
    margin: 0 0 30px 50px; }
  .dynamic-content--font-light h2 {
    font-weight: 300; }

body.has-product-buy-trigger-fixed #datatrics-box-container {
  bottom: 110px; }

@media (max-width: 579px) {
  body.has-product-buy-trigger-fixed #datatrics-box-container.datatrics-box-container-bc,
  body.has-product-buy-trigger-fixed #datatrics-box-container.datatrics-box-container-bl,
  body.has-product-buy-trigger-fixed #datatrics-box-container.datatrics-box-container-br {
    bottom: 65px !important; }
  body.has-product-buy-trigger-fixed #datatrics-box-container .datatrics-box {
    display: none; } }

.faq-head {
  position: relative;
  height: 100%;
  background-color: #f3f3f3; }
  .faq-head__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px; }
  .faq-head__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    padding: 20px; }
    @media only screen and (min-width: 1024px) {
      .faq-head__item {
        -webkit-flex-basis: calc(50% - 15px);
            -ms-flex-preferred-size: calc(50% - 15px);
                flex-basis: calc(50% - 15px); } }
  .faq-head__item-content {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .faq-head__item-persons {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 296px;
    height: 182px; }
    @media only screen and (max-width: 511px) {
      .faq-head__item-persons {
        display: none; } }
    @media only screen and (min-width: 640px) {
      .faq-head__item-persons {
        right: -15px; } }
  .faq-head__table th {
    text-align: left; }
  .faq-head__table td {
    vertical-align: top; }
  .faq-head__table tbody th, .faq-head__table tbody td {
    padding: 0; }
  .faq-head__table tbody tr:nth-child(even) {
    background-color: inherit; }

.faq-contact__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px; }

.faq-contact__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border: 1px solid #f3f3f3; }
  @media only screen and (min-width: 1024px) {
    .faq-contact__item {
      -webkit-flex-basis: calc(50% - 15px);
          -ms-flex-preferred-size: calc(50% - 15px);
              flex-basis: calc(50% - 15px); } }

.faq-contact__item-txt {
  margin-bottom: 0; }

.faq-contact__item-availability {
  position: relative; }
  .faq-contact__item-availability::after {
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: ''; }
  .faq-contact__item-availability--no::after {
    background-color: #d9534f; }
  .faq-contact__item-availability--yes::after {
    background-color: #4cae4c; }

.faq-contact__item-content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.faq-contact__table th {
  text-align: left; }

.faq-contact__table td {
  vertical-align: top; }

.faq-contact__table tbody th, .faq-contact__table tbody td {
  padding: 0; }

.faq-contact__table tbody tr:nth-child(even) {
  background-color: inherit; }

.faq-popular {
  height: 100%;
  border: 1px solid #f3f3f3; }
  .faq-popular__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px; }
  .faq-popular__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px; }
    @media only screen and (min-width: 1024px) {
      .faq-popular__item {
        -webkit-flex-basis: calc(50% - 15px);
            -ms-flex-preferred-size: calc(50% - 15px);
                flex-basis: calc(50% - 15px); } }
  .faq-popular__item-content {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .faq-popular__table.table {
    line-height: 1.6em; }
  .faq-popular__table th {
    text-align: left; }
  .faq-popular__table td {
    vertical-align: top; }
  .faq-popular__table tbody th, .faq-popular__table tbody td {
    padding: 0; }
  .faq-popular__table tbody tr:nth-child(even) {
    background-color: inherit; }

.fancybox-wrap--product-zoom .fancybox-skin {
  background-color: #ffffff; }

.filter-accordeon {
  margin-bottom: 2rem; }
  .filter-accordeon .coloredColumn {
    width: 100%;
    margin-top: 0; }
  .filter-accordeon .searchPage-brandLinks .list-item.active .searchPage-typeLinks .list-item-link {
    background-color: transparent; }
  .filter-accordeon .searchPage-brandLinks .list-item.active .list-item-link:after {
    display: none; }

.focus-3trap {
  position: relative;
  z-index: 70; }

.has-modal-3trap-popup .combobox-popup {
  z-index: 72; }

.focus-3trap-content {
  z-index: 70;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc(100vw - 45px - 100%);
  max-width: 960px;
  background-color: #fff; }
  .focus-3trap-content .coloredColumn {
    margin-top: 0;
    padding: 25px 260px 25px 120px;
    height: 100%; }
  .focus-3trap-content .content-with-person-3trap {
    position: relative; }
    .focus-3trap-content .content-with-person-3trap:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 105px;
      display: block;
      background-image: url(/app/images/arrows-3trap.png);
      background-repeat: no-repeat;
      background-position: left 20px bottom 38px;
      z-index: 71; }
    .focus-3trap-content .content-with-person-3trap:after {
      content: '';
      position: absolute;
      right: 30px;
      bottom: 0;
      height: 329px;
      width: 222px;
      display: block;
      background-size: 222px 329px;
      background-image: url(/app/images/persons/tom-lightbox.png);
      background-repeat: no-repeat;
      background-position-y: bottom;
      z-index: 71; }
  .focus-3trap-content .focus-3trap-header-top {
    min-height: 100px;
    margin-top: 16px; }
  .focus-3trap-content .focus-3trap-content-bottom {
    margin-top: 36px; }
    .focus-3trap-content .focus-3trap-content-bottom .button {
      margin-top: 15px; }

.file-upload-button {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 30px 10px 15px;
  border: 1px solid #eaeaea;
  background: #fff;
  font-size: 13px; }
  .file-upload-button:after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    -webkit-transform: rotate(45deg);
    /* Safari */
    /* IE 9 */
    transform: rotate(45deg); }
  .file-upload-button input {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }

.file-upload-button-selectedFile {
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 10px 15px;
  background-color: #eaeaea; }
  .file-upload-button-selectedFile .fa {
    margin-left: 10px;
    color: #1b5faa;
    font-size: 13px; }
  .file-upload-button-selectedFile p {
    margin-bottom: 0; }

.form-checkbox {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px; }
  .form-checkbox input[type=checkbox] {
    display: none; }
  .form-checkbox .formlabel {
    cursor: pointer; }
    .form-checkbox .formlabel:before {
      position: absolute;
      top: 4px;
      left: 0;
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 1px solid #e3e3e3;
      background-color: #fff;
      content: ''; }
    .form-checkbox .formlabel:hover:before {
      padding-top: 1px;
      padding-left: 2px;
      content: '\f00c';
      color: #eaeaea;
      font-family: 'FontAwesome';
      font-size: 12px;
      line-height: 14px; }
  .form-checkbox input[type=checkbox]:checked + .formlabel:before {
    padding-top: 1px;
    padding-left: 2px;
    content: '\f00c';
    color: #1b5faa;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 14px; }
  .form-checkbox input[type=checkbox]:disabled + .formlabel:before {
    color: #c8c7c7; }

.form-date-picker {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 14px 20px 15px;
  border: 1px solid #f3f3f3;
  background-color: #fff; }
  .form-date-picker:hover {
    cursor: pointer; }
  .form-date-picker .fa {
    margin-right: 10px;
    font-size: 19px; }
    @media only screen and (min-width: 1024px) and (max-width: 1100px) {
      .form-date-picker .fa {
        display: none; } }
  .form-date-picker .popup {
    position: absolute;
    z-index: 6;
    top: 52px;
    right: -1px;
    width: 350px;
    padding: 25px;
    background-color: #fff; }
    @media only screen and (min-width: 1400px) {
      .form-date-picker .popup {
        left: -1px; } }
    @media only screen and (max-width: 640px) {
      .form-date-picker .popup {
        left: -1px;
        width: 100%; } }
  .form-date-picker .popup-month-buttons-month {
    display: inline-block;
    text-align: center; }
  .form-date-picker .popup-month-buttons {
    text-align: center; }
  .form-date-picker .popup-month-button {
    display: inline-block;
    margin-top: 7px; }
    .form-date-picker .popup-month-button .fa {
      font-size: 13px; }
    .form-date-picker .popup-month-button:hover {
      text-decoration: underline; }
  .form-date-picker .popup-month-button--previous {
    float: left; }
    .form-date-picker .popup-month-button--previous .fa {
      margin-right: 5px; }
  .form-date-picker .popup-month-button--next {
    float: right; }
    .form-date-picker .popup-month-button--next .fa {
      margin-left: 5px; }
  .form-date-picker .popup-date-table .table-headers td {
    font-weight: 700; }
  .form-date-picker .popup-date-table td {
    text-align: center; }
  .form-date-picker .popup-date-table .today {
    background-color: #eaeaea; }
  .form-date-picker .popup-date-table .table-row-dates td:hover {
    background-color: #1b5faa;
    cursor: pointer;
    color: #fff; }
  .form-date-picker .combobox {
    margin-bottom: 20px; }
  .form-date-picker .button {
    float: right;
    margin-bottom: 0; }

.form-quantity-change {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media only screen and (min-width: 704px) {
    .form-quantity-change {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .form-quantity-change span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44px;
    min-height: 44px;
    border: solid 1px #eaeaea;
    cursor: pointer;
    color: #19579c;
    font-size: 1.1rem; }
  .form-quantity-change .form-textbox.form-quantity-select {
    border-left: 0;
    border-right: 0; }
    .form-quantity-change .form-textbox.form-quantity-select input {
      text-align: center; }

.form-quantity-select.form-textbox {
  display: inline-block;
  border: 1px solid #eaeaea; }
  .form-quantity-select.form-textbox input {
    width: 58px;
    height: auto;
    display: block;
    padding: 5px 16px;
    max-width: 100%;
    color: #000;
    font-size: 13px; }
  .form-quantity-select.form-textbox .form-textbox-label {
    display: none; }

.form-quantity-select .form-select {
  width: 60px; }

.form-radiogroup-with-text .formlabel:nth-child(2):after {
  position: absolute;
  top: 0;
  right: 0;
  content: 'of'; }

.form-radiogroup .formlabel {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding-left: 30px;
  cursor: pointer; }
  .form-radiogroup .formlabel:before {
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 4px solid #f3f3f3;
    background-color: #f3f3f3;
    content: ''; }
  .form-radiogroup .formlabel:hover:before {
    background-color: #eaeaea; }
  @media only screen and (max-width: 639px) {
    .form-radiogroup .formlabel {
      margin-bottom: 10px; } }

.form-radiogroup .error-text {
  display: block; }

.form-radiogroup--large {
  margin-bottom: 10px; }
  .form-radiogroup--large .formlabel {
    width: 100%;
    margin-bottom: 10px; }

.coloredColumn-grey .form-radiogroup .formlabel:before {
  border-color: #ffffff;
  background-color: #ffffff; }

.coloredColumn-grey .form-radiogroup .formlabel:hover:before {
  background-color: #1b5faa; }

.coloredColumn-grey .form-radiogroup .input-radio:checked + .formlabel:before {
  background-color: #1b5faa; }

.form-select {
  padding: 10px 30px 10px 1em;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  outline: none;
  background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M151.5%20347.8L3.5%20201c-4.7-4.7-4.7-12.3%200-17l19.8-19.8c4.7-4.7%2012.3-4.7%2017%200L160%20282.7l119.7-118.5c4.7-4.7%2012.3-4.7%2017%200l19.8%2019.8c4.7%204.7%204.7%2012.3%200%2017l-148%20146.8c-4.7%204.7-12.3%204.7-17%200z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") right 10px center no-repeat;
  color: #000;
  line-height: initial;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-select::-ms-expand {
    display: none; }
  .form-select:disabled {
    background: #f7f7f7 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M151.5%20347.8L3.5%20201c-4.7-4.7-4.7-12.3%200-17l19.8-19.8c4.7-4.7%2012.3-4.7%2017%200L160%20282.7l119.7-118.5c4.7-4.7%2012.3-4.7%2017%200l19.8%2019.8c4.7%204.7%204.7%2012.3%200%2017l-148%20146.8c-4.7%204.7-12.3%204.7-17%200z%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fsvg%3E") right 10px center no-repeat;
    color: #808080; }

.form-textarea {
  display: block;
  margin-bottom: 10px; }
  .form-textarea .textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding: 10px 15px;
    border: 1px solid #eaeaea; }
    .form-textarea .textarea:focus {
      outline: 0; }
    .form-textarea.error .textarea {
      border-bottom: 1px solid #d9534f; }
    .form-textarea.error .error-text {
      display: block;
      margin-top: 2px;
      margin-bottom: 10px; }

.footer-html {
  position: relative;
  margin-top: 40px;
  margin-bottom: 10px; }
  .footer-html__content {
    position: relative;
    border: 1px solid #f3f3f3; }
  .footer-html__text {
    margin: 40px; }
  .footer-html__photo {
    position: absolute;
    right: -15px;
    bottom: 0;
    display: none;
    width: auto;
    max-height: 330px; }
  @media only screen and (min-width: 768px) {
    .footer-html {
      min-height: 332px; }
      .footer-html__content {
        padding-right: 140px; }
      .footer-html__photo {
        display: block; } }
  .footer-html__reviews {
    padding: 3rem 1rem 1rem; }

.fullWidthColumn {
  display: block;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 30px; }

.fullWidthColumn-blue {
  background-color: #1b5faa; }

.fullWidthColumn-lightGrey {
  background-color: #f3f3f3; }

.fullWidthColumn-jobs-person {
  margin-top: 80px; }

.fullWidthColumn-housebrand {
  padding: 0;
  margin: 30px 0; }
  .fullWidthColumn-housebrand .coloredColumn {
    padding: 20px 30px;
    border-bottom: 0;
    margin-top: 0;
    height: 100%; }
  .fullWidthColumn-housebrand .bodytext {
    margin-bottom: 0; }

.fullWidthColumn-brandSeoPrinterCartridges {
  position: relative; }
  .fullWidthColumn-brandSeoPrinterCartridges:before, .fullWidthColumn-brandSeoPrinterCartridges:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block; }
  .fullWidthColumn-brandSeoPrinterCartridges:before {
    width: 412px;
    height: 203px;
    left: 0;
    background-image: url(../../images/persons/ed-marjo-marcel.png); }
    @media only screen and (max-width: 1200px) {
      .fullWidthColumn-brandSeoPrinterCartridges:before {
        display: none; } }
  .fullWidthColumn-brandSeoPrinterCartridges:after {
    width: 335px;
    height: 173px;
    right: 5px;
    bottom: -8px;
    background-image: url(../../images/cartridges-toners-brandseo.png); }
    @media only screen and (max-width: 875px) {
      .fullWidthColumn-brandSeoPrinterCartridges:after {
        display: none; } }

.galleryImages-left {
  position: relative; }
  .galleryImages-left .product-block__action-txt {
    bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .galleryImages-left {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 600px) {
    .galleryImages-left {
      margin-bottom: 30px; } }
  .galleryImages-left-mainImage-wrap {
    position: relative;
    display: inline-block; }
  .galleryImages-left-mainImage {
    max-height: 266px;
    width: auto; }
  .galleryImages-left-mainImage-link {
    position: relative;
    display: inline-block;
    padding-top: 36px;
    margin-bottom: 36px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    @media only screen and (min-width: 1024px) {
      .galleryImages-left-mainImage-link {
        padding-right: 30px;
        padding-left: 30px; } }
  .galleryImages-left-thumbs {
    display: inline-block; }
  .galleryImages-left-singlethumb-link {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #f3f3f3; }
    .galleryImages-left-singlethumb-link:hover {
      border: 1px solid #1b5faa; }
  .galleryImages-left-singlethumb {
    display: block;
    width: 80px;
    height: 80px;
    padding: 10px; }
  .galleryImages-left-thumbWrap {
    overflow: hidden;
    max-height: 266px;
    width: auto;
    margin-top: 36px;
    margin-bottom: 30px; }
  .galleryImages-left-navigation {
    position: absolute;
    left: 48px;
    display: inline-block; }
    .galleryImages-left-navigation .fa {
      font-size: 24px; }
  .galleryImages-left-navigation--up {
    top: 5px; }
  .galleryImages-left-navigation--down {
    bottom: 5px; }

.galleryImages-video-thumb {
  width: 78px;
  height: 80px;
  padding-top: 15px;
  text-align: center; }
  .galleryImages-video-thumb .videoThumbIcon {
    display: block; }
    .galleryImages-video-thumb .videoThumbIcon .fa {
      font-size: 30px; }

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.galleryImages-compact {
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .galleryImages-compact .galleryImages-left-mainImage-link-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .galleryImages-compact-navigation .fa {
    font-size: 24px; }
  .galleryImages-compact-balls-wrap {
    overflow: hidden;
    width: 100%; }
  .galleryImages-compact-balls {
    margin: 7px 0 0;
    text-align: center; }
  .galleryImages-compact-balls li {
    display: inline-block;
    margin: 0 5px;
    padding: 0; }
  .galleryImages-compact-ball {
    color: #efefef;
    font-size: 18px; }
  .galleryImages-compact-ball.galleryImages-compact-ball--active {
    color: #1b5faa; }
  .galleryImages-compact-navigation--left {
    float: left; }
  .galleryImages-compact-navigation--right {
    float: right; }

.hamburger {
  padding: 18px 15px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.8; }

.hamburger-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #1b5faa;
    border-radius: 3px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.harmonica-container {
  display: block;
  width: 100%; }

.modal__body .harmonica-container {
  margin-top: 30px; }

.harmonica-item {
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #f3f3f3; }
  .harmonica-item .harmonica-content {
    display: none; }

.harmonica-item--open {
  overflow: visible; }
  .harmonica-item--open .harmonica-title:before {
    content: '\f056'; }
  .harmonica-item--open .harmonica-content {
    display: block; }

.harmonica-title {
  position: relative;
  display: table;
  padding: 1rem 10px 1rem 40px;
  margin-bottom: 0;
  font-size: 16px;
  color: #1b5faa;
  font-weight: 400; }
  .harmonica-title:hover {
    text-decoration: underline;
    cursor: pointer; }
  .harmonica-title:before {
    border-radius: 100% 100% 100% 100%;
    content: '\f055';
    position: absolute;
    left: 14px;
    top: 20px;
    width: 15px;
    height: 15px;
    padding: 0 1px;
    line-height: 17px;
    font-size: 16px;
    font-family: 'FontAwesome';
    color: #1b5faa; }

.harmonica-title-text {
  line-height: 1.5rem; }

.harmonica-content {
  padding: 0 20px 20px 40px; }

.harmonica-faq-link {
  margin-top: 24px;
  display: block;
  text-align: right;
  color: #000; }
  .harmonica-faq-link .fa {
    margin-right: 10px;
    font-size: 16px;
    color: #1b5faa; }

.harmonica-container-housebrand .harmonica-item:last-child {
  border-bottom: 1px solid #f3f3f3; }

.header {
  background-color: #fff; }
  .header--fixed {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05); }
  .header--topnavless {
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3; }
  .header__cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (max-width: 767px) {
    .header__navi {
      position: absolute;
      z-index: 40;
      width: 100%;
      min-height: calc(100vh - 147px);
      background-color: #fff;
      transition: all 0.3s ease;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
      .is-menu-mobile-open .header__navi {
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  .header__search {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .page-header .header__search {
        display: none; } }
    .page-header-below .header__search {
      position: relative;
      padding-top: calc(0.3rem - 1px);
      padding-right: 0.625rem;
      padding-bottom: 0.3rem;
      padding-left: 0.625rem;
      background-color: #f3f3f3; }
      @media only screen and (min-width: 640px) and (max-width: 767px) {
        .page-header-below .header__search {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      @media only screen and (min-width: 768px) {
        .page-header-below .header__search {
          display: none; } }
    .header__search form {
      position: relative; }
    .header__search input[type='text'] {
      display: block;
      width: 100%;
      height: 36px;
      border: 1px solid #f3f3f3;
      transition: border 300ms ease-out;
      color: #000;
      font-size: 16px; }
      @media only screen and (min-width: 640px) {
        .header__search input[type='text'] {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) {
        .header__search input[type='text'] {
          height: 45px; } }
      .header__search input[type='text']:hover {
        border: 1px solid #1b5faa; }
    .header__search .button-search {
      position: absolute;
      top: 4px;
      right: 4px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      width: 28px;
      height: 28px;
      margin-bottom: 0;
      padding: 0;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .header__search .button-search {
          top: 7px;
          right: 7px;
          width: 31px;
          height: 31px; } }
      .header__search .button-search > i {
        margin-bottom: 1px;
        font-size: 18px; }
        @media only screen and (min-width: 768px) {
          .header__search .button-search > i {
            font-size: 22px; } }
    .header__search--mobile {
      display: block;
      float: right;
      width: 70%;
      margin-right: 0;
      margin-left: 15px; }
      @media only screen and (max-width: 325px) {
        .header__search--mobile {
          width: 65%; } }
      @media only screen and (min-width: 651px) {
        .header__search--mobile {
          display: none; } }
    .header__search--sticky {
      display: inline-block;
      float: left;
      width: 37%;
      margin-right: 30px; }
      @media only screen and (max-width: 1260px) {
        .header__search--sticky {
          width: 34%; } }
      @media only screen and (max-width: 1200px) {
        .header__search--sticky {
          width: 32%; } }
      @media only screen and (max-width: 1185px) {
        .header__search--sticky {
          width: 26%; } }
      @media only screen and (max-width: 1080px) {
        .header__search--sticky {
          width: 22%; } }
      @media only screen and (max-width: 1000px) {
        .header__search--sticky {
          width: 45%;
          margin-right: 30px; } }
      @media only screen and (max-width: 900px) {
        .header__search--sticky {
          width: 39%; } }
      @media only screen and (max-width: 815px) {
        .header__search--sticky {
          width: 34%; } }
      @media only screen and (max-width: 755px) {
        .header__search--sticky {
          width: 29%; } }
      @media only screen and (max-width: 705px) {
        .header__search--sticky {
          display: block;
          width: 40%; } }
      @media only screen and (max-width: 650px) {
        .header__search--sticky {
          display: block;
          width: 35%; } }
      @media only screen and (max-width: 605px) {
        .header__search--sticky {
          display: block;
          width: 30%; } }
      @media only screen and (max-width: 600px) {
        .header__search--sticky {
          display: block;
          width: 65%; } }
      @media only screen and (max-width: 525px) {
        .header__search--sticky {
          display: block;
          width: 60%; } }
      @media only screen and (max-width: 460px) {
        .header__search--sticky {
          display: block;
          width: 55%; } }
      @media only screen and (max-width: 415px) {
        .header__search--sticky {
          display: block;
          width: 50%; } }
      @media only screen and (max-width: 375px) {
        .header__search--sticky {
          display: block;
          width: 58%;
          margin-right: 20px; } }
      @media only screen and (max-width: 370px) {
        .header__search--sticky {
          display: block;
          width: 55%; } }
      @media only screen and (max-width: 350px) {
        .header__search--sticky {
          display: block;
          width: 50%; } }
      @media only screen and (max-width: 315px) {
        .header__search--sticky {
          display: block;
          width: 58%;
          margin-right: 10px; } }
      .header__search--sticky input[type='text'] {
        height: 45px; }
      .header__search--sticky .button-search {
        top: 7px;
        right: 7px;
        width: 31px;
        height: 31px; }
        .header__search--sticky .button-search > i {
          font-size: 22px; }
  .header__trusted-brand {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media only screen and (max-width: 1023px) {
      .header__trusted-brand {
        display: none; } }
  .header--sticky {
    position: fixed;
    z-index: 71;
    top: 0;
    display: none;
    opacity: 0;
    width: 100%;
    padding: 5px 0;
    border-bottom: 2px solid #eaeaea;
    background-color: #f3f3f3; }
    .header--sticky .mijn-pa__sub-menu-wrap {
      right: 27px; }
    .header--sticky .header__mobile-menu-trigger .hamburgerMenu {
      margin-top: 3px;
      margin-right: 30px; }
    .header--sticky .button.button-klantenservice {
      color: #1b5faa; }
    @media only screen and (min-width: 768px) {
      .header--sticky {
        display: block; } }
    @media only screen and (min-width: 601px) and (max-width: 1023px) {
      .header--sticky .header__mobile-menu-trigger {
        display: none; } }
    @media only screen and (max-width: 375px) {
      .header--sticky .myprintaboutbuttoncomponent--sticky .mijn-pa {
        margin-right: 20px; }
      .header--sticky .header__mobile-menu-trigger .hamburgerMenu {
        margin-right: 20px; } }
    @media only screen and (max-width: 315px) {
      .header--sticky .myprintaboutbuttoncomponent--sticky .mijn-pa {
        margin-right: 10px; }
      .header--sticky .header__mobile-menu-trigger .hamburgerMenu {
        margin-right: 10px; } }
    @media only screen and (max-width: 705px) {
      .header--sticky .cartbuttoncomponent--sticky .cart-button--info {
        display: none; } }
    @media only screen and (max-width: 1000px) {
      .header--sticky .button-klantenservice {
        display: none; }
      .header--sticky .mijn-pa .mijn-pa--info {
        display: none; } }
  .header__mobile-menu-trigger {
    display: none; }
    .header__mobile-menu-trigger .mainNavigation {
      display: block; }
      .header__mobile-menu-trigger .mainNavigation .first {
        margin-left: 30px; }
        @media only screen and (max-width: 680px) {
          .header__mobile-menu-trigger .mainNavigation .first {
            margin-left: 10px; } }
    .header__mobile-menu-trigger .hamburgerMenu {
      display: block;
      float: left;
      padding: 9px 0 8px; }
    .header__mobile-menu-trigger .hamburgerMenu-text {
      display: block;
      float: left;
      margin-left: 10px;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase; }
    .header__mobile-menu-trigger .fa {
      float: left; }
    @media only screen and (max-width: 1023px) {
      .header__mobile-menu-trigger {
        display: block; } }
  .header svg use {
    pointer-events: none; }
  .header input::-ms-clear {
    display: none; }

.header-banner {
  width: 100%;
  margin-top: 20px;
  padding: 1.3rem 1rem 0.8rem;
  background-color: #797979;
  background-image: linear-gradient(80deg, #19579c, #19579c 20%, #797979 20%);
  color: #ffffff;
  text-align: center; }
  .header-banner h2 {
    font-size: 2rem;
    text-transform: uppercase; }
    .header-banner h2 strong {
      margin-right: 0.7rem; }

.cartbuttoncomponent--sticky {
  position: relative;
  display: inline-block;
  float: right;
  box-sizing: border-box; }
  .cartbuttoncomponent--sticky .cart-button {
    padding-bottom: 6px; }
    .cartbuttoncomponent--sticky .cart-button .cart {
      background-image: url(../../images/sprite.png);
      background-position: -32px 0;
      background-repeat: no-repeat;
      background-size: 450px 406px;
      position: relative;
      display: inline-block;
      width: 34px;
      height: 26px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .cartbuttoncomponent--sticky .cart-button .cart {
          background-image: url(../../images/spritex2.png); } }
    .cartbuttoncomponent--sticky .cart-button .cartNo {
      position: absolute;
      bottom: 10px;
      left: 11px;
      width: 15px;
      font-size: 13px;
      font-weight: 700;
      text-align: center; }
      .cartbuttoncomponent--sticky .cart-button .cartNo.cartNo--alot {
        font-size: 10px; }
  .cartbuttoncomponent--sticky .cart-button--info {
    color: #000; }
    .cartbuttoncomponent--sticky .cart-button--info:hover {
      color: #000;
      text-decoration: none; }
      .cartbuttoncomponent--sticky .cart-button--info:hover .cart-button--totalPrice {
        text-decoration: underline; }
  .cartbuttoncomponent--sticky tbody {
    border: none; }
  .cartbuttoncomponent--sticky .cart-button--info {
    display: inline-block;
    float: right;
    margin-left: 15px; }
    .cartbuttoncomponent--sticky .cart-button--info .cart-button--title {
      display: block;
      font-weight: 700;
      line-height: 10px; }
    .cartbuttoncomponent--sticky .cart-button--info .cart-button--totalPrice {
      display: block; }
  @media only screen and (max-width: 400px) {
    .cartbuttoncomponent--sticky .cart-button--info {
      display: none; } }

.header-contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .header-contents {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      height: 86px; } }
  .header-contents--topnavless {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .header-contents__hamburger {
    margin-left: -5px; }
    @media only screen and (min-width: 768px) {
      .header-contents__hamburger {
        display: none; } }
  .header-contents__logo-link {
    display: inline-block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .header-contents__logo {
    width: 163px; }
    @media only screen and (min-width: 768px) {
      .header-contents__logo {
        width: 200px; } }
    @media only screen and (min-width: 896px) {
      .header-contents__logo {
        width: 230px; } }
  .header-contents__search {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .header-contents__search {
        -webkit-order: inherit;
            -ms-flex-order: inherit;
                order: inherit;
        width: 34%; } }
  .header-contents__customer--sticky {
    display: block;
    float: left;
    padding-top: 7px; }
    @media only screen and (max-width: 375px) {
      .header-contents__customer--sticky {
        padding-top: 0; } }

@media only screen and (min-width: 832px) {
  .info-message__content {
    width: 640px;
    margin: 0 auto; } }

.campaign-banner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  background: url(/app/images/campaigns/cyber-monday/cyber-monday_background.svg), #292929;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .campaign-banner:hover {
    cursor: pointer; }
  @media screen and (min-width: 896px) {
    .campaign-banner {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .campaign-banner--cyber-monday {
    background: url(/app/images/campaigns/cyber-monday/cyber-monday_background.svg), radial-gradient(circle, #0092c9 0%, #031b4b 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .campaign-banner__title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px; }
    @media screen and (min-width: 512px) {
      .campaign-banner__title-wrapper {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (min-width: 896px) {
      .campaign-banner__title-wrapper {
        margin-bottom: 0; } }
  .campaign-banner__sub-title {
    font-size: 13px; }
    @media screen and (min-width: 704px) {
      .campaign-banner__sub-title {
        font-size: 18px; } }
  .campaign-banner__main-title {
    font-size: 20px;
    line-height: normal; }
    @media screen and (min-width: 704px) {
      .campaign-banner__main-title {
        font-size: 25px; } }
  .campaign-banner__button {
    margin: 0; }
    @media screen and (min-width: 512px) {
      .campaign-banner__button {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
        padding: 15px 100px; } }
    @media screen and (min-width: 896px) {
      .campaign-banner__button {
        position: absolute;
        right: 20px;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
        margin: 0;
        padding: 15px; } }

.message-box {
  padding: 10px 20px;
  background-color: #1b5faa;
  color: #fff; }

.itemKlantenservice {
  position: relative;
  float: right;
  padding-right: 20px;
  padding-left: 50px;
  background-color: #eaeaea; }
  .itemKlantenservice:before {
    background-image: url(../../images/sprite.png);
    background-position: -70px 0;
    background-repeat: no-repeat;
    background-size: 450px 406px;
    position: absolute;
    top: 14px;
    left: 20px;
    width: 18px;
    height: 18px;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .itemKlantenservice:before {
        background-image: url(../../images/spritex2.png); } }
  .itemKlantenservice:hover .itemKlantenservice-dropdown {
    display: block; }

.itemKlantenservice-dropdown {
  position: absolute;
  z-index: 40;
  right: 0;
  bottom: -162px;
  display: none;
  padding-top: 10px; }
  .itemKlantenservice-dropdown:hover {
    display: block; }
  .itemKlantenservice-dropdown:after {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 83px;
    height: 130px;
    background-image: url(../../images/persons/elma-ks-drop.png);
    content: ''; }

.itemKlantenservice-dropdown-content {
  display: block;
  width: 300px;
  padding: 20px 30px 24px;
  border: 2px solid #f3f3f3;
  background-color: #fff; }
  .itemKlantenservice-dropdown-content .heading {
    display: block;
    width: 100%;
    margin-bottom: 20px; }

.itemKlantenservice-link {
  display: block;
  width: 100%;
  font-weight: 400; }
  .itemKlantenservice-link:not(:last-child) {
    margin-bottom: 15px; }
  .itemKlantenservice-link .fa {
    margin-right: 15px;
    font-size: 13px; }

#keuzepull .keuzepull-select-wrap {
  display: block;
  padding-left: 30px;
  position: relative; }
  #keuzepull .keuzepull-select-wrap:before {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 20px;
    top: 9px; }
  #keuzepull .keuzepull-select-wrap.keuzepull-select-wrap-1:before {
    content: '1.'; }
  #keuzepull .keuzepull-select-wrap.keuzepull-select-wrap-2:before {
    content: '2.'; }
  #keuzepull .keuzepull-select-wrap.keuzepull-select-wrap-3:before {
    content: '3.'; }

.labels-brand-overview__flex {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (min-width: 640px) {
    .labels-brand-overview__flex {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.labels-brand-overview__flex-item {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 1.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 640px) {
    .labels-brand-overview__flex-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media only screen and (min-width: 640px) {
    .labels-brand-overview__flex-item {
      padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 768px) {
    .labels-brand-overview__flex-item {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%; } }

.labels-brand-overview__block-with-border {
  max-width: 100%;
  padding: 20px 25px;
  border: 1px solid #f3f3f3; }

.labels-brand-overview__block-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .labels-brand-overview__block-footer .fa {
    margin-left: 5px;
    font-size: 13px; }

@media screen and (min-width: 1024px) {
  .labels-brand-overview .p_sticker {
    width: 85%;
    position: relative; }
  .labels-brand-overview .p_tapes {
    width: 85%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .labels-brand-overview .p_sticker:after {
    content: '';
    position: absolute;
    right: -100px;
    bottom: -5px;
    width: 100px;
    height: 100px;
    background-image: url(../../images/etiketten.png);
    background-repeat: no-repeat;
    background-size: 100px 100px; }
  .labels-brand-overview .p_tapes:after {
    content: '';
    position: absolute;
    right: -100px;
    bottom: -5px;
    width: 90px;
    height: 90px;
    background-image: url(../../images/tapes.png);
    background-repeat: no-repeat;
    background-size: 90px 90px; } }

.loginbox.loginbox--cart .forgotpassword-link {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 10px; }
  .loginbox.loginbox--cart .forgotpassword-link:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    content: '\f105';
    font-family: 'FontAwesome'; }

.login-column-border {
  border-right: 1px solid #f3f3f3; }

@media screen and (max-width: 640px) {
  .login-column-border {
    border-right: 0;
    border-bottom: 1px solid #f3f3f3; } }

.cart-login-row {
  margin-top: 80px;
  margin-bottom: 80px; }
  .cart-login-row > .columns:first-child {
    border-right: 1px solid #f3f3f3; }
  @media only screen and (max-width: 639px) {
    .cart-login-row {
      margin: 20px 0; } }
  @media screen and (min-width: 640px) {
    .cart-login-row .columns {
      padding: 0 40px; } }

.main-content {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 704px) {
    .main-content {
      -webkit-flex: 2 1 0;
          -ms-flex: 2 1 0px;
              flex: 2 1 0; } }
  @media screen and (min-width: 1024px) {
    .main-content {
      -webkit-flex-grow: 3;
          -ms-flex-positive: 3;
              flex-grow: 3; } }

.myprintaboutbuttoncomponent,
.myprintaboutbuttoncomponent--sticky {
  position: relative;
  float: left; }

.mijn-pa {
  position: relative; }
  .myprintaboutbuttoncomponent--sticky .mijn-pa {
    display: inline-block; }
  .mijn-pa:hover .mijn-pa--info .mijn-pa--name {
    text-decoration: underline; }
  .mijn-pa .mijn-pa--image {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1000%;
    background-image: url(../../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 450px 406px;
    display: inline-block;
    float: left;
    width: 27px;
    height: 26px;
    margin-bottom: 6px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .mijn-pa .mijn-pa--image {
        background-image: url(../../images/spritex2.png); } }
  .mijn-pa .mijn-pa--info {
    display: inline-block;
    float: left;
    margin-left: 15px;
    color: #000; }
    .mijn-pa .mijn-pa--info .mijn-pa--title {
      display: block;
      font-weight: 700;
      line-height: 10px; }
    .mijn-pa .mijn-pa--info .mijn-pa--name {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      max-width: 90px; }
  @media only screen and (max-width: 800px) {
    .mijn-pa .mijn-pa--info {
      display: none; } }
  .mijn-pa__single-line {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media only screen and (min-width: 768px) {
      .mijn-pa__single-line {
        max-width: 190px; } }
  .mijn-pa__sub-menu {
    margin: 0;
    padding-left: 15px; }
    .mijn-pa__sub-menu-link {
      position: relative;
      display: block;
      padding: 5px 0 5px 20px; }
      .mijn-pa__sub-menu-link:before {
        position: absolute;
        top: 13px;
        left: 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid #1b5faa;
        border-right: 1px solid #1b5faa;
        content: '';
        -webkit-transform: rotate(45deg);
        /* Safari */
        /* IE 9 */
        transform: rotate(45deg); }
    .mijn-pa__sub-menu-logout-link {
      display: block;
      margin-top: 12px;
      padding: 8px 0;
      background-color: #f3f3f3;
      text-align: center; }
      .mijn-pa__sub-menu-logout-link .fa {
        margin-right: 5px;
        font-size: 13px; }
    .mijn-pa__sub-menu-wrap {
      position: absolute;
      z-index: 40;
      top: 38px;
      right: 18px;
      width: 185px;
      height: auto;
      padding-top: 15px;
      border: 2px solid #f3f3f3;
      background-color: #fff; }
      .mijn-pa--small .mijn-pa__sub-menu-wrap {
        top: 31px;
        right: -4px; }
      .mijn-pa__sub-menu-wrap .heading {
        margin: 0 20px 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f3f3f3;
        text-align: center; }
  .mijn-pa--small .pa-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: 2px;
    vertical-align: middle;
    fill: white; }

.minicart {
  position: absolute;
  z-index: 60;
  top: 50px;
  right: 0;
  display: block;
  width: 400px;
  padding: 0 10px;
  border: 2px solid #f3f3f3;
  background-color: #fff; }
  @media only screen and (max-width: 375px) {
    .minicart {
      width: 300px; } }
  .header--sticky .minicart {
    top: 38px; }
  .minicart .winkelmand {
    margin: 0 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3; }
  .minicart .price {
    width: 90px;
    padding-right: 10px; }
  .minicart .minicart-emty-greyColumn {
    margin: 15px -10px;
    padding: 10px 30px;
    background-color: #f3f3f3; }
    .minicart .minicart-emty-greyColumn .button-minicart-aligned {
      padding-right: 48px; }
  .minicart .winkelmand-emty.heading,
  .minicart .winkelmand-emty.minicart-emty-text {
    margin-bottom: 15px; }
  .minicart .winkelmand-emty.heading {
    margin-left: 19px; }
  .minicart .minicart-emty-text {
    margin: 0 20px; }
  .minicart .table-costs tr {
    height: 20px;
    background-color: #fff; }
  .minicart .table-costs td {
    padding-top: 0;
    padding-bottom: 0; }
  .minicart .table-costs table {
    margin-bottom: 0; }
  .minicart .table-costs .button {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 0; }
  .minicart .table-costs .edit-cart-link {
    position: relative;
    float: left;
    margin-top: 30px;
    margin-left: 5px;
    padding-left: 15px; }
    .minicart .table-costs .edit-cart-link:before {
      position: absolute;
      top: 9px;
      left: 0;
      width: 6px;
      height: 6px;
      border-top: 1px solid #1b5faa;
      border-right: 1px solid #1b5faa;
      content: '';
      -webkit-transform: rotate(45deg);
      /* Safari */
      /* IE 9 */
      transform: rotate(45deg); }
  .minicart .cartrowitem {
    display: block;
    margin: 0 15px;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff; }
    .minicart .cartrowitem td {
      padding: 10px 0 10px 20px; }
      .minicart .cartrowitem td:first-child {
        width: 40px;
        padding-left: 0; }
      .minicart .cartrowitem td:last-child {
        padding-right: 0; }
      .minicart .cartrowitem td .item {
        width: 205px; }
      @media only screen and (max-width: 375px) {
        .minicart .cartrowitem td .item {
          width: auto; } }
      .minicart .cartrowitem td p {
        margin-bottom: 0; }
  .minicart .totalsleft {
    text-align: right; }
  .minicart .totalsright {
    width: 100px;
    padding: 0 10px 0 0;
    text-align: right; }

.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: initial; }
  .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    padding: 6px 9px;
    background-color: #1b5faa; }
    .modal__close .fa {
      color: #ffffff; }
    .modal__close:hover {
      color: #ffffff; }
  .modal__content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 960px;
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 25px 30px;
    background-color: #fff; }
    @media only screen and (min-width: 448px) {
      .modal__content {
        max-width: 90%;
        min-height: inherit;
        margin: 100px auto 50px;
        padding: 25px 30px; } }
    @media only screen and (min-width: 832px) {
      .modal__content {
        padding: 45px 50px 50px; } }
    .modal__content--savings {
      padding: 25px 15px; }
      @media only screen and (min-width: 448px) {
        .modal__content--savings {
          padding: 25px 30px; } }
      @media only screen and (min-width: 832px) {
        .modal__content--savings {
          padding: 45px 50px 50px; } }
  .modal--check__feedback {
    margin: 1rem;
    text-align: center; }
  .modal--check__feedback-icon {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 3rem; }
    .modal--check__feedback-icon.fa-check {
      color: #49a549; }
    .modal--check__feedback-icon.fa-times {
      color: #ca534f; }
  @media only screen and (max-width: 767px) {
    .modal--choose-country .heading-h1--2x, .modal--cart-replace-content .heading-h1--2x {
      font-size: 42px; } }
  @media only screen and (min-width: 448px) {
    .modal--choose-country .modal__content, .modal--cart-replace-content .modal__content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 768px) {
    .modal--choose-country .modal__content, .modal--cart-replace-content .modal__content {
      height: 555px;
      padding-right: 300px;
      background-color: #ffffff;
      background-image: url(/app/images/persons/marcel-country-modal.jpg);
      background-position: right bottom;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 1024px) {
    .modal--choose-country .modal__content, .modal--cart-replace-content .modal__content {
      padding-left: 80px; } }
  .modal--choose-country .modal__body, .modal--cart-replace-content .modal__body {
    max-width: 100%; }
  .modal--choose-country .modal__buttons, .modal--cart-replace-content .modal__buttons {
    margin: 30px 0; }
  .modal--choose-country .modal__link, .modal--cart-replace-content .modal__link {
    white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .modal--cart-replace-content .modal__content {
      background-image: url(/app/images/persons/mitchel-cart-modal.jpg); } }
  @media only screen and (max-width: 831px) {
    .modal--no-subtitle .modal__close {
      top: 10px;
      right: 10px; } }

.modal-is-open .blue-bar {
  z-index: initial; }

.modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .modal-footer .button:disabled, .modal-footer .button:disabled:after {
    opacity: 1;
    background: linear-gradient(#eaeaea, #eaeaea);
    background-color: #f3f3f3; }
  .modal-footer .button:focus {
    outline: 0; }
  .modal-footer__button-next {
    min-width: 50%; }
    @media only screen and (min-width: 448px) {
      .modal-footer__button-next {
        min-width: inherit; } }
  .modal-footer__button-prev-wrapper {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 10px; }
    @media only screen and (min-width: 448px) {
      .modal-footer__button-prev-wrapper {
        -webkit-flex-basis: inherit;
            -ms-flex-preferred-size: inherit;
                flex-basis: inherit;
        margin-bottom: 0; } }
  .modal-footer__button-prev .fa {
    margin-right: 5px;
    font-size: 13px; }
  .modal-footer__results-count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    text-align: right; }
    @media only screen and (min-width: 576px) {
      .modal-footer__results-count {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 15px;
        padding: 4px 8px;
        border: 1px solid #efefef;
        text-align: center; } }
    .modal-footer__results-count-nb {
      margin-bottom: 0; }
    .modal-footer__results-count div {
      line-height: 1em;
      vertical-align: middle; }
    .modal-footer__results-count-nb {
      margin-bottom: 2px;
      font-size: 16px;
      font-weight: 600; }
  .modal-footer__right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }

.navi ul {
  margin: 0; }

.navi__button {
  position: relative;
  background-color: #eaeaea;
  font-weight: 600;
  text-transform: uppercase; }
  .navi__button:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .navi__button {
      -webkit-flex-basis: calc(50% - 5px);
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
      max-width: calc(50% - 5px);
      margin-bottom: 10px;
      text-align: center; }
      .navi__button .itemKlantenservice-dropdown:hover, .navi__button .mijn-pa__sub-menu-wrap {
        display: none; }
      .navi__button a {
        display: block; } }
  @media only screen and (max-width: 447px) {
    .navi__button {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; } }

.navi__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.navi__item--right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 895px) {
    .navi__item--right {
      display: none; } }
  @media only screen and (min-width: 896px) {
    .navi__item--right {
      -webkit-flex-basis: 35%;
          -ms-flex-preferred-size: 35%;
              flex-basis: 35%;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

@media only screen and (max-width: 767px) {
  .navi__item--tapes-desktop {
    display: none; } }

@media only screen and (min-width: 768px) {
  .navi__item--tapes-mobile {
    display: none; } }

@media only screen and (max-width: 767px) {
  .navi__item {
    border-bottom: 1px solid #f3f3f3; }
    .navi__item:last-child {
      padding-top: 30px;
      border-bottom: none; } }

.navi__link, .navi__button > *:first-child {
  display: block;
  padding: 0 10px;
  color: #1b5faa;
  font-size: 15px;
  line-height: 39px; }
  @media only screen and (min-width: 1088px) {
    .navi__link, .navi__button > *:first-child {
      padding: 0 20px; } }
  .navi__link:hover, .navi__button > :hover:first-child {
    text-decoration: none; }

.navi__link-text {
  display: inline-block;
  transition: box-shadow .2s; }
  .navi__link:hover .navi__link-text, .navi__button > :hover:first-child .navi__link-text {
    box-shadow: inset 0 -3px 0 0 #1b5faa; }

@media only screen and (min-width: 768px) {
  .navi__my-account {
    display: none; } }

.navi__sub {
  z-index: 40;
  display: none; }
  .navi__sub .navi__item {
    border-bottom: 1px solid #eaeaea; }
    .navi__sub .navi__item:last-child {
      border-bottom: none; }

.navi .is-dropdown-submenu {
  border: 1px solid #fff;
  background-color: #f3f3f3; }

.navi .pa-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  vertical-align: middle;
  fill: #1b5faa; }

@media only screen and (min-width: 768px) {
  .navi {
    background-color: #f3f3f3;
    white-space: nowrap; } }

@media only screen and (max-width: 767px) {
  .navi {
    margin-top: 30px; }
    .navi__flex {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

#pa-icon--info-circle circle {
  fill: #1b5faa; }

#pa-icon--info-circle path {
  fill: #ffffff; }

.page-brucebanner {
  position: relative;
  display: block;
  width: auto;
  height: 225px;
  margin-bottom: 10px;
  background-position: center center;
  background-size: cover; }
  .page-brucebanner--printercompare {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    background-image: url(/app/images/banners/printer-compare-banner.jpg); }
    .page-brucebanner--printercompare .heading {
      padding: 20px;
      font-size: 28px; }
      @media only screen and (min-width: 448px) {
        .page-brucebanner--printercompare .heading {
          padding: 32px;
          font-size: 36px; } }
  .page-brucebanner--has-content {
    position: relative;
    padding: 30px; }
    .page-brucebanner--has-content.page-brucebanner--cartridge:after {
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      width: 144px;
      height: 220px;
      background-image: url(/app/images/cartridges-person-header.png);
      content: ''; }
      @media only screen and (max-width: 520px) {
        .page-brucebanner--has-content.page-brucebanner--cartridge:after {
          display: none; } }
    .page-brucebanner--has-content.page-brucebanner--toner:after {
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      width: 144px;
      height: 220px;
      background-image: url(/app/images/toners-person-header.png);
      content: ''; }
      @media only screen and (max-width: 520px) {
        .page-brucebanner--has-content.page-brucebanner--toner:after {
          display: none; } }
    .page-brucebanner--has-content:after {
      position: absolute;
      z-index: 1;
      right: 7px;
      bottom: 0;
      width: 108px;
      height: 220px;
      background-image: url(/app/images/persons/printerdeal-person-header.png);
      content: ''; }
      @media only screen and (max-width: 520px) {
        .page-brucebanner--has-content:after {
          display: none; } }
    .page-brucebanner--has-content.page-brucebanner--label:after {
      right: 0;
      bottom: -3px;
      width: 132px;
      height: 225px;
      background-image: url(/app/images/persons/labels-marcel.png);
      background-repeat: no-repeat; }
    .page-brucebanner--has-content .button {
      margin-top: 10px;
      margin-bottom: 0; }
      @media only screen and (max-width: 490px) {
        .page-brucebanner--has-content .button {
          display: none; } }
    .page-brucebanner--has-content .coloredColumn {
      position: relative;
      z-index: 1;
      float: right;
      max-width: 480px;
      height: 167px;
      margin: 0;
      padding: 15px 100px 15px 25px; }
      @media only screen and (max-width: 520px) {
        .page-brucebanner--has-content .coloredColumn {
          margin-right: 0;
          padding: 25px; } }
      @media only screen and (max-width: 1023px) {
        .page-brucebanner--has-content .coloredColumn {
          max-width: 100%; } }
      .page-brucebanner--has-content .coloredColumn .bodytext {
        margin-bottom: 0; }
      @media only screen and (max-width: 520px) {
        .page-brucebanner--has-content .coloredColumn {
          padding-right: 25px; } }
    .page-brucebanner--has-content .heading {
      font-size: 22px; }
      @media only screen and (max-width: 640px) {
        .page-brucebanner--has-content .heading {
          font-size: 19px; } }
  .page-brucebanner--repair .coloredColumn.page-brucebanner__content-right, .page-brucebanner--service-onderhoud .coloredColumn.page-brucebanner__content-right {
    max-width: 330px; }
  @media only screen and (max-width: 1150px) {
    .page-brucebanner--repair .page-brucebanner__content-right, .page-brucebanner--service-onderhoud .page-brucebanner__content-right {
      display: none !important; } }
  .page-brucebanner--repair {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 20px 20px 50px;
    background-image: url(/app/images/banners/page-brucebanner-repair.jpg); }
    .page-brucebanner--repair .coloredColumn {
      display: inline-block;
      margin-top: 0;
      padding: 30px; }
    .page-brucebanner--repair .heading {
      margin-bottom: 0; }
    .page-brucebanner--repair .page-brucebanner-repair-content {
      float: right;
      padding: 10px 15px;
      text-align: center; }
    @media only screen and (max-width: 1023px) {
      .page-brucebanner--repair .page-brucebanner-repair-content {
        display: none; } }
    @media only screen and (max-width: 760px) {
      .page-brucebanner--repair {
        padding: 15px; } }
  .page-brucebanner--service-onderhoud {
    position: relative;
    padding: 5px 25px 25px;
    background-image: url(/app/images/banners/page-brucebanner-service.jpg); }
    .page-brucebanner--service-onderhoud .page-brucebanner-service-onderhoud-content {
      position: relative;
      padding-right: 55px; }
    .page-brucebanner--service-onderhoud .button {
      margin-bottom: 0; }
  .page-brucebanner--supplyOverview {
    background-image: url(/app/images/banners/page-brucebanner-supplyOverview.jpg); }
  .page-brucebanner__content-left {
    position: relative;
    float: left;
    height: 100%;
    padding-left: 100px; }
    .page-brucebanner__content-left:before {
      position: absolute;
      z-index: 3;
      bottom: 0;
      left: 20px;
      width: 126px;
      height: 210px;
      background-image: url(/app/images/banners/pagebanner-roy.png);
      content: ''; }
    @media only screen and (max-width: 1023px) {
      .page-brucebanner__content-left {
        padding-left: 20px; }
        .page-brucebanner__content-left:before {
          display: none; }
        .page-brucebanner__content-left .coloredColumn:first-child {
          padding-left: 20px; } }
    @media only screen and (max-width: 890px) {
      .page-brucebanner__content-left .coloredColumn:last-child {
        display: none; } }
    @media only screen and (max-width: 640px) {
      .page-brucebanner__content-left .coloredColumn {
        margin-top: 20px; } }
    .page-brucebanner__content-left .coloredColumn {
      position: relative;
      z-index: 1;
      display: inline-block;
      height: 94px;
      margin-top: 110px;
      vertical-align: top; }
      @media only screen and (max-width: 450px) {
        .page-brucebanner__content-left .coloredColumn {
          height: auto; } }
      .page-brucebanner__content-left .coloredColumn:last-child:before {
        display: inline-block;
        height: 100%;
        content: '';
        vertical-align: middle; }
      .page-brucebanner__content-left .coloredColumn:first-child {
        margin-right: 7px;
        padding-left: 65px; }
        .page-brucebanner__content-left .coloredColumn:first-child:before {
          display: block;
          height: auto; }
      .page-brucebanner__content-left .coloredColumn .bodytext {
        margin-bottom: 3px; }
      .page-brucebanner__content-left .coloredColumn img {
        max-width: 80px;
        max-height: 64px; }
  .page-brucebanner__content-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    max-width: 390px;
    margin-top: 0;
    padding: 15px 25px; }
    .page-brucebanner__content-right .bodytext {
      margin-bottom: 0;
      line-height: 22px; }
    @media only screen and (max-width: 800px) {
      .page-brucebanner__content-right {
        display: none; } }
  .page-brucebanner-zakelijk {
    display: block;
    width: 100%;
    height: 225px;
    background-image: url(/app/images/banners/page-brucebanner-zakelijk.jpg);
    background-position: center bottom;
    background-size: cover; }
    .page-brucebanner-zakelijk .page-brucebanner__content-left {
      position: relative;
      width: 100%;
      height: 100%;
      padding-top: 60px;
      padding-left: 0;
      text-align: center; }
      .page-brucebanner-zakelijk .page-brucebanner__content-left:before {
        left: 200px;
        width: 138px;
        height: 230px;
        background-image: url(/app/images/banners/pagebanner-roy-large.png); }
        @media only screen and (max-width: 1100px) {
          .page-brucebanner-zakelijk .page-brucebanner__content-left:before {
            left: 100px; } }
    .page-brucebanner-zakelijk .heading {
      font-size: 36px; }

.page-lock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.page-toolbar {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }

.breadcrumb {
  display: inline-block; }

.breadcrumb-list {
  margin: 0;
  list-style: none;
  text-align: left; }
  .breadcrumb-list li {
    margin-left: 0;
    list-style: none; }

.breadcrumb-list--item {
  display: inline-block; }

.breadcrumb-list--link {
  position: relative;
  padding-right: 15px; }
  .breadcrumb-list--link:after {
    content: '-';
    position: absolute;
    right: 6px; }

.btw-links {
  float: right; }
  .btw-links .btw-link {
    position: relative;
    display: inline-block;
    line-height: 9px; }
  .btw-links .btw-link--incl {
    margin-left: 5px;
    margin-right: 15px; }
    .btw-links .btw-link--incl:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      right: -10px;
      top: 0;
      display: block;
      background-color: #000; }
  .btw-links .btw-link-active {
    font-weight: 700; }

.page-overlay-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  opacity: .6;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #0b0b0b; }
  @media only screen and (min-width: 768px) {
    .has-modal-search-popup .page-overlay-bg {
      z-index: 70;
      display: block; }
    .has-modal-search-popup .header--sticky {
      z-index: 71; } }
  @media only screen and (min-width: 768px) {
    .has-modal-3trap-popup .page-overlay-bg {
      z-index: 70;
      display: block; } }
  .has-modal-search-overlay .page-overlay-bg {
    z-index: 70;
    display: block; }
  .has-modal-search-overlay .search-field {
    position: relative;
    z-index: 71; }
  .has-modal-search-overlay .header--sticky {
    z-index: 72; }
  .has-modal-search-overlay--sticky-fixed .search-field {
    z-index: inherit; }

.pagination {
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
  text-align: right; }
  .pagination li {
    margin-left: 0;
    list-style: none; }
  .pagination-container {
    width: 100%;
    margin: 0; }
    .pagination-container li:last-child {
      float: right; }
  .pagination .pagination-item {
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px; }
    @media screen and (min-width: 448px) {
      .pagination .pagination-item {
        margin-left: 10px; } }
    .pagination .pagination-item:first-child {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .pagination .pagination-item:last-child {
      margin-right: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .pagination .pagination-item .fa {
      font-size: 11px; }
    .pagination .pagination-item.disabled {
      display: none; }
  .pagination .pagination-link {
    padding: 7px 13px;
    display: inline-block;
    border: 1px solid #f3f3f3;
    color: #000; }
    .pagination .pagination-link:hover, .pagination .pagination-link.active {
      background-color: #f3f3f3;
      text-decoration: none;
      color: #000; }
  .pagination .pagination-previous span,
  .pagination .pagination-next span {
    display: none; }
    @media screen and (min-width: 576px) {
      .pagination .pagination-previous span,
      .pagination .pagination-next span {
        display: inline-block; } }
  .pagination .pagination-previous {
    margin-right: 0; }
    @media screen and (min-width: 576px) {
      .pagination .pagination-previous .fa {
        margin-right: 10px; } }
  .pagination .pagination-next {
    margin-left: 0; }
    @media screen and (min-width: 576px) {
      .pagination .pagination-next .fa {
        margin-left: 10px; } }
  .pagination .showAll-printers-page-1 .fa {
    margin-left: 5px; }

.partnerLogos {
  padding-top: 30px;
  display: block;
  overflow: hidden; }
  .partnerLogos .partnerLogo-wrap {
    width: 20%;
    float: left;
    display: inline-block;
    text-align: center; }
  @media only screen and (max-width: 640px) {
    .partnerLogos .partnerLogo-wrap {
      width: 50%;
      text-align: left; }
      .partnerLogos .partnerLogo-wrap .partnerLogo-lexmark {
        float: none !important; } }
  .partnerLogos .partnerLogo {
    background-image: url(../../images/icon-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 805px 45px;
    width: 190px;
    height: 58px;
    display: inline-block; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .partnerLogos .partnerLogo {
        background-image: url(../../images/icon-sprite2x.png); } }
    .partnerLogos .partnerLogo.partnerLogo-hpGold {
      width: 128px;
      background-position: 0 -60px; }
    .partnerLogos .partnerLogo.partnerLogo-samsungGold {
      width: 104px;
      background-position: 0 -120px; }
    .partnerLogos .partnerLogo.partnerLogo-lexmark {
      float: right;
      background-position: 0 -180px; }
    .partnerLogos .partnerLogo:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 1023px) {
    .partnerLogos .partnerLogo {
      width: 120px;
      height: 46px;
      margin-bottom: 10px;
      display: inline-block; }
      .partnerLogos .partnerLogo.partnerLogo-hpGold {
        width: 81px;
        background-position: -195px -60px; }
      .partnerLogos .partnerLogo.partnerLogo-samsungGold {
        width: 66px;
        background-position: -195px -120px; }
      .partnerLogos .partnerLogo.partnerLogo-lexmark {
        background-position: -195px -180px; } }

.partnerLogos-small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 639px) {
    .partnerLogos-small {
      display: none; } }
  .partnerLogos-small .partnerLogo-small {
    background-image: url(../../images/icon-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 805px 45px;
    height: 45px;
    display: block;
    float: left;
    margin: 20px 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .partnerLogos-small .partnerLogo-small {
        background-image: url(../../images/icon-sprite2x.png); } }
    .partnerLogos-small .partnerLogo-small.partnerLogo-small-hpGold {
      width: 98px;
      background-position: -150px 0; }
    .partnerLogos-small .partnerLogo-small.partnerLogo-small-samsungGold {
      width: 80px;
      background-position: -250px 0; }
    .partnerLogos-small .partnerLogo-small.partnerLogo-small-lexmark {
      width: 166px;
      background-position: -332px 0; }
    .partnerLogos-small .partnerLogo-small.partnerLogo-small-doubleA {
      width: 51px;
      background-position: -500px 0; }
    .partnerLogos-small .partnerLogo-small.partnerLogo-small-epson {
      width: 131px;
      background-position: -553px 0; }
    .partnerLogos-small .partnerLogo-small.partnerLogo-small-brother {
      width: 119px;
      background-position: -686px 0; }

.printer-bundle {
  margin-bottom: 30px;
  padding: 10px 10px 15px;
  border: 5px solid #f3f3f3; }
  @media only screen and (min-width: 768px) {
    .printer-bundle {
      padding: 20px;
      border: 10px solid #f3f3f3; } }
  .printer-bundle__table-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold; }
    .printer-bundle__table-head .printer-bundle__td-left, .printer-bundle__table-head .printer-bundle__td-right {
      padding: 0 5px 10px; }
      @media only screen and (min-width: 768px) {
        .printer-bundle__table-head .printer-bundle__td-left, .printer-bundle__table-head .printer-bundle__td-right {
          padding: 0 10px 10px; } }
  .printer-bundle__table-body > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (min-width: 768px) {
    .printer-bundle__table-body > div:first-child .printer-bundle__product-image {
      width: 50px; } }
  .printer-bundle__table-head > div, .printer-bundle__table-body > div {
    border-bottom: 1px solid #f3f3f3; }
  .printer-bundle__td-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    padding: 15px 5px; }
    @media only screen and (min-width: 768px) {
      .printer-bundle__td-left {
        -webkit-flex-basis: 220px;
            -ms-flex-preferred-size: 220px;
                flex-basis: 220px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        padding: 20px 10px; }
        .printer-bundle__td-left--main-product {
          -webkit-flex-basis: 110px;
              -ms-flex-preferred-size: 110px;
                  flex-basis: 110px; } }
    .printer-bundle__td-left .printer-bundle__product-quantity {
      -webkit-flex-basis: 110px;
          -ms-flex-preferred-size: 110px;
              flex-basis: 110px; }
      @media only screen and (max-width: 767px) {
        .printer-bundle__td-left .printer-bundle__product-quantity {
          display: none; } }
  .printer-bundle__td-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 5px; }
    .printer-bundle__td-right .printer-bundle__product-quantity-remove {
      display: inline-block;
      margin-top: 5px; }
    @media only screen and (min-width: 768px) {
      .printer-bundle__td-right {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        padding: 20px 10px; }
        .printer-bundle__td-right .printer-bundle__product-quantity {
          display: none; } }
    @media only screen and (max-width: 767px) {
      .printer-bundle__td-right .printer-bundle__cart-bundle-items {
        margin-top: 10px; } }
  .printer-bundle__price {
    margin-left: auto;
    font-weight: bold;
    text-align: right; }
  .printer-bundle__product-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 10px;
    margin-left: auto; }
    @media only screen and (min-width: 768px) {
      .printer-bundle__product-actions {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-basis: 110px;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-top: 0; } }
  .printer-bundle__product-description {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media only screen and (min-width: 768px) {
      .printer-bundle__product-description {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .printer-bundle__product-description .printer-bundle__product-title {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; } }
    @media only screen and (max-width: 767px) {
      .printer-bundle__product-description {
        margin-bottom: 10px; } }
  .printer-bundle__product-image-wrapper {
    position: relative;
    display: inline-block;
    -webkit-flex-basis: 110px;
        -ms-flex-preferred-size: 110px;
            flex-basis: 110px; }
  .printer-bundle__product-image {
    width: 80px;
    height: auto; }
  @media only screen and (max-width: 447px) {
    .printer-bundle__product-image-swatches {
      display: none; } }
  .printer-bundle__bundle-image {
    width: 20px;
    height: 20px; }
    @media only screen and (min-width: 448px) {
      .printer-bundle__bundle-image {
        width: 30px;
        height: 30px; } }
    @media only screen and (min-width: 768px) {
      .printer-bundle__bundle-image {
        width: 40px;
        height: 40px; } }
  .printer-bundle__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .printer-bundle__footer-left, .printer-bundle__footer-right {
    padding: 0 5px 0; }
    @media only screen and (min-width: 768px) {
      .printer-bundle__footer-left, .printer-bundle__footer-right {
        padding: 0 10px 0; } }
  .printer-bundle__footer-right {
    margin-left: auto;
    text-align: right; }

.printer-compare-scrollerbar {
  position: fixed;
  z-index: 10;
  top: -266px;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  background: #fff; }
  .is-scroll .printer-compare-scrollerbar {
    top: 0;
    display: block;
    padding-top: 66px; }
  .printer-compare-scrollerbar .printer-compare-table__header-printers-row,
  .printer-compare-scrollerbar .printer-compare-table__header-printers-td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .printer-compare-scrollerbar .printer-compare-table__header-printer-block--add-printer,
  .printer-compare-scrollerbar .printer-compare-table__header-printer-block--add-printer-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 40px; }
    .printer-compare-scrollerbar .printer-compare-table__header-printer-block--add-printer:before,
    .printer-compare-scrollerbar .printer-compare-table__header-printer-block--add-printer-button:before {
      display: none; }
    @media only screen and (min-width: 896px) {
      .printer-compare-scrollerbar .printer-compare-table__header-printer-block--add-printer,
      .printer-compare-scrollerbar .printer-compare-table__header-printer-block--add-printer-button {
        min-height: 120px; }
        .printer-compare-scrollerbar .printer-compare-table__header-printer-block--add-printer:before,
        .printer-compare-scrollerbar .printer-compare-table__header-printer-block--add-printer-button:before {
          display: block; } }
  .printer-compare-scrollerbar .product-block__image-wrapper {
    display: none;
    max-height: 120px; }
    @media only screen and (min-width: 896px) {
      .printer-compare-scrollerbar .product-block__image-wrapper {
        display: block; } }
  .printer-compare-scrollerbar .product-block__image-link {
    height: 70px;
    padding: 5px; }
  .printer-compare-scrollerbar .product-block__image {
    width: auto;
    height: 100%; }
  .printer-compare-scrollerbar .product-block__title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0; }
    @media only screen and (min-width: 896px) {
      .printer-compare-scrollerbar .product-block__title-wrapper {
        margin-bottom: 0.5rem; } }
  .printer-compare-scrollerbar .product-block__title {
    margin-bottom: 0; }
    @media only screen and (min-width: 896px) {
      .printer-compare-scrollerbar .product-block__title {
        margin-bottom: 0.5rem; } }
  .printer-compare-scrollerbar .product-action {
    display: none; }

.printer-compare-table {
  padding: 0 10px; }
  .printer-compare-table__table {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff; }
    @media only screen and (min-width: 1280px) {
      .printer-compare-table__table {
        min-width: calc((64px * 20) - 30px);
        margin: auto; } }
    .printer-compare-table__table col {
      width: 246px; }
      .printer-compare-table__table col:last-child {
        width: auto; }
  .printer-compare-table__header-printer-block {
    position: relative;
    width: 230px;
    margin: 0 8px;
    border: 1px solid #f3f3f3;
    text-align: center; }
    .printer-compare-table__header-printer-block .product-action--top-right {
      top: 35px; }
  .printer-compare-table__header-printer-block--minimal {
    padding: 0.5rem 1rem; }
    .printer-compare-table__header-printer-block--minimal .product-block__product-price-block {
      display: none; }
  .printer-compare-table__header-printer-block--center .product-block__product-price-block {
    display: block;
    text-align: center; }
    .printer-compare-table__header-printer-block--center .product-block__product-price-block__price {
      margin: 10px; }
  .printer-compare-table__header-printer-block--add-printer {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 230px;
    height: 100%;
    min-height: 400px;
    margin-right: 16px;
    border: solid 1px #1b5faa;
    cursor: pointer; }
    .printer-compare-table__header-printer-block--add-printer:hover .printer-compare-table__header-printer-block--add-printer-button:before {
      color: #1b5faa; }
  .printer-compare-table__header-printer-block--add-printer-button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #1b5faa;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
    .printer-compare-table__header-printer-block--add-printer-button:before {
      display: block;
      content: '\f067';
      color: #eaeaea;
      font-family: FontAwesome;
      font-size: 60px;
      font-weight: normal; }
      .printer-compare-scrollerbar .printer-compare-table__header-printer-block--add-printer-button:before {
        font-size: 40px; }
  .printer-compare-table__compare-row {
    border-bottom: 1px solid #f3f3f3; }
    @media only screen and (min-width: 1024px) {
      .printer-compare-table__compare-row--last {
        border-bottom: none; } }
  .printer-compare-table__compare-row-header {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 16px;
    padding: 10px 10px 12px;
    background: #efefef;
    cursor: pointer;
    color: #1b5faa;
    font-size: 13px;
    font-weight: bold;
    line-height: initial; }
    .printer-compare-table__compare-row-header:before {
      position: -webkit-sticky;
      position: sticky;
      left: 0.75rem;
      margin-right: 0.75rem;
      content: '\f055';
      color: #1b5faa;
      font-family: 'FontAwesome';
      font-size: calc(1.2 * 13px); }
    .printer-compare-table__compare-row-header.expanded:before {
      content: '\f056'; }
  .printer-compare-table__compare-row-header-sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 35px; }
  .printer-compare-table__compare-row-subheader {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    display: block; }
    .printer-compare-table__compare-row-subheader .printer-compare-table__compare-td-header {
      padding: 1rem 10px 0; }
  .printer-compare-table__compare-td {
    min-height: 4rem;
    margin-top: -1.5rem;
    border-left: 1px solid #f3f3f3;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .printer-compare-table__compare-td:nth-last-child(-n + 4):first-child,
      .printer-compare-table__compare-td:nth-last-child(-n + 4):first-child ~ * {
        height: auto;
        margin-top: 0; }
        .printer-compare-table__compare-td:nth-last-child(-n + 4):first-child .printer-compare-table__compare-td-content,
        .printer-compare-table__compare-td:nth-last-child(-n + 4):first-child ~ * .printer-compare-table__compare-td-content {
          padding-top: 12px; } }
    @media only screen and (min-width: 1024px) {
      .printer-compare-table__compare-td:nth-last-child(-n + 5):first-child,
      .printer-compare-table__compare-td:nth-last-child(-n + 5):first-child ~ * {
        height: auto;
        margin-top: 0; }
        .printer-compare-table__compare-td:nth-last-child(-n + 5):first-child .printer-compare-table__compare-td-content,
        .printer-compare-table__compare-td:nth-last-child(-n + 5):first-child ~ * .printer-compare-table__compare-td-content {
          padding-top: 12px; } }
    @media only screen and (min-width: 1280px) {
      .printer-compare-table__compare-td:nth-last-child(-n + 6):first-child,
      .printer-compare-table__compare-td:nth-last-child(-n + 6):first-child ~ * {
        height: auto;
        margin-top: 0; }
        .printer-compare-table__compare-td:nth-last-child(-n + 6):first-child .printer-compare-table__compare-td-content,
        .printer-compare-table__compare-td:nth-last-child(-n + 6):first-child ~ * .printer-compare-table__compare-td-content {
          padding-top: 12px; } }
    .printer-compare-table__compare-td td:first-child:nth-last-child(5) ~ td {
      width: 25%; }
  .printer-compare-table__compare-td-header {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    padding: 0.5rem 10px 10px;
    border: none;
    font-weight: bold; }
  .printer-compare-table__compare-td-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 230px;
    height: 100%;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.3; }
    @media only screen and (min-width: 1024px) {
      .printer-compare-table__compare-td-content {
        padding: 2.25rem 10px 12px 10px; } }
    .printer-compare-table__compare-td-content .fa {
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding-right: 6px;
      font-size: 13px;
      line-height: 1.3; }
  .printer-compare-table__compare-td-contenttext {
    display: inline-block;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .printer-compare-table__footer-printer {
    height: 100%;
    max-width: 230px;
    margin-top: 16px;
    padding: 20px;
    border: 1px solid #f3f3f3;
    text-align: center; }
    .printer-compare-table__footer-printer .product-block__image-wrapper,
    .printer-compare-table__footer-printer .action-sticker,
    .printer-compare-table__footer-printer .product-info,
    .printer-compare-table__footer-printer .product-info-deliver,
    .printer-compare-table__footer-printer .formaddtocompare {
      display: none; }
    .printer-compare-table__footer-printer .product-block__product-price-block {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .printer-compare-table__footer-printer .product-price-block__price {
      margin-right: initial; }
  .printer-compare-table__remove-printer {
    position: absolute;
    z-index: 20;
    top: 6px;
    right: 8px;
    color: #f3f3f3; }
    .printer-compare-table__remove-printer:hover {
      color: #d9534f; }
  .printer-compare-table__check-differences {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1rem 0 0 0.5rem;
    padding: 2px 0 0 1.75rem; }
    .printer-compare-table__check-differences .input-checkbox {
      display: none; }
  .printer-compare-table__footer-cell {
    height: 0; }

@media screen and (min-width: 1024px) {
  .printer-selector__brand-links .list-item:last-child {
    margin-bottom: 1rem; } }

.printer-selector__brand-links .list-item-link {
  display: block;
  color: #000;
  width: 100%; }
  .printer-selector__brand-links .list-item-link:hover {
    color: #000; }
  .printer-selector__brand-links .list-item-link .counter-value {
    margin-left: 0.2rem;
    color: #818181; }
  @media screen and (min-width: 1024px) {
    .printer-selector__brand-links .list-item-link {
      padding: 0.65rem 0; } }

.printer-selector__brand-links .list-item.active .list-item-link {
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1024px) {
    .printer-selector__brand-links .list-item.active .list-item-link {
      height: 40px;
      background-color: #1b5faa; }
      .printer-selector__brand-links .list-item.active .list-item-link:after {
        position: absolute;
        top: 0;
        right: calc(40px / 2 * -1);
        width: 0;
        height: 0;
        border-top: calc(40px / 2) solid transparent;
        border-bottom: calc(40px / 2) solid transparent;
        border-left: calc(40px / 2) solid #1b5faa;
        content: ''; }
      .printer-selector__brand-links .list-item.active .list-item-link .list-item-link-text,
      .printer-selector__brand-links .list-item.active .list-item-link .counter-value, .printer-selector__brand-links .list-item.active .list-item-link:hover {
        color: #fff; } }

.printer-selector__brand-links .list-item-link-text {
  padding: 0.65rem 20px 0.65rem 0; }
  @media screen and (min-width: 1024px) {
    .printer-selector__brand-links .list-item-link-text {
      padding-left: 20px; } }

.printer-selector__column {
  margin-bottom: 30px; }
  .printer-selector__column:not(.printer-selector__column--left) .heading-h2 {
    margin-bottom: 1.15rem; }
  .printer-selector__column .coloredColumn {
    margin-top: 0;
    padding: 20px 30px;
    border-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .printer-selector__column .coloredColumn > div .printer-selector__results-row {
        margin-bottom: 30px; }
      .printer-selector__column .coloredColumn > div:not(:last-child) .printer-selector__results-row {
        padding-bottom: 26px;
        border-bottom: solid 1px #eaeaea; } }
  .printer-selector__column .closed {
    min-height: 235px; }
  .printer-selector__column .open {
    height: auto; }
  @media screen and (max-width: 1023px) {
    .printer-selector__column--left {
      padding: 0; } }
  .printer-selector__column--left .heading {
    margin-left: 20px; }
  .printer-selector__column--left .coloredColumn {
    padding: 20px 0 0; }

@media screen and (max-width: 1023px) {
  .printer-selector__results {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
    padding: 0 0.625rem; }
    .printer-selector__results .coloredColumn {
      margin-top: 0; }
    .printer-selector__results .list-item:last-child {
      margin-bottom: 1rem; }
    .printer-selector__results .list-item.active:not(:last-child) {
      margin-bottom: 1rem; }
    .printer-selector__results .list-item.active:last-child {
      margin-bottom: 0; }
    .printer-selector__results .list-item-link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-decoration: none;
      padding-left: 20px;
      padding-right: 20px; }
      .printer-selector__results .list-item-link .list-item-link-text {
        color: #000; }
        .printer-selector__results .list-item-link .list-item-link-text:hover {
          text-decoration: underline; }
      .printer-selector__results .list-item-link .fa {
        color: #000;
        font-size: 18px; }
        .printer-selector__results .list-item-link .fa:hover .fa {
          text-decoration: none; } }

@media screen and (min-width: 1024px) {
  .printer-selector__results .list-item-link .fa {
    display: none; } }

.printer-selector__results-brand-titles {
  display: block;
  width: 100%;
  margin: 0 0 0.7rem 0;
  font-weight: 700; }

.printer-selector__results-row {
  margin: 0; }

@media screen and (max-width: 1023px) {
  .printer-selector__series-block {
    padding: 0 20px 0 40px;
    background-color: #eaeaea; }
    .printer-selector__series-block:first-of-type {
      padding-top: 2rem;
      margin-top: 0.25rem; }
    .printer-selector__series-block:last-child {
      padding-bottom: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .printer-selector__series-block {
    margin-bottom: 30px; } }

.printer-selector__show-more {
  display: block;
  width: 100%;
  height: 46px;
  padding: 12px 15px;
  background-color: #eaeaea;
  color: #000;
  font-size: 18px;
  font-weight: 200;
  text-align: center; }
  .printer-selector__show-more:hover, .printer-selector__show-more:focus, .printer-selector__show-more:visited {
    color: #000; }
  .printer-selector__show-more .fa {
    margin-right: 10px;
    color: #000;
    font-size: 18px; }

.printer-selector__type-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%; }
  .printer-selector__type-links .list-item {
    width: 100%; }
    @media screen and (min-width: 512px) {
      .printer-selector__type-links .list-item {
        width: 50%; } }
    @media screen and (min-width: 704px) {
      .printer-selector__type-links .list-item {
        width: 33.33333%; } }
    @media screen and (min-width: 1024px) {
      .printer-selector__type-links .list-item {
        width: 100%; } }
  .printer-selector__type-links .list-item-link {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0;
    color: #000; }
    .printer-selector__type-links .list-item-link:hover {
      color: #000; }

.printers-decision-helper-popup .slider {
  width: 300px;
  max-width: 100%; }
  .printers-decision-helper-popup .slider .slider-draggable::before {
    border-color: #f0f0f0; }

.printers-decision-helper-popup__section {
  margin-bottom: 20px; }
  @media only screen and (min-width: 448px) {
    .printers-decision-helper-popup__section {
      margin-bottom: 25px; } }
  .printers-decision-helper-popup__section--with-padding {
    padding: 15px; }
  .printers-decision-helper-popup__section--with-border {
    border: 1px solid #f3f3f3; }

.printers-decision-helper-popup__progress-steps {
  margin: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px; }
  .printers-decision-helper-popup__progress-steps li {
    margin-left: 0;
    list-style: none; }
  .printers-decision-helper-popup__progress-steps-item {
    position: relative;
    display: block;
    float: left;
    width: 25%; }
    @media only screen and (min-width: 960px) {
      .printers-decision-helper-popup__progress-steps-item {
        padding: 9px;
        background-color: #f3f3f3;
        text-align: center;
        text-transform: uppercase; }
        .printers-decision-helper-popup__progress-steps-item:first-child {
          padding-right: 20px; }
          .printers-decision-helper-popup__progress-steps-item:first-child.done a:after {
            right: 0; }
        .printers-decision-helper-popup__progress-steps-item:last-child {
          margin-right: 0;
          padding-left: 20px; }
        .printers-decision-helper-popup__progress-steps-item:not(:last-child):after {
          position: absolute;
          top: 0;
          right: 0;
          width: 0;
          height: 0;
          border-width: 20px 0 20px 20px;
          border-style: solid;
          border-color: #fff #fff #fff #f3f3f3;
          content: ''; }
        .printers-decision-helper-popup__progress-steps-item:not(:first-child):before {
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          border-width: 20px 0 20px 20px;
          border-style: solid;
          border-color: transparent transparent transparent #fff;
          content: ''; }
        .printers-decision-helper-popup__progress-steps-item.active {
          background-color: #1b5faa;
          color: #fff; }
          .printers-decision-helper-popup__progress-steps-item.active:not(:last-child):after {
            border-color: #fff #fff #fff #1b5faa; }
        .printers-decision-helper-popup__progress-steps-item a {
          position: relative;
          display: block;
          width: 100%;
          color: #000;
          text-align: center; }
        .printers-decision-helper-popup__progress-steps-item.done a:after {
          position: absolute;
          top: 0;
          right: 10px;
          content: '\f00c';
          color: #c8c7c7;
          font-family: 'FontAwesome';
          font-size: 15px; } }
    @media only screen and (min-width: 960px) and (max-width: 9999px) {
      .printers-decision-helper-popup__progress-steps-item.done a:after {
        display: none; } }
    @media only screen and (max-width: 959px) {
      .printers-decision-helper-popup__progress-steps-item {
        width: calc(33.33333% - 8.33333px);
        text-align: right; }
        .printers-decision-helper-popup__progress-steps-item:not(:first-child):before {
          position: absolute;
          z-index: 1;
          top: 10px;
          right: 0;
          left: 0;
          display: block;
          height: 5px;
          background-color: #f3f3f3;
          content: ''; }
        .printers-decision-helper-popup__progress-steps-item span,
        .printers-decision-helper-popup__progress-steps-item a {
          border-radius: 50% 50% 50% 50%;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 1000%;
          position: relative;
          z-index: 2;
          display: inline-block;
          width: 25px;
          height: 25px;
          background-color: #f3f3f3; }
        .printers-decision-helper-popup__progress-steps-item a {
          background-color: #1b5faa; }
        .printers-decision-helper-popup__progress-steps-item.done span, .printers-decision-helper-popup__progress-steps-item.active span {
          background-color: #1b5faa; }
        .printers-decision-helper-popup__progress-steps-item.done:before, .printers-decision-helper-popup__progress-steps-item.active:before {
          background-color: #1b5faa; }
        .printers-decision-helper-popup__progress-steps-item.done a:after {
          position: absolute;
          top: 1px;
          right: 5px;
          content: '\f00c';
          color: #fff;
          font-family: 'FontAwesome';
          font-size: 15px; }
        .printers-decision-helper-popup__progress-steps-item:first-child {
          width: 25px;
          margin-left: 0; } }

.printers-decision-helper-popup__question1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .printers-decision-helper-popup__question1-left {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .printers-decision-helper-popup__question1-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -15px; }
    .printers-decision-helper-popup__question1-right > * {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      padding-right: 5px; }
      @media only screen and (min-width: 576px) {
        .printers-decision-helper-popup__question1-right > * {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; } }
      @media only screen and (min-width: 768px) {
        .printers-decision-helper-popup__question1-right > * {
          -webkit-flex-basis: 33.33333%;
              -ms-flex-preferred-size: 33.33333%;
                  flex-basis: 33.33333%; } }

.printers-decision-helper-popup__question2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .printers-decision-helper-popup__question2 {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .printers-decision-helper-popup__question2-left {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media only screen and (min-width: 768px) {
      .printers-decision-helper-popup__question2-left {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
  .printers-decision-helper-popup__question2-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 768px) {
      .printers-decision-helper-popup__question2-right {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .printers-decision-helper-popup__question2 .criteria {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    .printers-decision-helper-popup__question2 .criteria .slider__box--range {
      position: relative;
      display: block;
      float: left;
      width: 45%; }
      .printers-decision-helper-popup__question2 .criteria .slider__box--range:last-child {
        float: right; }
  .printers-decision-helper-popup__question2 .printer-steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .printers-decision-helper-popup__question2 .printer-steps {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0; } }
    .printers-decision-helper-popup__question2 .printer-steps li {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      @media only screen and (min-width: 576px) {
        .printers-decision-helper-popup__question2 .printer-steps li {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; } }
      @media only screen and (min-width: 768px) {
        .printers-decision-helper-popup__question2 .printer-steps li {
          -webkit-flex-basis: inherit;
              -ms-flex-preferred-size: inherit;
                  flex-basis: inherit; } }
      .printers-decision-helper-popup__question2 .printer-steps li:not(:last-child) {
        padding-bottom: 20px; }
      .printers-decision-helper-popup__question2 .printer-steps li > div {
        position: relative;
        padding-right: 5px;
        padding-left: 27px; }
        .printers-decision-helper-popup__question2 .printer-steps li > div:before {
          position: absolute;
          top: 1px;
          left: 0;
          padding: 0 1px;
          color: #1b5faa;
          font-family: 'FontAwesome';
          font-size: 16px; }
    .printers-decision-helper-popup__question2 .printer-steps strong {
      display: block; }
    .printers-decision-helper-popup__question2 .printer-steps .home:before {
      content: '\f015';
      font-size: 18px; }
    .printers-decision-helper-popup__question2 .printer-steps .homeoffice:before {
      content: '\f0f2'; }
    .printers-decision-helper-popup__question2 .printer-steps .office:before {
      content: '\f1ad'; }
    .printers-decision-helper-popup__question2 .printer-steps .bigoffice:before {
      content: '\f0f7'; }

.printers-decision-helper-popup__question3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -15px; }
  .printers-decision-helper-popup__question3 .form-checkbox {
    padding-right: 25px; }

.printers-decision-helper-popup__question4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .printers-decision-helper-popup__question4 .criteria {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    .printers-decision-helper-popup__question4 .criteria .slider-draggable {
      margin-top: 0; }

.privatelabel__head {
  position: relative;
  display: block;
  margin-bottom: 10px;
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-color: #1b5faa; }

.privatelabel__head-content {
  padding: 80px 0;
  margin-bottom: 50px; }
  @media only screen and (max-width: 639px) {
    .privatelabel__head-content {
      padding: 20px 0; } }

.privatelabel__head-content-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 15px 25px; }
  @media only screen and (max-width: 639px) {
    .privatelabel__head-content-left {
      padding: 30px 25px 15px 25px; } }

.privatelabel__head-content-right {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding: 15px 25px; }

.privatelabel__bodytext {
  margin-bottom: 0;
  line-height: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  font-size: 13px; }

.privatelabel__coloredColumn {
  padding: 10px 25px 22px 25px;
  margin-top: 20px 0px; }

.privatelabel__reviews {
  margin-top: 20px;
  border-top: 1px solid #f3f3f3; }

.privatelabel__reviewslider {
  max-width: 600px;
  margin: 10px auto 0 auto; }
  .privatelabel__reviewslider .bx-wrapper {
    border: none; }
  .privatelabel__reviewslider .avatar {
    width: 100px;
    padding: 10px;
    float: left;
    margin-right: 15px; }
  .privatelabel__reviewslider .review {
    padding: 10px; }
  .privatelabel__reviewslider .bx-prev, .privatelabel__reviewslider .bx-next {
    background-color: white;
    box-shadow: none; }
    @media only screen and (max-width: 1407px) {
      .privatelabel__reviewslider .bx-prev, .privatelabel__reviewslider .bx-next {
        display: block; } }
    @media only screen and (max-width: 895px) {
      .privatelabel__reviewslider .bx-prev, .privatelabel__reviewslider .bx-next {
        display: none; } }
  .privatelabel__reviewslider .bx-prev:before, .privatelabel__reviewslider .bx-next:before {
    color: #1b5faa; }

.privatelabel__usp-list {
  margin-top: 10px;
  margin-left: 0; }

.privatelabel__list-item {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0 15px 0 25px;
  margin-top: 5px;
  color: #fff;
  font-weight: 200; }
  .privatelabel__list-item:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    display: block;
    font-family: 'FontAwesome'; }
  @media only screen and (max-width: 1279px) {
    .privatelabel__list-item {
      width: 100%; } }

.privatelabel__info-row {
  position: relative; }
  .privatelabel__info-row--checkmark:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #1b5faa;
    font-family: 'FontAwesome'; }
  .privatelabel__info-row--thumbs:before {
    content: '\f087';
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #1b5faa;
    font-family: 'FontAwesome'; }

.privatelabel__banner {
  position: relative;
  width: 100%;
  margin: 30px 0;
  min-height: 145px;
  background-color: #1b5faa; }

.privatelabel__banner-image {
  position: absolute;
  left: 40px;
  bottom: 0;
  height: 195px;
  width: 107px; }
  @media only screen and (max-width: 1023px) {
    .privatelabel__banner-image {
      display: none; } }

.privatelabel__banner-left {
  position: relative;
  height: 100%; }

.privatelabel__banner-left-content {
  padding: 40px 40px 40px 180px; }
  @media only screen and (max-width: 1023px) {
    .privatelabel__banner-left-content {
      padding: 40px; } }
  @media only screen and (max-width: 639px) {
    .privatelabel__banner-left-content {
      padding-bottom: 1em; } }

.privatelabel__banner-right {
  padding: 40px; }
  @media only screen and (max-width: 639px) {
    .privatelabel__banner-right {
      padding-top: 0; } }
  .privatelabel__banner-right .first-column {
    padding-right: 10px; }
  .privatelabel__banner-right .fa {
    font-size: 15px; }

.product-block__action-txt {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 0;
  padding: 2px 8px;
  font-weight: 200; }
  .product-block__action-txt--fw-n {
    font-weight: 400; }
  .product-block__action-txt--medium {
    bottom: 0;
    padding: 2px 16px; }
  .product-block__action-txt--full-width {
    right: 0; }
  .product-block__action-txt--bg-blue {
    background-color: #1b5faa;
    color: #ffffff; }
  .product-block__action-txt--bg-green {
    background-color: #4cae4c;
    color: #ffffff; }
  .product-block__action-txt--bg-gray {
    background-color: #f3f3f3;
    color: #1b5faa; }

.product-block__image-wrapper {
  position: relative; }
  .product-block__image-wrapper .color-swatch__wrap {
    left: 0; }

.product-block__image-link {
  position: relative;
  display: block;
  padding: 25px;
  text-align: center; }

.product-block__printer-deal-bundle-items {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #f3f3f3; }

.product-block__shippable {
  margin: 10px 0; }
  .product-block__shippable--centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.product-block__title-wrapper {
  display: block;
  min-height: 44px;
  margin-bottom: 1rem; }

.product-block-wrapper {
  position: relative; }

.product-block .formaddtocompare {
  padding: 0;
  border-bottom: 1px solid #f3f3f3; }
  .product-block .formaddtocompare .formlabel {
    display: inline-block;
    width: 100%;
    line-height: 26px; }

.product-overview__block .product-block {
  position: relative;
  min-height: calc(100% - 40px);
  padding: 0 20px 20px;
  background-color: #ffffff; }
  .product-overview__block .product-block--housebrand {
    background-color: #f8f8f8; }
  @media only screen and (min-width: 832px) {
    .product-overview__block .product-block--hover {
      position: absolute;
      z-index: 40;
      right: 0;
      left: 0;
      outline: 1px solid #f3f3f3;
      box-shadow: 0 0 18px -6px rgba(0, 0, 0, 0.5);
      transition: box-shadow 0.2s; }
      .product-overview__block .product-block--hover .product-info-list__items--has-details {
        display: none; }
      .product-overview__block .product-block--hover .product-block__details-hover {
        display: block; } }

.product-block--hor {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff; }
  @media only screen and (min-width: 1024px) {
    .product-block--hor {
      padding: 0 15px 15px 15px; } }
  .product-block--hor--housebrand {
    background-color: #f8f8f8; }

.product-overview__block .product-block--hor {
  padding: 1rem 1rem 0 1rem; }

.product-block--hor .product-block__image-wrapper {
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-height: initial;
  margin-bottom: calc(1rem - 10px); }
  .product-block--hor .product-block__image-wrapper .product-block__image {
    padding: 5px; }
    @media only screen and (min-width: 512px) {
      .product-block--hor .product-block__image-wrapper .product-block__image {
        padding: 15px; } }
  .product-block--hor .product-block__image-wrapper .product-block__image-link {
    position: relative;
    display: block;
    padding: 0; }
  .product-block--hor .product-block__image-wrapper .color-swatch__wrap {
    top: 0;
    left: 0;
    max-width: 42px; }
    .product-block--hor .product-block__image-wrapper .color-swatch__wrap .color-swatch {
      margin: 0 5px 5px 0; }
    .product-block--hor .product-block__image-wrapper .color-swatch__wrap .color-swatch__color {
      width: 16px;
      height: 16px; }
  .product-block--hor .product-block__image-wrapper .color-swatch__wrap--labels .color-swatch__color {
    width: 30px;
    height: 30px; }

.product-block--hor .product-block__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 2 2 0;
      -ms-flex: 2 2 0px;
          flex: 2 2 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 10px; }
  .product-block--hor .product-block__description .checkmark {
    display: inline-block; }

.product-block--hor .product-block__product-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-block--hor .product-block__shippable {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.product-block--hor .product-block__product-price-block {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.product-block--hor .product-block__title-wrapper {
  min-height: initial;
  margin-bottom: 0; }

.product-block--hor .product-action,
.product-block--hor .product-block__action-txt {
  position: initial;
  display: inline-block;
  margin-bottom: 10px; }

.product-block--hor .formaddtocompare {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  border-bottom: none; }

.product-block-medium {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  height: 100%;
  position: relative; }
  .product-block-medium:hover {
    outline: 1px solid #f3f3f3;
    box-shadow: 0 0 18px -6px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.2s; }
  .product-block-medium__image-wrapper {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    margin: 20px 0;
    overflow: hidden; }
  .product-block-medium__image-link {
    display: block;
    max-width: 100%;
    padding: 0 30%; }
    @media only screen and (min-width: 1152px) {
      .product-block-medium__image-link {
        padding: 0 25%; } }
  .product-block-medium__image {
    height: auto; }
  .product-block-medium__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 10px; }
  .product-block-medium__title-link {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product-block-medium__title {
    font-size: 14px; }
  .product-block-medium__info-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .product-block-medium__swatches {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    max-width: 50%;
    max-height: 41px; }
    @media only screen and (min-width: 896px) {
      .product-block-medium__swatches {
        max-width: 50%; } }
    @media only screen and (min-width: 1152px) {
      .product-block-medium__swatches {
        max-width: 50%; } }
    @media only screen and (min-width: 1280px) {
      .product-block-medium__swatches {
        max-width: 35%; } }
    .product-block-medium__swatches .color-swatch__wrap {
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
      height: 100%; }
    .product-block-medium__swatches .color-swatch__bundle-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-content: space-between;
          -ms-flex-line-pack: justify;
              align-content: space-between;
      max-width: 100%;
      height: 100%; }
    .product-block-medium__swatches .color-swatch {
      margin: 0 5px 0 0; }
    .product-block-medium__swatches .color-swatch__color {
      width: 18px;
      height: 18px; }
  .product-block-medium__order {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .product-block-medium__order .button {
      margin: 0; }
  .product-block-medium__price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-block-medium__price .product-price {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0;
      margin-right: 10px; }
    .product-block-medium__price .product-price-block__price-btw {
      line-height: 1.2; }
  .product-block-medium-container {
    width: 50%;
    padding: 10px 15px;
    border-bottom: solid 1px #eaeaea; }
    @media only screen and (min-width: 1152px) {
      .product-block-medium-container {
        width: 33.33333%; } }

.product-block-small {
  display: block;
  overflow: hidden;
  position: relative;
  height: calc(100% - 30px);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff; }
  .product-block-small__product-title {
    font-size: 15px;
    font-weight: 400; }
  .product-block-small .color-swatch__wrap {
    max-width: 80px; }
  .product-block-small .color-swatch__bundle-wrap {
    background-color: rgba(255, 255, 255, 0.9); }
  .product-block-small-housebrand {
    border: 2px solid #1b5faa; }
  .product-block-small-imageWrap {
    position: relative;
    display: block;
    float: left;
    padding: 30px 30px 30px 15px; }
    @media only screen and (max-width: 1215px) {
      .product-block-small-imageWrap {
        float: none;
        text-align: center; } }
  .product-block-small-image {
    width: auto;
    height: 100px; }
  .product-block-small__info {
    display: block;
    overflow: hidden; }
    @media only screen and (max-width: 1215px) {
      .product-block-small__info {
        float: left;
        width: 100%; } }
    .product-block-small__info .shippable {
      color: #000; }
  .product-block-small__price .product-buttons {
    display: inline-block;
    float: right; }
  .modal .product-block-small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .modal .product-block-small__info {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .modal .product-block-small__info-titleParts {
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin-bottom: 1rem; }
  .product-block-small__info-titleParts {
    display: block;
    min-height: 60px;
    margin-top: 10px; }
    @media only screen and (max-width: 1215px) {
      .product-block-small__info-titleParts {
        min-height: inherit;
        margin-top: inherit; } }
  .supplyDetail__relatedProducts--narrow .product-block-small-imageWrap {
    float: none;
    padding: 25px;
    text-align: center; }
    .supplyDetail__relatedProducts--narrow .product-block-small-imageWrap > a {
      display: block; }
  .supplyDetail__relatedProducts--narrow .product-block-small-image {
    height: 200px; }
  .supplyDetail__relatedProducts--narrow .product-block-small__info-titleParts {
    min-height: inherit;
    margin-top: inherit; }
  .product-block-small-container .product-block-small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80%;
    margin: 0.75rem 0 0.75rem;
    padding: 0; }
    .product-block-small-container .product-block-small-housebrand {
      border: none; }
    .product-block-small-container .product-block-small-imageWrap {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: left;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100px;
      min-width: 100px;
      max-width: 80%;
      padding: 0 15px; }
    .product-block-small-container .product-block-small-image {
      height: auto;
      max-height: 80px; }
    .product-block-small-container .product-block-small__info {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .product-block-small-container .product-block-small__info-titleParts {
      min-height: 45px;
      margin-top: 0; }
    .product-block-small-container .product-block-small__price .product-price__number {
      font-size: 18px;
      line-height: 1; }
    .product-block-small-container .product-block-small__product-title {
      font-size: 13px;
      line-height: 1.6; }
    .product-block-small-container .product-block-small .shippable {
      display: none; }
    .product-block-small-container .product-block-small .button.button-cart {
      margin-right: 0;
      margin-bottom: 0;
      padding: 8px 10px 8px; }
    .product-block-small-container .product-block-small .fa-shopping-cart {
      font-size: 16px; }
    .product-block-small-container .product-block-small .color-swatch__wrap {
      top: auto;
      bottom: 6px;
      left: 0;
      max-width: initial; }
      .product-block-small-container .product-block-small .color-swatch__wrap .color-swatch {
        margin: 5px 5px 0 0; }
    .product-block-small-container .product-block-small .color-swatch__color {
      width: 1rem;
      height: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .product-block-small-container .product-block-small .color-swatch__text {
      font-size: 14px;
      line-height: 1rem; }
    .product-block-small-container .product-block-small .product-action,
    .product-block-small-container .product-block-small .product-block__action-txt {
      display: none; }
  .product-block-small-container.product-block-small-container--grid-sidebar {
    width: 100%;
    padding: 0.5rem 0.9375rem 0.5rem; }
    @media only screen and (min-width: 1024px) {
      .product-block-small-container.product-block-small-container--grid-sidebar {
        width: 50%; }
        .product-block-small-container.product-block-small-container--grid-sidebar:nth-child(odd) {
          border-right: solid 1px #eaeaea; } }
    @media only screen and (min-width: 1280px) {
      .product-block-small-container.product-block-small-container--grid-sidebar {
        width: 33.33333%;
        border-right: solid 1px #eaeaea; }
        .product-block-small-container.product-block-small-container--grid-sidebar:nth-child(3n) {
          border-right: none; } }
    .product-block-small-container.product-block-small-container--grid-sidebar .product-block-small {
      padding: 10px 10px 5px 10px; }
  .product-block-small-container.product-block-small-container--grid-fullwidth {
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .product-block-small-container.product-block-small-container--grid-fullwidth {
        width: 50%;
        padding: 0.5rem 0.9375rem 0.5rem; }
        .product-block-small-container.product-block-small-container--grid-fullwidth:nth-child(odd) {
          border-right: solid 1px #eaeaea; } }
    @media only screen and (min-width: 1024px) {
      .product-block-small-container.product-block-small-container--grid-fullwidth {
        width: 33.33333%;
        border-right: solid 1px #eaeaea; }
        .product-block-small-container.product-block-small-container--grid-fullwidth:nth-child(3n) {
          border-right: none; } }

.specifications-table__group-title {
  font-size: 13px;
  margin-bottom: 1rem; }

.product-spec-small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product-spec-small__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px; }
    .product-spec-small__row:nth-of-type(odd) {
      background-color: #efefef; }
  .product-spec-small__spec-title {
    width: 40%;
    margin-right: 10px; }
    @media only screen and (min-width: 704px) {
      .product-spec-small__spec-title {
        min-width: 115px;
        width: 30%; } }

.product-action {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product-action--top-right {
    top: 20px;
    right: 0;
    bottom: inherit;
    left: inherit; }
  .product-action__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 34px;
    padding-left: 10px;
    background-color: #1b5faa;
    color: #fff; }
    .product-action__content--vert {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 8px;
      padding-bottom: 8px; }
      .product-action__content--vert .product-action__txt--large {
        font-size: 16px; }
    .product-action__content--red {
      background-color: #d9534f; }
    .product-action__content--green {
      background-color: #4cae4c; }
    .product-action__content--grey {
      background-color: #797979; }
  .product-action__txt {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 10px;
    line-height: 1.4em;
    text-align: center; }
    .product-action__txt--large {
      font-size: 20px;
      font-weight: bold;
      line-height: 1em; }
    .product-action__txt--printerdeal-line1, .product-action__txt--printerdeal-line2 {
      text-transform: uppercase; }
    .product-action__txt--printerdeal-line1 {
      font-size: 18px;
      font-weight: 600; }
    .product-action__txt--printerdeal-line2 {
      font-size: 16.4px;
      font-weight: 300; }

.product .combobox {
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 10px; }

.product-banner-printerSpecialist {
  width: 100%;
  padding: 30px;
  margin: 30px 0;
  min-height: 145px;
  background-color: #1b5faa;
  background-image: url(../../images/printer-content-banner.png);
  background-position: bottom right;
  background-repeat: no-repeat; }
  .product-banner-printerSpecialist .columns {
    border: 0; }

@media only screen and (max-width: 1023px) {
  .product-banner-printerSpecialist {
    background-image: none; } }

.product-banner-list {
  margin: 0;
  list-style: none; }
  .product-banner-list li {
    margin-left: 0;
    list-style: none; }
  .product-banner-list .list-item {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 15px 0 25px;
    margin-top: 5px;
    color: #fff;
    font-weight: 200; }
    .product-banner-list .list-item:before {
      content: '\f00c';
      position: absolute;
      left: 0;
      width: 10px;
      height: 10px;
      display: block;
      font-family: 'FontAwesome'; }
  @media only screen and (max-width: 1225px) {
    .product-banner-list .list-item {
      width: 100%; } }

.product-buttons .button {
  vertical-align: top; }
  .product-buttons .button:first-child {
    margin-right: 10px; }

.product-buttons .form-select__wrapper, .product-buttons .form-quantity-select__wrapper {
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 10px; }

.product-buttons .form-quantity-select__wrapper .form-select__wrapper {
  margin-right: 0; }

.product-buttons .form-quantity-select__wrapper input {
  padding-top: 6px; }

.product-buttons .form-quantity-select__wrapper select {
  padding-top: 12px;
  padding-bottom: 11px; }

.product-info-list__items {
  list-style: disc; }

.product-info-list--has-details {
  margin-bottom: 0;
  line-height: 1.5; }
  .product-info-list--has-details .product-info-list__item {
    margin: 0.2rem 0; }

.product-info-list__detailed {
  padding-top: 10px;
  border-top: 1px solid #f3f3f3; }

.product-info-list .fa.product-info-list__detailed-icon {
  margin-right: 8px;
  margin-left: 1px;
  color: #4cae4c; }
  .product-info-list .fa.product-info-list__detailed-icon.warning {
    color: #d9534f; }

.product-info-list__detailed-item--border {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f3f3f3; }

.product-order-button--supply-pdp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .product-order-button--supply-pdp .product-order-button__button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0 0 0 15px; }
    .product-order-button--supply-pdp .product-order-button__button--disabled {
      margin: 0; }

.product-price {
  position: relative;
  display: inline-block; }
  .product-price__number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap; }
  .product-price__btw {
    display: block;
    color: #aaa;
    white-space: nowrap; }

.product-price-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .product-price-block__buttons, .product-price-block__price {
    padding-top: 5px; }
  .product-price-block__price {
    margin-right: auto; }
  .product-price-block__price-number, .product-price-block__price-btw {
    display: inline-block;
    margin-right: 0.25rem; }
  .product-price-block__price-number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap; }
    .product-price-block__price-number--small {
      font-size: 18px; }
    .product-price-block__price-number--large {
      font-size: 39px;
      line-height: 1; }
    .product-price-block__price-number--large-with-margin {
      font-size: 39px;
      line-height: 1;
      margin-right: 10px;
      margin-bottom: 2px; }
  .product-price-block__price-number-before {
    color: #aaa;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: line-through; }
    .product-price-block__price-number-before--small {
      font-size: 10px; }
  .product-price-block__price-btw {
    color: #aaa; }

.product-review {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .product-review__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-review__stars {
    width: 107px;
    height: 20px; }
  .product-review__author {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0; }
  .product-review__body {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product-review__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .product-review__trustpilot_logo-hor {
    width: 125px;
    height: 31px;
    margin-top: 10px; }

.product-review-2019 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 2rem; }
  @media only screen and (min-width: 384px) and (max-width: 768px) {
    .product-review-2019 {
      margin: auto; } }
  .product-review-2019 .product-review-content {
    -webkit-flex: 4 1 auto;
        -ms-flex: 4 1 auto;
            flex: 4 1 auto; }
  .product-review-2019__identity {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2rem;
    min-height: 100px; }
  .product-review-2019__img-wrapper {
    position: relative; }
  .product-review-2019__img {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100px; }
    .product-review-2019__img:before {
      display: block;
      padding-top: 100%;
      content: ''; }
    .product-review-2019__img img {
      position: absolute;
      top: 0;
      left: 0; }
  .product-review-2019__rating {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.5rem;
    border: solid 1px #eaeaea;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform: translate(30%, -30%);
            transform: translate(30%, -30%); }
    .product-review-2019__rating:before {
      display: block;
      padding-top: 100%;
      content: ''; }
  .product-review-2019__rating-value {
    position: absolute;
    color: #1b5faa;
    font-size: 1rem;
    font-weight: bold; }
  .product-review-2019__author {
    min-width: 50%;
    color: #000;
    font-weight: bold; }
  .product-review-2019__stars {
    width: 95%;
    max-width: 150px;
    margin-bottom: 1rem; }
    .product-review-2019__stars img {
      max-height: 50px; }
  .product-review-2019__content {
    max-width: 100%; }
  .product-review-2019__body {
    font-style: italic; }
  .product-review-2019--compact {
    margin-bottom: 1rem;
    padding: 1rem 0; }
    @media only screen and (min-width: 640px) {
      .product-review-2019--compact {
        padding: 1rem 2rem 0; } }
    .product-review-2019--compact .product-review-2019__content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .product-review-2019--compact .product-review-2019__author {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .product-review-2019--compact .product-review-2019__stars {
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      width: auto;
      max-width: 110px;
      margin-bottom: 6px; }
    .product-review-2019--compact .product-review-2019__body {
      width: 100%; }
  .product-review-2019--left {
    padding-top: 2rem;
    padding-left: 0; }
  .product-review-2019--center {
    padding: 0;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 1088px) {
      .product-review-2019--center {
        padding-left: 60px; } }

.product-usp-block .unorderedList-checkmarks {
  margin: 1.5rem 0; }

.product-usp-block li.list-item {
  margin: 0.25rem 0; }

.product-usp-block--supply .unorderedList-checkmarks {
  border-top: 1px solid #f3f3f3; }

.product-usp-block--supply li.list-item:first-child {
  margin-top: 0.5rem; }

.product-usp-block--printabout-benefit .unorderedList-checkmarks {
  margin: 0; }

.productWizard {
  display: inline-block; }

.productWizard-productOverview {
  float: right; }

.productWizard-withperson {
  position: relative;
  height: 100%;
  width: 500px;
  display: inline-block; }
  .productWizard-withperson:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0; }
  .productWizard-withperson .coloredColumn {
    margin-right: 35px;
    padding: 15px 160px 20px 30px; }

.productWizard-withperson-paper .coloredColumn {
  margin-right: 60px;
  padding: 15px 130px 20px 30px; }

.productWizard-withperson-paper:before {
  width: 187px;
  height: 229px;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../../images/person-elma-paperwizard.png); }

@media only screen and (max-width: 640px) {
  .productWizard-withperson {
    display: block;
    width: 100%; }
    .productWizard-withperson:before {
      display: none; }
    .productWizard-withperson .coloredColumn {
      margin-right: 30px;
      margin-left: 30px;
      padding: 15px; } }

@media only screen and (max-width: 400px) {
  .productWizard-withperson .coloredColumn {
    margin: 20px;
    padding: 10px; } }

.productWizard-select-field {
  position: relative;
  display: block; }

.productWizard-select {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 10px 0 10px 15px;
  border: 1px solid #f3f3f3;
  color: #000;
  z-index: 1; }
  .productWizard-select:after {
    content: '\f107';
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px; }
  .productWizard-select:hover, .productWizard-select:focus {
    color: #000;
    text-decoration: none; }

.is-open.productWizard-select:after {
  content: '\f106'; }

.productWizard-submenu {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  z-index: 2; }
  .productWizard-submenu .criteria {
    margin: 0; }

.quicksearch {
  position: absolute;
  z-index: 100;
  display: none;
  box-sizing: border-box;
  width: 480px;
  padding: 20px;
  background-color: #fff; }
  @media screen and (min-width: 896px) {
    .quicksearch {
      width: 550px; } }
  @media screen and (min-width: 1024px) {
    .quicksearch {
      width: 710px; } }
  .quicksearch > div:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3; }
  @media only screen and (min-width: 768px) {
    .quicksearch.quicksearch-visible {
      display: block; } }
  .quicksearch-resultsBlock {
    display: block;
    overflow: hidden; }
    .quicksearch-resultsBlock .unorderedList {
      margin: 0; }
      .quicksearch-resultsBlock .unorderedList .list-item {
        display: block;
        width: 100%; }
      .quicksearch-resultsBlock .unorderedList .quicksearch-item {
        display: block;
        width: 100%;
        padding: 7px 0;
        color: #000; }
  .quicksearch__cartridge-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .quicksearch__cartridge-image-wrapper {
    -webkit-flex-basis: 40px;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .quicksearch__cartridge-image {
    height: 30px;
    margin-right: 10px; }
  .quicksearch__cartridge-text {
    display: inline-block;
    overflow: hidden;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .quicksearch__cartridge-text-right {
    text-align: right;
    white-space: nowrap; }
    .quicksearch__cartridge-text-right > span {
      display: inline-block; }
    .quicksearch__cartridge-text-right .price {
      display: inline-block;
      min-width: 52px;
      margin-left: 10px;
      color: #4cae4c; }
  .quicksearch-keeptyping-text {
    display: block;
    float: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: right; }
  .quicksearch-title {
    margin-bottom: 5px;
    font-size: 15px; }
  .quicksearch-cartridgesPrinter .unorderedList {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
    .quicksearch-cartridgesPrinter .unorderedList.last {
      padding-left: 20px;
      border-left: 1px solid #f3f3f3; }
    .quicksearch-cartridgesPrinter .unorderedList .list-item span {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      width: 100%;
      padding-right: 20px; }
  .quicksearch-printers {
    display: block;
    overflow: hidden; }
    .quicksearch-printers ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .quicksearch-printers li {
      overflow: hidden;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .quicksearch-printers li:nth-child(odd) > a {
        padding-right: 30px; }
      .quicksearch-printers li:nth-child(even) > a {
        padding-left: 22px;
        border-left: 1px solid #f3f3f3; }
  .quicksearch-printer > a {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 20px; }
  .quicksearch-printer-image {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px; }
  .quicksearch-printer-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%; }
  .quicksearch-printer-flex-image {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 5px; }
  .quicksearch-printer-flex-info {
    overflow: hidden;
    color: #000;
    white-space: nowrap; }
    .quicksearch-printer-flex-info:hover .quicksearch-printer-title {
      text-decoration: underline; }
    .quicksearch-printer-flex-info .quicksearch-printer-title {
      overflow: hidden;
      margin-bottom: 5px;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .quicksearch-printer-flex-info .shippable {
      margin-top: 5px;
      margin-bottom: 10px; }
  .quicksearch-item-active {
    text-decoration: underline; }
    .quicksearch-item-active .quicksearch-printer-title {
      text-decoration: underline; }

.modal-search-background {
  position: absolute;
  z-index: 70;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.has-modal-search-popup .header__search {
  z-index: 71; }

#resetPass .modal-container {
  border-radius: 0 0 0 0;
  padding: 50px; }
  #resetPass .modal-container .modal-close {
    border-radius: 0 0 0 0;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: auto;
    height: auto;
    padding: 6px 9px;
    background-color: #1b5faa; }
    #resetPass .modal-container .modal-close .fa {
      color: #fff; }
  #resetPass .modal-container .form-textbox {
    margin-right: 0;
    margin-left: 0; }

/* TAB */
#robin_tab_container {
  z-index: 60 !important;
  margin-bottom: 0;
  transition: margin-bottom 700ms; }
  body.has-product-buy-trigger-fixed #robin_tab_container {
    margin-bottom: 80px; }

#robin_tab {
  color: #FFF !important;
  border-radius: 0px !important;
  -webkit-border-radius: 24px !important;
  background-color: #1b5faa !important; }

#robin_tab img {
  border-radius: 24px !important;
  -webkit-border-radius: 24px !important; }

#robin_tab:hover {
  color: #ffffff !important;
  border: none !important;
  background: #1b5faa !important; }

#robin_tab_div {
  color: #FFF !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  -webkit-font-smoothing: antialiased; }

#robin_tab:hover #robin_tab_div {
  color: #FFF !important; }

#robin_popover, #robin_frame {
  border-radius: 0px !important; }

#robin_pac_invite {
  transition: margin-bottom 700ms; }
  body.has-product-buy-trigger-fixed #robin_pac_invite {
    margin-bottom: 80px; }

@media only screen and (max-device-width: 767px) {
  /*-------- general -------- */
  #robin_pac_invite {
    display: none !important; }
  #robin_tab {
    background: transparent !important;
    height: 53px !important; }
  #robin_tab:hover {
    background: transparent !important; }
  #robin_tab.robin-online div:last-child {
    width: 63px !important;
    height: 63px !important; }
  #robin_tab_div {
    background-color: #1b5faa !important;
    position: relative !important;
    z-index: 99999993 !important;
    padding: 0px !important;
    margin: 0px !important;
    right: 0px !important;
    border-radius: 50% !important;
    height: 60px !important;
    width: 60px !important;
    top: 0px !important;
    text-indent: -999999999999px !important;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.35); }
  /*-------- online -------- */
  #robin_tab.robin-online #robin_tab_div {
    background-image: url(https://robincontentdesktop.blob.core.windows.net/css/varova/icon-chat.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 55% !important;
    background-position: center center !important;
    line-height: 1.4em !important; }
  #robin_tab_icon {
    right: -2px !important;
    top: 10px !important; }
  #robin_tab div img {
    width: 63px !important;
    height: 63px !important;
    left: -1px !important;
    position: absolute;
    bottom: -1px !important;
    border-radius: 50% !important; }
  /*-------- offline -------- */
  #robin_tab #robin_tab_div {
    background-image: url(https://robincontentdesktop.blob.core.windows.net/css/loavies/icon-contact.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 54% !important;
    background-position: center center !important;
    line-height: 1.4em !important; } }

/* PRO ACTIVE CHAT */
#rbn_pac_container {
  max-width: 250px !important; }

#robin_pac_invite div #rbn_pac_caption {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: #141414 !important;
  line-height: normal !important;
  font-weight: 400; }

#rbn_buttoncontainer {
  margin: 0 auto !important;
  font-family: 'Open Sans', sans-serif !important;
  padding-top: 13px;
  text-align: center !important; }

#rbn_pac_yes {
  color: #fff !important;
  display: block;
  font-size: 14px !important;
  background: #1b5faa !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  padding: 8px 6px !important; }

#rbn_journey_button {
  background-color: #1b5faa !important;
  border-radius: 0px !important; }

#rbn_journey_button_text {
  font-size: 14px !important;
  position: relative;
  top: 1px !important;
  text-transform: none !important;
  letter-spacing: 0px; }

#rbn_journey_input {
  border-radius: 0px !important; }

#rbn_pac_no {
  background: none !important;
  color: #1B1B1B !important;
  display: block;
  margin-left: 0 !important;
  margin-top: 10px;
  padding: 0 20px !important;
  text-align: center !important;
  text-transform: none !important;
  font-size: 14px !important;
  font-weight: 400 !important; }

#rbn_pac_no:hover {
  text-decoration: underline !important; }

#rbn_journey_button_text {
  padding-right: 15px !important; }

.rowWithPerson {
  position: relative; }
  .rowWithPerson:before {
    content: '';
    position: absolute;
    left: 55px;
    bottom: -25px;
    width: 141px;
    height: 222px;
    background-image: url(../../images/footer-tom.png);
    background-repeat: no-repeat;
    background-position: left bottom; }

@media only screen and (max-width: 639px) {
  .rowWithPerson {
    text-align: center; } }

@media only screen and (max-width: 1023px) {
  .rowWithPerson:before {
    display: none; } }

.rte ul > li {
  position: relative; }
  .rte ul > li:before {
    position: absolute;
    left: -0.75rem;
    content: '\f105';
    font-family: 'FontAwesome'; }

.rte table {
  width: 100%;
  text-align: left; }

.search-product-filters__info-icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: bottom; }

.search-product-filters .criteria-headerparts {
  position: relative;
  padding-right: 20px; }
  .search-product-filters .criteria-headerparts .clearFilter {
    position: absolute;
    top: 1px;
    right: 0;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .search-product-filters .criteria-headerparts .clearFilter {
        right: 0; } }
  .search-product-filters .criteria-headerparts .clearFilter-link {
    font-size: 10px;
    font-weight: 700; }

.search-product-filters .criteria-checkboxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .search-product-filters .criteria-checkboxes__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media only screen and (min-width: 1216px) {
      .search-product-filters .criteria-checkboxes__item--half {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }

.search-product-filters .criteria-checkbox {
  position: relative;
  margin-bottom: 2px;
  padding-left: 25px;
  height: auto;
  line-height: 23px; }
  .search-product-filters .criteria-checkbox input[type=checkbox] {
    display: none; }
  .search-product-filters .criteria-checkbox .criteria-checkbox-label {
    cursor: pointer; }
    .search-product-filters .criteria-checkbox .criteria-checkbox-label:before {
      position: absolute;
      top: 4px;
      left: 1px;
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 1px solid #e3e3e3;
      background-color: #fff;
      content: ''; }
    .search-product-filters .criteria-checkbox .criteria-checkbox-label:hover:before {
      padding-top: 1px;
      padding-left: 2px;
      content: '\f00c';
      color: #eaeaea;
      font-family: 'FontAwesome';
      font-size: 12px;
      line-height: 14px; }
  .search-product-filters .criteria-checkbox .total {
    margin-left: 3px;
    color: #797979; }
  .search-product-filters .criteria-checkbox input[type=checkbox]:checked + .criteria-checkbox-label:before {
    padding-top: 1px;
    padding-left: 2px;
    content: '\f00c';
    color: #1b5faa;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 14px; }

.search-product-filters .checkbox-disabled .criteria-checkbox-label {
  cursor: default; }
  .search-product-filters .checkbox-disabled .criteria-checkbox-label:hover:before {
    content: ''; }

.slider {
  overflow: hidden; }
  .slider .slider-draggable {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    margin-top: 10px; }
    .slider .slider-draggable:before {
      position: absolute;
      display: block;
      width: 100%;
      margin-top: 10px;
      border-top: 2px solid #fff;
      content: ''; }
  .slider .slider__box {
    position: relative;
    display: block;
    float: left;
    width: 45%; }
    .slider .slider__box:last-child {
      float: right; }
    .slider .slider__box-input {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 34px;
      padding: 1px 6px;
      border: 1px solid #e3e3e3;
      background-color: #fff;
      color: #000;
      font-size: 13px;
      text-align: center; }
    @media only screen and (min-width: 1024px) and (max-width: 1115px) {
      .slider .slider__box--ppm, .slider .slider__box--mm {
        width: 100%;
        margin-bottom: 10px; }
        .slider .slider__box--ppm:last-child, .slider .slider__box--mm:last-child {
          float: left; } }
    .slider .slider__box--ppm:after, .slider .slider__box--mm:after {
      position: absolute;
      z-index: 2;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .slider .slider__box--ppm .slider__box-input, .slider .slider__box--mm .slider__box-input {
      padding-left: 15px;
      text-align: left; }
    .slider .slider__box--ppm:after {
      content: 'p.m.'; }
    .slider .slider__box--mm:after {
      content: 'mm'; }
    .slider .slider__box--price:before {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 10px;
      content: '€';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .slider .minimum,
  .slider .maximum {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #1b5faa;
    cursor: pointer;
    transition: left 0.1s; }

.has-color-swatch {
  height: 30px;
  margin: 5px 0 10px;
  padding-left: 75px; }
  .has-color-swatch .color-swatch__wrap {
    top: 0;
    left: 30px; }

.filter-combobox-wrap {
  position: relative;
  display: block;
  margin-bottom: 10px; }
  @media only screen and (max-width: 640px) {
    .filter-combobox-wrap:last-child {
      margin-bottom: 20px; } }
  .filter-combobox-wrap.filter-combobox-wrap-number {
    padding-left: 30px; }
  .filter-combobox-wrap:before {
    position: absolute;
    top: 10px;
    left: 0;
    color: #000;
    font-size: 20px; }
  .filter-combobox-wrap.filter-combobox-wrap-1:before {
    content: '1.'; }
  .filter-combobox-wrap.filter-combobox-wrap-2:before {
    content: '2.'; }
  .filter-combobox-wrap.filter-combobox-wrap-3:before {
    content: '3.'; }

.SelectedProductFilters {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #f3f3f3; }

.SelectedProductFilters-list {
  margin: 0;
  list-style: none; }
  .SelectedProductFilters-list li {
    margin-left: 0;
    list-style: none; }

.SelectedProductFilters-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.SelectedProductFilters-item-link {
  display: block;
  padding: 0 5px;
  border: 1px solid #f3f3f3;
  color: #000; }
  .SelectedProductFilters-item-link .fa {
    margin-left: 5px;
    font-size: 16px;
    color: #1b5faa; }

.SelectedProductFilters-removeAll {
  padding: 0 5px;
  margin-left: 5px; }
  .SelectedProductFilters-removeAll .fa {
    margin-right: 5px;
    font-size: 13px; }

.showAll-printers {
  display: inline-block;
  float: left;
  padding: 7px 13px 7px 0;
  margin-top: 20px; }
  .showAll-printers.showAll-printers-invisible {
    visibility: hidden; }
  .showAll-printers.showAll-printers-visible {
    visibility: visible; }
  .showAll-printers .fa {
    font-size: 10px;
    margin-right: 10px; }

.shippable__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.shippable__icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  fill: #4cae4c; }
  .shippable__icon--delivery-unknown {
    fill: #aaa; }
  .shippable__icon--white {
    fill: #fff; }

.shippable__content--white {
  color: #fff; }

.sortingitems {
  display: block;
  padding-top: 20px;
  text-align: right;
  border-top: 1px solid #f3f3f3; }
  .sortingitems .sortingitem {
    margin-left: 20px; }
    .sortingitems .sortingitem .fa {
      display: none;
      font-size: 13px;
      margin-left: 10px; }
    .sortingitems .sortingitem.sortingitem-active {
      font-weight: 700; }
      .sortingitems .sortingitem.sortingitem-active .fa {
        display: inline-block; }

.special-offer-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 10px 45px;
  background-color: #f3f3f3;
  text-align: left; }
  .special-offer-info__price {
    display: inline-block; }
  .special-offer-info--v201908 {
    position: static; }
  .special-offer-info:before {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 18px;
    padding: 0 1px;
    content: '\f05a';
    color: #1b5faa;
    font-family: 'FontAwesome';
    font-size: 16px; }
  .special-offer-info:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    top: -13px;
    right: 30px;
    width: 26px;
    height: 26px;
    background-color: #f3f3f3;
    content: ''; }

.string-filter__collapse-link {
  display: block;
  margin-top: 10px; }

.string-filter__collapse .fa {
  margin-left: 5px;
  font-size: 13px; }

.search-filter-printer-reference__title {
  font-size: 19px; }

.search-filter-printer-reference__list-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.25rem 0 0.25rem 0.5rem; }
  .search-filter-printer-reference__list-item:before {
    position: relative;
    top: 0;
    left: -0.5rem;
    padding: 0 1px;
    content: '\f105';
    color: #000;
    font-family: 'FontAwesome';
    font-size: 13px; }
  .search-filter-printer-reference__list-item--listeffect:hover:before {
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    color: #1b5faa; }

.search-filter-printer-reference__list-link {
  font-size: 12px;
  color: #000; }
  .search-filter-printer-reference__list-link--listeffect {
    color: #000;
    text-decoration: none; }

.search-filter-printer-reference__input::-ms-clear {
  display: none; }

.search-no-results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 80rem;
  min-height: 300px;
  margin: auto;
  border: solid 1px #f3f3f3; }
  .search-no-results__content-img {
    display: none; }
    @media only screen and (min-width: 768px) {
      .search-no-results__content-img {
        display: block;
        -webkit-flex: 2 1 0;
            -ms-flex: 2 1 0px;
                flex: 2 1 0;
        min-height: 300px;
        background: url("/app/images/persons/elma-large.png") no-repeat;
        background-position: right bottom;
        background-size: 270px auto; } }
  .search-no-results__content-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 3 1 0;
        -ms-flex: 3 1 0px;
            flex: 3 1 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3rem; }
    @media only screen and (min-width: 768px) {
      .search-no-results__content-text {
        padding-left: 3rem; } }
  .search-no-results__suggestions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 450px;
    margin-top: 10px; }
    @media only screen and (min-width: 640px) {
      .search-no-results__suggestions {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .search-no-results__suggestions ul {
      margin-bottom: 5px; }
  .search-no-results__suggestions-result {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .search-no-results__suggestions-result {
        width: 50%;
        padding-right: 5%; } }

.search-no-supplies {
  display: none; }
  @media only screen and (min-width: 704px) {
    .search-no-supplies {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 100%;
      max-height: 250px;
      padding: 2rem;
      border: solid 1px #f3f3f3; } }
  .search-no-supplies__content-img {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2rem 0 3rem; }
    @media only screen and (min-width: 832px) {
      .search-no-supplies__content-img {
        padding-left: 6rem; } }
    .search-no-supplies__content-img:before {
      position: absolute;
      top: calc(50% - 2rem);
      left: 10%;
      display: inline-block;
      width: 3.5rem;
      height: 3.5rem;
      border: solid #eaeaea;
      border-width: 0 10px 10px 0;
      content: '';
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .search-no-supplies__content-img img {
      display: none;
      width: auto;
      height: auto; }
      @media only screen and (min-width: 896px) {
        .search-no-supplies__content-img img {
          display: block; } }
  .search-no-supplies__content-text {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }

.search-results {
  position: relative;
  top: 1em;
  width: 100%;
  background-color: #ffffff; }
  @media only screen and (min-width: 640px) {
    .search-results {
      top: 2rem; } }
  .search-results--overlay {
    position: absolute;
    z-index: 71;
    top: 156px;
    bottom: 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .search-results--overlay {
        display: block; } }
    .search-results--overlay .search-results__topnav {
      position: -webkit-sticky;
      position: sticky;
      z-index: 71;
      background-color: #6d6d6d; }
    .search-results--overlay .search-results__content {
      padding-bottom: 100px; }
  .search-results--sticky-fixed {
    top: 58px; }
    .search-results--sticky-fixed .search-results__topnav {
      top: 58px; }
  .search-results__topnav {
    position: relative;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2rem;
    background-color: #f3f3f3; }
    .search-results__topnav .button {
      margin-bottom: 0; }
    .search-results__topnav-container {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      width: 100%;
      padding: 1rem 0.6255rem 0; }
      @media only screen and (min-width: 640px) {
        .search-results__topnav-container {
          padding: 1rem 0.9375rem 0 0.9375rem; } }
    .search-results__topnav-tab {
      -webkit-flex: 1 1 0;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      background-color: lightGrey; }
      @media only screen and (min-width: 640px) {
        .search-results__topnav-tab {
          -webkit-flex: none;
              -ms-flex: none;
                  flex: none;
          margin-right: 0.25rem; } }
      .search-results__topnav-tab--active {
        background-color: #fff; }
      .search-results__topnav-tab--close {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-right: 0;
        margin-left: 10px;
        padding: 0 15px;
        background-color: #fff; }
        .search-results__topnav-tab--close .fa {
          top: -1px;
          font-size: 1.3rem; }
        @media only screen and (min-width: 640px) {
          .search-results__topnav-tab--close {
            margin-left: auto; } }
        @media only screen and (min-width: 704px) {
          .search-results__topnav-tab--close .fa {
            margin-left: 0.5rem; } }
    .search-results__topnav-close-text {
      display: none;
      padding: 0.5rem 1rem 0.5rem 0.5rem; }
      @media only screen and (min-width: 704px) {
        .search-results__topnav-close-text {
          display: block; } }
    .search-results__topnav-link {
      display: block;
      padding: 0.5rem 0.625rem;
      color: #000; }
      @media only screen and (min-width: 640px) {
        .search-results__topnav-link {
          padding: 0.5rem 1rem; } }
      .search-results__topnav-link:hover {
        color: #000;
        text-decoration: none; }
    .search-results__topnav-amount {
      color: #797979; }
  .search-results__content {
    position: relative;
    padding-bottom: 2rem;
    background-color: #ffffff; }
  .search-results .coloredColumn + .coloredColumn {
    margin-top: 2rem; }
  @media only screen and (min-width: 704px) and (max-width: 767px) {
    .search-results .product-overview__item--left {
      -webkit-flex: 2 0 0;
          -ms-flex: 2 0 0px;
              flex: 2 0 0;
      max-width: 40%; } }
  @media only screen and (min-width: 768px) {
    .search-results .product-overview__item--left {
      max-width: 320px; } }
  @media only screen and (min-width: 704px) and (max-width: 767px) {
    .search-results .product-overview__item--right {
      -webkit-flex: 3 0 0;
          -ms-flex: 3 0 0px;
              flex: 3 0 0; } }
  @media only screen and (min-width: 768px) {
    .search-results .product-overview__item--right {
      max-width: calc(100% - 320px); } }

.search-results-header__result-count {
  float: right; }

.search-results-header__header-bodytext {
  float: left; }

.search-results-tab__list-results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: auto;
  margin-left: 0; }
  @media only screen and (min-width: 640px) {
    .search-results-tab__list-results {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.search-results-tab__printer-search {
  width: 100%;
  margin: 0.5rem 0 1rem; }

.search-results-tab__printer-search-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold; }

.search-results-tab__printer-count {
  margin-top: 0.751rem;
  padding-top: 0.75rem;
  border-top: solid 1px #c8c7c7; }

.search-tip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
  padding: 1rem;
  border: solid 1px #f3f3f3; }
  @media only screen and (min-width: 704px) {
    .search-tip {
      margin-top: 0; } }
  .search-tip__content-img {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 832px) {
      .search-tip__content-img {
        padding-left: 6rem; } }
    @media only screen and (min-width: 704px) {
      .search-tip__content-img {
        padding: 0 2rem 0 3rem; }
        .search-tip__content-img:before {
          position: absolute;
          top: calc(50% - 1rem);
          left: 10%;
          display: inline-block;
          width: 2rem;
          height: 2rem;
          border: solid #c8c7c7;
          border-width: 0 6px 6px 0;
          content: '';
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); } }
    .search-tip__content-img img {
      display: none;
      width: auto;
      height: 100px; }
      @media only screen and (min-width: 832px) {
        .search-tip__content-img img {
          display: block; } }
  .search-tip__content-text {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }
    .search-tip__content-text p {
      margin: 0; }
  .search-tip--small {
    background-color: #4cae4c;
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold; }

.sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 22px; }
  .sidebar--right {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .sidebar--desktop-only {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .sidebar--desktop-only {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.sidebar-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.25rem;
  background-color: #f3f3f3; }
  .sidebar-block--white-background {
    background-color: white; }
  .sidebar-block__heading {
    max-width: 100%;
    margin: 0;
    padding: 1.25rem 1.25rem 0.5rem; }
    .sidebar-block__heading--small {
      font-size: 19px; }
  .sidebar-block__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .sidebar-block__collapsable-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 1.25rem;
    text-decoration: none !important; }
    .sidebar-block__collapsable-button .heading {
      padding: 0; }
    .sidebar-block__collapsable-button--open {
      padding-bottom: 1rem; }
  .sidebar-block__content {
    padding: 0 1.25rem 1.25rem; }
    .sidebar-block__content .has-color-swatch {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-left: 70px; }
  .sidebar-block .criteria-checkbox-label__name {
    margin-right: 5px; }
  .sidebar-block .criteria-checkbox-label__total {
    color: #797979; }

.sidebar-block-sticky {
  position: relative;
  height: 100%;
  width: 100%; }
  .sidebar-block-sticky--fixed-to-top {
    position: fixed;
    top: 100px;
    padding-bottom: 40px; }
  .sidebar-block-sticky--fixed-to-bottom {
    position: absolute;
    top: auto;
    bottom: 0; }
  .sidebar-block-sticky__width-calc {
    width: 100%; }

.swatch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin: 0 10px 10px 0; }
  .swatch--small {
    height: 18px;
    margin: 0 5px 5px 0; }
  .swatch__color {
    width: 30px;
    height: 100%;
    margin: 0;
    padding: 0; }
    .swatch__color--small {
      width: 18px; }
    .swatch__color--all {
      position: relative;
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
      .swatch__color--all:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        content: '';
        background-color: #ffed00;
        /* Old browsers */
        background: linear-gradient(to right, #ffed00 0%, #ffed00 50%, #e6007e 50%, #e6007e 100%); }
    .swatch__color--black {
      background-color: #000; }
    .swatch__color--black-colors {
      position: relative;
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
      .swatch__color--black-colors:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        content: '';
        background-color: #e6007e;
        /* Old browsers */
        background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #ffed00 50%, #ffed00 100%); }
    .swatch__color--black-cyan {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
    .swatch__color--black-cyan-magenta {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 33%, #009fe3 33%, #009fe3 67%, #e6007e 67%, #e6007e 100%); }
    .swatch__color--black-lightgray {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #e1e1e1 50%, #e1e1e1 100%); }
    .swatch__color--black-magenta {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #e6007e 50%, #e6007e 100%); }
    .swatch__color--black-red {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #ff2600 50%, #ff2600 100%); }
    .swatch__color--black-red-blue {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 33%, #ff2600 33%, #ff2600 67%, #0533ff 67%, #0533ff 100%); }
    .swatch__color--black-yellow {
      background-color: #000;
      /* Old browsers */
      background: linear-gradient(to right, #000 0%, #000 50%, #ffed00 50%, #ffed00 100%); }
    .swatch__color--blue {
      background-color: #0533ff; }
    .swatch__color--blue-green {
      background-color: #0533ff;
      /* Old browsers */
      background: linear-gradient(to right, #0533ff 0%, #0533ff 50%, #41b81e 50%, #41b81e 100%); }
    .swatch__color--color {
      background: linear-gradient(to right, red, orange, yellow, #4cae4c, blue, violet); }
    .swatch__color--cyan {
      background-color: #009fe3; }
    .swatch__color--cyan-lightcyan {
      background-color: #009fe3;
      /* Old browsers */
      background: linear-gradient(to right, #009fe3 0%, #009fe3 50%, #72daf4 50%, #72daf4 100%); }
    .swatch__color--cyan-magenta {
      background-color: #009fe3;
      /* Old browsers */
      background: linear-gradient(to right, #009fe3 0%, #009fe3 50%, #e6007e 50%, #e6007e 100%); }
    .swatch__color--darkgray {
      background-color: #a2a2a2; }
    .swatch__color--five-colors, .swatch__color--six-colors {
      background: linear-gradient(to right, red, orange, yellow, #4cae4c, blue, violet); }
    .swatch__color--four-colors, .swatch__color--black-three-colors {
      position: relative;
      background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
      .swatch__color--four-colors:after, .swatch__color--black-three-colors:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to right, #ffed00 0%, #ffed00 50%, #e6007e 50%, #e6007e 100%);
        content: ''; }
    .swatch__color--gold {
      background: linear-gradient(to right, #fdd68d 0%, #cca265 100%); }
    .swatch__color--gray {
      background-color: #a2a2a2; }
    .swatch__color--gray-photo-black {
      background-color: #a2a2a2;
      /* Old browsers */
      background: linear-gradient(to right, #a2a2a2 0%, #a2a2a2 50%, #020202 50%, #020202 100%); }
    .swatch__color--green {
      background-color: #41b81e; }
    .swatch__color--lightblack, .swatch__color--light-lightblack {
      background-color: #a2a2a2; }
    .swatch__color--lightcyan {
      background-color: #72daf4; }
    .swatch__color--lightcyan-lightmagenta {
      background-color: #72daf4;
      /* Old browsers */
      background: linear-gradient(to right, #72daf4 0%, #72daf4 50%, #f9bfd7 50%, #f9bfd7 100%); }
    .swatch__color--lightgray {
      background-color: #e1e1e1; }
    .swatch__color--lightmagenta {
      background-color: #f9bfd7; }
    .swatch__color--magenta {
      background-color: #e6007e; }
    .swatch__color--magenta-cyan {
      background-color: #e6007e;
      /* Old browsers */
      background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #009fe3 50%, #009fe3 100%); }
    .swatch__color--magenta-lightmagenta {
      background-color: #e6007e;
      /* Old browsers */
      background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #f9bfd7 50%, #f9bfd7 100%); }
    .swatch__color--metal {
      background-color: #d8d8d8; }
    .swatch__color--metallic {
      background: linear-gradient(to right, #eeeeee 0%, #d8d8d8 100%); }
    .swatch__color--magenta-yellow {
      background-color: #e6007e;
      /* Old browsers */
      background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #ffed00 50%, #ffed00 100%); }
    .swatch__color--mattblack {
      background-color: #020202; }
    .swatch__color--mattblack-cyan {
      background-color: #020202;
      /* Old browsers */
      background: linear-gradient(to right, #020202 0%, #020202 50%, #009fe3 50%, #009fe3 100%); }
    .swatch__color--mattblack-red {
      background-color: #020202;
      /* Old browsers */
      background: linear-gradient(to right, #020202 0%, #020202 50%, #ff2600 50%, #ff2600 100%); }
    .swatch__color--mattblack-yellow {
      background-color: #020202;
      /* Old browsers */
      background: linear-gradient(to right, #020202 0%, #020202 50%, #ffed00 50%, #ffed00 100%); }
    .swatch__color--orange {
      background-color: #ff8900; }
    .swatch__color--other {
      background: linear-gradient(to right, #f9bfd7 0%, #f9bfd7 20%, #ff8900 20%, #ff8900 40%, #ff2600 40%, #ff2600 60%, #41b81e 60%, #41b81e 80%, #0533ff 80%, #0533ff 100%); }
    .swatch__color--paper > svg, .swatch__color--cable > svg {
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      fill: #1b5faa; }
    .swatch__color--photoblue {
      background-color: #0533ff; }
    .swatch__color--photoblack {
      background-color: #020202; }
    .swatch__color--photoblack-lightgray {
      background-color: #020202;
      /* Old browsers */
      background: linear-gradient(to right, #020202 0%, #020202 50%, #e1e1e1 50%, #e1e1e1 100%); }
    .swatch__color--photocolor {
      background-color: #72daf4;
      /* Old browsers */
      background: linear-gradient(to right, #72daf4 0%, #72daf4 33%, #f9bfd7 33%, #f9bfd7 67%, #000 67%, #000 100%); }
    .swatch__color--photocyan {
      background-color: #009fe3; }
    .swatch__color--photogray {
      background-color: #a2a2a2; }
    .swatch__color--photomagenta {
      background-color: #e6007e; }
    .swatch__color--photoyellow {
      background-color: #ffed00; }
    .swatch__color--pgkb-black {
      background-color: #000; }
    .swatch__color--pigment-black {
      background-color: #000; }
    .swatch__color--purple {
      background-color: #663399; }
    .swatch__color--red, .swatch__color--chromatic-red {
      background-color: #ff2600; }
    .swatch__color--service:after {
      content: '\f013';
      color: #1b5faa;
      font-family: 'FontAwesome';
      font-size: 19px; }
    .swatch__color--three-colors {
      background: linear-gradient(to right, #00bcf2 0%, #00bcf2 33%, #fcf000 33%, #fcf000 66%, #f22e9b 66%, #f22e9b 100%); }
    .swatch__color--transparent {
      border: 1px solid #f3f3f3;
      background-color: white;
      background-image: linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3 100%), linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3 100%);
      background-position: 4px 0, 0 4px;
      background-size: 8px 8px; }
    .swatch__color--uvblack {
      background-color: #020202; }
    .swatch__color--uvcyan {
      background-color: #009fe3; }
    .swatch__color--uvlightcyan {
      background-color: #72daf4; }
    .swatch__color--uvlightmagenta {
      background-color: #f9bfd7; }
    .swatch__color--uvmagenta {
      background-color: #e6007e; }
    .swatch__color--uvyellow {
      background-color: #ffed00; }
    .swatch__color--white {
      border: 1px solid #f3f3f3;
      background-color: #fff; }
    .swatch__color--yellow {
      background-color: #ffed00; }
    .swatch__color--yellow-lightcyan-magenta {
      background-color: #ffed00;
      /* Old browsers */
      background: linear-gradient(to right, #ffed00 0%, #ffed00 33%, #72daf4 33%, #72daf4 67%, #f9bfd7 67%, #f9bfd7 100%); }

--all {
  position: relative;
  background-color: #000;
  /* Old browsers */
  background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
  --all:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
    background-color: #ffed00;
    /* Old browsers */
    background: linear-gradient(to right, #ffed00 0%, #ffed00 50%, #e6007e 50%, #e6007e 100%); }

--black {
  background-color: #000; }

--black-colors {
  position: relative;
  background-color: #000;
  /* Old browsers */
  background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
  --black-colors:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
    background-color: #e6007e;
    /* Old browsers */
    background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #ffed00 50%, #ffed00 100%); }

--black-cyan {
  background-color: #000;
  /* Old browsers */
  background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }

--black-cyan-magenta {
  background-color: #000;
  /* Old browsers */
  background: linear-gradient(to right, #000 0%, #000 33%, #009fe3 33%, #009fe3 67%, #e6007e 67%, #e6007e 100%); }

--black-lightgray {
  background-color: #000;
  /* Old browsers */
  background: linear-gradient(to right, #000 0%, #000 50%, #e1e1e1 50%, #e1e1e1 100%); }

--black-magenta {
  background-color: #000;
  /* Old browsers */
  background: linear-gradient(to right, #000 0%, #000 50%, #e6007e 50%, #e6007e 100%); }

--black-red {
  background-color: #000;
  /* Old browsers */
  background: linear-gradient(to right, #000 0%, #000 50%, #ff2600 50%, #ff2600 100%); }

--black-red-blue {
  background-color: #000;
  /* Old browsers */
  background: linear-gradient(to right, #000 0%, #000 33%, #ff2600 33%, #ff2600 67%, #0533ff 67%, #0533ff 100%); }

--black-yellow {
  background-color: #000;
  /* Old browsers */
  background: linear-gradient(to right, #000 0%, #000 50%, #ffed00 50%, #ffed00 100%); }

--blue {
  background-color: #0533ff; }

--blue-green {
  background-color: #0533ff;
  /* Old browsers */
  background: linear-gradient(to right, #0533ff 0%, #0533ff 50%, #41b81e 50%, #41b81e 100%); }

--color {
  background: linear-gradient(to right, red, orange, yellow, #4cae4c, blue, violet); }

--cyan {
  background-color: #009fe3; }

--cyan-lightcyan {
  background-color: #009fe3;
  /* Old browsers */
  background: linear-gradient(to right, #009fe3 0%, #009fe3 50%, #72daf4 50%, #72daf4 100%); }

--cyan-magenta {
  background-color: #009fe3;
  /* Old browsers */
  background: linear-gradient(to right, #009fe3 0%, #009fe3 50%, #e6007e 50%, #e6007e 100%); }

--darkgray {
  background-color: #a2a2a2; }

--five-colors, --six-colors {
  background: linear-gradient(to right, red, orange, yellow, #4cae4c, blue, violet); }

--four-colors, --black-three-colors {
  position: relative;
  background: linear-gradient(to right, #000 0%, #000 50%, #009fe3 50%, #009fe3 100%); }
  --four-colors:after, --black-three-colors:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, #ffed00 0%, #ffed00 50%, #e6007e 50%, #e6007e 100%);
    content: ''; }

--gold {
  background: linear-gradient(to right, #fdd68d 0%, #cca265 100%); }

--gray {
  background-color: #a2a2a2; }

--gray-photo-black {
  background-color: #a2a2a2;
  /* Old browsers */
  background: linear-gradient(to right, #a2a2a2 0%, #a2a2a2 50%, #020202 50%, #020202 100%); }

--green {
  background-color: #41b81e; }

--lightblack, --light-lightblack {
  background-color: #a2a2a2; }

--lightcyan {
  background-color: #72daf4; }

--lightcyan-lightmagenta {
  background-color: #72daf4;
  /* Old browsers */
  background: linear-gradient(to right, #72daf4 0%, #72daf4 50%, #f9bfd7 50%, #f9bfd7 100%); }

--lightgray {
  background-color: #e1e1e1; }

--lightmagenta {
  background-color: #f9bfd7; }

--magenta {
  background-color: #e6007e; }

--magenta-cyan {
  background-color: #e6007e;
  /* Old browsers */
  background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #009fe3 50%, #009fe3 100%); }

--magenta-lightmagenta {
  background-color: #e6007e;
  /* Old browsers */
  background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #f9bfd7 50%, #f9bfd7 100%); }

--metal {
  background-color: #d8d8d8; }

--metallic {
  background: linear-gradient(to right, #eeeeee 0%, #d8d8d8 100%); }

--magenta-yellow {
  background-color: #e6007e;
  /* Old browsers */
  background: linear-gradient(to right, #e6007e 0%, #e6007e 50%, #ffed00 50%, #ffed00 100%); }

--mattblack {
  background-color: #020202; }

--mattblack-cyan {
  background-color: #020202;
  /* Old browsers */
  background: linear-gradient(to right, #020202 0%, #020202 50%, #009fe3 50%, #009fe3 100%); }

--mattblack-red {
  background-color: #020202;
  /* Old browsers */
  background: linear-gradient(to right, #020202 0%, #020202 50%, #ff2600 50%, #ff2600 100%); }

--mattblack-yellow {
  background-color: #020202;
  /* Old browsers */
  background: linear-gradient(to right, #020202 0%, #020202 50%, #ffed00 50%, #ffed00 100%); }

--orange {
  background-color: #ff8900; }

--other {
  background: linear-gradient(to right, #f9bfd7 0%, #f9bfd7 20%, #ff8900 20%, #ff8900 40%, #ff2600 40%, #ff2600 60%, #41b81e 60%, #41b81e 80%, #0533ff 80%, #0533ff 100%); }

--paper > svg, --cable > svg {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  fill: #1b5faa; }

--photoblue {
  background-color: #0533ff; }

--photoblack {
  background-color: #020202; }

--photoblack-lightgray {
  background-color: #020202;
  /* Old browsers */
  background: linear-gradient(to right, #020202 0%, #020202 50%, #e1e1e1 50%, #e1e1e1 100%); }

--photocolor {
  background-color: #72daf4;
  /* Old browsers */
  background: linear-gradient(to right, #72daf4 0%, #72daf4 33%, #f9bfd7 33%, #f9bfd7 67%, #000 67%, #000 100%); }

--photocyan {
  background-color: #009fe3; }

--photogray {
  background-color: #a2a2a2; }

--photomagenta {
  background-color: #e6007e; }

--photoyellow {
  background-color: #ffed00; }

--pgkb-black {
  background-color: #000; }

--pigment-black {
  background-color: #000; }

--purple {
  background-color: #663399; }

--red, --chromatic-red {
  background-color: #ff2600; }

--service:after {
  content: '\f013';
  color: #1b5faa;
  font-family: 'FontAwesome';
  font-size: 19px; }

--three-colors {
  background: linear-gradient(to right, #00bcf2 0%, #00bcf2 33%, #fcf000 33%, #fcf000 66%, #f22e9b 66%, #f22e9b 100%); }

--transparent {
  border: 1px solid #f3f3f3;
  background-color: white;
  background-image: linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3 100%), linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3 100%);
  background-position: 4px 0, 0 4px;
  background-size: 8px 8px; }

--uvblack {
  background-color: #020202; }

--uvcyan {
  background-color: #009fe3; }

--uvlightcyan {
  background-color: #72daf4; }

--uvlightmagenta {
  background-color: #f9bfd7; }

--uvmagenta {
  background-color: #e6007e; }

--uvyellow {
  background-color: #ffed00; }

--white {
  border: 1px solid #f3f3f3;
  background-color: #fff; }

--yellow {
  background-color: #ffed00; }

--yellow-lightcyan-magenta {
  background-color: #ffed00;
  /* Old browsers */
  background: linear-gradient(to right, #ffed00 0%, #ffed00 33%, #72daf4 33%, #72daf4 67%, #f9bfd7 67%, #f9bfd7 100%); }

.swatches {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .swatches__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 100%; }
    .swatches__group--has-label {
      max-width: 80px; }
      .swatches--small .swatches__group--has-label {
        max-width: 46px; }
  .swatches__label-bg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    padding: 0 10px 0 10px;
    background-color: rgba(255, 255, 255, 0.9); }
    .swatches--small .swatches__label-bg {
      height: 18px; }

.details-block-advantages__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.625rem; }

.details-block-advantages__item {
  width: 100%; }
  @media only screen and (min-width: 512px) {
    .details-block-advantages__item {
      width: 50%; } }
  @media only screen and (min-width: 640px) {
    .details-block-advantages__item {
      width: 100%; } }
  @media only screen and (min-width: 896px) {
    .details-block-advantages__item {
      width: 50%; } }

.details-block-advantages__item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: calc(100% - 1rem);
  margin: 0 0.625rem 1.3rem;
  padding: 1rem 0.6rem 1rem 1rem;
  border: solid 1px #eaeaea; }

.details-block-advantages__item-content-title {
  color: #19579c;
  font-weight: bold; }
  .details-block-advantages__item-content-title .fa {
    margin-left: 0.25rem;
    color: #49a549; }

.details-block-advantages__item-content-text {
  margin-bottom: 0; }

.details-block-advantages .content-tooltip--blue-percentage {
  top: 80px; }

.details-block-check {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .details-block-check__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    min-width: 220px; }
    .details-block-check__content .fa {
      margin-left: 10px;
      color: #4cae4c; }
  .details-block-check__content-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .details-block-check__button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%; }
    .details-block-check__button .button-blue {
      margin: 0; }
  .details-block-check__image-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .details-block-check__image {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    max-width: 170px;
    max-height: 205px;
    margin-top: -40px;
    margin-bottom: -40px;
    background: url("/app/images/persons/elma-large.png") no-repeat;
    background-position: top right;
    background-size: cover; }
    @media only screen and (min-width: 640px) {
      .details-block-check__image {
        max-width: 200px; } }

.details-block-gallery {
  margin-bottom: 3rem; }
  @media only screen and (min-width: 640px) {
    .details-block-gallery {
      margin-bottom: 0; } }
  .details-block-gallery .color-swatch__wrap {
    top: 1em;
    left: 0;
    max-width: initial; }
  .details-block-gallery .color-swatch__color-label {
    display: block;
    float: left;
    padding: 4px 10px 4px 10px;
    background-color: #ffffff; }
  .details-block-gallery .product-block__action-txt {
    bottom: -20px; }
  .details-block-gallery__image {
    max-width: 300px;
    margin: 0 auto 1.5rem;
    padding: 0; }
    @media only screen and (min-width: 640px) {
      .details-block-gallery__image {
        padding-top: 1.5rem; } }
    .details-block-gallery__image:hover {
      cursor: -webkit-zoom-in;
      cursor: zoom-in; }
  .details-block-gallery__specs {
    position: absolute;
    bottom: 1em;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.7rem;
    background-color: #f3f3f3;
    cursor: default; }
    .details-block-gallery__specs .fa {
      margin-right: 0.5rem; }

.product-purchase-block__price-before {
  margin-bottom: .5em;
  font-size: 16px;
  text-decoration: line-through; }

.product-purchase-block__price {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 39px;
  line-height: 28px; }

.product-purchase-block__price-no-vat {
  display: inline-block;
  margin-right: 10px;
  color: #aaa; }

.product-purchase-block__usp-wrapper {
  margin: 1rem 0; }

.product-purchase-block--product-buy-trigger {
  white-space: nowrap; }
  .product-purchase-block--product-buy-trigger .product-purchase-block__buy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-purchase-block--product-buy-trigger .product-purchase-block__price {
    margin-bottom: 0;
    font-size: 22px; }
  .product-purchase-block--product-buy-trigger .product-purchase-block__price-no-vat {
    margin-right: 1rem; }

.details-block-reviews {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .details-block-reviews__housebrand-review {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    margin-top: 15px; }
    @media only screen and (min-width: 896px) {
      .details-block-reviews__housebrand-review {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .details-block-reviews__image-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 200px;
    height: calc(100% + 24px);
    margin: 20px 15px -24px; }
    @media only screen and (min-width: 896px) {
      .details-block-reviews__image-container {
        margin: 0 15px; } }
  .details-block-reviews__image {
    display: none;
    width: 100%;
    height: 100%;
    background: url("/app/images/toners-person-header.png") no-repeat;
    background-position: bottom center;
    background-size: auto 100%; }
    @media only screen and (min-width: 640px) {
      .details-block-reviews__image {
        display: block; } }

.details-block-selection {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 1024px) {
    .details-block-selection {
      margin-bottom: 0; } }
  .details-block-selection__title {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold; }
  .details-block-selection__list {
    margin: 0; }
  .details-block-selection__listitem {
    position: relative;
    padding: 0.5rem; }
    .details-block-selection__listitem--selected {
      outline: solid 1px #1b5faa; }
    .details-block-selection__listitem--flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
  .details-block-selection__tip .formlabel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .details-block-selection__tip .tip {
    position: relative;
    display: block;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-self: end;
    margin: 0.4rem 0;
    padding: 0.2rem 0.5rem 0.25rem 2rem;
    background-color: #4cae4c;
    color: #ffffff;
    font-weight: normal; }
    .details-block-selection__tip .tip:before {
      position: absolute;
      top: 0;
      left: 0.45rem;
      padding: 0 1px;
      content: '\f164';
      color: #ffffff;
      font-family: 'FontAwesome';
      font-size: 1.1rem; }
  .details-block-selection__label-text {
    margin-right: 0.5rem;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .details-block-selection__label-text--flex {
      width: 100%; }
  .details-block-selection__label-text-dot {
    color: #aaa; }
  .details-block-selection__label-text-price {
    font-weight: bold; }
  .details-block-selection__label-text--alert {
    color: #d9534f;
    font-weight: bold; }
  .details-block-selection__color-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 640px) {
      .details-block-selection__color-select {
        width: 100%; } }
  .details-block-selection__color-option {
    margin-right: 10px; }
  .details-block-selection__color-link--current {
    cursor: default; }
  .details-block-selection__color-check {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 5px;
    fill: #fff; }
  .details-block-selection__bundle-select {
    width: 95px; }
    .details-block-selection__bundle-select--selected {
      border: 2px solid #1b5faa;
      margin: -2px; }
  .details-block-selection__bundle-select-form .form-select {
    margin-bottom: 0 !important;
    line-height: 17px !important; }

.details-block-suitable-printers__list {
  width: 100%;
  margin: 0;
  padding: 0; }
  .details-block-suitable-printers__list li {
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    @media only screen and (min-width: 384px) {
      .details-block-suitable-printers__list li {
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .details-block-suitable-printers__list li {
        width: 33.33333%; } }
    .details-block-suitable-printers__list li.actionShowMore {
      width: 100%;
      text-align: center; }
  .details-block-suitable-printers__list.collapsed li {
    display: none; }
    .details-block-suitable-printers__list.collapsed li:nth-child(n+1):nth-child(-n+10):not(.actionShowMore) {
      display: inline-block; }
    .details-block-suitable-printers__list.collapsed li:nth-last-child(n + 12):first-child ~ li.actionShowMore {
      display: block; }
    @media only screen and (min-width: 640px) {
      .details-block-suitable-printers__list.collapsed li:nth-child(n+1):nth-child(-n + 20):not(.actionShowMore) {
        display: inline-block; }
      .details-block-suitable-printers__list.collapsed li:nth-last-child(n + 13):first-child ~ li.actionShowMore {
        display: block; }
      .details-block-suitable-printers__list.collapsed li:nth-child(n+1):nth-child(-n + 20) + li.actionShowMore {
        display: none; } }
    @media only screen and (min-width: 1024px) {
      .details-block-suitable-printers__list.collapsed li:nth-child(n+1):nth-child(-n + 30):not(.actionShowMore) {
        display: inline-block; }
      .details-block-suitable-printers__list.collapsed li:nth-last-child(n + 14):first-child ~ li.actionShowMore {
        display: block; }
      .details-block-suitable-printers__list.collapsed li:nth-child(n+1):nth-child(-n + 30) + li.actionShowMore {
        display: none; } }
  .details-block-suitable-printers__list.expanded li {
    display: inline-block; }
    .details-block-suitable-printers__list.expanded li.actionShowMore {
      display: none; }
    .details-block-suitable-printers__list.expanded li:nth-last-child(n + 3):first-child ~ li.actionShowMore {
      display: block; }
    @media only screen and (min-width: 640px) {
      .details-block-suitable-printers__list.expanded li:nth-last-child(n + 4):first-child ~ li.actionShowMore {
        display: block; }
      .details-block-suitable-printers__list.expanded li:nth-child(n+1):nth-child(-n + 20) + li.actionShowMore {
        display: none; } }
    @media only screen and (min-width: 1024px) {
      .details-block-suitable-printers__list.expanded li:nth-last-child(n + 5):first-child ~ li.actionShowMore {
        display: block; }
      .details-block-suitable-printers__list.expanded li:nth-child(n+1):nth-child(-n + 30) + li.actionShowMore {
        display: none; } }

.details-block-suitable-printers .foldout-list__show-more {
  margin: 1.8rem 0 0 0; }

.details-block-savings-table {
  margin-top: 30px;
  margin-bottom: 30px; }
  .details-block-savings-table--savings .supply-detail__table-housebrand-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media only screen and (min-width: 640px) {
      .details-block-savings-table--savings .supply-detail__table-housebrand-right {
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .details-block-savings-table--savings .supply-detail__table-housebrand-right img {
      width: auto;
      max-height: 100px;
      margin-right: 2rem; }
  .details-block-savings-table--savings .supply-detail__table-housebrand-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .details-block-savings-table--savings .product-block-small__price {
    width: 100%;
    margin: 1rem 0 0; }
    @media only screen and (min-width: 576px) {
      .details-block-savings-table--savings .product-block-small__price {
        -webkit-flex: 1 1 0;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        margin: 0 0 0 2rem; } }
    @media only screen and (min-width: 640px) {
      .details-block-savings-table--savings .product-block-small__price {
        min-width: 200px;
        max-width: 33%; } }
    @media only screen and (min-width: 768px) {
      .details-block-savings-table--savings .product-block-small__price {
        -webkit-flex: 2 1 0;
            -ms-flex: 2 1 0px;
                flex: 2 1 0; } }

.details-block-technical-info {
  width: 100%;
  margin-bottom: 0; }
  .details-block-technical-info .table-technicalinfo .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media only screen and (min-width: 640px) {
      .details-block-technical-info .table-technicalinfo .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }

.detail-row-product__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0; }
  @media only screen and (min-width: 640px) {
    .detail-row-product__wrapper {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.detail-row-product__product-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  @media only screen and (min-width: 640px) {
    .detail-row-product__product-image {
      -webkit-flex: 0 1 40%;
          -ms-flex: 0 1 40%;
              flex: 0 1 40%;
      padding-right: 15px; } }
  @media only screen and (min-width: 1024px) {
    .detail-row-product__product-image {
      -webkit-flex: 0 1 33%;
          -ms-flex: 0 1 33%;
              flex: 0 1 33%; } }

.detail-row-product__product-swatch {
  position: absolute; }

.detail-row-product__image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.detail-row-product__image {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 70%;
  height: auto;
  margin: 0 15px 20px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  @media only screen and (min-width: 640px) {
    .detail-row-product__image {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .detail-row-product__image {
      width: 300px; } }

.detail-row-product__action {
  padding: 2px 16px;
  font-weight: 200;
  color: #fff;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: -40px;
  margin-bottom: 20px;
  z-index: 1; }
  @media only screen and (min-width: 640px) {
    .detail-row-product__action {
      margin-top: -25px;
      margin-bottom: 0; } }
  .detail-row-product__action--background-blue {
    background-color: #1b5faa; }
  .detail-row-product__action--background-green {
    background-color: #4cae4c; }

.detail-row-product__detail-order-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 640px) {
    .detail-row-product__detail-order-wrapper {
      -webkit-flex: 1 0 60%;
          -ms-flex: 1 0 60%;
              flex: 1 0 60%;
      padding-left: 20px;
      border-left: 1px solid #eaeaea; } }
  @media only screen and (min-width: 1024px) {
    .detail-row-product__detail-order-wrapper {
      -webkit-flex: 1 0 67%;
          -ms-flex: 1 0 67%;
              flex: 1 0 67%;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0;
      border: none; } }

.detail-row-product__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .detail-row-product__details {
      -webkit-flex: 0 1 60%;
          -ms-flex: 0 1 60%;
              flex: 0 1 60%;
      padding: 0 30px;
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #eaeaea; } }

.detail-row-product__specs {
  margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .detail-row-product__specs {
      margin-bottom: 30px; } }

.detail-row-product__specs-title {
  margin-bottom: 10px; }

.detail-row-product__specs-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }

.detail-row-product__specs-action-icon {
  height: 10px;
  width: 6px;
  margin-right: 5px;
  fill: #1b5faa; }

.detail-row-product__selection {
  margin: 0; }
  @media only screen and (min-width: 1024px) {
    .detail-row-product__selection {
      margin-bottom: 30px; } }

.detail-row-product__option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #eaeaea;
  cursor: pointer; }
  .detail-row-product__option-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .detail-row-product__option-capacity-separator {
    color: #aaa; }
  .detail-row-product__option--selected:before {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    border-left: 2px solid #1b5faa;
    content: ''; }

.detail-row-product__option-input-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px; }
  .detail-row-product__option-input-wrapper:before {
    top: 3px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 4px solid #f3f3f3;
    border-radius: 15px 15px 15px 15px;
    background-color: #f3f3f3;
    content: ''; }
  .detail-row-product__option-input-wrapper--selected:before {
    background-color: #1b5faa; }

.detail-row-product__option-input {
  display: none; }

.detail-row-product__option-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 100%;
  overflow: hidden; }
  .detail-row-product__option-ribbon-title {
    position: absolute;
    padding: 1px 30px;
    top: 20px;
    right: -30px;
    font-size: 11px;
    font-weight: 600;
    background-color: #1b5faa;
    color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.detail-row-product__benefits {
  margin-bottom: 20px; }
  @media only screen and (min-width: 640px) {
    .detail-row-product__benefits {
      margin-top: 30px;
      margin-bottom: 0px; } }
  @media only screen and (min-width: 1024px) {
    .detail-row-product__benefits {
      background-color: #fafafa;
      margin-top: 0;
      padding: 20px; } }

.detail-row-product__benefits-title-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .detail-row-product__benefits-title-wrapper {
      margin-bottom: 10px; } }

.detail-row-product__benefits-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0; }
  @media screen and (min-width: 1216px) {
    .detail-row-product__benefits-list {
      height: 50px; } }

.detail-row-product__benefits-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px; }
  @media screen and (min-width: 1024px) {
    .detail-row-product__benefits-item:nth-child(even) {
      margin-bottom: 0; } }

.detail-row-product__benefits-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  fill: #797979; }
  .detail-row-product__benefits-icon--housebrand {
    fill: #4cae4c; }

.detail-row-product__benefits-saving {
  border-bottom: 1px dashed black; }
  .detail-row-product__benefits-saving:hover {
    cursor: help; }

@media only screen and (min-width: 1024px) {
  .detail-row-product__order {
    -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    padding-left: 30px; } }

.detail-row-product__order-wrapper {
  padding: 20px;
  background-color: #f3f3f3; }

.detail-row-product__order-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px; }

.detail-row-product__order-shipping {
  margin-bottom: 20px; }

.foldout-list__show-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(180deg, #eaeaea 1px, transparent 1px);
  background-position: 0 12px; }
  @media only screen and (min-width: 640px) {
    .foldout-list__show-more {
      margin: 1rem 0;
      padding: 0 0.9375rem; } }
  .foldout-list__show-more:hover {
    text-decoration: none; }
  .foldout-list__show-more .fa {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 25px;
    height: 25px;
    background-color: #eaeaea; }

.product-buy-trigger {
  width: 100vw;
  max-width: 100%;
  padding: 0.5rem 0;
  background-color: #ffffff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.08); }
  @media only screen and (min-width: 768px) {
    .supplyDetail {
      position: relative;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .page-footer {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 768px) {
    .product-buy-trigger {
      position: absolute;
      bottom: -30px; } }
  .product-buy-trigger--fixed {
    position: fixed;
    z-index: 60;
    bottom: 0;
    left: 0; }
  .product-buy-trigger__content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-buy-trigger__image {
    width: 100%;
    max-width: 50px; }
    @media only screen and (min-width: 640px) {
      .product-buy-trigger__image {
        max-width: 60px;
        margin-right: 15px; } }
  .product-buy-trigger__title {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    font-weight: bold; }
    @media only screen and (max-width: 639px) {
      .product-buy-trigger__title {
        display: none; } }
  .product-buy-trigger__price-info .button-cart-large {
    width: auto; }
  .product-buy-trigger__delivery {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .product-buy-trigger__delivery {
        display: none; } }

.supply-detail-tab-group {
  width: 100%; }
  .supply-detail-tab-group__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: solid 1px #eaeaea; }
    .supply-detail-tab-group__header .heading-h2 {
      margin-right: 1.5rem;
      margin-bottom: 0;
      padding-bottom: 0.5rem; }
      @media only screen and (max-width: 639px) {
        .supply-detail-tab-group__header .heading-h2 {
          width: 100%; } }
  .supply-detail-tab-group__list {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .supply-detail-tab-group__list li {
      display: inline-block;
      width: 100%;
      vertical-align: top; }
      @media only screen and (min-width: 384px) {
        .supply-detail-tab-group__list li {
          width: 50%; } }
      @media only screen and (min-width: 1024px) {
        .supply-detail-tab-group__list li {
          width: 33.33333%; } }
      .supply-detail-tab-group__list li.actionShowMore {
        width: 100%;
        text-align: center; }
    .supply-detail-tab-group__list.collapsed li {
      display: none; }
      .supply-detail-tab-group__list.collapsed li:nth-child(n+1):nth-child(-n+1):not(.actionShowMore) {
        display: inline-block; }
      .supply-detail-tab-group__list.collapsed li:nth-last-child(n + 3):first-child ~ li.actionShowMore {
        display: block; }
      @media only screen and (min-width: 640px) {
        .supply-detail-tab-group__list.collapsed li:nth-child(n+1):nth-child(-n + 2):not(.actionShowMore) {
          display: inline-block; }
        .supply-detail-tab-group__list.collapsed li:nth-last-child(n + 4):first-child ~ li.actionShowMore {
          display: block; }
        .supply-detail-tab-group__list.collapsed li:nth-child(n+1):nth-child(-n + 2) + li.actionShowMore {
          display: none; } }
      @media only screen and (min-width: 1024px) {
        .supply-detail-tab-group__list.collapsed li:nth-child(n+1):nth-child(-n + 3):not(.actionShowMore) {
          display: inline-block; }
        .supply-detail-tab-group__list.collapsed li:nth-last-child(n + 5):first-child ~ li.actionShowMore {
          display: block; }
        .supply-detail-tab-group__list.collapsed li:nth-child(n+1):nth-child(-n + 3) + li.actionShowMore {
          display: none; } }
    .supply-detail-tab-group__list.expanded li {
      display: inline-block; }
      .supply-detail-tab-group__list.expanded li.actionShowMore {
        display: none; }
      .supply-detail-tab-group__list.expanded li:nth-last-child(n + 3):first-child ~ li.actionShowMore {
        display: block; }
      @media only screen and (min-width: 640px) {
        .supply-detail-tab-group__list.expanded li:nth-last-child(n + 4):first-child ~ li.actionShowMore {
          display: block; }
        .supply-detail-tab-group__list.expanded li:nth-child(n+1):nth-child(-n + 2) + li.actionShowMore {
          display: none; } }
      @media only screen and (min-width: 1024px) {
        .supply-detail-tab-group__list.expanded li:nth-last-child(n + 5):first-child ~ li.actionShowMore {
          display: block; }
        .supply-detail-tab-group__list.expanded li:nth-child(n+1):nth-child(-n + 3) + li.actionShowMore {
          display: none; } }
    @media only screen and (min-width: 640px) {
      .supply-detail-tab-group__list .actionShowMore {
        margin-top: -1.3rem; } }
    @media only screen and (min-width: 1024px) {
      .supply-detail-tab-group__list .actionShowMore {
        margin-top: -1.8rem; } }
  .supply-detail-tab-group__tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0.5rem; }
  .supply-detail-tab-group__tab {
    min-width: 100%; }
    @media only screen and (min-width: 384px) {
      .supply-detail-tab-group__tab {
        min-width: 50%; } }
    @media only screen and (min-width: 576px) {
      .supply-detail-tab-group__tab {
        min-width: 30%; } }
    @media only screen and (min-width: 896px) {
      .supply-detail-tab-group__tab {
        min-width: initial; } }
    .supply-detail-tab-group__tab.all {
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }
    .supply-detail-tab-group__tab .color-swatch {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-right: 1.5rem;
      margin-bottom: 0; }
    .supply-detail-tab-group__tab .color-swatch__color {
      width: 15px;
      height: 15px;
      margin: 0 0.5rem; }
    .supply-detail-tab-group__tab .color-swatch__color-counter {
      margin-left: 0.25rem;
      color: #aaa; }
    .supply-detail-tab-group__tab .color-swatch__color--service {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
  .supply-detail-tab-group__content {
    display: block; }
  .supply-detail-tab-group__form-checkbox {
    margin-bottom: 0; }
  .supply-detail-tab-group__formlabel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2px; }

.supply-overview-tab-group__showMore {
  display: block;
  width: 100%;
  padding: 6px 0 10px;
  background-color: #eaeaea;
  font-weight: 700;
  text-align: center; }
  .supply-overview-tab-group__showMore .fa {
    margin-left: 10px;
    font-size: 13px; }

.supply-overview-tab-group__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto; }
  .supply-overview-tab-group__tabs > div {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.table {
  width: 100%;
  margin-bottom: 1rem; }
  .table th {
    text-align: left; }
  .table--foundation {
    border-radius: 0; }
    .table--foundation thead, .table--foundation tbody {
      border: 0;
      background-color: #fefefe; }
    .table--foundation tbody tr:nth-child(even) {
      background-color: #efefef; }
    .table--foundation tbody th, .table--foundation tbody td {
      padding: 0.5rem 0.625rem 0.625rem; }
    .table--foundation thead {
      background: #efefef;
      color: #0a0a0a; }
      .table--foundation thead tr {
        background: transparent; }
      .table--foundation thead th, .table--foundation thead td {
        padding: 0.5rem 0.625rem 0.625rem;
        font-weight: bold;
        text-align: left; }

.table-footer .table-body {
  background-color: transparent;
  border: none;
  color: #fff; }
  .table-footer .table-body td {
    position: relative; }
  .table-footer .table-body .fa {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #282828;
    display: inline-block;
    padding: 4px 6px; }

.table-technicalinfo td {
  width: 52%; }
  .table-technicalinfo td:first-child {
    width: 48%; }
  .table-technicalinfo td .fa {
    font-size: 13px;
    margin-right: 5px;
    padding: 0 1px; }

.table-technicalinfo tbody tr:nth-child(odd) {
  background-color: #efefef; }

.table-technicalinfo tbody tr:nth-child(even) {
  background-color: #fff; }

.table-technicalinfo .single-item-specifications-table td {
  width: 77%; }
  .table-technicalinfo .single-item-specifications-table td:first-child {
    width: 23%; }

@media only screen and (max-width: 640px) {
  .table-technicalinfo .single-item-specifications-table td {
    width: 50%; }
    .table-technicalinfo .single-item-specifications-table td:first-child {
      width: 50%; } }

.table-technicalinfo .collapsible {
  display: block;
  overflow: hidden;
  position: relative; }

.table-technicalinfo .table-technicalinfo-toggle {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .table-technicalinfo .table-technicalinfo-toggle .fa {
    font-size: 13px;
    margin-left: 10px; }
  .table-technicalinfo .table-technicalinfo-toggle .table-technicalinfo-toggle-button {
    position: relative;
    margin-bottom: 0;
    z-index: 3; }
  .table-technicalinfo .table-technicalinfo-toggle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 115px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 19%, white 52%, white 100%);
    z-index: 1; }
  .table-technicalinfo .table-technicalinfo-toggle:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #f3f3f3;
    z-index: 2; }

.table-technicalinfo .collapsible-closed {
  max-height: 460px; }

.table-technicalinfo .collapsible-open {
  max-height: none;
  margin-bottom: 50px;
  overflow: visible; }
  .table-technicalinfo .collapsible-open .table-technicalinfo-toggle {
    bottom: -50px; }
    .table-technicalinfo .collapsible-open .table-technicalinfo-toggle:before {
      display: none; }

.tag {
  display: inline-block;
  padding: 0 0.6em; }
  .tag--green-white {
    background-color: #4cae4c;
    color: #ffffff; }
  .tag--grey-green {
    background-color: #f3f3f3;
    color: #4cae4c; }

@media only screen and (min-width: 896px) {
  .totalpackage__intro-row {
    padding-right: 150px; } }

.totalpackage__50p-fill-row {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px; }
  @media only screen and (min-width: 576px) {
    .totalpackage__50p-fill-row {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .totalpackage__50p-fill-row > div {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
  .totalpackage__50p-fill-row .fa {
    margin-right: 5px;
    padding: 0 1px;
    font-size: 23px; }

.totalpackage__text-note {
  padding-right: 30px; }

@media only screen and (min-width: 896px) {
  .totalpackage__text-advise {
    padding-right: 30px; } }

.totalpackage__inktdrop-wrapper {
  min-width: 230px; }
  @media only screen and (max-width: 767px) {
    .totalpackage__inktdrop-wrapper {
      display: none; } }

.totalpackage__inktdrop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 180px;
  margin-right: 50px; }
  .totalpackage__inktdrop-text-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto; }
  .totalpackage__inktdrop-text-below {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center; }
  .totalpackage__inktdrop-text--big {
    padding-top: 5px;
    font-size: 38px;
    font-weight: 700;
    line-height: 30px; }
  .totalpackage__inktdrop-text--medium {
    font-size: 26px;
    font-weight: 200;
    line-height: 22px; }

.totalpackage__person-wrapper {
  -webkit-flex-basis: 95px;
      -ms-flex-preferred-size: 95px;
          flex-basis: 95px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 95px; }
  @media only screen and (max-width: 895px) {
    .totalpackage__person-wrapper {
      display: none; } }

.totalpackage__person {
  position: absolute;
  right: 0;
  bottom: 0px; }

.totalpackage__tag-discount {
  margin-left: 2px;
  margin-right: 2px; }
  @media only screen and (max-width: 575px) {
    .totalpackage__tag-discount {
      display: none; } }

@media only screen and (max-width: 640px) {
  .totalpackage-text-left {
    display: inline-block;
    margin-bottom: 15px; } }

.trustmark {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 1000%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .trustmark__logo {
    display: block;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
    .trustmark__logo--thuiswinkel {
      width: 160px;
      background-image: url("../../images/trustmarks/thuiswinkel.jpg"); }
    .trustmark__logo--becommerce {
      width: 50px;
      background-image: url("../../images/trustmarks/becommerce.png"); }
  .trustmark--content {
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .trustmark--header-content .trustmark__logo--thuiswinkel {
    width: 44px;
    height: 45px;
    background-image: url("../../images/trustmarks/thuiswinkel-compact.jpg"); }
  .trustmark--header-content .trustmark__logo--becommerce {
    width: 45px; }
  .trustmark--supply-detail-heading {
    height: 45px;
    position: absolute;
    right: 15px;
    top: 12px;
    display: none; }
    @media only screen and (min-width: 640px) {
      .trustmark--supply-detail-heading {
        display: block; } }
    .trustmark--supply-detail-heading .trustmark__logo--thuiswinkel {
      width: 120px;
      height: 45px;
      background-size: contain;
      background-position: center top; }
    .trustmark--supply-detail-heading .trustmark__logo--becommerce {
      width: 45px;
      height: 45px; }
  .trustmark--footer-content {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .trustmark--footer-content .trustmark__logo {
      background-position: left;
      background-size: contain; }
    .trustmark--footer-content .trustmark__logo--thuiswinkel {
      width: 202px;
      height: 62px;
      margin-bottom: 0.7rem;
      background-image: url("../../images/trustmarks/logo-thuiswinkel-inverted.png"); }
      @media only screen and (max-width: 447px) {
        .trustmark--footer-content .trustmark__logo--thuiswinkel {
          width: 140px; } }
    .trustmark--footer-content .trustmark__logo--becommerce {
      height: 70px;
      width: auto; }
      @media only screen and (max-width: 447px) {
        .trustmark--footer-content .trustmark__logo--becommerce {
          height: 50px; } }
  .trustmark--footer-content-cart {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 2rem; }
    .trustmark--footer-content-cart .trustmark__logo--thuiswinkel {
      width: 150px;
      background-image: url("../../images/trustmarks/logo-thuiswinkel-inverted.png"); }
  .trustmark--sidebar-content {
    display: none; }
    @media only screen and (min-width: 640px) {
      .trustmark--sidebar-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: left;
            -ms-flex-pack: left;
                justify-content: left;
        padding-top: 0.2rem; } }
    @media only screen and (min-width: 768px) {
      .trustmark--sidebar-content {
        width: auto; } }
    @media only screen and (min-width: 1024px) {
      .trustmark--sidebar-content {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .trustmark--sidebar-content .trustmark__logo--thuiswinkel {
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%;
      max-width: 130px; }
  .trustmark--logobar {
    margin: 20px 15px; }
    .trustmark--logobar .trustmark__logo--thuiswinkel {
      width: 140px;
      height: 45px; }
  .trustmark--logobar-footer .trustmark__logo {
    width: 32px; }
  .trustmark--logobar-footer .trustmark__logo--thuiswinkel {
    background-image: url("../../images/trustmarks/thuiswinkel-compact.jpg"); }

.trustpilot-widget-large {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px; }
  .trustpilot-widget-large__imagery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25px; }
  .trustpilot-widget-large__trustpilot-logo, .trustpilot-widget-large__trustpilot-stars {
    height: 25px; }
  .trustpilot-widget-large__trustpilot-logo {
    margin-right: 15px; }
  .trustpilot-widget-large__score-review-wrapper {
    margin-top: 5px; }
  .trustpilot-widget-large__score {
    font-weight: bold;
    padding-right: 10px;
    border-right: 1px solid #000; }
  .trustpilot-widget-large__review-count {
    margin-left: 10px; }

.trustpilot .trustpilot__widget {
  width: 140px;
  height: 46px;
  margin: 0;
  color: black;
  text-align: left;
  vertical-align: bottom; }
  .trustpilot .trustpilot__widget a {
    color: black; }
  .trustpilot .trustpilot__widget .score {
    font-size: 16px;
    font-weight: bold; }
  .trustpilot .trustpilot__widget .reviewcount {
    padding-left: 5px;
    font-size: 11px;
    text-align: right; }
  .trustpilot .trustpilot__widget .stars {
    float: left;
    width: 135px;
    background-image: url(/app/images/5_stars.svg);
    background-repeat: no-repeat;
    background-size: 107px 18px; }

.trustpilot--header .trustpilot__widget {
  width: 108px;
  margin-right: 20px; }
  .trustpilot--header .trustpilot__widget a {
    display: block;
    margin-top: -5px; }
  .trustpilot--header .trustpilot__widget .score {
    font-size: 18px; }
  .trustpilot--header .trustpilot__widget .stars {
    display: block;
    width: 107px;
    height: 20px;
    background-image: url(/app/images/5_stars.svg);
    background-size: 107px 20px;
    margin-top: 3px; }

.trustpilot--footer {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff; }
  @media only screen and (max-width: 639px) {
    .trustpilot--footer {
      padding-bottom: 0;
      border-bottom: none; } }
  .footer-cart-content-left .trustpilot {
    margin-top: 3px;
    padding-bottom: 0;
    border-bottom: 0;
    -webkit-transform: scale(0.85, 0.85);
            transform: scale(0.85, 0.85); }
  .trustpilot--footer .trustpilot__widget {
    width: 171px; }
    @media only screen and (max-width: 450px) {
      .trustpilot--footer .trustpilot__widget {
        -webkit-transform: scale(0.7, 0.7);
                transform: scale(0.7, 0.7);
        text-align: center; } }
    .trustpilot--footer .trustpilot__widget a {
      color: #fff; }
    .trustpilot--footer .trustpilot__widget .stars {
      display: block;
      width: 171px;
      height: 31px;
      background-image: url(/app/images/5_stars.svg);
      background-size: 171px 31px; }
    .trustpilot--footer .trustpilot__widget .score,
    .trustpilot--footer .trustpilot__widget .reviewcount {
      color: #fff;
      font-family: "Open Sans", Arial, sans-serif; }
    .trustpilot--footer .trustpilot__widget .score {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 28px;
      font-weight: 700; }
    .trustpilot--footer .trustpilot__widget .reviewcount {
      margin-left: 13px;
      font-size: 16px; }

.trustpilot--housebrand {
  display: inline-block;
  float: left; }
  @media only screen and (max-width: 640px) {
    .trustpilot--housebrand {
      margin-bottom: 30px; } }
  .trustpilot--housebrand .trustpilot__widget {
    width: 171px; }
    .trustpilot--housebrand .trustpilot__widget a {
      color: #000; }
    .trustpilot--housebrand .trustpilot__widget .stars {
      display: block;
      width: 171px;
      height: 30px;
      background-image: url(/app/images/5_stars.svg);
      background-size: 171px 30px; }
    .trustpilot--housebrand .trustpilot__widget .score,
    .trustpilot--housebrand .trustpilot__widget .reviewcount {
      color: #000;
      font-family: "Open Sans", Arial, sans-serif; }
    .trustpilot--housebrand .trustpilot__widget .score {
      display: inline-block;
      margin-bottom: 6px;
      font-size: 28px;
      font-weight: 700; }
    .trustpilot--housebrand .trustpilot__widget .reviewcount {
      font-size: 18px; }

.trustpilot--partnerLogo-small {
  display: block;
  float: left;
  overflow: hidden;
  width: 107px;
  height: 45px;
  margin: 20px 15px; }
  .trustpilot--partnerLogo-small .trustpilot__widget {
    width: 110px;
    height: 45px; }
    .trustpilot--partnerLogo-small .trustpilot__widget .score {
      display: inline-block;
      overflow: hidden;
      height: 16px;
      font-size: 14px;
      font-weight: bold; }
    .trustpilot--partnerLogo-small .trustpilot__widget .reviewcount {
      display: inline-block;
      height: 14px;
      font-size: 12px;
      text-align: right; }
    .trustpilot--partnerLogo-small .trustpilot__widget .stars {
      width: 150px;
      background-size: 107px 20px; }

.trustpilot--product-page-rightcolumn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .trustpilot--product-page-rightcolumn .trustpilot__widget {
    display: inline-block;
    width: 136px;
    height: 50px;
    margin: 0;
    color: black;
    text-align: left; }
  @media only screen and (max-width: 1023px) {
    .trustpilot--product-page-rightcolumn .trustpilot__widget {
      float: left; } }
  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .trustpilot--product-page-rightcolumn {
      text-align: center; } }
  .trustpilot--product-page-rightcolumn .trustpilot__widget .stars {
    display: block;
    width: 104px;
    height: 25px;
    background-image: url(/app/images/5_stars.svg);
    background-size: 104px 25px; }

.unorderedList {
  margin: 0;
  list-style: none; }
  .unorderedList li {
    margin-left: 0;
    list-style: none; }
  .unorderedList .fa {
    font-size: 13px;
    color: #1b5faa; }

.unorderedList-item {
  padding: 5px 0; }

.unorderedList-checkmarks .list-item {
  position: relative;
  padding-left: 20px;
  margin: 7px 0; }
  .unorderedList-checkmarks .list-item:before {
    content: '\f058';
    position: absolute;
    left: 0;
    top: 1px;
    padding: 0 1px;
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #1b5faa; }

.unorderedList-checkmarks.unorderedList-checkmarks--green {
  position: relative;
  margin-left: 0; }
  .unorderedList-checkmarks.unorderedList-checkmarks--green .list-item:before {
    content: '\f00c';
    color: #4cae4c; }

.unorderedList-checkmarks.unorderedList-checkmarks--round .list-item:before {
  content: '\f058'; }

.unorderedList-homepageSideMenu,
.unorderedList-text-menu {
  margin-bottom: 20px; }
  .unorderedList-homepageSideMenu .list-item,
  .unorderedList-text-menu .list-item {
    position: relative;
    padding-left: 20px; }
    .unorderedList-homepageSideMenu .list-item:before,
    .unorderedList-text-menu .list-item:before {
      content: '\f105';
      position: absolute;
      left: 0;
      top: 0;
      padding: 0 1px;
      font-family: 'FontAwesome';
      font-size: 13px;
      color: #000; }
    .unorderedList-homepageSideMenu .list-item .list-item-link,
    .unorderedList-text-menu .list-item .list-item-link {
      color: #000; }

@media only screen and (max-width: 639px) {
  .unorderedList-homepageSideMenu {
    margin: 0; }
    .unorderedList-homepageSideMenu .list-item {
      padding: 0;
      border-bottom: 1px solid #f3f3f3; }
      .unorderedList-homepageSideMenu .list-item:before {
        display: none; }
      .unorderedList-homepageSideMenu .list-item:after {
        content: '\f105';
        position: absolute;
        top: 15px;
        right: 0;
        padding: 0 1px;
        font-family: 'FontAwesome';
        font-size: 13px;
        color: #000; }
      .unorderedList-homepageSideMenu .list-item .list-item-link {
        color: #000;
        width: 100%;
        display: block;
        padding: 15px 0; }
  .unorderedList-homepageSideMenu-title {
    margin-top: 40px;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    padding-bottom: 15px;
    display: block; } }

.unorderedList-disc .list-item {
  margin: 4px 0 4px 17px;
  list-style: disc; }

.unorderedList-white-disc {
  margin: 30px 0; }
  .unorderedList-white-disc .list-item {
    margin: 5px 0 5px 17px;
    color: #fff;
    list-style: disc; }

.unorderedList-check-green .list-item {
  padding: 3px 0; }

.unorderedList-check-green .fa {
  color: #4cae4c;
  margin-right: 5px; }

.userform {
  display: block;
  margin: 20px 0 10px 0; }
  .userform input::-webkit-input-placeholder,
  .userform textarea::-webkit-input-placeholder {
    color: #aaa; }
  .userform input:-ms-input-placeholder,
  .userform textarea:-ms-input-placeholder {
    color: #aaa; }
  .userform input::placeholder,
  .userform textarea::placeholder {
    color: #aaa; }
  .userform .form-select {
    padding: 6px 15px 5px;
    line-height: 30px; }
    .userform .form-select__wrapper.error .form-select {
      border-bottom: solid 1px #d9534f; }
    .userform .form-select__wrapper.error .error-text {
      display: block;
      margin-top: 2px;
      margin-bottom: 10px; }
  .userform .form-radiogroup,
  .userform .form-textbox {
    margin-bottom: 20px; }
    .userform .form-radiogroup.last,
    .userform .form-textbox.last {
      margin-bottom: 0; }
  .userform .form-textbox input {
    border: 0;
    outline: 0; }
    .userform .form-textbox input:focus + label, .userform .form-textbox input:valid + label {
      top: 3px;
      font-size: 10px; }
  .userform .form-textbox__input-wrapper {
    position: relative;
    display: block;
    padding: 5px 15px;
    border: 1px solid #eaeaea;
    background-color: #ffffff; }
  .userform .form-textbox.form-textbox--has-float-label .form-textbox__input-wrapper {
    padding: 20px 10px 0; }
  .userform .form-textbox.error .error-text {
    display: block;
    margin-top: 2px;
    margin-bottom: 10px; }
  .userform .form-textbox.error .form-textbox__input-wrapper {
    border-bottom: 1px solid #d9534f; }
  .userform .form-textbox-label {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 10px;
    transition: all .2s;
    color: #acacac;
    font-size: 13px; }
  .userform .error-text {
    color: #d9534f; }
  .userform .input-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: none;
    color: #000;
    font-size: 13px; }
  .userform .input-radio:checked + .formlabel:before {
    background-color: #1b5faa; }
  .userform .input-radio {
    display: none; }
  .userform .input-password {
    padding: 6px 0 7px;
    border: 0; }
  .userform-customerservice .combobox {
    margin-bottom: 10px; }
  .userform-customerservice .form-textbox {
    margin-bottom: 10px; }
  .userform-upload-addMore {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px; }
    .userform-upload-addMore .fa {
      margin-right: 5px;
      font-size: 18px; }
    .userform-upload-addMore:hover {
      text-decoration: none; }
  .userform-succes {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #f3f3f3;
    font-weight: 700; }
  .userform__column {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (min-width: 320px) {
      .userform__column--left-2w {
        -webkit-flex: 0 0 62%;
            -ms-flex: 0 0 62%;
                flex: 0 0 62%;
        max-width: 62%; } }
    @media screen and (min-width: 384px) {
      .userform__column--left-2w {
        -webkit-flex: 0 0 38%;
            -ms-flex: 0 0 38%;
                flex: 0 0 38%;
        max-width: 38%; } }
    @media screen and (min-width: 384px) {
      .userform__column--left-3w {
        -webkit-flex: 0 0 62%;
            -ms-flex: 0 0 62%;
                flex: 0 0 62%;
        max-width: 62%; } }
    @media screen and (min-width: 320px) {
      .userform__column--main-address-street-number, .userform__column--main-address-street-number-suffix {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media screen and (min-width: 448px) {
      .userform__column--main-address-street-number {
        -webkit-flex: 0 0 38%;
            -ms-flex: 0 0 38%;
                flex: 0 0 38%;
        max-width: 38%; }
      .userform__column--main-address-street-number-suffix {
        -webkit-flex: 0 0 24%;
            -ms-flex: 0 0 24%;
                flex: 0 0 24%;
        max-width: 24%; } }
    @media screen and (min-width: 512px) {
      .userform__column--person-middle-name {
        -webkit-flex: 0 0 24%;
            -ms-flex: 0 0 24%;
                flex: 0 0 24%;
        max-width: 24%; }
      .userform__column--person-first-name, .userform__column--person-last-name {
        -webkit-flex: 0 0 38%;
            -ms-flex: 0 0 38%;
                flex: 0 0 38%;
        max-width: 38%; } }
  @media only screen and (max-width: 768px) {
    .userform--new {
      padding: 10px; } }
  .userform--new .heading, .userform--new p {
    margin-right: 5px;
    margin-left: 0; }
  .userform--new .form-textbox {
    margin: 0 10px 10px 0; }
  .userform--new .form-radiogroup {
    margin: 0 5px 20px 0;
    padding-left: 0; }
    .userform--new .form-radiogroup .formlabel {
      min-width: 130px;
      margin-right: 25px; }
      .userform--new .form-radiogroup .formlabel:last-child {
        min-width: inherit; }
  .userform--new .coloredColumn {
    margin: 0 0 30px 0;
    padding: 30px; }
    .userform--new .coloredColumn .form-radiogroup {
      margin-top: 10px;
      margin-bottom: 0; }
      .userform--new .coloredColumn .form-radiogroup .button {
        float: right;
        margin-top: 20px; }
    .userform--new .coloredColumn .input-radio:checked + .formlabel:before {
      background-color: #1b5faa; }
    .userform--new .coloredColumn .input-radio {
      display: none; }
  .userform--new .button {
    margin-left: 5px; }
  .userform--footer-newsletter .form-textbox, .userform--footer-newsletter button {
    margin-bottom: 10px; }
  .userform--footer-newsletter .userform__2-button-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .userform--footer-newsletter .userform__2-button-flex-item {
    width: 100%; }
    @media only screen and (min-width: 1216px) {
      .userform--footer-newsletter .userform__2-button-flex-item {
        width: calc(50% - 5px); } }
  .userform--footer-newsletter .userform__result-msg {
    margin-top: -5px;
    margin-bottom: 10px;
    color: #ffffff;
    font-style: italic; }
  .userform--printer-maintenance .userform__menu {
    margin: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style-type: none; }
    .userform--printer-maintenance .userform__menu li {
      margin-left: 0;
      list-style: none; }
    .userform--printer-maintenance .userform__menu-item {
      position: relative;
      display: block;
      float: left;
      width: 50%; }
      @media only screen and (min-width: 768px) {
        .userform--printer-maintenance .userform__menu-item {
          padding: 9px;
          background-color: #f3f3f3;
          text-align: center;
          text-transform: uppercase; }
          .userform--printer-maintenance .userform__menu-item:first-child {
            padding-right: 20px; }
            .userform--printer-maintenance .userform__menu-item:first-child.done a:after {
              right: 0; }
          .userform--printer-maintenance .userform__menu-item:last-child {
            margin-right: 0;
            padding-left: 20px; }
          .userform--printer-maintenance .userform__menu-item:not(:last-child):after {
            position: absolute;
            top: 0;
            right: 0;
            width: 0;
            height: 0;
            border-width: 20px 0 20px 20px;
            border-style: solid;
            border-color: #fff #fff #fff #f3f3f3;
            content: ''; }
          .userform--printer-maintenance .userform__menu-item:not(:first-child):before {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border-width: 20px 0 20px 20px;
            border-style: solid;
            border-color: transparent transparent transparent #fff;
            content: ''; }
          .userform--printer-maintenance .userform__menu-item.active {
            background-color: #1b5faa;
            color: #fff; }
            .userform--printer-maintenance .userform__menu-item.active:not(:last-child):after {
              border-color: #fff #fff #fff #1b5faa; }
          .userform--printer-maintenance .userform__menu-item a {
            position: relative;
            display: block;
            width: 100%;
            color: #000;
            text-align: center; }
          .userform--printer-maintenance .userform__menu-item.done a:after {
            position: absolute;
            top: 0;
            right: 10px;
            content: '\f00c';
            color: #c8c7c7;
            font-family: 'FontAwesome';
            font-size: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 850px) {
      .userform--printer-maintenance .userform__menu-item.done a:after {
        display: none; } }
      @media only screen and (max-width: 767px) {
        .userform--printer-maintenance .userform__menu-item {
          width: calc(100% - 25px);
          text-align: right; }
          .userform--printer-maintenance .userform__menu-item:not(:first-child):before {
            position: absolute;
            z-index: 1;
            top: 10px;
            right: 0;
            left: 0;
            display: block;
            height: 5px;
            background-color: #f3f3f3;
            content: ''; }
          .userform--printer-maintenance .userform__menu-item span,
          .userform--printer-maintenance .userform__menu-item a {
            border-radius: 50% 50% 50% 50%;
            overflow: hidden;
            white-space: nowrap;
            text-indent: 1000%;
            position: relative;
            z-index: 2;
            display: inline-block;
            width: 25px;
            height: 25px;
            background-color: #f3f3f3; }
          .userform--printer-maintenance .userform__menu-item a {
            background-color: #1b5faa; }
          .userform--printer-maintenance .userform__menu-item.done span, .userform--printer-maintenance .userform__menu-item.active span {
            background-color: #1b5faa; }
          .userform--printer-maintenance .userform__menu-item.done:before, .userform--printer-maintenance .userform__menu-item.active:before {
            background-color: #1b5faa; }
          .userform--printer-maintenance .userform__menu-item.done a:after {
            position: absolute;
            top: 1px;
            right: 5px;
            content: '\f00c';
            color: #fff;
            font-family: 'FontAwesome';
            font-size: 15px; }
          .userform--printer-maintenance .userform__menu-item:first-child {
            width: 25px;
            margin-left: 0; } }
  .userform--printer-maintenance .userform__menu-item:not(.active) {
    cursor: pointer; }
  .userform--printer-maintenance .heading-h2 {
    margin-top: 2rem; }
  .userform--printer-maintenance .row-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1rem; }
  .userform--v18 {
    margin: 10px 0 10px 0;
    padding: 0; }
    .userform--v18 .userform__footer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .userform--v18 .userform__footer--with-line {
        padding-top: 10px;
        border-top: 1px solid #eaeaea; }
    .userform--v18 .userform__footer-buttons .button {
      margin-bottom: 0;
      margin-left: 10px; }
    .userform--v18 .userform__footer-helptext {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0; }
    .userform--v18 .form-checkbox .formlabel {
      display: inline-block; }
      .userform--v18 .form-checkbox .formlabel:before {
        top: 6px; }
    .userform--v18 .form-radiogroup, .userform--v18 .form-checkbox {
      margin: 0 5px 10px 0;
      padding-left: 0; }
      .userform--v18 .form-radiogroup .formlabel, .userform--v18 .form-checkbox .formlabel {
        min-width: 130px;
        margin: 5px 25px 5px 0;
        padding-left: 30px; }
    .userform--v18 .form-textbox, .userform--v18 .form-select {
      margin-bottom: 10px; }
    .userform--v18 .form-textbox--error .form-textbox__input-wrapper {
      padding-right: 25px;
      background: url(/app/images/forms/ic-form-cross.png) no-repeat;
      background-position: right 0.5rem center;
      background-size: 0.8rem; }
    .userform--v18 .form-textbox--validated .form-textbox__input-wrapper {
      padding-right: 25px;
      background: url(/app/images/forms/ic-form-checkmark.png) no-repeat;
      background-position: right 0.5rem center;
      background-size: 0.8rem; }
    @media only screen and (max-width: 639px) {
      .userform--v18 .input-text, .userform--v18 .form-textarea {
        font-size: 16px; } }
    .userform--v18 .form-action__wrapper {
      margin-bottom: 10px; }
      .userform--v18 .form-action__wrapper a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 43px; }
    .userform--v18 .form-action__deleteItem {
      display: inline-block;
      color: #aaa; }
      .userform--v18 .form-action__deleteItem:hover {
        color: #d9534f;
        text-decoration: none; }
      .userform--v18 .form-action__deleteItem .fa {
        margin-right: 5px;
        font-size: 18px; }
    .userform--v18 .fontStyle-subscript {
      display: block;
      padding: 1rem 0 0;
      font-size: 12px; }
  .userform--search .form-textbox {
    position: relative; }
  .userform .password-strength {
    width: calc(100% - 10px);
    height: 5px;
    margin: -10px 0 5px; }
    .userform .password-strength.strength-0 {
      background: transparent; }
    .userform .password-strength.strength-20 {
      background: linear-gradient(to right, #4cae4c 15%, #d9534f 25%); }
    .userform .password-strength.strength-40 {
      background: linear-gradient(to right, #4cae4c 35%, #d9534f 45%); }
    .userform .password-strength.strength-60 {
      background: linear-gradient(to right, #4cae4c 55%, #d9534f 65%); }
    .userform .password-strength.strength-80 {
      background: linear-gradient(to right, #4cae4c 75%, #d9534f 85%); }
    .userform .password-strength.strength-100 {
      background: #4cae4c; }
  .userform .radio-first-row {
    margin-top: 10px; }
  .userform .popup {
    z-index: 18; }
  .userform__label--radio-group {
    margin-top: 5px; }
  .userform__label--textbox {
    margin-top: 11px;
    margin-bottom: 5px; }

.content-tooltip {
  position: absolute;
  z-index: 60;
  top: 31px;
  left: -26px;
  display: block;
  visibility: hidden;
  width: 240px;
  height: auto;
  padding: 15px 20px;
  border: 2px solid #f3f3f3;
  background-color: #ffffff;
  cursor: default;
  transition: visibility 300ms ease-out;
  color: #000;
  text-align: left; }
  .content-tooltip:after {
    position: absolute;
    top: -8px;
    left: 29px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #f3f3f3;
    border-left: 2px solid #f3f3f3;
    background-color: #ffffff;
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .content-tooltip:hover {
    visibility: visible; }
  .content-tooltip--product-overview-filter-info {
    top: -26px;
    left: 28px;
    width: 448px; }
  .content-tooltip--arrow-left:after {
    top: 29px;
    left: -8px;
    border-top: none;
    border-bottom: 2px solid #f3f3f3;
    border-left: 2px solid #f3f3f3; }
  @media only screen and (max-width: 1023px) {
    .content-tooltip:hover {
      visibility: hidden; } }
  .has-content-tooltip {
    position: relative;
    display: inline-block; }
    .has-content-tooltip:hover {
      cursor: pointer; }
      .has-content-tooltip:hover .content-tooltip {
        visibility: visible; }
  .content-tooltip--blue-percentage {
    top: 60px;
    left: calc(50% - 120px);
    border-color: #1b5faa;
    background-color: #1b5faa;
    color: #ffffff; }
    .content-tooltip--blue-percentage:after {
      top: -8px;
      left: 112px;
      border-top: 2px solid #1b5faa;
      border-left: 2px solid #1b5faa;
      background-color: #1b5faa; }
    .content-tooltip--blue-percentage a {
      color: white; }
    .content-tooltip--blue-percentage .fa {
      color: white !important;
      font-size: 12px !important; }
    @media only screen and (max-width: 703px) {
      .content-tooltip--blue-percentage {
        left: auto;
        right: 0; }
        .content-tooltip--blue-percentage:after {
          left: calc(50% - 8px); } }
    @media only screen and (max-width: 575px) {
      .content-tooltip--blue-percentage:after {
        left: calc(75% - 8px); } }
  .content-tooltip--supply-page {
    top: 25px;
    left: calc(50% - 118px); }
    @media only screen and (max-width: 575px) {
      .content-tooltip--supply-page:after {
        left: calc(50% - 8px); } }

.cart-popup {
  position: fixed;
  /* Stay in place */
  z-index: 990;
  /* Sit on top */
  top: 0;
  left: 0;
  overflow: auto;
  /* Enable scroll if needed */
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */ }
  .cart-popup h4 {
    min-height: 72px;
    font-weight: 100; }
  .cart-popup .addtocart-discount-strike {
    position: absolute;
    bottom: 42px;
    left: 0;
    display: block;
    width: 100%;
    color: #aaa;
    font-size: smaller;
    white-space: nowrap;
    text-decoration: line-through; }
  .cart-popup .addtocart-button {
    position: absolute;
    top: 80px;
    right: 20px; }
    .cart-popup .addtocart-button-close {
      margin-top: -10px;
      text-align: right; }
    @media (max-width: 640px) {
      .cart-popup .addtocart-button {
        position: relative;
        top: 0;
        right: 0;
        text-align: center; }
      .cart-popup .addtocart-button-close {
        text-align: center !important; } }
  .cart-popup .addtocart-close {
    position: absolute;
    z-index: 991;
    top: 20px;
    right: 20px;
    display: block;
    padding: 6px 9px;
    background-color: #1b5faa;
    color: white; }
    a.addtocart-close:hover {
      color: white; }
  .cart-popup .printerOemBundle-discount {
    z-index: 1; }
  .cart-popup .product {
    margin: 20px 0;
    border: 1px solid #f3f3f3; }
  .cart-popup .products .product {
    position: relative;
    display: inline-block;
    padding: 0 15px; }
  .cart-popup .upsell_products {
    display: none;
    margin-top: 30px; }
    @media only screen and (min-width: 640px) {
      .cart-popup .upsell_products {
        display: block; } }
  .cart-popup__content {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 950px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff; }
  .cart-popup__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (min-width: 640px) {
      .cart-popup__flex {
        -webkit-flex-basis: 66.66667%;
            -ms-flex-preferred-size: 66.66667%;
                flex-basis: 66.66667%;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
  .cart-popup__flex-item {
    max-width: 100%; }
    .cart-popup__flex-item--left {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 1.875rem; }
      @media only screen and (min-width: 640px) {
        .cart-popup__flex-item--left {
          -webkit-flex-basis: calc(50%);
              -ms-flex-preferred-size: calc(50%);
                  flex-basis: calc(50%);
          border-right: 1px solid #f3f3f3; } }
      @media only screen and (min-width: 768px) {
        .cart-popup__flex-item--left {
          -webkit-flex-basis: 60%;
              -ms-flex-preferred-size: 60%;
                  flex-basis: 60%; } }
      @media only screen and (min-width: 1024px) {
        .cart-popup__flex-item--left {
          -webkit-flex-basis: 597px;
              -ms-flex-preferred-size: 597px;
                  flex-basis: 597px;
          margin-right: 1.875rem; } }
      .cart-popup__flex-item--left .heading-h3 {
        padding-right: 40px; }
        @media only screen and (min-width: 640px) {
          .cart-popup__flex-item--left .heading-h3 {
            padding-right: calc(0.9375rem); } }
    .cart-popup__flex-item--right {
      width: 100%;
      max-width: 260px;
      margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        .cart-popup__flex-item--right {
          margin: inherit;
          padding-right: 40px; } }
      .cart-popup__flex-item--right button {
        width: 100%; }
  .cart-popup__mini-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px; }
  .cart-popup__mini-cart-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
    .cart-popup__mini-cart-item--right {
      font-weight: bold;
      text-align: right; }

.blue-bar {
  z-index: 15;
  background-color: #1b5faa;
  font-size: 12px; }
  .blue-bar__country-select {
    margin-left: 20px; }
  .blue-bar--footer {
    position: relative;
    height: 44px;
    padding-top: 6px; }
  .blue-bar__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 1088px) {
      .blue-bar__flex {
        padding: 0 4px; } }
    @media only screen and (max-width: 767px) {
      .blue-bar__flex {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
  .blue-bar__footer-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%; }
    @media screen and (min-width: 832px) {
      .blue-bar__footer-flex {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .blue-bar__footer-flex-item {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media screen and (min-width: 40em) {
      .blue-bar__footer-flex-item {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media only screen and (max-width: 895px) {
      .blue-bar__footer-flex-item--house-brand {
        display: none; } }
    @media only screen and (max-width: 703px) {
      .blue-bar__footer-flex-item--on-account-payment {
        display: none; } }
    @media only screen and (max-width: 511px) {
      .blue-bar__footer-flex-item--shipping-costs {
        display: none; } }
    .blue-bar__footer-flex-item--right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      margin-left: auto; }
  .blue-bar__item {
    padding-right: 25px; }
    @media only screen and (min-width: 1088px) {
      .blue-bar__item {
        padding-right: 55px; } }
    @media only screen and (max-width: 1023px) {
      .blue-bar__item--house-brand {
        display: none; } }
    @media only screen and (max-width: 703px) {
      .blue-bar__item--on-account-payment {
        display: none; } }
    @media only screen and (max-width: 511px) {
      .blue-bar__item--shipping-costs {
        display: none; } }
    .blue-bar__item--last {
      padding-right: 0; }
    .blue-bar__item--right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      margin-left: auto; }
  @media only screen and (max-width: 767px) {
    .blue-bar__my-account {
      display: none; } }
  .blue-bar__text, .blue-bar .mijn-pa__single-line {
    color: #fff;
    font-weight: 300;
    line-height: 31px; }
    .blue-bar__text, .blue-bar .mijn-pa__single-line {
      white-space: nowrap; }
    .blue-bar__text:hover, .blue-bar .mijn-pa__single-line:hover {
      color: #fff; }
    .blue-bar__text .fa, .blue-bar .mijn-pa__single-line .fa {
      margin-right: 4px;
      color: #fff;
      font-size: 12px; }

.printer-selection-helper .multiplerowselectbox select:focus {
  outline: 0; }

.printer-selection-helper .multiplerowselectbox--desktop select {
  height: 240px;
  border: 1px solid #f3f3f3; }
  .printer-selection-helper .multiplerowselectbox--desktop select:focus option:checked {
    background: #1b5faa linear-gradient(0deg, #1b5faa 0%, #1b5faa 100%); }

.printer-selection-helper .multiplerowselectbox--desktop option {
  padding: 4px 20px; }
  .printer-selection-helper .multiplerowselectbox--desktop option:checked {
    background: #f3f3f3 linear-gradient(0deg, #f3f3f3 0%, #f3f3f3 100%);
    color: #ffffff; }
  .printer-selection-helper .multiplerowselectbox--desktop option:last-child:disabled {
    display: none !important;
    opacity: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background: white linear-gradient(0deg, white 0%, white 100%); }

.printer-selection-helper .multiplerowselectbox--mobile, .printer-selection-helper .multiplerowselectbox--mobile:focus {
  font-size: 16px; }

.printer-selection-helper__nth-round {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #1b5faa;
  text-align: center; }

.printer-selection-helper__nth-round-text {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 3px; }

.printer-selection-helper__selection-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 448px) {
    .printer-selection-helper__selection-flex {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.printer-selection-helper__selection-flex-item {
  margin-bottom: 0;
  transition: opacity .2s ease-out; }
  @media only screen and (max-width: 447px) {
    .printer-selection-helper__selection-flex-item:not(:last-child) {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 448px) {
    .printer-selection-helper__selection-flex-item {
      -webkit-flex-basis: calc((100% / 3) - 15px);
          -ms-flex-preferred-size: calc((100% / 3) - 15px);
              flex-basis: calc((100% / 3) - 15px); } }
  @media only screen and (min-width: 832px) {
    .printer-selection-helper__selection-flex-item {
      -webkit-flex-basis: calc((100% / 3) - 25px);
          -ms-flex-preferred-size: calc((100% / 3) - 25px);
              flex-basis: calc((100% / 3) - 25px); } }
  .printer-selection-helper__selection-flex-item--disabled {
    opacity: .6; }

.printer-selection-helper__selection-title > i {
  margin-right: 3px; }
  @media only screen and (min-width: 448px) and (max-width: 1023px) {
    .printer-selection-helper__selection-title > i {
      display: none; } }

@media only screen and (min-width: 448px) and (max-width: 895px) {
  .printer-selection-helper__selection-title > strong {
    display: block; } }

@media (max-width: 1024px) {
  .actionmodal-banner {
    display: none; } }

.actionmodal-banner {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }
  .actionmodal-banner > div {
    position: relative;
    display: block;
    overflow: hidden;
    width: 900px;
    height: 552px;
    margin: 170px auto;
    padding: 20px;
    background-color: #fff;
    background-image: url(../../images/black_friday.jpg); }

.actionmodal-closebutton {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  padding: 6px 9px;
  background-color: #1b5faa;
  color: #fff; }

.actionmodal-closebutton .fa a:hover {
  color: #fff; }

.actionmodal-banner .actionmodal-banner-orderbtn {
  position: absolute;
  top: 358px;
  right: 65px; }

.upsell-message {
  margin-top: 20px;
  margin-bottom: 20px; }
  .upsell-message--homepage {
    margin-bottom: -10px; }
  .upsell-message__content {
    padding: 4px 1em;
    background-color: #6191E2;
    color: #ffffff;
    text-align: center; }

.webproposition {
  min-width: 950px; }
  .webproposition h2 {
    padding-bottom: 2px; }
  .webproposition__mainheader {
    margin-top: 20px;
    margin-bottom: 20px; }
  .webproposition__letter {
    margin-bottom: 30px;
    padding: 0;
    border: 0; }
    .webproposition__letter ol {
      margin-left: 40px; }
      .webproposition__letter ol li {
        margin-bottom: 20px; }
    .webproposition__letter p {
      padding: 0 15px !important; }
    .webproposition__letter .row {
      margin-bottom: 30px; }
    .webproposition__letter .coloredColumn {
      height: 100%;
      margin-top: 0;
      padding: 25px 30px; }
    .webproposition__letter-accountmanager .fa {
      margin-right: 20px;
      color: #1b5faa;
      font-size: 13px; }
    .webproposition__letter-signature {
      display: block;
      overflow: hidden;
      width: 100%;
      padding: 0 15px; }
    .webproposition__letter-signature--left {
      display: block;
      float: left;
      width: 170px;
      padding-right: 30px; }
      .webproposition__letter-signature--left img {
        max-width: 100%;
        height: auto; }
    .webproposition__letter-signature--right {
      float: left;
      width: 400px;
      margin-top: 20px; }
      .webproposition__letter-signature--right .fa {
        margin-right: 20px;
        color: #1b5faa;
        font-size: 13px; }
      .webproposition__letter-signature--right span {
        float: left;
        width: 50%; }
  .webproposition__content {
    padding: 0 15px !important; }
    .webproposition__content h2 {
      margin-top: 2rem; }
    .webproposition__content > article {
      overflow: hidden; }
    .webproposition__content > article > article {
      margin-left: 0;
      border-top: 1px solid #eaeaea; }
      .webproposition__content > article > article h3 {
        margin-top: 0.7rem;
        margin-bottom: 0;
        padding-bottom: 0.7rem;
        border-bottom: 1px solid #eaeaea; }
  .webproposition__articles .title-row {
    display: block;
    width: 100%; }
    .webproposition__articles .title-row div {
      display: block;
      float: left;
      margin-right: 1%; }
    .webproposition__articles .title-row .title1 {
      width: 16%; }
    .webproposition__articles .title-row .title2 {
      width: 9%; }
    .webproposition__articles .title-row .title3 {
      width: 10%; }
    .webproposition__articles .title-row .title4 {
      width: 5%; }
    .webproposition__articles .title-row .title5 {
      width: 10%; }
    .webproposition__articles .title-row .title6 {
      width: 12%; }
    .webproposition__articles .title-row .title7 {
      width: 7%; }
    .webproposition__articles .title-row .title8 {
      width: 6%; }
    .webproposition__articles .title-row .title9 {
      width: 15%; }
  .webproposition__articles-clickable-article-sub {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    color: #000; }
    .webproposition__articles-clickable-article-sub:hover {
      text-decoration: none !important; }
    .webproposition__articles-clickable-article-sub .button {
      margin-bottom: 0; }
  .webproposition__articles-clickable-article-thumbnail {
    max-width: 75px;
    margin: 10px 15px 10px 0; }
  .webproposition__articles-afkort-vakje {
    position: relative;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-right: 1rem;
    color: #000; }
    .webproposition__articles-afkort-vakje:hover {
      text-decoration: none !important; }
    .webproposition__articles-afkort-vakje .color-swatch__wrap {
      position: relative;
      top: 0;
      left: 0; }
    .webproposition__articles-afkort-vakje .color-swatch__color {
      width: 16px;
      height: 16px; }
    .webproposition__articles-afkort-vakje .color-swatch {
      margin: 0 10px; }
    .webproposition__articles-afkort-vakje .form-quantity-select .form-select {
      float: left; }
    .webproposition__articles-afkort-vakje .form-quantity-select__wrapper input {
      height: 2.6rem; }
  .webproposition__articles-afkort-vakje--product-image {
    -webkit-flex: 0.5 0.5 0;
        -ms-flex: 0.5 0.5 0px;
            flex: 0.5 0.5 0; }
  .webproposition__articles-afkort-vakje--product-title {
    -webkit-flex: 2 2 0;
        -ms-flex: 2 2 0px;
            flex: 2 2 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .webproposition__articles-afkort-vakje--currency {
    -webkit-flex: 0.5 0.5 0;
        -ms-flex: 0.5 0.5 0px;
            flex: 0.5 0.5 0;
    text-align: right;
    white-space: nowrap; }
  .webproposition__articles-afkort-vakje--truncated {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .webproposition__articles-afkort-vakje--swatch {
    -webkit-flex: 0.5 0.5 0;
        -ms-flex: 0.5 0.5 0px;
            flex: 0.5 0.5 0; }
  .webproposition__articles-afkort-vakje--order-buttons {
    position: relative;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-right: 55px;
    padding-left: 60px; }
    .webproposition__articles-afkort-vakje--order-buttons select {
      height: 2.7rem; }
    .webproposition__articles-afkort-vakje--order-buttons .form-quantity-select__wrapper {
      position: absolute;
      left: 0; }
    .webproposition__articles-afkort-vakje--order-buttons .button {
      margin-left: 10px; }
    .webproposition__articles-afkort-vakje--order-buttons .button-cart {
      position: absolute;
      right: 0; }
  .webproposition__footer {
    margin-top: 50px;
    padding-bottom: 2px; }

.aboutus .aboutus-videoplayer {
  margin-top: -15px;
  margin-bottom: -20px; }
  .aboutus .aboutus-videoplayer .player .sidedock {
    display: none; }

.aboutus .aboutus-banner {
  position: relative;
  bottom: 0;
  z-index: 1; }
  .aboutus .aboutus-banner .aboutus-banner-image {
    margin-top: 50px; }

.aboutus .aboutus-banner-content {
  margin-left: 20px;
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 1023px) {
  .aboutus .aboutus-banner {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f3f3f3; }
    .aboutus .aboutus-banner .aboutus-banner-image {
      display: inline-block; }
  .aboutus .aboutus-banner-content {
    margin-left: 0; } }

.aboutus .aboutus-partnerlogos {
  padding-top: 30px;
  display: block;
  overflow: hidden; }
  .aboutus .aboutus-partnerlogos .aboutus-partnerLogo-wrap {
    width: 20%;
    float: left;
    display: inline-block;
    text-align: center; }
  @media only screen and (max-width: 640px) {
    .aboutus .aboutus-partnerlogos .aboutus-partnerLogo-wrap {
      width: 50%;
      text-align: left; }
      .aboutus .aboutus-partnerlogos .aboutus-partnerLogo-wrap .aboutus-partnerlogo-lexmark {
        float: none !important; } }
  .aboutus .aboutus-partnerlogos .aboutus-partnerlogo {
    background-image: url(../../images/icon-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 805px 45px;
    width: 190px;
    height: 58px;
    display: inline-block; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .aboutus .aboutus-partnerlogos .aboutus-partnerlogo {
        background-image: url(../../images/icon-sprite2x.png); } }
    .aboutus .aboutus-partnerlogos .aboutus-partnerlogo.aboutus-partnerlogo-hpGold {
      width: 128px;
      background-position: 0 -60px; }
    .aboutus .aboutus-partnerlogos .aboutus-partnerlogo.aboutus-partnerlogo-samsungGold {
      width: 104px;
      background-position: 0 -120px; }
    .aboutus .aboutus-partnerlogos .aboutus-partnerlogo.aboutus-partnerlogo-lexmark {
      float: right;
      background-position: 0 -180px; }
    .aboutus .aboutus-partnerlogos .aboutus-partnerlogo:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 1023px) {
    .aboutus .aboutus-partnerlogos .aboutus-partnerlogo {
      width: 120px;
      height: 46px;
      margin-bottom: 10px;
      display: inline-block; }
      .aboutus .aboutus-partnerlogos .aboutus-partnerlogo.aboutus-partnerlogo-hpGold {
        width: 81px;
        background-position: -195px -60px; }
      .aboutus .aboutus-partnerlogos .aboutus-partnerlogo.aboutus-partnerlogo-samsungGold {
        width: 66px;
        background-position: -195px -120px; }
      .aboutus .aboutus-partnerlogos .aboutus-partnerlogo.aboutus-partnerlogo-lexmark {
        background-position: -195px -180px; } }

.aboutus .aboutus-grey-header {
  margin-top: 20px; }

.aboutus .aboutus-header-icon {
  margin-bottom: 25px; }
  .aboutus .aboutus-header-icon .fa {
    padding-left: 1px;
    margin-right: 20px;
    font-size: 40px;
    color: #1b5faa; }
    .aboutus .aboutus-header-icon .fa:before {
      bottom: -8px; }

.aboutus .bodytext-aboutus,
.aboutus .bodytext-aboutus-left {
  margin-right: 40px; }

@media only screen and (max-width: 1023px) {
  .aboutus .bodytext-aboutus {
    margin-right: 0; } }

@media only screen and (max-width: 640px) {
  .aboutus .bodytext-aboutus-left {
    margin-right: 0; } }

.aboutus .aboutus-footer-buttons {
  text-align: center;
  padding: 30px; }
  .aboutus .aboutus-footer-buttons .aboutus-footer-buttons-content {
    display: inline-block;
    text-align: left; }
    .aboutus .aboutus-footer-buttons .aboutus-footer-buttons-content .heading {
      float: left;
      margin-right: 30px; }
    .aboutus .aboutus-footer-buttons .aboutus-footer-buttons-content .button {
      margin-right: 10px;
      margin-bottom: 0; }
    .aboutus .aboutus-footer-buttons .aboutus-footer-buttons-content .aboutus-buttons-wrap {
      display: inline-block;
      text-align: center; }
    @media only screen and (max-width: 660px) {
      .aboutus .aboutus-footer-buttons .aboutus-footer-buttons-content .heading {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
        text-align: center; }
      .aboutus .aboutus-footer-buttons .aboutus-footer-buttons-content .button {
        display: inline-block;
        margin: 0 5px 10px 5px; }
        .aboutus .aboutus-footer-buttons .aboutus-footer-buttons-content .button:last-child {
          margin-bottom: 0; } }

@media only screen and (max-width: 640px) {
  .aboutus .content-container {
    padding-bottom: 0; } }

@media only screen and (max-width: 1240px) {
  .aboutus .coloredColumn {
    padding-left: 0;
    padding-right: 0; }
    .aboutus .coloredColumn .bodytext-aboutus-left {
      margin-right: 0; } }

.aboutus .aboutus-nl-left,
.aboutus .aboutus-be-left {
  display: block;
  width: 15%;
  float: left; }

.aboutus .aboutus-nl-right,
.aboutus .aboutus-be-right {
  display: block;
  width: 85%;
  float: left; }

.aboutus .aboutus-nl-right {
  margin-bottom: 10px; }

.aboutus .withPerson-banner {
  position: relative; }

.aboutus .withPerson-banner,
.aboutus .withPerson-mitchel {
  background-repeat: no-repeat;
  border-bottom: 1px solid #f3f3f3; }

.aboutus .withPerson-mitchel {
  background-image: url(../../images/mitchel-the-pointer.jpg);
  background-position: bottom right; }

@media only screen and (max-width: 1023px) {
  .aboutus .withPerson-banner {
    border-bottom: 0; }
  .aboutus .withPerson-mitchel {
    background: transparent;
    border-bottom: 0; } }

.BrandSeoOverview #keuzepull {
  width: 100%;
  padding: 0 60px;
  margin-top: 30px;
  margin-right: 0;
  background-color: #1b5faa; }
  .BrandSeoOverview #keuzepull .titel {
    display: none; }
  .BrandSeoOverview #keuzepull select {
    border-radius: 0 0 0 0;
    border: 0;
    font-size: 13px;
    padding: 15px !important;
    height: auto !important;
    background-image: none; }
  .BrandSeoOverview #keuzepull .keuzepull-select-wrap {
    position: relative;
    display: block; }
    .BrandSeoOverview #keuzepull .keuzepull-select-wrap:after {
      content: '\f107';
      position: absolute;
      right: 20px;
      top: 12px;
      font-family: 'FontAwesome';
      font-size: 16px; }
  .BrandSeoOverview #keuzepull .button {
    position: relative;
    left: 50%;
    margin-top: 10px;
    /* IE 9 */
    -webkit-transform: translate(-50%, 0);
    /* Safari */
    transform: translate(-50%, 0); }

.BrandSeoOverview .coloredColumn {
  margin-top: 0; }

.BrandSeoOverview .brandSeoOverview-customerservice {
  margin-top: 50px; }
  .BrandSeoOverview .brandSeoOverview-customerservice .heading {
    font-size: 20px; }

@media only screen and (min-width: 1200px) {
  .BrandSeoOverview #keuzepull {
    padding: 0 80px; } }

@media only screen and (max-width: 500px) {
  .BrandSeoOverview #keuzepull {
    padding: 0; } }

.BrandSeoOverview-EqualHeight {
  margin-bottom: 30px; }
  .BrandSeoOverview-EqualHeight .coloredColumn {
    height: 100%;
    margin-top: 0;
    padding: 40px; }
  .BrandSeoOverview-EqualHeight .coloredColumn-grey {
    padding-bottom: 24px; }
  @media only screen and (max-width: 1023px) {
    .BrandSeoOverview-EqualHeight .columns:first-child {
      margin-bottom: 30px; } }

.brandSeoOverview-usp-wrap {
  padding: 30px 0;
  margin: 10px 0;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  text-align: center; }

.brandSeoOverview-usp {
  display: inline-block;
  font-size: 16px;
  margin: 0 15px; }
  .brandSeoOverview-usp .fa {
    color: #1b5faa;
    margin-right: 10px;
    font-size: 18px; }

@media only screen and (max-width: 1000px) {
  .brandSeoOverview-usp {
    margin-bottom: 20px; } }

.brandSeoOverview-customerservice {
  padding: 40px;
  display: block;
  text-align: center;
  position: relative; }
  .brandSeoOverview-customerservice .heading,
  .brandSeoOverview-customerservice .button {
    display: inline-block;
    margin-bottom: 0; }
  .brandSeoOverview-customerservice .button {
    margin-left: 20px; }
  .brandSeoOverview-customerservice:after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: -4px;
    width: 124px;
    height: 135px;
    background-image: url(../../images/persons/stefan.png); }

@media only screen and (max-width: 1024px) {
  .brandSeoOverview-customerservice:after {
    display: none; } }

@media only screen and (max-width: 870px) {
  .brandSeoOverview-customerservice .heading {
    margin-bottom: 20px; } }

.brandSeoOverview-headerContent {
  display: block;
  overflow: hidden; }
  .brandSeoOverview-headerContent .heading {
    float: left; }
  .brandSeoOverview-headerContent .brandSeoOverview-logo {
    float: right;
    max-width: 130px;
    max-height: 80px;
    display: block;
    margin-bottom: 10px; }

.brandSeoPrinterCartridges-trustpilot {
  display: block;
  border: 1px solid #f3f3f3;
  margin-bottom: 30px;
  padding: 20px 20px 5px 20px; }

.brandSeoPrinterCartridges-steps {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 870px) and (max-width: 1200px) {
    .brandSeoPrinterCartridges-steps {
      margin: 0; } }

@media only screen and (min-width: 1024px) {
  .brandSeoPrinterCartridges-customerservice {
    text-align: left; } }

.heading-BrandSeoOverview {
  font-size: 27px;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .heading-BrandSeoOverview {
      text-align: left;
      font-size: 24px;
      margin-left: 60px; } }
  @media only screen and (max-width: 1050px) {
    .heading-BrandSeoOverview {
      font-size: 20px; } }
  @media only screen and (max-width: 870px) {
    .heading-BrandSeoOverview {
      text-align: center; } }

.header-business {
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f3; }

.column-with-checkmark {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px; }
  .column-with-checkmark:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #1b5faa;
    font-family: 'FontAwesome'; }

.business-footer-buttons {
  text-align: center;
  padding: 30px; }
  .business-footer-buttons .business-footer-buttons-content {
    display: inline-block;
    text-align: left; }
    .business-footer-buttons .business-footer-buttons-content .heading {
      float: left;
      margin-right: 30px;
      margin-top: 7px; }
    .business-footer-buttons .business-footer-buttons-content .button {
      margin-right: 10px;
      margin-bottom: 0; }
    .business-footer-buttons .business-footer-buttons-content .business-buttons-wrap {
      display: inline-block;
      text-align: center; }
    @media only screen and (max-width: 660px) {
      .business-footer-buttons .business-footer-buttons-content .heading {
        margin-bottom: 20px;
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        text-align: center; }
      .business-footer-buttons .business-footer-buttons-content .button {
        display: inline-block;
        margin: 0 5px 10px 5px; }
        .business-footer-buttons .business-footer-buttons-content .button:last-child {
          margin-bottom: 0; } }

.business-formWrap .heading {
  text-align: center;
  padding: 15px 0; }

.business-formWrap .submit-button {
  float: right; }

.campaign-content-sint__gedicht {
  text-align: center;
  margin: 30px 0 50px; }

.campaign-content-sint__pakket {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0; }
  @media screen and (min-width: 512px) {
    .campaign-content-sint__pakket {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.campaign-content-sint__pakket-image {
  padding: 20px 0; }
  @media screen and (min-width: 512px) {
    .campaign-content-sint__pakket-image {
      margin-right: 30px;
      width: 50%; } }

.campaign-content-sint__list-title {
  color: #1b5faa; }

.campaign-content-sint__list {
  list-style: disc; }

.campaign-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 40px; }
  .campaign-page__top-image {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (min-width: 960px) {
      .campaign-page__top-image {
        height: 250px; } }
    .campaign-page__top-image--halloween {
      background: url(/app/images/campaigns/halloween_trick-or-treat.svg), url(/app/images/campaigns/halloween_top-banner.jpg);
      background-size: 80%, cover; }
      @media screen and (min-width: 640px) {
        .campaign-page__top-image--halloween {
          background-size: 55%, cover; } }
      @media screen and (min-width: 960px) {
        .campaign-page__top-image--halloween {
          background-position: center 15%, center;
          background-size: 35%, cover; } }
    .campaign-page__top-image--sint {
      background: url(/app/images/campaigns/sinterklaas_campaign-page.jpg);
      background-size: cover; }
    .campaign-page__top-image--black-friday {
      background: url(/app/images/campaigns/black-friday.svg), url(/app/images/campaigns/cyber-monday/cyber-monday_background.svg), #292929;
      background-repeat: no-repeat;
      background-size: auto 80%, cover, cover;
      background-position: center; }
      @media screen and (min-width: 960px) {
        .campaign-page__top-image--black-friday {
          background-size: auto 55%, cover, cover;
          background-position: 50% 5%, 50% 60%; } }
  .campaign-page__content-wrapper {
    width: 100%;
    max-width: 770px;
    padding: 15px;
    font-size: 16px;
    color: #2D2D2D;
    background-color: #ffffff; }
    @media screen and (min-width: 960px) {
      .campaign-page__content-wrapper {
        margin-top: -100px;
        padding: 30px; } }
  .campaign-page__title {
    font-size: 28px;
    font-weight: bold;
    color: #1b5faa;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .campaign-page__title {
        margin-bottom: 40px; } }
  .campaign-page__end-notification {
    margin: 40px 0;
    color: #d9534f; }
  .campaign-page__call-to-action-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 0; }
    @media screen and (min-width: 640px) {
      .campaign-page__call-to-action-wrapper {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (min-width: 768px) {
      .campaign-page__call-to-action-wrapper {
        margin: 40px 0; } }
  .campaign-page__call-to-action {
    margin-bottom: 10px; }
    @media screen and (min-width: 640px) {
      .campaign-page__call-to-action {
        margin-right: 10px; } }

.campaign-page-cyber-monday {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px; }
  .campaign-page-cyber-monday__hero-image {
    width: 100%;
    height: 100px;
    background: url(/app/images/campaigns/cyber-monday/cyber-monday.svg), url(/app/images/campaigns/cyber-monday/cyber-monday_background.svg), radial-gradient(circle, #0092c9 0%, #031b4b 100%);
    background-size: auto 80%, cover, cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (min-width: 704px) {
      .campaign-page-cyber-monday__hero-image {
        height: 250px; } }
  .campaign-page-cyber-monday__introduction {
    width: 100%;
    max-width: 930px;
    margin: 50px 0;
    padding: 0 20px; }
    @media screen and (min-width: 704px) {
      .campaign-page-cyber-monday__introduction {
        text-align: center; } }
    @media screen and (min-width: 960px) {
      .campaign-page-cyber-monday__introduction {
        padding: 0; } }
  .campaign-page-cyber-monday__page-title {
    font-size: 28px;
    font-weight: bold;
    color: #1b5faa;
    margin-bottom: 20px; }
  .campaign-page-cyber-monday__printer-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 50px 15px; }
    .campaign-page-cyber-monday__printer-wrapper:nth-child(odd) {
      background-color: #F3F3F3; }
    @media screen and (min-width: 960px) {
      .campaign-page-cyber-monday__printer-wrapper {
        padding: 50px 0; } }
  .campaign-page-cyber-monday__printer {
    max-width: 930px; }
  @media screen and (min-width: 704px) {
    .campaign-page-cyber-monday__printer-description {
      text-align: center; } }
  .campaign-page-cyber-monday__printer-title {
    font-size: 28px;
    font-weight: 300;
    color: #1b5faa;
    margin-bottom: 20px; }
  .campaign-page-cyber-monday__printer-details-wrapper {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px; }
    @media screen and (min-width: 704px) {
      .campaign-page-cyber-monday__printer-details-wrapper {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .campaign-page-cyber-monday__printer-details-wrapper--reverse {
          -webkit-flex-direction: row-reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
  .campaign-page-cyber-monday__printer-image-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 30px; }
    .campaign-page-cyber-monday__printer-image-wrapper--left {
      padding-right: 20px; }
    @media screen and (min-width: 704px) {
      .campaign-page-cyber-monday__printer-image-wrapper {
        -webkit-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        margin: 0; } }
  .campaign-page-cyber-monday__printer-image {
    width: 100%;
    max-width: 350px;
    padding: 20px; }
    @media screen and (min-width: 960px) {
      .campaign-page-cyber-monday__printer-image {
        padding: 0; } }
  .campaign-page-cyber-monday__printer-benefits-wrapper {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media screen and (min-width: 704px) {
      .campaign-page-cyber-monday__printer-benefits-wrapper {
        -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; } }
  .campaign-page-cyber-monday__printer-benefits-title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 20px; }
  .campaign-page-cyber-monday__printer-benefits-list {
    list-style: disc;
    margin-bottom: 20px; }
  .campaign-page-cyber-monday__printer-price-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
  .campaign-page-cyber-monday__printer-price {
    font-size: 22px; }
    .campaign-page-cyber-monday__printer-price--old {
      font-weight: 300;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px; }
    .campaign-page-cyber-monday__printer-price--old-strike {
      text-decoration: line-through; }
    .campaign-page-cyber-monday__printer-price--new {
      font-weight: bold;
      color: #d9534f; }

.cart-account-first-heading {
  margin-bottom: 20px; }

.cart-breadcrumb {
  margin: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px; }
  .cart-breadcrumb li {
    margin-left: 0;
    list-style: none; }
  .cart-breadcrumb-item {
    position: relative;
    display: block;
    float: left;
    width: 20%; }
    @media only screen and (min-width: 768px) {
      .cart-breadcrumb-item {
        padding: 9px;
        background-color: #f3f3f3;
        text-align: center;
        text-transform: uppercase; }
        .cart-breadcrumb-item:first-child {
          padding-right: 20px; }
          .cart-breadcrumb-item:first-child.done a:after {
            right: 0; }
        .cart-breadcrumb-item:last-child {
          margin-right: 0;
          padding-left: 20px; }
        .cart-breadcrumb-item:not(:last-child):after {
          position: absolute;
          top: 0;
          right: 0;
          width: 0;
          height: 0;
          border-width: 20px 0 20px 20px;
          border-style: solid;
          border-color: #fff #fff #fff #f3f3f3;
          content: ''; }
        .cart-breadcrumb-item:not(:first-child):before {
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          border-width: 20px 0 20px 20px;
          border-style: solid;
          border-color: transparent transparent transparent #fff;
          content: ''; }
        .cart-breadcrumb-item.active {
          background-color: #1b5faa;
          color: #fff; }
          .cart-breadcrumb-item.active:not(:last-child):after {
            border-color: #fff #fff #fff #1b5faa; }
        .cart-breadcrumb-item a {
          position: relative;
          display: block;
          width: 100%;
          color: #000;
          text-align: center; }
        .cart-breadcrumb-item.done a:after {
          position: absolute;
          top: 0;
          right: 10px;
          content: '\f00c';
          color: #c8c7c7;
          font-family: 'FontAwesome';
          font-size: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 850px) {
      .cart-breadcrumb-item.done a:after {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .cart-breadcrumb-item {
        width: calc(25% - 6.25px);
        text-align: right; }
        .cart-breadcrumb-item:not(:first-child):before {
          position: absolute;
          z-index: 1;
          top: 10px;
          right: 0;
          left: 0;
          display: block;
          height: 5px;
          background-color: #f3f3f3;
          content: ''; }
        .cart-breadcrumb-item span,
        .cart-breadcrumb-item a {
          border-radius: 50% 50% 50% 50%;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 1000%;
          position: relative;
          z-index: 2;
          display: inline-block;
          width: 25px;
          height: 25px;
          background-color: #f3f3f3; }
        .cart-breadcrumb-item a {
          background-color: #1b5faa; }
        .cart-breadcrumb-item.done span, .cart-breadcrumb-item.active span {
          background-color: #1b5faa; }
        .cart-breadcrumb-item.done:before, .cart-breadcrumb-item.active:before {
          background-color: #1b5faa; }
        .cart-breadcrumb-item.done a:after {
          position: absolute;
          top: 1px;
          right: 5px;
          content: '\f00c';
          color: #fff;
          font-family: 'FontAwesome';
          font-size: 15px; }
        .cart-breadcrumb-item:first-child {
          width: 25px;
          margin-left: 0; } }

.cart-bundleItems {
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  background-color: #f3f3f3;
  padding: 0 10px 10px; }
  .cart-bundleItems li {
    margin-left: 0;
    list-style: none; }
  .cart-bundleItems.cart-bundleItems--printerbundle:before {
    content: '\f055';
    position: absolute;
    left: -30px;
    top: 50%;
    height: 19px;
    line-height: 21px;
    margin-top: -10px;
    padding: 0 1px;
    font-family: "FontAwesome";
    color: #1b5faa;
    font-size: 20px;
    background-color: transparent; }
  .cart-bundleItems .cart-bundleItems--single {
    position: relative;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    margin-top: 10px; }
    .cart-bundleItems .cart-bundleItems--single:not(:last-child) {
      margin-right: 10px; }
  .cart-bundleItems .cart-bundleItem-sticker {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    top: -7px;
    left: -7px;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    display: block;
    font-size: 8px;
    color: #fff;
    text-align: center;
    background-color: #1b5faa; }
  .cart-bundleItems--with-icon {
    margin-top: 20px;
    margin-left: 30px; }
    .cart-bundleItems--with-icon:before {
      border-radius: 50% 50% 50% 50%;
      content: '=';
      position: absolute;
      left: -30px;
      top: 50%;
      width: 20px;
      line-height: 21px;
      text-align: center;
      height: 20px;
      font-weight: 400;
      margin-top: -10px;
      color: #fff;
      font-size: 19px;
      background-color: #1b5faa; }

.cart-totals {
  width: 305px;
  display: block; }
  @media only screen and (max-width: 639px) {
    .cart-totals {
      width: 100%; } }
  .cart-totals .coloredColumn {
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .cart-totals .coloredColumn {
        padding: 25px; } }
  .cart-totals .button {
    margin-bottom: 0;
    width: 100%;
    text-align: left; }

.cart-totals-listings {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  list-style: none;
  margin-bottom: 10px; }
  .cart-totals-listings li {
    margin-left: 0;
    list-style: none; }
  .cart-totals-listings .list-item {
    width: 50%;
    display: block;
    margin-bottom: 10px; }
  .cart-totals-listings .list-item-totalPrice {
    font-size: 15px;
    margin-bottom: 0; }
  .cart-totals-listings .list-item-price {
    text-align: right; }
  .cart-totals-listings .list-item-btw {
    color: #aaa; }

.cart-passwordreset {
  margin: 80px 0; }
  @media only screen and (max-width: 639px) {
    .cart-passwordreset {
      margin: 20px 0; } }
  .cart-passwordreset .button {
    float: right;
    margin: 0 10px 10px 0; }

.cart-delivery {
  width: 100%; }
  .cart-delivery .coloredColumn {
    margin-top: 0;
    display: block;
    height: 100%;
    border-bottom: 0; }
    .cart-delivery .coloredColumn p {
      margin-bottom: 0; }
  .cart-delivery .deliverymap {
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1023px) {
      .cart-delivery .deliverymap {
        height: 400px;
        margin-top: 30px; } }
  .cart-delivery__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cart-delivery__flex-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    .cart-delivery__flex-item .form-select {
      margin-top: 1em; }
    @media screen and (min-width: 640px) {
      .cart-delivery__flex-item--top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: calc(33.33333% - 1.25rem);
            -ms-flex-preferred-size: calc(33.33333% - 1.25rem);
                flex-basis: calc(33.33333% - 1.25rem);
        max-width: calc(33.33333% - 1.25rem);
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        margin: 0 0 0 1.25rem; }
        .cart-delivery__flex-item--top:first-child {
          margin-left: 0; } }
    @media screen and (min-width: 640px) {
      .cart-delivery__flex-item--bottom {
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4;
        min-width: 100%; } }
    .cart-delivery__flex-item--mb {
      margin-bottom: 30px; }
      @media screen and (min-width: 640px) {
        .cart-delivery__flex-item--mb {
          margin-bottom: 50px; } }

.cart-delivery-block {
  position: relative;
  display: block;
  padding: 60px 40px 60px 120px;
  float: left;
  width: 100%;
  background-color: #f3f3f3; }
  @media only screen and (max-width: 1023px) {
    .cart-delivery-block {
      padding: 40px 40px 40px 60px; } }
  @media only screen and (max-width: 640px) {
    .cart-delivery-block {
      padding: 20px 20px 20px 60px; } }
  .cart-delivery-block:hover {
    cursor: pointer;
    background-color: #eaeaea; }
    .cart-delivery-block:hover:before {
      color: #1b5faa; }
    .cart-delivery-block:hover.cart-delivery-postNL:before {
      background-image: url(../../images/sprite.png);
      background-position: -350px -372px;
      background-repeat: no-repeat;
      background-size: 450px 406px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .cart-delivery-block:hover.cart-delivery-postNL:before {
          background-image: url(../../images/spritex2.png); } }
    .cart-delivery-block:hover .cart-delivery-price {
      background-color: #f3f3f3; }
  .cart-delivery-block:before {
    position: absolute;
    left: 35px;
    top: 81px;
    color: #eaeaea;
    font-family: 'FontAwesome';
    font-size: 47px; }
    @media only screen and (max-width: 1023px) {
      .cart-delivery-block:before {
        display: none; } }
  .cart-delivery-block .combobox {
    margin-top: 20px;
    margin-bottom: -30px; }
  .cart-delivery-block.cart-delivery-standard:before {
    content: '\f0d1';
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    margin-top: -8px; }
  .cart-delivery-block.cart-delivery-appointment:before {
    content: '\f274'; }
  .cart-delivery-block.cart-delivery-postNL:before {
    background-image: url(../../images/sprite.png);
    background-position: -350px -331px;
    background-repeat: no-repeat;
    background-size: 450px 406px;
    content: '';
    top: 67px;
    width: 56px;
    height: 35px;
    display: block; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .cart-delivery-block.cart-delivery-postNL:before {
        background-image: url(../../images/spritex2.png); } }
    @media only screen and (max-width: 1023px) {
      .cart-delivery-block.cart-delivery-postNL:before {
        display: none; } }
  .cart-delivery-block .cart-delivery-radio {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    display: block;
    border: 5px solid #fff;
    background-color: #fff; }
    @media only screen and (max-width: 640px) {
      .cart-delivery-block .cart-delivery-radio {
        top: 22px; } }
  .cart-delivery-block .heading {
    margin-right: 50px;
    font-size: 15px; }
  .cart-delivery-block .bodytext {
    margin-bottom: 0; }
  .cart-delivery-block.selected {
    background-color: #eaeaea; }
    .cart-delivery-block.selected:after {
      position: absolute;
      bottom: -20px;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -20px;
      border-top: 20px solid #eaeaea;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      content: ''; }
    .cart-delivery-block.selected:before {
      color: #1b5faa; }
    .cart-delivery-block.selected.cart-delivery-postNL:before {
      background-image: url(../../images/sprite.png);
      background-position: -350px -372px;
      background-repeat: no-repeat;
      background-size: 450px 406px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .cart-delivery-block.selected.cart-delivery-postNL:before {
          background-image: url(../../images/spritex2.png); } }
    .cart-delivery-block.selected .cart-delivery-radio {
      background-color: #1b5faa; }
    .cart-delivery-block.selected .cart-delivery-price {
      background-color: #f3f3f3; }

.delivery-day-choice .fa {
  margin-right: 5px;
  font-size: 13px; }

.cart-delivery-price {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 5px 10px;
  background-color: #eaeaea; }

.delivery-search-button {
  margin: 0 0 0 -20px; }

.cart-column-with-border {
  padding: 30px;
  display: block;
  border: 1px solid #f3f3f3; }

.deliverypickuplist {
  display: block;
  max-height: 410px;
  overflow-y: scroll;
  border: 1px solid #f3f3f3; }

.deliverypickuplist-selectable {
  position: relative;
  display: block;
  padding: 10px 10px 10px 70px; }
  .deliverypickuplist-selectable:before {
    border-radius: 50% 50% 50% 50%;
    content: '';
    position: absolute;
    left: 25px;
    top: 20px;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #fff;
    border: 1px solid #797979; }
  .deliverypickuplist-selectable:hover {
    cursor: pointer;
    background-color: #eaeaea; }
  .deliverypickuplist-selectable.selected {
    background-color: #f3f3f3; }
    .deliverypickuplist-selectable.selected:after {
      border-radius: 50% 50% 50% 50%;
      content: '';
      position: absolute;
      left: 30px;
      top: 25px;
      width: 14px;
      height: 14px;
      background-color: #1b5faa;
      display: block; }

.cart-on-with-order {
  margin-top: 30px;
  float: right; }

.cart-payment-clipboard {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  width: calc(100% - 20px);
  padding: 30px;
  margin-left: 20px;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
  /*
	&:before,
	&:after {
		@include Sprite(-412px, -336px);
		content: '';
		position: absolute;
		top: -22px;
		width: 27px;
		height: 33px;
		display: block;
	}

	&:before {
		left: 20%;
	}
	&:after {
		right: 20%;
	}
*/ }
  @media only screen and (max-width: 1023px) {
    .cart-payment-clipboard {
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }
  .cart-payment-clipboard .heading {
    margin-bottom: 0; }

.cart-payment-productTable {
  margin-bottom: 0; }
  .cart-payment-productTable tr {
    border-bottom: 1px solid #f3f3f3; }
    .cart-payment-productTable tr td:first-child {
      width: 80px; }
    .cart-payment-productTable tr td:last-child {
      text-align: right;
      width: 80px; }
  .cart-payment-productTable img {
    padding: 20px 0;
    height: auto; }

.cart-payment-totalsTable {
  margin-bottom: 0; }
  .cart-payment-totalsTable tr:last-child td {
    padding: 0; }
  .cart-payment-totalsTable tr td {
    padding: 8px 0; }
    .cart-payment-totalsTable tr td:last-child {
      text-align: right; }
  .cart-payment-totalsTable .cart-payment-totals {
    border-top: 1px solid #f3f3f3; }
    .cart-payment-totalsTable .cart-payment-totals strong {
      font-size: 15px; }
    .cart-payment-totalsTable .cart-payment-totals td {
      padding: 15px 0 0; }
  .cart-payment-totalsTable .cartBtw {
    color: #ababac; }

.cart-payment-deliveryBlock {
  margin-top: 16px; }

.cart-appointment-block {
  position: relative;
  display: block;
  padding: 17px 73px 17px 50px;
  background-color: #f3f3f3;
  margin-bottom: 10px; }
  .cart-appointment-block:before {
    border-radius: 50% 50% 50% 50%;
    content: '';
    position: absolute;
    top: 18px;
    left: 15px;
    width: 20px;
    height: 20px;
    display: block;
    border: 5px solid #fff;
    background-color: #fff; }
  .cart-appointment-block.selected {
    background-color: #eaeaea; }
    .cart-appointment-block.selected:before {
      background-color: #1b5faa; }
    .cart-appointment-block.selected .cart-appointment-block-price {
      background-color: #f3f3f3; }
  .cart-appointment-block .cart-appointment-block-price {
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #eaeaea; }

.cart-appointment-selectedDate {
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .cart-appointment-selectedDate {
      margin-bottom: 0; } }

.cart-appointment-heading {
  margin-top: 10px; }

.cart-change-adress-link {
  display: inline-block;
  margin-top: 10px; }
  .cart-change-adress-link .fa {
    font-size: 13px;
    margin-right: 5px; }

.cart-change-adress p {
  margin-bottom: 0; }

.custom-delivery {
  float: left;
  width: 600px;
  display: block; }
  @media only screen and (max-width: 960px) {
    .custom-delivery {
      width: 100%; } }
  .custom-delivery .bodytext {
    color: #1b5faa;
    margin-bottom: 20px;
    display: block; }
    .custom-delivery .bodytext .fa {
      color: #1b5faa;
      margin-right: 5px;
      font-size: 13px; }

.cart-previous-step {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px; }
  .cart-previous-step .fa {
    margin-right: 5px;
    font-size: 13px; }

.cart-on-with-order {
  margin-top: 0; }

.cart-account input:invalid {
  box-shadow: none;
  /*FF Fix By Bas Boon*/ }

.cart-new-adress-button {
  margin: 0; }

.cart-deliveryOptions-headerparts {
  margin-bottom: 30px; }
  @media only screen and (min-width: 640px) {
    .cart-deliveryOptions-headerparts .bodytext {
      margin-bottom: 0; } }
  .cart-deliveryOptions-headerparts .button {
    margin: 0;
    float: right; }

.cart-approve-step {
  position: relative;
  display: block;
  float: left;
  padding-left: 50px;
  padding-bottom: 30px; }
  .cart-approve-step:before {
    border-radius: 50% 50% 50% 50%;
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #f3f3f3; }
  .cart-approve-step:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 8px;
    width: 4px;
    height: 100%;
    display: block;
    background-color: #f3f3f3; }
  .cart-approve-step.first {
    margin-top: 20px; }
  .cart-approve-step.last:after {
    display: none; }

.cart-approve-step-content {
  position: relative;
  display: block;
  padding-left: 30px;
  float: left; }
  .cart-approve-step-content:before {
    position: absolute;
    left: 0;
    top: 3px;
    color: #1b5faa;
    font-size: 18px;
    font-family: "FontAwesome"; }
  .cart-approve-step-content.cart-approve-step-content--received:before {
    content: '\f03a'; }
  .cart-approve-step-content.cart-approve-step-content--send:before {
    content: '\f0d1'; }
  .cart-approve-step-content.cart-approve-step-content--deliver:before {
    content: '\f015'; }
  .cart-approve-step-content.cart-approve-step-content--question:before {
    content: '\f059'; }

.cart-approve-customerservice-link,
.cart-approve-print {
  display: block; }
  .cart-approve-customerservice-link .fa,
  .cart-approve-print .fa {
    font-size: 13px;
    margin-right: 5px; }

.cart-approve-home {
  float: right;
  margin: 0; }

.cart-approve {
  margin-top: 30px; }

.cart-approve-row-with-border {
  padding-top: 30px;
  border-top: 1px solid #f3f3f3; }

.cart-new-adress-link.cart-new-adress-link--right {
  float: right; }

.cart-new-adress-link .fa {
  font-size: 13px;
  margin-right: 5px; }

.cart-account-login-box-top {
  margin: 10px 0 20px !important;
  padding: 20px 30px 30px 30px !important; }
  .cart-account-login-box-top .button {
    margin: 0; }

.cart-delivery-postnl-error {
  display: block;
  width: 100%;
  float: left;
  padding: 10px 20px;
  background-color: #d9534f;
  text-align: center;
  color: #fff; }

.cart-account__business-notification {
  background-color: #f3f3f3;
  padding: 10px 15px 12px;
  margin: -5px 0 10px 0; }

.cart-payment-error {
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: #d9534f;
  text-align: center;
  color: #fff; }

.cart-emty .coloredColumn {
  padding: 35px;
  margin-top: 0; }

.cart-emty-shoppingcart {
  display: block;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .cart-emty-shoppingcart {
      margin-top: 30px; } }
  .cart-emty-shoppingcart .heading {
    display: block;
    text-align: center;
    font-size: 30px; }
  .cart-emty-shoppingcart .fa {
    font-size: 230px;
    color: #eaeaea; }

.cart-emty-list .list-item {
  margin: 15px 0; }

.with-cart-emty-person {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .with-cart-emty-person:after {
      content: '';
      position: absolute;
      right: 40px;
      bottom: 0px;
      width: 181px;
      height: 249px;
      display: block;
      background-image: url(../../images/cart-emty.png); } }
  .with-cart-emty-person .heading {
    font-size: 24px; }
  .with-cart-emty-person .button {
    margin: 20px 20px 0 0; }

.cart-login--right .button {
  float: left; }

.cart-login--left .userform--new .form-textbox {
  margin-left: 0; }

.cart-login--left .userform--v18 .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.cart-payment-row-with-border {
  border-top: 1px solid #f3f3f3;
  padding-top: 10px; }

@media only screen and (min-width: 670px) {
  .very-special-button {
    margin-right: 21px; } }

.payment_confirmation {
  margin: 40px 0;
  text-align: center;
  border-bottom: 1px solid #f3f3f3; }
  @media only screen and (max-width: 639px) {
    .payment_confirmation {
      margin: 20px 0; } }

.payment_confirmation .special {
  font-size: 18px;
  font-weight: 200;
  padding-top: 30px; }

.edwin {
  position: relative; }
  @media only screen and (min-width: 1250px) {
    .edwin:after {
      content: '';
      position: absolute;
      right: 200px;
      bottom: 0px;
      display: block;
      width: 188px;
      height: 303px;
      background-image: url(../../images/persons/cart-edwin.png); } }

.payment_confirmation .special:before {
  content: "\f0f6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #1b5faa;
  padding-right: 0.5em; }

.cart-approve-home {
  float: none; }

.without-title {
  margin-top: 20px; }

.cartoverview .cartoverview-items .u-vam td {
  vertical-align: middle; }

.cartoverview .cartoverview-items td {
  vertical-align: top; }

.cartoverview .cartoverview-items__img {
  width: 80px;
  padding: 20px 0; }
  @media only screen and (min-width: 512px) {
    .cartoverview .cartoverview-items__img {
      width: 100px; } }
  @media only screen and (min-width: 704px) {
    .cartoverview .cartoverview-items__img {
      width: 160px; } }

.cartoverview .cartoverview-items__description {
  padding: 1rem; }

.cartoverview .cartoverview-items__order {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem; }

.cartoverview .cartoverview-items__remove-item {
  padding-left: 1rem; }

.cartoverview .cartoverview-items .cart-product-image {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80px;
  text-align: center;
  margin-top: 0; }
  .cartoverview .cartoverview-items .cart-product-image img {
    height: auto; }
  @media only screen and (min-width: 512px) {
    .cartoverview .cartoverview-items .cart-product-image {
      width: 100%; } }
  @media only screen and (min-width: 704px) {
    .cartoverview .cartoverview-items .cart-product-image {
      margin-top: 0; } }
  .cartoverview .cartoverview-items .cart-product-image__txt-label {
    display: inline-block;
    background-color: #19579c;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 0.25rem 0.5rem;
    font-weight: bold; }
    @media only screen and (min-width: 512px) {
      .cartoverview .cartoverview-items .cart-product-image__txt-label {
        padding: 0.5rem 1rem; } }
    @media only screen and (min-width: 704px) {
      .cartoverview .cartoverview-items .cart-product-image__txt-label {
        margin-top: 0; } }

.cartoverview-headerparts {
  display: block;
  float: left;
  width: 100%; }
  .cartoverview-headerparts .heading {
    display: inline-block; }
  .cartoverview-headerparts .button {
    margin-top: 0;
    float: right; }

@media only screen and (min-width: 704px) {
  .cartoverview-items-table tr {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0; } }

@media only screen and (min-width: 704px) {
  .cartoverview-items-table tr:first-child td {
    font-weight: 700; } }

@media only screen and (max-width: 703px) {
  .cartoverview-items-table tbody {
    padding-top: 10px;
    border-top: 1px solid #f3f3f3; }
    .cartoverview-items-table tbody tr {
      border-bottom: 1px solid #f3f3f3; }
      .cartoverview-items-table tbody tr tr {
        border: none; }
    .cartoverview-items-table tbody tbody {
      border: none; } }

.cartoverview-items-table td {
  padding: 0; }
  @media only screen and (min-width: 704px) {
    .cartoverview-items-table td {
      padding: 20px 10px; }
      .cartoverview-items-table td:last-child {
        text-align: right; } }

.cartoverview-items-table__remove-item {
  display: block;
  text-align: center;
  margin-top: 5px; }

.cartoverview-items-table .cartoverview-remove-mobile {
  padding: 42px 10px 10px 10px;
  vertical-align: top; }

.cartoverview-items-table tbody tr:nth-child(even) {
  background-color: #fff; }

.cartoverview-items-table .shippable {
  margin-top: 10px;
  color: #4cae4c; }

.cartoverview-items-table .cartoverview-items-table-bottom td {
  padding: 0 15px; }

.cartoverview-productTitle {
  color: #000; }
  .cartoverview-productTitle:hover {
    color: #000; }
  @media screen and (min-width: 640px) {
    .cartoverview-productTitle {
      font-size: 15px; } }

.cartoverview-productPrice {
  width: 108px; }
  .cartoverview-productPrice__price {
    height: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }

.cartoverview-shopOn {
  display: block;
  margin-top: 30px; }
  @media only screen and (min-width: 640px) {
    .cartoverview-shopOn {
      margin-top: -30px; } }
  .cartoverview-shopOn .fa {
    margin-right: 5px;
    font-size: 13px; }

.cartoverview-footer {
  display: block; }
  @media only screen and (min-width: 640px) {
    .cartoverview-footer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .cartoverview-footer .cartoverview-coupon {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

.cartoverview__footer-coupon {
  padding-top: 10px; }
  @media only screen and (min-width: 640px) {
    .cartoverview__footer-coupon {
      margin-right: 1.5rem; } }

.customerservice-overview-row .columns {
  margin-bottom: 30px; }

.customerservice-greycolumn {
  height: 100%;
  padding: 20px;
  background-color: #f3f3f3; }

.customerservice-linklist {
  margin: 0; }
  .customerservice-linklist .linklist-item-link {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 20px; }
    .customerservice-linklist .linklist-item-link:before {
      content: '\f105';
      position: absolute;
      top: 5px;
      left: 0;
      width: 6px;
      height: 6px;
      font-family: 'FontAwesome'; }

.sticky-container > div.is-stuck {
  padding-right: 0.625rem; }
  @media only screen and (min-width: 640px) {
    .sticky-container > div.is-stuck {
      padding-right: 0.9375rem; } }
  @media only screen and (max-width: 640px) {
    .sticky-container > div.is-stuck .coloredColumn {
      margin-top: 0; } }

.heading-customerservice-faq .fa {
  margin-right: 10px;
  font-size: 18px; }

.heading-customerservice-contact .fa {
  margin-right: 10px;
  font-size: 18px; }

.customerservice-choice-heading {
  display: inline-block;
  line-height: 37px;
  margin-top: 5px;
  margin-bottom: 0; }

@media only screen and (min-width: 1130px) {
  .customerservice-choice-heading {
    padding-left: 15px; } }

.customerservice-choice-buttons {
  display: inline-block;
  float: right; }
  .customerservice-choice-buttons .button {
    margin-bottom: 0;
    margin-left: 10px; }
  @media only screen and (max-width: 700px) {
    .customerservice-choice-buttons .button:first-child {
      margin-bottom: 10px; } }

.customerservice-choice {
  overflow: hidden; }

@media only screen and (max-width: 1100px) {
  .customerservice-choice-heading {
    margin-top: -9px; }
  .customerservice-choice-heading,
  .customerservice-choice-buttons {
    display: block;
    width: 100%;
    margin-left: 0; }
  .customerservice-choice-buttons {
    margin-top: 10px; }
    .customerservice-choice-buttons .button:first-child {
      margin-left: 0; } }

@media only screen and (max-width: 730px) {
  .customerservice-choice-buttons .button {
    margin-left: 0; } }

@media only screen and (max-width: 640px) {
  .customerservice-choice {
    display: none; } }

.customerReviews-person {
  position: relative;
  height: 100%;
  margin-top: 0;
  padding-left: 30px; }
  @media only screen and (max-width: 639px) {
    .customerReviews-person {
      min-height: 178px; } }
  .customerReviews-person:after {
    content: '';
    position: absolute;
    right: 25px;
    bottom: 0px;
    width: 124px;
    height: 190px;
    background-image: url(../../images/persons/review-tom.png); }
  .customerReviews-person a:hover {
    text-decoration: none; }
  .customerReviews-person .belevingspagina_blauwe_text {
    font-size: 120px;
    font-weight: 700;
    display: block;
    line-height: 120px; }
    @media only screen and (min-width: 640px) and (max-width: 1030px) {
      .customerReviews-person .belevingspagina_blauwe_text {
        font-size: 90px;
        line-height: 90px; } }
    @media only screen and (min-width: 640px) and (max-width: 830px) {
      .customerReviews-person .belevingspagina_blauwe_text {
        font-size: 75px;
        line-height: 75px; } }
    @media only screen and (min-width: 640px) and (max-width: 770px) {
      .customerReviews-person .belevingspagina_blauwe_text {
        font-size: 60px;
        line-height: 60px; } }

.customerReviews-text {
  height: 100%;
  margin-top: 0;
  padding: 22px 25px 30px; }
  .customerReviews-text .bodytext {
    margin-bottom: 0; }

.customerReviews-topRow {
  margin-bottom: 30px; }

@media only screen and (max-width: 639px) {
  .customerReviews-column {
    margin-top: 30px; } }

.customerReviews-centralHeader {
  text-align: center; }

.customerservice-pageheader {
  margin-bottom: 0; }

.customerservice-harmonicaheader {
  margin-top: 25px;
  margin-bottom: 20px; }

.customerservice-socialmedia-icon .fa {
  font-size: 40px; }

.customerservice-socialmedia-icon.customerservice-socialmedia-icon-facebook .fa {
  color: #3b5998; }

.customerservice-socialmedia-icon.customerservice-socialmedia-icon-linkedin {
  margin-left: 10px; }
  .customerservice-socialmedia-icon.customerservice-socialmedia-icon-linkedin .fa {
    color: #007bb5; }

.darkGreyBar {
  padding: 30px 0;
  background-color: #282828; }
  .darkGreyBar .fa {
    color: #282828; }
    .darkGreyBar .fa:hover {
      color: #1b5faa; }
    .darkGreyBar .fa.fa-stack-2x {
      color: #fff; }

.error404-printer {
  position: relative;
  display: block;
  width: 562px;
  height: 290px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../../images/404-printer.png);
  background-repeat: no-repeat;
  background-position: top; }

@media only screen and (max-width: 1200px) {
  .error404-printer {
    margin-bottom: 50px; } }

@media only screen and (max-width: 700px) {
  .error404-printer {
    display: none; } }

.coloredColumn-404 {
  padding: 40px;
  margin-top: 0; }
  .coloredColumn-404 .button {
    margin-right: 10px; }

.error404-printedPaper {
  position: absolute;
  left: 50%;
  top: 169px;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Safari */ }

.error404column {
  position: relative;
  padding: 12px 12px 12px 85px; }
  .error404column.error404column-aboutus {
    padding-left: 65px; }
    .error404column.error404column-aboutus:before {
      background-image: url(../../images/persons/home-mitchel.png);
      background-repeat: no-repeat;
      background-size: 58px 88px;
      position: absolute;
      bottom: 0px;
      left: -3px;
      width: 58px;
      height: 88px; }
  .error404column.error404column-inkt {
    padding-left: 65px; }
    .error404column.error404column-inkt:before {
      background-image: url(../../images/persons/tom_404_500.png);
      background-repeat: no-repeat;
      background-size: 52px 88px;
      position: absolute;
      bottom: 0px;
      left: -3px;
      width: 52px;
      height: 88px; }
  .error404column.error404column-service {
    padding-left: 65px; }
    .error404column.error404column-service:before {
      background-image: url(../../images/persons/elma_404_500.png);
      background-repeat: no-repeat;
      background-size: 58px 88px;
      position: absolute;
      bottom: 0px;
      left: -3px;
      width: 58px;
      height: 88px; }
  .error404column .heading,
  .error404column .bodytext {
    margin-bottom: 0; }
  .error404column .fa {
    font-size: 13px;
    margin-left: 10px; }
  @media only screen and (max-width: 1300px) {
    .error404column .heading {
      font-size: 17px; } }
  @media only screen and (max-width: 1200px) {
    .error404column {
      padding-left: 12px !important; } }

.error404column-customers {
  padding: 13px 15px; }
  .error404column-customers .bodytext,
  .error404column-customers .heading {
    margin-bottom: 0; }
  .error404column-customers .heading {
    font-size: 19px; }
    @media only screen and (max-width: 1300px) {
      .error404column-customers .heading {
        font-size: 16px; } }
  .error404column-customers .fa {
    font-size: 17px;
    margin-right: 3px;
    margin-left: 0;
    color: #f3c81d; }
    .error404column-customers .fa:last-child {
      margin-right: 10px; }

@media only screen and (max-width: 1270px) {
  .error404column {
    padding: 12px; }
    .error404column:before {
      display: none; } }

.error404-columnLink:hover {
  text-decoration: none; }
  .error404-columnLink:hover .bodytext {
    text-decoration: underline; }

.error404-columnLink .bodytext {
  color: #000; }

.footer {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-top: 30px; }
  .footer .footerLogo {
    display: block;
    width: 170px;
    height: 26px;
    background-image: url(../../images/printabout_logo-white.svg);
    background-size: 170px 26px;
    text-indent: -9999px;
    margin: 2px 0 -7px 15px; }
  .footer .table-footer .heading-h5 {
    font-size: 15px; }
  .footer .footerNavigation {
    margin: 0;
    list-style: none; }
    .footer .footerNavigation li {
      margin-left: 0;
      list-style: none; }
    .footer .footerNavigation .item .item-link {
      line-height: 24px;
      font-size: 13px;
      color: #fff; }
  .footer .table-footer {
    margin-bottom: 0; }
    .footer .table-footer .first-column {
      padding-right: 13px;
      padding-left: 0; }
  .footer .table-footer .fa-phone {
    font-size: 30px; }
  .footer .darkGreyBar {
    position: relative;
    z-index: 3; }
  .footer .disclaimer-links {
    margin: 10px 0;
    text-align: center; }
    .footer .disclaimer-links .link {
      position: relative;
      padding: 0 20px;
      display: inline-block;
      color: #000; }
      .footer .disclaimer-links .link:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #000; }
      .footer .disclaimer-links .link:first-child {
        padding-left: 0; }
      .footer .disclaimer-links .link:last-child {
        padding-right: 0; }
        .footer .disclaimer-links .link:last-child:after {
          display: none; }
    @media only screen and (max-width: 400px) {
      .footer .disclaimer-links .link {
        padding: 0 5px; } }
  .footer .copyright {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400; }
  @media only screen and (max-width: 639px) {
    .footer .copyright {
      margin-top: 10px; } }
  .footer .footerMobileButtons {
    display: block;
    margin-top: 30px;
    text-align: center; }
  .footer .table tbody tr td:last-child {
    padding-left: 0; }

.footerPartnerLogos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  .footerPartnerLogos .partnerIcon {
    background-image: url(../../images/sprite.png);
    background-position: 0 -175px;
    background-repeat: no-repeat;
    background-size: 450px 406px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1000%;
    display: inline-block;
    height: 29px;
    margin: 0 4px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .footerPartnerLogos .partnerIcon {
        background-image: url(../../images/spritex2.png); } }
    .footerPartnerLogos .partnerIcon:last-child {
      margin-right: 0; }
  .footerPartnerLogos .partnerIcon--ideal {
    width: 36px; }
  .footerPartnerLogos .partnerIcon--bancontact {
    width: 40px;
    background-position: -36px -175px; }
  .footerPartnerLogos .partnerIcon--maestro {
    width: 46px;
    background-position: -87px -175px; }
  .footerPartnerLogos .partnerIcon--paypal {
    width: 67px;
    background-position: -138px -175px; }
  .footerPartnerLogos .partnerIcon--mastercard {
    width: 46px;
    background-position: -215px  -174px; }
  .footerPartnerLogos .partnerIcon--visa {
    width: 61px;
    background-position: -272px  -175px; }
  .footerPartnerLogos .partnerIcon--postnl {
    width: 29px;
    background-position: -343px  -174px; }
  .footerPartnerLogos .partnerIcon--gls {
    width: 70px;
    background-position: 0 -212px; }
  .footerPartnerLogos .partnerIcon--ssl {
    width: 68px;
    background-position: -81px -212px; }

.footerPartnerLogos-row {
  border-bottom: 1px solid #f3f3f3; }

.greyBar {
  position: relative;
  z-index: 14;
  padding: 20px 0 15px 0;
  background-color: #474747; }
  .greyBar.greyBar-cart {
    padding: 20px 0 25px 0; }
    @media only screen and (min-width: 640px) {
      .greyBar.greyBar-cart {
        padding: 20px 0 20px 0; } }
  @media only screen and (min-width: 1024px) {
    .greyBar .bodytext {
      padding-right: 140px; } }

.homepage__intro-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .homepage__intro-row {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 640px) {
    .homepage__intro-row {
      margin-right: -15px;
      margin-left: -15px; } }

.homepage__intro-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 639px) {
    .homepage__intro-column--right {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    .homepage__intro-column {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .homepage__intro-column--left {
        -webkit-flex-basis: 58.33333%;
            -ms-flex-preferred-size: 58.33333%;
                flex-basis: 58.33333%; }
      .homepage__intro-column--right {
        -webkit-flex-basis: 41.66667%;
            -ms-flex-preferred-size: 41.66667%;
                flex-basis: 41.66667%; } }
  .homepage__intro-column > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 100%;
    max-width: 100%; }
    @media only screen and (min-width: 640px) {
      .homepage__intro-column > div {
        padding: 0 15px; } }
    @media only screen and (min-width: 1024px) {
      .homepage__intro-column > div {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .homepage__intro-column > div > div {
      max-width: 100%; }

@media only screen and (min-width: 640px) {
  .homepage__main-column--content {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .homepage__main-column--sidemenu {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.homepage-sideMenu {
  margin-top: 30px;
  border: 1px solid #f3f3f3;
  padding: 18px 25px 0 25px; }
  @media only screen and (max-width: 639px) {
    .homepage-sideMenu {
      margin-top: 60px;
      border: none;
      padding: 0 20px; } }

.homepage-cardridge-selector #keuzepull {
  border-radius: 0 0 0 0;
  width: 100%;
  background-color: #1b5faa;
  padding: 25px 30px;
  margin-top: 30px;
  background-image: url(../../images/homepage-selector-1.png);
  background-repeat: no-repeat;
  background-position: right bottom; }
  .homepage-cardridge-selector #keuzepull #cartidge-printer-form {
    display: block;
    width: 71%; }
    .homepage-cardridge-selector #keuzepull #cartidge-printer-form .button {
      float: right;
      margin-bottom: 0; }
  .homepage-cardridge-selector #keuzepull select {
    margin-bottom: 10px; }
  .homepage-cardridge-selector #keuzepull .button.disabled,
  .homepage-cardridge-selector #keuzepull .button[disabled] {
    opacity: 1; }

@media only screen and (max-width: 1230px) {
  .homepage-cardridge-selector #keuzepull {
    background-image: none !important; }
    .homepage-cardridge-selector #keuzepull #cartidge-printer-form {
      width: 100%; } }

.homepage-brandLogo {
  max-width: 84%;
  display: block; }

.homepage-firstSlider .bx-wrapper {
  border-bottom: 1px solid #f3f3f3; }

.slider-product {
  width: 320px;
  margin-right: 0 !important; }
  .slider-product .product {
    padding: 0 20px; }
    .slider-product .product .product-block__image-link {
      padding-top: 0; }

.homepage-firstSlider {
  width: 100%; }
  .homepage-firstSlider .slider-logo {
    width: 210px; }

.housebrand-checkmark {
  font-size: 150px;
  margin-top: -5px;
  margin-bottom: -20px; }
  @media only screen and (max-width: 1200px) {
    .housebrand-checkmark {
      font-size: 130px; } }
  @media only screen and (max-width: 1023px) {
    .housebrand-checkmark {
      font-size: 110px; } }
  @media only screen and (max-width: 640px) {
    .housebrand-checkmark {
      display: none; } }

.housebrand-orderedList .list-item {
  padding: 5px 0; }
  @media only screen and (max-width: 1200px) {
    .housebrand-orderedList .list-item {
      padding: 3px 0; } }

.housebrand-info-row .coloredColumn {
  padding: 0 30px; }

.housebrand-person {
  position: relative; }
  .housebrand-person:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 134px;
    height: 289px;
    display: block;
    background-image: url(/app/images/persons/housebrand.png); }
    @media only screen and (max-width: 1023px) {
      .housebrand-person:after {
        display: none; } }

.housebrand-rightcolumn-title {
  margin-bottom: 20px; }

.housebrand-banner {
  min-height: 390px;
  margin: 0;
  background-image: url(/app/images/banners/housebrand-banner.png); }
  @media only screen and (max-width: 1100px) {
    .housebrand-banner {
      background-size: 80%; } }
  .housebrand-banner .heading {
    font-size: 20px; }

.housebrand-row-withPersons {
  margin-top: 50px;
  border-bottom: 1px solid #f3f3f3; }
  .housebrand-row-withPersons .row {
    margin-top: 70px; }
  @media only screen and (max-width: 1023px) {
    .housebrand-row-withPersons {
      border-bottom: 0; }
      .housebrand-row-withPersons .row {
        margin: 30px 0; } }
  @media only screen and (max-width: 640px) {
    .housebrand-row-withPersons .row {
      margin: 10px 0; } }

.housebrand-harmonica-heading {
  margin-top: 50px;
  width: 100%;
  margin-bottom: 20px; }

.jobs h1 + h4 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

.jobs h4 {
  margin-top: 1.5rem; }

.jobs .bodytext {
  margin-top: 1rem; }

.jobs .jobs-header-persons {
  position: relative;
  height: 290px;
  width: 100%;
  display: block; }
  .jobs .jobs-header-persons:after {
    content: '';
    position: absolute;
    right: 50px;
    bottom: -30px;
    width: 592px;
    height: 364px;
    background-size: cover;
    background-image: url(../../images/persons/werken-bij-header-3-personen.png); }
    @media only screen and (max-width: 1110px) {
      .jobs .jobs-header-persons:after {
        right: 20px;
        width: 536px;
        height: 329px; } }

.jobs .jobs-titleImageWrap {
  display: block; }
  @media only screen and (max-width: 1023px) {
    .jobs .jobs-titleImageWrap {
      text-align: center; } }

.jobs .jobs-titleImage {
  margin: 30px 0; }
  @media only screen and (max-width: 640px) {
    .jobs .jobs-titleImage {
      height: auto !important; } }

.jobs .jobs-rightColumn {
  padding: 30px; }
  .jobs .jobs-rightColumn .button {
    margin-bottom: 0; }

.jobs .jobs-person {
  position: relative;
  display: block;
  width: 100%;
  height: 390px; }
  .jobs .jobs-person:before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -30px;
    width: 275px;
    height: 495px;
    display: block;
    background-image: url(../../images/persons/marcel-xxl.png); }

.jobs .jobs-quote {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 35px;
  line-height: 54px;
  font-size: 42px;
  font-weight: 200; }

.jobs .fullWidthColumn-jobs-content {
  display: block;
  width: 100%;
  margin-top: 50px; }

.jobs__divider {
  width: 100%;
  margin: 2rem 0;
  border-bottom: solid 1px #f3f3f3; }

.landing-page {
  margin-top: 0.9375rem; }
  @media screen and (min-width: 640px) {
    .landing-page {
      font-size: 1rem; }
      .landing-page h1 {
        font-size: 1.75rem; } }
  @media screen and (min-width: 960px) {
    .landing-page {
      margin-top: 40px; } }
  @media screen and (min-width: 768px) {
    .landing-page__columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .landing-page__top-image {
    width: 100%;
    height: 0;
    min-height: 140px;
    padding-bottom: 20%;
    background-position: center;
    background-size: cover; }
  .landing-page__content-wrapper {
    margin: -35.2px 0 0;
    padding: 0.625rem;
    background-color: #fff; }
    @media screen and (min-width: 512px) {
      .landing-page__content-wrapper {
        width: calc(100% - 1.25rem);
        max-width: 50rem;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 640px) {
      .landing-page__content-wrapper {
        width: calc(100% - 1.875rem);
        padding: 0.9375rem; } }
    @media screen and (min-width: 704px) {
      .landing-page__content-wrapper {
        margin-top: -5%; } }
    @media screen and (min-width: 832px) {
      .landing-page__content-wrapper {
        padding: 1.875rem; } }
  .landing-page__title {
    margin-bottom: 20px;
    color: #1b5faa;
    font-weight: bold; }

.mypa-alternative-address-block {
  margin: 1.875rem 0 0; }

.mypa-general .mypa-general-firstHeading {
  margin-top: 25px; }

.createaccount {
  margin-top: 15px; }

.createaccount h2 {
  margin-top: 15px; }

.createaccount {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .createaccount:after {
      position: absolute;
      right: -300px;
      bottom: -30px;
      display: block;
      width: 188px;
      height: 303px;
      background-image: url(../../images/persons/cart-edwin.png);
      content: ''; } }

.lessmargin {
  margin-bottom: -15px; }

.moremargin {
  margin: 0 5px 15px 0; }

.mypa-general-iconBlock {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 30px; }
  @media only screen and (max-width: 639px) {
    .mypa-general-iconBlock {
      margin-bottom: 15px; } }
  .mypa-general-iconBlock:after {
    position: absolute;
    right: 20px;
    color: #eaeaea;
    font-family: 'FontAwesome'; }
  .mypa-general-iconBlock.mypa-general-iconBlock--order:after {
    bottom: 17px;
    content: '\f07a';
    font-size: 107px; }
  .mypa-general-iconBlock.mypa-general-iconBlock--info:after {
    bottom: 14px;
    content: '\f007';
    font-size: 105px; }
  .mypa-general-iconBlock.mypa-general-iconBlock--printers:after {
    bottom: 15px;
    content: '\f02f';
    font-size: 103px; }
  .mypa-general-iconBlock.mypa-general-iconBlock--invoice:after {
    bottom: 21px;
    content: '\f0f6';
    font-size: 84px; }
  .mypa-general-iconBlock.mypa-general-iconBlock--quote:after {
    bottom: 20px;
    content: '\f0c5';
    font-size: 88px; }
  .mypa-general-iconBlock.mypa-general-iconBlock--newsletter:after {
    bottom: 12px;
    content: '\f1d8';
    font-size: 88px; }
  .mypa-general-iconBlock .button {
    margin: 0; }

.mypa-nav .coloredColumn {
  margin-top: 0;
  padding: 20px 25px; }
  .mypa-nav .coloredColumn .heading {
    margin-bottom: 20px; }

.mypa-nav-menu {
  margin: 0;
  list-style: none; }
  .mypa-nav-menu li {
    margin-left: 0;
    list-style: none; }
  .mypa-nav-menu .list-item .heading {
    margin-bottom: 10px; }

.mypa-nav-menu-second {
  margin: 0;
  list-style: none;
  margin-bottom: 20px; }
  .mypa-nav-menu-second li {
    margin-left: 0;
    list-style: none; }
  .mypa-nav-menu-second .list-item {
    position: relative;
    margin-bottom: 5px;
    padding-left: 10px; }
    @media only screen and (max-width: 768px) {
      .mypa-nav-menu-second .list-item {
        margin-bottom: 10px; } }
    .mypa-nav-menu-second .list-item:before {
      position: absolute;
      left: 0;
      content: '\f105';
      color: #1b5faa;
      font-family: 'FontAwesome';
      font-size: 13px; }

.mypa-nav-info {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  .mypa-nav-info .bodytext {
    margin-bottom: 5px;
    text-align: left; }
  .mypa-nav-info .logout-link {
    display: block;
    margin-top: 12px;
    padding: 8px 0; }
    .mypa-nav-info .logout-link .fa {
      margin-right: 5px;
      font-size: 13px; }

.mypa-info-table {
  border-top: 1px solid #f3f3f3; }
  .mypa-info-table tr {
    border-bottom: 1px solid #f3f3f3; }
  .mypa-info-table td {
    padding: 10px 0; }

.mypa-info-edit {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: right; }
  .mypa-info-edit .fa {
    margin-right: 5px;
    font-size: 13px; }

.mypa-info-alternateAdress .columns--last .form-textbox {
  margin-right: 0; }

.mypa-info-alternateAdress .coloredColumn {
  position: relative;
  margin: 0;
  padding: 25px; }

.mypa-info-alternateAdress .mypa-info-alternateAdress--delete {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -10px; }
  .mypa-info-alternateAdress .mypa-info-alternateAdress--delete .fa {
    color: #1b5faa; }
  .mypa-info-alternateAdress .mypa-info-alternateAdress--delete:hover .fa {
    color: #d9534f; }

.mypa-info-alternateAdress .mypa-info-alternateAdress--edit {
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: left; }
  .mypa-info-alternateAdress .mypa-info-alternateAdress--edit:last-child {
    float: right; }
  .mypa-info-alternateAdress .mypa-info-alternateAdress--edit .fa {
    margin-right: 5px;
    font-size: 13px; }

.mypa-button-right {
  float: right; }

.mypa-orders-table thead,
.mypa-orders-table tbody tr:nth-child(even) {
  background-color: #fff; }

.mypa-orders-table thead {
  border-top: 1px solid #f3f3f3; }

.mypa-orders-table tr {
  border-bottom: 1px solid #f3f3f3; }
  .mypa-orders-table tr.expand {
    border-bottom: 0; }

.mypa-orders-table td {
  padding: 10px 0; }

.mypa-orders-table-account td,
.mypa-orders-table-login td {
  width: 50%; }

.mypa-orders-showMore {
  display: inline-block;
  min-width: 100px; }
  .mypa-orders-showMore .fa {
    margin-right: 5px;
    font-size: 16px; }

.mypa-order-product {
  padding: 15px 20px; }
  .mypa-order-product:not(:first-child) {
    border-top: 1px solid #f3f3f3; }
  @media only screen and (max-width: 768px) {
    .mypa-order-product {
      padding: 15px 0; } }

.mypa-order-product .title {
  display: block;
  width: 100%; }

.mypa-order-product-reorder {
  padding: 23px 0;
  text-align: right;
  vertical-align: middle; }
  @media only screen and (max-width: 1023px) {
    .mypa-order-product-reorder {
      text-align: left; } }
  .mypa-order-product-reorder .button {
    margin-bottom: 0;
    margin-left: 20px;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .mypa-order-product-reorder .button {
        margin-left: 10px; } }
    @media only screen and (max-width: 768px) {
      .mypa-order-product-reorder .button {
        margin-left: 0; }
        .mypa-order-product-reorder .button:not(.button-green) {
          margin-left: 5px; }
        .mypa-order-product-reorder .button .combobox {
          width: 85px; } }
  .mypa-order-product-reorder .combobox-field-title {
    height: 43px !important;
    padding-top: 11px !important; }
  @media only screen and (min-width: 1024px) and (max-width: 1110px) {
    .mypa-order-product-reorder .button-green {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 374px) {
    .mypa-order-product-reorder .button {
      margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .mypa-loginChange-label {
    margin-top: 5px; }
  .mypa-loginChange .button {
    float: right;
    margin-right: 5px; } }

@media only screen and (max-width: 640px) {
  .mypa-loginChange-label {
    margin-left: 5px; }
  .mypa-loginChange .userform--new {
    padding: 0; } }

.autocompletebox {
  position: relative; }

.autocomplete-popup {
  position: absolute;
  z-index: 1;
  top: 52px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .autocomplete-popup ul {
    margin: 0;
    list-style: none; }
    .autocomplete-popup ul li {
      margin-left: 0;
      list-style: none; }
    .autocomplete-popup ul li {
      padding: 5px 10px; }
      .autocomplete-popup ul li:hover {
        background-color: #f3f3f3;
        cursor: pointer; }

@media only screen and (min-width: 1024px) {
  .mypa-propositions-look .fa {
    font-size: 16px; } }

@media only screen and (min-width: 1024px) {
  .mypa-propositions-look:hover .fa {
    font-size: 16px; } }

.mypa-propositions-look:hover .fa:before {
  content: '\f00e'; }

.mypa-propositions-table tr td:last-child {
  text-align: center; }

@media only screen and (min-width: 1024px) {
  .my-pa-first-header {
    margin-top: 20px; } }

.mypa-not-paid,
.mypa-paid {
  position: relative;
  padding-left: 20px; }
  .mypa-not-paid:before,
  .mypa-paid:before {
    position: absolute;
    left: 0;
    padding: 0 1px;
    font-family: 'FontAwesome';
    font-size: 13px; }

.mypa-not-paid:before {
  content: '\f057';
  color: #d9534f; }

.mypa-paid:before {
  content: '\f058';
  color: #4cae4c; }

.mypa-paid--unknown:before {
  color: #aaa; }

.mypa-nav-mobile .coloredColumn {
  position: relative;
  overflow: hidden;
  max-height: 75px;
  margin-bottom: 10px; }

.mypa-nav-mobile.mypa-nav--open .coloredColumn {
  max-height: 100%; }

.mypa-nav-menu-button {
  display: none; }

.mypa-nav-mobile .mypa-nav-menu-button {
  position: absolute;
  top: 26px;
  right: 26px;
  display: block;
  color: #1b5faa;
  font-family: 'FontAwesome';
  font-size: 26px; }

.mypa-newsLetter-table .form-checkbox {
  margin-bottom: 0; }

.mypa-newsLetter-table tr td:first-child {
  padding-right: 20px; }

.mypa-info-table-top {
  margin-bottom: 43px; }

.mypa-account .userform strong {
  margin-left: 0; }

.invoice-look .fa {
  font-size: 16px; }

.bancontact {
  padding-left: 34px; }

.bancontact:before {
  position: absolute;
  top: 0;
  left: 21px;
  width: 30px;
  height: 22px;
  background-image: url(../../images/bancontact.gif);
  background-size: 30px 22px;
  content: ' '; }

.ideal {
  padding-left: 34px; }

.ideal:before {
  position: absolute;
  top: 0;
  left: 21px;
  width: 30px;
  height: 22px;
  background-image: url(../../images/ideal.gif);
  background-size: 30px 22px;
  content: ' '; }

.mypa-printers__td-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 704px) {
    .mypa-printers__td-content {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .mypa-printers__td-content-text {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-right: 20px; }
    @media screen and (min-width: 704px) {
      .mypa-printers__td-content-text {
        -webkit-flex-basis: calc(100% - 190px);
            -ms-flex-preferred-size: calc(100% - 190px);
                flex-basis: calc(100% - 190px);
        max-width: calc(100% - 190px); } }
  .mypa-printers__td-content-button {
    -webkit-flex-basis: 190px;
        -ms-flex-preferred-size: 190px;
            flex-basis: 190px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 100%;
    margin: 5px 0; }

.mypa-printers-addPrinter {
  margin-bottom: 30px; }

.mypa-printers-table {
  table-layout: fixed; }
  .mypa-printers-table tr:first-child {
    border-top: 1px solid #f3f3f3; }
  .mypa-printers-table td.printers-img {
    padding-left: 0; }
  .mypa-printers-table .mypa-printers-image {
    min-height: 100px;
    padding: 20px 0;
    width: 100%; }
  .mypa-printers-table .mypa-printers-no-image {
    display: block;
    padding: 0.5rem;
    border: solid 1px lightGrey;
    color: #aaa;
    font-size: 0.65rem;
    line-height: 1.5;
    text-align: center; }
  .mypa-printers-table .button {
    margin-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .mypa-printers-table strong {
      display: block;
      width: 100%;
      margin-bottom: 10px; } }

.mypa-printers-delete {
  float: right; }
  .mypa-printers-delete .fa {
    color: #eaeaea; }
  .mypa-printers-delete:hover .fa {
    color: #d9534f; }

.mypa-printers-description {
  margin: 10px 0;
  word-break: break-all;
  word-break: break-word; }

.mypa-printers-moveIcon .fa {
  color: #797979;
  font-size: 16px; }

.breadcrumb {
  display: block;
  float: left; }
  .breadcrumb .breadcrumb-link {
    position: relative;
    float: left;
    padding: 5px 20px 5px 0;
    color: #000; }
    .breadcrumb .breadcrumb-link:after {
      position: absolute;
      content: '-';
      top: 4px;
      right: 7px;
      width: 5px;
      height: 100%;
      display: block; }
    .breadcrumb .breadcrumb-link:last-child:after {
      display: none; }

.footerMobileNavigation {
  margin: 0;
  list-style: none;
  display: block;
  width: 100%; }
  .footerMobileNavigation li {
    margin-left: 0;
    list-style: none; }
  .footerMobileNavigation .item {
    display: block;
    margin: 0 20px;
    border-bottom: 1px solid #fff; }
    .footerMobileNavigation .item.first .item-link {
      padding-top: 0; }
      .footerMobileNavigation .item.first .item-link:after {
        top: 10px; }
    .footerMobileNavigation .item .item-link {
      position: relative;
      display: block;
      padding: 15px 0;
      font-size: 16px;
      font-weight: 400;
      color: #fff; }
      .footerMobileNavigation .item .item-link:after {
        content: "";
        position: absolute;
        top: 23px;
        right: 10px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Safari */
        transform: rotate(45deg); }

.post {
  display: none; }

.sortering select {
  width: auto; }

.block-item {
  min-height: 480px !important; }

div.fluid div.widget > input, div.fluid div.widget.aantal > form input, div.fluid div.widget > select, div.fluid div.widget > textarea {
  width: auto; }

div.modal-wrap {
  z-index: 16; }
  div.modal-wrap .fa {
    font-size: 18px; }

.cartside table {
  margin-bottom: 0; }

.cartside__smallheader {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  color: #116bad;
  margin: 0;
  display: block; }

ul#merkenselectie a#current,
ul#merkenselectie a#noncurrent {
  height: 44px;
  margin-top: -23px; }

dl.swatches.collapsed {
  margin-bottom: 4px; }

.zoomContainer {
  z-index: 999; }

.h3sub {
  min-height: 35px; }

.modalcustomerservice__link:hover {
  color: #fff; }

.cartside table, .cartside th, .cartside tbody,
.cartside tbody th, .cartside tbody td {
  padding: 0; }

.printer_deal ul.detailedList {
  margin-left: 0; }

.printer_deal .bottom_text p {
  margin-bottom: 0; }

ul#facturen {
  margin: 0;
  list-style: none; }
  ul#facturen li {
    margin-left: 0;
    list-style: none; }
  ul#facturen li {
    height: 40px; }

body .mijn_pa_menu a {
  padding: 12px 20px 18px; }

body .account .widget > input {
  height: auto; }

@media only screen and (max-width: 1023px) {
  .label {
    text-align: left; } }

.item-specs dl.swatches.info-only {
  margin-bottom: 0; }

body .inputfieldwarning {
  color: #000;
  font-weight: 400;
  border: 1px solid red !important; }

.text.widget--handled {
  border: none; }
  .text.widget--handled input {
    border: 1px solid #4cae4c; }

@media only screen and (max-width: 1200px) {
  body .fluid .fw .inputfieldwarning {
    margin-bottom: 25px; }
  .choices .inlineerror {
    top: 24px; } }

.vak_rechts table .fa {
  font-size: 13px;
  margin-right: 5px; }

#bodyhead.mijn_pa .userform {
  max-width: 50%; }

#body_container .container_cart .wrap1 {
  padding: 30px 0; }
  #body_container .container_cart .wrap1:first-child {
    padding-top: 10px; }
  #body_container .container_cart .wrap1 p, #body_container .container_cart .wrap1 .shippable--cart {
    font-size: 13px;
    line-height: 15px; }
  #body_container .container_cart .wrap1 .bestelitem_omschrijvinglink {
    margin-top: 3px; }
    #body_container .container_cart .wrap1 .bestelitem_omschrijvinglink a {
      line-height: 21px; }
  #body_container .container_cart .wrap1 .bestelitem_omschrijvinglink a:link, #body_container .container_cart .wrap1 .bestelitem_omschrijvinglink a:visited {
    color: #1b5faa; }
    #body_container .container_cart .wrap1 .bestelitem_omschrijvinglink a:link:hover, #body_container .container_cart .wrap1 .bestelitem_omschrijvinglink a:visited:hover {
      text-decoration: underline; }

@media only screen and (max-width: 768px) {
  #body_container .container_cart .combobox select {
    width: 100%; }
  #body_container .container_cart div.fluid .fw3 {
    padding-left: 10px; } }

#body_container .container_cart .totals {
  padding-top: 20px; }

#body_container .container_cart .trashit {
  margin-top: 9px; }

@media only screen and (max-width: 639px) {
  #body_container .container_cart .fw {
    width: 50%; }
  #body_container .container_cart .fw55 {
    width: 100%; }
  #body_container .container_cart .wrap1 {
    padding: 15px 0 0; }
  #body_container .container_cart .totals {
    padding-top: 0;
    margin-top: 0; }
    #body_container .container_cart .totals .fw {
      width: 100%;
      text-align: right; }
    #body_container .container_cart .totals .total {
      margin-top: 0; }
  #body_container .container_cart .cartremove--overview {
    float: left; }
  #body_container .container_cart .btn-row.order {
    margin-top: 0; } }

@media only screen and (max-width: 1023px) {
  #body_container .container_cart {
    margin-top: 20px;
    width: 100% !important;
    max-width: 100%; } }

@media only screen and (max-width: 1023px) {
  #body_container #rechts200 {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    #body_container #rechts200 .cartside {
      float: left;
      width: 33%;
      margin-top: 0;
      margin-right: -1px; } }

@media only screen and (max-width: 639px) {
  #body_container #rechts30 {
    padding-left: 0; }
  #body_container #rechts200 .cartside {
    width: 100%;
    margin-bottom: 20px; }
  #body_container #rechts200 .cartrowitem {
    width: 100%; }
    #body_container #rechts200 .cartrowitem td {
      float: left; }
      #body_container #rechts200 .cartrowitem td:first-child {
        width: 240px; }
      #body_container #rechts200 .cartrowitem td:last-child {
        float: right; }
    #body_container #rechts200 .cartrowitem .cartrowitem_price {
      width: auto; } }

.modalcustomerservice__link {
  margin-top: 4px; }
  @media only screen and (max-width: 640px) {
    .modalcustomerservice__link {
      display: none; } }

.headers {
  width: 70% !important; }
  .headers .cart-header {
    display: inline-block; }
  @media only screen and (min-width: 640px) {
    .headers .cart-on-with-order {
      float: right; } }

.cartside {
  border: 1px solid #bbbbbb; }
  .cartside table tbody tr:nth-child(even) {
    background-color: #fff; }

#betaalopties .betaalmethode_type {
  border-radius: 0 0 0 0;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: relative;
  display: block;
  height: 43px !important;
  padding: 10px 15px !important;
  line-height: 18px;
  font-size: 13px;
  border: 1px solid #eaeaea;
  background-color: #fff !important;
  background: url(../../images/select-dropdown-arrow.png) no-repeat right; }
  @media only screen and (max-width: 640px) {
    #betaalopties .betaalmethode_type {
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .flowsteps__title--first::before,
  .flowsteps__title--completed::after {
    display: none; }
  .flowsteps__title {
    left: 15px; } }

.modalcustomerservice {
  display: inline-block; }

.cart_top .title {
  padding-left: 0; }

.accountblock {
  padding-right: 25px;
  padding-left: 25px; }

.account-headerButton {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative; }

.content.cart {
  width: 100% !important; }

.accountblock {
  border: 1px solid #bbb; }

.accountblock--alternate {
  background-color: #f3f3f3; }

.cart_top .sub_title {
  padding-left: 0;
  color: #000; }

.account .widget > input {
  height: 36px !important; }

.account .accountblock .fluid .label {
  height: 36px; }
  .account .accountblock .fluid .label p {
    margin-bottom: 0;
    font-size: 13px; }

@media only screen and (max-width: 639px) {
  .account .accountblock .fluid {
    margin: 0; }
    .account .accountblock .fluid .label {
      height: 36px; }
      .account .accountblock .fluid .label p {
        margin-bottom: 0; }
  .choices .inlineerror {
    left: auto;
    right: -80px; }
  .account .accountblock .fw {
    width: 100% !important; }
    .account .accountblock .fw.fw2 {
      width: 50% !important;
      float: left; }
    .account .accountblock .fw.label {
      margin-bottom: 0; }
      .account .accountblock .fw.label p {
        margin-bottom: 0; }
  div.fluid div.widget > input {
    width: 100%; }
  .account-headerButton {
    padding-right: 0; }
    .account-headerButton .button {
      width: 100%;
      text-align: center; } }

.inlineerror {
  right: -320px; }

@media only screen and (max-width: 780px) {
  body .inlineerror {
    top: 40px;
    left: 0; } }

@media only screen and (min-width: 1024px) {
  .account-rechts {
    margin-top: 59px; } }

body ul.selling-points li {
  position: relative;
  background: none; }
  body ul.selling-points li:before {
    position: absolute;
    top: 1px;
    left: 0;
    padding: 0 1px;
    content: '\f00c';
    color: #4cae4c;
    font-family: 'FontAwesome';
    font-size: 13px; }

body .form.orderbtn span.price.ex,
form.orderbtn div.prices span.price + span.price {
  margin-top: 0;
  padding-top: 0;
  color: #797979;
  font-style: normal; }

.productDetail-accessories-text {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3; }

.productDetail-action-wrap {
  position: relative; }
  .productDetail-action-wrap .product-action {
    right: 0;
    top: 0; }

.productDetail-badge {
  display: inline-block;
  float: right; }
  .productDetail-badge img {
    display: block;
    max-height: 41px;
    max-width: 120px;
    width: auto;
    height: auto; }
  @media only screen and (max-width: 640px) {
    .productDetail-badge {
      display: none; } }

.productDetail-drawers {
  margin-left: 10px; }
  .productDetail-drawers .fa {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px; }

.productDetail-headerparts {
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f3f3; }

.productDetail-mainHeader {
  display: inline-block; }

@media only screen and (max-width: 639px) {
  .productDetail__column--image {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .productDetail__column--info {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .productDetail__column--buy {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

.productDetail__product-compare-add {
  border-bottom: 1px solid #f3f3f3; }
  .productDetail__product-compare-add .form-checkbox {
    margin-top: 15px; }
  .productDetail__product-compare-add .formlabel {
    line-height: 26px; }

.productDetail__details-block {
  margin-top: 30px;
  margin-bottom: 30px; }
  .productDetail__details-block--extra-space {
    margin-top: 40px;
    margin-bottom: 40px; }

.productDetail-descr-block__header {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  color: #000; }

.productDetail-productDescription-vimeo {
  width: 65%; }
  @media only screen and (max-width: 640px) {
    .productDetail-productDescription-vimeo {
      width: 100%; } }

.productDetail-rightcolumn {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 51px; }
  @media only screen and (min-height: 768px) {
    .productDetail-rightcolumn {
      margin-top: 0; } }
  .productDetail-rightcolumn__image-container {
    display: none;
    opacity: 0; }
    @media only screen and (min-height: 768px) {
      .productDetail-rightcolumn__image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: calc((-50% - 36px) + 51px);
        transition: all 0.6s ease; } }
    @media only screen and (min-height: 896px) {
      .productDetail-rightcolumn__image-container {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-top: calc((-100% - 36px) + 51px); } }
    .productDetail-rightcolumn__image-container--visible {
      opacity: 1;
      margin-top: 0px; }
  .productDetail-rightcolumn__image {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media only screen and (min-height: 896px) {
      .productDetail-rightcolumn__image {
        width: 100%;
        padding: 20px; } }
  .productDetail-rightcolumn-trust .shippable {
    margin-top: 8px;
    margin-bottom: 10px; }
  .productDetail-rightcolumn .coloredColumn {
    padding: 20px;
    margin-top: 0; }
    @media only screen and (max-height: 720px) {
      .productDetail-rightcolumn .coloredColumn {
        margin-top: 20px; } }
  .productDetail-rightcolumn.sticky, .productDetail-rightcolumn.is-at-top {
    margin-top: 56px !important; }
  .productDetail-rightcolumn.is-stuck .productDetail-rightcolumn-image, .productDetail-rightcolumn.is-at-bottom .productDetail-rightcolumn-image {
    display: block; }
  .sticky-container .productDetail-rightcolumn.is-stuck {
    margin-top: 100px !important; }
  .sticky-container .productDetail-rightcolumn.is-at-bottom {
    margin-top: 0 !important; }
  @media only screen and (max-width: 640px) {
    .productDetail-rightcolumn .trustpilot__widget {
      display: none; } }

.productDetail-specsPdf {
  display: block;
  overflow: hidden;
  text-align: right; }
  @media only screen and (max-width: 700px) {
    .productDetail-specsPdf {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .productDetail-specsPdf {
      float: left;
      margin-top: 20px; } }
  .productDetail-specsPdf__wrapper {
    margin-bottom: 30px; }

.product-overview__filter-button {
  display: block;
  width: 100%; }
  .product-overview__filter-button-text {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 25px; }
    .product-overview__filter-button-text:after {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -11px;
      content: '\f107';
      font-family: 'FontAwesome';
      font-size: 22px; }
  .product-overview__filter-button--open {
    margin-bottom: 15px; }
    .product-overview__filter-button--open .product-overview__filter-button-text:after {
      content: '\f106'; }

.product-overview__block .product-block {
  margin: 20px 0; }

.product-overview__block .product-block__details-hover {
  display: none; }

.product-overview__block > .row > .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .product-overview__block > .row > .columns > .product-block-wrapper {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }

.product-overview__colomn {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%; }
  @media screen and (min-width: 832px) {
    .product-overview__colomn {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (min-width: 1024px) {
    .product-overview__colomn {
      -webkit-flex-basis: 33.33333%;
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%;
      max-width: 33.33333%; } }

.product-overview__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 704px) {
    .product-overview__flex {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.product-overview__item {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  .product-overview__item--left {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 250px; }
    @media screen and (min-width: 704px) {
      .product-overview__item--left {
        -webkit-flex-basis: 33.33333%;
            -ms-flex-preferred-size: 33.33333%;
                flex-basis: 33.33333%; } }
    @media screen and (min-width: 1024px) {
      .product-overview__item--left {
        -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
                flex-basis: 25%; } }
  .product-overview__item--right {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    @media screen and (min-width: 704px) {
      .product-overview__item--right {
        -webkit-flex-basis: 66.66667%;
            -ms-flex-preferred-size: 66.66667%;
                flex-basis: 66.66667%; } }
    @media screen and (min-width: 1024px) {
      .product-overview__item--right {
        -webkit-flex-basis: 75%;
            -ms-flex-preferred-size: 75%;
                flex-basis: 75%; } }

.product-overview__quick-links {
  margin-bottom: 1rem; }

.product-overview__sidebar-content {
  margin-top: 0;
  padding: 20px; }
  .product-overview__sidebar-content .form-select {
    margin-top: 5px;
    margin-bottom: 10px; }
  .product-overview__sidebar-content .has-color-swatch {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 70px; }
  .product-overview__sidebar-content .criteria-checkbox-label__name {
    margin-right: 5px; }
  .product-overview__sidebar-content .criteria-checkbox-label__total {
    color: #797979; }
  @media only screen and (min-width: 640px) {
    .product-overview__sidebar-content .row {
      display: block; }
    .product-overview__sidebar-content .product-overview__filter-button--open + .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.page-brucebanner-service-onderhoud .coloredColumn {
  display: inline-block;
  margin-top: 0;
  max-width: 460px; }

.serviceMaintenance-brandLogo {
  display: table;
  overflow: hidden; }

.serviceMaintenance-brandLogo-wrap {
  display: block;
  width: 120px;
  height: 50px;
  margin-right: 30px;
  margin-left: 15px;
  text-align: center; }

.serviceMaintenance-brandLogo-image {
  display: inline-block;
  cursor: pointer;
  max-height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.serviceMaintenance-brandLogo-text {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  font-weight: 200; }
  .serviceMaintenance-brandLogo-text strong {
    font-size: 16px; }
  .serviceMaintenance-brandLogo-text .fa {
    font-size: 13px;
    margin-left: 10px; }

.serviceMaintenance-rightColumn .coloredColumn {
  margin-top: 0; }
  .serviceMaintenance-rightColumn .coloredColumn.coloredColumn-blue {
    padding: 30px; }

.serviceMaintenance-rightColumn .button {
  margin-bottom: 0; }

.serviceMaintenance-rightColumn .unorderedList {
  position: relative;
  border-bottom: 1px solid #f3f3f3; }

@media only screen and (max-width: 640px) {
  .serviceMaintenance-rightColumn .coloredColumn {
    margin-top: 30px; } }

.serviceMaintenance-column-withBorder {
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px; }

.serviceMaintenance-iconHeaders {
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 20px; }
  .serviceMaintenance-iconHeaders .heading {
    display: inline-block;
    margin-right: 50px; }
    .serviceMaintenance-iconHeaders .heading:last-child {
      margin-right: 0; }
  .serviceMaintenance-iconHeaders .fa {
    margin-right: 10px; }

.serviceMaintenance-logoColumn {
  display: inline-block;
  float: left;
  height: 102px;
  margin-right: 20px;
  margin-top: 42px !important; }
  .serviceMaintenance-logoColumn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  @media only screen and (max-width: 760px) {
    .serviceMaintenance-logoColumn {
      display: none !important; } }
  .serviceMaintenance-logoColumn .PrinterBrandPageBanner-logo {
    max-width: 100px;
    height: auto;
    max-height: 100%; }

.serviceMaintenance-titleColumn {
  float: left;
  padding-top: 34px !important;
  padding-bottom: 35px !important;
  margin-top: 42px !important; }
  @media only screen and (max-width: 640px) {
    .serviceMaintenance-titleColumn {
      width: 100%;
      padding: 15px !important; } }

.shoppingAwards-heading {
  letter-spacing: 0px; }

.shoppingAwards-header-column {
  position: relative;
  padding: 65px 140px;
  margin-top: 0;
  margin-bottom: 30px;
  z-index: 1; }
  @media only screen and (max-width: 1150px) {
    .shoppingAwards-header-column {
      padding: 65px 60px; } }
  @media only screen and (max-width: 1023px) {
    .shoppingAwards-header-column {
      text-align: center; } }
  @media only screen and (max-width: 720px) {
    .shoppingAwards-header-column {
      padding: 25px 20px; } }
  .shoppingAwards-header-column:after {
    content: '';
    position: absolute;
    width: 421px;
    height: 243px;
    right: 50px;
    bottom: -4px;
    background-image: url(../../images/persons/shopping-award-persons.png);
    z-index: 2; }
    @media only screen and (max-width: 1060px) {
      .shoppingAwards-header-column:after {
        right: 10px; } }
    @media only screen and (max-width: 1023px) {
      .shoppingAwards-header-column:after {
        display: none; } }
  .shoppingAwards-header-column img {
    display: inline-block; }

.shoppingAwards-bottomRow {
  position: relative;
  height: 230px;
  padding: 30px; }
  @media only screen and (max-width: 639px) {
    .shoppingAwards-bottomRow {
      height: auto; } }
  .shoppingAwards-bottomRow:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -5px;
    width: 134px;
    height: 206px;
    background-image: url(../../images/persons/shopping-award-roy.png); }
    @media only screen and (max-width: 720px) {
      .shoppingAwards-bottomRow:before {
        display: none; } }

.shoppingAwards-bottom-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 200;
  margin-left: 80px;
  line-height: 30px; }
  @media only screen and (min-width: 1024px) and (max-width: 1130px) {
    .shoppingAwards-bottom-text {
      font-size: 16px; } }
  @media only screen and (max-width: 720px) {
    .shoppingAwards-bottom-text {
      margin-left: 0; } }
  .shoppingAwards-bottom-text .belevingspagina_blauwe_text {
    color: #000; }

.shoppingAwards-bottom-column {
  position: relative;
  width: 33%;
  height: 100%;
  padding: 30px;
  display: block;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #eaeaea; }
  @media only screen and (max-width: 1023px) {
    .shoppingAwards-bottom-column {
      width: 50%; }
      .shoppingAwards-bottom-column:last-child {
        border-right: 0; } }
  @media only screen and (max-width: 770px) {
    .shoppingAwards-bottom-column {
      padding: 20px; } }
  @media only screen and (max-width: 639px) {
    .shoppingAwards-bottom-column {
      width: 100%;
      border-right: 0; }
      .shoppingAwards-bottom-column:first-child {
        border-bottom: 1px solid #eaeaea; } }
  .shoppingAwards-bottom-column.last {
    border-right: 0;
    padding: 0 0 0 50px; }
    @media only screen and (max-width: 1023px) {
      .shoppingAwards-bottom-column.last {
        display: none; } }
    .shoppingAwards-bottom-column.last .heading {
      margin-bottom: 20px; }
  .shoppingAwards-bottom-column:before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .shoppingAwards-bottom-column.with-thumb:after {
    content: '\f087';
    position: absolute;
    left: 60px;
    top: 50%;
    /* IE 9 */
    -webkit-transform: translate(-50%, 0);
    /* Safari */
    transform: translate(-50%, 0);
    font-family: 'FontAwesome';
    color: #1b5faa;
    font-size: 68px; }
    @media only screen and (max-width: 720px) {
      .shoppingAwards-bottom-column.with-thumb:after {
        display: none; } }

.shoppingAwards-bottom-column-buttons {
  display: inline-block;
  vertical-align: middle; }

.shoppingAwards-bodytext {
  text-align: justify; }

.supplyDetail__title {
  position: relative; }

.supplyDetail__suitablePrinters .coloredColumn {
  margin-top: 0;
  padding: 30px 35px; }

.supplyDetail__suitablePrinters-link {
  display: block;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px; }
  .supplyDetail__suitablePrinters-link .fa {
    margin-left: -10px;
    margin-right: 5px;
    font-size: 13px; }

.supplyDetail__compareTable tbody tr:nth-child(odd) {
  background-color: #f3f3f3; }

.supplyDetail__compareTable tbody tr:nth-child(even) {
  background-color: #fff; }

.supplyDetail__compareTable tbody tr:nth-child(odd) .supplyDetail__compareTable-benefit {
  background-color: #19579c; }

.supplyDetail__compareTable .heading {
  margin-bottom: 0; }

.supplyDetail__compareTable td {
  padding: 10px 20px;
  width: 25%; }

.supplyDetail__compareTable .supplyDetail__compareTable-oem {
  max-height: 20px;
  width: auto; }

@media only screen and (max-width: 640px) {
  .supplyDetail__compareTable {
    display: block;
    overflow: scroll;
    width: 100%; }
    .supplyDetail__compareTable td {
      padding: 10px 10px; }
      .supplyDetail__compareTable td img {
        height: auto !important; } }

.supplyDetail__compareTable-benefit {
  background-color: #1b5faa;
  color: #fff; }

.supplyDetail__infoBox-wrap .coloredColumn.header {
  margin-top: 10px; }

.supplyDetail__infoBox-wrap .product-price .product-price__number {
  font-size: 30px; }

.supplyDetail__infoBox-wrap .shippable {
  color: #000; }

.supplyDetail__infoBox {
  display: block;
  float: left;
  width: 33%;
  margin-top: 30px;
  text-align: center; }
  .supplyDetail__infoBox .fa {
    color: #1b5faa;
    font-size: 26px; }

.supplyDetail__infoBox--percentage {
  margin-bottom: 6px;
  color: #1b5faa;
  font-size: 26px;
  font-weight: 700; }

.supplyDetail__column-equalHeight {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .supplyDetail__column-equalHeight > div {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .supplyDetail__column-equalHeight .coloredColumn {
    margin-top: 10px; }
  .supplyDetail__column-equalHeight .coloredColumn-with-marcel {
    position: relative;
    padding: 30px 35px; }
    @media only screen and (max-width: 640px) {
      .supplyDetail__column-equalHeight .coloredColumn-with-marcel {
        padding: 15px; } }
    .supplyDetail__column-equalHeight .coloredColumn-with-marcel:after {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 113px;
      height: 201px;
      background-image: url(../../images/persons/detail-marcel.png);
      content: ''; }
      @media only screen and (min-width: 1024px) and (max-width: 1150px) {
        .supplyDetail__column-equalHeight .coloredColumn-with-marcel:after {
          display: none; } }
      @media only screen and (max-width: 640px) {
        .supplyDetail__column-equalHeight .coloredColumn-with-marcel:after {
          display: none; } }
  .supplyDetail__column-equalHeight .supplyDetail__bundle-showMore {
    display: block;
    width: 100%;
    padding: 5px 0 2px;
    background-color: #eaeaea;
    font-weight: 700;
    text-align: center; }
    .supplyDetail__column-equalHeight .supplyDetail__bundle-showMore .fa {
      margin-left: 5px;
      font-size: 13px; }

.supplyDetail__infoBox-logo {
  display: block;
  float: left;
  height: 25px;
  width: auto; }

.supplyDetail__infoBox-type {
  display: block;
  float: right;
  margin-top: 4px; }

.supplyDetail__mainImage {
  position: relative;
  display: inline-block;
  max-height: 100%;
  width: auto;
  image-rendering: -webkit-optimize-contrast; }

.supplyDetail__mainImage-wrap {
  position: relative;
  height: 280px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }
  .supplyDetail__mainImage-wrap:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .supplyDetail__mainImage-wrap .color-swatch__wrap {
    top: 0;
    left: 0;
    max-width: initial; }
  .supplyDetail__mainImage-wrap .color-swatch__bundle-wrap {
    background-color: rgba(255, 255, 255, 0.9); }
  .supplyDetail__mainImage-wrap .color-swatch__color-label {
    display: block;
    float: left;
    padding: 4px 10px 4px 10px;
    background-color: rgba(255, 255, 255, 0.9); }

.supplyDetail__topRow {
  margin-bottom: 10px; }

.supplyDetail__relatedProducts {
  margin-bottom: 30px; }
  .supplyDetail__relatedProducts .tab {
    display: inline-block;
    padding: 10px;
    border-top: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    background: #fff;
    vertical-align: bottom; }
    .supplyDetail__relatedProducts .tab:first-of-type {
      border-left: 2px solid #f3f3f3; }
    .supplyDetail__relatedProducts .tab:hover {
      cursor: pointer; }
      .supplyDetail__relatedProducts .tab:hover .color-swatch__color-label {
        text-decoration: underline; }
    .supplyDetail__relatedProducts .tab .color-swatch {
      margin-bottom: 0; }
      @media only screen and (max-width: 640px) {
        .supplyDetail__relatedProducts .tab .color-swatch {
          margin-right: 0; } }
  .supplyDetail__relatedProducts .tab.active {
    background: #f3f3f3; }
  .supplyDetail__relatedProducts .coloredColumn {
    margin-top: 0;
    padding: 15px 30px; }
  .supplyDetail__relatedProducts .color-swatch__bundle-wrap {
    max-width: 60px; }
  .supplyDetail__relatedProducts .color-swatch__wrap {
    top: 0;
    left: 0; }
  .supplyDetail__relatedProducts .color-swatch__color {
    float: left;
    width: 20px;
    height: 20px; }
    .supplyDetail__relatedProducts .color-swatch__color.action:after {
      content: '\f153';
      color: #1b5faa;
      font-family: 'FontAwesome';
      font-size: 19px; }
  .supplyDetail__relatedProducts .color-swatch__color-label {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top; }
    @media only screen and (max-width: 640px) {
      .supplyDetail__relatedProducts .color-swatch__color-label {
        display: none; } }
  .supplyDetail__relatedProducts .color-swatch__text {
    font-size: 16px;
    line-height: 20px; }
  .supplyDetail__relatedProducts .product-action--top-right {
    top: 0; }
  .supplyDetail__relatedProducts--narrow .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  .supplyDetail__relatedProducts--narrow .column, .supplyDetail__relatedProducts--narrow .columns, .supplyDetail__relatedProducts--narrow .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .supplyDetail__relatedProducts--narrow .coloredColumn {
    padding: 5px 20px; }
  .supplyDetail__relatedProducts--narrow .product-buttons .button:first-child {
    margin-right: 0; }
  @media screen and (min-width: 1216px) {
    .supplyDetail__relatedProducts:not(.supplyDetail__relatedProducts--narrow) .product-block__action-txt {
      display: none; } }

.supplyDetail__table-housebrand {
  padding: 20px 25px; }
  @media only screen and (max-width: 1023px) {
    .supplyDetail__table-housebrand {
      margin-bottom: 30px; } }
  .supplyDetail__table-housebrand div.priceButtonsWrap {
    margin-top: 0; }

.supplyDetail__table-housebrand--left {
  display: none; }
  @media only screen and (min-width: 448px) {
    .supplyDetail__table-housebrand--left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: left;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 50%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1151px) {
    .supplyDetail__table-housebrand--left {
      display: none; } }
  @media only screen and (min-width: 1152px) {
    .supplyDetail__table-housebrand--left {
      display: inline-block;
      width: 40%;
      padding-right: 25px; } }

.supplyDetail__table-housebrand--right {
  display: block;
  float: right;
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 448px) {
    .supplyDetail__table-housebrand--right {
      float: left;
      width: 50%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1151px) {
    .supplyDetail__table-housebrand--right {
      float: left;
      width: 100%; } }
  @media only screen and (min-width: 1152px) {
    .supplyDetail__table-housebrand--right {
      display: inline-block;
      width: 60%; } }
  .supplyDetail__table-housebrand--right .priceButtonsWrap {
    margin-top: 10px; }
  .supplyDetail__table-housebrand--right .unorderedList .list-item {
    margin: 0; }

.supplyDetail__infoBox-logo-pa-wrap .supplyDetail__infoBox-logo-pa {
  display: block;
  width: 160px;
  height: 25px;
  background-image: url(../../images/printabout_logo-white.svg);
  background-size: 160px 25px;
  text-indent: -9999px;
  display: block;
  float: left;
  width: 160px;
  height: 25px; }
  .supplyDetail__infoBox-logo-pa-wrap .supplyDetail__infoBox-logo-pa img {
    display: none; }

.supplyDetail__table-housebrand {
  margin-top: 0; }
  .supplyDetail__table-housebrand .product-buttons .button:first-child {
    margin-right: 0; }

.supplyDetail__bundle-content {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 4px 0;
  line-height: 18px; }
  .supplyDetail__bundle-content .color-swatch {
    margin-bottom: 0; }
  .supplyDetail__bundle-content .color-swatch__color {
    width: 23px;
    height: 23px;
    margin-top: 6px;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 15px; }
  .supplyDetail__bundle-content .supplyDetail__bundle-content-count {
    border-radius: 50% 50% 50% 50%;
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    padding-top: 9px;
    background-color: #fff;
    text-align: center; }
  .supplyDetail__bundle-content .text {
    display: block; }
  .supplyDetail__bundle-content .capacity {
    color: #797979; }

.supplyDetail__bundle {
  padding: 15px 30px 15px 30px; }
  .supplyDetail__bundle .coloredColumn {
    height: auto; }

.supplyDetail__price-and-usp {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px; }
  .supplyDetail__price-and-usp > .shippable {
    margin-top: 2px; }

.supplyDetail .coloredColumn-supplyDetail__alternative {
  margin-top: 30px; }
  .supplyDetail .coloredColumn-supplyDetail__alternative .product-price .product-price__number,
  .supplyDetail .coloredColumn-supplyDetail__alternative .product-price .product-price__btw {
    color: #fff; }
  .supplyDetail .coloredColumn-supplyDetail__alternative .shippable {
    color: #fff; }
    .supplyDetail .coloredColumn-supplyDetail__alternative .shippable .fa {
      color: #fff; }

.supplyDetail .priceButtonsWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px; }
  .supplyDetail .priceButtonsWrap .product-buttons, .supplyDetail .priceButtonsWrap .product-price {
    padding-top: 10px; }
  .supplyDetail .priceButtonsWrap .product-price {
    padding-right: 10px; }
  .supplyDetail .priceButtonsWrap .button {
    margin: 0; }

.supply-detail {
  position: relative;
  padding-bottom: 60px; }
  .supply-detail__block-review--left {
    display: none; }
    @media only screen and (min-width: 640px) and (max-width: 1023px) {
      .supply-detail__block-review--left {
        display: block; } }
  .supply-detail__block-review--right {
    display: block; }
    @media only screen and (min-width: 640px) and (max-width: 1023px) {
      .supply-detail__block-review--right {
        display: none; } }
  .supply-detail__bundle-help {
    margin-top: 1.5rem;
    margin-bottom: 1rem; }

.supplyOverview__footer-help {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  background-color: #f3f3f3; }
  .supplyOverview__footer-help-item--left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .supplyOverview__footer-help-button {
    margin-bottom: 0; }
    @media only screen and (max-width: 383px) {
      .supplyOverview__footer-help-button {
        width: 100%; } }
  @media only screen and (min-width: 768px) {
    .supplyOverview__footer-help {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .supplyOverview__footer-help-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .supplyOverview__footer-help-item--right {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: auto; }
      .supplyOverview__footer-help-text {
        margin-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .supplyOverview__footer-help-content--left {
      -webkit-flex-basis: 200px;
          -ms-flex-preferred-size: 200px;
              flex-basis: 200px; }
    .supplyOverview__footer-help-content--right {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .supplyOverview__footer-help-item--left {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .supplyOverview__footer-help-item--right {
      -webkit-flex-basis: 200px;
          -ms-flex-preferred-size: 200px;
              flex-basis: 200px;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-left: 0; } }

.supplyOverview-headerparts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .supplyOverview-headerparts .supplyOverview-headerparts-text {
    display: block; }
  .supplyOverview-headerparts .supplyOverview-headerparts-partnerLogo {
    display: none; }
    @media only screen and (min-width: 704px) {
      .supplyOverview-headerparts .supplyOverview-headerparts-partnerLogo {
        display: inline-block;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        width: auto;
        max-height: 65px;
        margin-top: .5rem;
        margin-left: 20px; } }
  .supplyOverview-headerparts__text-wrap {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

@media only screen and (max-width: 1023px) {
  .supplyOverview-logo-seo-items {
    margin-top: 30px; } }

.supplyOverview-product-banner-printerSpecialist .bodytext {
  margin-bottom: 0;
  line-height: 21px; }

.supplyOverview-sidebarTop {
  position: relative;
  margin-top: 0; }
  .supplyOverview-sidebarTop .combobox {
    margin-bottom: 10px; }
    .supplyOverview-sidebarTop .combobox:last-child {
      margin-bottom: 0; }
  .supplyOverview-sidebarTop .fontStyle-bold {
    display: block;
    margin-bottom: 5px; }

.supplyOverview__header-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .supplyOverview__header-links {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: unset;
          -ms-flex-wrap: unset;
              flex-wrap: unset; } }
  .supplyOverview__header-links > h5 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .supplyOverview__header-links > h5 {
        -webkit-flex-basis: 100px;
            -ms-flex-preferred-size: 100px;
                flex-basis: 100px; } }
  .supplyOverview__header-links > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0; }
    .supplyOverview__header-links > ul > li {
      margin-left: 15px; }
      .supplyOverview__header-links > ul > li a:before {
        display: inline-block;
        margin-right: 5px;
        content: '\f105';
        font-family: 'FontAwesome'; }

.suppliesOverviewSearch-headerparts {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 32px 30px; }
  @media only screen and (min-width: 1024px) {
    .suppliesOverviewSearch-headerparts.suppliesOverviewSearch-headerparts-arrow:before {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: -15px;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      background-color: #1b5faa;
      content: '';
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); } }
  @media only screen and (min-width: 768px) {
    .suppliesOverviewSearch-headerparts {
      margin-top: 30px; }
      .suppliesOverviewSearch-headerparts:after {
        position: absolute;
        z-index: 4;
        right: 15px;
        bottom: 0;
        width: 101px;
        height: 153px;
        background-image: url(/app/images/persons/supply-mitchel.png); } }

.suppliesOverviewSearch-headerparts-partnerLogo {
  position: absolute;
  z-index: 3;
  top: 26px;
  right: 60px;
  display: inline-block;
  max-height: 85px;
  padding: 10px 60px 10px 20px;
  background-color: #fff; }
  @media only screen and (max-width: 750px) {
    .suppliesOverviewSearch-headerparts-partnerLogo {
      right: 30px;
      padding-right: 20px; } }
  @media only screen and (max-width: 600px) {
    .suppliesOverviewSearch-headerparts-partnerLogo {
      display: none; } }

.suppliesOverviewSearch-headerparts--nosupplies {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 30px 25px 32px 25px; }
  .suppliesOverviewSearch-headerparts--nosupplies .heading-h2,
  .suppliesOverviewSearch-headerparts--nosupplies .heading-h3 {
    color: #fff; }
  .suppliesOverviewSearch-headerparts--nosupplies .heading-h3 {
    margin-bottom: 0; }
  .suppliesOverviewSearch-headerparts--nosupplies + p.text-center {
    max-width: 800px;
    margin: 1rem auto;
    padding: 1rem; }

.suppliesOverviewSearch-heading {
  margin-bottom: 0; }
  @media only screen and (max-width: 400px) {
    .suppliesOverviewSearch-heading {
      font-size: 18px; } }

.suppliesOverviewSearch-image {
  display: inline-block;
  max-height: 135px;
  height: auto;
  width: auto; }

.suppliesOverviewSearch-imageWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  text-align: center; }

.suppliesOverviewSearch-sidebarTop {
  padding-right: 20px; }

.product-compare-popup img {
  display: block;
  max-width: 110px;
  margin: auto; }

.product-compare-popup h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.product-compare-popup .fa {
  padding: 4px;
  font-size: 14px; }

.product-compare-popup h4 {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding-top: 10px;
  font-size: 13px;
  text-align: center; }

.product-compare-popup__content-wrapper {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: 100%; }

.product-compare-popup__header {
  background-color: #fff;
  border-top: 1px solid #f3f3f3;
  font-weight: bold;
  padding: 10px; }

.product-compare-popup__content {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px 20px;
  background-color: #fff; }

.product-compare-popup__list-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-compare-popup__content ul {
  overflow-y: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center; }

.product-compare-popup__content ul li {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 190px;
  margin: 5px 10px;
  padding: 20px;
  border: 1px solid #f0f0f0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px; }

.product-compare-popup .addtocart-close {
  z-index: 90; }

.product-compare-popup .start-compare {
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.product-compare-popup__fixed-bottom {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 50%;
  width: auto;
  background-color: #1b5faa;
  cursor: pointer;
  color: white; }

.product-compare .compare-remove, .product-compare-popup .compare-remove {
  position: absolute;
  z-index: 20;
  margin: -17px 73px;
  color: #eaeaea; }
  .product-compare .compare-remove .fa, .product-compare-popup .compare-remove .fa {
    font-size: 18px; }

.product-compare a.compare-remove:hover, .product-compare-popup a.compare-remove:hover {
  color: #d9534f; }

.printer-compare__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.printer-compare__row-scroller {
  overflow-x: auto;
  padding-bottom: 20px;
  overflow-y: hidden; }

.printer-compare__scroll-buttons {
  position: fixed;
  z-index: 60;
  bottom: 100px;
  width: 100%;
  height: 40px;
  text-align: right; }
  .printer-compare__scroll-buttons-content {
    display: inline-block;
    margin-right: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2)); }
    .printer-compare__scroll-buttons-content--prev-button, .printer-compare__scroll-buttons-content--next-button {
      box-shadow: inset 0 -5px 0 0 #eaeaea;
      transition: box-shadow .5s;
      border-radius: 4px 4px 4px 4px;
      position: relative;
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #f3f3f3;
      cursor: pointer; }
      .printer-compare__scroll-buttons-content--prev-button:hover, .printer-compare__scroll-buttons-content--next-button:hover {
        background-color: #f3f3f3;
        box-shadow: inset 0 -40px 0 0 #eaeaea; }
      .printer-compare__scroll-buttons-content--prev-button:after, .printer-compare__scroll-buttons-content--next-button:after {
        position: absolute;
        top: 7px;
        left: 17px;
        content: '';
        color: #000;
        font-family: 'FontAwesome';
        font-size: 22px; }
    .printer-compare__scroll-buttons-content--prev-button {
      margin-right: 5px; }
      .printer-compare__scroll-buttons-content--prev-button:after {
        content: '\f104'; }
    .printer-compare__scroll-buttons-content--next-button:after {
      content: '\f105'; }

.printer-compare__modal h2 {
  margin-bottom: 1.5rem; }

.printer-compare__modal .search-results {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 400px; }
  .printer-compare__modal .search-results td {
    padding: 0.5rem; }
  .printer-compare__modal .search-results td:first-child {
    width: calc(1rem + 35px); }
  .printer-compare__modal .search-results img {
    max-height: 35px; }
  .printer-compare__modal .search-results__img {
    padding: 7px;
    background-color: #ffffff;
    width: calc(2*7px + 35px); }
  .printer-compare__modal .search-results__price {
    white-space: nowrap; }
  .printer-compare__modal .search-results__button-add {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    min-width: 100px;
    padding-right: 25px; }
    .printer-compare__modal .search-results__button-add i {
      position: absolute;
      right: 0;
      margin-left: 5px;
      font-size: 20px; }

.printer-compare__modal .form-textbox:after {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  content: '\f002';
  color: #1b5faa;
  font-family: 'FontAwesome';
  font-size: 24px; }

.u-bd--none {
  border: none !important; }

.u-dib {
  display: inline-block !important; }

.u-fw--light {
  font-weight: 200 !important; }

.u-fw--normal {
  font-weight: 400 !important; }

.u-fwb {
  font-weight: bold !important; }

.u-fz-13 {
  font-size: 13px !important; }

.u-c--black, .u-c--black:hover {
  color: #000 !important; }

.u-c--blue, .u-c--blue:hover {
  color: #1b5faa !important; }

.u-c--green, .u-c--green:hover {
  color: #4cae4c !important; }

.u-c--grey-60, .u-c--grey-60:hover {
  color: #aaa !important; }

.u-c--red, .u-c--red:hover {
  color: #d9534f !important; }

.u-c--white, .u-c--white:hover {
  color: #ffffff !important; }

.u-dn {
  display: none !important; }

.u-jc-fe {
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.u-mt--1r {
  margin-top: 1rem !important; }

.u-mt0 {
  margin-top: 0 !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mb0 {
  margin-bottom: 0 !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mt1r {
  margin-top: 1rem !important; }

.u-mb1r {
  margin-bottom: 1rem !important; }

.u-nowrap-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.u-pb0 {
  padding-bottom: 0 !important; }

.u-p--0 {
  padding: 0 !important; }

.u-p--5 {
  padding: 5px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-ta--center {
  text-align: center !important; }

.u-ta--right {
  text-align: right !important; }

.u-tdl {
  text-decoration: line-through !important; }

.u-ttu {
  text-transform: uppercase !important; }

.u-va--middle {
  vertical-align: middle !important; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  z-index: 8020;
  top: 0;
  left: 0; }

.fancybox-skin {
  position: relative;
  border-radius: 4px;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  margin: 0;
  padding: 15px;
  color: #444;
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/app/lib/fancybox-v2/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  z-index: 8060;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  cursor: pointer; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/app/lib/fancybox-v2/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  z-index: 8040;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer; }

.fancybox-nav {
  position: absolute;
  z-index: 8040;
  top: 0;
  width: 40%;
  height: 100%;
  background: transparent url("/app/lib/fancybox-v2/blank.gif");
  /* helps IE */
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  z-index: 8040;
  top: 50%;
  visibility: hidden;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  overflow: visible !important;
  max-width: 99999px;
  max-height: 99999px; }

/* Overlay helper */
.fancybox-lock {
  width: auto; }

.fancybox-overlay {
  position: absolute;
  z-index: 8010;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  background: url("/app/lib/fancybox-v2/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  right: 0;
  bottom: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  position: relative;
  z-index: 8050;
  visibility: hidden;
  font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: none; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  z-index: 8050;
  right: 50%;
  bottom: 0;
  margin-bottom: -35px;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  border-radius: 15px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  text-shadow: 0 1px 2px #222; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/app/lib/fancybox-v2/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/app/lib/fancybox-v2/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*# sourceMappingURL=style.css.map */