<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.paragraphSystem,
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.paragraphSystem:before,
.paragraphSystem:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after,
.paragraphSystem:after,
.container:after,
.container-fluid:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}/*! Flickity v2.1.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: white;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  line-height: 1;
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/*
a:focus {
    outline: thin dotted;
}
*/
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.mejs-fullscreen {
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen {
  width: 100%;
  height: 100%; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement,
.me-plugin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: none; }
  .mejs-overlay-button:before {
    content: "\f04b";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    width: 100%;
    height: 100%;
    border: 3px solid #3e3e3e;
    text-indent: 7px;
    background: #fff;
    text-align: center;
    line-height: 67px; }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url(../background.png);
  background: rgba(0, 0, 0, 0.9); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../../assets/img/loading.gif) center center no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../../assets/img/background.png);
  background: rgba(0, 0, 0, 0.7);
  height: 30px;
  width: 100%; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  background: 0;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 12px;
  width: 12px;
  border: 0; }

/* End: CONTROL BAR */
/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  overflow: hidden;
  text-align: center;
  padding: auto 4px; }

.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (current / duration) */
/* Start: Play/pause */
.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

/* End: Play/pause */
/* Stop */
.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

/* End: Play/pause */
/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
  width: 200px;
  padding-top: 5px; }

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: rgba(50, 50, 50, 0.8); }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(60, 170, 200, 0.8);
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: rgba(255, 255, 255, 0.8); }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  visibility: hidden;
  position: absolute;
  display: block;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail:hover .mejs-time-float {
  visibility: visible; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

/* End: Progress bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

/* End: Fullscreen */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../../assets/img/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0; }

/* End: Mute/Volume */
/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../../assets/img/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0px 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: rgba(102, 102, 102, 0.7); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 45px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(../../assets/img/background.png);
  background: rgba(20, 20, 20, 0.8); }

/* End: TRACK (Captions and Chapters) */
.mejs-clear {
  clear: both; }

.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: ERROR */
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer; }

/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

/* End: backlight */
/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

/* End: picture controls */
/* MEJS Zen garden skin */
.mejs-controls {
  display: block;
  visibility: visible; }

.mejs-container .mejs-controls {
  z-index: 25;
  height: 47px;
  background: #d6d6d6;
  border-top: 2px solid #303030; }

.mejs-container .mejs-controls .mejs-button {
  width: 20px;
  height: 20px;
  margin: 4px 6px; }

.mejs-controls .mejs-button button {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: inherit; }
  .mejs-controls .mejs-button button:before {
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: block;
    font-size: 20px;
    color: #000;
    vertical-align: middle;
    font-smoothing: antialiased; }

.mejs-controls .mejs-playpause-button button {
  text-align: center; }
  .mejs-controls .mejs-playpause-button button:before {
    content: "\f04b"; }

.mejs-controls .mejs-pause button {
  width: 15px; }
  .mejs-controls .mejs-pause button:before {
    content: "\f04c"; }

.mejs-controls .mejs-fullscreen-button button:before {
  content: "\f0b2"; }

.mejs-controls .mejs-share-button button {
  background-position: -2px -39px; }

.mejs-controls .mejs-share-button button:hover {
  background-position: -2px -3px; }

.mejs-controls .mejs-volume-button {
  margin: 4px 6px; }

.mejs-controls .mejs-volume-button button:before {
  content: "\f026"; }

.mejs-controls .mejs-mute button:before {
  content: "\f028"; }

.mejs-controls .mejs-unmute button:before {
  content: "\f026"; }

.mejs-controls .mejs-horizontal-volume-slider {
  background: url(../../assets/img/controls.png) 0 -83px no-repeat;
  display: block !important;
  width: 34px;
  height: 21px;
  margin-top: 12px;
  position: relative; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 34px; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: url(../../assets/img/controls.png) 0 -108px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 21px; }

.mejs-controls .mejs-volume-button .mejs-volume-handle {
  display: none; }

.mejs-controls .mejs-time-rail {
  height: 20px;
  padding-top: 8px;
  margin-left: 2px; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  height: 3px;
  border-radius: 0;
  background: #303030; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  height: 6px;
  background-color: transparent;
  -webkit-filter: none;
          filter: none;
  background-image: none;
  display: none;
  border-radius: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  height: 3px;
  background-color: #303030;
  -webkit-filter: none;
          filter: none;
  background-image: none;
  border-radius: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  background: #fff;
  border: 1px solid #303030;
  height: 14px;
  width: 14px;
  top: -6px;
  display: block;
  padding: 0;
  border-radius: 6px; }

.mejs-container .mejs-controls .mejs-time {
  width: 100px;
  margin: 15px 0 0 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 12px; }

.mejs-container .mejs-controls .mejs-time span {
  float: left;
  color: #303030;
  font-size: 14px; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  z-index: 10; }

.mejs-container-fullscreen {
  z-index: 10000 !important; }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
  opacity: 1; }

.mejs-overlay-loading {
  background: url(../../assets/img/loader.gif) center center no-repeat; }

.mejs-overlay-button {
  opacity: 0.7;
  height: 69px;
  left: 50%;
  margin: -35px 0 0 -36px;
  position: absolute;
  top: 50%;
  width: 73px; }

.mejs-poster {
  pointer-events: none;
  background: none !important; }

.mejs-poster img {
  width: auto !important;
  margin: 0 auto;
  display: block; }

:root .mejs-poster img {
  display: none \0/IE9; }

:root .mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.cookiePolicy-info {
  background-color: #e1e1e1;
  -webkit-transition: 2s linear all;
  -moz-transition: 2s linear all;
  -o-transition: 2s linear all;
  transition: 2s linear all;
  max-height: 1000px;
  overflow: hidden; }
  .cookiePolicy-info.collapsed {
    max-height: 0; }
  .cookiePolicy-info .cookiePolicy-inner {
    padding: 20px 10px;
    width: auto;
    max-width: 940px;
    margin: 0 auto; }

.cookiePolicy-restrictive {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000; }
  .cookiePolicy-restrictive.collapsed {
    display: none; }
  .cookiePolicy-restrictive .cookiePolicy-inner {
    position: fixed;
    top: 100px;
    width: 700px;
    margin-left: -350px;
    left: 50%;
    padding: 13px;
    background-color: #e1e1e1; }
    @media screen and (max-width: 699px) {
      .cookiePolicy-restrictive .cookiePolicy-inner {
        position: absolute;
        width: auto;
        margin: 20px;
        left: 0;
        top: 0; } }

@media screen and (max-width: 699px) {
  .cookiePolicy-restrictive {
    position: absolute; } }

.cookiePolicy-buttons {
  text-align: right; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.exit-notification {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000; }
  .exit-notification.is-hidden {
    display: none; }
  .exit-notification .exit-notification-inner {
    position: fixed;
    top: 100px;
    width: 700px;
    margin-left: -363px;
    left: 50%;
    padding: 13px;
    background-color: #e1e1e1; }
    @media screen and (max-width: 699px) {
      .exit-notification .exit-notification-inner {
        position: absolute;
        width: auto;
        margin: 20px;
        left: 0;
        top: 0; } }

@media screen and (max-width: 699px) {
  .exit-notification-restrictive {
    position: absolute; } }

.exit-notification-buttons {
  text-align: right; }
.text-violet-color{color:#6f70ae}.text-violet-color *{color:#6f70ae}.text-green-color{color:#327886}.text-green-color *{color:#327886}.text-white-color{color:#fff}.text-white-color *{color:#fff}@media(max-width: 1200px){.richText.mobile-centered *{text-align:center !important}}.richText h6{line-height:16px}.richText a.btn{display:inline-block;min-width:270px;line-height:45px;text-align:center;border-radius:24px;color:#fff;font-size:19px;font-weight:bold;text-decoration:none;padding:3px 25px 0 25px}.richText a.btn-violet{background-color:#6e6fad}.richText a.btn-green{background-color:#317885}.richText a.btn:hover{color:#fff !important}.richText.btn-with-image.background-green&gt;.component-content{background:#327886}.richText.btn-with-image&gt;.component-content{background:#6e6fad;border-radius:75px;max-width:680px;width:100%;min-height:88px;margin:0 auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;align-content:stretch;position:relative;padding:10px 0}@media(max-width: 768px){.richText.btn-with-image&gt;.component-content{display:flex;flex-direction:column;justify-content:center;align-items:center}}.richText.btn-with-image&gt;.component-content a{color:#fff;font-size:19px;font-weight:bold;text-decoration:none;line-height:1.2em}.richText.btn-with-image&gt;.component-content a:hover{color:#fff !important}.richText.btn-with-image&gt;.component-content .richText-image{position:absolute;margin:0;top:50%;transform:translateY(-50%);border:2px solid #fff;display:block;border-radius:50%;left:10px;height:70px;width:70px}@media(max-width: 768px){.richText.btn-with-image&gt;.component-content .richText-image{position:static;transform:none;margin-bottom:0 !important}}.richText.btn-with-image&gt;.component-content .richText-content{padding-left:130px;padding-right:95px;width:100%}@media(max-width: 768px){.richText.btn-with-image&gt;.component-content .richText-content{padding:20px 30px 0 30px}}.richText.btn-with-image&gt;.component-content .richText-content p{margin:0}.template-ll-template-pp2 #content .section-violet-background{background-color:#e2e2ef;padding:90px 0}@media(max-width: 500px){.template-ll-template-pp2 #content .section-violet-background .col-xs-12{padding-left:15px !important;padding-right:15px !important}}.template-ll-template-pp2 #content .section-white-background{background-color:#fff;padding:90px 0}@media(max-width: 500px){.template-ll-template-pp2 #content .section-white-background .col-xs-12{padding-left:15px !important;padding-right:15px !important}}.template-ll-template-pp2 #content .section-green-background{background-color:#d6e4e7;padding:90px 0}@media(max-width: 500px){.template-ll-template-pp2 #content .section-green-background .col-xs-12{padding-left:15px !important;padding-right:15px !important}}.template-ll-template-pp2 #content .section-dark-green-background{background-color:#337885;padding:90px 0}@media(max-width: 500px){.template-ll-template-pp2 #content .section-dark-green-background .col-xs-12{padding-left:15px !important;padding-right:15px !important}}.template-ll-template-pp2 #content .section-image-background{padding:90px 0}.template-ll-template-pp2 #content .section-image-background *{color:#fff}@media(max-width: 500px){.template-ll-template-pp2 #content .section-image-background .col-xs-12{padding-left:15px !important;padding-right:15px !important}}.template-ll-template-pp2 #content .section-image-background&gt;.component-content{min-height:480px;display:flex;justify-content:center;align-items:center;align-content:stretch;background-size:cover;background-position:top}.template-ll-template-pp2 #content .section-image-background.small&gt;.component-content{min-height:320px}.template-ll-template-pp2 #content .category-bg{background:#f2f2f2;position:static;margin-top:0}.component.divider-white&gt;.component-content{margin:0;height:10px;background:#fff}.overlay-background{position:fixed;top:0px;left:0px;width:100%;height:100%;background:#000;z-index:9998}.overlay-container{position:absolute;width:100%;top:150px;text-align:center;z-index:9999;padding-bottom:30px}.overlay-content{position:relative;min-width:80px;min-height:80px;max-width:90%;padding:10px;display:inline-block;background:#fff;text-align:left;border:solid 2px #323131}.overlay-content-inner{overflow:hidden}.overlay-close{width:25px;height:25px;z-index:9999;font-size:25px;position:absolute;top:-30px;right:15px;background:url(../../../../wireframe/desktop/img/close.png) no-repeat;cursor:Pointer;display:none}.overlay-loading{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../../../../wireframe/desktop/img/loader.gif) no-repeat 50% 50%}.template-ll-template-pp2 #content{margin:0}.template-ll-template-pp2 #content .richText p{font-size:24px;line-height:1.4em;font-weight:400}.template-ll-template-pp2 #content .richText h2{font-size:40px;line-height:1.2em;padding-bottom:65px;margin-bottom:0}.template-ll-template-pp2 #content .richText h4{font-size:28px;line-height:1.2em;font-weight:normal}.template-ll-template-pp2 #content .richText ul{list-style:none}.template-ll-template-pp2 #content .richText ul li{padding-left:14px;margin-bottom:0}.template-ll-template-pp2 #content .richText ul li::before{content:"";position:absolute;display:inline-block;top:8px;border-radius:50%;height:8px;width:8px;background:#337885}.template-ll-template-pp2 #content .post-one-col{margin-top:0 !important}.reference-image-with-description .image-with-description-container{margin-bottom:10px}.reference-image-with-description .image-with-description-container .image-with-description-content{display:flex;flex-wrap:wrap}.reference-image-with-description .image-with-description-container .image-with-description-content .image{margin-bottom:10px;display:block;height:100%;width:100%;padding-top:50px;padding-bottom:10px}.reference-image-with-description .image-with-description-container .image-with-description-content .image img{display:block;max-height:250px;margin:0 auto}.reference-image-with-description .image-with-description-container .image-with-description-content .description{max-width:90%;margin:0 auto}.reference-image-with-description .image-with-description-container .image-with-description-content .description p{margin:0;text-align:center;font-size:20px !important;line-height:1.2em !important;font-weight:400 !important;word-break:break-word}.reference-image-with-description .image-with-description-container .image-with-description-content .description p b{color:#6f70ae}.reference-image-with-description .image-with-description-container .image-with-description-content .description p i,.reference-image-with-description .image-with-description-container .image-with-description-content .description p em{font-style:normal}.reference-image-with-description .image-with-description-container.right-text .description{max-width:100%}.reference-image-with-description .image-with-description-container.right-text .image-with-description-content{flex-wrap:nowrap;justify-content:center;align-items:center}@media(max-width: 1200px){.reference-image-with-description .image-with-description-container.right-text .image-with-description-content{flex-direction:column}.reference-image-with-description .image-with-description-container.right-text .image-with-description-content .description *{text-align:center !important}}.reference-image-with-description .image-with-description-container.left-text .description{max-width:100%}.reference-image-with-description .image-with-description-container.left-text .image-with-description-content{flex-wrap:nowrap;justify-content:center;align-items:center;flex-direction:row-reverse}@media(max-width: 1200px){.reference-image-with-description .image-with-description-container.left-text .image-with-description-content{flex-direction:column}.reference-image-with-description .image-with-description-container.left-text .image-with-description-content .description *{text-align:center !important}}.reference-image-with-description .image-with-description-container.image-in-circle .image-with-description-content .image{width:185px;height:185px;border-radius:50%;overflow:hidden;border:4px solid #fff;padding:0;margin:10px auto}.reference-image-with-description .image-with-description-container.image-in-circle .image-with-description-content .image img{height:100%;max-height:100%;max-width:100%;width:100%;object-fit:cover;object-position:center}.reference-image-with-description.icon-image .image-with-description-container .image-with-description-content .image{padding:0;margin:0;width:40%}@media(max-width: 1200px){.reference-image-with-description.icon-image .image-with-description-container .image-with-description-content .image{margin-bottom:10px;width:100%}}.reference-image-with-description.icon-image .image-with-description-container .image-with-description-content .image img{height:100px;width:100px}.reference-image-with-description.icon-image .image-with-description-container .image-with-description-content .description{width:60%}@media(max-width: 1200px){.reference-image-with-description.icon-image .image-with-description-container .image-with-description-content .description{width:100%}}.reference-scrollbar-progress-indicator{z-index:9}.reference-scrollbar-progress-indicator .progress-container{background:#ccc;position:relative;width:100%;top:140px;height:20px}@media(max-width: 1024px){.reference-scrollbar-progress-indicator .progress-container{top:80px}}@media(max-width: 500px){.reference-scrollbar-progress-indicator .progress-container{top:50px}}.reference-scrollbar-progress-indicator .progress-bar{height:20px;background:#337885;width:0}.reference-scrollbar-progress-indicator.scrolled .progress-container{top:80px;position:fixed}@media(max-width: 500px){.reference-scrollbar-progress-indicator.scrolled .progress-container{top:50px}}.top-scroll-section-container{height:450px;margin-top:20px;background-size:cover;background-position:top center;position:relative}@media(max-width: 1080px){.top-scroll-section-container.top-center{background-position:top center}}@media(max-width: 1080px){.top-scroll-section-container.center-right{background-position:center right}}.top-scroll-section-container .titleContent{height:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;align-content:stretch;padding:0 15px}.top-scroll-section-container .titleContent h1{color:#fff;font-size:46px;line-height:46px}@media(max-width: 768px){.top-scroll-section-container .titleContent h1{font-size:34px;line-height:40px}}.top-scroll-section-container .scrollIndicator{width:30px;height:30px;position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);cursor:pointer;background-image:url("../../../../livlife/desktop/assets/img/scroll-arrow.svg");background-repeat:no-repeat;background-size:contain;z-index:4}.accordion-references{padding:0}.accordion-references .accordion-container .accordion-slide{border-right:none}.accordion-references .accordion-container .accordion-slide.is-active .accordion-head .accordion-title .accordion-title-text::before,.accordion-references .accordion-container .accordion-slide.is-active .accordion-head .accordion-title .accordion-title-text::after{transform:rotate(-90deg)}.accordion-references .accordion-container .accordion-slide .accordion-head{display:flex;justify-content:center;background:#6e6fad}.accordion-references .accordion-container .accordion-slide .accordion-head:hover{background:#6e6fad}.accordion-references .accordion-container .accordion-slide .accordion-head:hover::after{display:none !important}.accordion-references .accordion-container .accordion-slide .accordion-head::after{display:none !important}.accordion-references .accordion-container .accordion-slide .accordion-head .accordion-title .accordion-title-text{color:#fff;position:relative}.accordion-references .accordion-container .accordion-slide .accordion-head .accordion-title .accordion-title-text::before,.accordion-references .accordion-container .accordion-slide .accordion-head .accordion-title .accordion-title-text::after{content:"";position:absolute;display:block;background:url("../../../../livlife/desktop/assets/img/icon_arrow.png") center no-repeat;background-size:contain;transform:rotate(90deg);transition:transform .2s;height:20px;width:20px;top:0}.accordion-references .accordion-container .accordion-slide .accordion-head .accordion-title .accordion-title-text::before{left:-50px}.accordion-references .accordion-container .accordion-slide .accordion-head .accordion-title .accordion-title-text::after{right:-50px}.accordion-references .accordion-container .accordion-slide .accordion-content{background:#e2e2ef}.reference-video-popup{padding:0}.reference-video-popup .video-popup{position:relative}.reference-video-popup .video-popup__showcase{cursor:pointer;height:450px}.reference-video-popup .video-popup__showcase .video-popup__thumbnail{width:100%;height:100%;object-fit:cover;display:inline-block}.reference-video-popup .video-popup__showcase .video-popup__showcase-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;padding:15px 0;top:0;left:0;height:100%;width:100%}.reference-video-popup .video-popup__showcase .video-popup__showcase-inner .video-popup__heading{color:#fff;font-size:30px;line-height:30px;text-align:center;padding:0 15px;margin:0}.reference-video-popup .video-popup__showcase .video-popup__showcase-inner .video-popup__heading p{margin:0}.reference-video-popup .video-popup__showcase .video-popup__showcase-inner .video-popup__button-play{background:url("../../../../livlife/desktop/assets/img/play-icon.png") center no-repeat;background-size:contain;height:150px;width:150px;margin-bottom:30px}@media(max-width: 768px){.reference-video-popup .video-popup__showcase .video-popup__showcase-inner .video-popup__button-play{margin-bottom:10px}}.reference-video-popup .video-popup__overlay{z-index:1010;top:0;left:0;height:100vh;width:100vw;position:fixed;display:none;justify-content:center;align-items:center;text-align:left;padding:0}@media(max-width: 991px){.reference-video-popup .video-popup__overlay{right:0;bottom:0;height:100%}}.reference-video-popup .video-popup__overlay.active{display:flex}.reference-video-popup .video-popup__overlay::before{position:absolute;top:0;left:0;height:100vh;width:100vw;background:rgba(0,0,0,.7);content:"";z-index:-1}.reference-video-popup .video-popup__overlay .video-popup__button-close{font-size:0;position:absolute;top:30px;right:45px;padding:22px;background:url("../../../../livlife/desktop/assets/img/close-nav.png") center no-repeat;height:15px;width:15px;cursor:pointer}.reference-video-popup .video-popup__iframe-wrapper{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.reference-video-popup .video-popup__iframe-wrapper *:not(iframe){display:none}.reference-video-popup .video-popup__iframe-wrapper iframe{width:60%;height:100%;max-height:700px}@media(max-width: 1080px){.reference-video-popup .video-popup__iframe-wrapper iframe{width:80%}}@media(max-width: 768px){.reference-video-popup .video-popup--full .video-popup__showcase{height:auto;display:flex}}@media(max-width: 768px){.reference-video-popup .video-popup--full .video-popup__showcase .video-popup__heading{font-size:20px}}.reference-video-popup .video-popup--post-box{padding:0 10px;margin-bottom:50px}.reference-video-popup .video-popup--post-box .video-popup__showcase{height:250px;box-shadow:#a8b3bc 0 0 5px}.reference-video-popup .video-popup--post-box .video-popup__showcase .video-popup__showcase-inner .video-popup__heading{padding:13px 30px;background:#6f70ae;font-size:16px;font-weight:500;line-height:1;text-align:left;width:90%;min-height:130px;position:absolute;top:90%;left:10px}@media(max-width: 1200px){.reference-video-popup .video-popup--post-box .video-popup__showcase .video-popup__showcase-inner .video-popup__heading{top:unset;bottom:-20px;padding:8px 15px;min-height:auto}}.reference-video-popup .video-popup--post-box .video-popup__showcase .video-popup__showcase-inner .video-popup__heading p:first-child{font-size:18px}.reference-video-popup .video-popup--post-box .video-popup__showcase .video-popup__showcase-inner .video-popup__heading p:not(:first-child){font-size:13px}.reference-video-popup .video-popup--post-box .video-popup__showcase .video-popup__showcase-inner .video-popup__button-play{margin-bottom:0}.aem-AuthorLayer-Edit #header .video-popup__overlay,.aem-AuthorLayer-Edit #header .video-popup__overlay.active,.aem-AuthorLayer-Edit #footer .video-popup__overlay,.aem-AuthorLayer-Edit #footer .video-popup__overlay.active,.aem-AuthorLayer-Edit #content .video-popup__overlay,.aem-AuthorLayer-Edit #content .video-popup__overlay.active,.aem-AuthorLayer-DQM #header .video-popup__overlay,.aem-AuthorLayer-DQM #header .video-popup__overlay.active,.aem-AuthorLayer-DQM #footer .video-popup__overlay,.aem-AuthorLayer-DQM #footer .video-popup__overlay.active,.aem-AuthorLayer-DQM #content .video-popup__overlay,.aem-AuthorLayer-DQM #content .video-popup__overlay.active,.aem-AuthorLayer-Developer #header .video-popup__overlay,.aem-AuthorLayer-Developer #header .video-popup__overlay.active,.aem-AuthorLayer-Developer #footer .video-popup__overlay,.aem-AuthorLayer-Developer #footer .video-popup__overlay.active,.aem-AuthorLayer-Developer #content .video-popup__overlay,.aem-AuthorLayer-Developer #content .video-popup__overlay.active,.aem-AuthorLayer-Design #header .video-popup__overlay,.aem-AuthorLayer-Design #header .video-popup__overlay.active,.aem-AuthorLayer-Design #footer .video-popup__overlay,.aem-AuthorLayer-Design #footer .video-popup__overlay.active,.aem-AuthorLayer-Design #content .video-popup__overlay,.aem-AuthorLayer-Design #content .video-popup__overlay.active,.aem-AuthorLayer-Layouting #header .video-popup__overlay,.aem-AuthorLayer-Layouting #header .video-popup__overlay.active,.aem-AuthorLayer-Layouting #footer .video-popup__overlay,.aem-AuthorLayer-Layouting #footer .video-popup__overlay.active,.aem-AuthorLayer-Layouting #content .video-popup__overlay,.aem-AuthorLayer-Layouting #content .video-popup__overlay.active,.aem-AuthorLayer-Tracking #header .video-popup__overlay,.aem-AuthorLayer-Tracking #header .video-popup__overlay.active,.aem-AuthorLayer-Tracking #footer .video-popup__overlay,.aem-AuthorLayer-Tracking #footer .video-popup__overlay.active,.aem-AuthorLayer-Tracking #content .video-popup__overlay,.aem-AuthorLayer-Tracking #content .video-popup__overlay.active,.aem-AuthorLayer-Timewrap #header .video-popup__overlay,.aem-AuthorLayer-Timewrap #header .video-popup__overlay.active,.aem-AuthorLayer-Timewrap #footer .video-popup__overlay,.aem-AuthorLayer-Timewrap #footer .video-popup__overlay.active,.aem-AuthorLayer-Timewrap #content .video-popup__overlay,.aem-AuthorLayer-Timewrap #content .video-popup__overlay.active,.cq-wcm-edit #header .video-popup__overlay,.cq-wcm-edit #header .video-popup__overlay.active,.cq-wcm-edit #footer .video-popup__overlay,.cq-wcm-edit #footer .video-popup__overlay.active,.cq-wcm-edit #content .video-popup__overlay,.cq-wcm-edit #content .video-popup__overlay.active{display:none}.template-ll-template-pp2 #content .reference-orange-link-banner{background:#f2c0bb;padding:0}.template-ll-template-pp2 #content .reference-orange-link-banner .orange-link-banner{padding:30px 15px !important;display:block;height:100%;width:100%}.template-ll-template-pp2 #content .reference-orange-link-banner .orange-link-banner *{font-size:40px;line-height:40px;color:#3c3c3b;text-align:center;padding:0;margin:0}@media(max-width: 768px){.template-ll-template-pp2 #content .reference-orange-link-banner .orange-link-banner *{font-size:25px;line-height:25px}}.richText.quotes .richText-image{width:66px;padding:0;margin:0}.richText.quotes .richText-content{padding-left:140px}@media screen and (max-width: 1080px){.richText.quotes .richText-image{width:70px}.richText.quotes .richText-content{padding-left:100px}}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map{position:relative}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point{position:absolute;max-width:270px}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point.active{z-index:20}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point.active .map-point__content{display:block}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point.north-america{top:22%;left:26%}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point.central-and-south-america{top:66%;left:34%}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point.europe{top:20%;left:53%}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point.africa{top:63%;left:57%}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point.eurasia{top:8%;left:75%}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point.asia-pacific{top:62%;left:80%}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point__icon{display:block;cursor:pointer;background:url("../../../../livlife/desktop/assets/img/viiv-image-info-icon-green.png") center no-repeat;background-size:contain;height:45px;width:45px;position:absolute;top:-5px;left:-20px}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point__content{background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;width:100%;box-shadow:#a8b3bc 0 0 5px;display:none}@media(max-width: 768px){.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point__content{position:fixed;width:80vw;top:50%;transform:translateY(-50%);left:10vw}}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point__content .map-point__title{color:#fff;background:#6f70ae;padding:5px 40px 3px 40px;font-weight:500;margin:0}@media(max-width: 768px){.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point__content .map-point__title{padding-left:20px}}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point__content .map-point__title .map-point__button-close{font-size:0;position:absolute;top:6px;right:9px;padding:10px;background:url("../../../../livlife/desktop/assets/img/close-nav.png") center no-repeat;height:15px;width:15px;cursor:pointer}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point__content p:not(.map-point__title){font-size:14px;padding:15px 20px;margin-bottom:0}.template-ll-template-pp2 #content .reference-study-details-map .study-details-map .map-point__content p:not(.map-point__title) b{color:#6f70ae}.template-ll-template-pp2 #content .reference-expert-panel-avatar{padding:0;margin-bottom:50px}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel{display:flex;justify-content:center}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__avatar-wrapper{position:relative}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__avatar-wrapper .panel__icon{cursor:pointer;display:block;background:url("../../../../livlife/desktop/assets/img/viiv-image-info-icon-green.png") center no-repeat;background-size:contain;height:40px;width:40px;position:absolute;top:0;right:15px;z-index:1}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__avatar-wrapper .panel__avatar{border-radius:50%;cursor:pointer;border:5px solid #fff;height:180px;width:180px;position:relative}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay{z-index:1010;top:0;left:0;height:100vh;width:100vw;position:fixed;display:none;justify-content:center;align-items:center;text-align:left;padding:0}@media(max-width: 991px){.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay{right:0;bottom:0;height:100%}}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay.active{display:flex}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay::before{position:absolute;top:0;left:0;height:100vh;width:100vw;background:rgba(0,0,0,.7);content:"";z-index:-1}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner{position:relative;width:100%;max-width:700px}@media(max-width: 1024px){.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner{height:100%;max-width:100vw;width:100vw}}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-avatar{height:180px;width:180px;border-radius:50%;border:5px solid #fff;position:absolute;top:-50px;left:-30px;z-index:1}@media(max-width: 1024px){.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-avatar{height:50px;width:50px;border-width:2px;top:7px;left:20px}}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-heading{color:#fff;font-size:32px;font-weight:600;background:#6f70ae;padding:18px 80px 12px 180px;margin:0;width:100%}@media(max-width: 1024px){.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-heading{font-size:20px;font-weight:500;line-height:20px;padding:24px 80px 20px 90px}}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-heading .panel__button-close{font-size:0;position:absolute;top:6px;right:20px;padding:10px;background:url("../../../../livlife/desktop/assets/img/close-nav.png") center no-repeat;height:45px;width:45px;cursor:pointer}@media(max-width: 1024px){.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-heading .panel__button-close{top:10px}}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-content{position:relative;background:#fff;padding:100px 120px 40px 40px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media(max-width: 1024px){.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-content{padding:20px;height:100vh;width:100vw;overflow-y:scroll}}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-content p{background:#fff;margin:0}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-content p b{color:#6f70ae}.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-content-flag{height:80px;width:80px;border-radius:50%;position:absolute;right:20px;bottom:20px}@media(max-width: 1024px){.template-ll-template-pp2 #content .reference-expert-panel-avatar .panel__overlay .panel__inner-content-flag{position:static;margin-top:20px}}.aem-AuthorLayer-Edit #header .panel__overlay,.aem-AuthorLayer-Edit #header .panel__overlay.active,.aem-AuthorLayer-Edit #footer .panel__overlay,.aem-AuthorLayer-Edit #footer .panel__overlay.active,.aem-AuthorLayer-Edit #content .panel__overlay,.aem-AuthorLayer-Edit #content .panel__overlay.active,.aem-AuthorLayer-DQM #header .panel__overlay,.aem-AuthorLayer-DQM #header .panel__overlay.active,.aem-AuthorLayer-DQM #footer .panel__overlay,.aem-AuthorLayer-DQM #footer .panel__overlay.active,.aem-AuthorLayer-DQM #content .panel__overlay,.aem-AuthorLayer-DQM #content .panel__overlay.active,.aem-AuthorLayer-Developer #header .panel__overlay,.aem-AuthorLayer-Developer #header .panel__overlay.active,.aem-AuthorLayer-Developer #footer .panel__overlay,.aem-AuthorLayer-Developer #footer .panel__overlay.active,.aem-AuthorLayer-Developer #content .panel__overlay,.aem-AuthorLayer-Developer #content .panel__overlay.active,.aem-AuthorLayer-Design #header .panel__overlay,.aem-AuthorLayer-Design #header .panel__overlay.active,.aem-AuthorLayer-Design #footer .panel__overlay,.aem-AuthorLayer-Design #footer .panel__overlay.active,.aem-AuthorLayer-Design #content .panel__overlay,.aem-AuthorLayer-Design #content .panel__overlay.active,.aem-AuthorLayer-Layouting #header .panel__overlay,.aem-AuthorLayer-Layouting #header .panel__overlay.active,.aem-AuthorLayer-Layouting #footer .panel__overlay,.aem-AuthorLayer-Layouting #footer .panel__overlay.active,.aem-AuthorLayer-Layouting #content .panel__overlay,.aem-AuthorLayer-Layouting #content .panel__overlay.active,.aem-AuthorLayer-Tracking #header .panel__overlay,.aem-AuthorLayer-Tracking #header .panel__overlay.active,.aem-AuthorLayer-Tracking #footer .panel__overlay,.aem-AuthorLayer-Tracking #footer .panel__overlay.active,.aem-AuthorLayer-Tracking #content .panel__overlay,.aem-AuthorLayer-Tracking #content .panel__overlay.active,.aem-AuthorLayer-Timewrap #header .panel__overlay,.aem-AuthorLayer-Timewrap #header .panel__overlay.active,.aem-AuthorLayer-Timewrap #footer .panel__overlay,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active,.aem-AuthorLayer-Timewrap #content .panel__overlay,.aem-AuthorLayer-Timewrap #content .panel__overlay.active,.cq-wcm-edit #header .panel__overlay,.cq-wcm-edit #header .panel__overlay.active,.cq-wcm-edit #footer .panel__overlay,.cq-wcm-edit #footer .panel__overlay.active,.cq-wcm-edit #content .panel__overlay,.cq-wcm-edit #content .panel__overlay.active{position:relative;opacity:.5;display:block;height:50px}@media(max-width: 991px){.aem-AuthorLayer-Edit #header .panel__overlay,.aem-AuthorLayer-Edit #header .panel__overlay.active,.aem-AuthorLayer-Edit #footer .panel__overlay,.aem-AuthorLayer-Edit #footer .panel__overlay.active,.aem-AuthorLayer-Edit #content .panel__overlay,.aem-AuthorLayer-Edit #content .panel__overlay.active,.aem-AuthorLayer-DQM #header .panel__overlay,.aem-AuthorLayer-DQM #header .panel__overlay.active,.aem-AuthorLayer-DQM #footer .panel__overlay,.aem-AuthorLayer-DQM #footer .panel__overlay.active,.aem-AuthorLayer-DQM #content .panel__overlay,.aem-AuthorLayer-DQM #content .panel__overlay.active,.aem-AuthorLayer-Developer #header .panel__overlay,.aem-AuthorLayer-Developer #header .panel__overlay.active,.aem-AuthorLayer-Developer #footer .panel__overlay,.aem-AuthorLayer-Developer #footer .panel__overlay.active,.aem-AuthorLayer-Developer #content .panel__overlay,.aem-AuthorLayer-Developer #content .panel__overlay.active,.aem-AuthorLayer-Design #header .panel__overlay,.aem-AuthorLayer-Design #header .panel__overlay.active,.aem-AuthorLayer-Design #footer .panel__overlay,.aem-AuthorLayer-Design #footer .panel__overlay.active,.aem-AuthorLayer-Design #content .panel__overlay,.aem-AuthorLayer-Design #content .panel__overlay.active,.aem-AuthorLayer-Layouting #header .panel__overlay,.aem-AuthorLayer-Layouting #header .panel__overlay.active,.aem-AuthorLayer-Layouting #footer .panel__overlay,.aem-AuthorLayer-Layouting #footer .panel__overlay.active,.aem-AuthorLayer-Layouting #content .panel__overlay,.aem-AuthorLayer-Layouting #content .panel__overlay.active,.aem-AuthorLayer-Tracking #header .panel__overlay,.aem-AuthorLayer-Tracking #header .panel__overlay.active,.aem-AuthorLayer-Tracking #footer .panel__overlay,.aem-AuthorLayer-Tracking #footer .panel__overlay.active,.aem-AuthorLayer-Tracking #content .panel__overlay,.aem-AuthorLayer-Tracking #content .panel__overlay.active,.aem-AuthorLayer-Timewrap #header .panel__overlay,.aem-AuthorLayer-Timewrap #header .panel__overlay.active,.aem-AuthorLayer-Timewrap #footer .panel__overlay,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active,.aem-AuthorLayer-Timewrap #content .panel__overlay,.aem-AuthorLayer-Timewrap #content .panel__overlay.active,.cq-wcm-edit #header .panel__overlay,.cq-wcm-edit #header .panel__overlay.active,.cq-wcm-edit #footer .panel__overlay,.cq-wcm-edit #footer .panel__overlay.active,.cq-wcm-edit #content .panel__overlay,.cq-wcm-edit #content .panel__overlay.active{position:relative;opacity:.5;display:block;height:50px}}.aem-AuthorLayer-Edit #header .panel__overlay::before,.aem-AuthorLayer-Edit #header .panel__overlay.active::before,.aem-AuthorLayer-Edit #footer .panel__overlay::before,.aem-AuthorLayer-Edit #footer .panel__overlay.active::before,.aem-AuthorLayer-Edit #content .panel__overlay::before,.aem-AuthorLayer-Edit #content .panel__overlay.active::before,.aem-AuthorLayer-DQM #header .panel__overlay::before,.aem-AuthorLayer-DQM #header .panel__overlay.active::before,.aem-AuthorLayer-DQM #footer .panel__overlay::before,.aem-AuthorLayer-DQM #footer .panel__overlay.active::before,.aem-AuthorLayer-DQM #content .panel__overlay::before,.aem-AuthorLayer-DQM #content .panel__overlay.active::before,.aem-AuthorLayer-Developer #header .panel__overlay::before,.aem-AuthorLayer-Developer #header .panel__overlay.active::before,.aem-AuthorLayer-Developer #footer .panel__overlay::before,.aem-AuthorLayer-Developer #footer .panel__overlay.active::before,.aem-AuthorLayer-Developer #content .panel__overlay::before,.aem-AuthorLayer-Developer #content .panel__overlay.active::before,.aem-AuthorLayer-Design #header .panel__overlay::before,.aem-AuthorLayer-Design #header .panel__overlay.active::before,.aem-AuthorLayer-Design #footer .panel__overlay::before,.aem-AuthorLayer-Design #footer .panel__overlay.active::before,.aem-AuthorLayer-Design #content .panel__overlay::before,.aem-AuthorLayer-Design #content .panel__overlay.active::before,.aem-AuthorLayer-Layouting #header .panel__overlay::before,.aem-AuthorLayer-Layouting #header .panel__overlay.active::before,.aem-AuthorLayer-Layouting #footer .panel__overlay::before,.aem-AuthorLayer-Layouting #footer .panel__overlay.active::before,.aem-AuthorLayer-Layouting #content .panel__overlay::before,.aem-AuthorLayer-Layouting #content .panel__overlay.active::before,.aem-AuthorLayer-Tracking #header .panel__overlay::before,.aem-AuthorLayer-Tracking #header .panel__overlay.active::before,.aem-AuthorLayer-Tracking #footer .panel__overlay::before,.aem-AuthorLayer-Tracking #footer .panel__overlay.active::before,.aem-AuthorLayer-Tracking #content .panel__overlay::before,.aem-AuthorLayer-Tracking #content .panel__overlay.active::before,.aem-AuthorLayer-Timewrap #header .panel__overlay::before,.aem-AuthorLayer-Timewrap #header .panel__overlay.active::before,.aem-AuthorLayer-Timewrap #footer .panel__overlay::before,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active::before,.aem-AuthorLayer-Timewrap #content .panel__overlay::before,.aem-AuthorLayer-Timewrap #content .panel__overlay.active::before,.cq-wcm-edit #header .panel__overlay::before,.cq-wcm-edit #header .panel__overlay.active::before,.cq-wcm-edit #footer .panel__overlay::before,.cq-wcm-edit #footer .panel__overlay.active::before,.cq-wcm-edit #content .panel__overlay::before,.cq-wcm-edit #content .panel__overlay.active::before{display:none}.aem-AuthorLayer-Edit #header .panel__overlay.fixedParsys,.aem-AuthorLayer-Edit #header .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Edit #footer .panel__overlay.fixedParsys,.aem-AuthorLayer-Edit #footer .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Edit #content .panel__overlay.fixedParsys,.aem-AuthorLayer-Edit #content .panel__overlay.active.fixedParsys,.aem-AuthorLayer-DQM #header .panel__overlay.fixedParsys,.aem-AuthorLayer-DQM #header .panel__overlay.active.fixedParsys,.aem-AuthorLayer-DQM #footer .panel__overlay.fixedParsys,.aem-AuthorLayer-DQM #footer .panel__overlay.active.fixedParsys,.aem-AuthorLayer-DQM #content .panel__overlay.fixedParsys,.aem-AuthorLayer-DQM #content .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Developer #header .panel__overlay.fixedParsys,.aem-AuthorLayer-Developer #header .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Developer #footer .panel__overlay.fixedParsys,.aem-AuthorLayer-Developer #footer .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Developer #content .panel__overlay.fixedParsys,.aem-AuthorLayer-Developer #content .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Design #header .panel__overlay.fixedParsys,.aem-AuthorLayer-Design #header .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Design #footer .panel__overlay.fixedParsys,.aem-AuthorLayer-Design #footer .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Design #content .panel__overlay.fixedParsys,.aem-AuthorLayer-Design #content .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Layouting #header .panel__overlay.fixedParsys,.aem-AuthorLayer-Layouting #header .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Layouting #footer .panel__overlay.fixedParsys,.aem-AuthorLayer-Layouting #footer .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Layouting #content .panel__overlay.fixedParsys,.aem-AuthorLayer-Layouting #content .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Tracking #header .panel__overlay.fixedParsys,.aem-AuthorLayer-Tracking #header .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Tracking #footer .panel__overlay.fixedParsys,.aem-AuthorLayer-Tracking #footer .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Tracking #content .panel__overlay.fixedParsys,.aem-AuthorLayer-Tracking #content .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Timewrap #header .panel__overlay.fixedParsys,.aem-AuthorLayer-Timewrap #header .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Timewrap #footer .panel__overlay.fixedParsys,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active.fixedParsys,.aem-AuthorLayer-Timewrap #content .panel__overlay.fixedParsys,.aem-AuthorLayer-Timewrap #content .panel__overlay.active.fixedParsys,.cq-wcm-edit #header .panel__overlay.fixedParsys,.cq-wcm-edit #header .panel__overlay.active.fixedParsys,.cq-wcm-edit #footer .panel__overlay.fixedParsys,.cq-wcm-edit #footer .panel__overlay.active.fixedParsys,.cq-wcm-edit #content .panel__overlay.fixedParsys,.cq-wcm-edit #content .panel__overlay.active.fixedParsys{min-height:50px}.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay.active,.cq-wcm-edit #header .panel__overlay .panel__overlay,.cq-wcm-edit #header .panel__overlay .panel__overlay.active,.cq-wcm-edit #header .panel__overlay.active .panel__overlay,.cq-wcm-edit #header .panel__overlay.active .panel__overlay.active,.cq-wcm-edit #footer .panel__overlay .panel__overlay,.cq-wcm-edit #footer .panel__overlay .panel__overlay.active,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay.active,.cq-wcm-edit #content .panel__overlay .panel__overlay,.cq-wcm-edit #content .panel__overlay .panel__overlay.active,.cq-wcm-edit #content .panel__overlay.active .panel__overlay,.cq-wcm-edit #content .panel__overlay.active .panel__overlay.active{position:relative;opacity:.5;display:block;height:50px}@media(max-width: 991px){.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay.active,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay.active,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay.active,.cq-wcm-edit #header .panel__overlay .panel__overlay,.cq-wcm-edit #header .panel__overlay .panel__overlay.active,.cq-wcm-edit #header .panel__overlay.active .panel__overlay,.cq-wcm-edit #header .panel__overlay.active .panel__overlay.active,.cq-wcm-edit #footer .panel__overlay .panel__overlay,.cq-wcm-edit #footer .panel__overlay .panel__overlay.active,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay.active,.cq-wcm-edit #content .panel__overlay .panel__overlay,.cq-wcm-edit #content .panel__overlay .panel__overlay.active,.cq-wcm-edit #content .panel__overlay.active .panel__overlay,.cq-wcm-edit #content .panel__overlay.active .panel__overlay.active{position:relative;opacity:.5;display:block;height:50px}}.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay::before,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay::before,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay::before,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay.active::before,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay::before,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay.active::before,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay::before,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay.active::before,.cq-wcm-edit #header .panel__overlay .panel__overlay::before,.cq-wcm-edit #header .panel__overlay .panel__overlay.active::before,.cq-wcm-edit #header .panel__overlay.active .panel__overlay::before,.cq-wcm-edit #header .panel__overlay.active .panel__overlay.active::before,.cq-wcm-edit #footer .panel__overlay .panel__overlay::before,.cq-wcm-edit #footer .panel__overlay .panel__overlay.active::before,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay::before,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay.active::before,.cq-wcm-edit #content .panel__overlay .panel__overlay::before,.cq-wcm-edit #content .panel__overlay .panel__overlay.active::before,.cq-wcm-edit #content .panel__overlay.active .panel__overlay::before,.cq-wcm-edit #content .panel__overlay.active .panel__overlay.active::before{display:none}.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay.active .inner,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay .inner,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay.active .inner,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay .inner,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay.active .inner,.cq-wcm-edit #header .panel__overlay .panel__overlay .inner,.cq-wcm-edit #header .panel__overlay .panel__overlay.active .inner,.cq-wcm-edit #header .panel__overlay.active .panel__overlay .inner,.cq-wcm-edit #header .panel__overlay.active .panel__overlay.active .inner,.cq-wcm-edit #footer .panel__overlay .panel__overlay .inner,.cq-wcm-edit #footer .panel__overlay .panel__overlay.active .inner,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay .inner,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay.active .inner,.cq-wcm-edit #content .panel__overlay .panel__overlay .inner,.cq-wcm-edit #content .panel__overlay .panel__overlay.active .inner,.cq-wcm-edit #content .panel__overlay.active .panel__overlay .inner,.cq-wcm-edit #content .panel__overlay.active .panel__overlay.active .inner{height:50px}.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Edit #header .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Edit #header .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Edit #footer .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Edit #footer .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Edit #content .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Edit #content .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-DQM #header .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-DQM #header .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-DQM #footer .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-DQM #footer .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-DQM #content .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-DQM #content .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Developer #header .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Developer #header .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Developer #footer .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Developer #footer .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Developer #content .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Developer #content .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Design #header .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Design #header .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Design #footer .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Design #footer .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Design #content .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Design #content .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Layouting #header .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Layouting #header .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Layouting #footer .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Layouting #footer .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Layouting #content .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Layouting #content .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Tracking #header .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Tracking #header .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Tracking #footer .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Tracking #footer .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Tracking #content .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Tracking #content .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #header .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #header .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #footer .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #footer .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #content .panel__overlay .panel__overlay.active .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay .inner&gt;.component-content,.aem-AuthorLayer-Timewrap #content .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.cq-wcm-edit #header .panel__overlay .panel__overlay .inner&gt;.component-content,.cq-wcm-edit #header .panel__overlay .panel__overlay.active .inner&gt;.component-content,.cq-wcm-edit #header .panel__overlay.active .panel__overlay .inner&gt;.component-content,.cq-wcm-edit #header .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.cq-wcm-edit #footer .panel__overlay .panel__overlay .inner&gt;.component-content,.cq-wcm-edit #footer .panel__overlay .panel__overlay.active .inner&gt;.component-content,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay .inner&gt;.component-content,.cq-wcm-edit #footer .panel__overlay.active .panel__overlay.active .inner&gt;.component-content,.cq-wcm-edit #content .panel__overlay .panel__overlay .inner&gt;.component-content,.cq-wcm-edit #content .panel__overlay .panel__overlay.active .inner&gt;.component-content,.cq-wcm-edit #content .panel__overlay.active .panel__overlay .inner&gt;.component-content,.cq-wcm-edit #content .panel__overlay.active .panel__overlay.active .inner&gt;.component-content{height:50px}.template-ll-template-pp2 #content .accordion-more{padding:0}.template-ll-template-pp2 #content .accordion-more .accordion-container .accordion-slide{border-right:none;background:rgba(0,0,0,0)}.template-ll-template-pp2 #content .accordion-more .accordion-container .accordion-slide.is-active .accordion-head{background:url("../../../../livlife/desktop/assets/img/minus_button_pp2.svg") center no-repeat;background-size:45px 45px}.template-ll-template-pp2 #content .accordion-more .accordion-container .accordion-slide .accordion-head{height:45px;display:flex;justify-content:center;background:url("../../../../livlife/desktop/assets/img/plus_button_pp2.svg") center no-repeat;background-size:45px 45px;margin-bottom:30px}.template-ll-template-pp2 #content .accordion-more .accordion-container .accordion-slide .accordion-head::after{display:none}.template-ll-template-pp2 #content .accordion-more .accordion-container .accordion-slide .accordion-head .accordion-title{display:none}.template-ll-template-pp2 #content .accordion-more .accordion-container .accordion-slide .accordion-content{background:rgba(0,0,0,0)}@media(max-width: 1024px){.template-ll-template-pp2 #content .heading-with-avatar&gt;.component-content{display:flex;flex-direction:column;justify-content:center;align-items:center}}.template-ll-template-pp2 #content .heading-with-avatar&gt;.component-content .richText-image{border-radius:50%;border:4px solid #fff;height:100px;width:100px}.template-ll-template-pp2 #content .heading-with-avatar&gt;.component-content .richText-content{margin-top:8px}.template-ll-template-pp2 #content .heading-with-avatar&gt;.component-content .richText-content h2{padding-bottom:0}.reference-pp2-chapters-navigation{position:fixed;left:0;top:50%;transform:translateY(-50%);padding:0;max-width:max-content;box-shadow:#a8b3bc 0 0 5px;z-index:5}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.reference-pp2-chapters-navigation{width:100px}.reference-pp2-chapters-navigation.active{width:30%}}@media screen and (-ms-high-contrast: active)and (max-width: 1200px),(-ms-high-contrast: none)and (max-width: 1200px){.reference-pp2-chapters-navigation.active{width:100%}}.reference-pp2-chapters-navigation .reference-pp2-navigation{width:100px}@media(max-width: 1200px){.reference-pp2-chapters-navigation .reference-pp2-navigation{width:auto}}.reference-pp2-chapters-navigation .reference-pp2-navigation.active{width:auto}.reference-pp2-chapters-navigation .reference-pp2-navigation.active .pp2-navigation .icon-mobile-expander{position:absolute;transform:rotate(90deg)}.reference-pp2-chapters-navigation .reference-pp2-navigation.active .pp2-navigation .pp2-navigation-title{display:block}.reference-pp2-chapters-navigation .reference-pp2-navigation.active .pp2-navigation ul{display:block}.reference-pp2-chapters-navigation .reference-pp2-navigation.active .pp2-navigation ul li a{display:inline-block}.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation{background:#fff}.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation .icon-mobile-expander{height:54px;width:50px;cursor:pointer;background:url("../../../../livlife/desktop/assets/img/scroll-arrow.svg") no-repeat center;background-size:30px;transform:rotate(-90deg);display:none}@media(max-width: 1200px){.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation .icon-mobile-expander{display:block}}.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation .pp2-navigation-title{text-align:center;margin:0;padding:15px;height:54px}@media(max-width: 1200px){.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation .pp2-navigation-title{display:none}}.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation ul{list-style:none;margin:0;padding:0 0 10px 0}@media(max-width: 1200px){.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation ul{display:none}}.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation ul li{display:flex;align-items:center;position:relative;height:46px}.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation ul li.active .chapter-number,.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation ul li.active a{color:#6f70ae}.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation ul li .chapter-number{font-size:38px;font-weight:600;color:#327886;display:inline-block;padding:8px 15px;cursor:pointer;text-align:center;min-width:100px;width:100px}.reference-pp2-chapters-navigation .reference-pp2-navigation .pp2-navigation ul li a{color:#327886;height:100%;width:100%;display:none;padding:15px 20px 15px 0}.ll-podcast-player{background:#2e2d2c;height:120px;z-index:10;position:fixed;left:0;bottom:-200px;width:100%;padding:0;display:flex;flex-direction:column;transition:bottom .2s}.ll-podcast-player.active{bottom:0}.ll-podcast-player[data-theme=pink] .player__chapters-button-arrow::before,.ll-podcast-player[data-theme=pink] .player__chapters-button-arrow::after{background:#f2c0bb}.ll-podcast-player[data-theme=pink] .player__chapters-list .episode__chapter-timestamp{color:#f2c0bb}.ll-podcast-player[data-theme=pink] .player__progressbar--active{background:#f2c0bb}.ll-podcast-player[data-theme=pink] .player__volumebar-input::-webkit-slider-thumb{background:#f2c0bb}.ll-podcast-player[data-theme=pink] .player__volumebar-input::-moz-range-thumb{background:#f2c0bb}.ll-podcast-player[data-theme=pink] .player__volumebar-input::-ms-thumb{background:#f2c0bb}.ll-podcast-player[data-theme=pink] .player__timestamps .player__timestamp--current{color:#f2c0bb}.ll-podcast-player[data-theme=pink] .player__controls .player__control--play{background:url("../../../../livlife/desktop/assets/img/podcasts/button_play_pink.svg") center no-repeat;background-size:cover}.ll-podcast-player[data-theme=pink] .player__controls .player__control--play.active{background:url("../../../../livlife/desktop/assets/img/podcasts/button_pause_pink.svg") center no-repeat}.ll-podcast-player[data-theme=blue] .player__chapters-button-arrow::before,.ll-podcast-player[data-theme=blue] .player__chapters-button-arrow::after{background:#bde7f5}.ll-podcast-player[data-theme=blue] .player__chapters-list .episode__chapter-timestamp{color:#bde7f5}.ll-podcast-player[data-theme=blue] .player__progressbar--active{background:#bde7f5}.ll-podcast-player[data-theme=blue] .player__volumebar-input::-webkit-slider-thumb{background:#bde7f5}.ll-podcast-player[data-theme=blue] .player__volumebar-input::-moz-range-thumb{background:#bde7f5}.ll-podcast-player[data-theme=blue] .player__volumebar-input::-ms-thumb{background:#bde7f5}.ll-podcast-player[data-theme=blue] .player__timestamps .player__timestamp--current{color:#bde7f5}.ll-podcast-player[data-theme=blue] .player__controls .player__control--play{background:url("../../../../livlife/desktop/assets/img/podcasts/button_play_blue.svg") center no-repeat;background-size:cover}.ll-podcast-player[data-theme=blue] .player__controls .player__control--play.active{background:url("../../../../livlife/desktop/assets/img/podcasts/button_pause_blue.svg") center no-repeat}.ll-podcast-player[data-theme=purple] .player__chapters-button-arrow::before,.ll-podcast-player[data-theme=purple] .player__chapters-button-arrow::after{background:#c5a6cd}.ll-podcast-player[data-theme=purple] .player__chapters-list .episode__chapter-timestamp{color:#c5a6cd}.ll-podcast-player[data-theme=purple] .player__progressbar--active{background:#c5a6cd}.ll-podcast-player[data-theme=purple] .player__volumebar-input::-webkit-slider-thumb{background:#c5a6cd}.ll-podcast-player[data-theme=purple] .player__volumebar-input::-moz-range-thumb{background:#c5a6cd}.ll-podcast-player[data-theme=purple] .player__volumebar-input::-ms-thumb{background:#c5a6cd}.ll-podcast-player[data-theme=purple] .player__timestamps .player__timestamp--current{color:#c5a6cd}.ll-podcast-player[data-theme=purple] .player__controls .player__control--play{background:url("../../../../livlife/desktop/assets/img/podcasts/button_play_purple.svg") center no-repeat;background-size:cover}.ll-podcast-player[data-theme=purple] .player__controls .player__control--play.active{background:url("../../../../livlife/desktop/assets/img/podcasts/button_pause_purple.svg") center no-repeat}.ll-podcast-player .player__chapters{position:absolute;display:flex;flex-direction:column;z-index:-1;user-select:none;width:500px;left:calc(50% - 250px);top:-50px;transition:top .2s}.ll-podcast-player .player__chapters.active .player__chapters-button-arrow{transform:rotate(180deg);top:-1px}.ll-podcast-player .player__chapters-button{height:50px;min-width:160px;font-size:18px;font-weight:400;color:#fff;background:#2e2d2c;display:flex;justify-content:center;border-top-left-radius:10px;border-top-right-radius:10px;margin:0 auto;padding:15px;cursor:pointer}.ll-podcast-player .player__chapters-button-arrow{position:relative;display:inline-block;margin-left:10px;width:30px;top:-3px;transition:transform .2s}.ll-podcast-player .player__chapters-button-arrow::before,.ll-podcast-player .player__chapters-button-arrow::after{position:absolute;background:#f2c0bb;content:"";height:15px;width:2px}.ll-podcast-player .player__chapters-button-arrow::before{left:10px;top:3px;transform:rotate(50deg)}.ll-podcast-player .player__chapters-button-arrow::after{left:20px;top:3px;transform:rotate(-50deg)}.ll-podcast-player .player__chapters-list{border-top-left-radius:10px;border-top-right-radius:10px;background:#3c3c3c;margin:0;padding:15px 12%;list-style:none}.ll-podcast-player .player__chapters-list .episode__chapter{padding:10px;cursor:pointer;font-size:18px;color:#fff}.ll-podcast-player .player__chapters-list .episode__chapter-timestamp{text-decoration:underline;margin-right:30px;color:#f2c0bb}.ll-podcast-player .player__chapters-list .episode__chapter-name{font-weight:400;line-height:1.2}.ll-podcast-player .player__progressbar{background:#5f6468;position:relative;display:block;height:15px;width:100%;cursor:pointer}.ll-podcast-player .player__progressbar--active{position:absolute;top:0;left:0;background:#f2c0bb;height:100%;width:0}.ll-podcast-player .player__timestamps{width:100%;padding:10px 20px;position:absolute;left:0;top:48px;display:flex;justify-content:space-between;transition:top .2s}@media(min-width: 991px){.ll-podcast-player .player__timestamps{top:auto}}.ll-podcast-player .player__timestamps .player__timestamp--current{color:#f2c0bb}.ll-podcast-player .player__timestamps .player__timestamp--full{color:#5f6468}.ll-podcast-player .player__inner{height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:#2e2d2c}@media(min-width: 1230px){.ll-podcast-player .player__inner{flex-direction:row;justify-content:center}}.ll-podcast-player .player__details{min-width:400px;margin:6px 0 5px 0;display:flex;justify-content:center}@media(min-width: 1230px){.ll-podcast-player .player__details{margin:auto 0}}.ll-podcast-player .player__detail{color:#fff;font-size:16px}@media(min-width: 1230px){.ll-podcast-player .player__detail{font-size:20px}}.ll-podcast-player .player__detail--episode{font-weight:500}@media(min-width: 1230px){.ll-podcast-player .player__detail--episode{font-weight:600}}.ll-podcast-player .player__detail--episode-title{margin-left:10px;font-weight:400}.ll-podcast-player .player__controls{z-index:99;width:220px;margin:0;display:flex;justify-content:center}@media(min-width: 1230px){.ll-podcast-player .player__controls{margin:auto 10%}}.ll-podcast-player .player__controls .player__control--play,.ll-podcast-player .player__controls .player__control--rewind,.ll-podcast-player .player__controls .player__control--forward{cursor:pointer;transition:opacity .2s,margin .2s,height .2s}.ll-podcast-player .player__controls .player__control--play:hover,.ll-podcast-player .player__controls .player__control--rewind:hover,.ll-podcast-player .player__controls .player__control--forward:hover{opacity:.7}.ll-podcast-player .player__controls .player__control--rewind,.ll-podcast-player .player__controls .player__control--forward{height:40px;width:40px;margin:auto 0}@media(min-width: 1230px){.ll-podcast-player .player__controls .player__control--rewind,.ll-podcast-player .player__controls .player__control--forward{height:50px;width:50px}}.ll-podcast-player .player__controls .player__control--rewind{background:url("../../../../livlife/desktop/assets/img/podcasts/button_rewind.svg") center no-repeat}.ll-podcast-player .player__controls .player__control--forward{background:url("../../../../livlife/desktop/assets/img/podcasts/button_forward.svg") center no-repeat}.ll-podcast-player .player__controls .player__control--play{height:60px;width:60px;margin:auto 10px;background:url("../../../../livlife/desktop/assets/img/podcasts/button_play_pink.svg") center no-repeat;background-size:cover}@media(min-width: 1230px){.ll-podcast-player .player__controls .player__control--play{height:70px;width:70px;margin:auto 20px}}.ll-podcast-player .player__controls .player__control--play.active{background:url("../../../../livlife/desktop/assets/img/podcasts/button_pause_pink.svg") center no-repeat}.ll-podcast-player .player__volumebar{display:none}@media(min-width: 1230px){.ll-podcast-player .player__volumebar{display:flex;justify-content:center;width:400px;margin:auto 0}}.ll-podcast-player .player__volumebar-input{background:rgba(0,0,0,0);-webkit-appearance:none;width:200px;height:50px;padding:10px 0}.ll-podcast-player .player__volumebar-input:focus{outline:none}.ll-podcast-player .player__volumebar-input::-moz-range-track{border:none;background:#fff;border-radius:5px;height:5px;width:200px}.ll-podcast-player .player__volumebar-input::-webkit-slider-runnable-track{border:none;background:#fff;border-radius:5px;height:5px;width:200px}.ll-podcast-player .player__volumebar-input::-ms-track{border:none;background:#fff;border-radius:5px;height:5px;width:200px}.ll-podcast-player .player__volumebar-input::-webkit-slider-thumb{border:none;border-radius:50%;width:15px;height:15px;-webkit-appearance:none;margin-top:-5px}.ll-podcast-player .player__volumebar-input::-moz-range-thumb{border:none;border-radius:50%;width:15px;height:15px}.ll-podcast-player .player__volumebar-input::-ms-thumb{border:none;border-radius:50%;width:15px;height:15px;margin-top:0}.ll-podcast-player .player__volumebar-input::-ms-tooltip,.ll-podcast-player .player__volumebar-input::-ms-ticks-before,.ll-podcast-player .player__volumebar-input::-ms-ticks-after{display:none}.aem-AuthorLayer-Edit .ll-podcast-player,.aem-AuthorLayer-DQM .ll-podcast-player,.aem-AuthorLayer-Developer .ll-podcast-player,.aem-AuthorLayer-Design .ll-podcast-player,.aem-AuthorLayer-Layouting .ll-podcast-player,.aem-AuthorLayer-Tracking .ll-podcast-player,.aem-AuthorLayer-Timewrap .ll-podcast-player,.cq-wcm-edit .ll-podcast-player{position:static;bottom:auto}.ll-podcast-episode{display:flex;flex-direction:column;align-items:flex-end;position:relative}.ll-podcast-episode[data-theme=pink] .episode__badge{color:#f2c0bb}.ll-podcast-episode[data-theme=pink] .episode__inner{background:#f2c0bb}.ll-podcast-episode[data-theme=pink] .episode__actions .episode__action--play{background:url("../../../../livlife/desktop/assets/img/podcasts/button_play_pink.svg") center no-repeat content-box}.ll-podcast-episode[data-theme=pink] .episode__actions .episode__action--share::before{background:url("../../../../livlife/desktop/assets/img/podcasts/button_share_pink.svg") center no-repeat content-box}.ll-podcast-episode[data-theme=pink] .episode__actions .episode__action--transcript::before{background:url("../../../../livlife/desktop/assets/img/podcasts/button_transcript_pink.svg") center no-repeat content-box}.ll-podcast-episode[data-theme=pink] .episode__transcript{background:rgba(242,192,187,.4)}.ll-podcast-episode[data-theme=pink] .episode__transcript-content{scrollbar-width:initial;scrollbar-color:#2e2d2c #f2c0bb;-ms-scrollbar-track-color:#f2c0bb;-ms-scrollbar-highlight-color:#f2c0bb;-ms-scrollbar-3dlight-color:#f2c0bb}.ll-podcast-episode[data-theme=pink] .episode__transcript-content::-webkit-scrollbar{background:#f2c0bb}.ll-podcast-episode[data-theme=pink] .episode__transcript-content p{position:relative;font-weight:400}.ll-podcast-episode[data-theme=pink] .episode__transcript-content p b{position:absolute;left:-70px;font-weight:600}.ll-podcast-episode[data-theme=pink] .episode__transcript-content p i b{position:static;font-style:normal}.ll-podcast-episode[data-theme=pink] .episode__transcript-close-button{background:url("../../../../livlife/desktop/assets/img/podcasts/button_gotop_pink.svg") no-repeat center}.ll-podcast-episode[data-theme=pink] .episode__socials{background:rgba(242,192,187,.25)}.ll-podcast-episode[data-theme=blue] .episode__badge{color:#bde7f5}.ll-podcast-episode[data-theme=blue] .episode__inner{background:#bde7f5}.ll-podcast-episode[data-theme=blue] .episode__actions .episode__action--play{background:url("../../../../livlife/desktop/assets/img/podcasts/button_play_blue.svg") center no-repeat content-box}.ll-podcast-episode[data-theme=blue] .episode__actions .episode__action--share::before{background:url("../../../../livlife/desktop/assets/img/podcasts/button_share_blue.svg") center no-repeat content-box}.ll-podcast-episode[data-theme=blue] .episode__actions .episode__action--transcript::before{background:url("../../../../livlife/desktop/assets/img/podcasts/button_transcript_blue.svg") center no-repeat content-box}.ll-podcast-episode[data-theme=blue] .episode__transcript{background:rgba(189,231,245,.4)}.ll-podcast-episode[data-theme=blue] .episode__transcript-content{scrollbar-width:initial;scrollbar-color:#2e2d2c #bde7f5;-ms-scrollbar-track-color:#bde7f5;-ms-scrollbar-highlight-color:#bde7f5;-ms-scrollbar-3dlight-color:#bde7f5}.ll-podcast-episode[data-theme=blue] .episode__transcript-content::-webkit-scrollbar{background:#bde7f5}.ll-podcast-episode[data-theme=blue] .episode__transcript-content p{position:relative;font-weight:400}.ll-podcast-episode[data-theme=blue] .episode__transcript-content p b{position:absolute;left:-70px;font-weight:600}.ll-podcast-episode[data-theme=blue] .episode__transcript-content p i b{position:static;font-style:normal}.ll-podcast-episode[data-theme=blue] .episode__transcript-close-button{background:url("../../../../livlife/desktop/assets/img/podcasts/button_gotop_blue.svg") no-repeat center}.ll-podcast-episode[data-theme=blue] .episode__socials{background:rgba(189,231,245,.25)}.ll-podcast-episode[data-theme=purple] .episode__badge{color:#c5a6cd}.ll-podcast-episode[data-theme=purple] .episode__inner{background:#c5a6cd}.ll-podcast-episode[data-theme=purple] .episode__actions .episode__action--play{background:url("../../../../livlife/desktop/assets/img/podcasts/button_play_purple.svg") center no-repeat content-box}.ll-podcast-episode[data-theme=purple] .episode__actions .episode__action--share::before{background:url("../../../../livlife/desktop/assets/img/podcasts/button_share_purple.svg") center no-repeat content-box}.ll-podcast-episode[data-theme=purple] .episode__actions .episode__action--transcript::before{background:url("../../../../livlife/desktop/assets/img/podcasts/button_transcript_purple.svg") center no-repeat content-box}.ll-podcast-episode[data-theme=purple] .episode__transcript{background:rgba(197,166,205,.4)}.ll-podcast-episode[data-theme=purple] .episode__transcript-content{scrollbar-width:initial;scrollbar-color:#2e2d2c #c5a6cd;-ms-scrollbar-track-color:#c5a6cd;-ms-scrollbar-highlight-color:#c5a6cd;-ms-scrollbar-3dlight-color:#c5a6cd}.ll-podcast-episode[data-theme=purple] .episode__transcript-content::-webkit-scrollbar{background:#c5a6cd}.ll-podcast-episode[data-theme=purple] .episode__transcript-content p{position:relative;font-weight:400}.ll-podcast-episode[data-theme=purple] .episode__transcript-content p b{position:absolute;left:-70px;font-weight:600}.ll-podcast-episode[data-theme=purple] .episode__transcript-content p i b{position:static;font-style:normal}.ll-podcast-episode[data-theme=purple] .episode__transcript-close-button{background:url("../../../../livlife/desktop/assets/img/podcasts/button_gotop_purple.svg") no-repeat center}.ll-podcast-episode[data-theme=purple] .episode__socials{background:rgba(197,166,205,.25)}.ll-podcast-episode .episode__configuration{display:none}.ll-podcast-episode .episode__badge{line-height:22px;font-weight:500;background:#2e2d2c;color:#f2c0bb;padding:15px 20px}.ll-podcast-episode .episode__inner{display:flex;flex-wrap:wrap;background:#f2c0bb;width:100%}.ll-podcast-episode .episode__thumbnail{width:100%;height:100%}@media(min-width: 1200px){.ll-podcast-episode .episode__thumbnail{width:60%;height:auto;object-fit:cover}}.ll-podcast-episode .episode__details{display:flex;flex-direction:column;justify-content:space-between;padding:30px;width:100%;line-height:22px;font-weight:500;color:#000;transition:padding .2s}@media(min-width: 1200px){.ll-podcast-episode .episode__details{width:40%}}.ll-podcast-episode .episode__actions{display:flex;justify-content:center}.ll-podcast-episode .episode__actions--secondary{padding-left:20px;min-width:155px;display:flex;flex-direction:column;justify-content:space-around}.ll-podcast-episode .episode__actions .episode__action--play{width:155px;height:135px;display:block;padding-right:20px;border-right:1px solid #2e2d2c;transition:height .2s;cursor:pointer;background:url("../../../../livlife/desktop/assets/img/podcasts/button_play_pink.svg") center no-repeat content-box}.ll-podcast-episode .episode__actions .episode__action--share,.ll-podcast-episode .episode__actions .episode__action--transcript{display:flex;align-items:center;cursor:pointer}.ll-podcast-episode .episode__actions .episode__action--share::before,.ll-podcast-episode .episode__actions .episode__action--transcript::before{content:"";display:inline-block;margin-right:10px;width:47px;height:47px}.ll-podcast-episode .episode__actions .episode__action--share::before{background:url("../../../../livlife/desktop/assets/img/podcasts/button_share_pink.svg") center no-repeat content-box}.ll-podcast-episode .episode__actions .episode__action--transcript::before{background:url("../../../../livlife/desktop/assets/img/podcasts/button_transcript_pink.svg") center no-repeat content-box}.ll-podcast-episode .episode__transcript{display:flex;flex-direction:column;background:rgba(242,192,187,.4);height:0;width:100%;position:relative;transition:height .8s ease,padding .3s}.ll-podcast-episode .episode__transcript.active{height:500px;padding:30px 30px 0 30px}.ll-podcast-episode .episode__transcript.active .episode__transcript-content{opacity:1;height:100%}.ll-podcast-episode .episode__transcript.active .episode__transcript-close-button{opacity:1}.ll-podcast-episode .episode__transcript-content{opacity:0;height:0;width:100%;overflow-y:scroll;overflow-x:hidden;padding:0 20%;transition:opacity .5s .2s,height .2s;-ms-scrollbar-face-color:#2e2d2c;-ms-scrollbar-arrow-color:#2e2d2c;-ms-scrollbar-shadow-color:#2e2d2c;-ms-scrollbar-darkshadow-Color:#2e2d2c;scrollbar-color:#2e2d2c #f2c0bb}.ll-podcast-episode .episode__transcript-content::-webkit-scrollbar-thumb{background:#2e2d2c}.ll-podcast-episode .episode__transcript-content::-webkit-scrollbar,.ll-podcast-episode .episode__transcript-content::-webkit-scrollbar-thumb{border-radius:10px}.ll-podcast-episode .episode__transcript-close-button{height:50px;width:50px;cursor:pointer;margin:15px auto;opacity:0;transition:opacity .1s;background:url("../../../../livlife/desktop/assets/img/podcasts/button_gotop_pink.svg") no-repeat center}.ll-podcast-episode .episode__socials{display:flex;align-items:center;background:rgba(242,192,187,.25);padding:10px 10px 10px 20px;width:100%;margin:0 0 0 auto;transition:padding .2s}@media(min-width: 991px){.ll-podcast-episode .episode__socials{width:40%}}.ll-podcast-episode .episode__socials p{margin:0 auto 0 0;color:#000}.ll-podcast-episode .episode__socials .episode__social{height:35px;width:35px;margin-right:10px}.ll-podcast-episode .episode__socials .episode__social:last-child{margin-right:0}.ll-podcast-episode .episode__socials .episode__social--spotify{background:url("../../../../livlife/desktop/assets/img/podcasts/socials/spotify.svg") no-repeat center}.ll-podcast-episode .episode__socials .episode__social--soundcloud{background:url("../../../../livlife/desktop/assets/img/podcasts/socials/soundcloud.svg") no-repeat center}.ll-podcast-episode .episode__socials .episode__social--youtube{background:url("../../../../livlife/desktop/assets/img/podcasts/socials/youtube.svg") no-repeat center;width:50px}.cq-wcm-edit-touch .header-banner,.cq-wcm-edit .header-banner{position:static !important;height:auto !important}.cq-wcm-edit-touch .navigation-box,.cq-wcm-edit .navigation-box{position:static !important;margin:0 0 100px 0 !important;height:auto !important}.cq-wcm-edit-touch .category-bg .reference-post-box.no-active,.cq-wcm-edit .category-bg .reference-post-box.no-active{display:inline-block !important;border:solid 2px red !important}.cq-wcm-edit-touch .country-selector-container,.cq-wcm-edit .country-selector-container{display:block !important;position:static !important}.cq-wcm-edit-touch .reference-pp2-chapters-navigation,.cq-wcm-edit .reference-pp2-chapters-navigation{position:static}.cq-wcm-edit-touch .desktop-only,.cq-wcm-edit-touch .mobile-only,.cq-wcm-edit .desktop-only,.cq-wcm-edit .mobile-only{display:block !important;position:relative !important}.cq-wcm-edit-touch .desktop-only::before,.cq-wcm-edit-touch .desktop-only::after,.cq-wcm-edit-touch .mobile-only::before,.cq-wcm-edit-touch .mobile-only::after,.cq-wcm-edit .desktop-only::before,.cq-wcm-edit .desktop-only::after,.cq-wcm-edit .mobile-only::before,.cq-wcm-edit .mobile-only::after{position:absolute;top:0;font-size:16px;text-shadow:3px 5px 3px rgba(0,0,0,.03);color:#000;font-weight:bold;font-style:italic;border:2px dashed #000;padding:20px}.cq-wcm-edit-touch .desktop-only::after,.cq-wcm-edit .desktop-only::after{content:"Visible only on Desktop"}.cq-wcm-edit-touch .mobile-only::after,.cq-wcm-edit .mobile-only::after{content:"Visible only on Mobile"}/*! normalize.css v2.1.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{background:#fff;color:#000;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{line-height:1;margin:0}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"â€œ" "â€" "â€˜" "â€™"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:1}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.cookiePolicy-info{background-color:#e1e1e1;max-height:1000px;overflow:hidden}.cookiePolicy-info.collapsed{max-height:0}.cookiePolicy-info .cookiePolicy-inner{padding:20px 10px;width:auto;max-width:940px;margin:0 auto}.cookiePolicy-restrictive{position:fixed;top:0;left:0;height:100%;width:100%;background:#000;background:rgba(0,0,0,.8);z-index:1000}.cookiePolicy-restrictive.collapsed{display:none}.cookiePolicy-restrictive .cookiePolicy-inner{position:fixed;top:100px;width:700px;margin-left:-350px;left:50%;padding:13px;background-color:#e1e1e1}@media screen and (max-width: 699px){.cookiePolicy-restrictive .cookiePolicy-inner{position:absolute;width:auto;margin:20px;left:0;top:0}}@media screen and (max-width: 699px){.cookiePolicy-restrictive{position:absolute}}.cookiePolicy-buttons{text-align:right}.exit-notification{position:fixed;top:0;left:0;height:100%;width:100%;background:#000;background:rgba(0,0,0,.8);z-index:1000}.exit-notification.is-hidden{display:none}.exit-notification .exit-notification-inner{position:fixed;top:100px;width:700px;margin-left:-363px;left:50%;padding:13px;background-color:#e1e1e1}@media screen and (max-width: 699px){.exit-notification .exit-notification-inner{position:absolute;width:auto;margin:20px;left:0;top:0}}@media screen and (max-width: 699px){.exit-notification-restrictive{position:fixed;z-index:1001}}.exit-notification-buttons{text-align:right}.overlay-background{position:fixed;top:0px;left:0px;width:100%;height:100%;background:#000;z-index:9998}.overlay-container{position:absolute;width:100%;top:150px;text-align:center;z-index:9999;padding-bottom:30px}.overlay-content{position:relative;min-width:80px;min-height:80px;max-width:90%;padding:10px;display:inline-block;background:#fff;text-align:left;border:solid 2px #323131}.overlay-content-inner{overflow:hidden}.overlay-close{width:25px;height:25px;z-index:9999;font-size:25px;position:absolute;top:-30px;right:15px;background:url(../../../../wireframe/desktop/img/close.png) no-repeat;cursor:Pointer;display:none}.overlay-loading{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../../../../wireframe/desktop/img/loader.gif) no-repeat 50% 50%}.paragraphSystem,.row{margin-left:0px;margin-right:0px}#wrapper,.container{width:auto !important;float:none !important}*{box-sizing:border-box !important}img{max-width:100%}.image .left{margin:5px 15px 5px 0px}.image .right{margin:5px 0px 5px 15px}.richText-image.pull-left{margin:5px 15px 5px 0px;float:left}.container,#header,#header .col-xs-12,#content,#content&gt;.row&gt;.layout-outer&gt;.layout-inner&gt;.col-xs-12,#footer,#footer&gt;.row&gt;.layout-outer&gt;.layout-inner&gt;.col-xs-12{margin-right:auto;margin-left:auto;padding-left:0px !important;padding-right:0px !important}@font-face{font-family:"AvantGarde";src:url("../../assets/fonts/33ED2B_0_0.eot");src:url("../../assets/fonts/33ED2B_0_0.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/33ED2B_0_0.woff2") format("woff2"),url("../../assets/fonts/33ED2B_0_0.woff") format("woff"),url("../../assets/fonts/33ED2B_0_0.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"AvantGarde";src:url("../../assets/fonts/33ED2B_1_0.eot");src:url("../../assets/fonts/33ED2B_1_0.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/33ED2B_1_0.woff2") format("woff2"),url("../../assets/fonts/33ED2B_1_0.woff") format("woff"),url("../../assets/fonts/33ED2B_1_0.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"AvantGarde";src:url("../../assets/fonts/33ED2B_2_0.eot");src:url("../../assets/fonts/33ED2B_2_0.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/33ED2B_2_0.woff2") format("woff2"),url("../../assets/fonts/33ED2B_2_0.woff") format("woff"),url("../../assets/fonts/33ED2B_2_0.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"AvantGarde";src:url("../../assets/fonts/34D7FA_0_0.eot");src:url("../../assets/fonts/34D7FA_0_0.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/34D7FA_0_0.woff2") format("woff2"),url("../../assets/fonts/34D7FA_0_0.woff") format("woff"),url("../../assets/fonts/34D7FA_0_0.ttf") format("truetype");font-weight:400;font-style:normal}@keyframes testQuoteAnimation{0%{transform:scale(1)}50%{transform:scale(0.8)}100%{transform:scale(1)}}@keyframes testQuoteAnimation2{0%{transform:scale(1)}50%{transform:scale(0.95)}100%{transform:scale(1)}}.container-fluid{max-width:1224px;display:block;margin:0px auto;padding:0px 40px;float:none !important}body{font-family:"AvantGarde";font-size:16px;font-weight:500;color:#425259;overflow-x:hidden;max-width:100vw}#content{margin:0}.banner-text-mobile{display:none}h1,h2,h3,h4,h5{font-family:"AvantGarde";color:#425259;margin:0px}h1{font-size:34px;font-weight:600}h2{font-size:28px;font-weight:600}h3{font-size:19px;font-weight:500}a{text-decoration:none}a:hover{color:#706fb4 !important}.richText a{color:#716fb3}p{margin:0px 0px 30px 0px;line-height:24px}.image{margin:0px 0px 30px 0px}.display-table{display:table;height:100%;table-layout:fixed;width:100%}.display-table-cell{display:table-cell;vertical-align:middle;height:100%;width:100%}.richText-image{margin-bottom:30px !important}.button{font-size:16px;font-weight:500;color:#425259;border:solid 2px #716fb3;border-radius:8px;text-decoration:none !important;padding:16px 30px;transition:.5s all}.button.button-100{display:block;text-align:center}.button.button-semi{font-weight:600}.button.button-blue{border-color:#706fb2;color:#706fb2}.button:hover{background:#d1d7db}.button.button-download{border-color:#706fb2;color:#fff;background:#706fb2}.button.button-download:before{content:"";background:url("../../assets/img/pp_survey_icon.png") center center no-repeat;display:inline-block;width:26px;height:26px;margin:0px 16px 0px 0px;vertical-align:-6px}.button.button-download:hover{border-color:#706fb2;color:#706fb2;background:#fff}.button.button-download:hover:before{background:url("../../assets/img/pp_survey_icon_rollover.png") center center no-repeat}.post-category-button{padding:15px 30px}.post-category-button img{width:26px;vertical-align:-6px;margin-right:5px}.reference-category-box{padding-left:0px !important;padding-right:0px !important}.header{height:200px}.header-banner{height:200px;position:absolute;top:0px;left:0px;width:100%;z-index:2}.header-banner.cat-1{background:linear-gradient(to right, #29374b, #181e29)}.header-banner.cat-2{background:linear-gradient(to right, #172435, #a30234)}.header-banner.cat-3{background:linear-gradient(to right, #05173f, #029cab)}.header-banner.cat-4{background:linear-gradient(to right, #05173f, #61599c, #029cab)}.header-banner .container-fluid{position:relative;height:200px}.header-banner .logo{width:290px;position:absolute;left:50%;margin-left:-145px;top:70px}.header-banner.text-banner .logo{top:35px}.header-banner .banner-image{width:16.66%;position:absolute;right:16.66%;bottom:0px;padding:0px 30px}.header-banner .banner-image img{max-width:100%}.header-banner .banner-text{position:absolute;display:block;width:33.33%;font-size:18px;color:#fff;font-weight:500;left:33.33%;top:120px;text-align:center}.header-banner .banner-text p{line-height:26px}.header-banner .country-selector-button{width:38px;height:24px;display:block;background:url("../../assets/img/UK_icon.png") center right no-repeat;position:absolute;right:200px;top:75px;cursor:pointer;font-size:0px}.header-banner .search-button{font-size:24px;font-weight:500;background:url("../../assets/img/icon_search_1920.png") center right no-repeat;position:absolute;right:40px;top:62px;padding:15px 48px 15px 0px;color:#fff;cursor:pointer}.header-banner .search-button.active{background:url("../../assets/img/close-nav.png") center right 10px no-repeat}.header-banner .navigation-container{background:#007989;width:3300px;height:3300px;border-radius:100%;top:-3130px;position:absolute;left:-1700px}.header-banner .navigation-button{position:absolute;top:68px;left:40px;z-index:10;font-size:28px;color:#fff;background:url("../../assets/img/icon_menu.png") center left no-repeat;padding:5px 0px 5px 45px;cursor:pointer}.header-banner.fixed-header{position:fixed;height:100px;top:-200px;left:0px;width:100%;z-index:1000;overflow:hidden;transition:0s all}.header-banner.fixed-header.visible-header{top:0px;transition:.5s all}.header-banner.fixed-header .banner-image{display:none}.header-banner.fixed-header .banner-text{display:none}.header-banner.fixed-header .navigation-container{display:none}.header-banner.fixed-header .navigation-button{top:31px}.header-banner.fixed-header .logo{width:160px;position:absolute;left:50%;margin-left:-80px;top:31px}.header-banner.fixed-header .country-selector-button{top:39px}.header-banner.fixed-header .search-button{top:23px}.search-box{height:100px;background:#e7ecf1;text-align:center;display:none;position:fixed;top:140px !important;left:0;width:100%;z-index:1000;max-width:100%;box-shadow:#a8b3bc 0 0 5px}@media(max-width: 1000px){.search-box{top:100px !important}}@media(max-width: 500px){.search-box{top:50px !important}}.search-box&gt;.component-content{max-width:1224px;margin:0 auto}.search-box.active{display:block}.search-box.fixed-search{position:fixed;top:-100px !important;transition:0s all}.search-box.visible-search{top:100px !important;transition:.5s all}.search-box .searchBox-title{display:none !important}.search-box input{width:80% !important;display:inline-block;margin-left:0;height:100px;background:#e7ecf1;text-align:center;font-size:32px;font-weight:100;box-shadow:none;border:none}.search-box button{font-size:24px;font-weight:500;background:url("../../assets/img/icon_search.png") center center no-repeat;position:absolute;right:40px;top:24px;padding:0px;color:#fff;cursor:pointer;text-indent:-10000000000000000px;border:none;display:block;width:50px;height:50px;opacity:.7}.search-box button:hover{background:url("../../assets/img/icon_search.png") center center no-repeat}#footer{padding:50px 0px}#footer h3{font-size:18px;color:#425259;display:block;font-weight:600;text-transform:uppercase;border-bottom:solid 1px #425259;line-height:2.6;margin-bottom:20px}#footer .footer-nav ul{padding:0px;margin:0px}#footer .footer-nav ul li{list-style:none;margin-bottom:20px;width:33.33%;display:inline-block;float:left;padding:0px}#footer .footer-nav ul li:before{display:none}#footer .footer-nav ul li a{font-size:16px;font-weight:500;color:#425259;text-decoration:none}#footer .footer-nav.col-md-2 ul li{width:100%;float:none}#footer .footer-nav-2{padding-top:75px;padding-bottom:10px}#footer .footer-nav-2 ul{padding:0px;margin:0px}#footer .footer-nav-2 ul li{list-style:none;margin-bottom:20px;display:inline-block;padding:0px 13px 0px 11px;border-right:solid 2px #425259}#footer .footer-nav-2 ul li:before{display:none}#footer .footer-nav-2 ul li:first-of-type{padding-left:0px}#footer .footer-nav-2 ul li:last-of-type{border-right:none}#footer .footer-nav-2 ul li a{font-size:16px;font-weight:600;color:#425259;text-decoration:none}.footer-logo{margin-top:-55px}.text-quotes{font-size:28px;color:#716fb3;display:inline-block;text-align:center;margin:30px 0px 60px 10%;line-height:34px;position:relative;padding:0px 110px;width:80%}.text-quotes:before{content:"â€œ";font-size:200px;opacity:.3;position:absolute;left:0px;top:50%;animation:testQuoteAnimation 3s infinite}.text-quotes:after{content:"â€";font-size:200px;opacity:.3;position:absolute;right:0px;top:50%;animation:testQuoteAnimation 3s infinite}.accordion-container{border:none !important;margin-bottom:30px !important}.accordion-container .accordion-slide{background:#edeff1;border:none;border-right:solid 60px #716fb3;margin-bottom:10px}.accordion-container .accordion-slide .accordion-head{background:#edeff1;padding:16px 40px;transition:.5s all}.accordion-container .accordion-slide .accordion-head h3{font-size:28px;font-weight:600;color:#716fb3}.accordion-container .accordion-slide .accordion-head h3 a{color:#716fb3}.accordion-container .accordion-slide .accordion-head .accordion-title-text span{display:block;font-size:16px;color:#425158;line-height:20px;font-weight:500}.accordion-container .accordion-slide .accordion-head .accordion-title-image{float:left;margin-right:20px}.accordion-container .accordion-slide .accordion-head:after{content:"+" !important;font-size:40px;color:#fff;position:absolute;right:-42px;top:15px;font-weight:500;font-family:"AvantGarde"}.accordion-container .accordion-slide .accordion-head:hover{background:#d1d7db}.accordion-container .accordion-slide .accordion-content-wrapper{height:0px;transition:.5s all;visibility:visible !important;position:static !important;display:block !important}.accordion-container .accordion-slide .accordion-content-wrapper .accordion-content{display:block !important}.accordion-container .accordion-slide.is-active .accordion-head:after{content:"-" !important;font-size:50px;color:#fff;position:absolute;right:-37px;top:10px;font-weight:500;font-family:"AvantGarde"}.tabs{margin:0px 0px 30px 0px}.tabs .tabs-nav .tabs-nav-list{margin:0px;padding:0px}.tabs .tabs-nav .tabs-nav-list li{background:#fff;list-style:none;width:50%;display:inline-block;float:left;text-align:center;border:solid 4px #716fb3;padding:17px;cursor:pointer;transition:.5s all;position:relative;height:74px}.tabs .tabs-nav .tabs-nav-list li a{font-size:19px;font-weight:600;color:#716fb3}.tabs .tabs-nav .tabs-nav-list li:hover{background:#d1d7db}.tabs .tabs-nav .tabs-nav-list li.is-active{background:#716fb3}.tabs .tabs-nav .tabs-nav-list li.is-active a{color:#fff}.tabs .tabs-nav .tabs-nav-list li.is-active:before{content:"";display:block;width:0;height:0;border-style:solid;border-width:22px 20px 0 20px;border-color:#716fb3 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;left:50%;margin-left:-20px;bottom:-26px;transition:.5s all}.tabs .tabs-nav .tabs-nav-list li:first-of-type{border-top-left-radius:8px}.tabs .tabs-nav .tabs-nav-list li:last-of-type{border-top-right-radius:8px}.tabs .tabs-content{padding:40px 65px 10px;background:#edeff1;border-bottom-left-radius:8px;border-bottom-right-radius:8px;clear:both}.tabs .tabs-content.is-hidden{display:none}.carousel{height:340px;margin-bottom:75px}.carousel&gt;.component-content{border:none;background:#edeff1;height:340px !important;padding:17px 0px;position:relative}.carousel&gt;.component-content .carousel-slides{height:306px !important;position:relative;padding:0px;margin:0px}.carousel&gt;.component-content .carousel-slides .carousel-slide{list-style:none;clear:both;position:absolute;width:100%;padding:0px}.carousel&gt;.component-content .carousel-slides .carousel-slide .image{margin:0px;display:table;height:306px}.carousel&gt;.component-content .carousel-slides .carousel-slide .image&gt;.component-content{display:table-cell;vertical-align:middle}.carousel&gt;.component-content .carousel-slides .carousel-slide .no-content{height:306px !important}.carousel&gt;.component-content .carousel-slides .carousel-slide img{max-width:100%;max-height:306px !important}.carousel&gt;.component-content .carousel-nav{margin:0px;padding:0px;text-align:center}.carousel&gt;.component-content .carousel-nav .carousel-nav-prev{position:absolute;top:50%;border:none;width:60px;height:60px;background:url("../../assets/img/icon_arrow.png") center center no-repeat #716fb3;margin:-30px 0px 0px 0px;left:0px;transform:rotate(180deg);list-style:none}.carousel&gt;.component-content .carousel-nav .carousel-nav-prev a{opacity:0;width:60px;height:60px;display:block}.carousel&gt;.component-content .carousel-nav .carousel-nav-next{position:absolute;top:50%;border:none;width:60px;height:60px;background:url("../../assets/img/icon_arrow.png") center center no-repeat #716fb3;margin:-30px 0px 0px 0px;right:0px;list-style:none}.carousel&gt;.component-content .carousel-nav .carousel-nav-next a{opacity:0;width:60px;height:60px;display:block}.carousel&gt;.component-content .carousel-nav .carousel-nav-item{margin:10px 3px;border-radius:100%;display:inline-block;list-style:none;position:relative;top:15px}.carousel&gt;.component-content .carousel-nav .carousel-nav-item a{display:inline-block;border:none;width:12px;height:12px;background:#716fb3;border-radius:100%;opacity:.3;transition:.2s all;font-size:0px;line-height:0px}.carousel&gt;.component-content .carousel-nav .carousel-nav-item a:hover{opacity:1}.carousel&gt;.component-content .carousel-nav .carousel-nav-item.is-active a{opacity:1}.html_component__video{margin:0px 0px 30px 0px}.html_component__video iframe{width:100%;height:520px}.link-box{border-radius:3px;box-shadow:#a8b3bc 0px 0px 5px;display:block;width:100%;margin:0px 0px 40px 0px;overflow:hidden;color:#425259;font-size:19px}.link-box .link-box-footer{color:#fff;height:60px;clear:both;padding:20px 40px;background:url("../../assets/img/icon_arrow.png") center right 40px no-repeat;transition:.5s all}.link-box .link-box-footer.purple{background-color:#716fb3}.link-box .link-box-footer.blue{background-color:#00215b}.link-box .link-box-footer.light-blue{background-color:#00a0af}.link-box .link-box-footer.green{background-color:#63ab56}.link-box:hover .link-box-footer{background:url("../../assets/img/icon_arrow.png") center right 20px no-repeat}.link-box:hover .link-box-footer.purple{background-color:#504f7f}.link-box:hover .link-box-footer.blue{background-color:#002e7f}.link-box:hover .link-box-footer.light-blue{background-color:#00757f}.link-box:hover .link-box-footer.green{background-color:#4a7f40}.link-box.link-image-box{height:260px}.link-box.link-image-box .link-box-image{display:inline-block;float:left;width:48%;height:200px;background-size:cover !important;background-position:center center !important}.link-box.link-image-box .link-box-image.link-box-movie{background-color:rgba(112,111,180,.75) !important;background-blend-mode:multiply !important;position:relative}.link-box.link-image-box .link-box-image.link-box-movie:before{content:"";position:absolute;left:50%;top:50%;display:block;background:url("../../assets/img/icon_play.png");width:67px;height:80px;margin-left:-33px;margin-top:-40px}.link-box.link-image-box .link-box-text{display:inline-block;width:52%;height:200px;float:right;padding:0px 20px;overflow:hidden}.link-box.link-image-box .link-box-text p{margin:0px}.link-box.link-image-box .link-box-text b{font-weight:600;margin:0px 0px 30px 0px;display:block}.link-box.link-text-box .link-box-text{display:block;padding:30px 40px;background:#fff !important;overflow:hidden}.link-box.link-text-box .link-box-text p{margin:0px}.link-box.link-text-box .link-box-text b{font-weight:600;margin:0px 0px 25px 0px;display:block}.link-box.link-image-big-box{position:relative}.link-box.link-image-big-box .link-box-text{display:block;padding:25px 40px;height:100px;background:#fff !important;overflow:hidden}.link-box.link-image-big-box .link-box-text p{margin:0px}.link-box.link-image-big-box .link-box-text b{font-weight:600;margin:0px 0px 25px 0px;display:block}.link-box.link-image-big-box .link-box-image{display:block;height:280px;background-size:cover !important;transition:.5s all;position:relative;z-index:2;background-color:#fff !important;background-position:center center !important}.link-box.link-image-big-box .link-box-image-hover{height:280px;background-size:cover !important;transition:.5s all;position:absolute;z-index:1;top:100px;width:100%;background-position:center center !important}.link-box.link-image-big-box:hover .link-box-image{opacity:0}.post-header{height:60px;display:block;margin:50px 0px 22px 0px}.post-left-col{display:inline-block;float:left;width:calc(91.66% - 600px)}.post-left-col h1{padding:14px 0px 50px 0px}.post-right-col{display:inline-block;float:left;width:600px;margin:0px 0px 0px 8.33%}.post-right-col h3{padding:33px 0px 50px 0px;border-top:solid 1px #425259}.reference-post-footer{margin:30px 0px 0px 0px;padding:0px 15px;font-size:19px;font-weight:600}.reference-post-footer&gt;.component-content{padding:40px 0px 70px;border-top:solid 1px #525252}.reference-post-footer .post-rating{display:inline-block}.reference-post-footer .post-rating-text{display:inline-block;margin:0px 10px 0px 0px}.reference-post-footer .star{background:url("../../assets/img/icon_star.png");width:26px;height:25px;display:inline-block;margin:0px 3px 0px 0px;cursor:pointer;vertical-align:-4px}.reference-post-footer .star.active{background:url("../../assets/img/icon_star_full.png")}.reference-post-footer .rating-box{display:none;background:#fff;border-radius:8px;box-shadow:#a8b3bc 10px 10px 18px;width:600px;position:fixed;top:50%;z-index:999;left:50%;margin-left:-300px;margin-top:-100px;padding:25px 40px 0px;font-size:16px;color:#00215b;font-weight:500}.reference-post-footer .rating-box .close{cursor:pointer;border:solid 1px #63727c;background:#fff;width:21px;height:21px;border-radius:100%;display:block;font-size:17px;box-sizing:border-box;padding:0px 6px;line-height:16px;color:#63727c;font-weight:400;position:absolute;top:10px;right:10px;transition:.5s all}.reference-post-footer .rating-box .close:hover{background:#63727c;color:#fff}.reference-post-footer .rating-box.active{display:block}.reference-post-footer .rating-box p{margin-bottom:20px}.reference-post-footer .rating-box .post-rating-text{margin:0px 10px 35px 0px}.reference-post-footer .rating-box ul{padding:0px;margin:0px}.reference-post-footer .rating-box ul li{list-style:none;position:relative;margin-bottom:15px;padding-left:25px;cursor:pointer}.reference-post-footer .rating-box ul li:before{content:"";border:solid 1px #63727c;background:#d1d7db;width:16px;height:16px;border-radius:100%;position:absolute;left:0px;top:-1px;display:block}.reference-post-footer .rating-box ul li.active:before{border:solid 1px #00215b;background:#00215b}.reference-post-footer .post-share{display:inline-block;margin-left:4.5%}.reference-post-footer .post-share .share-button{display:inline-block;vertical-align:-8px;width:50px;height:50px;position:relative;background-size:contain !important}.reference-post-footer .post-share .share-button svg{height:32px;width:auto;fill:#00215b;transition:.5s all;position:absolute}.reference-post-footer .post-share .share-button.share-facebook{background:url("../../../../livlife/desktop/assets/img/facebook.png") center center no-repeat}.reference-post-footer .post-share .share-button.share-twitter{background:url("../../../../livlife/desktop/assets/img/sm-icons-twitter-social-icon-rounded-square-color.png") center center no-repeat}.reference-post-footer .post-share .share-button.share-mail{background:url("../../../../livlife/desktop/assets/img/ll_mail.png") center center no-repeat}.reference-post-footer .post-share .share-button:hover svg{fill:#00757f;transition:.5s all;transform:scale(1.4)}.reference-post-footer .print-button{font-size:19px;font-weight:600;color:#00215b;border:solid 2px #00215b;border-radius:8px;text-decoration:none !important;padding:16px 30px;transition:.5s all;text-transform:uppercase;display:inline-block;margin-top:-13px;float:right}.reference-post-footer .print-button:hover{background:#d1d7db}.post-footer{clear:both;margin-right:-50%;padding-right:50%;width:200%;margin-left:-50%;padding-left:50%;background:#dde7ed;padding-top:45px;box-shadow:0px -30px 40px -20px #84939b inset}.post-footer .reference-box-image-big{width:33%;display:inline-block;float:left}.post-footer .reference-box-image-big:nth-of-type(2){margin:0px .5%}.post-one-col{padding:0px !important}.post-one-col h1{padding:14px 0px 50px 0px;font-size:32px;line-height:34px}.post-one-col .reference-post-footer .post-share{position:absolute;left:50%;display:inline-block;text-align:center;width:420px;margin-left:-210px;top:38px}.post-quiz{display:block;height:560px;color:#fff;position:relative}.post-quiz .post-quiz-question{display:block;height:500px;width:100%;background-size:cover !important;padding:60px;background-color:#a8b3bc !important;position:absolute;z-index:1;transition:.5s all}.post-quiz .post-quiz-question h5{font-size:42px;font-weight:600;margin:0px 0px 60px 0px;color:#fff}.post-quiz .post-quiz-question .post-quiz-text{font-size:24px}.post-quiz .post-quiz-question .post-quiz-text i{font-size:19px;font-style:normal;display:inline-block;width:33%;margin-top:15px;opacity:0;transition:.5s all}.post-quiz .post-quiz-question .post-quiz-text i b{display:inline-block;font-weight:600;margin-bottom:15px}.post-quiz .post-quiz-question .post-quiz-text i.active{opacity:1}.post-quiz .post-quiz-question.active{z-index:3}.post-quiz .post-quiz-answer span{display:inline-block;width:50%;height:60px;font-size:28px;color:#fff;background:#00a0af;transition:.5s all;text-align:center;border:solid 2px #00757f;cursor:pointer;position:absolute;bottom:0px;z-index:3;padding:14px}.post-quiz .post-quiz-answer span.true{left:0px;border-right:none}.post-quiz .post-quiz-answer span.false{right:0px}.post-quiz .post-quiz-answer span:hover{background:#00757f}.post-quiz .post-quiz-answer.disabled{display:none}.post-quiz .post-quiz-navigation span{display:inline-block;width:50%;height:60px;font-size:28px;color:#fff;background:#00a0af;transition:.5s background;text-align:center;border:solid 2px #00757f;cursor:pointer;position:absolute;bottom:0px;z-index:2;padding:14px}.post-quiz .post-quiz-navigation span.previous{left:0px;border-right:none;background:#afafba}.post-quiz .post-quiz-navigation span.previous.width-100{width:100%;border-right:solid 2px #00757f}.post-quiz .post-quiz-navigation span.next{right:0px}.post-quiz .post-quiz-navigation span.next.disabled{display:none}.post-quiz .post-quiz-navigation span:hover{background:#00757f}.post-quiz .post-quiz-navigation.active span{z-index:4}.reference-navigation *{box-sizing:border-box}.reference-navigation .carousel{height:auto;margin:45px 0px !important}.reference-navigation .carousel-cell{width:auto;height:60px;margin-right:18px;background:#fff;border-radius:5px;border:solid 1px #706fb4;counter-increment:carousel-cell;text-align:center;padding:19px 28px;cursor:pointer}.reference-navigation .carousel-cell:before{display:none}.reference-navigation .carousel-cell a{font-size:20px;color:#425158;display:inline-block;text-align:center;transition:.5s all}.reference-navigation .carousel-cell a img{display:none !important}.reference-navigation .carousel-cell a span{white-space:nowrap}.reference-navigation .carousel-cell:hover{background:#504f7f;color:#fff}.reference-navigation .carousel-cell:hover a{color:#fff}.reference-navigation .carousel-cell.is-checked{background:#716fb3}.reference-navigation .carousel-cell.is-checked a{color:#fff !important}.reference-navigation .flickity-page-dots{display:none}.reference-navigation.carousel-navigation{display:none}.reference-navigation.block-navigation{text-align:center;margin-bottom:-110px}.reference-navigation.block-navigation .carousel-cell{margin-bottom:19px;display:inline-block;transition:.5s all;cursor:pointer;padding:0px}.reference-navigation.block-navigation .carousel-cell a{padding:11px 20px}.reference-navigation.block-navigation .carousel-cell a:hover{color:#fff !important}.filtering-nav a{pointer-events:none !important}.category-bg{background:linear-gradient(#fff, #dde7ed);max-width:100%}.category-bg&gt;.component-content{max-width:1224px;margin:0 auto}.category-bg .reference-post-box{width:33.33%;display:inline-block;float:left}.category-bg .reference-post-box.no-active{display:none !important}.category-bg .reference-post-box .post-box-container{border-radius:3px;box-shadow:#a8b3bc 0 0 5px;margin:0 0 50px 0;overflow:visible;color:#425259;font-size:19px;display:block;position:relative;transition:.5s all}.category-bg .reference-post-box .post-box-container:hover{transform:scale(0.95)}.category-bg .reference-post-box .post-box-container .post-box-image{display:block;height:340px;background-size:cover !important;background-position:center center !important}.category-bg .reference-post-box .post-box-container .post-box-category{position:absolute;background:#706fb4;color:#fff;padding:13px 30px;left:0px;top:318px}.category-bg .reference-post-box .post-box-container .post-box-text{padding:25px;color:#fff;font-weight:700;font-size:18px;background:#00a0af;line-height:1.4}.category-bg .reference-post-box .post-box-container .post-box-text h3{font-weight:600 !important}.category-bg .reference-post-box .post-box-container.category .post-box-text{padding:40px 25px 25px 25px;font-weight:500;font-size:19px;color:#425259;background:#fff}.navigation-box{position:fixed;z-index:1001;background:#007989;top:0px;left:0px;width:100%;text-align:center;box-shadow:0px -15px 40px 15px #000;margin-top:-500px;transition:1s all;max-width:100%}.navigation-box.active{margin-top:0px}.navigation-box&gt;.component-content{padding:0px 135px;max-width:1224px;margin:0px auto;position:relative}.navigation-box .flickity-prev-next-button.next{right:-65px;background:none !important;box-shadow:none !important}.navigation-box .flickity-prev-next-button.previous{left:-65px;background:none !important;box-shadow:none !important}.navigation-box .flickity-button-icon{fill:#fff !important}.navigation-box .navigation-logo{width:190px;display:inline-block;margin:65px 0px 10px 0px}.navigation-box .second-nav{border-top:solid 1px #fff;padding:35px 0px;position:static}.navigation-box .second-nav ul{padding:0px;margin:0px;list-style:none}.navigation-box .second-nav ul li{list-style:none;display:inline-block;margin:0px 25px}.navigation-box .second-nav ul li:before{display:none}.navigation-box .second-nav ul li a{font-size:20px;font-weight:500;color:#fff !important;text-decoration:none}.navigation-box .second-nav p{margin:0px !important}.navigation-box .close-nav{position:absolute;left:80px;top:75px;z-index:2;cursor:pointer;color:#fff;font-size:26px;background:url("../../assets/img/close-nav.png") center left no-repeat;padding:4px 0px 4px 35px}.navigation-box .carousel{height:auto;margin:35px 0px !important}.navigation-box .carousel-cell{width:220px;height:130px;margin-right:20px;background:#fff;border:none;counter-increment:carousel-cell;text-align:center;padding:0px;transition:.5s background}.navigation-box .carousel-cell a{font-size:18px;color:#425158;display:inline-block;text-align:center;width:100%;height:100%;padding:0px 20px;position:relative}.navigation-box .carousel-cell a .nav-icon{display:inline-block !important;height:65px;margin-top:15px}.navigation-box .carousel-cell a span{white-space:inherit;position:absolute;width:calc(100% - 20px);left:10px;top:87px}.search-result{background:linear-gradient(#fff, #dde7ed);margin:-115px 0px 0px 0px}.searchResults{border:none;width:100%;margin:0px}.searchResults .component-content{display:block}.searchResults-result{width:calc(33.33% - 30px);display:inline-block;float:left;border-radius:3px;box-shadow:#a8b3bc 0px 0px 5px;margin:0px 15px 40px 15px;overflow:hidden;color:#425259;font-size:19px;position:relative;transition:.5s all}.searchResults-result .searchResults-image{display:block;height:auto;width:100%;background-size:cover !important}.searchResults-result .searchResults-title a{display:block;line-height:1.4;padding:25px;font-weight:500;font-size:19px;color:#425259;background:#fff}.country-selector-container{position:absolute;background:#fff;right:180px;top:64px;z-index:1001;width:auto;display:none !important;margin:0 !important;box-shadow:#a8b3bc 0 0 5px}.country-selector-container.active{display:inline-block !important}.country-selector-container.fixed-country-selector{position:fixed;top:28px}.country-selector-container ul{padding:0px !important;margin:0px !important;list-style:none;background:#d1d7db}.country-selector-container ul li{list-style:none;padding:0px !important;margin:0px !important}.country-selector-container ul li:before{display:none !important}.country-selector-container ul li a{font-size:16px;color:#333 !important;font-weight:500;padding:15px 70px 15px 15px;display:block;background:#fff;transition:.5s all;width:215px;text-decoration:none}.country-selector-container ul li a.country-uk{background:url("../../../../livlife/desktop/assets/img/UK_icon.png") center right 20px no-repeat}.country-selector-container ul li a.country-de{background:url("../../../../livlife/desktop/assets/img/german_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-fr{background:url("../../../../livlife/desktop/assets/img/france_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-swiss{background:url("../../../../livlife/desktop/assets/img/SWIZ_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-col{background:url("../../../../livlife/desktop/assets/img/columbia_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-ned{background:url("../../../../livlife/desktop/assets/img/nederland_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-sin{background:url("../../../../livlife/desktop/assets/img/singapour_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-tai{background:url("../../../../livlife/desktop/assets/img/taiwan_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-es{background:url("../../../../livlife/desktop/assets/img/spain_flag.jpg") center right 20px no-repeat}.country-selector-container ul li a.country-be{background:url("../../../../livlife/desktop/assets/img/belgium_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-hr{background:url("../../../../livlife/desktop/assets/img/hr_icon.png") center right 20px no-repeat}.country-selector-container ul li a.country-ie{background:url("../../../../livlife/desktop/assets/img/ie_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-sk{background:url("../../../../livlife/desktop/assets/img/sk_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-sl{background:url("../../../../livlife/desktop/assets/img/sl_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-nz{background:url("../../../../livlife/desktop/assets/img/nz_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-mx{background:url("../../../../livlife/desktop/assets/img/mx_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-at{background:url("../../../../livlife/desktop/assets/img/at_flag.png") center right 20px no-repeat}.country-selector-container ul li a.country-jp{background:url("../../../../livlife/desktop/assets/img/jp_flag.jpg") center right 20px no-repeat}.country-selector-container ul li a:hover{background-color:#a8b3bc}body{font-size:16px}.header{height:140px}.header-banner{height:140px}.header-banner.fixed-header{height:80px}.header-banner.fixed-header .logo{top:21px !important}.header-banner.fixed-header .container-fluid{height:80px}.header-banner.fixed-header .navigation-button{top:28px}.header-banner.fixed-header .country-selector-button{top:32px}.header-banner.fixed-header .search-button{top:20px}.header-banner .container-fluid{height:140px}.header-banner .navigation-container{width:742px;height:528px;top:-423px;left:-283px}.header-banner .navigation-button{background-size:15px;padding:5px 0 5px 24px;font-size:16px;top:43px}.header-banner .search-button{padding:15px 32px 15px 0;background-size:20px;font-size:14px;top:35px}.header-banner .search-button.active{background:url("../../assets/img/close-nav.png") center right 5px no-repeat;background-size:16px}.header-banner .country-selector-button{width:26px;height:17px;background-size:contain;right:143px;top:48px}.header-banner .logo{top:53px !important;width:160px;margin-left:-80px}.header-banner .banner-text{display:none}.header-banner .banner-image{padding:0 20px;margin-bottom:-2px}.banner-text-mobile{margin-top:165px;text-align:center;font-size:18px;width:100%;padding:0 25%;display:block}.banner-text-mobile p{margin:0}.reference-navigation .carousel-cell{width:auto;font-size:16px;height:40px;margin-right:15px;border-radius:3px;padding:11px 20px}.reference-navigation .carousel-cell a{font-size:16px}.search-box.visible-search{top:80px !important}.reference-navigation .carousel{margin:30px 0px 45px !important}.category-bg .reference-post-box{padding-left:10px !important;padding-right:10px !important}.category-bg .reference-post-box .post-box-container{font-size:16px}.category-bg .reference-post-box .post-box-container .post-box-image{height:250px}.category-bg .reference-post-box .post-box-container .post-box-category{top:230px}.category-bg .reference-post-box .post-box-container .post-box-text{font-size:16px !important}#footer{font-size:14px}#footer h3{font-size:16px}#footer .footer-nav ul li a{font-size:14px}#footer .footer-nav-2 ul li a{font-size:14px}#footer .footer-logo{margin-top:0}#footer .footer-logo img{width:100px}@media screen and (max-width: 500px){#header .header{height:50px}}@media screen and (max-width: 500px){#header .header .container-fluid{height:50px}}#header .header .promo-banner img{margin-top:138px}@media screen and (max-width: 1024px){#header .header .promo-banner img{margin-top:98px}}@media screen and (max-width: 768px){#header .header .promo-banner img{margin-top:78px}}@media screen and (max-width: 500px){#header .header .promo-banner img{margin-top:48px}}.country-selector-container{right:123px;top:29px}.country-selector-container.fixed-country-selector{top:19px}.country-selector-container ul li a{font-size:14px;padding:15px 50px 15px 15px;background-size:26px !important}.navigation-box .close-nav{top:45px;font-size:20px;padding:4px 0 4px 28px;background-size:18px !important}.navigation-box .navigation-logo{width:160px;margin:36px 0 10px 0}.navigation-box .carousel-cell{width:190px;height:130px}.navigation-box .carousel-cell a .nav-icon{margin-top:9px;height:57px}.navigation-box .carousel-cell a span{top:77px;line-height:18px}.navigation-box .carousel-cell a:hover{color:#fff !important}.navigation-box .second-nav{padding:30px 0 6px}.navigation-box .second-nav ul li a{font-size:16px}.post-header{height:auto;margin:50px 0 30px 0}.post-category-button{padding:9px 22px;padding-top:13px !important;border-radius:5px}h1{font-size:34px}.post-left-col{width:calc(100% - 470px)}.post-left-col h1{padding:14px 0 30px 0;font-size:32px;line-height:34px}.post-right-col{width:450px;margin:0 0 0 20px}.post-right-col h3{padding:25px 0 32px 0;font-weight:600;font-size:20px}.html_component__video iframe{width:100%;height:330px}.link-box{font-size:16px}.link-box .link-box-footer{height:50px;padding:17px 20px}.link-box.link-image-box{height:220px}.link-box.link-image-box .link-box-image{height:170px}.link-box.link-image-box .link-box-image.link-box-movie:before{width:56px;height:68px;margin-left:-28px;background-size:cover;margin-top:-34px}.link-box.link-image-box .link-box-text{height:170px}.link-box.link-image-box .link-box-text b{font-weight:600;margin:0px 0px 14px 0px;display:block}.link-box.link-image-box .link-box-text p{font-size:14px;line-height:20px}.link-box.link-image-big-box .link-box-text{padding:20px 25px}.link-box.link-image-big-box .link-box-image{height:180px}.link-box.link-image-big-box .link-box-image-hover{height:180px}.reference-post-footer{font-size:18px}.reference-post-footer .post-share{display:block;margin-left:0px;margin-top:26px}.reference-post-footer .print-button{font-size:16px;padding:12px 20px;margin-top:25px;float:none}.text-quotes{font-size:22px;margin:15px 0px 30px 5%;line-height:28px;padding:0px 85px;width:90%}.text-quotes:before{font-size:150px}.text-quotes:after{font-size:150px}.accordion-container .accordion-slide .accordion-head h3{font-size:22px}.accordion-container .accordion-slide .accordion-head:after{top:12px}.tabs .tabs-nav .tabs-nav-list li a{font-size:16px}.tabs .tabs-content{padding:40px 20px 10px}.post-quiz{height:500px}.post-quiz .post-quiz-question{height:453px;padding:45px}.post-quiz .post-quiz-question h5{font-size:34px;margin:0px 0px 35px 0px}.post-quiz .post-quiz-question .post-quiz-text{font-size:20px}.post-quiz .post-quiz-question .post-quiz-text i{font-size:16px;width:50%}.post-quiz .post-quiz-answer span{height:48px;font-size:20px;padding:13px}.post-quiz .post-quiz-navigation span{height:48px;font-size:20px;padding:13px}.post-one-col .reference-post-footer .post-share{display:inline-block;margin-left:-128px;margin-top:0px}.post-one-col .reference-post-footer .print-button{font-size:16px;padding:12px 20px;margin-top:-12px;float:right}#content .richText ul li:before{content:"";width:6px;height:6px;display:inline-block;border-radius:6px;background:#333;top:-2px}#content .richText ul li,#content .richText ol li{padding-left:10px;font-size:16px;line-height:24px;margin-bottom:30px}.country-selector-container{right:calc((100% - 1224px)/2 + 123px);top:35px;box-shadow:#a8b3bc 0px 0px 5px}.reference-post-footer .post-rating{display:none !important}.reference-post-footer&gt;.component-content{padding:0px 0px 70px}.post-one-col .reference-post-footer .post-share{display:inline-block;margin-left:0px;width:auto;text-align:left;position:static;margin-top:20px}.post-one-col .reference-post-footer .print-button{margin-top:15px}.search-result{background:linear-gradient(#fff, #dde7ed);margin:-115px 0px 0px 0px;max-width:100%}.searchResults{border:none;width:100%;margin:0px}.searchResults-description{display:none !important}.search-result&gt;.component-content{max-width:1224px;display:block;margin:0px auto;padding:0px 40px;float:none !important}.searchResults-result{width:calc(33.33% - 30px);display:inline-block;float:left;border-radius:3px;box-shadow:#a8b3bc 0px 0px 5px;margin:0px 15px 40px 15px;overflow:hidden;color:#425259;font-size:19px;position:relative;transition:.5s all}.searchResults-result .searchResults-image{display:block;height:auto;width:100%;background-size:cover !important}.searchResults-result .searchResults-title a{display:block;line-height:1.4;padding:25px;font-weight:500;font-size:19px;color:#425259;background:#fff}.about-us-container{border-top:solid 1px #525252;border-bottom:solid 1px #525252;padding-top:65px;padding-bottom:15px;clear:both;position:relative;top:35px;margin-bottom:60px}.about-us-container .col-md-4{position:static}.about-us-container .about-us-image{position:absolute;right:0px;bottom:-32px;width:33.33%}.box.about-us-container-2{border-bottom:solid 1px #525252;padding-top:45px;padding-bottom:45px;clear:both;margin-bottom:50px}.richText.about-us-container-2{padding-top:35px}.richText.about-us-container-2 h2{margin-top:30px}.about-positive-container{border-top:none;padding-top:0}.country-selector-home{padding:50px 50px 10px 50px;border:solid #706fb4 2px;border-radius:15px;width:70% !important;margin-left:15% !important;float:none !important}.country-selector-home h2{font-size:26px;line-height:35px;margin:0px 0px 50px 0px !important}.country-selector-home ul{padding:0px;list-style:none;margin:0px}.country-selector-home ul li{list-style:none;display:inline-block;width:33.33%;margin:0px;text-align:center;padding:0px !important;height:85px;float:left;margin-bottom:40px;font-size:12px}.country-selector-home ul li a{font-size:16px;padding:35px 0px 0px 0px !important;text-decoration:none;color:#425259;background-size:38px 24px !important;background-position:top center !important;background-repeat:no-repeat !important;display:block}.country-selector-home ul li:nth-of-type(1) a{background-image:url("../../assets/img/UK_icon.png")}.country-selector-home ul li:nth-of-type(2) a{background-image:url("../../assets/img/german_flag.png")}.country-selector-home ul li:nth-of-type(3) a{background-image:url("../../assets/img/SWIZ_flag.png")}.country-selector-home ul li:nth-of-type(4) a{background-image:url("../../assets/img/france_flag.png")}.country-selector-home ul li:nth-of-type(5) a{background-image:url("../../assets/img/nederland_flag.png")}.country-selector-home ul li:nth-of-type(6) a{background-image:url("../../assets/img/nederland_flag.png")}.country-selector-home ul li:nth-of-type(7) a{background-image:url("../../assets/img/columbia_flag.png")}.country-selector-home ul li:nth-of-type(8) a{background-image:url("../../assets/img/taiwan_flag.png")}.country-selector-home ul li:nth-of-type(9) a{background-image:url("../../assets/img/singapour_flag.png")}.country-selector-home ul li:before{display:none !important}.html_component__video iframe{visibility:visible !important;opacity:1 !important}.visible-desktop{display:block}.visible-mobile{display:none}.ll-sup{vertical-align:super;font-size:smaller}.wrap{line-break:anywhere}.preferences_prompt_control img{box-sizing:content-box !important}#header .no-margin,#footer .no-margin,#content .no-margin{margin:0;padding:0}#header .no-margin&gt;.component-content,#footer .no-margin&gt;.component-content,#content .no-margin&gt;.component-content{margin:0 auto;padding:0}#header .no-margin-top,#footer .no-margin-top,#content .no-margin-top{margin-top:0;padding-top:0}#header .no-margin-top&gt;.component-content,#footer .no-margin-top&gt;.component-content,#content .no-margin-top&gt;.component-content{margin-top:0;padding-top:0}#header .no-margin-bottom,#footer .no-margin-bottom,#content .no-margin-bottom{margin-bottom:0;padding-bottom:0}#header .no-margin-bottom&gt;.component-content,#footer .no-margin-bottom&gt;.component-content,#content .no-margin-bottom&gt;.component-content{margin-bottom:0;padding-bottom:0}#header .no-margin-left,#footer .no-margin-left,#content .no-margin-left{margin-left:0;padding-left:0}#header .no-margin-left&gt;.component-content,#footer .no-margin-left&gt;.component-content,#content .no-margin-left&gt;.component-content{margin-left:0;padding-left:0}#header .no-margin-right,#footer .no-margin-right,#content .no-margin-right{margin-right:0;padding-right:0}#header .no-margin-right&gt;.component-content,#footer .no-margin-right&gt;.component-content,#content .no-margin-right&gt;.component-content{margin-right:0;padding-right:0}#header .component.margin-top-30,#footer .component.margin-top-30,#content .component.margin-top-30{margin-top:30px}#header .component.margin-top-45,#footer .component.margin-top-45,#content .component.margin-top-45{margin-top:45px}#header .component.margin-top-60,#footer .component.margin-top-60,#content .component.margin-top-60{margin-top:60px}#header .component.margin-bottom-30,#footer .component.margin-bottom-30,#content .component.margin-bottom-30{margin-bottom:30px}#header .component.margin-bottom-45,#footer .component.margin-bottom-45,#content .component.margin-bottom-45{margin-bottom:45px}#header .component.margin-bottom-60,#footer .component.margin-bottom-60,#content .component.margin-bottom-60{margin-bottom:60px}@media(min-width: 1025px){#header .component.mobile-only,#footer .component.mobile-only,#content .component.mobile-only{display:none}}@media(max-width: 1024px){#header .component.desktop-only,#footer .component.desktop-only,#content .component.desktop-only{display:none}}@media(max-width: 1224px){body{font-size:16px}.header{height:140px}.header-banner{height:140px}.header-banner.fixed-header{height:80px}.header-banner.fixed-header .logo{top:21px !important}.header-banner.fixed-header .container-fluid{height:80px}.header-banner.fixed-header .navigation-button{top:28px}.header-banner.fixed-header .country-selector-button{top:32px}.header-banner.fixed-header .search-button{top:20px}.header-banner .container-fluid{height:140px}.header-banner .navigation-container{width:742px;height:528px;top:-423px;left:-283px}.header-banner .navigation-button{background-size:15px;padding:5px 0px 5px 24px;font-size:16px;top:43px}.header-banner .search-button{padding:15px 32px 15px 0px;background-size:20px;font-size:14px;top:30px}.header-banner .search-button.active{background:url("../../assets/img/close-nav.png") center right 5px no-repeat;background-size:16px}.header-banner .country-selector-button{width:26px;height:17px;background-size:contain;right:143px;top:43px}.header-banner .logo{top:53px !important;width:160px;margin-left:-80px}.header-banner .banner-text{display:none}.header-banner .banner-image{padding:0px 20px}.banner-text-mobile{margin-top:165px;text-align:center;font-size:18px;width:100%;padding:0px 20%;display:block}.banner-text-mobile p{margin:0px}.reference-navigation.block-navigation{display:none}.reference-navigation.carousel-navigation{display:block;padding:0px 75px}.reference-navigation.carousel-navigation .flickity-prev-next-button.previous{left:-75px}.reference-navigation.carousel-navigation .flickity-prev-next-button.next{right:-75px}.reference-navigation .carousel-cell{width:auto;font-size:16px;height:40px;margin-right:15px;border-radius:3px;padding:0px}.reference-navigation .carousel-cell a{font-size:16px;padding:11px 20px}.navigation-box .reference-navigation .carousel-cell{padding:11px 20px}.navigation-box .reference-navigation .carousel-cell a{font-size:16px;padding:0px}.search-box.visible-search{top:80px !important}.reference-navigation .carousel{margin:30px 0px 45px !important}.category-bg .reference-post-box{padding-left:10px !important;padding-right:10px !important}.category-bg .reference-post-box .post-box-container{font-size:16px}.category-bg .reference-post-box .post-box-container .post-box-image{height:250px}.category-bg .reference-post-box .post-box-container .post-box-category{top:230px}.category-bg .reference-post-box .post-box-container .post-box-text{font-size:16px !important}#footer{font-size:14px}#footer h3{font-size:16px}#footer .footer-nav ul li a{font-size:14px}#footer .footer-nav-2 ul li a{font-size:14px}#footer .footer-logo{margin-top:0px}#footer .footer-logo img{width:100px}.country-selector-container{right:123px;top:29px}.country-selector-container.fixed-country-selector{top:19px}.country-selector-container ul li a{font-size:14px;padding:15px 50px 15px 15px;background-size:26px !important}.navigation-box .close-nav{top:45px;font-size:20px;padding:4px 0px 4px 28px;background-size:18px !important}.navigation-box .navigation-logo{width:160px;margin:36px 0px 10px 0px}.navigation-box .carousel-cell{width:190px;height:130px}.navigation-box .carousel-cell a .nav-icon{margin-top:9px;height:57px}.navigation-box .carousel-cell a span{top:77px}.navigation-box .second-nav{padding:30px 0px 6px}.navigation-box .second-nav ul li a{font-size:16px}.post-header{height:auto;margin:50px 0 30px 0}.post-category-button{padding:12px 30px;border-radius:5px}.post-category-button img{display:none}h1{font-size:34px}.post-left-col{width:calc(100% - 470px)}.post-left-col h1{padding:14px 0px 30px 0px}.post-right-col{width:450px;margin:0px 0px 0px 20px}.post-right-col h3{padding:25px 0px 32px 0px;font-weight:600;font-size:20px}.html_component__video iframe{width:100%;height:330px}.link-box{font-size:16px}.link-box .link-box-footer{height:50px;padding:17px 20px}.link-box.link-image-box{height:220px}.link-box.link-image-box .link-box-image{height:170px}.link-box.link-image-box .link-box-image.link-box-movie:before{width:56px;height:68px;margin-left:-28px;background-size:cover;margin-top:-34px}.link-box.link-image-box .link-box-text{height:170px}.link-box.link-image-box .link-box-text b{font-weight:600;margin:0px 0px 14px 0px;display:block}.link-box.link-image-big-box .link-box-text{padding:20px 25px}.link-box.link-image-big-box .link-box-image{height:180px}.link-box.link-image-big-box .link-box-image-hover{height:180px}.reference-post-footer{font-size:18px}.reference-post-footer .post-share{display:block;margin-left:0px;margin-top:26px}.reference-post-footer .print-button{font-size:16px;padding:12px 20px;margin-top:25px;float:none}.text-quotes{font-size:22px;margin:15px 0px 30px 5%;line-height:28px;padding:0px 85px;width:90%}.text-quotes:before{font-size:150px}.text-quotes:after{font-size:150px}.accordion-container .accordion-slide .accordion-head h3{font-size:22px}.accordion-container .accordion-slide .accordion-head:after{top:12px}.tabs .tabs-nav .tabs-nav-list li a{font-size:16px}.tabs .tabs-content{padding:40px 20px 10px}.post-quiz{height:500px}.post-quiz .post-quiz-question{height:453px;padding:45px}.post-quiz .post-quiz-question h5{font-size:34px;margin:0px 0px 35px 0px}.post-quiz .post-quiz-question .post-quiz-text{font-size:20px}.post-quiz .post-quiz-question .post-quiz-text i{font-size:16px;width:50%}.post-quiz .post-quiz-answer span{height:48px;font-size:20px;padding:13px}.post-quiz .post-quiz-navigation span{height:48px;font-size:20px;padding:13px}.post-one-col .reference-post-footer .post-share{display:inline-block;margin-left:-128px;margin-top:0px}.post-one-col .reference-post-footer .print-button{font-size:16px;padding:12px 20px;margin-top:-12px;float:right}}@media(max-width: 1024px){#content .container-fluid{overflow:visible}.container-fluid{padding:0 15px;max-width:100vw;overflow:hidden}.header{height:100px}.header-banner{height:100px}.header-banner.fixed-header{height:80px}.header-banner.fixed-header .logo{top:26px !important;width:130px;margin-left:-65px}.header-banner.fixed-header .container-fluid{height:80px}.header-banner.fixed-header .navigation-button{top:28px}.header-banner.fixed-header .country-selector-button{top:32px}.header-banner.fixed-header .search-button{top:20px}.header-banner .container-fluid{height:80px}.header-banner .navigation-container{top:-455px}.header-banner .navigation-button{top:24px}.header-banner .search-button{top:16px}.header-banner .search-button.active{background:url("../../assets/img/close-nav.png") center right 5px no-repeat;background-size:16px}.header-banner .country-selector-button{top:29px}.header-banner .logo{top:36px !important;width:130px;margin-left:-65px}.header-banner .banner-image{right:26%}.banner-text-mobile{margin-top:128px}.banner-text-mobile p{margin:0px}.reference-navigation.block-navigation{display:none}.reference-navigation.carousel-navigation{display:block;padding:0px 75px}.reference-navigation.carousel-navigation .flickity-prev-next-button.previous{left:-75px}.reference-navigation.carousel-navigation .flickity-prev-next-button.next{right:-75px}.reference-navigation .carousel-cell{width:auto;font-size:16px;height:40px;margin-right:15px;border-radius:3px;padding:0px}.reference-navigation .carousel-cell a{font-size:16px;padding:11px 20px}.navigation-box .reference-navigation .carousel-cell{padding:0px}.navigation-box .reference-navigation .carousel-cell a{font-size:16px;padding:0px !important}.search-box.visible-search{top:80px !important}.category-bg .reference-post-box .post-box-container .post-box-image{height:240px}.category-bg .reference-post-box .post-box-container .post-box-category{top:220px}#footer{font-size:14px}#footer h3{font-size:14px}#footer .footer-nav{width:100% !important;margin-left:0px !important}#footer .col-md-2.footer-nav{width:50% !important}#footer .footer-nav-2{width:100% !important;margin-left:0px !important}#footer .footer-logo{margin-top:0px}#footer .footer-logo img{width:80px}.country-selector-container{top:16px}.country-selector-container.fixed-country-selector{top:19px}.country-selector-container ul li a{font-size:14px;padding:15px 50px 15px 15px;background-size:26px !important}.navigation-box .close-nav{top:42px;font-size:18px;padding:4px 0px 4px 25px;background-size:16px !important}.navigation-box .navigation-logo{width:130px}.navigation-box .carousel-cell{width:200px;height:240px;border:solid 1px #fff;padding:0px}.navigation-box .carousel-cell a{padding:0px}.navigation-box .carousel-cell a .nav-icon{display:none !important}.navigation-box .carousel-cell a .nav-image{display:block !important;height:180px;width:100%;margin:0px auto;background-size:cover !important;background-position:center center !important}.navigation-box .carousel-cell a span{top:190px;height:60px;padding:0px}.navigation-box .second-nav{padding:30px 0px 6px}.navigation-box .second-nav ul li a{font-size:16px;color:#fff !important}.post-header{height:auto;margin:50px 0 30px 0}.post-category-button{padding:9px 25px}.post-category-button img{display:none}h1{font-size:32px;line-height:34px}.post-left-col{width:calc(100% - 305px)}.post-left-col h1{padding:14px 0px 30px 0px;font-size:32px;line-height:34px}.post-right-col{width:300px;margin:0px 0px 0px 5px}.post-right-col h3{padding:25px 0px 32px 0px;font-weight:600;font-size:20px}.html_component__video iframe{width:100%;height:330px}.link-box{font-size:16px}.link-box .link-box-footer{height:50px;padding:17px 20px}.link-box.link-image-box{height:auto}.link-box.link-image-box .link-box-image{float:none;width:100%;height:150px !important}.link-box.link-image-box.link-box-movie:before{width:56px;height:68px;margin-left:-28px;background-size:cover;margin-top:-34px}.link-box.link-image-box .link-box-text{height:auto;width:100%;padding:10px 20px}.link-box.link-image-box .link-box-text b{margin:0px 0px 4px 0px}.link-box.link-image-box .link-box-text p{line-height:20px}.link-box.link-image-big-box .link-box-text{padding:15px 20px}.link-box.link-image-big-box .link-box-text p{line-height:20px}.link-box.link-image-big-box .link-box-image{height:150px}.link-box.link-image-big-box .link-box-image-hover{height:150px}.reference-post-footer{font-size:18px}.reference-post-footer .post-share{display:block;margin-left:0px;margin-top:26px}.reference-post-footer .print-button{font-size:16px;padding:12px 20px;margin-top:25px;float:none}.text-quotes{font-size:22px;margin:15px 0px 30px 5%;line-height:28px;padding:0px 85px;width:90%}.text-quotes:before{font-size:150px}.text-quotes:after{font-size:150px}.accordion-container .accordion-slide .accordion-head h3{font-size:22px}.accordion-container .accordion-slide .accordion-head:after{top:12px}.tabs .tabs-nav .tabs-nav-list li a{font-size:16px}.tabs .tabs-content{padding:40px 20px 10px}.post-quiz{height:500px}.post-quiz .post-quiz-question{height:453px;padding:45px}.post-quiz .post-quiz-question h5{font-size:34px;margin:0px 0px 35px 0px}.post-quiz .post-quiz-question .post-quiz-text{font-size:20px}.post-quiz .post-quiz-question .post-quiz-text i{font-size:16px;width:50%}.post-quiz .post-quiz-answer span{height:48px;font-size:20px;padding:13px}.post-quiz .post-quiz-navigation span{height:48px;font-size:20px;padding:13px}.post-one-col .reference-post-footer .post-share{display:inline-block;margin-left:0px;margin-top:16px}.post-one-col .reference-post-footer .print-button{font-size:16px;padding:12px 20px;margin-top:10px;float:right}.navigation-box&gt;.component-content{padding:0px 90px}.button{font-size:16px}.link-box.link-text-box .link-box-text{padding:15px 20px}.link-box.link-text-box .link-box-text b{margin:0px 0px 10px 0px}.no-post-gap{margin-top:-60px}.post-left-col{max-width:100vw !important}.post-right-col{max-width:100vw !important}.post-one-col{max-width:100vw !important}.post-footer{padding-right:15px !important;padding-left:15px !important;max-width:calc(100% + 30px);margin:0px 0px 0px -15px !important}.search-box input{font-size:34px}.about-us-container .about-us-image{position:relative;right:0px;bottom:-47px;width:100%}}@media(max-width: 768px){.no-post-gap{margin-top:0px}.header{height:80px}.header-banner{height:80px !important;position:fixed !important;z-index:999}.header-banner .logo{top:27px !important;width:112px;margin-left:-56px}.header-banner .container-fluid{height:80px}.header-banner .navigation-button{padding:0px;top:29px;text-indent:-999px;width:30px;display:block;background-size:30px;height:23px}.header-banner .country-selector-button{top:31px;width:34px;height:22px;right:96px}.header-banner .search-button{padding:0px;background-size:29px;top:27px;text-indent:-999px;width:29px;height:29px;display:block}.header-banner .container-fluid{height:80px}.header-banner .banner-image{display:none}.header-banner .navigation-container{display:none}.country-selector-container{top:21px;position:fixed;right:77px}.country-selector-container ul li a{background-size:33px !important}.banner-text-mobile{margin-top:106px;padding:0px 40px 20px}.reference-navigation .carousel-cell{padding:0px}.navigation-box .reference-navigation .carousel-cell{padding:0px}.navigation-box .reference-navigation .carousel-cell a:hover{color:#fff !important}.reference-navigation .carousel-cell:hover a{color:#fff !important}.category-bg .reference-post-box{width:50%}.searchResults-result{width:calc(50% - 30px)}.searchResults-result .searchResults-title a{padding:15px;font-size:16px}#footer{padding:20px 0px}#footer .footer-nav-2{width:75% !important;padding-top:25px}#footer .richText.col-md-7{width:75%}#footer .footer-logo{width:25%}.post-left-col{width:100%}.post-right-col{width:100%;margin:0px}.reference-category-box{display:none}.post-header{display:none}h1{font-size:26px}.post-left-col h1{padding:20px 0px}.post-right-col h3{padding:45px 0px 32px 0px}.post-footer .reference-box-image-big{width:100%;float:none}.link-box.link-image-big-box .link-box-text{height:auto;font-size:19px}.link-box.link-image-big-box .link-box-footer{font-size:19px;padding:15px 20px}.link-box.link-image-big-box .link-box-image{height:280px}.link-box.link-image-big-box .link-box-image-hover{height:280px;top:initial;bottom:50px}.link-box.link-image-big-box .link-box-text p{line-height:26px}.link-box.link-text-box .link-box-text{font-size:19px}.link-box.link-text-box .link-box-footer{font-size:19px;padding:15px 20px}.link-box .link-box-footer{font-size:19px;padding:15px 20px}.link-box.link-image-box .link-box-image{display:inline-block;float:left;width:48%;height:150px}.link-box.link-image-box .link-box-text{width:52%;height:150px;float:right;padding:0px 20px;overflow:hidden}.post-one-col .reference-post-footer .post-share{display:block;margin-left:0px;margin-top:26px;position:static;left:0px;width:100%;text-align:left}.post-one-col h1{padding:20px 0px}.post-one-col .reference-post-footer .print-button{font-size:16px;padding:12px 20px;margin-top:25px;float:none}.search-box{position:fixed;top:80px !important;height:80px}.search-box input{height:80px;font-size:34px}.search-box button{width:30px;height:30px;background-size:cover !important;top:26px}.navigation-box .carousel-cell{width:200px;height:200px;padding:0px}.navigation-box .carousel-cell a .nav-image{height:150px}.search-box input{font-size:26px}.navigation-box .carousel-cell a span{top:150px;padding:10px 10px 10px}.navigation-box .close-nav{top:25px;left:40px;font-size:0px;padding:0px;background-size:26px !important;width:26px;height:26px}.navigation-box .navigation-logo{width:120px;margin:20px 0px}.navigation-box&gt;.component-content{padding:0px 40px}.navigation-box .flickity-prev-next-button.previous{left:-41px}.navigation-box .flickity-prev-next-button.next{right:-41px}.reference-navigation .carousel{margin:5px 0px 30px !important}.navigation-box{background:linear-gradient(to right, #29374b, #181e29)}.header-banner .search-button.active{background-size:20px}.post-left-col{max-width:100vw !important;overflow-x:hidden !important}.post-right-col{max-width:100vw !important;overflow-x:hidden !important}.post-one-col{max-width:100vw !important;overflow-x:hidden !important}.post-footer{padding-right:15px !important;padding-left:15px !important;max-width:calc(100% + 30px);margin:0px 0px 0px -15px !important}.about-us-container .about-us-image{bottom:-37px}}@media(max-width: 500px){.visible-desktop{display:none}.visible-mobile{display:block}.header-banner{height:50px !important}.header-banner .navigation-button{top:16px;width:23px;background-size:23px;height:18px;left:15px}.country-selector-container ul{background:rgba(0,0,0,0)}.header-banner .logo{top:16px !important;width:86px;margin-left:-43px}.header-banner .search-button{background-size:23px;top:14px;width:23px;height:23px;display:block;right:15px}.banner-text-mobile{margin-top:64px;padding:0px 15px 30px;font-size:16px}.home-posts-list{display:none}#footer .footer-nav{display:none}#footer .footer-nav-2{width:100% !important;padding-top:25px;text-align:center}#footer{padding:60px 15px 20px !important;position:relative;text-align:center}#footer .footer-logo{width:100%;position:absolute;text-align:center;margin:0px;left:0px;top:-55px}#footer .container-fluid{overflow:visible}#footer .footer-logo img{width:62px}#footer .richText.col-md-7{width:100%}#footer .footer-nav-2 ul li{padding:0px 9px 0px 5px}#footer p{margin:0px}.category-bg .reference-post-box{width:100%;position:static !important}.category-bg .reference-post-box .post-box-container{font-size:16px;margin:0px 0px 40px 0px}.category-bg .reference-post-box .post-box-container .post-box-image{height:200px}.category-bg .reference-post-box .post-box-container .post-box-category{top:180px;padding:13px 20px}.category-bg .reference-post-box .post-box-container.category .post-box-text{padding:35px 20px 15px 20px}.category-bg .reference-post-box .post-box-container .post-box-text{padding:15px 20px}h1{font-size:20px}.col-xs-12{padding-left:0px !important;padding-right:0px !important}.text-quotes{font-size:16px;margin:0px;line-height:24px;padding:0px 20px;width:100%}.text-quotes:before{font-size:80px}.text-quotes:after{font-size:80px}.richText-image.pull-left{margin:10px 0px;float:none;text-align:center}.reference-post-footer{font-size:19px}.reference-post-footer .post-rating-text{display:block;margin:0px 0px 13px 0px;text-align:center;font-size:17px}.reference-post-footer .post-rating{display:block;text-align:center}.reference-post-footer .star{margin:0px 8px 0px 0px}.post-share-text{font-size:18px;display:block;text-align:center;margin-bottom:5px}.reference-post-footer&gt;.component-content{padding:20px 0px 15px}.post-share{display:block;text-align:center}.image-100 img{width:100%}.reference-post-footer .print-button{display:none}.reference-post-footer .post-share .share-button svg{position:static !important}.button{padding:10px 10px}.accordion-container .accordion-slide .accordion-head h3{font-size:16px}.accordion-container .accordion-slide .accordion-head{padding:16px 16px}.accordion-container .accordion-slide{border-right:solid 30px #716fb3}.accordion-container .accordion-slide .accordion-head:after{font-size:24px;right:-22px;top:20px}.accordion-container .accordion-slide.is-active .accordion-head:after{font-size:26px;right:-18px;top:20px}.tabs .tabs-nav .tabs-nav-list li{padding:5px}.tabs .tabs-nav .tabs-nav-list li a{font-size:14px}.carousel&gt;.component-content .carousel-nav .carousel-nav-prev{width:30px}.carousel&gt;.component-content .carousel-nav .carousel-nav-next{width:30px}.carousel&gt;.component-content .carousel-nav .carousel-nav-prev a{width:30px}.carousel&gt;.component-content .carousel-nav .carousel-nav-next a{width:30px}.carousel&gt;.component-content{height:200px !important}.carousel&gt;.component-content .carousel-slides .carousel-slide{padding:0px 0px}.carousel&gt;.component-content .carousel-slides{height:160px !important}.carousel{height:245px;margin-bottom:20px}.carousel&gt;.component-content .carousel-slides .carousel-slide .image{height:245px}.html_component__video iframe{width:100%;height:auto}.image{margin:0px 0px 20px 0px}.link-box.link-image-box .link-box-image{float:none;width:100%;height:150px !important}.link-box.link-image-box .link-box-text{height:auto;width:100%;padding:10px 20px}.link-box.link-image-big-box .link-box-image{height:150px}.link-box.link-image-big-box .link-box-image-hover{height:150px}.link-box.link-image-big-box .link-box-text{font-size:16px;line-height:20px}.link-box.link-image-big-box .link-box-text p{line-height:20px}.link-box .link-box-footer{background:url("../../assets/img/icon_arrow.png") center right 30px no-repeat}.post-quiz .post-quiz-question{height:350px;padding:15px}.searchResults-result{width:100%;position:static !important}.searchResults-result .searchResults-title a{padding:15px;font-size:16px}.post-quiz .post-quiz-question h5{font-size:25px;margin:0px 0px 10px 0px}.post-quiz .post-quiz-question .post-quiz-text{font-size:14px;line-height:18px}.post-quiz .post-quiz-question .post-quiz-text p{margin:0px 0px 15px 0px;line-height:18px}.post-quiz{height:398px}.post-quiz .post-quiz-question .post-quiz-text i{font-size:12px;width:100%}.post-quiz .post-quiz-navigation span{height:48px;font-size:17px;padding:14px}.post-quiz .post-quiz-answer span{height:48px;font-size:17px;padding:14px}.post-one-col .reference-post-footer .post-share{text-align:center}.post-footer{padding-right:50% !important;padding-left:50% !important}.navigation-box{margin-top:-1000px;height:100vh;overflow-y:scroll}.navigation-box .navigation-logo{width:84px;margin:15px 0px}.navigation-box .image .left{margin:0px}.navigation-box .close-nav{top:16px;left:15px;font-size:0px;padding:0px;background-size:18px !important;width:18px;height:18px}.navigation-box .carousel-cell{width:100%;height:auto;padding:0px;position:static !important;background:none !important;border:none !important;text-align:left !important}.navigation-box .carousel-cell a .nav-icon{display:none !important}.navigation-box .carousel-cell a .nav-image{display:none !important}.navigation-box .carousel-cell a span{padding:0px;position:static}.navigation-box .flickity-slider{height:auto !important;position:static !important;padding:0px !important;margin:0px !important;transform:translate(0) !important}.navigation-box .flickity-viewport{height:auto !important;position:static !important;padding:0px !important;margin:0px 0px 12px 0px !important}.navigation-box .reference-navigation .carousel{margin:0px !important}.navigation-box .reference-category-list{padding-left:10px}.navigation-box .flickity-button{display:none !important}.navigation-box&gt;.component-content{padding:0px 15px}.navigation-box .carousel-cell a{padding:0px 15px;color:#fff;text-align:left;font-size:18px;margin:10px 0px;font-weight:500}.navigation-box .second-nav ul li a{padding:0px 15px;color:#fff;text-align:left;font-size:18px;margin:15px 0px;font-weight:500;display:block}.navigation-box .second-nav ul li{list-style:none;display:block;margin:0px;text-align:left;padding:0px !important}.navigation-box .second-nav{border-bottom:solid 1px #fff;padding:9px 0px 7px}.navigation-box .second-nav p{height:0px}.country-selector-button{display:block;color:#fff;background:url("../../assets/img/UK_icon.png") center left 15px no-repeat;position:static;font-size:18px;top:initial;text-align:left;padding:15px 15px 15px 70px;height:auto;clear:both;margin-bottom:5px}.country-selector-container{position:static;margin-bottom:20px;border:solid 1px #fff;background:none}.country-selector-container ul li a{font-size:16px;padding:10px 15px 10px 60px;background-size:26px !important;color:#fff !important;margin:0px !important;text-align:left;background-position:center left 15px !important}.country-selector-container.active{display:block !important;width:100%;margin-bottom:20px !important;padding:5px}.search-box{top:50px !important;height:60px;width:100% !important}.search-box input{font-size:16px;text-align:left;height:60px;padding-left:15px}.search-box button{width:24px;height:24px;background-size:cover !important;top:19px;right:15px}.search-result&gt;.component-content{padding:0px 15px}.searchResults-result{margin:0px 0px 20px 0px}.filtering-nav .category-tags-carousel .carousel-cell{width:220px;height:250px;padding:0px;border:none;box-shadow:#a8b3bc 0px 0px 5px;margin-top:2px}.filtering-nav .category-tags-carousel .carousel-cell a .nav-image{height:200px;background-size:cover !important}.filtering-nav .category-tags-carousel .carousel-cell a{display:block}.filtering-nav .reference-navigation.carousel-navigation{display:block;padding:0px 0px}.filtering-nav .flickity-viewport{height:255px !important}.filtering-nav .category-tags-carousel .flickity-prev-next-button{display:none}.filtering-nav .category-tags-carousel .flickity-page-dots{display:block;bottom:-50px}.filtering-nav .category-tags-carousel .carousel-cell a span{white-space:initial;margin-top:10px;display:block}.reference-navigation.carousel-navigation{display:none}.banner-text-mobile span{font-size:22px;display:block;font-weight:700;margin:70px 0px 15px}.navigation-box .reference-navigation .carousel-cell a{font-size:18px;padding:0px 0px 0px 15px}.filtering-nav .category-tags-carousel .carousel-cell a{display:block;padding:0px}.post-left-col{max-width:100vw !important;overflow-x:hidden !important}.post-right-col{max-width:100vw !important;overflow-x:hidden !important}.post-one-col{max-width:100vw !important;overflow-x:hidden !important}.post-footer{padding-right:15px !important;padding-left:15px !important;max-width:calc(100% + 30px);margin:0px 0px 0px -15px !important}.link-box{box-shadow:#aaa 0px 1px 15px 1px}.page-home #content{margin:0px !important}.carousel&gt;.component-content .carousel-slides{height:240px !important}.carousel{height:300px}.carousel&gt;.component-content{height:270px !important}.reference-box-image-right{padding-left:5px !important;padding-right:5px !important}.country-selector-container ul li a{width:270px !important}}@media screen and (min-width: 500px){.country-selector-container ul{max-width:435px}.country-selector-container ul li{display:inline-block}}
span.selection-underline {
  text-decoration: underline; }

span.selection-bold {
  font-weight: bold; }

span.selection-italic {
  font-style: italic; }
.skip-to-main-content-wrapper a {
  position: absolute;
  color: #fff;
  background-color: #f36633;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid whitesmoke;
  text-align: center;
  font-size: 1.2em;
  width: 30%;
  top: -100px;
  left: 0;
  z-index: 1; }
  .skip-to-main-content-wrapper a:focus, .skip-to-main-content-wrapper a:active {
    top: auto;
    left: auto; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.overlay-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9998;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

.overlay-container {
  position: absolute;
  width: 100%;
  top: 150px;
  text-align: center;
  z-index: 9999;
  padding-bottom: 30px; }

.overlay-content {
  position: relative;
  min-width: 80px;
  min-height: 80px;
  max-width: 90%;
  padding: 10px;
  display: inline-block;
  background: white;
  text-align: left;
  border: solid 2px #323131;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.overlay-content-inner {
  overflow: hidden; }

.overlay-close {
  width: 25px;
  height: 25px;
  z-index: 9999;
  font-size: 25px;
  position: absolute;
  top: -30px;
  right: 15px;
  background: url(../../../../cf/desktop/assets/img/close.png) no-repeat;
  cursor: Pointer;
  display: none; }

.overlay-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../cf/desktop/assets/img/loader.gif) no-repeat 50% 50%; }
/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs &amp; License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	position: relative;
	z-index: 1; /* scopes all other z-index's to be inside this container */
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}
	
.fc-view {
	position: relative;
	width: 100%;
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* &lt;th&gt;, usually */
.fc-widget-content {  /* &lt;td&gt;, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* &lt;td&gt; today cell */ /* TODO: add .fc-today to &lt;th&gt; */
	background: #fcf8e3;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &amp;lsaquo; &amp;rsaquo; &amp;laquo; &amp;raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-button .fc-icon {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	}
	
/* icon (for jquery ui) */

.fc-button .ui-icon {
	position: relative;
	top: 50%;
	float: left;
	margin-top: -8px; /* we know jqui icons are always 16px tall */
	}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container &gt; * {
	z-index: 8;
	}

.fc-event-container &gt; .ui-draggable-dragging,
.fc-event-container &gt; .ui-resizable-resizing {
	z-index: 9;
	}
	 
.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
	}

.fc-agenda-slots .fc-agenda-axis {
	white-space: nowrap;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
.search-filters-box
{
border: 2px solid;
max-width:15%;
}

.searchResults 
{
border: 1px solid;
width:70%;
margin:40px auto; 
}

.searchResultDetails h2
{
color:green;
font-size:18px;
font-weight:bold;
}

.searchResultDetails
{
padding:20px;
}

.searchResults
{
padding:10px;
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  min-height: 0; }
  .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse; }
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    right: 2px; }
    .ui-datepicker .ui-datepicker-next span {
      display: block;
      cursor: pointer;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    left: 2px; }
    .ui-datepicker .ui-datepicker-prev span {
      display: block;
      cursor: pointer;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    right: 1px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: center;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
    .ui-datepicker-rtl .ui-datepicker-prev:hover {
      right: 1px;
      left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
    .ui-datepicker-rtl .ui-datepicker-next:hover {
      left: 1px;
      right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
      float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #d9d6c4;
  background: #eeeeee;
  color: #1f1f1f; }
  .ui-widget-content a {
    color: #1f1f1f; }

.ui-widget-header {
  border: 1px solid #eeece4;
  background: white;
  color: #323131;
  font-weight: bold; }
  .ui-widget-header a {
    color: #323131; }

/* Interaction states
----------------------------------*/
.ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }
  .ui-state-default a {
    color: #654b24;
    text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #654b24;
    text-decoration: none; }

.ui-widget-content .ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }

.ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-hover {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-widget-header .ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }

.ui-widget-header .ui-state-hover, .ui-widget-header ui-state-focus, .ui-widget-header .ui-state-active {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-state-hover, .ui-state-focus {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }
  .ui-state-hover a, .ui-state-focus a {
    color: white;
    text-decoration: none; }
  .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: white;
    text-decoration: none; }

.ui-state-focus {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-state-active {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }
  .ui-state-active a {
    color: white;
    text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: white;
    text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight {
  border: 1px solid #FF7A21;
  background: #eeece4;
  color: #3a3427; }
  .ui-state-highlight a {
    color: #3a3427; }

.ui-widget-content .ui-state-highlight, ui-widget-header .ui-state-highlight {
  border: 1px solid #FF7A21;
  background: #eeece4;
  color: #3a3427; }
  .ui-widget-content .ui-state-highlight a, ui-widget-header .ui-state-highlight a {
    color: #3a3427; }

.ui-widget-content .ui-state-error, ui-widget-header .ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: white; }
  .ui-widget-content .ui-state-error a, ui-widget-header .ui-state-error a {
    color: white; }

.ui-widget-content .ui-state-error-text, ui-widget-header .ui-state-error-text {
  color: white; }

.ui-widget-content .ui-priority-primary, ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-widget-content .ui-priority-secondary, ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-widget-content .ui-state-disabled, ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: white; }
  .ui-state-error a {
    color: white; }

.ui-state-error-text {
  color: white; }

.ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }
  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../../img/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(../../img/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../../img/ui-icons_3572ac_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../../img/ui-icons_fbdb93_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.privacyPolicy {
  overflow: hidden; }
  .privacyPolicy p {
    margin: 0; }
  .privacyPolicy .wsform-hint {
    display: none; }
  .privacyPolicy input[type='checkbox'] {
    float: left; }

.privacyPolicy-text {
  padding-left: 20px; }
.accordion-container {
  padding: 0;
  margin: 0;
  list-style: none;
  border: solid 2px #323131; }

.accordion-slide {
  border-top: 2px solid black; }
  .accordion-slide:first-child {
    border-top: 0; }

.accordion-head {
  padding: 13px;
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background-color: #e1e1e1;
  background: #e1e1e1;
  color: #323131; }

.accordion-title {
  float: none;
  margin: 0;
  display: inline-block; }

.accordion-content {
  padding: 13px; }
  .accordion-content-wrapper {
    border-left: 0;
    border-right: 0;
    border-top: 0; }

.mod-js .accordion-content-wrapper {
  position: relative;
  height: 0;
  top: -999999px;
  left: -999999px;
  overflow: hidden;
  box-sizing: border-box;
  visibility: hidden; }

.mod-js .accordion-head {
  position: relative;
  cursor: pointer; }
  .mod-js .accordion-head:after {
    position: absolute !important;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    font-size: 12px; }

.mod-js .accordion-slide.is-active &gt; .accordion-head:hover,
.mod-js .accordion-slide.is-active &gt; .accordion-head {
  color: #323131;
  cursor: pointer; }
  .mod-js .accordion-slide.is-active &gt; .accordion-head:hover:after,
  .mod-js .accordion-slide.is-active &gt; .accordion-head:after {
    right: 15px;
    content: "\f078";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal; }

.mod-js .accordion-slide .accordion-head:hover {
  color: #323131; }

.mod-js .accordion-slide.is-active &gt; .accordion-head {
  color: black; }
  .mod-js .accordion-slide.is-active &gt; .accordion-head:hover {
    background-color: #e1e1e1; }

.mod-js .accordion-slide.is-active &gt; .accordion-content-wrapper {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  visibility: visible; }

.mod-js .accordion-slide.is-active:last-child &gt; .accordion-content-wrapper {
  border-bottom: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.add-to-basket-container {
  border: 1px solid #D5D1CE;
  background: #F0EFED; }
  .add-to-basket-container .add-to-basket-description {
    border-right: 1px solid #D5D1CE;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding-left: 10px;
    margin-right: 10px; }
  .add-to-basket-container .add-to-basket-quantity {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    padding-top: 20px; }
    .add-to-basket-container .add-to-basket-quantity select {
      padding-left: 2%;
      padding-right: 4%; }
  .add-to-basket-container .add-to-basket-btn {
    display: inline-block;
    padding-top: 20px;
    vertical-align: middle;
    width: 15%; }

/* Mobile View start */
@media only screen and (max-width: 767px) {
  .add-to-basket-container {
    padding-bottom: 10px; }
    .add-to-basket-container .add-to-basket-description {
      width: 100%; }
    .add-to-basket-container .add-to-basket-quantity {
      width: 100%;
      padding-left: 10px; }
    .add-to-basket-container .add-to-basket-btn {
      width: 100%;
      padding-left: 10px; } }

/* webshop Code */
.order-header {
  background-color: #fff;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }

.productDescription {
  float: left;
  width: 35%;
  padding-left: 20px; }

.productDescription img {
  width: 40%;
  margin: 20px 15px 5px 0px !important; }

.SampleCount {
  float: left;
  width: 15%; }

.OrderDate {
  float: left;
  width: 25%; }

.OrderStatus {
  width: 20%;
  float: left; }

.itemOrderList {
  float: left;
  width: 100%; }

.orderList .order-header div {
  font-weight: bold;
  font-size: 20px; }

.itemOrderList .SampleCount, .itemOrderList .OrderDate, .itemOrderList .OrderStatus {
  padding-top: 15px; }

.webshop-metadata {
  display: none !important; }

/*27th Apr */
.webshop-cart .cartRecord {
  background: #fff;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 20px;
  float: left;
  width: 100%; }

.webshop-cart .add-to-basket-description {
  width: 68%;
  border-right: 1px solid #f2f2f2;
  float: left; }

.webshop-cart .add-to-basket-wrapper {
  width: 30%;
  display: inline;
  margin-left: 40px;
  position: relative;
  left: 15px; }

.webshop-cart .add-to-basket-wrapper div {
  float: left; }

.webshop-cart a.add-to-basket-remove {
  float: left;
  position: relative;
  left: 15px; }

.webshop-cart .webshop-error {
  margin-top: 20px;
  margin-left: 15px;
  color: red; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.articleTeaser .articleTeaser-image-holder.articleTeaser-image-top img {
  border-bottom: solid 4px #f36633; }

.articleTeaser .articleTeaser-text-content .articleTeaser-text-link {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .articleTeaser .articleTeaser-text-content .articleTeaser-text-link:hover {
    background-color: #939191;
    color: white; }
  .articleTeaser .articleTeaser-text-content .articleTeaser-text-link:active {
    background-color: #939191;
    color: white; }

/* Mobile view 767 max width */
@media only screen and (max-width: 767px) {
  .articleTeaser .component-content.hero-article .articleTeaser-text-content {
    width: 100%; }
  .articleTeaser .articleTeaser-image-holder {
    text-align: center; } }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.article-teaser-block {
  border: 1px solid #efefed;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(84, 79, 64, 0.06);
  position: relative;
  margin: 8px;
  overflow: hidden;
  background-color: #fff; }
  .article-teaser-block .aspect-ratio-box {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    .article-teaser-block .aspect-ratio-box img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%; }
  .article-teaser-block .article-body {
    min-height: 120px;
    padding: 0 24px 30px; }
  .article-teaser-block .label p {
    margin-bottom: 20px; }
  .article-teaser-block .article-title p {
    margin-bottom: 20px; }
  .article-teaser-block .article-description {
    margin-bottom: 20px; }
  .article-teaser-block .article-body .article-date {
    color: rgba(84, 79, 64, 0.7);
    font-size: 1rem;
    letter-spacing: .2px;
    margin-bottom: 20px; }
  .article-teaser-block .article-button-container {
    position: relative;
    bottom: 0;
    left: 0; }
  .article-teaser-block .article-title {
    font-size: 1.5rem;
    font-weight: 700; }
  .article-teaser-block .margin-none-top {
    margin-top: 0; }
  .article-teaser-block .button-text {
    font-size: .85714rem;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #544f40; }
  .article-teaser-block a.button-primary {
    color: #15717d; }
  .article-teaser-block a.button-primary-filled {
    background-color: #15717d;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 2rem;
    font-size: .85714rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    text-align: center; }
  .article-teaser-block a.button-primary-pdf-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/download.png); }
  .article-teaser-block a.external-link-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/new-window.png); }

.article-teaser-block-transparent-background {
  border: none;
  background-color: inherit;
  box-shadow: 0 0; }

.articleTeaser .clickable-at {
  cursor: pointer; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.articleList &gt; .component-content {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1; }

.articleList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.articleList-date {
  margin-bottom: 10px;
  color: #868484; }

.articleList-article {
  margin-bottom: 20px;
  overflow: hidden; }

.articleList-description {
  overflow: hidden; }

.articleList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.articleList-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.articleList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px; }

.articleList-more {
  float: right; }
  .articleList-more:after {
    content: " \00bb";
    display: inline; }

.articleList-more-arrow {
  display: none; }
  .no-generatedcontent .articleList-more-arrow {
    display: inline; }

.articleList-article-wrapper {
  margin: 0;
  padding: 0; }

.articleList-horizontal-2-columns .articleList-article,
.articleList-horizontal-3-columns .articleList-article {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }

.articleList-horizontal-2-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.2%;
  width: 48%; }

.articleList-horizontal-3-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.5%;
  width: 31%; }

.articleList-tags {
  list-style-type: none;
  padding: 0;
  margin: -20px 0 0 0; }

.articleList-tags-item {
  display: inline-block;
  margin: 0 2px; }

.articleList-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em; }

/* Mobile Start  767 view */
@media only screen and (max-width: 767px) {
  .articleList-thumbnail {
    float: none;
    margin: auto;
    display: block; }
  .articleList-horizontal-2-columns .articleList-article,
  .articleList-horizontal-3-columns .articleList-article {
    display: block;
    width: 100%; } }
.box-video-bg {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .box-video-bg video.box-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; }
  .box-video-bg .component-content {
    z-index: -1;
    position: relative; }
.breadcrumbs {
  margin: 10px 0; }
  .breadcrumbs-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs-list li {
      float: left;
      margin-right: 6px; }
      @media only screen and (max-width: 767px) {
        .breadcrumbs-list li {
          float: none; } }
  .breadcrumbs-separator {
    margin: 0 10px; }
  .breadcrumbs-without-separator .breadcrumbs-separator {
    display: none; }
  .breadcrumbs-without-separator li {
    position: relative;
    padding-right: 15px;
    margin-right: 9px; }
    .breadcrumbs-without-separator li:before {
      top: 5px;
      right: 0;
      content: "\f054";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal;
      position: absolute;
      font-size: 8px; }
    .breadcrumbs-without-separator li:last-child {
      background-image: none; }
      .breadcrumbs-without-separator li:last-child:before {
        display: none; }
.digitalWallet .hidden {
  display: none; }
.divider &gt; .component-content {
  height: 2px;
  margin: 2em 0;
  background: #939191; }
.fileList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.fileList-date {
  margin-bottom: 10px;
  color: #868484; }

.fileList-file {
  margin-bottom: 20px;
  overflow: hidden; }

.fileList-description {
  overflow: hidden; }

.fileList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.fileList-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.fileList-thumbnail {
  margin-right: 15px;
  float: left;
  max-width: 100px; }
  @media only screen and (max-width: 767px) {
    .fileList-thumbnail {
      float: none;
      margin: auto;
      display: block; } }

.fileList-download {
  text-align: right; }
  .fileList-download-size {
    display: block;
    color: #868484; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.filterableBox {
  position: relative;
  margin-left: 10px; }
  .filterableBox .filterableBox__header {
    display: flex; }
    .filterableBox .filterableBox__header .header__item {
      margin-right: 20px; }
    .filterableBox .filterableBox__header .header__searchWrapper .searchWrapper__search-box {
      height: 100%;
      padding: 0; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__label {
      background-color: #f36633;
      color: white;
      border: none;
      cursor: pointer;
      padding: 10px 20px;
      text-decoration: none;
      margin: auto; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
      z-index: 1;
      margin-top: 10px;
      padding-inline-start: 0; }
      .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer; }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item:hover {
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5); }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item.active {
          font-weight: bold; }
  .filterableBox .filterableBox__content {
    margin-top: 20px; }
    .filterableBox .filterableBox__content .content__noResultFound {
      display: none; }
    .filterableBox .filterableBox__content .content {
      display: flex;
      flex-wrap: wrap; }
      .filterableBox .filterableBox__content .content .indexable-component {
        padding: 10px; }
        .filterableBox .filterableBox__content .content .indexable-component:first-child {
          margin-right: 20px; }
.flash &gt; .component-content {
  text-align: center; }

.flash object {
  max-width: 100%; }

.flash-missing {
  margin: 0 auto; }

.flash .seoDescription {
  display: none; }
.form-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.form form {
  margin: 0 0 20px; }

.form fieldset {
  background-color: #e1e1e1;
  border: solid 2px #323131;
  padding: 13px;
  margin: 15px 0; }

.form label,
.form input,
.form button,
.form select,
.form textarea {
  font-size: 14px; }

.form select,
.form textarea,
.form input {
  width: 100%;
  max-width: 250px;
  padding: 4px 6px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #323131;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .form select:focus,
  .form textarea:focus,
  .form input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
    .form select:focus:invalid,
    .form textarea:focus:invalid,
    .form input:focus:invalid {
      color: red;
      border-color: #ff6666; }

.form legend {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  padding: 0 5px;
  display: block;
  margin-right: 10px; }

.form textarea {
  height: auto;
  resize: vertical; }

.form label {
  display: block;
  margin-bottom: 5px; }

.form select {
  max-width: 260px; }
  .form select[multiple], .form select[size] {
    height: auto; }

.form input {
  height: 20px; }
  .form input[type="radio"], .form input[type="checkbox"] {
    width: auto;
    height: auto;
    box-shadow: none; }

.form .control-label {
  padding: 5px 0; }

.form .control-group {
  margin-bottom: 10px; }

.no-js .clearButton {
  display: none; }

.hiddenField {
  display: none; }

.control-tooltip {
  display: none;
  padding: 0 10px;
  max-width: 200px;
  margin-left: 5px;
  position: absolute;
  z-index: 1;
  background-color: #ddd;
  left: 100%;
  top: 0; }
  .control-tooltip:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 100%;
    top: 10px;
    display: inline-block;
    border: solid transparent;
    height: 0;
    width: 0;
    border-right-color: #ddd;
    border-width: 5px;
    margin-top: -5px; }
  .control-tooltip-container {
    position: relative;
    display: inline-block; }
  .control-tooltip-button:hover + .control-tooltip, .control-tooltip:hover {
    display: block; }
.hidden-password-field {
    display: none;
}

.gigya-screen .default-submit-button input[type=submit] {
    background-color: #F36633;
}
.image .right {
  text-align: right; }

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

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

@media only screen and (max-width: 767px) {
  .image .component-content {
    text-align: center; } }
.imageGallery &gt; .component-content {
  padding: 13px;
  border: solid 2px #323131;
  background-color: #e1e1e1; }

.imageGallery .gallery-play {
  color: #323131; }

.imageGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.imageGallery-description {
  margin: 15px 0; }

.imageGallery-thumbnails {
  position: relative;
  margin: 20px 0; }

.imageGallery-thumbnail, .imageGallery-view {
  cursor: pointer; }

.imageGallery.is-playing .imageGallery-view-overlay:before {
  content: "\f04c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  text-indent: 0; }

.imageGallery-arrow, .imageGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 35px;
  height: 60px;
  padding: 0;
  border: 0;
  box-sizing: content-box;
  background: none;
  cursor: pointer;
  font: 0/0 serif;
  color: transparent; }
  .imageGallery-arrow:before, .imageGallery-arrow.is-disabled:hover:before {
    position: absolute;
    margin-top: 15px;
    color: #b9b8b8; }

.imageGallery-arrow {
  text-align: center; }
  .imageGallery-arrow.is-disabled {
    opacity: 0.5; }
  .imageGallery-arrow:hover:before {
    color: #939191; }
  .imageGallery-arrow-left, .imageGallery-arrow-left.is-disabled:hover {
    left: 0; }
    .imageGallery-arrow-left:before, .imageGallery-arrow-left.is-disabled:hover:before {
      content: "\f053";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal;
      font-size: 30px; }
  .imageGallery-arrow-right, .imageGallery-arrow-right.is-disabled:hover {
    right: 0; }
    .imageGallery-arrow-right:before, .imageGallery-arrow-right.is-disabled:hover:before {
      content: "\f054";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal;
      font-size: 30px; }

.imageGallery-thumbnail {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  margin: 0 9px;
  border: solid 4px #323131;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  opacity: .7;
  transition: opacity .2s; }
  .imageGallery-thumbnail a {
    display: block; }
  .imageGallery-thumbnail-image {
    position: relative;
    margin: 2px;
    border: solid 2px #323131; }
    .imageGallery-thumbnail-image img {
      display: block;
      width: 63px;
      height: 52px;
      margin: 0 auto; }
  .imageGallery-thumbnail-cover {
    display: block;
    max-width: none; }
  .imageGallery-thumbnail-title {
    display: block;
    margin: 10px auto 0 auto;
    width: 71px;
    font-size: 11px; }
  .imageGallery-thumbnail.is-active .imageGallery-thumbnail-overlay {
    opacity: 0;
    transition: opacity .5s; }
  .imageGallery-thumbnail-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -15px;
    height: 28px;
    width: 30px;
    cursor: pointer;
    opacity: 0.7; }
    .imageGallery-thumbnail-overlay:before {
      display: inline-block;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      content: "\f04b";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal;
      font-size: 15px;
      border-radius: 50%;
      border: 3px solid #323131;
      text-indent: 7px;
      background: white;
      text-align: center;
      line-height: 24px; }
  .imageGallery-thumbnail.is-active, .imageGallery-thumbnail:hover {
    opacity: 1; }

.imageGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative; }
  .imageGallery-list li:hover .image,
  .imageGallery-list li.active .image {
    margin: 0;
    border: solid 4px #323131; }
  .imageGallery-list-inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 4000px;
    overflow: hidden;
    list-style: none; }

.imageGallery-view {
  position: relative;
  margin-bottom: 10px;
  border: solid 2px #323131;
  overflow: hidden;
  text-align: center;
  background: white; }
  .imageGallery-view img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%; }
  .imageGallery-view:hover-overlay {
    opacity: 0.7; }
  .imageGallery-view-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -36px;
    width: 73px;
    height: 69px;
    cursor: pointer;
    transition: opacity .5s;
    opacity: 0; }
    .imageGallery-view-overlay:hover {
      opacity: 1;
      text-decoration: none; }
    .imageGallery-view-overlay:before {
      display: inline-block;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      content: "\f04b";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal;
      background: white;
      border: 3px solid #323131;
      border-radius: 50%;
      font-size: 30px;
      text-indent: 5px;
      text-align: center;
      line-height: 65px; }

.mod-js .imageGallery-thumbnail {
  padding: 0; }
  .mod-js .imageGallery-thumbnail .imageGallery-thumbnails {
    position: relative; }

.no-js .imageGallery-view {
  display: none; }

.no-js .imageGallery-list {
  margin: 0; }

.no-js .imageGallery-arrow {
  display: none; }

.no-js .imageGallery-thumbnail {
  float: none;
  border: 0;
  opacity: 1;
  overflow: hidden; }
  .no-js .imageGallery-thumbnail img {
    width: auto;
    height: auto; }
  .no-js .imageGallery-thumbnail a:after {
    display: block;
    padding: 10px 0 30px;
    content: attr(data-description);
    text-align: left; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.locationfinder input[type=text] {
  font-family: arial;
  font-size: 12px;
  border: 1px solid #D5D1CE;
  display: inline;
  float: left;
  height: 12px;
  padding: 8px;
  width: 27%; }
  @media only screen and (max-width: 767px) {
    .locationfinder input[type=text] {
      width: 60%;
      margin-bottom: 20px; } }

.locationfinder .button {
  padding: 8px;
  background-image: url(../../img/Search-icon.png);
  background-repeat: no-repeat;
  border: none;
  margin-right: 20px;
  width: 30px;
  height: 30px; }
  @media only screen and (max-width: 767px) {
    .locationfinder .button {
      margin-right: 24%;
      margin-bottom: 20px; } }

.locationfinder .locationFinder-selectOption {
  width: 7%;
  border: 1px solid #D5D1CE;
  height: 30px;
  margin-left: 10px;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .locationfinder .locationFinder-selectOption {
      width: 20%;
      margin-left: 0px;
      margin-right: 15px; } }

.locationfinder .locationFinder-selectOption1 {
  height: 30px;
  margin-left: 15px;
  width: 15%; }
  @media only screen and (max-width: 767px) {
    .locationfinder .locationFinder-selectOption1 {
      width: 40%;
      margin-left: 0px; } }

.locationfinder .locationFinder-loadMore .loadMore {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .locationfinder .locationFinder-loadMore .loadMore:hover {
    background-color: #939191;
    color: white; }
  .locationfinder .locationFinder-loadMore .loadMore:active {
    background-color: #939191;
    color: white; }
.map-canvas {
  margin-bottom: 10px;
  border: solid 2px #323131;
  text-align: center; }
  .map-canvas img {
    width: 100%;
    max-width: inherit; }

.no-js .map-canvas img {
  width: 100%;
  max-width: 640px; }
.navigation-root {
  text-align: left;
  z-index: 10;
  max-width: 100%; }

.navigation-mobile-menu {
  display: none; }
  @media only screen and (max-width: 767px) {
    .navigation-mobile-menu {
      display: block;
      position: relative;
      margin: 0 0 -2px -2px;
      width: 100%;
      height: 41px;
      cursor: pointer;
      box-sizing: border-box;
      overflow: hidden;
      background: whitesmoke;
      border: 2px solid #323131; }
      .navigation-mobile-menu:after {
        content: "\f0c9";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        position: relative;
        font-weight: normal;
        display: block;
        width: 41px;
        height: 41px;
        position: absolute;
        top: 0;
        line-height: 38px;
        font-size: 25px;
        right: 0; } }

.navigation-branch {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  list-style: none;
  border: 2px solid #323131; }
  .navigation-branch.navigation-level1 {
    border: none; }

.navigation-item {
  margin: 0 0 0 0;
  display: block; }
  .navigation-item &gt; .navigation-item-title {
    display: block !important;
    padding: 5px 15px 5px 40px;
    background: #e1e1e1;
    color: #323131;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; }
    .navigation-item &gt; .navigation-item-title:hover {
      color: white;
      background: #939191;
      text-decoration: none; }
  .navigation-item.has-children &gt; .navigation-item-title .navigation-item-decoration {
    background-color: #c8c7c7; }
  .navigation-item.has-active-child &gt; .navigation-item-title, .navigation-item.is-active &gt; .navigation-item-title {
    color: #323131;
    background: #cccccc;
    text-decoration: none; }
  .navigation-item.is-open &gt; .navigation-branch,
  .no-js .navigation-item:hover &gt; .navigation-branch {
    display: block; }
  .navigation-item.navigation-level1 {
    margin: 0 0 -2px -2px;
    box-sizing: border-box;
    border: 2px solid #323131; }
    .navigation-item.navigation-level1 &gt; .navigation-item-title {
      padding: 10px 20px 10px 20px;
      background: #e1e1e1;
      color: #323131;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.5;
      text-decoration: none;
      display: block; }
      .navigation-item.navigation-level1 &gt; .navigation-item-title:hover {
        color: white;
        background: #939191;
        text-decoration: none; }
    .navigation-item.navigation-level1.has-active-child &gt; .navigation-item-title, .navigation-item.navigation-level1.is-active &gt; .navigation-item-title {
      color: white;
      background: #605e5e;
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .navigation-item.navigation-level1 {
        width: 100%; } }
  .navigation-item.navigation-level2 {
    border-top: 1px solid #323131; }
    @media only screen and (max-width: 767px) {
      .navigation-item.navigation-level2 {
        display: none; }
        .navigation-item.navigation-level2.is-open {
          display: block; } }

.navigation-branch.navigation-level2 {
  display: block; }

@media only screen and (max-width: 767px) {
  .navigation-root {
    display: none; }
  .is-open {
    display: block; } }
/* NEWSFEED ITEM */
/* NEWSFEED COMPONENT */
/* PER PAGE */
/* MOBILE */
.newsfeed-result {
  padding: 0;
  margin: 0;
  background: #F5F5F5;
  margin-bottom: 20px; }

.newsfeed-image {
  margin: 0;
  height: 150px;
  overflow: hidden; }
  .newsfeed-image img {
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%); }

.newsfeed-inner-content {
  padding: 10px 15px;
  border-top: solid 4px #F36533; }

.newsfeed-category {
  margin: 0 0 10px;
  font-style: italic;
  color: #73645D; }

.newsfeed-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #7E7E7E; }
  .newsfeed-title:only-child {
    border-bottom: 0;
    padding: 0;
    margin: 0; }
  .newsfeed-title a:hover {
    text-decoration: none; }
  .newsfeed-title a:active {
    text-decoration: none; }
  .newsfeed-title a:focus {
    text-decoration: none; }

.newsfeed-date {
  font-size: 13px;
  margin: 0 0 10px;
  font-style: italic;
  color: #73645D; }

.newsfeed-description {
  margin: 0 0 10px;
  color: #73645D; }

.newsfeed-url {
  font-size: 13px;
  word-break: break-all; }
  .newsfeed-url a {
    color: #16727F;
    font-weight: bold; }
    .newsfeed-url a:hover {
      text-decoration: none; }
    .newsfeed-url a:active {
      text-decoration: none; }
    .newsfeed-url a:focus {
      text-decoration: none; }

.newsfeed {
  position: relative; }
  .newsfeed a {
    color: inherit;
    text-decoration: none; }
  .newsfeed .active a {
    font-weight: bold; }
  .newsfeed .splitter {
    color: #F36533; }

.newsfeed-number {
  margin-bottom: 20px;
  position: absolute;
  left: 250px;
  top: -50px; }
  .newsfeed-number .results-count-strong {
    font-weight: bold; }

.newsfeed-pagination .mobile {
  display: none; }

.newsfeed-pagination-list {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  float: right; }

.newsfeed-pagination-item {
  display: inline-block; }
  .newsfeed-pagination-item a {
    display: block;
    border: 1px solid #e9e9e9;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 3px; }
    .newsfeed-pagination-item a:hover {
      text-decoration: none;
      border-color: #a0ce4e; }
    .newsfeed-pagination-item a:focus {
      text-decoration: none;
      border-color: #a0ce4e; }
    .newsfeed-pagination-item a:active {
      text-decoration: none;
      border-color: #a0ce4e; }

.newsfeed-pagination-item.separator {
  display: inline-block;
  border: 1px solid #fff;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 3px;
  letter-spacing: 2px; }
  .newsfeed-pagination-item.separator:before {
    content: "..."; }

.newsfeed-pagination-item.is-active a {
  background: #a0ce4e;
  color: #fff;
  cursor: default; }

.newsfeed-pagination-item.item-next a {
  border: 0;
  width: auto; }
  .newsfeed-pagination-item.item-next a:hover {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:focus {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:active {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:after {
    content: "&gt;";
    font-family: FontAwesome, serif;
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px; }

.newsfeed-pagination-item.item-previous a {
  border: 0;
  width: auto; }
  .newsfeed-pagination-item.item-previous a:hover {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:focus {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:active {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:before {
    content: "&lt;";
    font-family: FontAwesome, serif;
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px; }

.view-all.button {
  margin-top: 30px; }

.promo .view-all.button {
  text-align: center; }

.related .view-all.button {
  text-align: start; }

.view-all a {
  background: #15717d;
  padding: 10px 23px;
  border-radius: 20px;
  color: #fff; }

span.newsfeed-related-updates {
  display: block;
  margin: 50px 0 20px 0;
  font-style: italic;
  color: #73645D; }

a.newsfeed-related-category {
  background: #f3f2f0;
  padding: 15px;
  border-radius: 40px;
  font-weight: bold;
  color: #15717d; }

.newsfeed-perPage {
  max-width: 200px;
  margin: 14px 0 0; }
  .newsfeed-perPage &gt; div {
    display: inline-block; }
  .newsfeed-perPage .active {
    font-style: italic;
    background: #DDD; }
  .newsfeed-perPage a {
    color: inherit;
    text-decoration: none; }
  .newsfeed-perPage .heading {
    background: #EEE;
    min-width: 100px;
    padding: 10px; }
  .newsfeed-perPage .slider {
    position: absolute;
    background: #FFF;
    width: 100%;
    max-width: 198px;
    border: 1px solid grey;
    z-index: 100; }
  .newsfeed-perPage ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .newsfeed-perPage li {
    padding: 5px 20px; }
    .newsfeed-perPage li a {
      display: block; }

@media (max-width: 767px) {
  .newsfeed-pagination {
    text-align: center; }
    .newsfeed-pagination .mobile {
      display: block; }
    .newsfeed-pagination .desktop {
      display: none; }
  .newsfeed-pagination-list {
    display: inline-block;
    float: none; }
  .newsfeed-result.has-image {
    text-align: center; }
    .newsfeed-result.has-image .newsfeed-image {
      position: static;
      margin-bottom: 20px; }
    .newsfeed-result.has-image .newsfeed-title {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-description {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-date {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-url {
      text-align: left;
      margin-left: 0; }
  .item-previous {
    float: left; }
  .item-next {
    float: right; } }
.newsfeedFilterBy {
  max-width: 200px; }
  .newsfeedFilterBy .active {
    font-style: italic;
    background: #DDD; }
  .newsfeedFilterBy a {
    color: inherit;
    text-decoration: none; }
  .newsfeedFilterBy .heading {
    background: #F36533;
    color: #FFF;
    padding: 10px; }
  .newsfeedFilterBy .slider {
    position: absolute;
    background: #FFF;
    width: 100%;
    max-width: 198px;
    border: 1px solid grey;
    z-index: 100; }
    .newsfeedFilterBy .slider .tag-link a {
      display: block; }
  .newsfeedFilterBy .top-level {
    font-weight: bold;
    padding-left: 10px; }
  .newsfeedFilterBy ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .newsfeedFilterBy li {
    padding: 5px 20px; }
.podcast {
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #EFEFED;
  max-width: 800px; }
  .podcast p {
    margin: 0; }

.podcast__information {
  display: flex; }

.podcast__text {
  padding: 10px; }

.podcast__title {
  font-weight: 700; }

.audio {
  background-color: #efefed; }

.audio__controls {
  display: flex;
  align-items: center; }

.audio__backwards {
  visibility: hidden;
  height: 37px;
  width: 37px;
  border: 1px solid #15717d;
  border-radius: 50%; }

.audio__forwards {
  visibility: hidden;
  height: 37px;
  width: 37px;
  border: 1px solid #15717d;
  border-radius: 50%; }

.audio__backwards, .audio__forwards, .audio__play, .audio__pause {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.audio__play {
  height: 50px;
  width: 50px;
  background-color: #15717d;
  border-radius: 50%; }
  .audio__play:after {
    content: "\25b6";
    color: #fff;
    font-size: 25px; }

.audio__pause {
  display: none;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%; }
  .audio__pause:after {
    content: "| |";
    color: #000;
    font-size: 25px; }

.audio--playing .audio__pause {
  display: flex; }

.audio--playing .audio__backwards {
  visibility: visible; }

.audio--playing .audio__forwards {
  visibility: visible; }

.audio--playing .audio__play {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.product-list-main__results .product {
  border-bottom: 2px solid #f3f2f1; }

.productList .product-list-content {
  display: table;
  width: 50%;
  margin-left: auto;
  margin-right: auto; }
  .productList .product-list-content .product-list-main, .productList .product-list-content product-list-header {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto; }

.productList .alphabet-filter__element {
  margin-left: 10px; }

.productList .no-of-shown-results, .productList .no-of-all-results, .productList .applied-filter {
  font-weight: bold; }

.productList .product-list-main {
  display: table-row;
  justify-content: space-around; }

.productList .product-list-header {
  display: table-row;
  justify-content: space-around; }

.productList .product-list-filter--alphabet {
  border-left: 2px solid #f3f2f1; }

.productList .product-list-filter .filter-trigger--alphabet {
  color: #72635d;
  cursor: default;
  opacity: 0.5;
  text-decoration: none;
  margin: 0; }
  .productList .product-list-filter .filter-trigger--alphabet.filter-trigger--active {
    color: #f36633;
    cursor: pointer;
    opacity: 1;
    text-decoration: none; }

.productList .product-list-header__filter-by .filter-by__label {
  background-color: #f36633;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  cursor: pointer; }

.productList ul.filter__product-types {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .productList ul.filter__product-types li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
    .productList ul.filter__product-types li input ~ span::after {
      content: "";
      background-color: white;
      border-radius: 30px;
      width: 20px;
      height: 20px;
      margin: 0 7px 0 0;
      position: absolute;
      right: 0; }
    .productList ul.filter__product-types li input:checked ~ span::after {
      background-color: #15717e;
      border: 2px solid white;
      margin: 0 6px 0 0; }
    .productList ul.filter__product-types li input {
      visibility: hidden; }

.productList ul .alphabet-filter__elements, .productList ul .product__links--additional {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.productList ul.filter__product-types.show {
  display: block;
  padding: 0; }

.productList .product__info-formula-text {
  font-style: italic; }

.productList .product .product__links a {
  color: #15717e;
  font-weight: bold; }

.productList .product .product__info-title, .productList .product .product__info-title a {
  color: #15717e;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold; }

.productList .product .product__info-title.lock-icon {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold; }
  .productList .product .product__info-title.lock-icon a:before {
    content: '!';
    color: #ff0000; }

.productList .product-list-main__results {
  width: 95%; }
  .productList .product-list-main__results .product {
    display: flex;
    margin-top: 15px; }
    .productList .product-list-main__results .product .product__info {
      width: 50%; }
    .productList .product-list-main__results .product .product__links {
      width: 60%;
      margin-left: auto;
      margin-right: auto;
      font-family: arial;
      font-size: 13px;
      font-weight: 700; }

.productList .results__show-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: white;
  background-color: #15717e;
  padding: 10px 30px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  width: 20%;
  margin-left: 35%;
  margin-right: auto; }
  .productList .results__show-more-btn:hover {
    background-color: white;
    display: inline-block;
    padding: 8px 30px;
    border: 2px solid #15717e;
    color: #15717e;
    font-size: 18px;
    width: 20%;
    margin-left: 35%;
    margin-right: auto; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.questionanswers.hideScoreBox .quizScoreBox, .quizResultBoxContainer {
  display: none; }

.quizResultBoxContainer.showBoxQuiz {
  display: block; }

.quizButton img {
  cursor: pointer; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.questionWithCheck {
  border: dotted 1px #D5D1CE;
  padding: 10px; }
  .questionWithCheck .formControl-radio {
    float: left;
    margin: 0;
    padding: 0;
    width: 21px; }

.questionWithRadio .formControl-radio {
  float: left;
  margin: 0;
  padding: 0;
  width: 21px; }

.questionWithRadio .genericFormGroup span input[type="radio"],
.questionWithCheck .genericFormGroup span input[type="checkbox"] {
  float: left;
  margin: 2px 2px 0 0;
  padding: 0;
  width: 15px; }

.questionWithRadio .genericFormGroup label,
.questionWithCheck .genericFormGroup label {
  float: left;
  padding: 1px 0 0;
  width: auto;
  margin-right: 15px; }

.questionWithRadio .genericFormGroup .quizRadioImg label,
.questionWithCheck .genericFormGroup .quizRadioImg label {
  width: 100px; }

.quiz .nextQuestionPage {
  float: right; }

.questionWithRadio .quizScoreBox, .questionWithCheck .quizScoreBox {
  border: 1px solid #0F61AF;
  background: white;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  width: 50px;
  height: 15px;
  margin-left: 20px;
  float: left; }

.questionWithRadio .imgContainer,
.questionWithCheck .imgContainer {
  width: 100%;
  float: left; }

.questionWithRadio .quizQuestion p,
.questionWithCheck .quizQuestion p {
  margin: 0 0 15px 0; }

.questionWithRadio .quizScoreBox p,
.questionWithCheck .quizScoreBox p {
  margin: 0;
  font-weight: 700; }

.quizHideBox {
  display: none; }

.quizOverlayContainer .overlay-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1000;
  /* high z-index */
  background: #000;
  /* fallback */
  background: rgba(0, 0, 0, 0.75);
  text-align: center; }

.quizOverlayContainer .overlay-content {
  background: none repeat scroll 0 0 #FFFFFF;
  display: inline-block;
  max-width: 90%;
  min-height: 80px;
  min-width: 80px;
  padding: 30px 10px 10px;
  position: relative;
  text-align: left;
  top: 150px; }

.quizOverlayContainer .overlay-close {
  background: url("../../img/overlay-close-icon.png") no-repeat scroll 0 0/20px auto rgba(0, 0, 0, 0);
  cursor: pointer;
  display: none;
  font-size: 25px;
  height: 20px;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 20px;
  z-index: 9999; }

.quizOverlayContainer .close-btn:hover {
  background: #05abe0; }

.questionWithImage {
  clear: both; }

.quizResultContainer {
  width: 92%; }

.questionWithImage .quizQuestion {
  border: 2px solid #0F61AF;
  background: #D5DCEF;
  border-radius: 15px;
  padding: 15px 10px 20px 10px;
  float: left;
  width: 80%; }

.questionWithImage .quizQuestion p {
  font-weight: 700;
  line-height: 1.2em;
  margin: 10px 0 0 0;
  vertical-align: middle;
  color: black; }

.questionWithImage .imgContainer {
  float: left;
  width: 50%;
  text-align: center; }

.questionWithImage .imgContainer span {
  border: 3px solid #78A7D2;
  padding: 10px;
  height: 36px;
  width: 36px;
  border-radius: 150px; }

.questionWithImage .imgContainer img {
  text-align: center;
  vertical-align: bottom;
  cursor: pointer; }

.questionWithImage .quesLeftCaption, .questionWithImage .quesRightCaption {
  float: left;
  width: 25%; }

.quizScoreBox {
  border: 2px solid #0F61AF;
  background: #D5DCEF;
  border-radius: 15px;
  padding: 5px;
  width: 58px;
  height: 62px;
  margin-left: 20px;
  float: left; }

.quizScoreBox p {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: black;
  margin-top: 15px; }

.quizScoreBox.totalScoreBox, .quiz .generateScore {
  float: right; }

.quiz .button.generateScore {
  width: 230px;
  padding: 10px;
  font-weight: 700;
  font-size: 22px;
  color: white;
  background: #0047BD; }

.quiz .button.generateScoreNewPage {
  padding: 10px;
  font-weight: 700;
  color: #0073BD;
  border: solid 1px #fff;
  background: #E4FE98; }

.quiz.quizWithBGImage {
  float: left; }

.quiz.quizWithBGImage .quizQuestionBox {
  background-color: #FFF1D0;
  padding: 20px;
  width: 70%; }

.quiz.quizWithBGImage .quizQuestionBox h2 {
  color: #4469A1;
  font-size: 40px;
  margin-bottom: 0; }

.quiz.quizWithBGImage .quizQuestionBox p {
  font-size: 18px;
  color: #5C5D59;
  margin: 0;
  line-height: 22px; }

.quizWithBGImage.questionOption1 .quizQuestionOption,
#question3 .quizWithBGImage.questionOption2,
#question3 .quizWithBGImage.questionOption2 .quizQuestionOption {
  height: 450px; }

.quizWithBGImage.questionOption2 .quizQuestionOption,
.quizWithBGImage.questionOption3 .quizQuestionOption,
.quizWithBGImage.questionOption4 .quizQuestionOption,
.quizWithBGImage.questionOption5 .quizQuestionOption {
  height: 225px; }

.quizWithBGImage.questionOption1,
.quizWithBGImage.questionOption4,
#question3 .quizWithBGImage.questionOption2 {
  width: 50%; }

.quizWithBGImage.questionOption2 {
  width: 25%; }

.quizWithBGImage.questionOption3,
#question2 .quizWithBGImage.questionOption3,
#question2 .quizWithBGImage.questionOption4,
#question2 .quizWithBGImage.questionOption5 {
  width: 25%; }

.quiz.quizWithBGImage .quizQuestionOption {
  position: relative; }

.quiz.quizWithBGImage .quizOptionButton {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E2F1F3;
  padding: 17px 25px 17px 25px;
  font-size: 20px;
  border: 0;
  border-radius: 0;
  color: #73A1A7; }

.quiz.quizWithBGImage .quizOptionButton:focus {
  border: dotted 1px #000; }

.quiz.quizWithBGImage .quizOptionButton span {
  background: url("../../img/boxlink-arrow.png") no-repeat right center;
  padding-right: 25px; }

.quizProgressBar {
  background: white;
  border: solid 1px #fff;
  padding: 20px 0;
  border-color: white;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed; }

.quiz.quizProgressBar .quizProgressBarDots {
  background-color: #E1E1E1;
  border: 1px solid #E1E1E1;
  border-radius: 18px;
  height: 10px;
  padding: 5px;
  position: relative; }

.quiz.quizProgressBar .quizProgressDots.active {
  background-color: #099696;
  height: 16px;
  width: 16px;
  left: 0;
  position: absolute;
  top: 2px; }

.quiz.quizProgressBar .quizProgressDots.firstactive {
  background-color: #099696;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px; }

.quiz.quizProgressBar .quizProgressDots.progressActive {
  background-color: #099696;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px; }

.quiz.quizProgressBar .quizProgressDots {
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px solid gainsboro; }

.progressDotActive {
  width: 2%;
  background: #099696;
  height: 10px; }

.quiz.quizProgressBar .quizProgressBarQuestions {
  background-color: white;
  padding: 5px;
  position: relative;
  margin-bottom: 35px; }

.quiz.quizProgressBar .quizProgressBarQuestions .quizProgressBarQuestion {
  color: #22508E;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  background: none;
  cursor: text; }

.quizRadioImg {
  float: left;
  width: 100px; }

.questionWithRadio button {
  background: white;
  border: 1px solid #fff;
  border-radius: 0;
  float: left;
  margin-right: 15px; }

.questionWithRadio button.optionActive {
  border: solid 1px #D5DCEF; }

.quiz.quizWithBGImage .quizQuestionOption {
  background-repeat: no-repeat;
  background-position: left top; }

.hideQuizTotalBox .quizResultContainer {
  display: none; }

/* Mobile start */
@media only screen and (max-width: 767px) {
  .questionWithCheck .formControl-radio {
    clear: both;
    display: block; } }

@media only screen and (max-width: 420px) {
  .questionWithRadio .formControl-radio, .questionWithCheck .formControl-radio {
    clear: both;
    display: block;
    float: left;
    width: 6%; }
  .questionWithRadio .genericFormGroup label,
  .questionWithCheck .genericFormGroup label {
    display: block;
    float: left;
    width: 50%; }
  .quizRadioImg {
    width: 100%; }
  .questionWithImage .quizQuestion {
    width: 60%; }
  .quiz.quizProgressBar .quizProgressBarQuestions .quizProgressBarQuestion {
    font-size: 12px;
    font-weight: 700; }
  .quiz.quizWithBGImage {
    width: 100%;
    display: block; }
  .quiz.quizProgressBar .quizProgressBarQuestions {
    margin-bottom: 15px; }
  .quiz.quizWithBGImage .quizQuestionOption {
    width: 100%;
    display: block;
    background: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% 100%; }
  .quizWithBGImage.questionOption1,
  .quizWithBGImage.questionOption4,
  #question3 .quizWithBGImage.questionOption2 {
    width: 100%; }
  .quizWithBGImage.questionOption2 {
    width: 100%; }
  .quizWithBGImage.questionOption3, #question2 .quizWithBGImage.questionOption3, #question2 .quizWithBGImage.questionOption4, #question2 .quizWithBGImage.questionOption5 {
    width: 100%; }
  .quiz.quizWithBGImage .quizQuestionOption {
    width: 100%;
    display: block; }
  .questionWithImage .quesLeftCaption, .questionWithImage .quesRightCaption, .questionWithImage .imgContainer {
    display: block;
    width: 100%; } }
.richText .component-content {
  overflow: hidden; }

.richText h1 {
  margin-top: 0;
  word-wrap: break-word; }

.richText h2 {
  margin-top: 0;
  word-wrap: break-word; }

.richText h3 {
  margin-top: 0;
  word-wrap: break-word; }

.richText h4 {
  margin-top: 0;
  word-wrap: break-word; }

.richText h5 {
  margin-top: 0;
  word-wrap: break-word; }

.richText h6 {
  margin-top: 0;
  word-wrap: break-word; }

.richText a {
  text-decoration: underline; }

.richText ul, .richText ol {
  padding: 10px 0;
  margin-left: 10px; }

.richText li {
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  list-style-type: none; }

.richText ol li {
  list-style: decimal; }

.richText ul li {
  position: relative;
  margin-left: 0;
  padding-left: 15px; }
  .richText ul li:before {
    position: absolute;
    top: 1px;
    left: -5px;
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal; }

.richText-image {
  display: block;
  margin-bottom: 10px; }
  .richText-image.pull-left {
    margin: 5px 15px 5px 10px;
    float: left; }
  .richText-image.pull-right {
    margin: 5px 10px 5px 15px;
    float: right; }
.searchBox .easy-autocomplete-container ul {
  list-style-type: none;
  padding: 0 0 0 0; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/* line 3, ../../sass/components/search.filter.scss */
.searchFilter {
	border: solid 1px #dfdfdf;
}

/* line 8, ../../sass/components/search.filter.scss */
.searchFilter-title {
	background-color: #fff;
	background: url("../../img/down_arrow_black.png") no-repeat 90% center;
	margin: 0;
	padding: 13px;
	cursor: pointer;
}

/* line 14, ../../sass/components/search.filter.scss */
.searchFilter-controls {
	border-top: solid 4px #f36533;
}

.searchFilter-controls .searchFilterContent {
	display: block;
}
/* line 21, ../../sass/components/search.filter.scss */
.searchFilter-selection,.searchFilter-checkbox,.searchFilter-phrase {
	overflow: hidden;
	margin: 5px 0;
}

/* line 27, ../../sass/components/search.filter.scss */
.searchFilter-label {
	float: left;
	margin-right: 10px;
	min-width: 85%;
}

/* line 33, ../../sass/components/search.filter.scss */
.searchFilter-checkbox .searchFilter-label {
	float: none;
	margin-right: 0;
}

/* line 38, ../../sass/components/search.filter.scss */
.searchFilter-submit {
	padding: 13px;
	margin: 5px 0;
	overflow: hidden;
	display: block;
}
/* line 42, ../../sass/components/search.filter.scss */
.searchFilter-submit button {
	float: right;
}

/* line 49, ../../sass/components/search.filter.scss */
.searchFilter-horizontal .searchFilter-controls {
	float: left;
}
/* line 55, ../../sass/components/search.filter.scss */
.searchFilter-horizontal .searchFilter-selection,.searchFilter-horizontal .searchFilter-checkbox,.searchFilter-horizontal .searchFilter-phrase
	{
	float: left;
	clear: none;
	margin-right: 10px;
}
/* line 61, ../../sass/components/search.filter.scss */
.searchFilter-horizontal .searchFilter-label {
	min-width: 0;
}
/* line 64, ../../sass/components/search.filter.scss */
.searchFilter-horizontal .searchFilter-control {
	float: left;
}

.tagRadioFilter fieldset,.metadataFilter fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.tagRadioFilter .searchFilter-control,.metadataFilter .searchFilter-control
	{
	padding: 7px 5px;
	background: #f5f5f5;
	border-bottom: solid 1px #dfdfdd;
}

.tagRadioFilter fieldset legend,.metadataFilter fieldset legend,.searchFilter-sorting h4
	{
	background: url("../../img/filter-plus.png") no-repeat right center;
	color: #000000;
	font-size: 16px;
	padding: 0px 10px;
	display: block;
	width: 93%;
	cursor: pointer;
	margin: 7px 10px;
}

.tagRadioFilter input,.metadataFilter input[type="radio"] {
	float: right;
}

.tagRadioFilter fieldset legend.filter-active,.metadataFilter fieldset legend.filter-active
	{
	background: url("../../img/filter-minus.png") no-repeat right center;
}

.searchFilter-form .search-productFilter,.searchFilter-form .search-theraphyFilter,.searchFilter-form .search-indicationFilter
	{
	font-size: 1.2em;
	font-style: italic;
	padding: 0 20px;
}

.searchResults-number {
	display: none;
}

.searchFilter-content{
	display:none;
}
.searchBox input[type=text] {
  width: 81px; }

.searchBox-title {
  cursor: default; }

.searchBox .form-content .textField {
  display: inline;
  float: left;
  margin-right: 15px; }

.searchBox .form-contentButton {
  display: inline;
  float: left; }
  .searchBox .form-contentButton.section {
    margin: -1px 0 0; }

.searchBox .form-content .section {
  margin: 0 15px 0 0; }

.searchBox .form-search.no-box,
.searchBox .form-search.no-box .section {
  margin-top: 0;
  margin-bottom: 0; }
@charset "UTF-8";
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.searchBlox.searchResults .component-content {
  display: flex; }

.searchBlox-results highlight {
  font-weight: bold; }

.searchBlox-results .searchResults-number {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left; }

.searchBlox-results .searchResults-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-left: 10px; }

.searchBlox-results .searchResults-term {
  font-style: italic; }

.searchBlox-results .searchResults-results {
  margin-bottom: 10px; }

.searchBlox-results .searchResults-description, .searchBlox-results .searchResults-url,
.searchBlox-results .searchResults-context {
  margin-left: 10px; }

.searchBlox-results .searchResults-image {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px 0; }

.searchBlox-results .searchResults-result {
  position: relative;
  overflow: hidden;
  padding: 0 10px 20px 10px;
  background-color: #eeece4; }
  .searchBlox-results .searchResults-result:nth-child(even) {
    background-color: inherit; }

.searchBlox-results .searchResults-icon-wrapper {
  position: absolute;
  text-align: center;
  width: 70px;
  margin-top: 10px;
  left: 0;
  top: 0; }

.searchBlox-results .searchResults-url {
  margin-top: 10px; }

.searchBlox-results .searchResults-description p, .searchBlox-results .searchResults-context p {
  font-family: arial;
  font-size: 12px;
  color: #635a54; }

.searchBlox-results .searchResults {
  width: 100%; }
  .searchBlox-results .searchResults .searchBlox-results .searchResults-stickyNav {
    float: right;
    padding-left: 20px; }
    .searchBlox-results .searchResults .searchBlox-results .searchResults-stickyNav ul {
      padding-left: 0; }
      .searchBlox-results .searchResults .searchBlox-results .searchResults-stickyNav ul li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 10px; }
        .searchBlox-results .searchResults .searchBlox-results .searchResults-stickyNav ul li a {
          color: #000; }
        .searchBlox-results .searchResults .searchBlox-results .searchResults-stickyNav ul li.active a {
          color: #F98033;
          font-size: 12px;
          font-weight: 700; }

.searchResults .searchResults-facets {
  margin-right: 30px; }
  .searchResults .searchResults-facets .facet-value {
    cursor: pointer; }
  .searchResults .searchResults-facets .facet-value--active {
    font-weight: bold; }
    .searchResults .searchResults-facets .facet-value--active:before {
      content: "âœ–"; }
.shareThis-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }
  .shareThis-list li {
    float: left;
    width: auto;
    height: 26px;
    margin: 0 10px 10px 0; }
    .shareThis-list li:last-child {
      margin-right: 0; }

.shareThis-item a {
  display: block;
  height: 26px;
  transition: all .3s; }
  .shareThis-item a:hover img {
    opacity: 1; }

.shareThis-item img {
  opacity: 0.7;
  transition: opacity .2s ease-in-out; }
.sitemap-columns-1 .sitemap-column {
  width: 100%; }

.sitemap-columns-2 .sitemap-column {
  width: 50%; }

.sitemap-columns-3 .sitemap-column {
  width: 33.33333%; }

.sitemap-columns-4 .sitemap-column {
  width: 25%; }

.sitemap-columns-5 .sitemap-column {
  width: 20%; }

.sitemap-columns-6 .sitemap-column {
  width: 16.66667%; }

.sitemap-columns-7 .sitemap-column {
  width: 14.28571%; }

.sitemap-columns-8 .sitemap-column {
  width: 12.5%; }

.sitemap-columns-9 .sitemap-column {
  width: 11.11111%; }

.sitemap-columns-10 .sitemap-column {
  width: 10%; }

.sitemap-columns-11 .sitemap-column {
  width: 9.09091%; }

.sitemap-columns-12 .sitemap-column {
  width: 8.33333%; }

.sitemap-column {
  float: left; }
  .sitemap-column .component-content {
    overflow: hidden; }
  .sitemap-column a {
    text-decoration: none; }
  .sitemap-column h3 {
    padding: 5px 7px;
    font-size: 13px;
    font-weight: bold;
    background-color: #e1e1e1; }
  .sitemap-column ul {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    list-style: none; }
  .sitemap-column &gt; ul {
    margin: 0 3px; }
    .sitemap-column &gt; ul li &gt; ul {
      padding-bottom: 0;
      padding-left: 5px;
      margin-bottom: 0;
      margin-left: 0;
      word-wrap: break-word; }
      .sitemap-column &gt; ul li &gt; ul li {
        position: relative;
        padding-left: 5px;
        font-weight: bold;
        line-height: 150%; }
        .sitemap-column &gt; ul li &gt; ul li:before {
          position: absolute;
          top: 1px;
          left: 0;
          content: "\f0da";
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          position: relative;
          font-weight: normal; }
        .sitemap-column &gt; ul li &gt; ul li &gt; ul {
          margin-top: 0; }
          .sitemap-column &gt; ul li &gt; ul li &gt; ul li {
            font-weight: normal; }

@media only screen and (max-width: 767px) {
  .component-content .sitemap-column {
    width: 100%;
    float: none; }
    .component-content .sitemap-column &gt; ul {
      margin: 0 0 15px; } }
.smart-link {
  margin: 10px 0; }
  .smart-link-previous:before, .smart-link-next:after {
    display: inline-block;
    position: relative;
    top: -1px;
    height: 14px;
    width: 6px;
    font-size: 8px;
    color: black; }
  .smart-link-next:after {
    margin-left: 10px;
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal; }
  .smart-link-previous:before {
    margin-right: 10px;
    content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal; }
  .smart-link-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    text-align: center; }
    .smart-link-list li {
      display: inline-block; }
.table-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.table .button {
  display: none; }
  @media only screen and (max-width: 767px) {
    .table .button {
      display: block;
      margin: 20px; } }

.table-caption {
  padding: 13px;
  border: solid 2px #323131;
  background-color: #e1e1e1;
  border-bottom: none; }
  .table-caption .button {
    display: block;
    margin: 10px 0 0 5px; }
    @media only screen and (max-width: 767px) {
      .table-caption .button {
        display: none; } }

.table th, .table td {
  border: solid 2px #323131;
  padding: 5px; }

.table td {
  vertical-align: middle; }

.table th {
  background-color: #e1e1e1;
  font-weight: bold;
  text-align: center; }

.table table {
  width: 100%;
  border: solid 2px #323131;
  border-collapse: collapse; }

.no-js .table .button {
  display: none; }
.tagList-tag-link, .tagList-tag-item {
  background-color: #e1e1e1;
  border: 1px solid #656363;
  color: #323131;
  padding: 5px 20px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block; }
  .tagList-tag-link:hover, .tagList-tag-item:hover {
    background-color: #939191;
    color: white; }

.tagList-heading {
  font-weight: bold;
  color: #323131;
  margin: 10px 0;
  font-size: 1.5rem;
  display: block; }

.tagList-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.tagList-tag {
  display: inline-block; }

.tagList-tag-link, .tagList-tag-item {
  margin-right: 5px;
  text-decoration: none; }
  .tagList-tag-link:hover, .tagList-tag-link:active, .tagList-tag-item:hover, .tagList-tag-item:active {
    color: #fff; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.genericFormGroup {
  clear: both; }

.initialTabBasedFilter {
  background-color: #E1E1E1;
  border: 2px solid #323131;
  padding: 15px 60px;
  position: relative; }

.tagBasedFilter .formControl-radio {
  float: left;
  margin: 0;
  padding: 0;
  width: 21px; }

.tagBasedFilter .genericFormGroup span input[type="radio"], .tagBasedFilter .genericFormGroup span input[type="checkbox"] {
  float: left;
  margin: 2px 2px 0 0;
  padding: 0;
  width: 15px; }

.tagBasedFilter .genericFormGroup label {
  float: left;
  padding: 1px 0 0;
  width: auto; }

.tagBasedFilterResults-Information {
  border: 1px solid #C5C4C4; }

.tagBasedFilterResults-Information .tagBasedFilterResults-productImage {
  border-bottom: 1px solid #C5C4C4;
  text-align: center; }

.tagBasedFilterResults-Information .tagBasedFilterResults-description {
  padding: 20px; }

.prd-category {
  border-bottom: 1px solid #C5C4C4;
  border-top: 1px solid #C5C4C4;
  font-size: 11px;
  display: block;
  padding: 5px 0;
  text-align: center; }

.tagBasedFilterResults-Information .tagBasedFilterResults-description h2 {
  font-size: 26px;
  margin: 16px 0 0;
  text-align: center; }

.tagBasedFilterResults-Information .tagBasedFilterResults-description p {
  text-align: center; }

.tagBasedFilterResults-box-content .product-button {
  border: 1px solid #C5C4C4;
  display: inline-block;
  font-size: 11px;
  margin: 10px 0 0;
  padding: 10px; }

.tagbasedfilter .simpleTagFilter input[type="button"] {
  background-color: #f36633;
  border: 1px solid #d5d1ce;
  border-radius: 0;
  color: white;
  padding: 5px 10px; }

/*Multi Level Filter*/
.tagBasedFilter .multiLevelFilterContent input[type="button"] {
  background: url("../../img/quiz1_nrml.png") no-repeat scroll center center transparent;
  border: none;
  cursor: pointer;
  display: block;
  padding: 95px 0 0 0;
  min-width: 100px; }

.tagBasedFilter .multiLevelFilterContent input[type="button"]:hover, .tagBasedFilter.multiLevelFilter .genericFormGroup span input[type="button"]:focus {
  background: url("../../img/quiz1_hover.png") no-repeat scroll center center; }

.tagBasedFilter .multiLevelFilterContent input[type="button"].selected {
  background: url("../../img/quiz_selected.png") no-repeat scroll 50% 50%;
  width: 100%; }

.multiLevelFilter-Container .multiLevelFilter-level1 {
  margin-left: 25px; }

.multiLevelFilter-Container .multiLevelFilter-level2 {
  margin-left: 45px; }

.multiLevelFilter-Container .multiLevelFilter-level3 {
  margin-left: 65px; }

.tagBasedFilter .multiLevelFilter-ContainerResults .tagBasedFilterResults {
  overflow: hidden;
  margin-top: 10px;
  padding-top: 15px; }

.multiLevelFilter .genericFormGroup {
  border-bottom: 1px dotted #e0e0e0;
  overflow: hidden;
  padding: 5px 0; }

.tagBasedNoResult {
  color: #ff0000;
  font-weight: 700; }

.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level1,
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level2,
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level3,
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level4 {
  margin-left: 0; }

.multiLevelFilter-Container .buttonTypeContent.multiLevelFilter-level0,
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level1 input,
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level2 input,
.multiLevelFilter-Container .buttonTypeContent .multiLevelFilter-level3 input {
  float: left; }

.tagbasedfilter-primary .multiLevelFilter-Container .multiLevelFilterContent {
  float: left; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.tagBasedFilterResults-Information {
  border: 1px solid #C5C4C4; }

.tagBasedFilterResults-Information .tagBasedFilterResults-productImage {
  border-bottom: 1px solid #C5C4C4;
  text-align: center; }

.tagBasedFilterResults-Information .tagBasedFilterResults-description {
  padding: 20px; }

.prd-category {
  border-bottom: 1px solid #C5C4C4;
  border-top: 1px solid #C5C4C4;
  font-size: 11px;
  display: block;
  padding: 5px 0;
  text-align: center; }

.tagBasedFilterResults-Information .tagBasedFilterResults-description h2 {
  font-size: 26px;
  margin: 16px 0 0;
  text-align: center; }

.tagBasedFilterResults-Information .tagBasedFilterResults-description p {
  text-align: center; }

.tagBasedFilterResults-box-content .product-button {
  border: 1px solid #C5C4C4;
  display: inline-block;
  font-size: 11px;
  margin: 10px 0 0;
  padding: 10px; }
.title h1 {
  margin-top: 0;
  word-wrap: break-word; }

.title h2 {
  margin-top: 0;
  word-wrap: break-word; }

.title h3 {
  margin-top: 0;
  word-wrap: break-word; }

.title h4 {
  margin-top: 0;
  word-wrap: break-word; }

.title h5 {
  margin-top: 0;
  word-wrap: break-word; }

.title h6 {
  margin-top: 0;
  word-wrap: break-word; }
.twitter &gt; .component-content {
  padding: 13px;
  border: solid 2px #323131;
  background-color: #e1e1e1; }

.twitter-feed {
  position: relative;
  display: block;
  margin: 10px 0;
  padding-left: 55px;
  list-style-type: none; }
  .twitter-feed:before, .twitter-feed:after {
    content: "";
    display: table; }
  .twitter-feed:after {
    clear: both; }

.twitter-content a:hover strong {
  text-decoration: underline; }

a:hover
.twitter-sender-avatar {
  position: absolute;
  top: 3px;
  left: 0; }

.twitter-date {
  float: right; }

.twitter-actions {
  padding: 0;
  margin: 0;
  float: right; }

.twitter-action {
  list-style-type: none;
  display: inline; }

.feed-provider-heading {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 30px; }
  .feed-provider-heading-image {
    float: left;
    width: 30px;
    height: 30px; }

.feed-provider-description {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid black; }

.feed-provider-feeds {
  padding: 0;
  margin: 0; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.userBox-header-text {
  font-size: 2em; }

.userBox .logged-in, .userBox .logged-out {
  border: 1px solid #D5D1CE;
  padding: 13px;
  margin: 10px 0; }

.userBox .logged-in .button, .userBox .logged-in a, .userBox .logged-out .button, .userBox .logged-out a {
  background-color: #e1e1e1;
  border: 1px solid #D5D1CE;
  margin-left: 1%;
  margin-right: 1%;
  color: #323131;
  padding: 5px 20px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block; }

.userBox .logged-in .button:hover,
.userBox .logged-in a:hover,
.userBox .logged-out .button:hover,
.userBox .logged-out a:hover {
  background-color: #939191;
  color: white; }

.userBox .logged-in .lt-ie8 .button,
.userBox .logged-out .lt-ie8 .button {
  display: inline; }

.userBox .logged-in .button,
.userBox .logged-out .button {
  float: right; }

.userBox .logged-in .user {
  font-weight: bold; }

.user-box.user-type-gigya {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/video.scss */
.video-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 7, ../../sass/components/video.scss */
.video-nojs {
  display: none;
  text-align: center;
  padding: 20px 0;
  color: red;
}

/* line 14, ../../sass/components/video.scss */
.no-js .video-nojs {
  display: block;
}

/* line 18, ../../sass/components/video.scss */
.video object.responsive {
  width: 100% !important;
}

/* line 22, ../../sass/components/video.scss */
.video-video {
  border: solid 2px #323131;
}

/* line 26, ../../sass/components/video.scss */
.video-video-container {
  margin: 0 auto;
}

/* line 30, ../../sass/components/video.scss */
.video-description {
  border: solid 2px #323131;
  padding: 13px;
  margin-top: -2px;
}

/* MEDIAELEMENT LIBRARY
--------------------------------- */
/* line 39, ../../sass/components/video.scss */
.mejs-container {
  position: relative;
  background: #000;
  margin-left: auto;
  margin-right: auto;
}

/* line 46, ../../sass/components/video.scss */
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 55, ../../sass/components/video.scss */
.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

/* Start: LAYERS */
/* line 61, ../../sass/components/video.scss */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 67, ../../sass/components/video.scss */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 75, ../../sass/components/video.scss */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 81, ../../sass/components/video.scss */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 87, ../../sass/components/video.scss */
.mejs-overlay-play {
  cursor: pointer;
}

/* line 91, ../../sass/components/video.scss */
#content .therapy-video .mejs-overlay.mejs-layer.mejs-overlay-play .mejs-overlay-button{
	display:none;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../../assets/img/bigplay.png) top left no-repeat;
}

/* line 101, ../../sass/components/video.scss */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

/* line 105, ../../sass/components/video.scss */
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../background.png);
  background: rgba(0, 0, 0, 0.9);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

/* line 118, ../../sass/components/video.scss */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../../img/loading.gif) center center no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
/* line 128, ../../sass/components/video.scss */
.mejs-container .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../../img/background.png);
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

/* line 143, ../../sass/components/video.scss */
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  background: 0;
  border: 0;
}

/* line 158, ../../sass/components/video.scss */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 12px;
  width: 12px;
  border: 0;
  background: transparent url(../../img/controls.png) 0 0 no-repeat;
}

/* End: CONTROL BAR */
/* Start: Time (current / duration) */
/* line 176, ../../sass/components/video.scss */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  padding: auto 4px;
}

/* line 187, ../../sass/components/video.scss */
.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (current / duration) */
/* Start: Play/pause */
/* line 200, ../../sass/components/video.scss */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

/* line 204, ../../sass/components/video.scss */
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

/* End: Play/pause */
/* Stop */
/* line 211, ../../sass/components/video.scss */
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* End: Play/pause */
/* Start: Progress bar */
/* line 218, ../../sass/components/video.scss */
.mejs-controls div.mejs-time-rail {
  width: 200px;
  padding-top: 5px;
}

/* line 223, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

/* line 234, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(30, 30, 30, 0.8)), color-stop(100%, rgba(60, 60, 60, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background-image: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background-image: linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E, endColorstr=#3C3C3C);
}

/* line 242, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(44, 124, 145, 0.8)), color-stop(100%, rgba(78, 183, 212, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background-image: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background-image: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background-image: linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91, endColorstr=#4EB7D4);
  width: 0;
}

/* line 250, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(200, 200, 200, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#C8C8C8);
}

/* line 258, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

/* line 273, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float {
  visibility: hidden;
  position: absolute;
  display: block;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

/* line 287, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail:hover .mejs-time-float {
  visibility: visible;
}

/* line 291, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

/* line 299, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
    visibility:visible;
}
*/
/* End: Progress bar */
/* Start: Fullscreen */
/* line 322, ../../sass/components/video.scss */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

/* line 326, ../../sass/components/video.scss */
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
/* line 337, ../../sass/components/video.scss */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

/* line 341, ../../sass/components/video.scss */
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

/* line 345, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button {
  position: relative;
}

/* line 349, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../../img/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

/* line 365, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 371, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}

/* line 375, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* line 386, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* line 397, ../../sass/components/video.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

/* End: Mute/Volume */
/* Start: TRACK (Captions and Chapters) */
/* line 415, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button {
  position: relative;
}

/* line 419, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

/* line 423, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  position: absolute;
  bottom: 5px;
  right: -30px;
  width: 130px;
  height: 100px;
  background: url(../../img/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 440, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  display: block;
}

/* line 444, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

/* line 452, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #ffffff;
  overflow: hidden;
}

/* line 461, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0px 5px;
}

/* line 467, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
}

/* line 475, ../../sass/components/video.scss */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

/* line 480, ../../sass/components/video.scss */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
}

/* line 488, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

/* line 499, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

/* line 509, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

/* line 513, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  /*background: #333;*/
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 102, 102, 0.7)), color-stop(100%, rgba(50, 50, 50, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background-image: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background-image: linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}

/* line 521, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

/* line 531, ../../sass/components/video.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 540, ../../sass/components/video.scss */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  /*font-weight: bold;*/
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}

/* line 551, ../../sass/components/video.scss */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

/* line 556, ../../sass/components/video.scss */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

/* line 561, ../../sass/components/video.scss */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

/* line 568, ../../sass/components/video.scss */
.mejs-captions-position-hover {
  bottom: 45px;
}

/* line 572, ../../sass/components/video.scss */
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../../img/background.png);
  background: rgba(20, 20, 20, 0.8);
}

/* End: TRACK (Captions and Chapters) */
/* line 579, ../../sass/components/video.scss */
.mejs-clear {
  clear: both;
}

/* Start: ERROR */
/* line 588, ../../sass/components/video.scss */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

/* line 593, ../../sass/components/video.scss */
.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: ERROR */
/* Start: Loop */
/* line 601, ../../sass/components/video.scss */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

/* line 605, ../../sass/components/video.scss */
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
/* line 612, ../../sass/components/video.scss */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

/* line 616, ../../sass/components/video.scss */
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: picture controls */
/* line 623, ../../sass/components/video.scss */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: picture controls */
/* MEJS Zen garden skin */
/* line 630, ../../sass/components/video.scss */
.mejs-controls {
  display: block;
  visibility: visible;
}

/* line 635, ../../sass/components/video.scss */
.video .mejs-container .mejs-controls {
  z-index: 25;
  height: 47px;
  background: #d6d6d6;
  border-top: 2px solid #303030;
}

/* line 642, ../../sass/components/video.scss */
.video .mejs-controls .mejs-button {
  width: 20px;
  height: 20px;
  margin: 4px 6px;
}

/* line 648, ../../sass/components/video.scss */
.video .mejs-controls .mejs-button button {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(../../img/controls.png);
  background-repeat: no-repeat;
}

/* line 661, ../../sass/components/video.scss */
.video .mejs-controls .mejs-playpause-button button {
  background-position: 3px -130px;
}

/* line 665, ../../sass/components/video.scss */
.video .mejs-controls .mejs-playpause-button button:hover {
  background-position: -19px -130px;
}

/* line 669, ../../sass/components/video.scss */
.video .mejs-controls .mejs-pause button {
  background-position: 0px -83px;
  width: 15px;
}

/* line 674, ../../sass/components/video.scss */
.video .mejs-controls .mejs-pause button:hover {
  background-position: 0px -109px;
  width: 15px;
}

/* line 683, ../../sass/components/video.scss */
.video .mejs-controls .mejs-fullscreen-button button {
  background-position: 0 0;
}

/* line 687, ../../sass/components/video.scss */
.video .mejs-controls .mejs-fullscreen-button button:hover {
  background-position: 0 0;
}

/* line 695, ../../sass/components/video.scss */
.video .mejs-controls .mejs-share-button button {
  background-position: -2px -39px;
}

/* line 699, ../../sass/components/video.scss */
.video .mejs-controls .mejs-share-button button:hover {
  background-position: -2px -3px;
}

/* line 703, ../../sass/components/video.scss */
.video .mejs-controls .mejs-volume-button {
  margin: 4px 6px;
}

/* line 707, ../../sass/components/video.scss */
.video .mejs-controls .mejs-volume-button button {
  background-position: -2px -219px;
}

/* line 711, ../../sass/components/video.scss */
.video .mejs-controls .mejs-mute button {
  background-position: 0 -26px;
}

/* line 715, ../../sass/components/video.scss */
.video .mejs-controls .mejs-mute button:hover {
  background-position: 0 -26px;
}

/* line 719, ../../sass/components/video.scss */
.video .mejs-controls .mejs-unmute button {
  background-position: 1px -54px;
}

/* line 723, ../../sass/components/video.scss */
.video .mejs-controls .mejs-unmute button:hover {
  background-position: 1px -54px;
}

/* line 727, ../../sass/components/video.scss */
.video .mejs-controls .mejs-horizontal-volume-slider {
  background: url(../../img/controls.png) 0 -83px no-repeat;
  display: block !important;
  width: 34px;
  height: 21px;
  margin-top: 12px;
  position: relative;
}

/* line 736, ../../sass/components/video.scss */
.video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 34px;
}

/* line 740, ../../sass/components/video.scss */
.video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: url(../../img/controls.png) 0 -108px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 21px;
}

/* line 748, ../../sass/components/video.scss */
.video .mejs-controls .mejs-volume-button .mejs-volume-handle {
  display: none;
}

/* line 752, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail {
  height: 20px;
  padding-top: 8px;
  margin-left: 2px;
}

/* line 758, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-total {
  height: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #303030;
}

/* line 768, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-loaded {
  height: 6px;
  background-color: transparent;
  filter: none;
  background-image: none;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 781, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-current {
  height: 3px;
  background-color: #303030;
  filter: none;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 793, ../../sass/components/video.scss */
.video .mejs-controls .mejs-time-rail .mejs-time-handle {
  background: #fff;
  border: 1px solid #303030;
  height: 14px;
  width: 14px;
  top: -6px;
  display: block;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 808, ../../sass/components/video.scss */
.video .mejs-container .mejs-controls .mejs-time {
  width: 100px;
  margin: 15px 0 0 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 12px;
}

/* line 817, ../../sass/components/video.scss */
.video .mejs-container .mejs-controls .mejs-time span {
  float: left;
  color: #303030;
  font-size: 14px;
}

/* line 828, ../../sass/components/video.scss */
.mejs-controls .mejs-time-rail .mejs-time-float {
  z-index: 10;
}

/* line 832, ../../sass/components/video.scss */
.video .mejs-container-fullscreen {
  z-index: 10000 !important;
}

/* line 836, ../../sass/components/video.scss */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
  opacity: 1;
}

/* line 841, ../../sass/components/video.scss */
.mejs-overlay-loading {
  background: url(../../img/loader.gif) center center no-repeat;
}

/* Share overlay */
/* line 846, ../../sass/components/video.scss */
.video .share {
  display: none;
}

/* line 850, ../../sass/components/video.scss */
.video .mejs-container {
  overflow: hidden;
  border:2px solid #000000;
  box-sizing:border-box;
  width: 100% !important;
}

/* line 854, ../../sass/components/video.scss */
.video .mejs-share {
  position: absolute;
  z-index: 20;
}

/* line 859, ../../sass/components/video.scss */
.video .share-container {
  width: 90%;
  margin: auto;
  padding: 10px 10px 60px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#fefefe, #efefef);
  background-image: -moz-linear-gradient(#fefefe, #efefef);
  background-image: -o-linear-gradient(#fefefe, #efefef);
  background-image: linear-gradient(#fefefe, #efefef);
  border: 1px solid #efefef;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
}

/* line 874, ../../sass/components/video.scss */
.video .share-container td {
  width: 30px;
  height: 30px;
}

/* line 879, ../../sass/components/video.scss */
.video .share-container td, .video .share-container td a {
  color: #437cc4;
  text-decoration: none;
  font-size: 10px;
}

/* line 885, ../../sass/components/video.scss */
.video .share-container td a:hover {
  text-decoration: underline;
}

/* line 889, ../../sass/components/video.scss */
.video .share-container td img {
  vertical-align: middle;
}

/* grid classes for sharing*/
/* line 894, ../../sass/components/video.scss */
.grid_3 .share-container a + a, .grid_4 .share-container a + a, .grid_5 .share-container a + a {
  display: none;
}

/* line 898, ../../sass/components/video.scss */
.video .share-container table {
  width: 100%;
}

/* line 902, ../../sass/components/video.scss */
.video .share-container th {
  width: 50px;
}

/* line 906, ../../sass/components/video.scss */
.video .share-container td {
  width: auto;
  max-width: 70%;
}

/* line 911, ../../sass/components/video.scss */
.video .share-container td input {
  width: 90%;
  font-size: .9em;
}

/* Related content */
/* line 917, ../../sass/components/video.scss */
.video .related {
  display: none;
}

/* line 921, ../../sass/components/video.scss */
.video .mejs-related {
  position: absolute;
  z-index: 15;
  display: none;
  background: #333;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
}

/* line 930, ../../sass/components/video.scss */
.video .related-container {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#fefefe, #efefef);
  background-image: -moz-linear-gradient(#fefefe, #efefef);
  background-image: -o-linear-gradient(#fefefe, #efefef);
  background-image: linear-gradient(#fefefe, #efefef);
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  height: 100%;
}

/* line 942, ../../sass/components/video.scss */
.video .related-container .column {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 261px;
  border: 1px solid #fff;
  padding: 0 10px;
  font-size: 11px;
  color: #787878;
  height: 100%;
  line-height: 1.5em;
}

/* line 955, ../../sass/components/video.scss */
.video .related-container .button {
  /* font-size: .9em; */
}

/* line 960, ../../sass/components/video.scss */
.grid_4 .video .related-container, .grid_5 .video .related-container, .grid_6 .video .related-container {
  height: -moz-calc(100% -35px);
  overflow: auto;
}

/* line 965, ../../sass/components/video.scss */
.grid_4 .video .related-container .column, .grid_5 .video .related-container .column, .grid_6 .video .related-container .column {
  height: -moz-calc(100% -2px);
  width: -moz-calc(100% -22px);
}

/* line 970, ../../sass/components/video.scss */
.grid_7 .video .related-container .column, .grid_8 .video .related-container .column, .grid_9 .video .related-container .column, .grid_10 .video .related-container .column, .grid_11 .video .related-container .column, .grid_12 .video .related-container .column {
  height: -moz-calc(100% -2px);
  width: -moz-calc(50% -22px);
}

/* line 975, ../../sass/components/video.scss */
.grid_7 .video .related-container .column.wide, .grid_8 .video .related-container .column.wide, .grid_9 .video .related-container .column.wide, .grid_10 .video .related-container .column.wide, .grid_11 .video .related-container .column.wide, .grid_12 .video .related-container .column.wide {
  float: none;
  width: auto;
}

/* line 980, ../../sass/components/video.scss */
.video .related-container h4 {
  font-size: 14px;
  padding: 10px;
  margin: 0 -10px 10px;
  background-color: #efefef;
  display: block;
}

/* line 988, ../../sass/components/video.scss */
.video .related-container .img {
  float: left;
  padding-right: 10px;
  max-width: 50%;
  max-height: 180px;
}

/* line 995, ../../sass/components/video.scss */
.video .related-container .img img {
  max-width: 100%;
  max-height: 80px;
}

/* line 1000, ../../sass/components/video.scss */
.video .related-container li .excerpt a {
  background: url(../../img/arrow-blue-right.png) no-repeat scroll right 50% transparent;
  padding-right: 8px;
}

/* line 1005, ../../sass/components/video.scss */
.video .related-container li .subtitle {
  color: #444;
}

/* line 1009, ../../sass/components/video.scss */
.video .related-container li {
  clear: left;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

/* line 1017, ../../sass/components/video.scss */
.video .related-container li:last-child {
  border-bottom: none;
}

/* line 1021, ../../sass/components/video.scss */
.video .related-container .contact, .video .related-container .contact .fn, .video .related-container .contact .title {
  font-size: 11px;
}

/* line 1025, ../../sass/components/video.scss */
.video .related-container .contact .fn {
  margin-left: 95px;
  color: #444;
  font-weight: normal;
  font-size: 11px;
}

/*responsive*/
/* line 1033, ../../sass/components/video.scss */
.videoPlayer.responsive video {
  width: 100%;
}

/* line 1037, ../../sass/components/video.scss */
.mejs-overlay-button {
  opacity: 0.7;
  background: url(../../assets/img/bigplay.png) no-repeat scroll left top transparent;
  height: 69px;
  left: 50%;
  margin: -35px 0 0 -36px;
  position: absolute;
  top: 50%;
  width: 73px;
}
.mejs-overlay-button:before{
	display:none;
}
/* line 1048, ../../sass/components/video.scss */
.grid_1 .mejs-controls {
  display: none !important;
}


/*------------------------ OVERWRITTEN ----------------------*/

.video-video{
  border: 0px;
}
.video-video-container video
{
  border:0px;
  box-sizing:border-box;
}
.mejs-controls .mejs-mute button:before, .mejs-controls .mejs-fullscreen-button button:before, .mejs-controls .mejs-playpause-button button:before{content:"";}
/*******3.40px*/
.video .mejs-controls .mejs-playpause-button button{
background: url(../../img/play_button.png);
background-image :no-repeat !important;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
}
/*******active play button*/
.video .mejs-controls .mejs-button button {
    width: 15px;
    height: 16px;
    margin: 9px;
	}
	/****control bar position*/
    .mejs-controls {
    visibility: visible !important;
	}


	/****Audio button*/
	 .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
             background: #f36633;
			 }
	/****timer*/
.video .mejs-container .mejs-controls .mejs-time {
    width: 100px;
    margin: 22px 0 0 0;
    padding: 0;
    position: relative;
    left: 7px;
    top: -11px;
	}
/*******audio*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
             background: #f36633;
			 }
	.video .mejs-controls .mejs-button button {
    width: 28px;
    height: 22px;
    margin: 1px;
	}
	.video .mejs-controls .mejs-mute button{
    background-position: -3px -25px;
	}
	.video .mejs-controls .mejs-button button {
    width: 19px;
    height: 22px;
    margin: 6px;
	}
	.video .mejs-controls .mejs-mute button:hover{
    background-position: -3px -25px;
	}
	.video .mejs-controls .mejs-fullscreen-button button:hover {
    background-position: 0px 1px;
}
.video .mejs-controls .mejs-button button {
    width: 57px;
    height: 22px;
    margin: 6px;
	}
	.video .mejs-controls .mejs-time-rail {
	width:440px;
    height: 4px;
    padding-top: 11px;
    margin-left: 6px;
	}
	.video-video-container video {
	min-height:324px;
    border: 1px;
    box-sizing: border-box;
    color: #15717d;
	}
	.video.section.therapy-video{
	width:700px;
	height:324px;
	}
	.video .mejs-controls .mejs-time-rail {
    width: 440px!important;
    height: 4px;
   }
   /***controls bar***/
   .video .mejs-container .mejs-controls {
    z-index: 25;
    height: 49px;
    background: #f5f5f5;
    border-top: 1px solid #f5f5f5;
    vartical-align: middle;
}
.video .mejs-container {
    overflow: hidden;
    border: 1px solid #15717d;
    box-sizing: border-box;
    width: 100% !important;
	}
	.video .mejs-controls .mejs-button {
    width: 20px;
    height: 20px;
    margin: 8px 14px;
}
.video .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 4px;
	}

.video .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 3px;
    background: #cac9c7;
}
.video .mejs-controls .mejs-time-rail .mejs-time-current {
    height: 3px;
    background-color: #f36633;
	}
	.video .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 4px;
    background: #cac9c7;
    width: 440px!important;
	margin:10px;
}

	.video .mejs-container .mejs-controls .mejs-time span {
    float: left;
    color: #72635d;
    font-size: 14px;
	}


	.video .mejs-controls .mejs-time-rail .mejs-time-handle {
    background: #f36633;
    border: 1px solid #f5f5f5;
    height: 14px;
    width: 14px;
    top: -6px;
    display: block;
	}
	.video .mejs-controls .mejs-button {
    width: 10px;
    height: 16px;
    margin: 5px 14px;
	}
	.video .mejs-controls .mejs-time-rail {
    padding-top: 7px;
    margin-left: 4px;
}

.video .mejs-container .mejs-controls .mejs-time {
    width: 100px;
    margin: 22px 0 0 0;
    padding: 0;
    position: relative;
    left: 30px;
    top: -10px;
	}

.video .mejs-controls .mejs-fullscreen-button button {
    background-position: 20px 0;
}
.video .mejs-controls .mejs-button button {
    width: 15px;
    height: 21px;
    margin: 6px;
}

.video .mejs-controls .mejs-button button {
    width: 100px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: url(../../img/fullsize.png);
    background-repeat: no-repeat;
	background-position:19px 0px;
}
.video .mejs-controls .mejs-playpause-button button {
    width: 20px;
    height: 20px;
    margin: 7px;
    padding: 0;
    background: url(../../img/play_button.png);
    background-repeat: no-repeat;
}
.video .mejs-controls .mejs-mute button {
    background-position: 45px -6px;
    background: url(../../img/volumebutton.png);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
	background-position: 18px 0px;
}
.video .mejs-controls .mejs-button button {
    width: 30px;
    height: 20px;
    margin: 7px;
    padding: 0;
	}
	.video .mejs-controls .mejs-button button:hover {
    width: 100px;
    height: 30px;
    margin: 1px;
    padding: 0;
    background: url(../../img/hover_fullscreen.png);
    background-repeat: no-repeat;
    background-position: 21px 0;
}
.video .mejs-controls .mejs-playpause-button button:hover {
    width: 26px;
    height: 20px;
    margin: 2px;
    padding: 0;
    background: url(../../img/hover_play_button.png);
    background-repeat: no-repeat;
}
.video .mejs-controls .mejs-button button:hover {
    width: 40px;
    height: 25px;
    margin: 7px;
    padding: 0;
    background: url(../../img/hover_volume.png);
    background-repeat: no-repeat;
    background-position: 15px -3px;
}
.video .mejs-controls .mejs-playpause-button button:hover {
    width: 40px;
    height: 25px;
    margin: 7px;
    padding: 0;
    background: url(../../img/hover_play_button.png);
    background-repeat: no-repeat;
    background-position: -4px -5px;
}
.video .mejs-controls .mejs-fullscreen-button button:hover {
    width: 60px;
    height: 25px;
    margin: 7px;
    padding: 0;
    background: url(../../img/hover_fullscreen.png);
    background-repeat: no-repeat;
    background-position: 14px -6px;
}
.mejs-overlay-button {
    opacity: 0.7;
    background: url(../../img/Play.png) no-repeat scroll left top transparent;
    height: 95px;
    left: 50%;
    margin: -10px 0 0 -55px;
    position: absolute;
    top: 50%;
    width: 95px;
}
#content .therapy-video .mejs-overlay.mejs-layer.mejs-overlay-play .mejs-overlay-button {
     display: initial;
}
.video .mejs-controls .mejs-volume-button .mejs-volume-handle {
    display: block;
    background-image: url(../../img/Ellipse2.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
	height: 12px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{
	background-color: #F5F5F5 !important;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    background-color: #F5F5F5;
    cursor: pointer;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider{
	background-color: #F5F5F5;
	    margin-top: 6px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 100px;
    width: 25px;

    background: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -124px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 18px;
}
.video .mejs-controls .mejs-button button {
    width: 60px;
    height: 20px;
    margin: 7px;
    padding: 0;
}
.video .mejs-controls .mejs-mute button {
    background-position: 45px -6px;
    background: url(../../img/volumebutton.png) no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: 18px 0px;
}
.video .mejs-controls .mejs-mute button {
    background-position: 45px -6px;
    background: url(../../img/volumebutton.png);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: 18px 0px;
    margin: 7px 0 0 10px !important;
}
.video .mejs-controls .mejs-fullscreen-button button:hover {
    width: 60px;
    height: 25px;
    margin: 7px;
    padding: 0;
    background: url(../../img/hover_fullscreen.png);
    background-repeat: no-repeat;
    background-position: 14px -6px;
    margin: 7px 0 0 10px !important;
}
.video .mejs-controls .mejs-fullscreen-button button {
    background-position: 20px 0;
    margin: 7px 0 0 9px !important;
}
.video .mejs-controls .mejs-playpause-button button:hover {
    width: 40px;
    height: 25px;
    margin: 7px;
    padding: 0;
    background: url(../../img/hover_play_button.png);
    background-repeat: no-repeat;
    background-position: -4px -5px;
    margin: 7px 0 0 7px !important;
}




.videoGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.videoGallery-video {
  border: 2px solid #323131; }
  .videoGallery-video object,
  .videoGallery-video embed {
    width: 100% !important; }

.videoGallery-thumbnail {
  position: relative;
  display: inline;
  float: left;
  margin: 0 9px;
  padding: 0;
  max-width: 100px;
  overflow: hidden;
  cursor: pointer;
  text-align: center; }
  .videoGallery-thumbnail-image {
    position: relative;
    margin: 2px;
    border: solid 2px #323131; }
    .videoGallery-thumbnail-image img {
      display: block;
      margin: 0 auto; }
  .videoGallery-thumbnail-title {
    display: block;
    margin: 10px auto 0 auto;
    width: 71px;
    font-size: 11px; }
  .videoGallery-thumbnail-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 28px;
    width: 30px;
    margin: -14px 0 0 -15px;
    opacity: 0.7; }
    .videoGallery-thumbnail-overlay:before {
      display: inline-block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      content: "\f04b";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal;
      background: white;
      border: 3px solid #323131;
      border-radius: 50%;
      line-height: 24px;
      text-align: center;
      text-indent: 5px;
      font-size: 15px; }
  .videoGallery-thumbnail.is-active .videoGallery-thumbnail-overlay {
    opacity: 0;
    transition: opacity .5s; }

.videoGallery-thumbnails {
  position: relative;
  margin-top: 18px; }
  .videoGallery-thumbnails-list li:hover .image, .videoGallery-thumbnails-list li.active .image {
    margin: 0;
    border: solid 4px #323131; }
  .videoGallery-thumbnails-title {
    display: block;
    margin: 10px auto 0 auto;
    width: 71px;
    font-size: 11px; }

.videoGallery-list {
  position: relative;
  margin: 0 50px;
  overflow: hidden; }
  .videoGallery-list-inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none; }

.videoGallery-description {
  margin: 15px 0; }

.videoGallery-arrow, .videoGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 0;
  width: 35px;
  height: 60px;
  background: 50% no-repeat;
  font: 0/0 serif;
  cursor: pointer; }
  .videoGallery-arrow:before, .videoGallery-arrow.is-disabled:hover:before {
    position: absolute;
    top: 50%;
    color: #323131; }

.videoGallery-arrow.is-disabled {
  opacity: 0.5; }

.videoGallery-arrow:hover:before {
  color: #b9b8b8; }

.videoGallery-arrow-left, .videoGallery-arrow-left.is-disabled:hover {
  left: 0; }
  .videoGallery-arrow-left:before, .videoGallery-arrow-left.is-disabled:hover:before {
    content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    font-size: 30px; }

.videoGallery-arrow-right, .videoGallery-arrow-right.is-disabled:hover {
  right: 0;
  text-align: right; }
  .videoGallery-arrow-right:before, .videoGallery-arrow-right.is-disabled:hover:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    font-size: 30px; }

.mod-js .videoGallery-nojs {
  display: none; }
.virtual-meeting-component .virtual-meeting-content--initializing {
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.virtual-meeting-component .meeting-registration-button {
  background-color: #15717d;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  min-width: 120px;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled {
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none; }
    .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled:hover {
      background-color: #15717d;
      border: 2px solid #fff;
      border-radius: 50px;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      min-width: 120px;
      padding: 8px 20px;
      text-align: center;
      cursor: pointer; }

.virtual-meeting-component .virtual-meeting-spinner {
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 5000; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-section {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: spinner-item 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #000;
    border-radius: 100%;
    animation: spinner-item-before 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1) {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2) {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3) {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4) {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5) {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6) {
    animation-delay: -0.6s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1):before {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2):before {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3):before {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4):before {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5):before {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6):before {
    animation-delay: -0.6s; }

@keyframes sk-chase {
  100% {
    transform: rotate(360deg); } }

@keyframes spinner-item {
  80%, 100% {
    transform: rotate(360deg); } }

@keyframes spinner-item-before {
  50% {
    transform: scale(0.4); }
  100%, 0% {
    transform: scale(1); } }

.box.virtual-meeting-list .component-content {
  overflow: visible; }
  .box.virtual-meeting-list .component-content .tabs .tabs-nav {
    overflow: visible;
    height: 50px; }
    .box.virtual-meeting-list .component-content .tabs .tabs-nav .tabs-nav-list {
      width: 100%; }
    .box.virtual-meeting-list .component-content .tabs .tabs-nav .tabs-nav-item {
      background: #ebebeb;
      padding: 14px 30px 18px;
      border: none; }
      .box.virtual-meeting-list .component-content .tabs .tabs-nav .tabs-nav-item.is-active {
        border-top: 4px solid #f36633; }
        .box.virtual-meeting-list .component-content .tabs .tabs-nav .tabs-nav-item.is-active .text-wrapper {
          color: #f36633; }
      .box.virtual-meeting-list .component-content .tabs .tabs-nav .tabs-nav-item:hover:not(.is-active) .text-wrapper {
        text-decoration: underline; }
      .box.virtual-meeting-list .component-content .tabs .tabs-nav .tabs-nav-item .text-wrapper {
        color: #808080;
        font: bold 18px Arial; }
  .box.virtual-meeting-list .component-content .tabs .tabs-content {
    overflow: visible;
    z-index: 500;
    padding: 0;
    border: none; }

.virtual-meeting-component .virtual-meeting-content--initializing {
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.virtual-meeting-component .meeting-registration-button {
  background-color: #15717d;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  min-width: 120px;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled {
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none; }
    .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled:hover {
      background-color: #15717d;
      border: 2px solid #fff;
      border-radius: 50px;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      min-width: 120px;
      padding: 8px 20px;
      text-align: center;
      cursor: pointer; }

.virtual-meeting-component .virtual-meeting-spinner {
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 5000; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-section {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: spinner-item 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #000;
    border-radius: 100%;
    animation: spinner-item-before 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1) {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2) {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3) {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4) {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5) {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6) {
    animation-delay: -0.6s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1):before {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2):before {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3):before {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4):before {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5):before {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6):before {
    animation-delay: -0.6s; }

@keyframes sk-chase {
  100% {
    transform: rotate(360deg); } }

@keyframes spinner-item {
  80%, 100% {
    transform: rotate(360deg); } }

@keyframes spinner-item-before {
  50% {
    transform: scale(0.4); }
  100%, 0% {
    transform: scale(1); } }

.virtualMeetingList .meeting-list-filter {
  background-color: #f0efed;
  padding: 30px; }
  .virtualMeetingList .meeting-list-filter .meeting-list-filter__categoryTrigger.active {
    font-weight: 700; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__categoryTrigger.active:before {
      content: 'x'; }
  .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterByLabel {
    background-color: #f36633;
    color: #fff;
    padding: 10px 45px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 0;
    display: inline; }
  .virtualMeetingList .meeting-list-filter .meeting-list-filter__foundResults {
    float: right;
    font-size: 14px;
    margin: 0;
    display: inline; }
  .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterBox {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 10px;
    min-width: 230px; }
  .virtualMeetingList .meeting-list-filter .meeting-list-filter__resetTrigger {
    box-sizing: border-box;
    margin: 10px 10px;
    padding: 0;
    border-radius: 20px;
    text-align: center;
    font-size: 15px; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__resetTrigger .resetTrigger__label {
      background-color: #f0efed;
      color: #f36633;
      border: 0;
      border-radius: 20px;
      padding: 5px;
      font-weight: 700;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px; }
      .virtualMeetingList .meeting-list-filter .meeting-list-filter__resetTrigger .resetTrigger__label:hover {
        background-color: #f36633;
        color: #f0efed;
        cursor: pointer; }
  .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #e0dfdd;
    border-image: none;
    padding: 0;
    margin: 0;
    clear: both;
    height: 52px;
    position: relative;
    cursor: pointer; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter.active {
      height: auto;
      transition-duration: 0.5s; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter:first-child {
      border-width: 2px 0 2px; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__label {
      font-weight: 700;
      padding-left: 16px;
      padding-top: 10px;
      position: relative;
      display: block; }
      .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__label:after {
        content: '+';
        float: right;
        font-size: medium;
        margin-right: 20px; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter.selected .categoryFilter__label {
      color: #15717d; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__selectedCategoryTitle {
      font-style: italic;
      margin-left: 16px; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter.active .categoryFilter__label:after {
      content: '-'; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter.active .categoryFilter__optionsList {
      display: block; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter:not(.active):hover {
      background-color: #f0efed; }
    .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList {
      display: none;
      list-style: none;
      padding-left: 0; }
      .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList li {
        border-bottom: 1px solid;
        border-color: #e0dfdd;
        padding: 15px; }
        .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList li:hover:not(input):not(button) {
          background-color: #f36633;
          color: #f0efed; }
          .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList li:hover:not(input):not(button) .categoryFilter__additionalInformation {
            color: #f0efed; }
        .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList li.selected {
          background-color: #15717d;
          color: #fff; }
          .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList li.selected .categoryFilter__additionalInformation {
            color: #fff; }
          .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList li.selected:hover {
            color: #f0efed; }
            .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList li.selected:hover .categoryFilter__additionalInformation {
              color: #f0efed; }
      .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList .categoryFilter__name {
        margin: 0; }
      .virtualMeetingList .meeting-list-filter .meeting-list-filter__filterDefinitions .meeting-list-filter__categoryFilter .categoryFilter__optionsList .categoryFilter__additionalInformation {
        display: block;
        color: #808080;
        font-style: italic;
        margin: 0; }

.virtual-meeting-component .virtual-meeting-content--initializing {
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.virtual-meeting-component .meeting-registration-button {
  background-color: #15717d;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  min-width: 120px;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled {
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none; }
    .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled:hover {
      background-color: #15717d;
      border: 2px solid #fff;
      border-radius: 50px;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      min-width: 120px;
      padding: 8px 20px;
      text-align: center;
      cursor: pointer; }

.virtual-meeting-component .virtual-meeting-spinner {
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 5000; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-section {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: spinner-item 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #000;
    border-radius: 100%;
    animation: spinner-item-before 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1) {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2) {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3) {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4) {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5) {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6) {
    animation-delay: -0.6s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1):before {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2):before {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3):before {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4):before {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5):before {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6):before {
    animation-delay: -0.6s; }

@keyframes sk-chase {
  100% {
    transform: rotate(360deg); } }

@keyframes spinner-item {
  80%, 100% {
    transform: rotate(360deg); } }

@keyframes spinner-item-before {
  50% {
    transform: scale(0.4); }
  100%, 0% {
    transform: scale(1); } }

.virtualMeetingList .meeting-list-content .no-results-label {
  display: table;
  margin: 0 auto;
  font-size: large; }

.virtualMeetingList .meeting-list-content .meeting-list-entry {
  display: flex;
  align-items: flex-start;
  align-content: center;
  padding-bottom: 30px;
  margin: 30px 0 0;
  position: relative; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry:not(.hidden-by-filter):not(:last-child) {
    border-bottom: 1px solid #d4d0ce; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--subMeeting .meeting-list-column.column--basicInfo {
    border-right: none; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--subMeeting:not(.hidden-by-filter) .meeting-list-column.column--basicInfo {
    border-right: none; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--subMeeting:not(.hidden-by-filter) .meeting-list-column.column--supplementaryInfo .meeting-list-section.section--registerButton, .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--subMeeting:not(.hidden-by-filter) .meeting-list-column.column--supplementaryInfo .meeting-list-section .section-item--showSubMeetings {
    margin-top: 15px;
    margin-bottom: -15px;
    display: inline-block; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-column.column--basicInfo {
    border-right: 1px solid #d4d0ce; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--cancelled {
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--hasSubMeetings .meeting-list-section.section--generalInfo {
    flex-shrink: 0;
    width: 400px; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--hasSubMeetings .meeting-list-section.section--details {
    display: none; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--hasSubMeetings .meeting-list-section.section--registerButton {
    display: none; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--hasSubMeetings .meeting-list-section.section--subMeetings .meeting-list-entry {
    flex-direction: column; }
    .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--hasSubMeetings .meeting-list-section.section--subMeetings .meeting-list-entry .meeting-list-column .meeting-list-section {
      display: inline-block;
      padding: 0; }
      .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--hasSubMeetings .meeting-list-section.section--subMeetings .meeting-list-entry .meeting-list-column .meeting-list-section {
        flex-direction: column; }
      .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--hasSubMeetings .meeting-list-section.section--subMeetings .meeting-list-entry .meeting-list-column .meeting-list-section.section--generalInfo {
        flex-shrink: 0;
        width: 150px; }
      .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--hasSubMeetings .meeting-list-section.section--subMeetings .meeting-list-entry .meeting-list-column .meeting-list-section.section--details {
        display: block;
        border-left: none; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry.meeting-list-entry--hasSubMeetings .meeting-list-section.section--subMeetings span.subMeetings-label {
    font-weight: 700;
    font-size: 18px; }
  .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section {
    position: relative;
    padding: 0 20px;
    float: left; }
    .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section .section-item--showSubMeetings {
      padding: 0 20px; }
    .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section.section--generalInfo {
      flex-shrink: 0;
      width: 400px; }
      .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section.section--generalInfo .section-item--description {
        font-family: Arial, sans-serif;
        color: #4a4a4a;
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
        text-justify: inter-word; }
    .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section.section--regulatoryCode {
      padding-left: 20px;
      position: absolute;
      right: 5%;
      bottom: 5px; }
      .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section.section--regulatoryCode .section-item--zincCode {
        font-size: 12px;
        color: #3e3e3e;
        font-family: Arial, sans-serif; }
    .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section .section-item--meetingBanner .eventMeetingBanner--small {
      width: 230px;
      height: 173px;
      position: relative;
      float: left; }
    .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section .section-item--title a {
      font-size: 24px;
      color: #15717d;
      font-weight: 700; }
      .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section .section-item--title a:hover {
        text-decoration: underline; }
    .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section.section--registerButton, .virtualMeetingList .meeting-list-content .meeting-list-entry .meeting-list-section .section-item--showSubMeetings {
      display: inline-block;
      position: relative; }

.virtual-meeting-component .virtual-meeting-content--initializing {
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.virtual-meeting-component .meeting-registration-button {
  background-color: #15717d;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  min-width: 120px;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled {
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none; }
    .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled:hover {
      background-color: #15717d;
      border: 2px solid #fff;
      border-radius: 50px;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      min-width: 120px;
      padding: 8px 20px;
      text-align: center;
      cursor: pointer; }

.virtual-meeting-component .virtual-meeting-spinner {
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 5000; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-section {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: spinner-item 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #000;
    border-radius: 100%;
    animation: spinner-item-before 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1) {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2) {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3) {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4) {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5) {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6) {
    animation-delay: -0.6s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1):before {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2):before {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3):before {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4):before {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5):before {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6):before {
    animation-delay: -0.6s; }

@keyframes sk-chase {
  100% {
    transform: rotate(360deg); } }

@keyframes spinner-item {
  80%, 100% {
    transform: rotate(360deg); } }

@keyframes spinner-item-before {
  50% {
    transform: scale(0.4); }
  100%, 0% {
    transform: scale(1); } }

.virtualMeetingList.subeventslisting .virtual-meeting-spinner {
  top: 20px; }

.virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry {
  font-weight: 700;
  border: 1px solid #e1dede;
  margin: 0;
  min-height: 75px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column; }
  .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--basicInfo {
    width: 75%;
    border-right: none; }
    .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--basicInfo .meeting-list-section.section--generalInfo {
      width: 100%; }
      .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--basicInfo .meeting-list-section.section--generalInfo .section-item--speakers {
        margin: 0; }
        .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--basicInfo .meeting-list-section.section--generalInfo .section-item--speakers .speakersSection--speakerInfo .speakerSection--speakerName, .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--basicInfo .meeting-list-section.section--generalInfo .section-item--speakers .speakersSection--speakerInfo .speakerSection--speakerTitle {
          font-size: 14px;
          line-height: 22px; }
        .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--basicInfo .meeting-list-section.section--generalInfo .section-item--speakers .speakersSection--speakerInfo .speakerSection--speakerTitle {
          margin-right: 2px; }
        .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--basicInfo .meeting-list-section.section--generalInfo .section-item--speakers .speakersSection--speakerInfo .speakerSection--viewSpeakerBio {
          float: right;
          color: #15717d;
          text-decoration: none; }
  .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--registrationArea {
    position: absolute;
    right: 0;
    top: 15px; }
  .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--supplementaryInfo {
    width: 75%;
    order: -1; }
    .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--supplementaryInfo .meeting-list-section.section--details {
      border-left: none;
      width: 100%;
      margin-top: 6px; }
      .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--supplementaryInfo .meeting-list-section.section--details .section-item--dateInfo {
        color: #000;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 6px; }
        .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--supplementaryInfo .meeting-list-section.section--details .section-item--dateInfo .dateInfo-element--conjuctionText {
          display: none; }
        .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--supplementaryInfo .meeting-list-section.section--details .section-item--dateInfo .dateInfo-element--startTime {
          float: right; }
    .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--supplementaryInfo .meeting-list-section.section--registerButton {
      right: 0;
      top: 15px;
      height: 100%;
      left: auto;
      position: absolute; }
      .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--supplementaryInfo .meeting-list-section.section--registerButton:before {
        content: '';
        height: 90%;
        width: 1px;
        background-color: #e1dede;
        position: relative; }
      .virtualMeetingList.subeventslisting .meeting-list-content .meeting-list-entry .meeting-list-column.column--supplementaryInfo .meeting-list-section.section--registerButton a.meeting-list-button {
        top: 50%;
        transform: translateY(-50%);
        position: relative; }
.virtual-meeting-component .virtual-meeting-content--initializing {
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.virtual-meeting-component .meeting-registration-button {
  background-color: #15717d;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  min-width: 120px;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer; }
  .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled {
    background-color: #fff;
    border: 2px solid #15717d;
    border-radius: 50px;
    color: #15717d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 120px;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none; }
    .virtual-meeting-component .meeting-registration-button.meeting-registration-button--disabled:hover {
      background-color: #15717d;
      border: 2px solid #fff;
      border-radius: 50px;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      min-width: 120px;
      padding: 8px 20px;
      text-align: center;
      cursor: pointer; }

.virtual-meeting-component .virtual-meeting-spinner {
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 5000; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-section {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: spinner-item 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #000;
    border-radius: 100%;
    animation: spinner-item-before 2.0s infinite ease-in-out both; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1) {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2) {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3) {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4) {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5) {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6) {
    animation-delay: -0.6s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(1):before {
    animation-delay: -1.1s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(2):before {
    animation-delay: -1.0s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(3):before {
    animation-delay: -0.9s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(4):before {
    animation-delay: -0.8s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(5):before {
    animation-delay: -0.7s; }
  .virtual-meeting-component .virtual-meeting-spinner .spinner-item:nth-child(6):before {
    animation-delay: -0.6s; }

@keyframes sk-chase {
  100% {
    transform: rotate(360deg); } }

@keyframes spinner-item {
  80%, 100% {
    transform: rotate(360deg); } }

@keyframes spinner-item-before {
  50% {
    transform: scale(0.4); }
  100%, 0% {
    transform: scale(1); } }

.virtualMeetingRegistration .virtual-meeting-spinner {
  top: 45px; }

.virtualMeetingRegistration .virtual-meeting-info {
  padding: 20px 0;
  margin-top: 30px;
  min-height: 30px;
  background-color: #424242; }
  .virtualMeetingRegistration .virtual-meeting-info .registration-section-item {
    display: flex;
    align-items: center;
    margin-left: 15%; }
    .virtualMeetingRegistration .virtual-meeting-info .registration-section-item * {
      margin: 0 15%; }
    .virtualMeetingRegistration .virtual-meeting-info .registration-section-item span {
      font-size: 20px;
      color: white; }
    .virtualMeetingRegistration .virtual-meeting-info .registration-section-item .meeting-registration-button:not(.meeting-registration-button--cancelled) {
      border-color: #15717d; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* BUTTONS
----------------------------------*/
.webinar {
  border: 1px solid #D5D1CE; }
  .webinar .containerInner {
    height: auto;
    overflow: hidden;
    padding: 1% 1% 0 0%; }
  .webinar .contentLeft {
    overflow: hidden;
    float: left;
    width: 60%; }
  .webinar .contentRight {
    overflow: hidden; }
  .webinar .footer {
    overflow: hidden;
    margin: 10px auto; }
    .webinar .footer .webinarArrowLeft {
      background: url("../../img/arrows/leftArrow.png") no-repeat left center;
      bottom: 0;
      left: 0; }
    .webinar .footer .webinarArrowRight {
      background: url("../../img/arrows/rightArrow.png") no-repeat left center;
      right: 0;
      bottom: 0; }

.webinar .content {
  overflow: auto;
  margin: 0 0 0 10px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden; }
  .webinar .content .webinarThumbnails {
    margin: 0 46px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .webinar .content .webinarThumbnails {
        margin: 0 20px; } }
    .webinar .content .webinarThumbnails .imagesContainer {
      overflow: hidden;
      position: relative; }

.webinar .webinarThumbnails {
  margin: 0 46px;
  overflow: hidden; }

.webinar .slide {
  text-align: center; }
  .webinar .slide img {
    width: 96%; }

.webinar .videoDetail {
  text-align: left;
  overflow: hidden;
  margin: 5px 5px 45px 0;
  padding: 0; }

.webinar .imageSeparator {
  margin: 0 8px; }

.webinar .imagesContainer div {
  float: left; }
  .webinar .imagesContainer div img {
    float: left;
    cursor: pointer;
    width: 150px;
    height: 115px;
    display: block;
    border: 1px solid #D5D1CE; }

.webinar .imageBox.activeSlide img {
  border: 1px solid #D5D1CE; }

.webinar .video {
  width: 100%;
  height: 250px; }

.webinar .webinarArrowLeft, .webinar .webinarArrowRight {
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background-color: #e0e0e0;
  padding: 50px 0; }
.webinarTeaser__wrapper {
  display: block; }
  @media only screen and (min-width: 720px) {
    .webinarTeaser__wrapper {
      display: flex; } }

.webinarTeaser__image {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 720px) {
    .webinarTeaser__image {
      background-size: cover;
      background-position: center; }
      .webinarTeaser__image-left {
        order: 0; }
      .webinarTeaser__image-right {
        order: 2; } }
  .webinarTeaser__image img {
    width: 100%; }
    @media only screen and (min-width: 720px) {
      .webinarTeaser__image img {
        display: none; } }

.webinarTeaser__content {
  width: 100%; }
.listing-item:first-of-type {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_1:nth-of-type(12n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_2:nth-of-type(6n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_3:nth-of-type(4n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_4:nth-of-type(3n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_5:nth-of-type(2.4n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_6:nth-of-type(2n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_7:nth-of-type(1.71429n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_8:nth-of-type(1.5n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_9:nth-of-type(1.33333n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_10:nth-of-type(1.2n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_11:nth-of-type(1.09091n + 1) {
  margin-left: 0; }

.grid_12 .listing .listing-item.grid_12:nth-of-type(1n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_1:nth-of-type(16n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_2:nth-of-type(8n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_3:nth-of-type(5.33333n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_4:nth-of-type(4n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_5:nth-of-type(3.2n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_6:nth-of-type(2.66667n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_7:nth-of-type(2.28571n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_8:nth-of-type(2n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_9:nth-of-type(1.77778n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_10:nth-of-type(1.6n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_11:nth-of-type(1.45455n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_12:nth-of-type(1.33333n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_13:nth-of-type(1.23077n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_14:nth-of-type(1.14286n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_15:nth-of-type(1.06667n + 1) {
  margin-left: 0; }

.grid_16 .listing .listing-item.grid_16:nth-of-type(1n + 1) {
  margin-left: 0; }
.navigationMobileOptimized .mobile-optimized {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.searchBlox-pagination .searchResults-pagination {
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: default; }

.searchBlox-pagination .searchResults-pagination-item {
  display: inline-block;
  line-height: 30px;
  margin: 1px;
  cursor: default; }
  .searchBlox-pagination .searchResults-pagination-item a {
    display: inline-block;
    min-width: 30px;
    padding: 0 10px;
    cursor: pointer; }
    .searchBlox-pagination .searchResults-pagination-item a:hover {
      text-decoration: none;
      color: dimgrey;
      font-weight: bold; }
  .searchBlox-pagination .searchResults-pagination-item.is-active a {
    font-weight: bold;
    color: black; }
  .searchBlox-pagination .searchResults-pagination-item:last-child a, .searchBlox-pagination .searchResults-pagination-item:first-child a {
    height: inherit;
    width: inherit;
    border-right: inherit;
    line-height: 30px; }

.searchBlox-pagination .searchResults-pagination-list {
  padding: 0;
  margin: 0; }

.lt-ie8 .searchBlox-pagination .searchResults-pagination-item {
  display: inline;
  zoom: 1;
  margin: 3px; }
  .lt-ie8 .searchBlox-pagination .searchResults-pagination-item a {
    display: block;
    zoom: 1; }
.navigationGroupEnhanced .component-content {
  overflow: visible; }
  .navigationGroupEnhanced .component-content nav.flexy {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center; }
    .navigationGroupEnhanced .component-content nav.flexy button.moreFields {
      align-self: stretch;
      transition: all .4s ease-out;
      padding: 0 1rem 0 1.5rem;
      outline: 0;
      border: 0;
      font-size: 18px;
      background: #F36533;
      color: #ffffff; }
      .navigationGroupEnhanced .component-content nav.flexy button.moreFields.hidden {
        transition: none;
        border-right: 0.5rem solid #F36533;
        width: 0;
        padding: 0;
        overflow: visible;
        display: none; }
      .navigationGroupEnhanced .component-content nav.flexy button.moreFields:after {
        content: attr(count);
        display: inline-flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        color: #F36533;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
        border-radius: 50%;
        font-size: 14px;
        line-height: 14px;
        margin-left: 1rem;
        margin-right: calc(-1rem + -8px); }
    .navigationGroupEnhanced .component-content nav.flexy ul.links {
      display: flex;
      justify-content: flex-end;
      flex: 1;
      overflow: hidden; }
    .navigationGroupEnhanced .component-content nav.flexy ul li {
      flex: auto;
      padding: 1rem; }
      .navigationGroupEnhanced .component-content nav.flexy ul li a {
        color: #ffffff; }
      .navigationGroupEnhanced .component-content nav.flexy ul li ul {
        background: #F36533; }
    .navigationGroupEnhanced .component-content nav.flexy ul.hidden-links {
      display: block;
      position: absolute;
      background: #F36533;
      right: 0;
      top: 100%; }
      .navigationGroupEnhanced .component-content nav.flexy ul.hidden-links li {
        padding: 1rem; }
        .navigationGroupEnhanced .component-content nav.flexy ul.hidden-links li a {
          color: #ffffff;
          padding-right: 3rem; }
        .navigationGroupEnhanced .component-content nav.flexy ul.hidden-links li ul li a {
          color: #ffffff; }
      .navigationGroupEnhanced .component-content nav.flexy ul.hidden-links.hidden {
        display: none; }
  .navigationGroupEnhanced .component-content * {
    box-sizing: border-box; }
.tabsEnhancedMarkup .component-content .tabs-arrows {
  display: flex;
  width: 100%; }
  .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-arrows__left {
    float: left; }
  .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-arrows__right {
    float: right; }
  .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-arrows--hidden {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; }
    .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-arrows--hidden a {
      text-decoration: none; }
  .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-dots {
    display: inline-block;
    margin: 0 auto;
    width: 90%; }
    .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-dots .tabs-dots__list {
      display: flex; }
      .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-dots .tabs-dots__list li {
        display: block; }
      .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-dots .tabs-dots__list .tabs-dots__item {
        flex: auto; }
        .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-dots .tabs-dots__list .tabs-dots__item .tabs-dots__dot {
          display: block;
          border-radius: 50%;
          width: 15px;
          height: 15px;
          background-color: black; }
      .tabsEnhancedMarkup .component-content .tabs-arrows .tabs-dots .tabs-dots__list .is-active .tabs-dots__dot {
        background-color: #F36533; }
@font-face{font-family:"Raleway";src:url("../../assets/fonts/Raleway-Bold.eot");src:url("../../assets/fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/Raleway-Bold.woff") format("woff"),url("../../assets/fonts/Raleway-Bold.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:"Raleway";src:url("../../assets/fonts/Raleway-BoldItalic.eot");src:url("../../assets/fonts/Raleway-BoldItalic.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/Raleway-BoldItalic.woff") format("woff"),url("../../assets/fonts/Raleway-BoldItalic.ttf") format("truetype");font-weight:bold;font-style:italic}@font-face{font-family:"Raleway";src:url("../../assets/fonts//Raleway-Italic.eot");src:url("../../assets/fonts/Raleway-Italic.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/Raleway-Italic.woff") format("woff"),url("../../assets/fonts/Raleway-Italic.ttf") format("truetype");font-weight:normal;font-style:italic}@font-face{font-family:"Raleway";src:url("../../assets/fonts/Raleway-Regular.eot");src:url("../../assets/fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/Raleway-Regular.woff") format("woff"),url("../../assets/fonts/Raleway-Regular.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Hiragino Kaku Gothic ProN";src:url("../../assets/fonts/HiraginoKakuGothicProN.otf") format("opentype");font-weight:normal;font-style:normal}@font-face{font-family:"Hiragino Kaku Gothic ProN";src:url("../../assets/fonts/HiraginoKakuGothicProNW6.otf") format("opentype");font-weight:bold;font-style:normal}.header-banner{background:url("../../assets/img/uk-header.jpeg") center center no-repeat !important;background-size:cover !important}.header-banner .banner-image{display:none !important}.reference-post-footer{display:none !important}.post-footer{display:none !important}.uu-container h2{margin-bottom:40px}.uu-container .divider&gt;.component-content{background:#e9c3d5;height:1px;margin:50px 0px 100px 0}.uu-container .social-1{background:url("../../assets/img/twitter-53x53.png") center center no-repeat;width:53px;height:53px;display:inline-block;margin:10px;text-indent:-99999px}.uu-container .social-2{background:url("../../assets/img/facebook-53x53.png") center center no-repeat;width:53px;height:53px;display:inline-block;margin:10px;text-indent:-99999px}.uu-container .social-3{background:url("../../assets/img/linkedin-53x53.png") center center no-repeat;width:53px;height:53px;display:inline-block;margin:10px;text-indent:-99999px}.uu-container .html_component__video iframe{width:100%;height:600px}.reference-post-footer{display:none !important}.exit-notification-restrictive{position:fixed !important}.exit-notification .exit-notification-inner{position:fixed;padding:40px;background-color:#fff}.exit-notification-buttons button{font-weight:600;color:#00215b;border:solid 2px #00215b;border-radius:8px;text-decoration:none !important;-webkit-transition:.5s all;-o-transition:.5s all;transition:.5s all;text-transform:uppercase;display:inline-block;font-size:16px;padding:12px 20px;margin-top:25px;float:none}.reference-navigation.carousel-navigation-article{display:block;margin:0 auto;padding:0;float:none}.reference-navigation.carousel-navigation-article .reference-category-list{margin:0;padding:0}.reference-navigation.carousel-navigation-article .flickity-prev-next-button.next{right:-75px}.reference-navigation.carousel-navigation-article .flickity-prev-next-button.previous{left:-75px}.reference-navigation.carousel-navigation-article .carousel-cell{width:calc(20% - 14px);height:150px;padding:0;display:table}.reference-navigation.carousel-navigation-article .carousel-cell a{font-size:16px;height:100%;width:100%;display:table-cell;vertical-align:middle}.reference-navigation.carousel-navigation-article .carousel-cell a:hover{color:#fff !important}.reference-navigation.carousel-navigation-article .carousel-cell a span{white-space:inherit;line-height:24px}#content .divider&gt;.component-content{margin:1em 0}#content .post-left-col .richText.no-padding h1{padding:14px 0 0 0}#content .link-box.link-image-box .link-box-text p{font-size:13px;line-height:18px}#content .richText h2,#content .richText h3{margin-bottom:5px}#content .richText.no-margin h1{padding:14px 0 10px 0}#content .richText.no-margin p{margin-bottom:0}#content .richText span.orange{color:#ed622e;font-weight:bold}#content .richText span.red{color:#e41837}#content .richText span.green{color:#5e961d}#content .richText.title-orange{background:#ed622e;border-radius:5px;padding:15px 20px !important;margin-bottom:20px}#content .richText.title-orange p{color:#fff;font-size:19px;margin:0}#content .richText.title-brown{background:#694e3d;margin:20px 0;border-radius:5px;padding:0 !important}#content .richText.title-brown p{margin:10px 0 5px 0;padding:0 20px;color:#fff;font-size:16px}#content .richText.title-red{background:#e41837;margin-bottom:40px}#content .richText.title-red p{margin:20px 0 15px 0;color:#fff;font-size:24px}#content .box-beige{background:#f3f1e8;padding:20px !important;margin-bottom:20px}#content .box-beige .richText .paragraph-buttons{display:flex;justify-content:space-between}#content .box-beige .richText .paragraph-buttons .button{display:inline-block;width:46%;border:1px solid #425259;background:#d6d6d6;color:#425259}#content .box-beige .richText .paragraph-buttons .button:hover{background:#706fb2;border:1px solid #706fb2;color:#fff !important}#content .box-beige .richText p{margin:0}#content .box-beige .richText ul{list-style:none;margin:0}#content .box-beige .richText ul li{margin-bottom:0;line-height:30px;position:relative;padding-left:20px}#content .box-beige .richText ul li::before{content:"";height:12px;width:12px;left:0;top:7px !important;position:absolute;background:#425259;border-radius:50%}#content .box-beige .image{margin:20px 0}#content .box-beige-outside{padding:0}#content .pdf-box{padding:0}#content .pdf-box .component-content.left{margin:0}#content .pdf-box .pdf-file{padding:0}#content .pdf-box .pdf-file figure{display:flex}#content .pdf-box .pdf-file figure figcaption{display:inline-block;margin:auto 0}#content .pdf-box .pdf-file figure figcaption p{margin:auto;line-height:20px;text-align:left}#content .pdf-box .pdf-file figure figcaption p a{text-decoration:underline;color:#000;font-weight:normal}#content .pdf-box .pdf-file figure img{margin:auto 10px auto 0}#content .adobe-file{padding:20px 10px;margin:50px 0;border:1px solid #d6d6d6}#content .adobe-file .component-content{margin:0}#content .adobe-file .component-content figure{display:flex;justify-content:space-between;flex-direction:row-reverse}#content .adobe-file .component-content figure figcaption{display:inline-block;text-align:left}#content .adobe-file .component-content figure a{display:inline-block;height:100%}#content .adobe-file .component-content figure a img{margin:auto}#content .adobe-file .component-content figure p{display:inline-block;text-align:left;padding-right:10px;margin:0;font-weight:normal;font-size:15px;line-height:20px}#content .icon-links .image{padding:0 10px !important;margin-bottom:10px}#content .icon-links .image figure{display:flex}#content .icon-links .image figure img{margin-right:20px;height:30px;width:30px}#content .icon-links .image figure figcaption p{margin:0;line-height:30px;text-align:left}#content .icon-links .image figure figcaption p a{text-decoration:underline;color:#000}#content .icon-links .image:last-child{margin:0 0 30px 0}#content .table-brown{padding:0}#content .table-brown table{border:none;border-top:10px solid #694e3d;border-bottom:5px solid #694e3d}#content .table-brown table tr td:first-child{background:#d6cece}#content .table-brown table td{border:none;border-bottom:1px solid #694e3d;padding:15px}#content .table-brown table td p{margin:0}#content .box-pills .image{padding:0}#content .box-pills .image figure{display:flex;flex-direction:column-reverse;border:1px solid #d6d6d6;padding:20px 10px}#content .box-pills .image figure figcaption p{font-size:15px}.header-banner .country-selector-button{background-image:url("../../assets/img/jp_flag.jpg");border:0}body #__tealiumGDPRcpPrefs .privacy_prompt_analytics{top:unset !important}body #__tealiumGDPRcpPrefs *{font-family:"Raleway","Hiragino Kaku Gothic ProN",sans-serif !important}.layout-b12-jp-jp #__tealiumGDPRcpPrefs *{font-family:"Raleway","Hiragino Kaku Gothic ProN",sans-serif !important}.layout-b12-jp-jp #__tealiumGDPRcpPrefs .prompt_button_analytics{align-items:flex-end}@media(max-width: 767px){.layout-b12-jp-jp #__tealiumGDPRcpPrefs .prompt_button_analytics{flex-direction:column}}.layout-b12-jp-jp #__tealiumGDPRcpPrefs .privacy_prompt_analytics:has(.show_more_button_analytics.is-active) #preferences_prompt_save{display:none !important}@media(max-width: 767px){.layout-b12-jp-jp #__tealiumGDPRcpPrefs .privacy_prompt_analytics:has(.show_more_button_analytics.is-active) #preferences_prompt_submit{margin:0 !important}}.layout-b12-jp-jp #__tealiumGDPRcpPrefs .privacy_prompt_analytics:has(.show_less_button_analytics.is-active) #preferences_prompt_submit{margin:0 !important}.layout-b12-jp-jp #__tealiumGDPRcpPrefs .privacy_prompt_analytics:has(.show_less_button_analytics.is-active) #preferences_prompt_save{margin:auto 55px auto 39px !important}@media(max-width: 767px){.layout-b12-jp-jp #__tealiumGDPRcpPrefs .privacy_prompt_analytics:has(.show_less_button_analytics.is-active) #preferences_prompt_save{margin:24px 0 0 0 !important}}#__tealiumGDPRcpPrefs{position:relative;z-index:1000}#__tealiumGDPRcpPrefs .preferences_prompt_control_analytics{z-index:-1 !important;left:-43px !important;bottom:-43px !important}#__tealiumGDPRcpPrefs .preferences_prompt_control_analytics .configuration_icon_not_selected_analytics,#__tealiumGDPRcpPrefs .preferences_prompt_control_analytics .configuration_icon_selected_analytics{background:#e40046 !important;position:relative;height:85px !important;width:85px !important}#__tealiumGDPRcpPrefs .preferences_prompt_control_analytics .configuration_icon_not_selected_analytics::before,#__tealiumGDPRcpPrefs .preferences_prompt_control_analytics .configuration_icon_selected_analytics::before{content:"";background-image:url(../../assets/img/icon-cog-neutral-white-base.svg);position:absolute;left:calc(50% - 10px);top:8px;height:16px;width:16px;background-size:cover}#__tealiumGDPRcpPrefs .preferences_prompt_control_analytics .configuration_icon_not_selected_analytics img,#__tealiumGDPRcpPrefs .preferences_prompt_control_analytics .configuration_icon_selected_analytics img{display:none}#__tealiumGDPRcpPrefs .preferences_prompt_control_analytics .configuration_icon_not_selected_analytics.is-active{background:#071d49 !important}#__tealiumGDPRcpPrefs .privacy_prompt_title_analytics{margin:40px 40px 0 40px !important;padding-left:0 !important;font-weight:700}@media(max-width: 767px){#__tealiumGDPRcpPrefs .privacy_prompt_title_analytics{margin:24px 24px 0 24px !important}}#__tealiumGDPRcpPrefs .cookie_banner_checkbox_analytics .checkbox_tick_analytics{border:2px solid #d0d3d4 !important;margin-top:4px}#__tealiumGDPRcpPrefs .cookie_banner_checkbox_analytics input:checked~.checkbox_tick_analytics{border:2px solid #e40046 !important}#__tealiumGDPRcpPrefs .cookie_banner_checkbox_analytics input[type=checkbox]{display:inline;opacity:1 !important;width:24px !important;height:24px !important;appearance:none;background-color:#fff;border:2px solid #e40046 !important;border-radius:2px !important;margin-right:13px !important;position:absolute !important;top:-5px !important;left:0 !important}#__tealiumGDPRcpPrefs .cookie_banner_checkbox_analytics input[type=checkbox]:checked{background:#e40046;border:#e40046;margin:0;display:flex;align-items:center;justify-content:center}#__tealiumGDPRcpPrefs .cookie_banner_checkbox_analytics input[type=checkbox]:checked:before{content:"";-webkit-mask:url("../../../../livlife/desktop/assets/masks/check-2.svg") no-repeat center;mask:url("../../../../livlife/desktop/assets/masks/check-2.svg") no-repeat center;background-image:none;-webkit-mask-size:contain;mask-size:cover;background-color:#fff;height:14px;width:14px}#__tealiumGDPRcpPrefs .cookie_banner_checkbox_analytics .checkbox_tick_analytics{display:none}#__tealiumGDPRcpPrefs .show_more_container{display:flex;justify-content:space-between}#__tealiumGDPRcpPrefs .switch_analytics{display:flex;justify-content:end;margin:40px 40px 0 0 !important}#__tealiumGDPRcpPrefs .switch_analytics p{width:32px !important;height:32px !important;margin:0 0 0 4px;display:flex !important;padding:0 !important;border:none !important;outline:none !important}#__tealiumGDPRcpPrefs .switch_analytics p.is-active{color:#e40046 !important;background-color:#e40046 !important}#__tealiumGDPRcpPrefs .switch_analytics p.is-active button{color:#fff !important}#__tealiumGDPRcpPrefs .switch_analytics p button{width:100% !important;text-align:center;align-items:center;display:inline-flex !important;justify-content:center;background-color:rgba(0,0,0,0)}@media only screen and (max-width: 359px)and (min-width: 310px)and (orientation: portrait){#__tealiumGDPRcpPrefs .switch_analytics p button.lang_analytics{line-height:27px !important}}@media only screen and (max-width: 511px)and (min-width: 360px)and (orientation: landscape){#__tealiumGDPRcpPrefs .switch_analytics p button.lang_analytics{line-height:27px !important}}@media only screen and (max-width: 511px)and (min-width: 360px)and (orientation: portrait){#__tealiumGDPRcpPrefs .switch_analytics p button.lang_analytics{line-height:27px !important}}@media only screen and (max-width: 767px)and (min-width: 512px)and (orientation: landscape){#__tealiumGDPRcpPrefs .switch_analytics p button.lang_analytics{line-height:27px !important}}@media only screen and (max-width: 767px)and (min-width: 512px)and (orientation: portrait){#__tealiumGDPRcpPrefs .switch_analytics p button.lang_analytics{line-height:27px !important}}@media(max-width: 767px){#__tealiumGDPRcpPrefs .switch_analytics{margin:16px 0 0 24px !important}#__tealiumGDPRcpPrefs .switch_analytics p:first-child{margin-left:0 !important}}@media(min-width: 768px)and (max-width: 1024px){#__tealiumGDPRcpPrefs .switch_analytics{margin:16px 0 0 40px !important}#__tealiumGDPRcpPrefs .switch_analytics p:first-child{margin-left:0 !important}}#__tealiumGDPRcpPrefs .privacy_prompt_footer_analytics .show_more_analytics{padding:0 40px !important}@media(max-width: 767px){#__tealiumGDPRcpPrefs .privacy_prompt_footer_analytics .show_more_analytics{padding:0 20px !important}}#__tealiumGDPRcpPrefs .privacy_prompt_content_analytics{padding:16px 40px 0 40px !important}#__tealiumGDPRcpPrefs .privacy_prompt_content_analytics p{margin-bottom:24px !important}@media only screen and (max-width: 511px)and (min-width: 360px)and (orientation: portrait){#__tealiumGDPRcpPrefs .privacy_prompt_content_analytics{width:auto !important}}@media(max-width: 767px){#__tealiumGDPRcpPrefs .privacy_prompt_content_analytics{padding:16px 24px 0 24px !important}}#__tealiumGDPRcpPrefs .show_more_analytics{float:none !important;display:inline-flex !important;padding-top:0 !important}#__tealiumGDPRcpPrefs .show_more_analytics .privacy_policy_text_analytics{color:#071d49}#__tealiumGDPRcpPrefs .show_more_analytics #show-more,#__tealiumGDPRcpPrefs .show_more_analytics #show-less{color:#071d49}#__tealiumGDPRcpPrefs .show_more_analytics #show-more.is-active,#__tealiumGDPRcpPrefs .show_more_analytics #show-less.is-active{display:flex}#__tealiumGDPRcpPrefs .show_more_analytics #show-more.is-active span,#__tealiumGDPRcpPrefs .show_more_analytics #show-less.is-active span{margin:auto 0 auto 8px !important;padding:0 !important;font-size:10px !important;display:inline-flex}#__tealiumGDPRcpPrefs .show_more_analytics a,#__tealiumGDPRcpPrefs .show_more_analytics span{padding:0 !important;margin:auto !important}#__tealiumGDPRcpPrefs .show_more_analytics span{padding-right:5px !important}@media(max-width: 500px){#__tealiumGDPRcpPrefs .show_more_analytics{display:flex !important;flex-direction:column !important}}@media(max-width: 767px){#__tealiumGDPRcpPrefs .show_more_analytics{padding-bottom:0 !important}#__tealiumGDPRcpPrefs .show_more_analytics .privacy_policy_text_analytics{font-size:18px !important;line-height:27px !important}}#__tealiumGDPRcpPrefs .privacy_prompt_analytics{top:unset !important;transform:unset !important;position:fixed !important;overflow:auto !important;left:0 !important;right:0 !important;bottom:0 !important;padding:0 !important;background-color:#f8f8f8 !important;width:100% !important;max-height:80vh !important}@media(max-width: 1200px){#__tealiumGDPRcpPrefs .privacy_prompt_analytics{max-height:75vh !important}}#__tealiumGDPRcpPrefs .privacy_prompt_analytics.is-active{height:auto !important;margin:0 auto !important}#__tealiumGDPRcpPrefs .privacy_prompt_analytics p,#__tealiumGDPRcpPrefs .privacy_prompt_analytics a,#__tealiumGDPRcpPrefs .privacy_prompt_analytics span{font-size:18px !important;line-height:27px !important}#__tealiumGDPRcpPrefs .privacy_prompt_analytics #show_more_description.is-active{padding-top:0}#__tealiumGDPRcpPrefs .lang_divider_analytics{margin:0 4px;width:13px !important;position:relative;top:2px}#__tealiumGDPRcpPrefs .prompt_button_analytics{margin-top:32px;padding-bottom:24px;padding-top:24px !important;padding-left:0 !important;display:flex !important;justify-content:flex-end}@media(max-width: 767px){#__tealiumGDPRcpPrefs .prompt_button_analytics{flex-direction:column-reverse;padding:24px 39px 24px 24px !important}}#__tealiumGDPRcpPrefs .prompt_button_analytics button,#__tealiumGDPRcpPrefs .prompt_button_analytics div{display:inline-flex !important}@media(max-width: 767px){#__tealiumGDPRcpPrefs .prompt_button_analytics button,#__tealiumGDPRcpPrefs .prompt_button_analytics div{justify-content:center;width:100%}}#__tealiumGDPRcpPrefs .prompt_button_analytics #preferences_prompt_decline{margin:auto 0 auto auto !important}#__tealiumGDPRcpPrefs .prompt_button_analytics #preferences_prompt_submit{margin:auto 55px auto 39px !important}@media(max-width: 767px){#__tealiumGDPRcpPrefs .prompt_button_analytics #preferences_prompt_submit{margin:0 0 24px 0 !important}}#__tealiumGDPRcpPrefs .prompt_button_analytics .preferences_prompt_submit_analytics{padding:13px 25px 13px 25px !important;height:auto !important}#__tealiumGDPRcpPrefs .prompt_button_analytics .slantdiv1_analytics{margin-right:26px !important}#__tealiumGDPRcpPrefs .prompt_button_analytics .slantdiv2_analytics{margin:auto 40px auto 0}@media(max-width: 767px){#__tealiumGDPRcpPrefs .prompt_button_analytics .slantdiv2_analytics{margin:auto 20px auto 0 !important}}#__tealiumGDPRcpPrefs .prompt_button_analytics .slantdiv1_analytics,#__tealiumGDPRcpPrefs .prompt_button_analytics .slantdiv2_analytics{height:44px !important}@media(max-width: 767px){#__tealiumGDPRcpPrefs .prompt_button_analytics .slantdiv1_analytics,#__tealiumGDPRcpPrefs .prompt_button_analytics .slantdiv2_analytics{width:13px !important}}@media(max-width: 767px){#__tealiumGDPRcpPrefs .prompt_button_analytics{margin-top:32px !important}}@media only screen and (max-width: 511px)and (min-width: 360px)and (orientation: landscape){#__tealiumGDPRcpPrefs .show_more_button_analytics,#__tealiumGDPRcpPrefs .show_less_button_analytics{line-height:27px !important}}@media only screen and (max-width: 511px)and (min-width: 360px)and (orientation: portrait){#__tealiumGDPRcpPrefs .show_more_button_analytics,#__tealiumGDPRcpPrefs .show_less_button_analytics{line-height:27px !important}}@media only screen and (max-width: 767px)and (min-width: 512px)and (orientation: landscape){#__tealiumGDPRcpPrefs .show_more_button_analytics,#__tealiumGDPRcpPrefs .show_less_button_analytics{line-height:27px !important}}@media only screen and (max-width: 767px)and (min-width: 512px)and (orientation: portrait){#__tealiumGDPRcpPrefs .show_more_button_analytics,#__tealiumGDPRcpPrefs .show_less_button_analytics{line-height:27px !important}}@media(max-width: 767px){#__tealiumGDPRcpPrefs .show_less_button_analytics.is-active{position:relative}}#__tealiumGDPRcpPrefs .show_less_button_analytics:hover{color:#071d49 !important}#__tealiumGDPRcpPrefs .show_more_description_analytics ul{margin-top:32px !important}#__tealiumGDPRcpPrefs #show_more_description{margin:0 !important}#__tealiumGDPRcpPrefs #show_more_description.is-active{padding-top:40px;margin-top:0 !important}@media(max-width: 767px){#__tealiumGDPRcpPrefs #show_more_description.is-active{padding-top:0}}#__tealiumGDPRcpPrefs .cookie_description_paragraph_analytics{margin-bottom:24px !important;margin-left:40px !important}#__tealiumGDPRcpPrefs ul li:last-child .cookie_description_paragraph_analytics{margin-bottom:0 !important}#__tealiumGDPRcpPrefs .privacy_prompt_content_analytics .cookie_description__title_analytics{margin-bottom:24px !important;margin-left:40px !important}@media(max-width: 767px){#__tealiumGDPRcpPrefs .privacy_prompt_content_analytics .cookie_description__title_analytics{margin-bottom:16px !important}}#__tealiumGDPRcpPrefs #privacy_prompt_background{display:none !important}#__tealiumGDPRcpPrefs h3,#__tealiumGDPRcpPrefs p,#__tealiumGDPRcpPrefs a,#__tealiumGDPRcpPrefs span{font-family:"Raleway",sans-serif;font-weight:400;color:#071d49;text-transform:none}#__tealiumGDPRcpPrefs p{font-size:18px;line-height:27px}#__tealiumGDPRcpPrefs a,#__tealiumGDPRcpPrefs span{font-size:18px;line-height:27px}#__tealiumGDPRcpPrefs button{border:0}#__tealiumGDPRcpPrefs .btn{font-family:"Raleway",sans-serif;font-weight:600;font-size:14px;line-height:18px;text-decoration:none;width:max-content;cursor:pointer;padding-top:14px;padding-bottom:13px;position:relative;display:inline-block;border-radius:0 !important}@media(max-width: 767px){#__tealiumGDPRcpPrefs .btn{margin-right:20px}}#__tealiumGDPRcpPrefs .btn-primary{background-color:#e40046;color:#fff;min-width:100px;margin-right:40px;padding:13px 25px 13px 25px;font-size:14px;max-width:100%;transition:background .3s linear,background-color .3s linear,color .3s linear,border-color .3s linear}#__tealiumGDPRcpPrefs .btn-primary::after{content:"";width:0;height:0;border-style:solid;border-width:44px 15px 0 0;border-color:#e40046 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);top:0;right:-15px;position:absolute;box-sizing:border-box;transition:background .3s linear,background-color .3s linear,color .3s linear,border-color .3s linear}#__tealiumGDPRcpPrefs .btn-primary:hover{background-color:#b10036}#__tealiumGDPRcpPrefs .btn-primary:hover::after{border-color:#b10036 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}#__tealiumGDPRcpPrefs:focus-visible{outline:-webkit-focus-ring-color auto 1px}#__tealiumGDPRcpPrefs .show_more_button_analytics:hover{color:#071d49 !important}#__tealiumGDPRcpPrefs .privacy_policy_url_analytics:hover{color:#e40046 !important}

</pre></body></html>