@charset "UTF-8";
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Option variable to define the spacing between images in the generated sprite
 */
/**
 * A mixin to create retina sprites with hover & active states
 *
 * You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
 *
 *     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
 *
 *     .my-icon {
 *       @include retina-sprite(icon-name, icons);
 *     }
 *
 * @param {String} $name
 * @param {String} [$sprite-name]
 * @param {Boolean} [$hover=false]
 * @param {Boolean} [$active=false]
 */
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Mixin for retina backgrounds where you can't use a sprite.
 *
 * - Make sure you have a file@2x.png file additional to your file.png.
 * - The mixin prepends $imgPath, which should be set globally at some point. Default is: "img/"
 *
 * Examples:
 *     li {
 *       @include retina-background(arrow, no-repeat 10px 15px)
 *     }
 *
 *     a.external {
 *       @include retina-background(external, no-repeat right)
 *     }
 *
 * @param {String} $file Path to file relative to images folder defined in config.rb and without a file extension
 * @param {Object} [$attr] Additional attributes like position or repetition. E.g. `no-repeat top right`
 * @param {String} [$type] The file type.
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?20oxus");
  src: url("../fonts/icomoon.eot?20oxus#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20oxus") format("truetype"), url("../fonts/icomoon.woff?20oxus") format("woff"), url("../fonts/icomoon.svg?20oxus#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pencil3:before {
  content: "\e610"; }

.icon-key:before {
  content: "\e66e"; }

.icon-trash2:before {
  content: "\e681"; }

.icon-paper-plane:before {
  content: "\e699"; }

.icon-register:before {
  content: "\e6d1"; }

.icon-exit:before {
  content: "\e6d3"; }

.icon-book2:before {
  content: "\e714"; }

.icon-sync:before {
  content: "\e8da"; }

.icon-magnifier:before {
  content: "\e922"; }

.icon-check:before {
  content: "\e934"; }

.icon-cross2:before {
  content: "\e935"; }

.icon-plus:before {
  content: "\e936"; }

.icon-chevron-up:before {
  content: "\e939"; }

.icon-chevron-down:before {
  content: "\e93a"; }

.icon-chevron-right:before {
  content: "\e93c"; }

.icon-warning:before {
  content: "\e955"; }

.icon-notification-circle:before {
  content: "\e956"; }

.icon-checkmark-circle:before {
  content: "\e959"; }

.icon-cross-circle:before {
  content: "\e95a"; }

.icon-plus-circle:before {
  content: "\e95b"; }

.icon-arrow-left-circle:before {
  content: "\e960"; }

.icon-arrow-right-circle:before {
  content: "\e961"; }

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button {
  border: 0;
  background-color: transparent;
  padding: 0; }

@media (min-width: 400px) {
  .hide-xs {
    display: none !important; } }

.reveal-xs {
  display: none !important; }
  @media (min-width: 400px) {
    .reveal-xs {
      display: inline !important; } }

@media (min-width: 580px) {
  .hide-sm {
    display: none !important; } }

.reveal-sm {
  display: none !important; }
  @media (min-width: 580px) {
    .reveal-sm {
      display: inline !important; } }

@media (min-width: 740px) {
  .hide-md {
    display: none !important; } }

.reveal-md {
  display: none !important; }
  @media (min-width: 740px) {
    .reveal-md {
      display: inline !important; } }

@media (min-width: 980px) {
  .hide-lg {
    display: none !important; } }

.reveal-lg {
  display: none !important; }
  @media (min-width: 980px) {
    .reveal-lg {
      display: inline !important; } }

@media (min-width: 1100px) {
  .hide-xl {
    display: none !important; } }

.reveal-xl {
  display: none !important; }
  @media (min-width: 1100px) {
    .reveal-xl {
      display: inline !important; } }

#responsive-status {
  display: none;
  font-family: 'mobile';
  min-width: 0; }
  @media (min-width: 400px) {
    #responsive-status {
      font-family: "xs";
      min-width: 400px; } }
  @media (min-width: 580px) {
    #responsive-status {
      font-family: "sm";
      min-width: 580px; } }
  @media (min-width: 740px) {
    #responsive-status {
      font-family: "md";
      min-width: 740px; } }
  @media (min-width: 980px) {
    #responsive-status {
      font-family: "lg";
      min-width: 980px; } }
  @media (min-width: 1100px) {
    #responsive-status {
      font-family: "xl";
      min-width: 1100px; } }

#fancybox-overlay,
#fancybox-wrap,
.fancybox-overlay,
.fancybox-wrap {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  background-color: white; }

html,
button,
input,
select,
textarea {
  color: #313131; }

h1, h2, h3, h4, .h1, .h2, .page-health-aide .health-aide-login .h3, .h3, .h4 {
  font-family: "Open Sans", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 24px 0;
  margin: 2.4rem 0; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, .h1:first-child, .h2:first-child, .page-health-aide .health-aide-login .h3:first-child, .h3:first-child, .h4:first-child {
    margin-top: 0; }

h1, .h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
  line-height: 3.2rem; }
  @media (min-width: 580px) {
    h1, .h1 {
      font-size: 44px;
      font-size: 4.4rem;
      line-height: 48px;
      line-height: 4.8rem; } }

h2, .h2, .page-health-aide .health-aide-login .h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem; }

h3, .h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem; }

h4, .h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }

.lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem; }

.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem; }

.tiny {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem; }

h1,
.h1 {
  font-weight: 300;
  text-align: center;
  margin: 24px 0 48px;
  margin: 2.4rem 0 4.8rem; }

h2,
.h2,
.page-health-aide .health-aide-login .h3 {
  font-weight: 700; }

h3,
.h3 {
  font-weight: 600; }

p {
  margin: 0; }

ul,
ol {
  margin: 0; }
  ul ul,
  ul ol,
  ul li + li,
  ol ul,
  ol ol,
  ol li + li {
    margin-top: 12px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal-leading-zero; }

p + *,
* + p,
ul + *,
* + ul,
ol + *,
* + ol {
  margin-top: 24px;
  margin-top: 2.4rem; }

a,
a:focus,
button,
input[type="button"],
input[type="submit"] {
  outline: 0; }

a {
  color: #154193;
  text-decoration: none; }
  a:visited {
    color: #154193; }
  a:hover {
    color: black; }
  a:active, a:focus {
    color: black; }

a.visible {
  color: #154193;
  font-weight: 600; }
  a.visible:hover {
    color: black; }
  a.visible:active, a.visible:focus {
    color: black; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

pre,
code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace; }

hr {
  border: 0;
  border-bottom: 1px solid #313131;
  height: 1px;
  margin: 47px 0;
  margin: 4.7rem 0;
  padding: 0;
  clear: both; }

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

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

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

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

.floatleft {
  float: left;
  margin-right: 15px;
  margin-right: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

.floatright {
  float: right;
  margin-left: 15px;
  margin-left: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

.button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "Open Sans", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: 1px solid black;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 20px;
  margin: 4px 0; }

.bordered {
  border: 1px solid #eeede6;
  padding: 20px; }

@media (min-width: 740px) {
  .columns {
    column-count: 2;
    column-gap: 40px; } }

.embed-container {
  position: relative;
  overflow: hidden;
  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%; }

.print-block,
.print-inline {
  display: none; }

.lightbox img,
.fancybox img,
.thickbox img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.fancybox-custom-title {
  color: white;
  font-family: "Open Sans", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }

#fancybox-left-ico,
#fancybox-right-ico {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: "icomoon";
  text-align: center;
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  background-image: none; }

#fancybox-left-ico {
  left: 30px;
  right: auto; }
  #fancybox-left-ico:after {
    content: '\e960'; }

#fancybox-right-ico {
  left: auto;
  right: 30px; }
  #fancybox-right-ico:after {
    content: '\e961'; }

#fancybox-left:hover #fancybox-left-ico,
#fancybox-left:hover #fancybox-right-ico,
#fancybox-right:hover #fancybox-left-ico,
#fancybox-right:hover #fancybox-right-ico {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
#fancybox-left:hover #fancybox-left-ico,
#fancybox-right:hover #fancybox-left-ico {
  left: 5px; }
#fancybox-left:hover #fancybox-right-ico,
#fancybox-right:hover #fancybox-right-ico {
  right: 5px; }

#fancybox-close {
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  background-image: none;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: "icomoon";
  text-align: center;
  color: #313131;
  text-shadow: 0 0 6px rgba(238, 237, 230, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }
  #fancybox-close:after {
    content: '\e95a'; }
  #fancybox-close:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  #fancybox-close.fb-ibase {
    right: 20px; }

.icon-cart {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 15px;
  height: 15px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -510px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-cart {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -510px; } }
  @media (min-width: 580px) {
    .icon-cart {
      width: 22px;
      height: 21px;
      background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
      background-position: 0 -439px;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 580px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 580px) and (min-device-pixel-ratio: 1.5), (min-width: 580px) and (min-resolution: 144dpi) {
    .icon-cart {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -439px; } }

  @media (min-width: 980px) {
    .sticky-header .icon-cart {
      background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
      background-position: 0 -368px;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 980px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 980px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 980px) and (min-device-pixel-ratio: 1.5), (min-width: 980px) and (min-resolution: 144dpi) {
    .sticky-header .icon-cart {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -368px; } }
  @media (min-width: 980px) {
    .sticky-header :hover > .icon-cart, .sticky-header .open > .icon-cart {
      background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
      background-position: 0 -297px;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 980px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 980px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 980px) and (min-device-pixel-ratio: 1.5), (min-width: 980px) and (min-resolution: 144dpi) {
    .sticky-header :hover > .icon-cart, .sticky-header .open > .icon-cart {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -297px; } }

.icon-user {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 14px;
  height: 17px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -3104px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-user {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -3101px; } }
  :hover > .icon-user {
    background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
    background-position: 0 -3170px;
    background-repeat: repeat-y;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */ }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      :hover > .icon-user {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -3165.5px; } }
  a.open > .icon-user {
    background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
    background-position: 0 -3038px;
    background-repeat: repeat-y;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */ }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      a.open > .icon-user {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -3036.5px; } }
  @media (min-width: 580px) {
    .icon-user {
      width: 21px;
      height: 23px;
      background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
      background-position: 0 -2894px;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 580px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 580px) and (min-device-pixel-ratio: 1.5), (min-width: 580px) and (min-resolution: 144dpi) {
    .icon-user {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -2892.5px; } }
  @media (min-width: 580px) {
      :hover > .icon-user {
        background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
        background-position: 0 -2966px;
        background-repeat: repeat-y;
        /**
         * Option variable to turn on/off IE8 support.
         *
         * This requires Modernizr's test for `css-mediaqueries` and RespondJS
         *
         * Set to `1` to turn on support.
         */ } }
    @media (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 580px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 580px) and (min-device-pixel-ratio: 1.5), (min-width: 580px) and (min-resolution: 144dpi) {
      :hover > .icon-user {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -2964.5px; } }
  @media (min-width: 580px) {
      a.open > .icon-user {
        background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
        background-position: 0 -2822px;
        background-repeat: repeat-y;
        /**
         * Option variable to turn on/off IE8 support.
         *
         * This requires Modernizr's test for `css-mediaqueries` and RespondJS
         *
         * Set to `1` to turn on support.
         */ } }
    @media (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 580px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 580px) and (min-device-pixel-ratio: 1.5), (min-width: 580px) and (min-resolution: 144dpi) {
      a.open > .icon-user {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -2820.5px; } }

  @media (min-width: 980px) {
    .sticky-header :hover > .icon-user, .sticky-header .open .icon-user {
      background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
      background-position: 0 -2822px;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 980px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 980px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 980px) and (min-device-pixel-ratio: 1.5), (min-width: 980px) and (min-resolution: 144dpi) {
    .sticky-header :hover > .icon-user, .sticky-header .open .icon-user {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -2820.5px; } }

.icon-hamburger {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 23px;
  height: 25px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -1273px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-hamburger {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -1272px; } }
  @media (min-width: 580px) {
    .icon-hamburger {
      width: 30px;
      height: 38px;
      background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
      background-position: 0 -1348px;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 580px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 580px) and (min-device-pixel-ratio: 1.5), (min-width: 580px) and (min-resolution: 144dpi) {
    .icon-hamburger {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -1347px; } }
  @media (min-width: 580px) {
      .sticky-header .icon-hamburger {
        width: 23px;
        height: 25px;
        background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
        background-position: 0 -1273px;
        background-repeat: repeat-y;
        /**
         * Option variable to turn on/off IE8 support.
         *
         * This requires Modernizr's test for `css-mediaqueries` and RespondJS
         *
         * Set to `1` to turn on support.
         */ } }
    @media (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 580px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 580px) and (min-device-pixel-ratio: 1.5), (min-width: 580px) and (min-resolution: 144dpi) {
      .sticky-header .icon-hamburger {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -1272px; } }

.icon-favourites {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 24px;
  height: 21px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -1060px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-favourites {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -1059px; } }
  a:hover > .icon-favourites {
    background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
    background-position: 0 -1202px;
    background-repeat: repeat-y;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */ }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      a:hover > .icon-favourites {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -1201px; } }
  a.open > .icon-favourites {
    background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
    background-position: 0 -989px;
    background-repeat: repeat-y;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */ }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      a.open > .icon-favourites {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -988px; } }

.icon-favourites-add {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 24px;
  height: 21px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -989px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-favourites-add {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -988px; } }
  a:hover > .icon-favourites-add {
    background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
    background-position: 0 -918px;
    background-repeat: repeat-y;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */ }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      a:hover > .icon-favourites-add {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -917px; } }

.icon-favourites-remove {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 24px;
  height: 21px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -918px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-favourites-remove {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -917px; } }
  a:hover > .icon-favourites-remove {
    background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
    background-position: 0 -989px;
    background-repeat: repeat-y;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */ }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      a:hover > .icon-favourites-remove {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -988px; } }

.icon-search {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 20px;
  height: 19px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -2466px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-search {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -2464.5px; } }
  a:hover > .icon-search {
    background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
    background-position: 0 -2535px;
    background-repeat: repeat-y;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */ }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      a:hover > .icon-search {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -2533.5px; } }
  a.open > .icon-search {
    background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
    background-position: 0 -2397px;
    background-repeat: repeat-y;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */ }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      a.open > .icon-search {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -2395.5px; } }
  @media (min-width: 980px) {
    .sticky-header :hover > .icon-search, .sticky-header .open .icon-search {
      background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
      background-position: 0 -2397px;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 980px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 980px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 980px) and (min-device-pixel-ratio: 1.5), (min-width: 980px) and (min-resolution: 144dpi) {
    .sticky-header :hover > .icon-search, .sticky-header .open .icon-search {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -2395.5px; } }

.icon-pills,
.icon-pills {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 84px;
  height: 99px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -2248px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-pills,
    .icon-pills {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -2246.5px; } }

.icon-badge {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 77px;
  height: 99px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-badge {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 0; } }

.icon-most-trusted-brand {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 113px;
  height: 99px;
  background: url('../../images/most-trusted-brand-2017.jpg?1538985131') no-repeat; }

.icon-badge-percent {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 103px;
  height: 98px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -149px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-badge-percent {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -149px; } }
  @media (max-width: 579px) {
    .icon-badge-percent {
      width: 30px;
      height: auto; } }

.icon-info {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 76px;
  height: 98px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -1436px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-info {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -1434.5px; } }

.icon-key {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 110px;
  height: 99px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -1584px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-key {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -1582.5px; } }

.icon-payment-ec {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 28px;
  height: 23px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -1808px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-payment-ec {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -1806.5px; } }

.icon-payment-visa {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 63px;
  height: 21px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -1957px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-payment-visa {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -1955.5px; } }

.icon-payment-mastercard {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 42px;
  height: 26px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -1881px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-payment-mastercard {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -1879.5px; } }

.icon-payment-amex {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 63px;
  height: 25px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -1733px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-payment-amex {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -1731.5px; } }

.icon-tel {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 24px;
  height: 24px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -2678px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-tel {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -2676.5px; } }
  a:hover > .icon-tel {
    background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
    background-position: 0 -2604px;
    background-repeat: repeat-y;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */ }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      a:hover > .icon-tel {
        background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
        -moz-background-size: 110px 3180px;
        -o-background-size: 110px 3180px;
        -webkit-background-size: 110px 3180px;
        background-size: 110px 3180px;
        background-position: 0 -2602.5px; } }

.icon-pdf, .downloads a:before {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 21px;
  height: 21px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -2028px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-pdf, .downloads a:before {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -2026.5px; } }

.icon-twitter,
.shariff-button.twitter a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 24px;
  height: 20px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -2752px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-twitter,
    .shariff-button.twitter a {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -2750.5px; } }

.icon-email,
.shariff-button.mail a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 22px;
  height: 15px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -709px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-email,
    .shariff-button.mail a {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -708px; } }

.icon-facebook,
.shariff-button.facebook a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 13px;
  height: 23px;
  background-image: url('../../images/sprites/icons-sf6d8e6a730.png');
  background-position: 0 -774px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-facebook,
    .shariff-button.facebook a {
      background-image: url('../../images/sprites/icons-hd-s5e041b7949.png');
      -moz-background-size: 110px 3180px;
      -o-background-size: 110px 3180px;
      -webkit-background-size: 110px 3180px;
      background-size: 110px 3180px;
      background-position: 0 -773px; } }

.button-customer_compendium i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem; }

.downloads {
  list-style: none;
  padding: 0; }
  .downloads a {
    position: relative;
    padding-left: 30px; }
    .downloads a:before {
      position: absolute;
      left: 0;
      content: ' '; }

.payment-icons {
  list-style: none;
  padding: 0;
  margin-top: 24px;
  margin-top: 2.4rem; }
  .payment-icons li {
    padding: 0 2px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .payment-icons li + li {
    margin: 0; }

.article-options {
  list-style: none;
  padding: 0; }
  .article-options li {
    text-align: center; }
  .article-options a {
    color: #154193; }
    .article-options a:hover {
      font-weight: 700; }
  .article-options i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 8px; }
  .article-options span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

.article-social,
.shariff ul {
  list-style: none;
  padding: 0; }
  .article-social li,
  .shariff ul li {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .article-social li + li,
  .shariff ul li + li {
    margin: 0; }

.checkout-progress {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; }
  .checkout-progress li {
    margin: 0 0 2.12766%;
    padding: 6px 20px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    border: 1px solid #c4c4c2;
    color: #c4c4c2;
    text-align: center;
    white-space: nowrap; }
    .checkout-progress li.done {
      color: #313131;
      border-color: #313131; }
    .checkout-progress li.running {
      color: white;
      border-color: #154193;
      background-color: #154193; }
  @media (min-width: 400px) {
    .checkout-progress {
      display: block; }
      .checkout-progress li {
        width: 47.82609%;
        float: left; }
        .checkout-progress li:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .checkout-progress li:nth-child(2n + 2) {
          margin-left: 52.17391%;
          margin-right: -100%;
          clear: none; } }
  @media (min-width: 740px) {
    .checkout-progress li {
      width: 23.40426%;
      float: left; }
      .checkout-progress li:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .checkout-progress li:nth-child(4n + 2) {
        margin-left: 25.53191%;
        margin-right: -100%;
        clear: none; }
      .checkout-progress li:nth-child(4n + 3) {
        margin-left: 51.06383%;
        margin-right: -100%;
        clear: none; }
      .checkout-progress li:nth-child(4n + 4) {
        margin-left: 76.59574%;
        margin-right: -100%;
        clear: none; } }

a.btn-replace,
button.btn-replace {
  display: none; }

.js input.btn-replace {
  display: none; }
.js a.btn-replace,
.js button.btn-replace {
  display: inline-block; }

::-webkit-input-placeholder {
  color: #9d9ea0;
  font-style: italic;
  font-weight: 300; }

::-moz-placeholder {
  color: #9d9ea0;
  font-style: italic;
  font-weight: 300; }

input:-moz-placeholder {
  color: #9d9ea0;
  font-style: italic;
  font-weight: 300; }

:-ms-input-placeholder {
  color: #9d9ea0;
  font-style: italic;
  font-weight: 300; }

input,
button,
select,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Open Sans", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type='text'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='time'],
input[type='month'],
input[type='week'],
input[type='datetime'],
input[type='datetime-local'],
select,
textarea {
  display: inline-block;
  position: relative;
  margin: 4px 0;
  border: 1px solid #c4c4c2;
  padding: 7px 6px;
  line-height: normal;
  outline: none;
  background-color: white;
  font-weight: 400;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  input[type='text']:hover,
  input[type='password']:hover,
  input[type='number']:hover,
  input[type='tel']:hover,
  input[type='email']:hover,
  input[type='url']:hover,
  input[type='date']:hover,
  input[type='time']:hover,
  input[type='month']:hover,
  input[type='week']:hover,
  input[type='datetime']:hover,
  input[type='datetime-local']:hover,
  select:hover,
  textarea:hover {
    border-color: #154193;
    background-color: white; }
  input[type='text']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  input[type='time']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  select:focus,
  textarea:focus {
    border-color: #154193;
    background-color: white;
    -moz-box-shadow: inset 0 0 3px rgba(21, 65, 147, 0.7);
    -webkit-box-shadow: inset 0 0 3px rgba(21, 65, 147, 0.7);
    box-shadow: inset 0 0 3px rgba(21, 65, 147, 0.7); }
  input[type='text'].error,
  input[type='password'].error,
  input[type='number'].error,
  input[type='tel'].error,
  input[type='email'].error,
  input[type='url'].error,
  input[type='date'].error,
  input[type='time'].error,
  input[type='month'].error,
  input[type='week'].error,
  input[type='datetime'].error,
  input[type='datetime-local'].error,
  select.error,
  textarea.error {
    border: 1px solid white;
    color: white; }

.label.req + input[type='text'],
.label.req + input[type='password'],
.label.req + input[type='number'],
.label.req + input[type='tel'],
.label.req + input[type='email'],
.label.req + input[type='url'],
.label.req + input[type='date'],
.label.req + input[type='time'],
.label.req + input[type='month'],
.label.req + input[type='week'],
.label.req + input[type='datetime'],
.label.req + input[type='datetime-local'],
.label.req + textarea,
.label.req + select,
.label.required + input[type='text'],
.label.required + input[type='password'],
.label.required + input[type='number'],
.label.required + input[type='tel'],
.label.required + input[type='email'],
.label.required + input[type='url'],
.label.required + input[type='date'],
.label.required + input[type='time'],
.label.required + input[type='month'],
.label.required + input[type='week'],
.label.required + input[type='datetime'],
.label.required + input[type='datetime-local'],
.label.required + textarea,
.label.required + select {
  border-color: #c4c4c2;
  background: white; }
  .label.req + input[type='text']:hover,
  .label.req + input[type='password']:hover,
  .label.req + input[type='number']:hover,
  .label.req + input[type='tel']:hover,
  .label.req + input[type='email']:hover,
  .label.req + input[type='url']:hover,
  .label.req + input[type='date']:hover,
  .label.req + input[type='time']:hover,
  .label.req + input[type='month']:hover,
  .label.req + input[type='week']:hover,
  .label.req + input[type='datetime']:hover,
  .label.req + input[type='datetime-local']:hover,
  .label.req + textarea:hover,
  .label.req + select:hover,
  .label.required + input[type='text']:hover,
  .label.required + input[type='password']:hover,
  .label.required + input[type='number']:hover,
  .label.required + input[type='tel']:hover,
  .label.required + input[type='email']:hover,
  .label.required + input[type='url']:hover,
  .label.required + input[type='date']:hover,
  .label.required + input[type='time']:hover,
  .label.required + input[type='month']:hover,
  .label.required + input[type='week']:hover,
  .label.required + input[type='datetime']:hover,
  .label.required + input[type='datetime-local']:hover,
  .label.required + textarea:hover,
  .label.required + select:hover {
    border-color: #154193; }
  .label.req + input[type='text']:focus,
  .label.req + input[type='password']:focus,
  .label.req + input[type='number']:focus,
  .label.req + input[type='tel']:focus,
  .label.req + input[type='email']:focus,
  .label.req + input[type='url']:focus,
  .label.req + input[type='date']:focus,
  .label.req + input[type='time']:focus,
  .label.req + input[type='month']:focus,
  .label.req + input[type='week']:focus,
  .label.req + input[type='datetime']:focus,
  .label.req + input[type='datetime-local']:focus,
  .label.req + textarea:focus,
  .label.req + select:focus,
  .label.required + input[type='text']:focus,
  .label.required + input[type='password']:focus,
  .label.required + input[type='number']:focus,
  .label.required + input[type='tel']:focus,
  .label.required + input[type='email']:focus,
  .label.required + input[type='url']:focus,
  .label.required + input[type='date']:focus,
  .label.required + input[type='time']:focus,
  .label.required + input[type='month']:focus,
  .label.required + input[type='week']:focus,
  .label.required + input[type='datetime']:focus,
  .label.required + input[type='datetime-local']:focus,
  .label.required + textarea:focus,
  .label.required + select:focus {
    border-color: #154193; }
  .label.req + input[type='text'].error,
  .label.req + input[type='password'].error,
  .label.req + input[type='number'].error,
  .label.req + input[type='tel'].error,
  .label.req + input[type='email'].error,
  .label.req + input[type='url'].error,
  .label.req + input[type='date'].error,
  .label.req + input[type='time'].error,
  .label.req + input[type='month'].error,
  .label.req + input[type='week'].error,
  .label.req + input[type='datetime'].error,
  .label.req + input[type='datetime-local'].error,
  .label.req + textarea.error,
  .label.req + select.error,
  .label.required + input[type='text'].error,
  .label.required + input[type='password'].error,
  .label.required + input[type='number'].error,
  .label.required + input[type='tel'].error,
  .label.required + input[type='email'].error,
  .label.required + input[type='url'].error,
  .label.required + input[type='date'].error,
  .label.required + input[type='time'].error,
  .label.required + input[type='month'].error,
  .label.required + input[type='week'].error,
  .label.required + input[type='datetime'].error,
  .label.required + input[type='datetime-local'].error,
  .label.required + textarea.error,
  .label.required + select.error {
    border: 1px solid white;
    color: white; }

select {
  padding: 7px 6px; }

textarea {
  overflow-y: auto; }

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent; }
  fieldset .legend {
    margin-top: 0; }
  fieldset + fieldset {
    margin-top: 48px; }

.formrow .label {
  font-size: 16px;
  color: #313131;
  word-spacing: normal; }
  .formrow .label.req:after, .formrow .label.required:after {
    content: '*';
    font-weight: 400;
    line-height: 17px; }
.formrow > .label {
  display: none; }
.formrow .formitem {
  display: inline-block;
  word-spacing: normal;
  vertical-align: baseline;
  position: relative;
  width: 100%; }
  .formrow .formitem > * {
    float: left; }
  .formrow .formitem > .label {
    float: none;
    display: block; }
  .formrow .formitem input[type="text"],
  .formrow .formitem input[type="password"],
  .formrow .formitem input[type="number"],
  .formrow .formitem input[type="tel"],
  .formrow .formitem input[type="email"],
  .formrow .formitem input[type="url"],
  .formrow .formitem input[type="date"],
  .formrow .formitem input[type="time"],
  .formrow .formitem input[type="month"],
  .formrow .formitem input[type="week"],
  .formrow .formitem input[type="datetime"],
  .formrow .formitem input[type="datetime-local"],
  .formrow .formitem select,
  .formrow .formitem textarea {
    width: 100%; }
  .formrow .formitem label.error {
    clear: left;
    font-size: 13px;
    font-weight: bold;
    color: white; }
  .formrow .formitem .ticks {
    padding: 5px 0 0; }
    .formrow .formitem .ticks label {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      display: inline-block;
      color: #585857; }
      .formrow .formitem .ticks label:hover {
        color: #313131; }
      .formrow .formitem .ticks label input.checked ~ span {
        color: #313131; }
      .formrow .formitem .ticks label input:checked ~ span {
        color: #313131; }
      .formrow .formitem .ticks label > span {
        display: block;
        margin: 0 15px 5px 20px;
        cursor: default; }
      .formrow .formitem .ticks label input[type="checkbox"],
      .formrow .formitem .ticks label input[type="radio"] {
        float: left;
        margin: 6px -9px 0 0; }
        .formrow .formitem .ticks label input[type="checkbox"].error ~ span,
        .formrow .formitem .ticks label input[type="radio"].error ~ span {
          color: white; }

@media (min-width: 580px) {
  fieldset {
    margin: 0; }

  .formrow {
    font-size: 0.1%;
    line-height: 0;
    word-spacing: -0.3em;
    margin-right: -20px; }
    .formrow .formitem {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      padding-right: 20px; }
      .formrow .formitem:last-child {
        margin-right: -99px; }
      .formrow .formitem:before {
        content: '\00a0';
        display: block;
        font-size: 16px;
        /*
        line-height: $form-line-height;
        font-size: $form-label-font-size;
        line-height: 15px;
        height: 15px;
        */
        margin-top: -15px; }

  .grid {
    margin-right: -20px; }
    .grid:after {
      content: '';
      display: table;
      clear: both; }

  .grid [class^="col-"],
  .grid [class*=" col-"] {
    float: left;
    padding-right: 20px; }

  .col-1of1, .formrow .formitem.col-1of1 {
    width: 100%; }

  .col-1of2, .formrow .formitem.col-1of2 {
    width: 50%; }

  .col-1of3, .formrow .formitem.col-1of3 {
    width: 33.33333333%; }

  .col-2of3, .formrow .formitem.col-2of3 {
    width: 66.66666666%; }

  .col-1of4, .formrow .formitem.col-1of4 {
    width: 25%; }

  .col-3of4, .formrow .formitem.col-3of4 {
    width: 75%; }

  .col-1of5, .formrow .formitem.col-1of5 {
    width: 20%; }

  .col-2of5, .formrow .formitem.col-2of5 {
    width: 40%; }

  .col-3of5, .formrow .formitem.col-3of5 {
    width: 60%; }

  .col-4of5, .formrow .formitem.col-4of5 {
    width: 80%; } }
@media (min-width: 980px) {
  .wideform .formrow {
    padding-left: 25%; }
    .wideform .formrow > .label {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      display: inline-block;
      vertical-align: top;
      margin-left: -33.33333%;
      padding: 13px 20px 20px 6.66667px;
      width: 33.33333%; }
    .wideform .formrow .formitem {
      vertical-align: top; }
      .wideform .formrow .formitem:before {
        content: none; }
      .wideform .formrow .formitem > .label {
        display: none; }
      .wideform .formrow .formitem .ticks,
      .wideform .formrow .formitem .rating {
        padding-top: 8px; } }
.formrow .btn, .formrow .button {
  margin-right: 20px; }
  .formrow .btn.btn-proceed, .formrow .btn-proceed.button {
    float: right;
    margin-right: 0; }

.form-notice,
.form-notice-success {
  display: none; }

fieldset .legend {
  text-align: center;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.formError {
  clear: both;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: white;
  background-color: #ec0e0e;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 2px 5px;
  padding: 0.2rem 0.5rem;
  position: relative;
  top: 2px;
  left: 0;
  margin: 0 0 5px;
  margin: 0 0 0.5rem; }
  .formError:before {
    content: '';
    display: block;
    position: absolute;
    border: 5px solid transparent;
    border-bottom: 5px solid #ec0e0e;
    border-top: 0;
    height: 0;
    width: 0;
    top: -5px;
    left: 5px; }

.input-quantity {
  width: 60px;
  text-align: center; }

.custom-select,
.custom-input {
  padding: 0;
  margin: 4px 0;
  border: 1px solid;
  border-color: #c4c4c2;
  overflow: hidden;
  background-color: white;
  position: relative;
  width: 100%;
  transition: 0.1s all linear; }
  .custom-select:hover,
  .custom-input:hover {
    border-color: #154193; }
  .custom-select.focus,
  .custom-input.focus {
    border-color: #154193;
    -moz-box-shadow: inset 0 0 3px rgba(21, 65, 147, 0.7);
    -webkit-box-shadow: inset 0 0 3px rgba(21, 65, 147, 0.7);
    box-shadow: inset 0 0 3px rgba(21, 65, 147, 0.7); }
  .custom-select input[type='text'],
  .custom-select input[type='password'],
  .custom-select input[type='number'],
  .custom-select input[type='tel'],
  .custom-select input[type='email'],
  .custom-select input[type='url'],
  .custom-select input[type='date'],
  .custom-select input[type='time'],
  .custom-select input[type='month'],
  .custom-select input[type='week'],
  .custom-select input[type='datetime'],
  .custom-select input[type='datetime-local'],
  .custom-select select,
  .custom-select textarea,
  .custom-input input[type='text'],
  .custom-input input[type='password'],
  .custom-input input[type='number'],
  .custom-input input[type='tel'],
  .custom-input input[type='email'],
  .custom-input input[type='url'],
  .custom-input input[type='date'],
  .custom-input input[type='time'],
  .custom-input input[type='month'],
  .custom-input input[type='week'],
  .custom-input input[type='datetime'],
  .custom-input input[type='datetime-local'],
  .custom-input select,
  .custom-input textarea {
    margin: 0;
    padding: 7px 6px;
    width: 100%;
    border: 0;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .custom-select input[type='text']:focus,
    .custom-select input[type='password']:focus,
    .custom-select input[type='number']:focus,
    .custom-select input[type='tel']:focus,
    .custom-select input[type='email']:focus,
    .custom-select input[type='url']:focus,
    .custom-select input[type='date']:focus,
    .custom-select input[type='time']:focus,
    .custom-select input[type='month']:focus,
    .custom-select input[type='week']:focus,
    .custom-select input[type='datetime']:focus,
    .custom-select input[type='datetime-local']:focus,
    .custom-select select:focus,
    .custom-select textarea:focus,
    .custom-input input[type='text']:focus,
    .custom-input input[type='password']:focus,
    .custom-input input[type='number']:focus,
    .custom-input input[type='tel']:focus,
    .custom-input input[type='email']:focus,
    .custom-input input[type='url']:focus,
    .custom-input input[type='date']:focus,
    .custom-input input[type='time']:focus,
    .custom-input input[type='month']:focus,
    .custom-input input[type='week']:focus,
    .custom-input input[type='datetime']:focus,
    .custom-input input[type='datetime-local']:focus,
    .custom-input select:focus,
    .custom-input textarea:focus {
      outline: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.custom-input textarea {
  resize: none; }

.custom-select select {
  padding: 7px 6px;
  padding-right: 40px; }
.custom-select:after {
  border: solid transparent;
  color: #c4c4c2;
  font-family: "icomoon";
  content: '\e93a';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  pointer-events: none;
  z-index: 100;
  text-align: center;
  transition: 0.1s all linear; }
.custom-select:hover:after {
  color: #154193; }
.custom-select.focus:after {
  color: #154193; }

:not(.wideform) .formrow .formitem.floatlabel {
  padding-top: 20px;
  vertical-align: top; }
  :not(.wideform) .formrow .formitem.floatlabel input,
  :not(.wideform) .formrow .formitem.floatlabel textarea,
  :not(.wideform) .formrow .formitem.floatlabel select {
    position: relative;
    z-index: 2; }
  :not(.wideform) .formrow .formitem.floatlabel:before {
    content: '';
    margin-top: 0; }
  :not(.wideform) .formrow .formitem.floatlabel .label {
    position: absolute;
    top: 33px;
    left: 10px;
    font-size: 16px;
    color: #313131;
    height: 20px;
    line-height: 20px;
    transition: 0.1s all linear;
    cursor: text;
    z-index: 1; }
  :not(.wideform) .formrow .formitem.floatlabel.active .label, :not(.wideform) .formrow .formitem.floatlabel.focus .label {
    top: 4px;
    left: 0;
    padding: 0 5px;
    font-size: 12px; }
  :not(.wideform) .formrow .formitem.floatlabel.active .label {
    background: #c4c4c2; }
    :not(.wideform) .formrow .formitem.floatlabel.active .label, :not(.wideform) .formrow .formitem.floatlabel.active .label:after {
      color: white; }
  :not(.wideform) .formrow .formitem.floatlabel.focus .label {
    background: #154193; }
  :not(.wideform) .formrow .formitem.floatlabel, :not(.wideform) .formrow .formitem.floatlabel:after {
    color: white; }

.btn, .button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "Open Sans", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 4px 0;
  cursor: pointer;
  background-image: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }
  .btn:hover, .button:hover, .btn.hover, .hover.button, .btn:focus, .button:focus {
    text-decoration: none; }
  .btn:active, .button:active, .btn.active, .active.button, .btn.open, .open.button {
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
    background-image: none;
    text-decoration: none; }

.btn, .button, .btn:visited, .button:visited, .btn.disabled, .disabled.button, .btn.disabled:hover, .disabled.button:hover, .btn.disabled.hover, .disabled.hover.button, .btn.disabled:focus, .disabled.button:focus, .btn.disabled:active, .disabled.button:active, .btn.disabled.active, .disabled.active.button, .btn.disabled.open, .disabled.open.button, .btn[disabled], [disabled].button, .btn[disabled]:hover, [disabled].button:hover, .btn[disabled].hover, [disabled].hover.button, .btn[disabled]:focus, [disabled].button:focus, .btn[disabled]:active, [disabled].button:active, .btn[disabled].active, [disabled].active.button, .btn[disabled].open, [disabled].open.button {
  color: #313131;
  background-color: transparent;
  border-color: #313131; }
.btn:hover, .button:hover, .btn.hover, .hover.button, .btn:focus, .button:focus {
  color: white;
  background-color: #154193;
  border-color: #154193; }
.btn:active, .button:active, .btn.active, .active.button, .btn.open, .open.button {
  color: white;
  background-color: #313131;
  border-color: #313131; }

.btn-primary, .btn-primary:visited, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled.hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary.disabled.open, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled].hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, .btn-primary[disabled].open {
  color: white;
  background-color: #154193;
  border-color: #154193; }
.btn-primary:hover, .btn-primary.hover, .btn-primary:focus {
  color: white;
  background-color: #313131;
  border-color: #313131; }
.btn-primary:active, .btn-primary.active, .btn-primary.open {
  color: white;
  background-color: black;
  border-color: black; }

.btn-microsite, .btn-microsite:visited, .btn-microsite.disabled, .btn-microsite.disabled:hover, .btn-microsite.disabled.hover, .btn-microsite.disabled:focus, .btn-microsite.disabled:active, .btn-microsite.disabled.active, .btn-microsite.disabled.open, .btn-microsite[disabled], .btn-microsite[disabled]:hover, .btn-microsite[disabled].hover, .btn-microsite[disabled]:focus, .btn-microsite[disabled]:active, .btn-microsite[disabled].active, .btn-microsite[disabled].open {
  color: white;
  background-color: #ec0e0e;
  border-color: #ec0e0e; }
.btn-microsite:hover, .btn-microsite.hover, .btn-microsite:focus {
  color: white;
  background-color: #313131;
  border-color: #313131; }
.btn-microsite:active, .btn-microsite.active, .btn-microsite.open {
  color: white;
  background-color: black;
  border-color: black; }

.btn-grey, .btn-grey:visited, .btn-grey.disabled, .btn-grey.disabled:hover, .btn-grey.disabled.hover, .btn-grey.disabled:focus, .btn-grey.disabled:active, .btn-grey.disabled.active, .btn-grey.disabled.open, .btn-grey[disabled], .btn-grey[disabled]:hover, .btn-grey[disabled].hover, .btn-grey[disabled]:focus, .btn-grey[disabled]:active, .btn-grey[disabled].active, .btn-grey[disabled].open {
  color: #313131;
  background-color: #f3f2ed;
  border-color: #f3f2ed; }
.btn-grey:hover, .btn-grey.hover, .btn-grey:focus {
  color: #313131;
  background-color: #f3f2ed;
  border-color: #f3f2ed; }
.btn-grey:active, .btn-grey.active, .btn-grey.open {
  color: #313131;
  background-color: #f3f2ed;
  border-color: #f3f2ed; }

.btn-lite, .btn-lite:visited, .btn-lite.disabled, .btn-lite.disabled:hover, .btn-lite.disabled.hover, .btn-lite.disabled:focus, .btn-lite.disabled:active, .btn-lite.disabled.active, .btn-lite.disabled.open, .btn-lite[disabled], .btn-lite[disabled]:hover, .btn-lite[disabled].hover, .btn-lite[disabled]:focus, .btn-lite[disabled]:active, .btn-lite[disabled].active, .btn-lite[disabled].open {
  color: #585857;
  background-color: transparent;
  border-color: #c4c4c2; }
.btn-lite:hover, .btn-lite.hover, .btn-lite:focus {
  color: white;
  background-color: #154193;
  border-color: #154193; }
.btn-lite:active, .btn-lite.active, .btn-lite.open {
  color: white;
  background-color: #313131;
  border-color: #313131; }

.btn-white, .btn-white:visited, .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled.hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white.disabled.open, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled].hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, .btn-white[disabled].open {
  color: white;
  background-color: transparent;
  border-color: white; }
.btn-white:hover, .btn-white.hover, .btn-white:focus {
  color: white;
  background-color: #154193;
  border-color: #154193; }
.btn-white:active, .btn-white.active, .btn-white.open {
  color: white;
  background-color: #313131;
  border-color: #313131; }

.btn, .button {
  font-size: 16px;
  padding: 7px 20px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px; }

.btn-big {
  font-size: 20px;
  padding: 16px 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px; }

button[disabled],
fieldset[disabled] button,
.disabled,
.btn[disabled],
[disabled].button {
  cursor: not-allowed;
  box-shadow: none !important; }

.btn-full {
  width: 100%; }

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .button {
    position: relative;
    float: left;
    z-index: 1; }
  .btn-group > .btn:not(:first-child):not(:last-child), .btn-group > .button:not(:first-child):not(:last-child) {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .btn-group > .btn:first-child:not(:last-child), .btn-group > .button:first-child:not(:last-child) {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }
  .btn-group > .btn:last-child:not(:first-child), .btn-group > .button:last-child:not(:first-child) {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0; }
  .btn-group .btn + .btn, .btn-group .button + .btn, .btn-group .btn + .button, .btn-group .button + .button,
  .btn-group .btn + .btn-group,
  .btn-group .button + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .button,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .btn-group > .btn:hover, .btn-group > .button:hover,
  .btn-group > .btn:active,
  .btn-group > .button:active,
  .btn-group > .btn.active,
  .btn-group > .active.button,
  .btn-group > .btn.open,
  .btn-group > .open.button {
    z-index: 2; }
  .btn-group > .btn-grey:hover,
  .btn-group > .btn-grey:active {
    z-index: 1; }

.infinite-more-link {
  margin-top: 24px; }

.btn--loading .anim {
  height: 24px;
  width: 24px;
  animation: rotation 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: none; }
.btn--loading.loading {
  background-color: #313131; }
  .btn--loading.loading .btn__content {
    display: none; }
  .btn--loading.loading .anim {
    display: block;
    margin: auto; }

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.infinite-more-link {
  max-width: 300px;
  margin-top: 48px;
  margin-top: 4.8rem; }
  .infinite-more-link .btn__content i {
    display: block;
    float: left; }
  .infinite-more-link .btn__content span + i {
    float: right; }
  .infinite-more-link .btn__content {
    display: block; }
  .infinite-more-link span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

.btn .icomoon, .button .icomoon {
  font-size: 20px;
  position: relative;
  top: 2px; }

.btn-return {
  padding-left: 10px; }
  .btn-return i {
    margin-right: 5px; }

.btn-proceed {
  padding-right: 10px; }
  .btn-proceed i {
    margin-left: 5px; }

.btn-grey:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.tab-content {
  margin-top: 24px; }

.accordion-container .accordion-toggle {
  position: relative;
  cursor: pointer;
  background-color: #f9f8f6;
  border-top: 1px solid white;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0;
  color: #313131; }
  .accordion-container .accordion-toggle.accordion-open {
    font-weight: 600; }
  .accordion-container .accordion-toggle:before {
    position: absolute;
    right: 20px;
    font-family: "icomoon";
    font-weight: 700;
    color: black;
    content: '\e93a'; }
  .accordion-container .accordion-toggle:hover, .accordion-container .accordion-toggle:hover:before {
    color: #154193; }
  .accordion-container .accordion-toggle.accordion-open:before {
    content: '\e939'; }
.accordion-container .accordion-toggle.accordion-open,
.accordion-container .accordion-content.accordion-open {
  background-color: #f3f2ed; }
.accordion-container .accordion-content {
  background-color: #f9f8f6;
  display: none;
  margin: 0;
  padding: 10px 20px 20px; }

table {
  max-width: 100%; }

th {
  text-align: left; }

.table,
table:not([class]),
table[class=""],
table.table-default,
table.overviewTable {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  empty-cells: show; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td,
  table:not([class]) > thead > tr > th,
  table:not([class]) > thead > tr > td,
  table:not([class]) > tbody > tr > th,
  table:not([class]) > tbody > tr > td,
  table:not([class]) > tfoot > tr > th,
  table:not([class]) > tfoot > tr > td,
  table[class=""] > thead > tr > th,
  table[class=""] > thead > tr > td,
  table[class=""] > tbody > tr > th,
  table[class=""] > tbody > tr > td,
  table[class=""] > tfoot > tr > th,
  table[class=""] > tfoot > tr > td,
  table.table-default > thead > tr > th,
  table.table-default > thead > tr > td,
  table.table-default > tbody > tr > th,
  table.table-default > tbody > tr > td,
  table.table-default > tfoot > tr > th,
  table.table-default > tfoot > tr > td,
  table.overviewTable > thead > tr > th,
  table.overviewTable > thead > tr > td,
  table.overviewTable > tbody > tr > th,
  table.overviewTable > tbody > tr > td,
  table.overviewTable > tfoot > tr > th,
  table.overviewTable > tfoot > tr > td {
    padding: 10px;
    line-height: 24px;
    vertical-align: top;
    border: 2px solid white;
    background-color: #fdfcfb;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem; }
    .table > thead > tr > th h2,
    .table > thead > tr > th h3,
    .table > thead > tr > td h2,
    .table > thead > tr > td h3,
    .table > tbody > tr > th h2,
    .table > tbody > tr > th h3,
    .table > tbody > tr > td h2,
    .table > tbody > tr > td h3,
    .table > tfoot > tr > th h2,
    .table > tfoot > tr > th h3,
    .table > tfoot > tr > td h2,
    .table > tfoot > tr > td h3,
    table:not([class]) > thead > tr > th h2,
    table:not([class]) > thead > tr > th h3,
    table:not([class]) > thead > tr > td h2,
    table:not([class]) > thead > tr > td h3,
    table:not([class]) > tbody > tr > th h2,
    table:not([class]) > tbody > tr > th h3,
    table:not([class]) > tbody > tr > td h2,
    table:not([class]) > tbody > tr > td h3,
    table:not([class]) > tfoot > tr > th h2,
    table:not([class]) > tfoot > tr > th h3,
    table:not([class]) > tfoot > tr > td h2,
    table:not([class]) > tfoot > tr > td h3,
    table[class=""] > thead > tr > th h2,
    table[class=""] > thead > tr > th h3,
    table[class=""] > thead > tr > td h2,
    table[class=""] > thead > tr > td h3,
    table[class=""] > tbody > tr > th h2,
    table[class=""] > tbody > tr > th h3,
    table[class=""] > tbody > tr > td h2,
    table[class=""] > tbody > tr > td h3,
    table[class=""] > tfoot > tr > th h2,
    table[class=""] > tfoot > tr > th h3,
    table[class=""] > tfoot > tr > td h2,
    table[class=""] > tfoot > tr > td h3,
    table.table-default > thead > tr > th h2,
    table.table-default > thead > tr > th h3,
    table.table-default > thead > tr > td h2,
    table.table-default > thead > tr > td h3,
    table.table-default > tbody > tr > th h2,
    table.table-default > tbody > tr > th h3,
    table.table-default > tbody > tr > td h2,
    table.table-default > tbody > tr > td h3,
    table.table-default > tfoot > tr > th h2,
    table.table-default > tfoot > tr > th h3,
    table.table-default > tfoot > tr > td h2,
    table.table-default > tfoot > tr > td h3,
    table.overviewTable > thead > tr > th h2,
    table.overviewTable > thead > tr > th h3,
    table.overviewTable > thead > tr > td h2,
    table.overviewTable > thead > tr > td h3,
    table.overviewTable > tbody > tr > th h2,
    table.overviewTable > tbody > tr > th h3,
    table.overviewTable > tbody > tr > td h2,
    table.overviewTable > tbody > tr > td h3,
    table.overviewTable > tfoot > tr > th h2,
    table.overviewTable > tfoot > tr > th h3,
    table.overviewTable > tfoot > tr > td h2,
    table.overviewTable > tfoot > tr > td h3 {
      margin: 0; }
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td,
  table:not([class]) > thead > tr > td,
  table:not([class]) > tbody > tr > td,
  table:not([class]) > tfoot > tr > td,
  table[class=""] > thead > tr > td,
  table[class=""] > tbody > tr > td,
  table[class=""] > tfoot > tr > td,
  table.table-default > thead > tr > td,
  table.table-default > tbody > tr > td,
  table.table-default > tfoot > tr > td,
  table.overviewTable > thead > tr > td,
  table.overviewTable > tbody > tr > td,
  table.overviewTable > tfoot > tr > td {
    font-weight: 300; }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  table:not([class]) > thead > tr > th,
  table:not([class]) > tbody > tr > th,
  table:not([class]) > tfoot > tr > th,
  table[class=""] > thead > tr > th,
  table[class=""] > tbody > tr > th,
  table[class=""] > tfoot > tr > th,
  table.table-default > thead > tr > th,
  table.table-default > tbody > tr > th,
  table.table-default > tfoot > tr > th,
  table.overviewTable > thead > tr > th,
  table.overviewTable > tbody > tr > th,
  table.overviewTable > tfoot > tr > th {
    font-weight: 700; }
  .table > thead > tr:nth-child(2n) > th,
  .table > thead > tr:nth-child(2n) > td,
  .table > tbody > tr:nth-child(2n) > th,
  .table > tbody > tr:nth-child(2n) > td,
  .table > tfoot > tr:nth-child(2n) > th,
  .table > tfoot > tr:nth-child(2n) > td,
  table:not([class]) > thead > tr:nth-child(2n) > th,
  table:not([class]) > thead > tr:nth-child(2n) > td,
  table:not([class]) > tbody > tr:nth-child(2n) > th,
  table:not([class]) > tbody > tr:nth-child(2n) > td,
  table:not([class]) > tfoot > tr:nth-child(2n) > th,
  table:not([class]) > tfoot > tr:nth-child(2n) > td,
  table[class=""] > thead > tr:nth-child(2n) > th,
  table[class=""] > thead > tr:nth-child(2n) > td,
  table[class=""] > tbody > tr:nth-child(2n) > th,
  table[class=""] > tbody > tr:nth-child(2n) > td,
  table[class=""] > tfoot > tr:nth-child(2n) > th,
  table[class=""] > tfoot > tr:nth-child(2n) > td,
  table.table-default > thead > tr:nth-child(2n) > th,
  table.table-default > thead > tr:nth-child(2n) > td,
  table.table-default > tbody > tr:nth-child(2n) > th,
  table.table-default > tbody > tr:nth-child(2n) > td,
  table.table-default > tfoot > tr:nth-child(2n) > th,
  table.table-default > tfoot > tr:nth-child(2n) > td,
  table.overviewTable > thead > tr:nth-child(2n) > th,
  table.overviewTable > thead > tr:nth-child(2n) > td,
  table.overviewTable > tbody > tr:nth-child(2n) > th,
  table.overviewTable > tbody > tr:nth-child(2n) > td,
  table.overviewTable > tfoot > tr:nth-child(2n) > th,
  table.overviewTable > tfoot > tr:nth-child(2n) > td {
    background-color: #f9f8f6; }
  .table > thead > tr > td.active > td, .table > thead > tr > td.active > th, .table > thead tr > th.active > td, .table > thead tr > th.active > th,
  .table > thead > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr > td.active > td,
  .table > tbody > tr > td.active > th,
  .table > tbody tr > th.active > td,
  .table > tbody tr > th.active > th,
  .table > tbody > tr.active > td,
  .table > tbody > tr.active > th,
  .table > tfoot > tr > td.active > td,
  .table > tfoot > tr > td.active > th,
  .table > tfoot tr > th.active > td,
  .table > tfoot tr > th.active > th,
  .table > tfoot > tr.active > td,
  .table > tfoot > tr.active > th,
  table:not([class]) > thead > tr > td.active > td,
  table:not([class]) > thead > tr > td.active > th,
  table:not([class]) > thead tr > th.active > td,
  table:not([class]) > thead tr > th.active > th,
  table:not([class]) > thead > tr.active > td,
  table:not([class]) > thead > tr.active > th,
  table:not([class]) > tbody > tr > td.active > td,
  table:not([class]) > tbody > tr > td.active > th,
  table:not([class]) > tbody tr > th.active > td,
  table:not([class]) > tbody tr > th.active > th,
  table:not([class]) > tbody > tr.active > td,
  table:not([class]) > tbody > tr.active > th,
  table:not([class]) > tfoot > tr > td.active > td,
  table:not([class]) > tfoot > tr > td.active > th,
  table:not([class]) > tfoot tr > th.active > td,
  table:not([class]) > tfoot tr > th.active > th,
  table:not([class]) > tfoot > tr.active > td,
  table:not([class]) > tfoot > tr.active > th,
  table[class=""] > thead > tr > td.active > td,
  table[class=""] > thead > tr > td.active > th,
  table[class=""] > thead tr > th.active > td,
  table[class=""] > thead tr > th.active > th,
  table[class=""] > thead > tr.active > td,
  table[class=""] > thead > tr.active > th,
  table[class=""] > tbody > tr > td.active > td,
  table[class=""] > tbody > tr > td.active > th,
  table[class=""] > tbody tr > th.active > td,
  table[class=""] > tbody tr > th.active > th,
  table[class=""] > tbody > tr.active > td,
  table[class=""] > tbody > tr.active > th,
  table[class=""] > tfoot > tr > td.active > td,
  table[class=""] > tfoot > tr > td.active > th,
  table[class=""] > tfoot tr > th.active > td,
  table[class=""] > tfoot tr > th.active > th,
  table[class=""] > tfoot > tr.active > td,
  table[class=""] > tfoot > tr.active > th,
  table.table-default > thead > tr > td.active > td,
  table.table-default > thead > tr > td.active > th,
  table.table-default > thead tr > th.active > td,
  table.table-default > thead tr > th.active > th,
  table.table-default > thead > tr.active > td,
  table.table-default > thead > tr.active > th,
  table.table-default > tbody > tr > td.active > td,
  table.table-default > tbody > tr > td.active > th,
  table.table-default > tbody tr > th.active > td,
  table.table-default > tbody tr > th.active > th,
  table.table-default > tbody > tr.active > td,
  table.table-default > tbody > tr.active > th,
  table.table-default > tfoot > tr > td.active > td,
  table.table-default > tfoot > tr > td.active > th,
  table.table-default > tfoot tr > th.active > td,
  table.table-default > tfoot tr > th.active > th,
  table.table-default > tfoot > tr.active > td,
  table.table-default > tfoot > tr.active > th,
  table.overviewTable > thead > tr > td.active > td,
  table.overviewTable > thead > tr > td.active > th,
  table.overviewTable > thead tr > th.active > td,
  table.overviewTable > thead tr > th.active > th,
  table.overviewTable > thead > tr.active > td,
  table.overviewTable > thead > tr.active > th,
  table.overviewTable > tbody > tr > td.active > td,
  table.overviewTable > tbody > tr > td.active > th,
  table.overviewTable > tbody tr > th.active > td,
  table.overviewTable > tbody tr > th.active > th,
  table.overviewTable > tbody > tr.active > td,
  table.overviewTable > tbody > tr.active > th,
  table.overviewTable > tfoot > tr > td.active > td,
  table.overviewTable > tfoot > tr > td.active > th,
  table.overviewTable > tfoot tr > th.active > td,
  table.overviewTable > tfoot tr > th.active > th,
  table.overviewTable > tfoot > tr.active > td,
  table.overviewTable > tfoot > tr.active > th {
    background-color: #eeede6; }
  .table > thead > tr > td.info > td, .table > thead > tr > td.info > th, .table > thead tr > th.info > td, .table > thead tr > th.info > th,
  .table > thead > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr > td.info > td,
  .table > tbody > tr > td.info > th,
  .table > tbody tr > th.info > td,
  .table > tbody tr > th.info > th,
  .table > tbody > tr.info > td,
  .table > tbody > tr.info > th,
  .table > tfoot > tr > td.info > td,
  .table > tfoot > tr > td.info > th,
  .table > tfoot tr > th.info > td,
  .table > tfoot tr > th.info > th,
  .table > tfoot > tr.info > td,
  .table > tfoot > tr.info > th,
  table:not([class]) > thead > tr > td.info > td,
  table:not([class]) > thead > tr > td.info > th,
  table:not([class]) > thead tr > th.info > td,
  table:not([class]) > thead tr > th.info > th,
  table:not([class]) > thead > tr.info > td,
  table:not([class]) > thead > tr.info > th,
  table:not([class]) > tbody > tr > td.info > td,
  table:not([class]) > tbody > tr > td.info > th,
  table:not([class]) > tbody tr > th.info > td,
  table:not([class]) > tbody tr > th.info > th,
  table:not([class]) > tbody > tr.info > td,
  table:not([class]) > tbody > tr.info > th,
  table:not([class]) > tfoot > tr > td.info > td,
  table:not([class]) > tfoot > tr > td.info > th,
  table:not([class]) > tfoot tr > th.info > td,
  table:not([class]) > tfoot tr > th.info > th,
  table:not([class]) > tfoot > tr.info > td,
  table:not([class]) > tfoot > tr.info > th,
  table[class=""] > thead > tr > td.info > td,
  table[class=""] > thead > tr > td.info > th,
  table[class=""] > thead tr > th.info > td,
  table[class=""] > thead tr > th.info > th,
  table[class=""] > thead > tr.info > td,
  table[class=""] > thead > tr.info > th,
  table[class=""] > tbody > tr > td.info > td,
  table[class=""] > tbody > tr > td.info > th,
  table[class=""] > tbody tr > th.info > td,
  table[class=""] > tbody tr > th.info > th,
  table[class=""] > tbody > tr.info > td,
  table[class=""] > tbody > tr.info > th,
  table[class=""] > tfoot > tr > td.info > td,
  table[class=""] > tfoot > tr > td.info > th,
  table[class=""] > tfoot tr > th.info > td,
  table[class=""] > tfoot tr > th.info > th,
  table[class=""] > tfoot > tr.info > td,
  table[class=""] > tfoot > tr.info > th,
  table.table-default > thead > tr > td.info > td,
  table.table-default > thead > tr > td.info > th,
  table.table-default > thead tr > th.info > td,
  table.table-default > thead tr > th.info > th,
  table.table-default > thead > tr.info > td,
  table.table-default > thead > tr.info > th,
  table.table-default > tbody > tr > td.info > td,
  table.table-default > tbody > tr > td.info > th,
  table.table-default > tbody tr > th.info > td,
  table.table-default > tbody tr > th.info > th,
  table.table-default > tbody > tr.info > td,
  table.table-default > tbody > tr.info > th,
  table.table-default > tfoot > tr > td.info > td,
  table.table-default > tfoot > tr > td.info > th,
  table.table-default > tfoot tr > th.info > td,
  table.table-default > tfoot tr > th.info > th,
  table.table-default > tfoot > tr.info > td,
  table.table-default > tfoot > tr.info > th,
  table.overviewTable > thead > tr > td.info > td,
  table.overviewTable > thead > tr > td.info > th,
  table.overviewTable > thead tr > th.info > td,
  table.overviewTable > thead tr > th.info > th,
  table.overviewTable > thead > tr.info > td,
  table.overviewTable > thead > tr.info > th,
  table.overviewTable > tbody > tr > td.info > td,
  table.overviewTable > tbody > tr > td.info > th,
  table.overviewTable > tbody tr > th.info > td,
  table.overviewTable > tbody tr > th.info > th,
  table.overviewTable > tbody > tr.info > td,
  table.overviewTable > tbody > tr.info > th,
  table.overviewTable > tfoot > tr > td.info > td,
  table.overviewTable > tfoot > tr > td.info > th,
  table.overviewTable > tfoot tr > th.info > td,
  table.overviewTable > tfoot tr > th.info > th,
  table.overviewTable > tfoot > tr.info > td,
  table.overviewTable > tfoot > tr.info > th {
    background-color: #e8ecf4; }
  .table > thead > tr > td.success > td, .table > thead > tr > td.success > th, .table > thead tr > th.success > td, .table > thead tr > th.success > th,
  .table > thead > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr > td.success > td,
  .table > tbody > tr > td.success > th,
  .table > tbody tr > th.success > td,
  .table > tbody tr > th.success > th,
  .table > tbody > tr.success > td,
  .table > tbody > tr.success > th,
  .table > tfoot > tr > td.success > td,
  .table > tfoot > tr > td.success > th,
  .table > tfoot tr > th.success > td,
  .table > tfoot tr > th.success > th,
  .table > tfoot > tr.success > td,
  .table > tfoot > tr.success > th,
  table:not([class]) > thead > tr > td.success > td,
  table:not([class]) > thead > tr > td.success > th,
  table:not([class]) > thead tr > th.success > td,
  table:not([class]) > thead tr > th.success > th,
  table:not([class]) > thead > tr.success > td,
  table:not([class]) > thead > tr.success > th,
  table:not([class]) > tbody > tr > td.success > td,
  table:not([class]) > tbody > tr > td.success > th,
  table:not([class]) > tbody tr > th.success > td,
  table:not([class]) > tbody tr > th.success > th,
  table:not([class]) > tbody > tr.success > td,
  table:not([class]) > tbody > tr.success > th,
  table:not([class]) > tfoot > tr > td.success > td,
  table:not([class]) > tfoot > tr > td.success > th,
  table:not([class]) > tfoot tr > th.success > td,
  table:not([class]) > tfoot tr > th.success > th,
  table:not([class]) > tfoot > tr.success > td,
  table:not([class]) > tfoot > tr.success > th,
  table[class=""] > thead > tr > td.success > td,
  table[class=""] > thead > tr > td.success > th,
  table[class=""] > thead tr > th.success > td,
  table[class=""] > thead tr > th.success > th,
  table[class=""] > thead > tr.success > td,
  table[class=""] > thead > tr.success > th,
  table[class=""] > tbody > tr > td.success > td,
  table[class=""] > tbody > tr > td.success > th,
  table[class=""] > tbody tr > th.success > td,
  table[class=""] > tbody tr > th.success > th,
  table[class=""] > tbody > tr.success > td,
  table[class=""] > tbody > tr.success > th,
  table[class=""] > tfoot > tr > td.success > td,
  table[class=""] > tfoot > tr > td.success > th,
  table[class=""] > tfoot tr > th.success > td,
  table[class=""] > tfoot tr > th.success > th,
  table[class=""] > tfoot > tr.success > td,
  table[class=""] > tfoot > tr.success > th,
  table.table-default > thead > tr > td.success > td,
  table.table-default > thead > tr > td.success > th,
  table.table-default > thead tr > th.success > td,
  table.table-default > thead tr > th.success > th,
  table.table-default > thead > tr.success > td,
  table.table-default > thead > tr.success > th,
  table.table-default > tbody > tr > td.success > td,
  table.table-default > tbody > tr > td.success > th,
  table.table-default > tbody tr > th.success > td,
  table.table-default > tbody tr > th.success > th,
  table.table-default > tbody > tr.success > td,
  table.table-default > tbody > tr.success > th,
  table.table-default > tfoot > tr > td.success > td,
  table.table-default > tfoot > tr > td.success > th,
  table.table-default > tfoot tr > th.success > td,
  table.table-default > tfoot tr > th.success > th,
  table.table-default > tfoot > tr.success > td,
  table.table-default > tfoot > tr.success > th,
  table.overviewTable > thead > tr > td.success > td,
  table.overviewTable > thead > tr > td.success > th,
  table.overviewTable > thead tr > th.success > td,
  table.overviewTable > thead tr > th.success > th,
  table.overviewTable > thead > tr.success > td,
  table.overviewTable > thead > tr.success > th,
  table.overviewTable > tbody > tr > td.success > td,
  table.overviewTable > tbody > tr > td.success > th,
  table.overviewTable > tbody tr > th.success > td,
  table.overviewTable > tbody tr > th.success > th,
  table.overviewTable > tbody > tr.success > td,
  table.overviewTable > tbody > tr.success > th,
  table.overviewTable > tfoot > tr > td.success > td,
  table.overviewTable > tfoot > tr > td.success > th,
  table.overviewTable > tfoot tr > th.success > td,
  table.overviewTable > tfoot tr > th.success > th,
  table.overviewTable > tfoot > tr.success > td,
  table.overviewTable > tfoot > tr.success > th {
    background-color: #f1f6eb; }
  .table > thead > tr > td.warning > td, .table > thead > tr > td.warning > th, .table > thead tr > th.warning > td, .table > thead tr > th.warning > th,
  .table > thead > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr > td.warning > td,
  .table > tbody > tr > td.warning > th,
  .table > tbody tr > th.warning > td,
  .table > tbody tr > th.warning > th,
  .table > tbody > tr.warning > td,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr > td.warning > td,
  .table > tfoot > tr > td.warning > th,
  .table > tfoot tr > th.warning > td,
  .table > tfoot tr > th.warning > th,
  .table > tfoot > tr.warning > td,
  .table > tfoot > tr.warning > th,
  table:not([class]) > thead > tr > td.warning > td,
  table:not([class]) > thead > tr > td.warning > th,
  table:not([class]) > thead tr > th.warning > td,
  table:not([class]) > thead tr > th.warning > th,
  table:not([class]) > thead > tr.warning > td,
  table:not([class]) > thead > tr.warning > th,
  table:not([class]) > tbody > tr > td.warning > td,
  table:not([class]) > tbody > tr > td.warning > th,
  table:not([class]) > tbody tr > th.warning > td,
  table:not([class]) > tbody tr > th.warning > th,
  table:not([class]) > tbody > tr.warning > td,
  table:not([class]) > tbody > tr.warning > th,
  table:not([class]) > tfoot > tr > td.warning > td,
  table:not([class]) > tfoot > tr > td.warning > th,
  table:not([class]) > tfoot tr > th.warning > td,
  table:not([class]) > tfoot tr > th.warning > th,
  table:not([class]) > tfoot > tr.warning > td,
  table:not([class]) > tfoot > tr.warning > th,
  table[class=""] > thead > tr > td.warning > td,
  table[class=""] > thead > tr > td.warning > th,
  table[class=""] > thead tr > th.warning > td,
  table[class=""] > thead tr > th.warning > th,
  table[class=""] > thead > tr.warning > td,
  table[class=""] > thead > tr.warning > th,
  table[class=""] > tbody > tr > td.warning > td,
  table[class=""] > tbody > tr > td.warning > th,
  table[class=""] > tbody tr > th.warning > td,
  table[class=""] > tbody tr > th.warning > th,
  table[class=""] > tbody > tr.warning > td,
  table[class=""] > tbody > tr.warning > th,
  table[class=""] > tfoot > tr > td.warning > td,
  table[class=""] > tfoot > tr > td.warning > th,
  table[class=""] > tfoot tr > th.warning > td,
  table[class=""] > tfoot tr > th.warning > th,
  table[class=""] > tfoot > tr.warning > td,
  table[class=""] > tfoot > tr.warning > th,
  table.table-default > thead > tr > td.warning > td,
  table.table-default > thead > tr > td.warning > th,
  table.table-default > thead tr > th.warning > td,
  table.table-default > thead tr > th.warning > th,
  table.table-default > thead > tr.warning > td,
  table.table-default > thead > tr.warning > th,
  table.table-default > tbody > tr > td.warning > td,
  table.table-default > tbody > tr > td.warning > th,
  table.table-default > tbody tr > th.warning > td,
  table.table-default > tbody tr > th.warning > th,
  table.table-default > tbody > tr.warning > td,
  table.table-default > tbody > tr.warning > th,
  table.table-default > tfoot > tr > td.warning > td,
  table.table-default > tfoot > tr > td.warning > th,
  table.table-default > tfoot tr > th.warning > td,
  table.table-default > tfoot tr > th.warning > th,
  table.table-default > tfoot > tr.warning > td,
  table.table-default > tfoot > tr.warning > th,
  table.overviewTable > thead > tr > td.warning > td,
  table.overviewTable > thead > tr > td.warning > th,
  table.overviewTable > thead tr > th.warning > td,
  table.overviewTable > thead tr > th.warning > th,
  table.overviewTable > thead > tr.warning > td,
  table.overviewTable > thead > tr.warning > th,
  table.overviewTable > tbody > tr > td.warning > td,
  table.overviewTable > tbody > tr > td.warning > th,
  table.overviewTable > tbody tr > th.warning > td,
  table.overviewTable > tbody tr > th.warning > th,
  table.overviewTable > tbody > tr.warning > td,
  table.overviewTable > tbody > tr.warning > th,
  table.overviewTable > tfoot > tr > td.warning > td,
  table.overviewTable > tfoot > tr > td.warning > th,
  table.overviewTable > tfoot tr > th.warning > td,
  table.overviewTable > tfoot tr > th.warning > th,
  table.overviewTable > tfoot > tr.warning > td,
  table.overviewTable > tfoot > tr.warning > th {
    background-color: #fff8e6; }
  .table > thead > tr > td.error > td, .table > thead > tr > td.error > th, .table > thead tr > th.error > td, .table > thead tr > th.error > th,
  .table > thead > tr.error > td,
  .table > thead > tr.error > th,
  .table > tbody > tr > td.error > td,
  .table > tbody > tr > td.error > th,
  .table > tbody tr > th.error > td,
  .table > tbody tr > th.error > th,
  .table > tbody > tr.error > td,
  .table > tbody > tr.error > th,
  .table > tfoot > tr > td.error > td,
  .table > tfoot > tr > td.error > th,
  .table > tfoot tr > th.error > td,
  .table > tfoot tr > th.error > th,
  .table > tfoot > tr.error > td,
  .table > tfoot > tr.error > th,
  table:not([class]) > thead > tr > td.error > td,
  table:not([class]) > thead > tr > td.error > th,
  table:not([class]) > thead tr > th.error > td,
  table:not([class]) > thead tr > th.error > th,
  table:not([class]) > thead > tr.error > td,
  table:not([class]) > thead > tr.error > th,
  table:not([class]) > tbody > tr > td.error > td,
  table:not([class]) > tbody > tr > td.error > th,
  table:not([class]) > tbody tr > th.error > td,
  table:not([class]) > tbody tr > th.error > th,
  table:not([class]) > tbody > tr.error > td,
  table:not([class]) > tbody > tr.error > th,
  table:not([class]) > tfoot > tr > td.error > td,
  table:not([class]) > tfoot > tr > td.error > th,
  table:not([class]) > tfoot tr > th.error > td,
  table:not([class]) > tfoot tr > th.error > th,
  table:not([class]) > tfoot > tr.error > td,
  table:not([class]) > tfoot > tr.error > th,
  table[class=""] > thead > tr > td.error > td,
  table[class=""] > thead > tr > td.error > th,
  table[class=""] > thead tr > th.error > td,
  table[class=""] > thead tr > th.error > th,
  table[class=""] > thead > tr.error > td,
  table[class=""] > thead > tr.error > th,
  table[class=""] > tbody > tr > td.error > td,
  table[class=""] > tbody > tr > td.error > th,
  table[class=""] > tbody tr > th.error > td,
  table[class=""] > tbody tr > th.error > th,
  table[class=""] > tbody > tr.error > td,
  table[class=""] > tbody > tr.error > th,
  table[class=""] > tfoot > tr > td.error > td,
  table[class=""] > tfoot > tr > td.error > th,
  table[class=""] > tfoot tr > th.error > td,
  table[class=""] > tfoot tr > th.error > th,
  table[class=""] > tfoot > tr.error > td,
  table[class=""] > tfoot > tr.error > th,
  table.table-default > thead > tr > td.error > td,
  table.table-default > thead > tr > td.error > th,
  table.table-default > thead tr > th.error > td,
  table.table-default > thead tr > th.error > th,
  table.table-default > thead > tr.error > td,
  table.table-default > thead > tr.error > th,
  table.table-default > tbody > tr > td.error > td,
  table.table-default > tbody > tr > td.error > th,
  table.table-default > tbody tr > th.error > td,
  table.table-default > tbody tr > th.error > th,
  table.table-default > tbody > tr.error > td,
  table.table-default > tbody > tr.error > th,
  table.table-default > tfoot > tr > td.error > td,
  table.table-default > tfoot > tr > td.error > th,
  table.table-default > tfoot tr > th.error > td,
  table.table-default > tfoot tr > th.error > th,
  table.table-default > tfoot > tr.error > td,
  table.table-default > tfoot > tr.error > th,
  table.overviewTable > thead > tr > td.error > td,
  table.overviewTable > thead > tr > td.error > th,
  table.overviewTable > thead tr > th.error > td,
  table.overviewTable > thead tr > th.error > th,
  table.overviewTable > thead > tr.error > td,
  table.overviewTable > thead > tr.error > th,
  table.overviewTable > tbody > tr > td.error > td,
  table.overviewTable > tbody > tr > td.error > th,
  table.overviewTable > tbody tr > th.error > td,
  table.overviewTable > tbody tr > th.error > th,
  table.overviewTable > tbody > tr.error > td,
  table.overviewTable > tbody > tr.error > th,
  table.overviewTable > tfoot > tr > td.error > td,
  table.overviewTable > tfoot > tr > td.error > th,
  table.overviewTable > tfoot tr > th.error > td,
  table.overviewTable > tfoot tr > th.error > th,
  table.overviewTable > tfoot > tr.error > td,
  table.overviewTable > tfoot > tr.error > th {
    background-color: #fde7e7; }
  .table > thead > tr > th,
  table:not([class]) > thead > tr > th,
  table[class=""] > thead > tr > th,
  table.table-default > thead > tr > th,
  table.overviewTable > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid white;
    background-color: #f3f2ed; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  table:not([class]) > caption + thead > tr:first-child > th,
  table:not([class]) > caption + thead > tr:first-child > td,
  table:not([class]) > colgroup + thead > tr:first-child > th,
  table:not([class]) > colgroup + thead > tr:first-child > td,
  table:not([class]) > thead:first-child > tr:first-child > th,
  table:not([class]) > thead:first-child > tr:first-child > td,
  table[class=""] > caption + thead > tr:first-child > th,
  table[class=""] > caption + thead > tr:first-child > td,
  table[class=""] > colgroup + thead > tr:first-child > th,
  table[class=""] > colgroup + thead > tr:first-child > td,
  table[class=""] > thead:first-child > tr:first-child > th,
  table[class=""] > thead:first-child > tr:first-child > td,
  table.table-default > caption + thead > tr:first-child > th,
  table.table-default > caption + thead > tr:first-child > td,
  table.table-default > colgroup + thead > tr:first-child > th,
  table.table-default > colgroup + thead > tr:first-child > td,
  table.table-default > thead:first-child > tr:first-child > th,
  table.table-default > thead:first-child > tr:first-child > td,
  table.overviewTable > caption + thead > tr:first-child > th,
  table.overviewTable > caption + thead > tr:first-child > td,
  table.overviewTable > colgroup + thead > tr:first-child > th,
  table.overviewTable > colgroup + thead > tr:first-child > td,
  table.overviewTable > thead:first-child > tr:first-child > th,
  table.overviewTable > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody,
  table:not([class]) > tbody + tbody,
  table[class=""] > tbody + tbody,
  table.table-default > tbody + tbody,
  table.overviewTable > tbody + tbody {
    border-top: 2px solid white; }
  .table .table,
  table:not([class]) .table,
  table[class=""] .table,
  table.table-default .table,
  table.overviewTable .table {
    background-color: #f9f8f6; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #eeede6; }

@media (max-width: 739px) {
  .table-responsive-scroll {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eeede6;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-scroll > .table {
      margin-bottom: 0; }
      .table-responsive-scroll > .table > thead > tr > th,
      .table-responsive-scroll > .table > thead > tr > td,
      .table-responsive-scroll > .table > tbody > tr > th,
      .table-responsive-scroll > .table > tbody > tr > td,
      .table-responsive-scroll > .table > tfoot > tr > th,
      .table-responsive-scroll > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive-scroll > .table-bordered {
      border: 0; }
      .table-responsive-scroll > .table-bordered > thead > tr > th:first-child,
      .table-responsive-scroll > .table-bordered > thead > tr > td:first-child,
      .table-responsive-scroll > .table-bordered > tbody > tr > th:first-child,
      .table-responsive-scroll > .table-bordered > tbody > tr > td:first-child,
      .table-responsive-scroll > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive-scroll > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive-scroll > .table-bordered > thead > tr > th:last-child,
      .table-responsive-scroll > .table-bordered > thead > tr > td:last-child,
      .table-responsive-scroll > .table-bordered > tbody > tr > th:last-child,
      .table-responsive-scroll > .table-bordered > tbody > tr > td:last-child,
      .table-responsive-scroll > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive-scroll > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive-scroll > .table-bordered > tbody > tr:last-child > th,
      .table-responsive-scroll > .table-bordered > tbody > tr:last-child > td,
      .table-responsive-scroll > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive-scroll > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

@media (max-width: 739px) {
  .table-responsive-vertical > .table,
  .table-responsive-vertical > .cart {
    margin-bottom: 0;
    background-color: transparent; }
    .table-responsive-vertical > .table > thead,
    .table-responsive-vertical > .table > tfoot,
    .table-responsive-vertical > .cart > thead,
    .table-responsive-vertical > .cart > tfoot {
      display: none; }
    .table-responsive-vertical > .table > tbody,
    .table-responsive-vertical > .cart > tbody {
      display: block; }
      .table-responsive-vertical > .table > tbody > tr,
      .table-responsive-vertical > .cart > tbody > tr {
        display: block;
        border: 1px solid white;
        border-top: 0;
        margin-bottom: 10px; }
        .table-responsive-vertical > .table > tbody > tr > td,
        .table-responsive-vertical > .table > tbody > tr > th,
        .table-responsive-vertical > .cart > tbody > tr > td,
        .table-responsive-vertical > .cart > tbody > tr > th {
          background-color: transparent;
          display: block;
          vertical-align: middle;
          text-align: right;
          font-weight: 300; }
        .table-responsive-vertical > .table > tbody > tr > td[data-title]:before,
        .table-responsive-vertical > .table > tbody > tr > th[data-title]:before,
        .table-responsive-vertical > .cart > tbody > tr > td[data-title]:before,
        .table-responsive-vertical > .cart > tbody > tr > th[data-title]:before {
          content: attr(data-title);
          float: left;
          font-size: inherit;
          font-weight: 700; } }

.table-fixed {
  table-layout: fixed; }

.table-notice {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem; }

.interaction > tbody > tr > th,
.direct-order > tbody > tr > th {
  background-color: #f3f2ed; }

.interaction > tbody > tr > th {
  background-color: #f3f2ed;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem; }

@media (max-width: 739px) {
  .table-responsive-vertical .interaction > tbody + tbody,
  .table-responsive-vertical .direct-order > tbody + tbody,
  .table-responsive-vertical .table > tbody + tbody {
    border: 0; }
  .table-responsive-vertical .interaction .thead,
  .table-responsive-vertical .interaction .badge,
  .table-responsive-vertical .direct-order .thead,
  .table-responsive-vertical .direct-order .badge,
  .table-responsive-vertical .table .thead,
  .table-responsive-vertical .table .badge {
    display: none; }
  .table-responsive-vertical .interaction > tbody,
  .table-responsive-vertical .direct-order > tbody,
  .table-responsive-vertical .table > tbody {
    display: block; }
    .table-responsive-vertical .interaction > tbody > tr,
    .table-responsive-vertical .direct-order > tbody > tr,
    .table-responsive-vertical .table > tbody > tr {
      border: 1px solid #c4c4c2;
      margin-bottom: -1px; }
      .table-responsive-vertical .interaction > tbody > tr > td,
      .table-responsive-vertical .interaction > tbody > tr > th,
      .table-responsive-vertical .direct-order > tbody > tr > td,
      .table-responsive-vertical .direct-order > tbody > tr > th,
      .table-responsive-vertical .table > tbody > tr > td,
      .table-responsive-vertical .table > tbody > tr > th {
        border: 0; }
      .table-responsive-vertical .interaction > tbody > tr > td,
      .table-responsive-vertical .direct-order > tbody > tr > td,
      .table-responsive-vertical .table > tbody > tr > td {
        background-color: #fdfcfb; }
        .table-responsive-vertical .interaction > tbody > tr > td:last-child,
        .table-responsive-vertical .direct-order > tbody > tr > td:last-child,
        .table-responsive-vertical .table > tbody > tr > td:last-child {
          background-color: #f9f8f6; }
      .table-responsive-vertical .interaction > tbody > tr > td.direct-order-quantity,
      .table-responsive-vertical .direct-order > tbody > tr > td.direct-order-quantity,
      .table-responsive-vertical .table > tbody > tr > td.direct-order-quantity {
        padding-top: 10px;
        padding-bottom: 10px; }
      .table-responsive-vertical .interaction > tbody > tr > th,
      .table-responsive-vertical .direct-order > tbody > tr > th,
      .table-responsive-vertical .table > tbody > tr > th {
        text-align: left;
        background-color: #f3f2ed;
        font-weight: 700; }
      .table-responsive-vertical .interaction > tbody > tr > td[data-title]:before,
      .table-responsive-vertical .direct-order > tbody > tr > td[data-title]:before,
      .table-responsive-vertical .table > tbody > tr > td[data-title]:before {
        margin-right: 10px; } }

.cright {
  text-align: right; }

.ccenter {
  text-align: center; }

.tooltip {
  position: relative; }
  .tooltip:before, .tooltip:after {
    display: none;
    z-index: 100; }
  .tooltip:hover:after {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    padding: 6px 10px;
    font-size: 1.4rem;
    line-height: 2rem;
    white-space: nowrap;
    color: white;
    background-color: #154193;
    max-width: 300px; }
  .tooltip:hover:before {
    content: '';
    display: block;
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #154193;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: -18px;
    margin-top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .tooltip:hover:after {
    top: -50px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.alert-message.info {
  position: relative;
  padding: 10px 15px;
  border: 1px solid;
  border-left: 40px solid;
  color: #313131;
  background-color: #e8ecf4;
  border-color: #154193;
  font-weight: 400; }
  .alert-message.info:before {
    position: absolute;
    width: 40px;
    left: -40px;
    font-family: "icomoon";
    font-size: 24px;
    font-weight: 400;
    content: "";
    text-align: center;
    color: white; }
  .alert-message.info p {
    margin: 0;
    padding: 0; }
  .alert-message.info ul {
    margin-top: 5px;
    margin-bottom: 5px; }
  .alert-message.info a {
    color: #313131;
    font-weight: bold;
    text-decoration: none; }
    .alert-message.info a:hover {
      text-decoration: underline; }
  .alert-message.info .close-icon {
    font-family: "icomoon";
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }
    .alert-message.info .close-icon:hover {
      text-decoration: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .alert-message.info + *, * + .alert-message.info {
    margin: 24px 0 0;
    margin: 2.4rem 0 0; }

.alert-message.warning {
  position: relative;
  padding: 10px 15px;
  border: 1px solid;
  border-left: 40px solid;
  color: #313131;
  background-color: #fff8e6;
  border-color: #ffb500;
  font-weight: 400; }
  .alert-message.warning:before {
    position: absolute;
    width: 40px;
    left: -40px;
    font-family: "icomoon";
    font-size: 24px;
    font-weight: 400;
    content: "";
    text-align: center;
    color: white; }
  .alert-message.warning p {
    margin: 0;
    padding: 0; }
  .alert-message.warning ul {
    margin-top: 5px;
    margin-bottom: 5px; }
  .alert-message.warning a {
    color: #313131;
    font-weight: bold;
    text-decoration: none; }
    .alert-message.warning a:hover {
      text-decoration: underline; }
  .alert-message.warning .close-icon {
    font-family: "icomoon";
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }
    .alert-message.warning .close-icon:hover {
      text-decoration: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .alert-message.warning + *, * + .alert-message.warning {
    margin: 24px 0 0;
    margin: 2.4rem 0 0; }

.alert-message.error {
  position: relative;
  padding: 10px 15px;
  border: 1px solid;
  border-left: 40px solid;
  color: #313131;
  background-color: #fde7e7;
  border-color: #ec0e0e;
  font-weight: 400; }
  .alert-message.error:before {
    position: absolute;
    width: 40px;
    left: -40px;
    font-family: "icomoon";
    font-size: 24px;
    font-weight: 400;
    content: "";
    text-align: center;
    color: white; }
  .alert-message.error p {
    margin: 0;
    padding: 0; }
  .alert-message.error ul {
    margin-top: 5px;
    margin-bottom: 5px; }
  .alert-message.error a {
    color: #313131;
    font-weight: bold;
    text-decoration: none; }
    .alert-message.error a:hover {
      text-decoration: underline; }
  .alert-message.error .close-icon {
    font-family: "icomoon";
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }
    .alert-message.error .close-icon:hover {
      text-decoration: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .alert-message.error + *, * + .alert-message.error {
    margin: 24px 0 0;
    margin: 2.4rem 0 0; }

.alert-message.success {
  position: relative;
  padding: 10px 15px;
  border: 1px solid;
  border-left: 40px solid;
  color: #313131;
  background-color: #f1f6eb;
  border-color: #6ea838;
  font-weight: 400; }
  .alert-message.success:before {
    position: absolute;
    width: 40px;
    left: -40px;
    font-family: "icomoon";
    font-size: 24px;
    font-weight: 400;
    content: "";
    text-align: center;
    color: white; }
  .alert-message.success p {
    margin: 0;
    padding: 0; }
  .alert-message.success ul {
    margin-top: 5px;
    margin-bottom: 5px; }
  .alert-message.success a {
    color: #313131;
    font-weight: bold;
    text-decoration: none; }
    .alert-message.success a:hover {
      text-decoration: underline; }
  .alert-message.success .close-icon {
    font-family: "icomoon";
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }
    .alert-message.success .close-icon:hover {
      text-decoration: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .alert-message.success + *, * + .alert-message.success {
    margin: 24px 0 0;
    margin: 2.4rem 0 0; }

.alerts {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  padding: 0 15px;
  padding: 0 1.5rem;
  position: relative;
  text-align: left;
  margin-top: 24px; }
  .alerts:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 400px) {
    .alerts {
      padding: 0 20px;
      padding: 0 2rem; } }

.dropdown,
.dropup,
.slidedown,
.slideup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  .dropdown > .dropdown-content,
  .dropdown > .slidedown-content,
  .dropup > .dropdown-content,
  .dropup > .slidedown-content,
  .slidedown > .dropdown-content,
  .slidedown > .slidedown-content,
  .slideup > .dropdown-content,
  .slideup > .slidedown-content {
    display: none;
    position: absolute;
    left: 0;
    float: left;
    min-width: 240px;
    margin: 0;
    padding: 5px 0;
    z-index: 50;
    background-color: white;
    border: 2px solid #eeede6;
    top: 100%;
    margin-top: 15px;
    bottom: auto;
    padding: 18px; }
    .dropdown > .dropdown-content:before,
    .dropdown > .slidedown-content:before,
    .dropup > .dropdown-content:before,
    .dropup > .slidedown-content:before,
    .slidedown > .dropdown-content:before,
    .slidedown > .slidedown-content:before,
    .slideup > .dropdown-content:before,
    .slideup > .slidedown-content:before {
      content: '';
      display: block;
      position: absolute;
      border: 12px solid transparent;
      border-bottom: 12px solid #eeede6;
      border-top: 0;
      height: 0;
      width: 0;
      left: 8px;
      top: -12px; }
    .dropdown > .dropdown-content:after,
    .dropdown > .slidedown-content:after,
    .dropup > .dropdown-content:after,
    .dropup > .slidedown-content:after,
    .slidedown > .dropdown-content:after,
    .slidedown > .slidedown-content:after,
    .slideup > .dropdown-content:after,
    .slideup > .slidedown-content:after {
      content: '';
      display: block;
      position: absolute;
      border: 10px solid transparent;
      border-bottom: 10px solid white;
      border-top: 0;
      height: 0;
      width: 0;
      left: 10px;
      top: -10px; }
    .dropdown > .dropdown-content ul,
    .dropdown > .slidedown-content ul,
    .dropup > .dropdown-content ul,
    .dropup > .slidedown-content ul,
    .slidedown > .dropdown-content ul,
    .slidedown > .slidedown-content ul,
    .slideup > .dropdown-content ul,
    .slideup > .slidedown-content ul {
      list-style: none;
      padding: 5px 0; }
    .dropdown > .dropdown-content li,
    .dropdown > .slidedown-content li,
    .dropup > .dropdown-content li,
    .dropup > .slidedown-content li,
    .slidedown > .dropdown-content li,
    .slidedown > .slidedown-content li,
    .slideup > .dropdown-content li,
    .slideup > .slidedown-content li {
      margin-top: 0; }
    .dropdown > .dropdown-content li > a,
    .dropdown > .slidedown-content li > a,
    .dropup > .dropdown-content li > a,
    .dropup > .slidedown-content li > a,
    .slidedown > .dropdown-content li > a,
    .slidedown > .slidedown-content li > a,
    .slideup > .dropdown-content li > a,
    .slideup > .slidedown-content li > a {
      display: block;
      padding: 5px 20px;
      clear: both;
      color: #313131;
      white-space: nowrap; }
      .dropdown > .dropdown-content li > a:hover,
      .dropdown > .slidedown-content li > a:hover,
      .dropup > .dropdown-content li > a:hover,
      .dropup > .slidedown-content li > a:hover,
      .slidedown > .dropdown-content li > a:hover,
      .slidedown > .slidedown-content li > a:hover,
      .slideup > .dropdown-content li > a:hover,
      .slideup > .slidedown-content li > a:hover {
        background-color: #eeede6; }
    .dropdown > .dropdown-content .notice,
    .dropdown > .slidedown-content .notice,
    .dropup > .dropdown-content .notice,
    .dropup > .slidedown-content .notice,
    .slidedown > .dropdown-content .notice,
    .slidedown > .slidedown-content .notice,
    .slideup > .dropdown-content .notice,
    .slideup > .slidedown-content .notice {
      padding: 5px 20px;
      display: block; }
    .dropdown > .dropdown-content > ul,
    .dropdown > .slidedown-content > ul,
    .dropup > .dropdown-content > ul,
    .dropup > .slidedown-content > ul,
    .slidedown > .dropdown-content > ul,
    .slidedown > .slidedown-content > ul,
    .slideup > .dropdown-content > ul,
    .slideup > .slidedown-content > ul {
      margin: -18px; }
  .dropdown > ul,
  .dropup > ul,
  .slidedown > ul,
  .slideup > ul {
    display: none;
    position: absolute;
    left: 0;
    float: left;
    min-width: 240px;
    margin: 0;
    padding: 5px 0;
    z-index: 50;
    background-color: white;
    border: 2px solid #eeede6;
    top: 100%;
    margin-top: 15px;
    bottom: auto;
    list-style: none;
    padding: 5px 0; }
    .dropdown > ul:before,
    .dropup > ul:before,
    .slidedown > ul:before,
    .slideup > ul:before {
      content: '';
      display: block;
      position: absolute;
      border: 12px solid transparent;
      border-bottom: 12px solid #eeede6;
      border-top: 0;
      height: 0;
      width: 0;
      left: 8px;
      top: -12px; }
    .dropdown > ul:after,
    .dropup > ul:after,
    .slidedown > ul:after,
    .slideup > ul:after {
      content: '';
      display: block;
      position: absolute;
      border: 10px solid transparent;
      border-bottom: 10px solid white;
      border-top: 0;
      height: 0;
      width: 0;
      left: 10px;
      top: -10px; }
    .dropdown > ul ul,
    .dropup > ul ul,
    .slidedown > ul ul,
    .slideup > ul ul {
      list-style: none;
      padding: 5px 0; }
    .dropdown > ul li,
    .dropup > ul li,
    .slidedown > ul li,
    .slideup > ul li {
      margin-top: 0; }
    .dropdown > ul li > a,
    .dropup > ul li > a,
    .slidedown > ul li > a,
    .slideup > ul li > a {
      display: block;
      padding: 5px 20px;
      clear: both;
      color: #313131;
      white-space: nowrap; }
      .dropdown > ul li > a:hover,
      .dropup > ul li > a:hover,
      .slidedown > ul li > a:hover,
      .slideup > ul li > a:hover {
        background-color: #eeede6; }
    .dropdown > ul .notice,
    .dropup > ul .notice,
    .slidedown > ul .notice,
    .slideup > ul .notice {
      padding: 5px 20px;
      display: block; }
  .dropdown .divider,
  .dropup .divider,
  .slidedown .divider,
  .slideup .divider {
    height: 2px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #f3f2ed; }
  .dropdown .caret,
  .dropup .caret,
  .slidedown .caret,
  .slideup .caret {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 2px;
    border: 5px solid transparent;
    border-top: 5px solid #333;
    border-bottom: 0;
    height: 0;
    width: 0; }

.dropup > ul,
.dropup > .dropdown-content,
.dropup > .slidedown-content,
.slideup > ul,
.slideup > .dropdown-content,
.slideup > .slidedown-content {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 5px;
  text-align: left; }
  .dropup > ul:before,
  .dropup > .dropdown-content:before,
  .dropup > .slidedown-content:before,
  .slideup > ul:before,
  .slideup > .dropdown-content:before,
  .slideup > .slidedown-content:before {
    content: '';
    display: block;
    position: absolute;
    border: 12px solid transparent;
    border-top: 12px solid #eeede6;
    border-bottom: 0;
    height: 0;
    width: 0;
    left: 8px;
    top: auto;
    bottom: -12px; }
  .dropup > ul:after,
  .dropup > .dropdown-content:after,
  .dropup > .slidedown-content:after,
  .slideup > ul:after,
  .slideup > .dropdown-content:after,
  .slideup > .slidedown-content:after {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid white;
    border-bottom: 0;
    height: 0;
    width: 0;
    left: 10px;
    top: auto;
    bottom: -10px; }

.dropup .caret,
.slideup .caret {
  border: 5px solid transparent;
  border-bottom: 5px solid #333;
  border-top: 0;
  height: 0;
  width: 0; }

.buttons.slideup .slidedown-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem; }
  .buttons.slideup .slidedown-content, .buttons.slideup .slidedown-content:before, .buttons.slideup .slidedown-content:after {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .buttons.slideup .slidedown-content p + p {
    margin-top: 12px;
    margin-top: 1.2rem; }

.slider {
  position: relative; }
  .slider .slider-canvas {
    position: relative;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden; }
  .slider .slider-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0; }
  .slider ul,
  .slider li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .slider img {
    max-width: none;
    transition: opacity 0.5s; }
    .slider img.lazyload, .slider img.lazyloading {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .slider img.lazyloaded {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .slider .slider-caption {
    display: none; }
    @media (min-width: 580px) {
      .slider .slider-caption {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 0;
        z-index: 10;
        color: white;
        max-width: 70%;
        max-height: 70%;
        overflow: hidden; }
        .slider .slider-caption > * {
          padding: 0 20px;
          background-color: rgba(0, 0, 0, 0.7); }
          .slider .slider-caption > *:first-child {
            padding-top: 10px; }
          .slider .slider-caption > *:last-child {
            padding-bottom: 10px; } }
    @media (min-width: 740px) {
      .slider .slider-caption {
        max-width: 60%; }
        .slider .slider-caption > * {
          padding: 5px 30px; } }
    @media (min-width: 980px) {
      .slider .slider-caption {
        bottom: 30px;
        max-width: 50%; }
        .slider .slider-caption > * {
          padding: 5px 40px; } }
    .slider .slider-caption h1, .slider .slider-caption h2, .slider .slider-caption h3, .slider .slider-caption h4,
    .slider .slider-caption .h1, .slider .slider-caption .h2, .slider .slider-caption .page-health-aide .health-aide-login .h3, .page-health-aide .health-aide-login .slider .slider-caption .h3, .slider .slider-caption .h3, .slider .slider-caption .h4,
    .slider .slider-caption p, .slider .slider-caption ul, .slider .slider-caption ol {
      margin: 0; }
  .slider .slider-custom-nav {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-align: center;
    color: white;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7); }
    @media (min-width: 580px) {
      .slider .slider-custom-nav {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 42px;
        line-height: 4.2rem; } }
    @media (min-width: 980px) {
      .slider .slider-custom-nav {
        width: 48px;
        height: 48px;
        margin-top: -24px;
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 48px;
        line-height: 4.8rem; } }
  .slider .flex-prev {
    left: -60px; }
  .slider .flex-next {
    right: -60px; }
  .slider .slider-canvas:hover .slider-custom-nav {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
    opacity: 0.55;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
    .slider .slider-canvas:hover .slider-custom-nav:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .slider .slider-canvas:hover .flex-prev {
    left: 10px; }
  .slider .slider-canvas:hover .flex-next {
    right: 10px; }

.articles-entries:after {
  content: '';
  display: table;
  clear: both; }

.articles-entry {
  margin: 0 auto;
  position: relative; }
  .articles-entry .image-wrapper {
    position: relative;
    z-index: 2; }
  .articles-entry .article-stock {
    color: #6ea838;
    margin-top: 12px;
    margin-top: 1.2rem; }
  .articles-entry .image {
    position: relative;
    z-index: 2;
    min-height: 79px; }
  .articles-entry .image-reflection {
    position: relative;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden;
    z-index: 1; }
    .articles-entry .image-reflection img {
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      transform: scaleY(-1);
      filter: flipv;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }
    .articles-entry .image-reflection .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: -1px;
      left: 0;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, #ffffff));
      background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), #ffffff 100%);
      background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), #ffffff 100%);
      background-image: linear-gradient(rgba(255, 255, 255, 0.2), #ffffff 100%); }
  .articles-entry .title-wrapper {
    position: relative;
    height: 24px;
    height: 2.4rem; }
  .articles-entry .title {
    color: #154193;
    margin: 0; }
  .articles-entry .headline {
    float: left; }
  .articles-entry .artno {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-style: italic; }
  .articles-entry .price {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 700; }
    .articles-entry .price.discount {
      color: #ffb500; }
  .articles-entry .old-price-wrapper {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-style: italic; }
  .articles-entry .old-price {
    text-decoration: line-through; }
  .articles-entry .buttons {
    margin-top: 12px; }
  .articles-entry .description {
    position: relative;
    z-index: 3; }

.btn-amount,
.btn-code {
  padding: 0 0 0 5px; }
  .btn-amount input[type="text"],
  .btn-code input[type="text"] {
    margin: 0;
    padding: 7px 6px;
    width: 100%;
    border: 0;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-amount input[type="text"]:focus,
    .btn-code input[type="text"]:focus {
      outline: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.btn-amount {
  width: 45px; }
  .btn-amount input[type="text"] {
    text-align: center; }

.btn-code {
  width: 115px; }
  .btn-code input[type="text"] {
    text-align: left; }

.articles-overview-entry {
  max-width: 300px; }
  .articles-overview-entry .image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 150%; }
  .articles-overview-entry .image {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  .articles-overview-entry .image-reflection {
    padding-bottom: 30%; }
  .articles-overview-entry .title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  .articles-overview-entry .button-favorites {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 6px; }
    .articles-overview-entry .button-favorites span {
      display: none; }
  .articles-overview-entry .price {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 2px; }

.articles-favorites-entry {
  max-width: 500px; }
  .articles-favorites-entry:after {
    content: '';
    display: table;
    clear: both; }
  .articles-favorites-entry .image-wrapper-wrapper {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%; }
  .articles-favorites-entry .description {
    width: 57.44681%;
    float: right;
    margin-right: 0;
    text-align: center; }
  .articles-favorites-entry .image-reflection {
    padding-bottom: 30%; }
  .articles-favorites-entry .title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  .articles-favorites-entry .button-favorites {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 6px; }
    .articles-favorites-entry .button-favorites span {
      display: none; }
  .articles-favorites-entry .price {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 2px; }

.page-articles-related .articles-overview-entry .progress {
  position: relative;
  top: -30px; }
.page-articles-related .articles-overview-entry .description {
  top: 30px; }
.page-articles-related .articles-overview-entry .title {
  max-height: 72px; }

.articles-details-entry {
  position: relative;
  text-align: center; }
  .articles-details-entry .image-wrapper {
    text-align: center; }
  .articles-details-entry .image-reflection {
    margin: 0 auto;
    padding-bottom: 20%; }

.articles-mini-entry {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .articles-mini-entry:after {
    content: '';
    display: table;
    clear: both; }
  .articles-mini-entry .image-container {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%; }
  .articles-mini-entry .description {
    width: 65.95745%;
    float: right;
    margin-right: 0;
    text-align: center; }

.progress {
  position: relative;
  color: #154193;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  z-index: 3; }
  .progress p {
    margin: 0; }

.progress-bar {
  margin: 0;
  height: 10px;
  border: 1px solid #154193;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left; }

.progress-bar-fill {
  height: 8px;
  max-width: 100%;
  background-color: #154193;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.cart-preview-wrapper {
  margin: -10px -10px 0; }

.cart-preview {
  width: 100%; }
  .cart-preview td {
    vertical-align: top;
    padding: 3px 0;
    background-color: #fdfcfb;
    border-bottom: 2px solid white; }
  .cart-preview tr:nth-child(2n) td {
    background-color: #f9f8f6; }
  .cart-preview .quantity {
    text-align: right;
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 10px;
    width: 20px; }
  .cart-preview .name {
    padding-right: 10px; }

.cart-preview-sum {
  width: 100%; }
  .cart-preview-sum td {
    vertical-align: top;
    background-color: #f3f2ed;
    padding: 3px 0;
    font-weight: 600; }
  .cart-preview-sum .sum-label {
    padding-left: 10px; }
  .cart-preview-sum .sum-value {
    text-align: right;
    white-space: nowrap;
    padding-right: 10px; }

.cart {
  width: 100%;
  empty-cells: show;
  border-collapse: collapse; }
  .cart th,
  .cart td {
    padding: 15px 10px;
    vertical-align: top;
    text-align: left; }
  .cart thead th,
  .cart thead td,
  .cart tbody th,
  .cart tbody td {
    border: 2px solid white; }
  .cart thead th {
    background-color: #f3f2ed; }
  .cart tbody td {
    background-color: #fdfcfb; }
  .cart tbody tr:nth-child(2n) td {
    background-color: #f9f8f6; }
  .cart tfoot td,
  .cart tfoot th {
    background-color: #f3f2ed;
    padding: 0 10px;
    text-align: right;
    white-space: nowrap; }
  .cart tfoot tr:first-child td,
  .cart tfoot tr:first-child th {
    padding-top: 12px; }
  .cart tfoot tr:last-child td,
  .cart tfoot tr:last-child th {
    padding-bottom: 12px; }
  .cart .cart-image {
    border-right: 0;
    width: 80px;
    text-align: center; }
  .cart .cart-article {
    border-left: 0;
    padding-left: 5px; }
    .cart .cart-article .btn, .cart .cart-article .button {
      margin-top: 14px; }
  .cart .cart-teaser {
    display: none; }
  .cart .cart-quantity {
    text-align: center; }
  .cart .cart-reload {
    display: none;
    margin-top: 5px; }
  .cart .cart-price {
    text-align: right;
    white-space: nowrap; }
  .cart .cart-discount {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #585857; }
  .cart .cart-vat td {
    font-style: italic; }
  .cart .cart-overall td,
  .cart .cart-overall th {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    padding-top: 24px; }
  .cart .cart-code {
    line-height: 42px; }
    .cart .cart-code td, .cart .cart-code th {
      padding: 10px 15px; }
    .cart .cart-code .btn-group {
      white-space: nowrap;
      min-width: 135px;
      text-align: right;
      line-height: normal;
      vertical-align: top; }
      .cart .cart-code .btn-group .btn, .cart .cart-code .btn-group .button {
        float: none;
        margin: 0; }
    .cart .cart-code .btn-code {
      width: 75px;
      background-color: white; }
  @media (min-width: 740px) {
    .cart .cart-image {
      width: 120px; }
    .cart .cart-teaser {
      display: inline; } }
  @media (min-width: 980px) {
    .cart th,
    .cart td {
      padding: 20px; }
    .cart tfoot td,
    .cart tfoot th {
      padding: 0 20px; }
    .cart tfoot tr:first-child td,
    .cart tfoot tr:first-child th {
      padding-top: 24px; }
    .cart tfoot tr:last-child td,
    .cart tfoot tr:last-child th {
      padding-bottom: 24px; }
    .cart .cart-image {
      width: 130px; }
    .cart .cart-article {
      padding-left: 10px; } }

@media (max-width: 579px) {
  .cart {
    margin-bottom: 0; }
    .cart h2 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      margin-bottom: 0; }
    .cart > thead {
      display: none; }
    .cart > tbody,
    .cart > tfoot {
      display: block; }
      .cart > tbody > tr,
      .cart > tfoot > tr {
        display: block;
        margin-bottom: 10px; }
        .cart > tbody > tr > td,
        .cart > tbody > tr > th,
        .cart > tfoot > tr > td,
        .cart > tfoot > tr > th {
          background-color: #f9f8f6;
          display: block;
          vertical-align: middle;
          text-align: right;
          font-weight: 300;
          border: 0;
          border-top: 2px solid white;
          padding: 10px 15px; }
          .cart > tbody > tr > td.cart-article,
          .cart > tbody > tr > th.cart-article,
          .cart > tfoot > tr > td.cart-article,
          .cart > tfoot > tr > th.cart-article {
            padding-left: 15px;
            text-align: left;
            background-color: #f3f2ed;
            position: relative; }
            .cart > tbody > tr > td.cart-article:before,
            .cart > tbody > tr > th.cart-article:before,
            .cart > tfoot > tr > td.cart-article:before,
            .cart > tfoot > tr > th.cart-article:before {
              display: none; }
            .cart > tbody > tr > td.cart-article h2,
            .cart > tbody > tr > th.cart-article h2,
            .cart > tfoot > tr > td.cart-article h2,
            .cart > tfoot > tr > th.cart-article h2 {
              padding-right: 65px; }
            .cart > tbody > tr > td.cart-article .btn, .cart > tbody > tr > td.cart-article .button,
            .cart > tbody > tr > th.cart-article .btn,
            .cart > tbody > tr > th.cart-article .button,
            .cart > tfoot > tr > td.cart-article .btn,
            .cart > tfoot > tr > td.cart-article .button,
            .cart > tfoot > tr > th.cart-article .btn,
            .cart > tfoot > tr > th.cart-article .button {
              position: absolute;
              top: 4px;
              right: 15px;
              margin-top: 0; }
            .cart > tbody > tr > td.cart-article .btn span, .cart > tbody > tr > td.cart-article .button span,
            .cart > tbody > tr > th.cart-article .btn span,
            .cart > tbody > tr > th.cart-article .button span,
            .cart > tfoot > tr > td.cart-article .btn span,
            .cart > tfoot > tr > td.cart-article .button span,
            .cart > tfoot > tr > th.cart-article .btn span,
            .cart > tfoot > tr > th.cart-article .button span {
              display: none; }
          .cart > tbody > tr > td.cart-image,
          .cart > tbody > tr > th.cart-image,
          .cart > tfoot > tr > td.cart-image,
          .cart > tfoot > tr > th.cart-image {
            display: none; }
          .cart > tbody > tr > td.cart-quantity,
          .cart > tbody > tr > th.cart-quantity,
          .cart > tfoot > tr > td.cart-quantity,
          .cart > tfoot > tr > th.cart-quantity {
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: right; }
            .cart > tbody > tr > td.cart-quantity .input-quantity,
            .cart > tbody > tr > th.cart-quantity .input-quantity,
            .cart > tfoot > tr > td.cart-quantity .input-quantity,
            .cart > tfoot > tr > th.cart-quantity .input-quantity {
              margin: -6px 0; }
            .cart > tbody > tr > td.cart-quantity .btn, .cart > tbody > tr > td.cart-quantity .button,
            .cart > tbody > tr > th.cart-quantity .btn,
            .cart > tbody > tr > th.cart-quantity .button,
            .cart > tfoot > tr > td.cart-quantity .btn,
            .cart > tfoot > tr > td.cart-quantity .button,
            .cart > tfoot > tr > th.cart-quantity .btn,
            .cart > tfoot > tr > th.cart-quantity .button {
              margin-top: -6px;
              margin-bottom: -6px; }
        .cart > tbody > tr > td[data-title]:before,
        .cart > tbody > tr > th[data-title]:before,
        .cart > tfoot > tr > td[data-title]:before,
        .cart > tfoot > tr > th[data-title]:before {
          content: attr(data-title);
          float: left;
          font-size: inherit;
          font-weight: 300; }
    .cart > tfoot > tr > th {
      display: none; } }
.cart-popup {
  padding: 10px;
  min-width: 280px; }
  .cart-popup h1 {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #eeede6;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 700;
    padding: 10px 5px;
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
  .cart-popup .title {
    margin: 0; }

.rwd-menu {
  margin: 0 0 24px;
  margin: 0 0 2.4rem; }
  .rwd-menu .dropdown-toggle {
    display: none; }
  .rwd-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .rwd-menu li {
    padding: 0;
    margin: 0; }
  .rwd-menu li + li {
    margin-top: 2px; }
  .rwd-menu li.active {
    font-weight: 700; }
  .rwd-menu li a,
  .rwd-menu .dropdown-toggle {
    position: relative;
    display: block;
    color: #313131;
    padding: 13px 20px;
    margin: 0 0 2px; }
  .rwd-menu li a {
    background-color: #f9f8f6; }
    .rwd-menu li a:hover {
      background-color: #f3f2ed; }
  .rwd-menu .dropdown-toggle {
    font-weight: 600;
    background-color: #eeede6; }
  .rwd-menu .dropdown-toggle:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: auto;
    width: 30px;
    background-color: #fff;
    font-family: "icomoon";
    content: '\e93c';
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    color: #585857;
    font-weight: 400; }
  .rwd-menu .dropdown-toggle.open:after {
    content: '\e93a'; }

.box {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .box .box-title {
    margin: 0 0 2px;
    padding: 13px 20px;
    background-color: #f3f2ed; }
  .box .box-content {
    margin: 0;
    padding: 13px 20px;
    background-color: #f9f8f6; }

.atoz {
  list-style: none;
  padding: 0;
  margin: 0; }
  .atoz:after {
    content: '';
    display: table;
    clear: both; }
  .atoz li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 13.04348%;
    float: left;
    margin-bottom: 4.34783%;
    height: 40px; }
    .atoz li:nth-child(6n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .atoz li:nth-child(6n + 2) {
      margin-left: 17.3913%;
      margin-right: -100%;
      clear: none; }
    .atoz li:nth-child(6n + 3) {
      margin-left: 34.78261%;
      margin-right: -100%;
      clear: none; }
    .atoz li:nth-child(6n + 4) {
      margin-left: 52.17391%;
      margin-right: -100%;
      clear: none; }
    .atoz li:nth-child(6n + 5) {
      margin-left: 69.56522%;
      margin-right: -100%;
      clear: none; }
    .atoz li:nth-child(6n + 6) {
      margin-left: 86.95652%;
      margin-right: -100%;
      clear: none; }
    @media (min-width: 400px) {
      .atoz li {
        width: 8.57143%;
        float: left;
        margin-bottom: 2.85714%; }
        .atoz li:nth-child(9n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .atoz li:nth-child(9n + 2) {
          margin-left: 11.42857%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(9n + 3) {
          margin-left: 22.85714%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(9n + 4) {
          margin-left: 34.28571%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(9n + 5) {
          margin-left: 45.71429%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(9n + 6) {
          margin-left: 57.14286%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(9n + 7) {
          margin-left: 68.57143%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(9n + 8) {
          margin-left: 80%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(9n + 9) {
          margin-left: 91.42857%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 740px) {
      .atoz li {
        width: 5.88235%;
        float: left;
        margin-bottom: 1.96078%; }
        .atoz li:nth-child(13n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .atoz li:nth-child(13n + 2) {
          margin-left: 7.84314%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 3) {
          margin-left: 15.68627%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 4) {
          margin-left: 23.52941%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 5) {
          margin-left: 31.37255%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 6) {
          margin-left: 39.21569%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 7) {
          margin-left: 47.05882%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 8) {
          margin-left: 54.90196%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 9) {
          margin-left: 62.7451%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 10) {
          margin-left: 70.58824%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 11) {
          margin-left: 78.43137%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 12) {
          margin-left: 86.27451%;
          margin-right: -100%;
          clear: none; }
        .atoz li:nth-child(13n + 13) {
          margin-left: 94.11765%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 980px) {
      .atoz li {
        height: 50px; } }
  .atoz li > a,
  .atoz li > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase;
    color: #313131;
    border: 1px solid #313131; }
    .atoz li > a span,
    .atoz li > span span {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .atoz li > .inactive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3; }
  .atoz a:hover {
    background-color: #f3f2ed; }
  .atoz li.active a {
    background-color: #f3f2ed;
    font-weight: 700; }

.articles-entry .badge {
  position: absolute;
  top: auto;
  right: -10px;
  bottom: -10px; }

.badge-microsite .articles-entry .badge {
  position: absolute;
  top: auto;
  bottom: -10px; }
@media (max-width: 579px) {
  .badge-microsite img {
    width: 50px;
    height: auto; } }

.articles-entry .badge-new {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: auto;
  left: auto; }

.big-ticks {
  list-style: none;
  margin: 0;
  padding: 0; }
  .big-ticks > li {
    padding: 0;
    margin: 0; }
    .big-ticks > li + li {
      margin-top: -1px; }
  .big-ticks > li > .big-ticks-item {
    position: relative;
    display: block;
    border: 1px solid #eeede6;
    padding: 20px;
    z-index: 1;
    cursor: pointer; }
    .big-ticks > li > .big-ticks-item:after {
      content: '';
      display: table;
      clear: both; }
    .big-ticks > li > .big-ticks-item:hover {
      border-color: #c4c4c2;
      z-index: 2; }
    .big-ticks > li > .big-ticks-item.active {
      border-color: #154193;
      z-index: 3; }
    .big-ticks > li > .big-ticks-item img {
      display: none; }
      @media (min-width: 400px) {
        .big-ticks > li > .big-ticks-item img {
          display: block;
          float: right; } }
  .big-ticks .payment-subform {
    display: none;
    padding-top: 12px;
    /* max-width: 300px; */ }
    .big-ticks .payment-subform .payment-inputs-wrapper {
      max-width: 300px; }

.brochure,
.partner {
  text-align: center;
  margin-top: 48px; }
  .brochure .image,
  .partner .image {
    margin-bottom: 24px; }
  .brochure .download,
  .partner .download {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem; }
    .brochure .download b,
    .partner .download b {
      font-weight: 400; }

.products-link {
  display: none; }
  @media (min-width: 400px) {
    .products-link {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px; } }
  @media (min-width: 580px) {
    .products-link {
      height: 100px;
      background-image: url("../../images/products-link.png");
      background-repeat: no-repeat;
      background-position: right top;
      background-size: 100px 100px;
      padding-right: 120px;
      padding-top: 20px; }
      .products-link .btn:before, .products-link .button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media (min-width: 980px) {
    .products-link {
      height: 150px;
      padding-right: 170px;
      background-size: 150px 150px;
      padding-top: 60px; } }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(21, 65, 147, 0.5); }

body {
  text-align: center;
  overflow-y: scroll;
  -webkit-backface-visibility: hidden; }

.site-wrapper {
  position: relative;
  padding-bottom: 82px; }
  @media (min-width: 580px) {
    .site-wrapper {
      padding-bottom: 0; } }

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  padding: 0 15px;
  padding: 0 1.5rem;
  position: relative;
  text-align: left; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 400px) {
    .container {
      padding: 0 20px;
      padding: 0 2rem; } }
  .container .container {
    padding-left: 0;
    padding-right: 0; }

.floatleft,
.floatright {
  float: none;
  display: block;
  margin: 0 auto 24px; }

@media (min-width: 580px) {
  .floatleft,
  .floatright {
    max-width: 47%;
    margin-bottom: 1%; }

  .floatleft {
    float: left;
    margin-right: 3%; }

  .floatright {
    float: right;
    margin-left: 3%; } }
svg {
  width: 100%;
  height: 100%; }

img.lazyload,
img.lazyloading {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

img.lazyloaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.site-header {
  padding: 0;
  z-index: 40;
  height: 65px;
  position: relative;
  background-color: white; }
  @media (min-width: 580px) {
    .site-header {
      height: 95px; } }
  @media (min-width: 980px) {
    .site-header {
      height: 150px; } }

.header-microsite .site-header {
  box-shadow: 1px 1px 5px #eeede6; }
  @media (min-width: 980px) {
    .header-microsite .site-header {
      height: 130px; } }
@media (min-width: 980px) {
  .header-microsite .site-title {
    top: 30px; } }

.site-title {
  z-index: 30;
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  width: 123px;
  height: 37px;
  top: 15px;
  background-image: url('../../images/sprites/logos-s28ca231958.png');
  background-position: 0 -227px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .site-title {
      background-image: url('../../images/sprites/logos-hd-s92e0ac3843.png');
      -moz-background-size: 271px 367px;
      -o-background-size: 271px 367px;
      -webkit-background-size: 271px 367px;
      background-size: 271px 367px;
      background-position: 0 -227px; } }
  @media (min-width: 580px) {
    .site-title {
      width: 178px;
      height: 53px;
      top: 20px;
      background-image: url('../../images/sprites/logos-s28ca231958.png');
      background-position: 0 -314px;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 580px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 580px) and (min-device-pixel-ratio: 1.5), (min-width: 580px) and (min-resolution: 144dpi) {
    .site-title {
      background-image: url('../../images/sprites/logos-hd-s92e0ac3843.png');
      -moz-background-size: 271px 367px;
      -o-background-size: 271px 367px;
      -webkit-background-size: 271px 367px;
      background-size: 271px 367px;
      background-position: 0 -314px; } }

  @media (min-width: 980px) {
    .site-title {
      width: 271px;
      height: 82px;
      top: 50px;
      background-image: url('../../images/sprites/logos-s28ca231958.png');
      background-position: 0 -95px;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 980px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 980px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 980px) and (min-device-pixel-ratio: 1.5), (min-width: 980px) and (min-resolution: 144dpi) {
    .site-title {
      background-image: url('../../images/sprites/logos-hd-s92e0ac3843.png');
      -moz-background-size: 271px 367px;
      -o-background-size: 271px 367px;
      -webkit-background-size: 271px 367px;
      background-size: 271px 367px;
      background-position: 0 -95px; } }

.nav-pills {
  position: absolute;
  top: 24px;
  right: 58px;
  z-index: 40; }
  .nav-pills > nav {
    float: right;
    margin-left: 10px; }
  @media (min-width: 580px) {
    .nav-pills {
      top: 33px;
      right: 70px; }
      .sticky-header .nav-pills {
        top: 10px;
        right: 70px; }
        .sticky-header .nav-pills > nav {
          margin-left: 5px; } }
  @media (min-width: 980px) {
    .nav-pills {
      top: 48px;
      right: 20px; }
      .sticky-header .nav-pills {
        right: 10px; }
        .sticky-header .nav-pills > nav {
          margin-left: 0; } }

.nav-cart > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 14px;
  line-height: 21px;
  height: 25px;
  border: 2px solid #f3f2ed;
  background-color: #f3f2ed;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #313131;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem; }
  .nav-cart > a > span {
    display: none; }
  .nav-cart > a:hover, .nav-cart > a.pill-blue, .nav-cart > a.pill-blue.open {
    background-color: #154193;
    border-color: #154193;
    color: white; }
  .nav-cart > a.open, .nav-cart > a.active {
    background-color: white;
    border-color: #f3f2ed;
    color: #154193; }
  @media (max-width: 579px) {
    .nav-cart > a i {
      position: relative;
      top: -1px; } }
  @media (min-width: 580px) {
    .nav-cart > a {
      padding: 0 19px;
      line-height: 31px;
      height: 37px;
      -moz-border-radius: 18px;
      -webkit-border-radius: 18px;
      border-radius: 18px; } }
  @media (min-width: 980px) {
    .nav-cart > a > span {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      max-width: 220px;
      overflow: hidden;
      padding-right: 5px; } }
.nav-cart > .slidedown-content {
  left: auto;
  right: 0; }
  .nav-cart > .slidedown-content:before {
    left: auto;
    right: 9px; }
  .nav-cart > .slidedown-content:after {
    left: auto;
    right: 10px; }

.site-header .nav-login > a,
.site-header .nav-favourites > a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 14px;
  line-height: 21px;
  height: 25px;
  border: 2px solid #f3f2ed;
  background-color: #f3f2ed;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #313131; }
  .site-header .nav-login > a > span,
  .site-header .nav-favourites > a > span {
    display: none; }
  .site-header .nav-login > a:hover, .site-header .nav-login > a.pill-blue, .site-header .nav-login > a.pill-blue.open,
  .site-header .nav-favourites > a:hover,
  .site-header .nav-favourites > a.pill-blue,
  .site-header .nav-favourites > a.pill-blue.open {
    background-color: #154193;
    border-color: #154193;
    color: white; }
  .site-header .nav-login > a.open, .site-header .nav-login > a.active,
  .site-header .nav-favourites > a.open,
  .site-header .nav-favourites > a.active {
    background-color: white;
    border-color: #f3f2ed;
    color: #154193; }
  @media (max-width: 579px) {
    .site-header .nav-login > a i,
    .site-header .nav-favourites > a i {
      position: relative;
      top: -1px; } }
  @media (min-width: 580px) {
    .site-header .nav-login > a,
    .site-header .nav-favourites > a {
      padding: 0 19px;
      line-height: 31px;
      height: 37px;
      -moz-border-radius: 18px;
      -webkit-border-radius: 18px;
      border-radius: 18px; } }
  @media (min-width: 980px) {
    .site-header .nav-login > a > span,
    .site-header .nav-favourites > a > span {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      max-width: 220px;
      overflow: hidden;
      padding-right: 5px; } }
.site-header .nav-login > .dropdown-content, .site-header .nav-login > .dropdown-content:before, .site-header .nav-login > .dropdown-content:after,
.site-header .nav-login > ul,
.site-header .nav-login > ul:before,
.site-header .nav-login > ul:after,
.site-header .nav-favourites > .dropdown-content,
.site-header .nav-favourites > .dropdown-content:before,
.site-header .nav-favourites > .dropdown-content:after,
.site-header .nav-favourites > ul,
.site-header .nav-favourites > ul:before,
.site-header .nav-favourites > ul:after {
  left: 50%;
  transform: translate(-50%, 0); }

.site-header .nav-favourites {
  display: none; }
  @media (min-width: 580px) {
    .site-header .nav-favourites {
      display: block; } }

.site-header .site-search-desktop {
  display: none; }
  @media (min-width: 580px) {
    .site-header .site-search-desktop {
      display: block; }
      .site-header .site-search-desktop > a {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        padding: 0 14px;
        line-height: 21px;
        height: 25px;
        border: 2px solid #f3f2ed;
        background-color: #f3f2ed;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        color: #313131; }
        .site-header .site-search-desktop > a > span {
          display: none; }
        .site-header .site-search-desktop > a:hover, .site-header .site-search-desktop > a.pill-blue, .site-header .site-search-desktop > a.pill-blue.open {
          background-color: #154193;
          border-color: #154193;
          color: white; }
        .site-header .site-search-desktop > a.open, .site-header .site-search-desktop > a.active {
          background-color: white;
          border-color: #f3f2ed;
          color: #154193; } }
    @media (min-width: 580px) and (max-width: 579px) {
      .site-header .site-search-desktop > a i {
        position: relative;
        top: -1px; } }
    @media (min-width: 580px) and (min-width: 580px) {
      .site-header .site-search-desktop > a {
        padding: 0 19px;
        line-height: 31px;
        height: 37px;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        border-radius: 18px; } }
    @media (min-width: 580px) and (min-width: 980px) {
      .site-header .site-search-desktop > a > span {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        max-width: 220px;
        overflow: hidden;
        padding-right: 5px; } }

@media (min-width: 580px) {
  .sticky-header .site-header {
    -webkit-animation: sticky-header-move 0.5s;
    /* Chrome, Safari, Opera */
    animation: sticky-header-move 0.5s;
    top: 0;
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #f3f2ed; } }
.sticky-header .site-header .site-title {
  width: 271px;
  height: 45px;
  top: 8px;
  background-image: url('../../images/sprites/logos-s28ca231958.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .sticky-header .site-header .site-title {
      background-image: url('../../images/sprites/logos-hd-s92e0ac3843.png');
      -moz-background-size: 271px 367px;
      -o-background-size: 271px 367px;
      -webkit-background-size: 271px 367px;
      background-size: 271px 367px;
      background-position: 0 0; } }
@media (min-width: 980px) {
  .sticky-header .site-header .nav-cart > a,
  .sticky-header .site-header .nav-login > a,
  .sticky-header .site-header .site-search-desktop > a {
    padding: 0 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .sticky-header .site-header .nav-cart > a, .sticky-header .site-header .nav-cart > a:hover, .sticky-header .site-header .nav-cart > a.open, .sticky-header .site-header .nav-cart > a.active,
    .sticky-header .site-header .nav-login > a,
    .sticky-header .site-header .nav-login > a:hover,
    .sticky-header .site-header .nav-login > a.open,
    .sticky-header .site-header .nav-login > a.active,
    .sticky-header .site-header .site-search-desktop > a,
    .sticky-header .site-header .site-search-desktop > a:hover,
    .sticky-header .site-header .site-search-desktop > a.open,
    .sticky-header .site-header .site-search-desktop > a.active {
      color: #154193;
      border-color: transparent;
      background-color: transparent; }
    .sticky-header .site-header .nav-cart > a > span,
    .sticky-header .site-header .nav-login > a > span,
    .sticky-header .site-header .site-search-desktop > a > span {
      display: none; } }
.sticky-header .site-header .nav-favourites {
  display: none; }

.below-header {
  position: relative; }
  @media (min-width: 580px) {
    .sticky-header .below-header {
      top: 95px; }
    .sticky-subnav .below-header {
      top: 50px; }
    .sticky-header.sticky-subnav .below-header {
      top: 145px; } }
  @media (min-width: 980px) {
    .sticky-header .below-header {
      top: 150px; }
    .sticky-header.sticky-subnav .below-header {
      top: 200px; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes sticky-header-move {
  from {
    top: -60px; }
  to {
    top: 0; } }
/* Standard syntax */
@keyframes sticky-header-move {
  from {
    top: -60px; }
  to {
    top: 0; } }
/* Checkout-Skin */
.checkout-skin .site-header {
  background-color: #f3f2ed;
  height: 60px; }
.checkout-skin .site-title {
  width: 123px;
  height: 37px;
  top: 15px;
  background-image: url('../../images/sprites/logos-s28ca231958.png');
  background-position: 0 -227px;
  background-repeat: repeat-y;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */ }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .checkout-skin .site-title {
      background-image: url('../../images/sprites/logos-hd-s92e0ac3843.png');
      -moz-background-size: 271px 367px;
      -o-background-size: 271px 367px;
      -webkit-background-size: 271px 367px;
      background-size: 271px 367px;
      background-position: 0 -227px; } }
  @media (min-width: 580px) {
    .checkout-skin .site-title {
      width: 271px;
      height: 45px;
      top: 8px;
      background-image: url('../../images/sprites/logos-s28ca231958.png');
      background-position: 0 0;
      background-repeat: repeat-y;
      /**
       * Option variable to turn on/off IE8 support.
       *
       * This requires Modernizr's test for `css-mediaqueries` and RespondJS
       *
       * Set to `1` to turn on support.
       */ } }
  @media (min-width: 580px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 580px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 580px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 580px) and (min-device-pixel-ratio: 1.5), (min-width: 580px) and (min-resolution: 144dpi) {
    .checkout-skin .site-title {
      background-image: url('../../images/sprites/logos-hd-s92e0ac3843.png');
      -moz-background-size: 271px 367px;
      -o-background-size: 271px 367px;
      -webkit-background-size: 271px 367px;
      background-size: 271px 367px;
      background-position: 0 0; } }

.checkout-skin .abort-checkout-link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #313131; }
  .checkout-skin .abort-checkout-link span {
    display: none; }
    @media (min-width: 580px) {
      .checkout-skin .abort-checkout-link span {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; } }
  .checkout-skin .abort-checkout-link i {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

.hero {
  z-index: 20;
  overflow: hidden;
  background-color: #f3f2ed; }
  .hero .container {
    position: relative;
    text-align: center; }
    @media (max-width: 979px) {
      .hero .container {
        padding: 0; } }
  .hero .hero-canvas {
    z-index: 1;
    position: relative;
    height: 280px;
    background-color: #c4c4c2; }
    @media (min-width: 580px) {
      .hero .hero-canvas {
        height: 0;
        padding-bottom: 37.9166666667%; } }
  .hero .hero-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .hero .hero-caption {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 20px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 40%;
    color: white; }
    @media (min-width: 980px) {
      .hero .hero-caption {
        left: 40px; } }
  .hero p {
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    font-size: 2vw;
    line-height: 24px;
    line-height: 2.3vw;
    margin-bottom: 0.5em;
    text-shadow: rgba(236, 14, 14, 0.4) 0 0 20px; }
  .hero h1 {
    text-align: left;
    font-size: 28px;
    font-size: 4.2vw;
    line-height: 32px;
    line-height: 4.7vw;
    font-weight: 400;
    margin: 0;
    text-shadow: rgba(236, 14, 14, 0.4) 0 0 20px; }
  .hero .health-aide, .hero .discount-badge {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 20px;
    left: auto;
    width: 120px;
    height: 120px;
    z-index: 3; }
  @media (min-width: 980px) {
    .hero h1 {
      font-size: 40px;
      line-height: 48px; }
    .hero p {
      font-size: 20px;
      line-height: 32px; }
    .hero .health-aide, .hero .discount-badge {
      position: absolute;
      top: auto;
      right: 60px;
      bottom: 20px;
      left: auto;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      width: auto;
      height: auto; } }
  @media (max-width: 579px) {
    .hero .hero-caption {
      display: none; }
    .hero .container {
      height: 280px;
      overflow: hidden; }
      .hero .container .hero-wrapper img {
        height: 280px;
        width: auto;
        max-width: none;
        float: right;
        -moz-transform: translate(16%, 0);
        -ms-transform: translate(16%, 0);
        -webkit-transform: translate(16%, 0);
        transform: translate(16%, 0); }
    .hero .health-aide, .discount-badge {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 25px;
      left: 50%;
      -moz-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
      -webkit-transform: translate(-20%, 0);
      transform: translate(-20%, 0);
      width: 120px;
      height: 120px; } }

.site-content {
  z-index: 10;
  position: relative;
  min-height: 60px; }

.content-cols {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .content-cols:after {
    content: '';
    display: table;
    clear: both; }
  .content-cols .col {
    margin-top: 24px;
    margin-top: 2.4rem; }
    @media (min-width: 740px) {
      .content-cols .col {
        width: 47.82609%;
        float: left; }
        .content-cols .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .content-cols .col:nth-child(2n + 2) {
          margin-left: 52.17391%;
          margin-right: -100%;
          clear: none; } }

.site-footer {
  z-index: 20;
  position: relative;
  background-color: white; }
  .site-footer .entries .col {
    text-align: center;
    margin-bottom: 48px; }
    .site-footer .entries .col:last-child {
      margin-bottom: 0; }
    @media (min-width: 580px) {
      .site-footer .entries .col {
        width: 47.82609%;
        float: left; }
        .site-footer .entries .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .site-footer .entries .col:nth-child(2n + 2) {
          margin-left: 52.17391%;
          margin-right: -100%;
          clear: none; }
        .site-footer .entries .col:nth-last-child(-n + 2) {
          margin-bottom: 0; } }
    @media (min-width: 980px) {
      .site-footer .entries .col {
        width: 31.42857%;
        float: left; }
        .site-footer .entries .col:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .site-footer .entries .col:nth-child(3n + 2) {
          margin-left: 34.28571%;
          margin-right: -100%;
          clear: none; }
        .site-footer .entries .col:nth-child(3n + 3) {
          margin-left: 68.57143%;
          margin-right: -100%;
          clear: none; }
        .site-footer .entries .col:nth-last-child(-n + 3) {
          margin-bottom: 0; } }
  .site-footer .newsletter-subscriber {
    text-align: left;
    padding-top: 12px;
    width: 220px;
    margin: 0 auto; }
  .site-footer .btn-call i {
    margin-right: 10px;
    margin-right: 1rem; }

.footer-benefits,
.footer-features,
.footer-nav {
  padding: 48px 0; }

.footer-benefits,
.footer-nav,
.footer-address {
  background-color: #f3f2ed; }

.footer-address,
.footer-ifm {
  padding: 6px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem; }
  .footer-address, .footer-address .container,
  .footer-ifm,
  .footer-ifm .container {
    text-align: center; }
  .footer-address a:visited,
  .footer-address a:link,
  .footer-ifm a:visited,
  .footer-ifm a:link {
    color: #313131; }

.footer-nav {
  display: none; }
  .footer-nav .col {
    display: none; }
    @media (min-width: 580px) {
      .footer-nav .col {
        display: block;
        text-align: center;
        margin-bottom: 48px;
        width: 47.82609%;
        float: left; }
        .footer-nav .col:nth-last-child(-n + 2) {
          margin-bottom: 0; }
        .footer-nav .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .footer-nav .col:nth-child(2n + 2) {
          margin-left: 52.17391%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 980px) {
      .footer-nav .col {
        width: 22.58065%;
        float: left; }
        .footer-nav .col:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .footer-nav .col:nth-child(4n + 2) {
          margin-left: 25.80645%;
          margin-right: -100%;
          clear: none; }
        .footer-nav .col:nth-child(4n + 3) {
          margin-left: 51.6129%;
          margin-right: -100%;
          clear: none; }
        .footer-nav .col:nth-child(4n + 4) {
          margin-left: 77.41935%;
          margin-right: -100%;
          clear: none; }
        .footer-nav .col:nth-last-child(-n + 4) {
          margin-bottom: 0; } }
  @media (min-width: 580px) {
    .footer-nav {
      display: block;
      border-bottom: 2px solid white; }
      .footer-nav ul {
        list-style: none; }
      .footer-nav ul li {
        margin: 0; }
      .footer-nav ul > li > a {
        color: #313131; }
        .footer-nav ul > li > a:hover {
          color: #154193; } }

nav ul {
  margin: 0;
  padding: 0; }

.nav-site {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40; }
  .nav-site .dropdown-toggle {
    display: block;
    position: absolute;
    top: 24px;
    right: 15px;
    width: 23px;
    height: 25px;
    background-color: transparent;
    padding: 0;
    border: 0; }
    @media (min-width: 580px) {
      .nav-site .dropdown-toggle {
        top: 33px;
        right: 20px;
        width: 30px;
        height: 38px; }
        .sticky-header .nav-site .dropdown-toggle {
          top: 17px;
          width: 23px;
          height: 25px; } }
    @media (min-width: 980px) {
      .nav-site .dropdown-toggle {
        display: none; } }
  .nav-site .dropdown-content {
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    background-color: white;
    border-bottom: 1px solid #c4c4c2; }
    @media (min-width: 580px) {
      .nav-site .dropdown-content {
        top: 95px; }
        .sticky-header .nav-site .dropdown-content {
          top: 60px; } }
    @media (min-width: 980px) {
      .nav-site .dropdown-content {
        position: static;
        display: inline;
        border: 0;
        padding: 0; } }
  .nav-site nav > ul > li {
    display: inline; }
  .nav-site nav > ul > li > a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 2px;
    padding: 6px 15px;
    background-color: #f3f2ed;
    color: #313131; }
  .nav-site nav > ul > li > a:hover,
  .nav-site nav > ul > li.active > a {
    background-color: #313131;
    color: white; }
  .nav-site nav > ul > li.nav_health_aide.hide-lg > a:hover {
    background-color: #ec0e0e;
    color: white; }
  @media (min-width: 980px) {
    .nav-site nav > ul > li > a,
    .nav-site nav > ul > li > a:hover,
    .nav-site nav > ul > li.active > a {
      background-color: transparent;
      float: left; }
    .nav-site nav.nav-main {
      position: absolute;
      top: 101px;
      right: 20px; }
      .nav-site nav.nav-main > ul > li > a {
        padding: 0;
        margin-right: 20px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 32px;
        line-height: 3.2rem; }
        .nav-site nav.nav-main > ul > li > a:hover {
          color: #154193; }
      .nav-site nav.nav-main > ul > li.active a {
        color: #313131;
        font-weight: 600; }
      .nav-site nav.nav-main > ul > li:last-child > a {
        margin-right: 0; }
    .nav-site nav.nav-meta {
      position: absolute;
      top: 0;
      right: 20px; }
      .nav-site nav.nav-meta > ul > li > a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 32px;
        line-height: 3.2rem;
        color: #9d9ea0;
        padding: 0;
        margin-right: 8px; }
        .nav-site nav.nav-meta > ul > li > a:after {
          content: '|';
          padding-left: 8px;
          color: #313131; }
        .nav-site nav.nav-meta > ul > li > a:hover {
          color: #313131; }
      .nav-site nav.nav-meta > ul > li.active a {
        color: #313131;
        font-weight: 600; }
      .nav-site nav.nav-meta > ul > li:last-child > a {
        margin-right: 0; }
        .nav-site nav.nav-meta > ul > li:last-child > a:after {
          content: '';
          padding-left: 0; } }

@media (min-width: 980px) {
  .sticky-header .nav-site .nav-main {
    top: 12px;
    right: 155px;
    display: none; }
  .sticky-header .nav-site .nav-meta {
    display: none; } }
.sticky-links-wrapper {
  z-index: 70;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0; }
  @media (min-width: 1100px) {
    .sticky-links-wrapper {
      top: 0;
      right: 0;
      bottom: 0;
      left: auto; } }

.sticky-links {
  position: relative; }
  @media (min-width: 1100px) {
    .sticky-links {
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }

.sticky-link {
  display: block;
  padding: 8px 10px;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid white;
  position: absolute;
  right: 0;
  left: 0; }
  .sticky-link, .sticky-link:visited, .sticky-link:hover, .sticky-link:focus, .sticky-link:active {
    color: white; }
  @media (min-width: 1100px) {
    .sticky-link {
      border-top: 0;
      font-size: 20px;
      font-size: 2rem;
      line-height: 24px;
      line-height: 2.4rem;
      height: auto;
      width: 40px;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .sticky-link span {
        display: block;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 20px;
        left: 0;
        transform: rotate(270deg);
        white-space: nowrap; } }

.sticky-link-direct-order {
  background-color: #313131;
  bottom: 0; }
  .sticky-link-direct-order:hover, .sticky-link-direct-order:focus, .sticky-link-direct-order:active {
    background-color: black; }
  @media (min-width: 580px) {
    .sticky-link-direct-order {
      left: auto;
      width: 50%; } }
  @media (min-width: 1100px) {
    .sticky-link-direct-order {
      width: 40px;
      height: 180px;
      margin-bottom: 10px; } }

.sticky-link-health-aide,
.sticky-link-last-bought {
  bottom: 41px; }
  @media (min-width: 580px) {
    .sticky-link-health-aide,
    .sticky-link-last-bought {
      bottom: 0;
      right: auto;
      width: 50%; } }
  @media (min-width: 1100px) {
    .sticky-link-health-aide,
    .sticky-link-last-bought {
      right: 0;
      width: 40px; } }

.sticky-link-health-aide {
  background-color: #ec0e0e; }
  .sticky-link-health-aide:hover, .sticky-link-health-aide:focus, .sticky-link-health-aide:active {
    background-color: #c4c4c2;
    color: #313131; }
  @media (min-width: 1100px) {
    .sticky-link-health-aide {
      height: 340px; } }
  .logged-in .sticky-link-health-aide {
    display: none; }

.sticky-link-last-bought {
  background-color: #eeede6;
  display: none; }
  .sticky-link-last-bought, .sticky-link-last-bought:visited, .sticky-link-last-bought:hover, .sticky-link-last-bought:focus, .sticky-link-last-bought:active {
    color: #313131; }
  .sticky-link-last-bought:hover, .sticky-link-last-bought:focus, .sticky-link-last-bought:active {
    background-color: #c4c4c2; }
  @media (min-width: 1100px) {
    .sticky-link-last-bought {
      height: 265px; } }
  .logged-in .sticky-link-last-bought {
    display: block; }

.js-nav-sub {
  width: 1px;
  height: 1px;
  position: relative;
  margin-bottom: -1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.nav-sub-desktop {
  display: none; }

.nav-sub-mobile {
  display: block;
  background-color: #ffb500;
  z-index: 30;
  position: relative;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: white !important; }
  .nav-sub-mobile > .container {
    padding: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .nav-sub-mobile .container {
    padding: 0 20px; }
  .nav-sub-mobile .custom-select {
    margin: 7px 0;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px; }
    .nav-sub-mobile .custom-select:after {
      right: 10px; }
    .nav-sub-mobile .custom-select select {
      padding-left: 20px;
      padding-right: 50px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

@media (min-width: 980px) {
  .nav-sub-mobile {
    display: none; }

  .nav-sub-desktop {
    display: block;
    background-color: #ffb500;
    z-index: 30;
    position: relative;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .nav-sub-desktop > .container {
      padding: 0;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .hero-active .nav-sub-desktop {
      background-color: #f3f2ed; }
    .nav-sub-desktop > .container > ul {
      background-color: #ffb500;
      height: 50px;
      list-style: none;
      margin: 0 20px;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-between; }
    .nav-sub-desktop > .container > ul > li {
      margin: 0;
      display: block;
      flex-grow: 1;
      text-align: center; }
    .nav-sub-desktop > .container > ul > li > a {
      color: white;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 30px;
      line-height: 3rem;
      font-weight: 400;
      padding: 10px 0;
      margin: 0 auto;
      display: block; }
      .nav-sub-desktop > .container > ul > li > a:hover {
        background-color: #ffc433; }
    .nav-sub-desktop > .container > ul > li.active > a {
      text-decoration: none;
      font-weight: 600;
      background-color: #ffc433; } }
@media (min-width: 580px) {
  .nav-sub-desktop {
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s; }

  .nav-sub-mobile {
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s; }

  .site-hero + .js-nav-sub + .nav-sub-desktop {
    background-color: #f3f2ed; }
    .site-hero + .js-nav-sub + .nav-sub-desktop .container {
      padding: 0 20px; }

  .sticky-subnav .nav-sub-desktop {
    background-color: #ffb500; }

  .sticky-subnav .nav-sub-mobile {
    border-bottom: 1px solid #c4c4c2; }

  .sticky-subnav .nav-sub-desktop,
  .sticky-subnav .nav-sub-mobile {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 60px; }

  .sticky-subnav .site-hero + .js-nav-sub + .nav-sub-desktop {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ffb500; }
    .sticky-subnav .site-hero + .js-nav-sub + .nav-sub-desktop .container {
      padding: 0; } }
.site-search form {
  display: block;
  height: 37px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: 2px solid #eeede6;
  background-color: white;
  position: relative;
  overflow: hidden; }
  .site-search form input[type="text"] {
    border: 0;
    background-color: transparent;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 33px;
    line-height: 3.3rem;
    width: 100%;
    height: 33px;
    margin: 0;
    padding-left: 15px;
    padding-right: 50px;
    display: block;
    z-index: 1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .site-search form .search-button {
    position: absolute;
    top: 7px;
    right: 20px;
    width: 20px;
    height: 19px;
    z-index: 2; }
    .site-search form .search-button i {
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px; }

.site-search-mobile {
  position: relative; }
  @media (min-width: 580px) {
    .site-search-mobile {
      display: none; } }
  .site-search-mobile form {
    margin: 0 15px 8px; }

.site-search-desktop {
  position: relative; }
  .site-search-desktop a {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    background-color: transparent;
    z-index: 3; }
  .site-search-desktop form {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    overflow: hidden;
    z-index: 2;
    background-color: #f3f2ed; }
  .site-search-desktop:hover form {
    background-color: #154193;
    border-color: #154193; }
  .site-search-desktop.active > a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 1; }
  .site-search-desktop.active form {
    width: 280px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: white;
    border-color: #f3f2ed; }

@media (min-width: 980px) {
  .site-search-desktop:hover form {
    background-color: white;
    border-color: #f3f2ed; }
  .site-search-desktop > a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 1; }
  .site-search-desktop form {
    width: 280px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: white;
    border-color: #f3f2ed; }

  .sticky-header .site-search-desktop form {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .sticky-header .site-search-desktop form .search-button {
    right: 11px; }
  .sticky-header .site-search-desktop:hover form {
    background-color: white;
    border-color: #f3f2ed; }
  .sticky-header .site-search-desktop form {
    width: 400px;
    background-color: white;
    border-color: #f3f2ed;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }
.result-live {
  display: none;
  position: absolute;
  left: 0;
  float: left;
  min-width: 240px;
  margin: 0;
  padding: 5px 0;
  z-index: 50;
  background-color: white;
  border: 2px solid #eeede6;
  top: 100%;
  margin-top: 15px;
  bottom: auto; }
  .result-live:before {
    content: '';
    display: block;
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid #eeede6;
    border-top: 0;
    height: 0;
    width: 0;
    left: 8px;
    top: -12px; }
  .result-live:after {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
    border-top: 0;
    height: 0;
    width: 0;
    left: 10px;
    top: -10px; }
  .result-live ul {
    list-style: none;
    padding: 5px 0; }
  .result-live li {
    margin-top: 0; }
  .result-live li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    color: #313131;
    white-space: nowrap; }
    .result-live li > a:hover {
      background-color: #eeede6; }
  .result-live .notice {
    padding: 5px 20px;
    display: block; }
  .site-search-desktop .result-live {
    left: -220px;
    min-width: 280px; }
  @media (min-width: 980px) {
    .sticky-header .site-search-desktop .result-live {
      left: -360px; } }
  .site-search-mobile .result-live {
    left: 15px;
    right: 15px; }
  .result-live li a {
    transition: none; }
  .result-live li.highlight a {
    background-color: #eeede6;
    color: #313131 !important; }

.nav-progress {
  margin: 24px 0 0; }
  @media (min-width: 740px) {
    .nav-progress {
      margin: 48px 0 0; } }

.breadcrumb {
  margin-bottom: 24px;
  margin-top: 12px; }
  .nav-sub + .breadcrumb {
    margin-top: 24px; }
  .breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0; }
  .breadcrumb li {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    float: left; }
  .breadcrumb li + li {
    margin-left: 6px; }
    .breadcrumb li + li:before {
      content: '|';
      margin-right: 6px;
      font-weight: 300; }
  .breadcrumb li:last-child {
    font-weight: 700; }
  .breadcrumb a {
    color: #313131; }
    .breadcrumb a:hover {
      color: #154193; }

.page {
  padding: 24px 0 48px;
  padding: 2.4rem 0 4.8rem; }

.narrow-section h1,
.narrow-section h2,
.narrow-section h3,
.narrow-section h4,
.narrow-section h5,
.narrow-section p,
.narrow-section ul,
.narrow-section ol {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

.page-home {
  padding-top: 48px; }
  .page-home .articles-entries .col {
    text-align: center;
    margin-bottom: 48px; }
    .page-home .articles-entries .col:last-child {
      margin-bottom: 0; }
    @media (min-width: 580px) {
      .page-home .articles-entries .col {
        width: 47.82609%;
        float: left; }
        .page-home .articles-entries .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-home .articles-entries .col:nth-child(2n + 2) {
          margin-left: 52.17391%;
          margin-right: -100%;
          clear: none; }
        .page-home .articles-entries .col:nth-last-child(-n + 2) {
          margin-bottom: 0; } }
    @media (min-width: 740px) {
      .page-home .articles-entries .col {
        width: 31.42857%;
        float: left; }
        .page-home .articles-entries .col:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-home .articles-entries .col:nth-child(3n + 2) {
          margin-left: 34.28571%;
          margin-right: -100%;
          clear: none; }
        .page-home .articles-entries .col:nth-child(3n + 3) {
          margin-left: 68.57143%;
          margin-right: -100%;
          clear: none; }
        .page-home .articles-entries .col:nth-last-child(-n + 3) {
          margin-bottom: 0; } }
    @media (min-width: 980px) {
      .page-home .articles-entries .col {
        width: 23.40426%;
        float: left; }
        .page-home .articles-entries .col:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-home .articles-entries .col:nth-child(4n + 2) {
          margin-left: 25.53191%;
          margin-right: -100%;
          clear: none; }
        .page-home .articles-entries .col:nth-child(4n + 3) {
          margin-left: 51.06383%;
          margin-right: -100%;
          clear: none; }
        .page-home .articles-entries .col:nth-child(4n + 4) {
          margin-left: 76.59574%;
          margin-right: -100%;
          clear: none; }
        .page-home .articles-entries .col:nth-last-child(-n + 4) {
          margin-bottom: 0; } }
  .page-home .home-products .buttons,
  .page-home .home-products .button-favorites {
    display: none; }
  .page-home .home-bestseller {
    padding: 0 0 48px; }
  .page-home .home-health-aide,
  .page-home .home-discounted,
  .page-home .home-orthomolecular {
    padding: 48px 0; }
  .page-home .home-health-aide {
    background-color: #f3f2ed; }
  @media (max-width: 579px) {
    .page-home .home-health-aide .container,
    .page-home .home-orthomolecular .container {
      text-align: center; } }

.page-contact {
  background-color: #fafaf8;
  padding: 48px 0;
  padding: 4.8rem 0; }
  .page-contact .contact-address {
    margin-bottom: 48px;
    margin-bottom: 4.8rem; }
  @media (min-width: 580px) {
    .page-contact .contact-address {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%; }
    .page-contact .contact-form {
      width: 48.93617%;
      float: right;
      margin-right: 0; } }
  .page-contact .contact-portraits:after {
    content: '';
    display: table;
    clear: both; }
  .page-contact .portrait {
    margin-top: 24px;
    margin-top: 2.4rem;
    width: 47.82609%;
    float: left; }
    .page-contact .portrait:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .page-contact .portrait:nth-child(2n + 2) {
      margin-left: 52.17391%;
      margin-right: -100%;
      clear: none; }
  .page-contact .contact-quote {
    padding-top: 48px;
    padding-top: 4.8rem;
    text-align: center; }
    .page-contact .contact-quote .tiny {
      font-weight: 600; }

.page-imprint {
  background-color: #fafaf8;
  padding: 48px 0;
  padding: 4.8rem 0; }
  .page-imprint:after,
  .page-imprint p:after {
    content: '';
    display: table;
    clear: both; }
  .page-imprint .left {
    display: block;
    font-weight: 400; }
  .page-imprint .right {
    display: block;
    margin-bottom: 12px; }
  @media (min-width: 580px) {
    .page-imprint .left {
      clear: left;
      width: 200px;
      float: left;
      margin-right: 20px; }
    .page-imprint .right {
      float: left;
      margin-bottom: 0; } }
  .page-imprint .imprint-data {
    margin-bottom: 48px;
    margin-bottom: 4.8rem; }
  @media (min-width: 980px) {
    .page-imprint .imprint-data {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%; }
    .page-imprint .imprint-disclaimer {
      width: 48.93617%;
      float: right;
      margin-right: 0; } }

.page-articles-overview .articles-entries .col {
  text-align: center;
  margin-bottom: 48px; }
  .page-articles-overview .articles-entries .col:last-child {
    margin-bottom: 0; }
  @media (min-width: 580px) {
    .page-articles-overview .articles-entries .col {
      width: 47.82609%;
      float: left; }
      .page-articles-overview .articles-entries .col:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .page-articles-overview .articles-entries .col:nth-child(2n + 2) {
        margin-left: 52.17391%;
        margin-right: -100%;
        clear: none; }
      .page-articles-overview .articles-entries .col:nth-last-child(-n + 2) {
        margin-bottom: 0; } }
  @media (min-width: 740px) {
    .page-articles-overview .articles-entries .col {
      width: 31.42857%;
      float: left; }
      .page-articles-overview .articles-entries .col:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .page-articles-overview .articles-entries .col:nth-child(3n + 2) {
        margin-left: 34.28571%;
        margin-right: -100%;
        clear: none; }
      .page-articles-overview .articles-entries .col:nth-child(3n + 3) {
        margin-left: 68.57143%;
        margin-right: -100%;
        clear: none; }
      .page-articles-overview .articles-entries .col:nth-last-child(-n + 3) {
        margin-bottom: 0; } }
  @media (min-width: 980px) {
    .page-articles-overview .articles-entries .col {
      width: 23.40426%;
      float: left; }
      .page-articles-overview .articles-entries .col:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .page-articles-overview .articles-entries .col:nth-child(4n + 2) {
        margin-left: 25.53191%;
        margin-right: -100%;
        clear: none; }
      .page-articles-overview .articles-entries .col:nth-child(4n + 3) {
        margin-left: 51.06383%;
        margin-right: -100%;
        clear: none; }
      .page-articles-overview .articles-entries .col:nth-child(4n + 4) {
        margin-left: 76.59574%;
        margin-right: -100%;
        clear: none; }
      .page-articles-overview .articles-entries .col:nth-last-child(-n + 4) {
        margin-bottom: 0; } }

.category-description {
  padding: 96px 0 24px;
  padding: 9.6rem 0 2.4rem; }
  .category-description .h1 {
    margin-bottom: 0; }
  .category-description .h1,
  .category-description .h2,
  .category-description .page-health-aide .health-aide-login .h3,
  .page-health-aide .health-aide-login .category-description .h3 {
    text-align: center; }

.page-articles-favorites .articles-entries {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .page-articles-favorites .articles-entries:after {
    content: '';
    display: table;
    clear: both; }
  .page-articles-favorites .articles-entries .col {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
    @media (min-width: 980px) {
      .page-articles-favorites .articles-entries .col {
        width: 48.93617%;
        float: left; }
        .page-articles-favorites .articles-entries .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-articles-favorites .articles-entries .col:nth-child(2n + 2) {
          margin-left: 51.06383%;
          margin-right: -100%;
          clear: none; } }

.page-articles-details {
  padding-top: 24px; }
  .page-articles-details .articles-details-entry {
    z-index: 10; }
    .page-articles-details .articles-details-entry:after {
      content: '';
      display: table;
      clear: both; }
    .page-articles-details .articles-details-entry .details-content {
      padding-top: 48px;
      padding-top: 4.8rem;
      text-align: left; }
    @media (min-width: 580px) {
      .page-articles-details .articles-details-entry .image-wrapper {
        width: 47.82609%;
        float: left;
        margin-right: 4.34783%; }
      .page-articles-details .articles-details-entry .highlights-wrapper {
        width: 47.82609%;
        float: right;
        margin-right: 0; }
      .page-articles-details .articles-details-entry .highlights-content {
        text-align: center; }
      .page-articles-details .articles-details-entry .details-content {
        clear: both; }
      .page-articles-details .articles-details-entry .articles-tabs-container .tabs {
        display: block;
        border-bottom: 1px solid #c4c4c2; }
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs,
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs li {
          list-style: none;
          background-image: none;
          padding: 0;
          margin: 0; }
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs li {
          display: inline; }
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs:after {
          content: '';
          display: table;
          clear: both; }
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs li {
          display: inline; }
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs a {
          font-weight: 600;
          position: relative;
          z-index: 10;
          display: block;
          float: left;
          padding: 6px 20px;
          margin-bottom: -1px;
          margin-right: 2px;
          cursor: pointer;
          text-decoration: none;
          color: #154193;
          background-color: transparent;
          border: 1px solid transparent;
          border-bottom: 1px solid #c4c4c2;
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -moz-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -moz-border-radius: 18px 18px 0 0;
          -webkit-border-radius: 18px;
          border-radius: 18px 18px 0 0; }
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs a:hover,
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs a:focus,
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs a:active {
          z-index: 20;
          color: black;
          background-color: #f3f2ed;
          border-color: #f3f2ed;
          border-bottom: 1px solid #c4c4c2; }
        .page-articles-details .articles-details-entry .articles-tabs-container .tabs .active a {
          z-index: 30;
          color: #313131;
          background-color: white;
          border-color: #c4c4c2;
          border-bottom: 1px solid white; }
      .page-articles-details .articles-details-entry .articles-tabs-container.tabs-initialized .tab-content {
        margin-top: 0;
        border: 1px solid #c4c4c2;
        border-top: 0;
        padding: 20px; }
        .page-articles-details .articles-details-entry .articles-tabs-container.tabs-initialized .tab-content p:nth-child(2),
        .page-articles-details .articles-details-entry .articles-tabs-container.tabs-initialized .tab-content ul:nth-child(2),
        .page-articles-details .articles-details-entry .articles-tabs-container.tabs-initialized .tab-content ol:nth-child(2) {
          margin-top: 0; } }
    @media (min-width: 980px) {
      .page-articles-details .articles-details-entry .highlights-wrapper.sticky {
        position: fixed;
        top: 292px;
        right: 0;
        left: 0;
        height: 1px;
        width: 100%;
        float: none; }
        .page-articles-details .articles-details-entry .highlights-wrapper.sticky .highlights-container {
          max-width: 1000px;
          margin-left: auto;
          margin-right: auto;
          padding: 0 20px;
          margin: 0 auto;
          height: 1px; }
          .page-articles-details .articles-details-entry .highlights-wrapper.sticky .highlights-container:after {
            content: " ";
            display: block;
            clear: both; }
        .page-articles-details .articles-details-entry .highlights-wrapper.sticky.unstick {
          position: absolute;
          top: 0; }
          .page-articles-details .articles-details-entry .highlights-wrapper.sticky.unstick .highlights-container {
            padding-left: 0;
            padding-right: 0; }
        .page-articles-details .articles-details-entry .highlights-wrapper.sticky .highlights-content {
          width: 47.82609%;
          float: right;
          margin-right: 0; }
      .page-articles-details .articles-details-entry .details-content {
        width: 47.82609%;
        float: left;
        margin-right: 4.34783%;
        text-align: left; } }
    .page-articles-details .articles-details-entry .tab-content ul {
      list-style: none;
      padding: 0; }
      .page-articles-details .articles-details-entry .tab-content ul li {
        padding-left: 20px;
        position: relative; }
        .page-articles-details .articles-details-entry .tab-content ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          content: '//'; }

.page-articles-details--microsite .articles-details-entry .article-price,
.page-articles-details--microsite .articles-details-entry .description,
.page-articles-details--microsite .articles-details-entry .shariff {
  margin-top: 24px;
  margin-top: 2.4rem; }
.page-articles-details--microsite .articles-details-entry .highlights-wrapper {
  margin-top: 24px !important;
  margin-top: 2.4rem !important; }
.page-articles-details--microsite .articles-details-entry .wk-button {
  text-align: left; }
.page-articles-details--microsite .articles-details-entry .shariff {
  text-align: left; }
.page-articles-details--microsite .articles-details-entry .description {
  text-align: left; }
  .page-articles-details--microsite .articles-details-entry .description ul,
  .page-articles-details--microsite .articles-details-entry .description ol,
  .page-articles-details--microsite .articles-details-entry .description li + li {
    margin-top: 4px; }
  .page-articles-details--microsite .articles-details-entry .description .pill-free {
    float: left;
    text-align: center;
    margin-top: 30px; }
    .page-articles-details--microsite .articles-details-entry .description .pill-free img {
      width: 50px;
      height: auto; }
    .page-articles-details--microsite .articles-details-entry .description .pill-free p {
      margin-top: 2px;
      font-weight: bold;
      text-align: left; }
  .page-articles-details--microsite .articles-details-entry .description .icon-prozent {
    text-align: center;
    float: right;
    margin-top: 30px; }
    .page-articles-details--microsite .articles-details-entry .description .icon-prozent img {
      width: 65px;
      height: auto; }
    .page-articles-details--microsite .articles-details-entry .description .icon-prozent p {
      margin-top: 2px;
      font-weight: bold;
      text-align: left; }
.page-articles-details--microsite .articles-details-entry .details-content {
  clear: both; }
.page-articles-details--microsite .articles-details-entry .article-tabs {
  margin-top: 48px;
  margin-top: 4.8rem;
  text-align: left; }
  .page-articles-details--microsite .articles-details-entry .article-tabs .payment-methods {
    border: 1px solid #c4c4c2;
    text-align: center;
    padding: 20px; }
.page-articles-details--microsite .articles-details-entry .price {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem; }
.page-articles-details--microsite .articles-details-entry .discount {
  color: #ec0e0e; }
.page-articles-details--microsite .articles-details-entry .price-save {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem; }
.page-articles-details--microsite .articles-details-entry .price-until {
  display: block;
  font-weight: 600;
  margin-top: 12px;
  margin-top: 1.2rem; }
.page-articles-details--microsite .articles-details-entry .variations-wrapper {
  display: inline;
  text-align: left; }
@media (max-width: 579px) {
  .page-articles-details--microsite .articles-details-entry .image-wrapper {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%; }
  .page-articles-details--microsite .articles-details-entry .article-price {
    width: 47.82609%;
    float: right;
    margin-right: 0; }
  .page-articles-details--microsite .articles-details-entry .highlights-wrapper,
  .page-articles-details--microsite .articles-details-entry .highlights-wrapper.sticky {
    clear: both; }
  .page-articles-details--microsite .articles-details-entry .wk-button .btn-group {
    display: block; }
    .page-articles-details--microsite .articles-details-entry .wk-button .btn-group:after {
      content: '';
      display: table;
      clear: both; }
    .page-articles-details--microsite .articles-details-entry .wk-button .btn-group .btn, .page-articles-details--microsite .articles-details-entry .wk-button .btn-group .button {
      margin-top: 0;
      margin-bottom: 0; }
  .page-articles-details--microsite .articles-details-entry .btn-add-to-cart {
    float: none;
    display: block;
    margin-left: 45px; } }
@media (min-width: 580px) and (max-width: 979px) {
  .page-articles-details--microsite .articles-details-entry .article-price,
  .page-articles-details--microsite .articles-details-entry .description {
    width: 47.82609%;
    float: right;
    margin-right: 0; }
  .page-articles-details--microsite .articles-details-entry .highlights-wrapper,
  .page-articles-details--microsite .articles-details-entry .description {
    clear: right; }
  .page-articles-details--microsite .articles-details-entry .pill-free {
    float: left;
    text-align: center;
    margin-top: 30px; }
    .page-articles-details--microsite .articles-details-entry .pill-free img {
      width: 50px;
      height: auto; }
    .page-articles-details--microsite .articles-details-entry .pill-free p {
      margin-top: 2px;
      font-weight: bold;
      text-align: left; }
  .page-articles-details--microsite .articles-details-entry .icon-prozent {
    text-align: center;
    float: right;
    margin-top: 50px; }
    .page-articles-details--microsite .articles-details-entry .icon-prozent img {
      width: 65px;
      height: auto; }
    .page-articles-details--microsite .articles-details-entry .icon-prozent p {
      margin-top: 2px;
      font-weight: bold;
      text-align: left; } }
@media (min-width: 740px) and (max-width: 979px) {
  .page-articles-details--microsite .articles-details-entry .icon-prozent {
    margin-right: 120px; } }
@media (min-width: 980px) {
  .page-articles-details--microsite .articles-details-entry .image-wrapper {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%; }
  .page-articles-details--microsite .articles-details-entry .description {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%; }
  .page-articles-details--microsite .articles-details-entry .variations-wrapper {
    width: 31.42857%;
    float: right;
    margin-right: 0; }
  .page-articles-details--microsite .articles-details-entry .article-tabs {
    width: 47.82609%;
    float: right;
    margin-right: 0; }
  .page-articles-details--microsite .articles-details-entry .highlights-wrapper,
  .page-articles-details--microsite .articles-details-entry .highlights-wrapper.sticky {
    position: relative;
    top: 0;
    height: auto;
    width: auto; }
    .page-articles-details--microsite .articles-details-entry .highlights-wrapper .highlights-container,
    .page-articles-details--microsite .articles-details-entry .highlights-wrapper.sticky .highlights-container {
      padding: 0;
      height: auto; }
    .page-articles-details--microsite .articles-details-entry .highlights-wrapper .highlights-content,
    .page-articles-details--microsite .articles-details-entry .highlights-wrapper.sticky .highlights-content {
      float: none;
      width: 100%; } }

.article-select {
  background-color: white;
  margin-bottom: 48px;
  margin-bottom: 4.8rem; }
  .article-select > li > .welcome-gift-item {
    padding: 10px 10px 10px 30px; }
    .article-select > li > .welcome-gift-item .article-image {
      display: none; }
      @media (min-width: 580px) {
        .article-select > li > .welcome-gift-item .article-image {
          display: block;
          float: left;
          width: 80px;
          text-align: center;
          margin-right: 10px; }
          .article-select > li > .welcome-gift-item .article-image img {
            float: none;
            display: inline-block; } }
  .article-select > li .welcome-gift-radio {
    position: absolute;
    top: 15px;
    left: 10px; }

.page-cart .cart td.cart-quantity {
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (min-width: 980px) {
    .page-cart .cart td.cart-quantity {
      padding-top: 10px;
      padding-bottom: 10px; } }
.page-cart .container {
  text-align: center; }
.page-cart .btn-continue-shopping {
  float: left; }
.page-cart .btn-checkout {
  float: right; }
@media (max-width: 579px) {
  .page-cart .btn-checkout,
  .page-cart .btn-continue-shopping {
    display: block;
    float: none; } }

.page-customer-edit {
  background-color: #fafaf8;
  padding: 48px 0;
  padding: 4.8rem 0; }
  .page-customer-edit .container {
    max-width: 640px; }
  .page-customer-edit .btn-proceed {
    margin-top: 24px; }

.page-customer-intro {
  background-color: #fafaf8;
  padding: 48px 0;
  padding: 4.8rem 0; }
  .page-customer-intro .customer-options .col {
    text-align: center;
    margin-bottom: 48px; }
    .page-customer-intro .customer-options .col:last-child {
      margin-bottom: 0; }
    @media (min-width: 580px) {
      .page-customer-intro .customer-options .col {
        width: 47.82609%;
        float: left; }
        .page-customer-intro .customer-options .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-customer-intro .customer-options .col:nth-child(2n + 2) {
          margin-left: 52.17391%;
          margin-right: -100%;
          clear: none; }
        .page-customer-intro .customer-options .col:nth-last-child(-n + 2) {
          margin-bottom: 0; } }
    @media (min-width: 980px) {
      .page-customer-intro .customer-options .col {
        width: 31.42857%;
        float: left; }
        .page-customer-intro .customer-options .col:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-customer-intro .customer-options .col:nth-child(3n + 2) {
          margin-left: 34.28571%;
          margin-right: -100%;
          clear: none; }
        .page-customer-intro .customer-options .col:nth-child(3n + 3) {
          margin-left: 68.57143%;
          margin-right: -100%;
          clear: none; }
        .page-customer-intro .customer-options .col:nth-last-child(-n + 3) {
          margin-bottom: 0; } }
  .page-customer-intro .form-login {
    max-width: 280px;
    margin: 24px auto 0 auto;
    margin: 2.4rem auto 0 auto; }
  .page-customer-intro .btn, .page-customer-intro .button {
    margin-top: 12px;
    margin-top: 1.2rem; }

.page-customer-lost-pw {
  background-color: #fafaf8;
  padding: 48px 0;
  padding: 4.8rem 0; }
  .page-customer-lost-pw .container {
    max-width: 640px; }

.page-customer {
  border-top: 1px solid #eeede6;
  padding: 48px 0;
  padding: 4.8rem 0;
  padding-top: 24px;
  padding-top: 2.4rem; }
  .page-customer:after {
    content: '';
    display: table;
    clear: both; }
  .page-customer .customer-main {
    padding-top: 24px;
    padding-top: 2.4rem; }
  .page-customer .btn-logout {
    text-align: center; }
    @media (min-width: 580px) {
      .page-customer .btn-logout {
        text-align: right; } }
  @media (min-width: 580px) {
    .page-customer .customer-content .box {
      width: 48.3871%;
      float: left; }
      .page-customer .customer-content .box:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .page-customer .customer-content .box:nth-child(2n + 2) {
        margin-left: 51.6129%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 980px) {
    .page-customer .customer-menu {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%; }
    .page-customer .customer-content {
      width: 65.95745%;
      float: right;
      margin-right: 0; } }
  .page-customer .button-customer_compendium span,
  .page-customer .button-favorites span {
    display: none; }

.page-customer-compendium .compendium-intro,
.page-customer-favourites .compendium-intro {
  text-align: center; }
.page-customer-compendium .compendium-button,
.page-customer-favourites .compendium-button {
  padding: 24px 0;
  padding: 2.4rem 0;
  text-align: right; }
.page-customer-compendium .overlay,
.page-customer-favourites .overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmNmYiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZjZmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(253, 252, 251, 0.2)), color-stop(100%, #fdfcfb));
  background-image: -moz-linear-gradient(rgba(253, 252, 251, 0.2), #fdfcfb 100%);
  background-image: -webkit-linear-gradient(rgba(253, 252, 251, 0.2), #fdfcfb 100%);
  background-image: linear-gradient(rgba(253, 252, 251, 0.2), #fdfcfb 100%); }
.page-customer-compendium .articles-entry .title-wrapper,
.page-customer-favourites .articles-entry .title-wrapper {
  height: auto; }
.page-customer-compendium .customer-content,
.page-customer-favourites .customer-content {
  background-color: #fdfcfb;
  padding: 20px;
  padding: 2rem; }
  .page-customer-compendium .customer-content .col,
  .page-customer-favourites .customer-content .col {
    max-width: 320px; }
    @media (min-width: 580px) {
      .page-customer-compendium .customer-content .col,
      .page-customer-favourites .customer-content .col {
        width: 46.66667%;
        float: left; }
        .page-customer-compendium .customer-content .col:nth-child(2n + 1),
        .page-customer-favourites .customer-content .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-customer-compendium .customer-content .col:nth-child(2n + 2),
        .page-customer-favourites .customer-content .col:nth-child(2n + 2) {
          margin-left: 53.33333%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 740px) {
      .page-customer-compendium .customer-content .col,
      .page-customer-favourites .customer-content .col {
        width: 30.43478%;
        float: left; }
        .page-customer-compendium .customer-content .col:nth-child(3n + 1),
        .page-customer-favourites .customer-content .col:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-customer-compendium .customer-content .col:nth-child(3n + 2),
        .page-customer-favourites .customer-content .col:nth-child(3n + 2) {
          margin-left: 34.78261%;
          margin-right: -100%;
          clear: none; }
        .page-customer-compendium .customer-content .col:nth-child(3n + 3),
        .page-customer-favourites .customer-content .col:nth-child(3n + 3) {
          margin-left: 69.56522%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 980px) {
      .page-customer-compendium .customer-content .col,
      .page-customer-favourites .customer-content .col {
        width: 46.66667%;
        float: left; }
        .page-customer-compendium .customer-content .col:nth-child(2n + 1),
        .page-customer-favourites .customer-content .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-customer-compendium .customer-content .col:nth-child(2n + 2),
        .page-customer-favourites .customer-content .col:nth-child(2n + 2) {
          margin-left: 53.33333%;
          margin-right: -100%;
          clear: none; } }

.page-customer-choose .customer-choose-search {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .page-customer-choose .customer-choose-search form {
    max-width: 400px;
    margin: 0 auto;
    display: block; }
  .page-customer-choose .customer-choose-search .formrow .formitem:last-child {
    margin-right: 0; }
  .page-customer-choose .customer-choose-search .custom-input {
    padding-right: 28px; }
    .page-customer-choose .customer-choose-search .custom-input a {
      position: absolute;
      top: 8px;
      right: 6px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 20px;
      line-height: 2rem;
      color: #313131; }
.page-customer-choose .table > thead > tr > th {
  white-space: nowrap; }
.page-customer-choose .orderasc,
.page-customer-choose .orderdesc {
  float: right; }
  .page-customer-choose .orderasc:after,
  .page-customer-choose .orderdesc:after {
    font-family: "icomoon";
    font-size: 0.75em; }
.page-customer-choose .orderasc:after {
  content: '\e939'; }
.page-customer-choose .orderdesc:after {
  content: '\e93a'; }

.page-newsletter-subscriber .container {
  max-width: 640px; }

.page-guide {
  padding-top: 24px; }

.guide-articles {
  margin-bottom: 48px;
  margin-bottom: 4.8rem; }
  .guide-articles .articles-entries .col {
    text-align: center;
    margin-bottom: 48px; }
    .guide-articles .articles-entries .col:last-child {
      margin-bottom: 0; }
    @media (min-width: 580px) {
      .guide-articles .articles-entries .col {
        width: 47.82609%;
        float: left; }
        .guide-articles .articles-entries .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .guide-articles .articles-entries .col:nth-child(2n + 2) {
          margin-left: 52.17391%;
          margin-right: -100%;
          clear: none; }
        .guide-articles .articles-entries .col:nth-last-child(-n + 2) {
          margin-bottom: 0; } }
    @media (min-width: 740px) {
      .guide-articles .articles-entries .col {
        width: 31.42857%;
        float: left; }
        .guide-articles .articles-entries .col:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .guide-articles .articles-entries .col:nth-child(3n + 2) {
          margin-left: 34.28571%;
          margin-right: -100%;
          clear: none; }
        .guide-articles .articles-entries .col:nth-child(3n + 3) {
          margin-left: 68.57143%;
          margin-right: -100%;
          clear: none; }
        .guide-articles .articles-entries .col:nth-last-child(-n + 3) {
          margin-bottom: 0; } }
    @media (min-width: 980px) {
      .guide-articles .articles-entries .col {
        width: 23.40426%;
        float: left; }
        .guide-articles .articles-entries .col:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .guide-articles .articles-entries .col:nth-child(4n + 2) {
          margin-left: 25.53191%;
          margin-right: -100%;
          clear: none; }
        .guide-articles .articles-entries .col:nth-child(4n + 3) {
          margin-left: 51.06383%;
          margin-right: -100%;
          clear: none; }
        .guide-articles .articles-entries .col:nth-child(4n + 4) {
          margin-left: 76.59574%;
          margin-right: -100%;
          clear: none; }
        .guide-articles .articles-entries .col:nth-last-child(-n + 4) {
          margin-bottom: 0; } }

.page-guide-application-areas .entries {
  list-style: none;
  margin: 0;
  padding: 0; }
  .page-guide-application-areas .entries .col {
    text-align: center;
    margin-bottom: 24px; }
    .page-guide-application-areas .entries .col:last-child {
      margin-bottom: 0; }
    @media (min-width: 400px) {
      .page-guide-application-areas .entries .col {
        width: 48.3871%;
        float: left; }
        .page-guide-application-areas .entries .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-guide-application-areas .entries .col:nth-child(2n + 2) {
          margin-left: 51.6129%;
          margin-right: -100%;
          clear: none; }
        .page-guide-application-areas .entries .col:nth-last-child(-n + 2) {
          margin-bottom: 0; } }
    @media (min-width: 740px) {
      .page-guide-application-areas .entries .col {
        width: 31.91489%;
        float: left; }
        .page-guide-application-areas .entries .col:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-guide-application-areas .entries .col:nth-child(3n + 2) {
          margin-left: 34.04255%;
          margin-right: -100%;
          clear: none; }
        .page-guide-application-areas .entries .col:nth-child(3n + 3) {
          margin-left: 68.08511%;
          margin-right: -100%;
          clear: none; }
        .page-guide-application-areas .entries .col:nth-last-child(-n + 3) {
          margin-bottom: 0; } }
  .page-guide-application-areas .entries li {
    margin-top: 0; }
  .page-guide-application-areas .entries a {
    display: block;
    background-color: #f3f2ed;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    color: #313131; }
  .page-guide-application-areas .entries span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: block;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 700; }
.page-guide-application-areas table {
  table-layout: fixed; }

.page-guide-ingredients .narrow-section a {
  color: #154193; }
.page-guide-ingredients .overview-entries {
  margin-top: 48px;
  margin-top: 4.8rem; }
  .page-guide-ingredients .overview-entries .col {
    text-align: left;
    margin-bottom: 48px; }
    .page-guide-ingredients .overview-entries .col:last-child {
      margin-bottom: 0; }
    @media (min-width: 580px) {
      .page-guide-ingredients .overview-entries .col {
        width: 49.66443%;
        float: left; }
        .page-guide-ingredients .overview-entries .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-guide-ingredients .overview-entries .col:nth-child(2n + 2) {
          margin-left: 50.33557%;
          margin-right: -100%;
          clear: none; }
        .page-guide-ingredients .overview-entries .col:nth-last-child(-n + 2) {
          margin-bottom: 0; } }
    @media (min-width: 740px) {
      .page-guide-ingredients .overview-entries .col {
        width: 33.03571%;
        float: left; }
        .page-guide-ingredients .overview-entries .col:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-guide-ingredients .overview-entries .col:nth-child(3n + 2) {
          margin-left: 33.48214%;
          margin-right: -100%;
          clear: none; }
        .page-guide-ingredients .overview-entries .col:nth-child(3n + 3) {
          margin-left: 66.96429%;
          margin-right: -100%;
          clear: none; }
        .page-guide-ingredients .overview-entries .col:nth-last-child(-n + 3) {
          margin-bottom: 0; } }
    @media (min-width: 980px) {
      .page-guide-ingredients .overview-entries .col {
        width: 24.74916%;
        float: left; }
        .page-guide-ingredients .overview-entries .col:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-guide-ingredients .overview-entries .col:nth-child(4n + 2) {
          margin-left: 25.08361%;
          margin-right: -100%;
          clear: none; }
        .page-guide-ingredients .overview-entries .col:nth-child(4n + 3) {
          margin-left: 50.16722%;
          margin-right: -100%;
          clear: none; }
        .page-guide-ingredients .overview-entries .col:nth-child(4n + 4) {
          margin-left: 75.25084%;
          margin-right: -100%;
          clear: none; }
        .page-guide-ingredients .overview-entries .col:nth-last-child(-n + 4) {
          margin-bottom: 0; } }
  .page-guide-ingredients .overview-entries h2 {
    background-color: #f3f2ed;
    padding: 20px;
    padding: 2rem;
    margin: 0; }
    @media (min-width: 580px) {
      .page-guide-ingredients .overview-entries h2 {
        min-height: 88px;
        min-height: 8.8rem; } }
  .page-guide-ingredients .overview-entries ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .page-guide-ingredients .overview-entries ul li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 24px;
      line-height: 2.4rem;
      padding: 5px 20px;
      padding: 0.5rem 2rem;
      margin-top: 2px;
      margin-top: 0.2rem;
      background-color: #f9f8f6; }
      .page-guide-ingredients .overview-entries ul li:nth-child(2n) {
        background-color: #fdfcfb; }
.page-guide-ingredients .ingredients-section {
  padding-top: 48px; }
  .page-guide-ingredients .ingredients-section table {
    margin-bottom: 24px; }
    .page-guide-ingredients .ingredients-section table ul {
      list-style: none;
      padding-left: 0; }
    .page-guide-ingredients .ingredients-section table li {
      padding-left: 20px;
      position: relative; }
      .page-guide-ingredients .ingredients-section table li:before {
        content: '//';
        position: absolute;
        top: 0;
        left: 0; }
@media (min-width: 740px) {
  .page-guide-ingredients .ingredients-danger-of-deficient-states {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%; }
  .page-guide-ingredients .ingredients-consequences-of-deficient-states {
    width: 48.93617%;
    float: right;
    margin-right: 0; }
  .page-guide-ingredients .ingredients-food {
    clear: both; } }
.page-guide-ingredients .misc-entries {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .page-guide-ingredients .misc-entries:after {
    content: '';
    display: table;
    clear: both; }
  .page-guide-ingredients .misc-entries:after {
    content: '';
    display: table;
    clear: both; }
  .page-guide-ingredients .misc-entries .col {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
    @media (min-width: 740px) {
      .page-guide-ingredients .misc-entries .col {
        width: 48.93617%;
        float: left; }
        .page-guide-ingredients .misc-entries .col:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-guide-ingredients .misc-entries .col:nth-child(2n + 2) {
          margin-left: 51.06383%;
          margin-right: -100%;
          clear: none; } }

.page-guide-interaction .intro {
  text-align: center; }
  .page-guide-interaction .intro h1,
  .page-guide-interaction .intro h2,
  .page-guide-interaction .intro h3,
  .page-guide-interaction .intro h4,
  .page-guide-interaction .intro h5,
  .page-guide-interaction .intro p,
  .page-guide-interaction .intro ul,
  .page-guide-interaction .intro ol {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
.page-guide-interaction .atoz {
  margin: 24px 0;
  margin: 2.4rem 0; }
.page-guide-interaction .totop {
  float: right;
  display: block;
  height: 26px;
  width: 26px;
  text-align: center;
  color: #313131;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .page-guide-interaction .totop i {
    font-size: 18px;
    line-height: 24px; }

.page-direct-order .badge {
  float: right;
  width: 10px;
  height: auto;
  margin-top: -5px;
  margin-bottom: -5px; }
.page-direct-order .direct-order-quantity {
  text-align: center; }
.page-direct-order td.direct-order-quantity {
  padding-top: 1px;
  padding-bottom: 1px; }
.page-direct-order .direct-order-price {
  text-align: right;
  white-space: nowrap; }
.page-direct-order .button-customer_compendium span {
  display: none; }
.page-direct-order .button-customer_compendium {
  position: relative; }
  .page-direct-order .button-customer_compendium:before, .page-direct-order .button-customer_compendium:after {
    display: none;
    z-index: 100; }
  .page-direct-order .button-customer_compendium:hover:after {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    padding: 6px 10px;
    font-size: 1.4rem;
    line-height: 2rem;
    white-space: nowrap;
    color: white;
    background-color: #154193;
    max-width: 300px; }
  .page-direct-order .button-customer_compendium:hover:before {
    content: '';
    display: block;
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #154193;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: -18px;
    margin-top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .page-direct-order .button-customer_compendium:hover:after {
    top: -50px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
.page-direct-order .td-compendium {
  text-align: center; }

.page-order-confirm .order-confirm-customer-data:after {
  content: '';
  display: table;
  clear: both; }
@media (min-width: 740px) {
  .page-order-confirm .order-confirm-customer-data .box {
    width: 31.91489%;
    float: left; }
    .page-order-confirm .order-confirm-customer-data .box:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .page-order-confirm .order-confirm-customer-data .box:nth-child(3n + 2) {
      margin-left: 34.04255%;
      margin-right: -100%;
      clear: none; }
    .page-order-confirm .order-confirm-customer-data .box:nth-child(3n + 3) {
      margin-left: 68.08511%;
      margin-right: -100%;
      clear: none; } }
.page-order-confirm .cart-table {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

.page-select-address {
  border-top: 1px solid #eeede6;
  padding: 48px 0;
  padding: 4.8rem 0; }
  .page-select-address .select-address-list:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 580px) {
    .page-select-address .box {
      width: 48.3871%;
      float: left; }
      .page-select-address .box:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .page-select-address .box:nth-child(2n + 2) {
        margin-left: 51.6129%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 980px) {
    .page-select-address .box {
      width: 31.91489%;
      float: left; }
      .page-select-address .box:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .page-select-address .box:nth-child(3n + 2) {
        margin-left: 34.04255%;
        margin-right: -100%;
        clear: none; }
      .page-select-address .box:nth-child(3n + 3) {
        margin-left: 68.08511%;
        margin-right: -100%;
        clear: none; } }

.page-payment .container {
  max-width: 640px; }
.page-payment .payment-select {
  margin-top: 24px; }
.page-payment .payment-buttons {
  text-align: right; }

.page-sepa {
  padding-top: 24px;
  padding-top: 2.4rem; }

.page-plain {
  padding-top: 24px;
  padding-top: 2.4rem; }

@media (max-width: 579px) {
  .page-about .container {
    text-align: center; } }

@media (min-width: 580px) {
  .page-brochures .brochure {
    width: 46.66667%;
    float: left; }
    .page-brochures .brochure:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .page-brochures .brochure:nth-child(2n + 2) {
      margin-left: 53.33333%;
      margin-right: -100%;
      clear: none; } }

.page-partners .partner h2,
.page-partners .partner h2 + p {
  margin: 0; }
@media (min-width: 580px) {
  .page-partners .partner {
    width: 46.66667%;
    float: left; }
    .page-partners .partner:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .page-partners .partner:nth-child(2n + 2) {
      margin-left: 53.33333%;
      margin-right: -100%;
      clear: none; } }
@media (min-width: 740px) {
  .page-partners .partner {
    width: 30.43478%;
    float: left; }
    .page-partners .partner:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .page-partners .partner:nth-child(3n + 2) {
      margin-left: 34.78261%;
      margin-right: -100%;
      clear: none; }
    .page-partners .partner:nth-child(3n + 3) {
      margin-left: 69.56522%;
      margin-right: -100%;
      clear: none; } }

.pricelist .price {
  text-align: right;
  white-space: nowrap; }

.page-health-aide {
  padding-bottom: 0; }
  .page-health-aide ul,
  .page-health-aide li {
    margin-top: 0;
    margin-top: 0; }
  .page-health-aide section .container {
    padding-top: 65px;
    padding-top: 6.5rem; }
  .page-health-aide .customer-options {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
    .page-health-aide .customer-options .col {
      text-align: center;
      margin-bottom: 48px; }
      .page-health-aide .customer-options .col:last-child {
        margin-bottom: 0; }
      @media (min-width: 580px) {
        .page-health-aide .customer-options .col {
          width: 47.82609%;
          float: left; }
          .page-health-aide .customer-options .col:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .page-health-aide .customer-options .col:nth-child(2n + 2) {
            margin-left: 52.17391%;
            margin-right: -100%;
            clear: none; }
          .page-health-aide .customer-options .col:nth-last-child(-n + 2) {
            margin-bottom: 0; } }
      @media (min-width: 980px) {
        .page-health-aide .customer-options .col {
          width: 31.42857%;
          float: left; }
          .page-health-aide .customer-options .col:nth-child(3n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .page-health-aide .customer-options .col:nth-child(3n + 2) {
            margin-left: 34.28571%;
            margin-right: -100%;
            clear: none; }
          .page-health-aide .customer-options .col:nth-child(3n + 3) {
            margin-left: 68.57143%;
            margin-right: -100%;
            clear: none; }
          .page-health-aide .customer-options .col:nth-last-child(-n + 3) {
            margin-bottom: 0; } }
    .page-health-aide .customer-options:after {
      content: '';
      display: table;
      clear: both; }
    .page-health-aide .customer-options .col {
      margin-top: 24px;
      margin-top: 2.4rem; }
      @media (min-width: 740px) {
        .page-health-aide .customer-options .col {
          width: 47.82609%;
          float: left; }
          .page-health-aide .customer-options .col:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .page-health-aide .customer-options .col:nth-child(2n + 2) {
            margin-left: 52.17391%;
            margin-right: -100%;
            clear: none; } }
  .page-health-aide .health-aide-login {
    margin-top: 48px;
    margin-top: 4.8rem;
    background-color: #fafaf8;
    padding: 48px 0;
    padding: 4.8rem 0;
    padding-top: 0;
    padding-top: 0; }
    .page-health-aide .health-aide-login h2 {
      margin-bottom: 0; }
  .page-health-aide .health-aide-ringback img {
    border: 1px solid #c4c4c2; }
  .page-health-aide .form-login {
    max-width: 280px;
    margin: 24px auto 0 auto;
    margin: 2.4rem auto 0 auto; }
  .page-health-aide .btn, .page-health-aide .button {
    margin-top: 12px;
    margin-top: 1.2rem; }
  .page-health-aide .health-aide-steps {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: bold; }
    .page-health-aide .health-aide-steps .col {
      text-align: center;
      margin-bottom: 48px; }
      .page-health-aide .health-aide-steps .col:last-child {
        margin-bottom: 0; }
      @media (min-width: 580px) {
        .page-health-aide .health-aide-steps .col {
          width: 47.82609%;
          float: left; }
          .page-health-aide .health-aide-steps .col:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .page-health-aide .health-aide-steps .col:nth-child(2n + 2) {
            margin-left: 52.17391%;
            margin-right: -100%;
            clear: none; }
          .page-health-aide .health-aide-steps .col:nth-last-child(-n + 2) {
            margin-bottom: 0; } }
      @media (min-width: 980px) {
        .page-health-aide .health-aide-steps .col {
          width: 31.42857%;
          float: left; }
          .page-health-aide .health-aide-steps .col:nth-child(3n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .page-health-aide .health-aide-steps .col:nth-child(3n + 2) {
            margin-left: 34.28571%;
            margin-right: -100%;
            clear: none; }
          .page-health-aide .health-aide-steps .col:nth-child(3n + 3) {
            margin-left: 68.57143%;
            margin-right: -100%;
            clear: none; }
          .page-health-aide .health-aide-steps .col:nth-last-child(-n + 3) {
            margin-bottom: 0; } }
    .page-health-aide .health-aide-steps .col {
      max-width: 256px;
      margin: 0 auto;
      margin-bottom: 48px; }
    .page-health-aide .health-aide-steps .step {
      font-size: 40px;
      font-size: 4rem;
      line-height: 55px;
      line-height: 5.5rem;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      -moz-border-radius: 32px;
      -webkit-border-radius: 32px;
      border-radius: 32px;
      margin-bottom: 36px;
      margin-bottom: 3.6rem;
      font-weight: 300;
      width: 64px;
      height: 64px;
      border: 2px solid #313131; }
  @media (min-width: 580px) {
    .page-health-aide #ringbackForm,
    .page-health-aide #contactForm {
      margin-top: -13px;
      margin-top: -1.3rem; } }
  @media (min-width: 740px) {
    .page-health-aide .intro-section .col {
      margin-top: 0;
      margin-top: 0; } }

@media (min-width: 980px) {
  .health-aide-faq .accordion {
    max-width: 555px;
    margin: 0 auto; } }
.ie9 .nav-sub-desktop > .container > ul,
html[data-useragent*='MSIE 10.0'] .nav-sub-desktop > .container > ul {
  display: block; }
  .ie9 .nav-sub-desktop > .container > ul li,
  html[data-useragent*='MSIE 10.0'] .nav-sub-desktop > .container > ul li {
    float: left; }
    .ie9 .nav-sub-desktop > .container > ul li a,
    html[data-useragent*='MSIE 10.0'] .nav-sub-desktop > .container > ul li a {
      padding-left: 10px;
      padding-right: 10px; }

@media (min-width: 980px) {
  .ie9 .sticky-links-wrapper {
    display: none; } }
html[data-useragent*='MSIE 9.0'] .custom-select:after,
html[data-useragent*='MSIE 10.0'] .custom-select:after,
html[data-useragent*='MSIE 11.0'] .custom-select:after,
html[data-useragent*='rv:11.0'] .custom-select:after {
  background-color: transparent;
  content: ''; }
html[data-useragent*='MSIE 9.0'] .custom-select select,
html[data-useragent*='MSIE 10.0'] .custom-select select,
html[data-useragent*='MSIE 11.0'] .custom-select select,
html[data-useragent*='rv:11.0'] .custom-select select {
  padding-right: 9px;
  background-color: white;
  appearance: menulist; }

.ie9 .site-search form input[type="text"],
html[data-useragent*='MSIE 10.0'] .site-search form input[type="text"] {
  line-height: 28px;
  height: 28px; }

.ie9 .site-header .nav-login > ul {
  left: 0; }
.ie9 .site-header .nav-login > ul:before {
  left: 9px; }
.ie9 .site-header .nav-login > ul:after {
  left: 10px; }

.force-floatright {
  float: right !important;
  margin-right: 0 !important; }

/* shop_payment_payone_hosted */
.error-box, .error-box-small {
  background-color: #ec3b27;
  color: white;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 6px; }

.error-box {
  display: block;
  padding: 8px 12px;
  margin: 20px 0; }

/* SWIT-670 DSGVO Einwilligungstexte platzsparender */
label p + *, label * + p {
  margin-top: 8px;
  margin-top: 0.8rem; }

/*# sourceMappingURL=screen.css.map */
