@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

/* line 83, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

/* line 91, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

/* line 198, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

/* line 207, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

/* line 221, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

/* line 231, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

/* line 251, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

/* line 266, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

/* line 276, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

/* line 291, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

/* line 301, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

/* line 310, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

/* line 320, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

/* line 331, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

/* line 339, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

/* line 348, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

/* line 357, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 365, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

sub {
  bottom: -0.25em;
}

/* line 369, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

/* line 382, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

/* line 391, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

/* line 400, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

/* line 408, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

/* line 422, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
input[type=button],
input[type=submit],
input[type=reset],
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
input[type=button],
input[type=submit],
input[type=reset] {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

/* line 451, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
input[type=button],
input[type=submit],
input[type=reset],
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

/* line 462, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
input[type=button],
input[type=submit],
input[type=reset],
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 469, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
input[type=button],
input[type=submit],
input[type=reset],
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

/* line 478, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 487, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

button:-moz-focusring,
input[type=button]:-moz-focusring,
input[type=submit]:-moz-focusring,
input[type=reset]:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

/* line 496, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

/* line 505, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

/* line 515, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

/* line 525, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

/* line 533, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

/* line 544, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

/* line 553, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

/* line 566, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

/* line 580, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

/* line 589, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

/* line 602, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

/* line 610, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

/* line 618, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

/* line 651, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

/* line 659, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

/* line 672, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */

[hidden] {
  display: none;
}

/* line 116, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

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

/* line 120, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

/* line 126, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

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

/* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "FrutigerNextLT", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 150, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

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

/* line 162, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

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

/* line 169, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

select {
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* line 178, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

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

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

button,
input[type=button],
input[type=submit],
input[type=reset] {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: transparent;
  line-height: 1;
}

/* line 177, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] button,
[data-whatinput='mouse'] input[type=button],
[data-whatinput='mouse']
  input[type=submit],
[data-whatinput='mouse']
  input[type=reset] {
  outline: 0;
}

/* line 200, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

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

/* line 204, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/_global.scss */

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

/* line 256, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 280, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 289, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 296, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 303, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 309, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FrutigerNextLT", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

/* line 321, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #838383;
}

/* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

@media print, screen and (min-width: 41.75em) {
  /* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

  h1 {
    font-size: 3.42857rem;
  }

  /* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

  h2 {
    font-size: 2.85714rem;
  }

  /* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

  h3 {
    font-size: 2.21429rem;
  }

  /* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

  h4 {
    font-size: 1.78571rem;
  }

  /* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

  h5 {
    font-size: 1.42857rem;
  }

  /* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

  h6 {
    font-size: 1.14286rem;
  }
}

/* line 371, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

a {
  line-height: inherit;
  color: #5e5e5e;
  text-decoration: none;
  cursor: pointer;
}

/* line 378, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

a:hover,
a:focus {
  color: inherit;
}

/* line 386, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

a img {
  border: 0;
}

/* line 392, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.42857rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #838383;
  border-left: 0;
}

/* line 406, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

li {
  font-size: inherit;
}

/* line 420, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 426, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

ol {
  margin-left: 1.25rem;
}

/* line 432, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 439, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

dl {
  margin-bottom: 1rem;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 449, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

blockquote {
  margin: 0 0 1rem;
  padding: 0.64286rem 1.42857rem 0 1.35714rem;
  border-left: 1px solid #838383;
}

/* line 454, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

blockquote,
blockquote p {
  line-height: 1.6;
  color: #5e5e5e;
}

/* line 461, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

cite {
  display: block;
  font-size: 0.92857rem;
  color: #5e5e5e;
}

/* line 466, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

cite:before {
  content: "— ";
}

/* line 472, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

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

/* line 479, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

figure {
  margin: 0;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

code {
  padding: 0.14286rem 0.35714rem 0.07143rem;
  border: 1px solid #838383;
  background-color: #e8e8e8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1d1d1d;
}

/* line 496, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_base.scss */

kbd {
  margin: 0;
  padding: 0.14286rem 0.28571rem 0;
  background-color: #e8e8e8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1d1d1d;
}

/* line 48, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_helpers.scss */

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

/* line 58, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_helpers.scss */

.lead {
  font-size: 17.5px;
  line-height: 1.6;
}

/* line 64, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_helpers.scss */

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 68, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_helpers.scss */

p + .stat {
  margin-top: -1rem;
}

/* line 74, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_helpers.scss */

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

/* line 15, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

/* line 15, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

/* line 15, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

/* line 15, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

@media print, screen and (min-width: 41.75em) {
  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

@media print, screen and (min-width: 64.0625em) {
  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

@media screen and (min-width: 75em) {
  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

@media screen and (min-width: 90em) {
  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

  /* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_alignment.scss */

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

/* line 14, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

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

@media print {
  /* line 17, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  /* line 28, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

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

  /* line 29, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

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

  /* line 31, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

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

  /* line 32, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 33, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 34, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  tr.show-for-print {
    display: table-row !important;
  }

  /* line 35, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  td.show-for-print {
    display: table-cell !important;
  }

  /* line 36, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  th.show-for-print {
    display: table-cell !important;
  }

  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 42, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 51, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  pre,
  blockquote {
    border: 1px solid #5e5e5e;
    page-break-inside: avoid;
  }

  /* line 61, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  thead {
    display: table-header-group;
  }

  /* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 66, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

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

@page {
    margin: 0.5cm;
}

  /* line 70, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 78, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/typography/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_float.scss */

.float-left {
  float: left !important;
}

/* line 14, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_float.scss */

.float-right {
  float: right !important;
}

/* line 18, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_float.scss */

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 146, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
}

/* line 157, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.clearfix::after {
  clear: both;
}

/* line 28, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.row {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 146, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.row::before,
.row::after {
  display: table;
  content: ' ';
}

/* line 157, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.row::after {
  clear: both;
}

/* line 33, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.row .row {
  margin-right: -0.71429rem;
  margin-left: -0.71429rem;
}

@media print, screen and (min-width: 41.75em) {
  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .row .row {
    margin-right: -1.42857rem;
    margin-left: -1.42857rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .row .row {
    margin-right: -1.42857rem;
    margin-left: -1.42857rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .row .row {
    margin-right: -1.42857rem;
    margin-left: -1.42857rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .row .row {
    margin-right: -1.42857rem;
    margin-left: -1.42857rem;
  }
}

/* line 42, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 49, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.row.expanded {
  max-width: none;
}

/* line 52, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
}

/* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
  padding-right: 1.42857rem;
  padding-left: 1.42857rem;
}

/* line 72, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
}

@media print, screen and (min-width: 41.75em) {
  /* line 72, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .column,
  .columns {
    padding-right: 1.42857rem;
    padding-left: 1.42857rem;
  }
}

/* line 68, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_column.scss */

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

/* line 49, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_position.scss */

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

/* line 84, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 89, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-1 {
  width: 8.33333%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-2 {
  width: 16.66667%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-3 {
  width: 25%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-4 {
  width: 33.33333%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-5 {
  width: 41.66667%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-6 {
  width: 50%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-7 {
  width: 58.33333%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-8 {
  width: 66.66667%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-9 {
  width: 75%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-10 {
  width: 83.33333%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-11 {
  width: 91.66667%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-12 {
  width: 100%;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;
  width: 100%;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-2 > .column,
.small-up-2 > .columns {
  float: left;
  width: 50%;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-4 > .column,
.small-up-4 > .columns {
  float: left;
  width: 25%;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-5 > .column,
.small-up-5 > .columns {
  float: left;
  width: 20%;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-6 > .column,
.small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-7 > .column,
.small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-8 > .column,
.small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

/* line 131, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 139, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

/* line 145, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

/* line 149, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

/* line 20, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_position.scss */

.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

/* line 154, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 41.75em) {
  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-1 {
    width: 8.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-2 {
    width: 16.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-3 {
    width: 25%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-4 {
    width: 33.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-5 {
    width: 41.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-6 {
    width: 50%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-7 {
    width: 58.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-8 {
    width: 66.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-9 {
    width: 75%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-10 {
    width: 83.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-11 {
    width: 91.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-12 {
    width: 100%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

  /* line 131, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 139, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 145, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 1.42857rem;
    padding-left: 1.42857rem;
  }

  /* line 149, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  /* line 20, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_position.scss */

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  /* line 154, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-1 {
    width: 8.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-2 {
    width: 16.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-3 {
    width: 25%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-4 {
    width: 33.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-5 {
    width: 41.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-6 {
    width: 50%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-7 {
    width: 58.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-8 {
    width: 66.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-9 {
    width: 75%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-10 {
    width: 83.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-11 {
    width: 91.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-12 {
    width: 100%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;
    width: 50%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;
    width: 25%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;
    width: 20%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

  /* line 131, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 139, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 145, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 1.42857rem;
    padding-left: 1.42857rem;
  }

  /* line 149, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }

  /* line 20, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_position.scss */

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  /* line 154, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-1 {
    width: 8.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-2 {
    width: 16.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-3 {
    width: 25%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-4 {
    width: 33.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-5 {
    width: 41.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-6 {
    width: 50%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-7 {
    width: 58.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-8 {
    width: 66.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-9 {
    width: 75%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-10 {
    width: 83.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-11 {
    width: 91.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-12 {
    width: 100%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-1 > .column:nth-of-type(1n),
  .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-1 > .column:nth-of-type(1n+1),
  .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-1 > .column:last-child,
  .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-2 > .column:nth-of-type(1n),
  .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-2 > .column:nth-of-type(2n+1),
  .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-2 > .column:last-child,
  .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-3 > .column:nth-of-type(1n),
  .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-3 > .column:nth-of-type(3n+1),
  .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-3 > .column:last-child,
  .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-4 > .column:nth-of-type(1n),
  .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-4 > .column:nth-of-type(4n+1),
  .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-4 > .column:last-child,
  .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-5 > .column:nth-of-type(1n),
  .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-5 > .column:nth-of-type(5n+1),
  .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-5 > .column:last-child,
  .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-6 > .column:nth-of-type(1n),
  .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-6 > .column:nth-of-type(6n+1),
  .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-6 > .column:last-child,
  .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-7 > .column:nth-of-type(1n),
  .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-7 > .column:nth-of-type(7n+1),
  .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-7 > .column:last-child,
  .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-8 > .column:nth-of-type(1n),
  .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-8 > .column:nth-of-type(8n+1),
  .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xlarge-up-8 > .column:last-child,
  .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  /* line 131, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 139, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 145, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 1.42857rem;
    padding-left: 1.42857rem;
  }

  /* line 149, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }

  /* line 20, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_position.scss */

  .xlarge-centered,
  .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  /* line 154, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-1 {
    width: 8.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-2 {
    width: 16.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-3 {
    width: 25%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-4 {
    width: 33.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-5 {
    width: 41.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-6 {
    width: 50%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-7 {
    width: 58.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-8 {
    width: 66.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-9 {
    width: 75%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-10 {
    width: 83.33333%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-11 {
    width: 91.66667%;
  }

  /* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-12 {
    width: 100%;
  }

  /* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-1 > .column,
  .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-1 > .column:nth-of-type(1n),
  .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-1 > .column:nth-of-type(1n+1),
  .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-1 > .column:last-child,
  .xxlarge-up-1 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-2 > .column,
  .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-2 > .column:nth-of-type(1n),
  .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-2 > .column:nth-of-type(2n+1),
  .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-2 > .column:last-child,
  .xxlarge-up-2 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-3 > .column,
  .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-3 > .column:nth-of-type(1n),
  .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-3 > .column:nth-of-type(3n+1),
  .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-3 > .column:last-child,
  .xxlarge-up-3 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-4 > .column,
  .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-4 > .column:nth-of-type(1n),
  .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-4 > .column:nth-of-type(4n+1),
  .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-4 > .column:last-child,
  .xxlarge-up-4 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-5 > .column,
  .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-5 > .column:nth-of-type(1n),
  .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-5 > .column:nth-of-type(5n+1),
  .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-5 > .column:last-child,
  .xxlarge-up-5 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-6 > .column,
  .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-6 > .column:nth-of-type(1n),
  .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-6 > .column:nth-of-type(6n+1),
  .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-6 > .column:last-child,
  .xxlarge-up-6 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-7 > .column,
  .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-7 > .column:nth-of-type(1n),
  .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-7 > .column:nth-of-type(7n+1),
  .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-7 > .column:last-child,
  .xxlarge-up-7 > .columns:last-child {
    float: left;
  }

  /* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-8 > .column,
  .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-8 > .column:nth-of-type(1n),
  .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-8 > .column:nth-of-type(8n+1),
  .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_layout.scss */

  .xxlarge-up-8 > .column:last-child,
  .xxlarge-up-8 > .columns:last-child {
    float: left;
  }

  /* line 131, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

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

  /* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 139, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 145, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-uncollapse > .column,
  .xxlarge-uncollapse > .columns {
    padding-right: 1.42857rem;
    padding-left: 1.42857rem;
  }

  /* line 149, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }

  /* line 20, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_position.scss */

  .xxlarge-centered,
  .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  /* line 154, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 160, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

.column-block {
  margin-bottom: 1.42857rem;
}

/* line 78, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_gutter.scss */

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 41.75em) {
  /* line 160, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_classes.scss */

  .column-block {
    margin-bottom: 2.85714rem;
  }

  /* line 78, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/grid/_gutter.scss */

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 118, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

body.is-reveal-open {
  overflow: hidden;
}

/* line 123, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 131, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(29, 29, 29, 0.45);
  overflow-y: scroll;
}

/* line 136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #838383;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

/* line 177, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 41.75em) {
  /* line 136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

  .reveal {
    min-height: 0;
  }
}

/* line 75, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}

/* line 81, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 41.75em) {
  /* line 136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

  .reveal {
    width: 600px;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 41.75em) {
  /* line 148, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* line 156, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 41.75em) {
  /* line 161, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

  .reveal.tiny {
    width: 30%;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 41.75em) {
  /* line 162, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

  .reveal.small {
    width: 50%;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 41.75em) {
  /* line 163, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

  .reveal.large {
    width: 90%;
    max-width: 100%;
  }
}

/* line 166, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

@media screen and (max-width: 41.6875em) {
  /* line 136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

/* line 174, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_reveal.scss */

.reveal.without-overlay {
  position: fixed;
}

/* line 89, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: white;
  color: #1d1d1d;
}

/* line 55, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout > :first-child {
  margin-top: 0;
}

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout > :last-child {
  margin-bottom: 0;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout.primary {
  background-color: #fbdee1;
  color: #1d1d1d;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout.secondary {
  background-color: #e7e7e7;
  color: #1d1d1d;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout.success {
  background-color: #c9ffc9;
  color: #1d1d1d;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout.warning {
  background-color: #ffd1d1;
  color: #1d1d1d;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout.alert {
  background-color: #fff4d9;
  color: #1d1d1d;
}

/* line 98, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 102, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_callout.scss */

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 62, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

.hide {
  display: none !important;
}

/* line 66, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 41.6875em) {
  /* line 82, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 41.75em) {
  /* line 86, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

@media print, screen and (min-width: 41.75em) {
  /* line 73, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 41.6875em) {
  /* line 77, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  /* line 82, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 41.6875em), screen and (min-width: 64.0625em) {
  /* line 86, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

@media print, screen and (min-width: 64.0625em) {
  /* line 73, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 64em) {
  /* line 77, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  /* line 82, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  /* line 86, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (min-width: 75em) {
  /* line 73, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 77, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  /* line 82, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  /* line 86, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (min-width: 90em) {
  /* line 73, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 77, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

@media screen and (min-width: 90em) {
  /* line 82, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 86, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

/* line 100, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

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

/* line 107, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 107, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 107, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 120, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 120, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 120, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_visibility.scss */

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 74, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

.media-object {
  display: block;
  margin-bottom: 4rem;
}

/* line 77, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

.media-object img {
  max-width: none;
}

@media screen and (max-width: 41.6875em) {
  /* line 89, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }

  /* line 68, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 96, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

/* line 42, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

.media-object-section > :last-child {
  margin-bottom: 0;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

.media-object-section.middle {
  vertical-align: middle;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_media-object.scss */

.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 60, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_thumbnail.scss */

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.2);
     -moz-box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.2);
          box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.2);
  line-height: 0;
}

/* line 64, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_thumbnail.scss */

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  -moz-transition: box-shadow 200ms ease-out, -moz-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out, -moz-box-shadow 200ms ease-out;
}

/* line 49, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_thumbnail.scss */

a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(227, 36, 55, 0.5);
     -moz-box-shadow: 0 0 6px 1px rgba(227, 36, 55, 0.5);
          box-shadow: 0 0 6px 1px rgba(227, 36, 55, 0.5);
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_thumbnail.scss */

a.thumbnail image {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* line 120, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar {
  padding: 0;
}

/* line 146, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.top-bar::before,
.top-bar::after {
  display: table;
  content: ' ';
}

/* line 157, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.top-bar::after {
  clear: both;
}

/* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar,
.top-bar ul {
  background-color: #ffffff;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar ul ul {
  background-color: #838383;
}

/* line 60, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar input.button {
  width: auto;
}

/* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

/* line 111, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: auto;
}

@media screen and (max-width: 64em) {
  /* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

/* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  width: 100%;
}

/* line 155, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 1rem;
}

/* line 160, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar-title .menu-icon {
  bottom: 2px;
}

/* line 165, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar-left {
  float: left;
}

/* line 169, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_top-bar.scss */

.top-bar-right {
  float: right;
}

/* line 240, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu {
  margin: 0;
  list-style-type: none;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 177, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

/* line 67, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu > li > a {
  display: block;
  padding: 1rem;
  line-height: 1;
}

/* line 74, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu input,
.menu select,
.menu a,
.menu button,
.menu input[type=button],
.menu
  input[type=submit],
.menu
  input[type=reset] {
  margin-bottom: 0;
}

/* line 173, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

/* line 178, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.2rem;
  display: inline-block;
}

/* line 112, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu > li,
.menu.horizontal > li {
  display: table-cell;
}

/* line 250, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

/* line 132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 41.75em) {
  /* line 112, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.medium-horizontal > li {
    display: table-cell;
  }

  /* line 264, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  /* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }

  /* line 132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 64.0625em) {
  /* line 112, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.large-horizontal > li {
    display: table-cell;
  }

  /* line 264, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  /* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }

  /* line 132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.large-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  /* line 112, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.xlarge-horizontal > li {
    display: table-cell;
  }

  /* line 264, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.xlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  /* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.xlarge-expanded > li:first-child:last-child {
    width: 100%;
  }

  /* line 132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.xlarge-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 90em) {
  /* line 112, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }

  /* line 264, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.xxlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  /* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.xxlarge-expanded > li:first-child:last-child {
    width: 100%;
  }

  /* line 132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

  .menu.xxlarge-vertical > li {
    display: block;
  }
}

/* line 144, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}

/* line 150, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.simple a {
  padding: 0;
}

/* line 146, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.menu.align-right::before,
.menu.align-right::after {
  display: table;
  content: ' ';
}

/* line 157, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.menu.align-right::after {
  clear: both;
}

/* line 286, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.align-right > li {
  float: right;
}

/* line 204, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.icon-top > li > a {
  text-align: center;
}

/* line 212, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.2rem;
}

/* line 297, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.icon-top.vertical a > span {
  margin: auto;
}

/* line 304, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.nested {
  margin-left: 1rem;
}

/* line 309, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu .active > a {
  background: transparent;
  color: inherit;
}

/* line 316, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.menu-bordered li {
  border: 1px solid #e8e8e8;
}

/* line 318, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

/* line 326, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu.menu-hover li:hover {
  background-color: #e8e8e8;
}

/* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 337, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

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

/* line 340, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.menu-centered > .menu {
  display: inline-block;
}

/* line 346, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_menu.scss */

.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #838383;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}

/* line 57, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane.is-open {
  visibility: visible;
}

/* line 68, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane.tiny {
  width: 100px;
}

/* line 68, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane.small {
  width: 200px;
}

/* line 68, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane.large {
  width: 400px;
}

/* line 55, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 76, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #5e5e5e transparent transparent;
  right: 5px;
  margin-top: -3px;
}

/* line 177, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.no-js .dropdown.menu ul {
  display: none;
}

/* line 85, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #5e5e5e transparent transparent;
}

/* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #5e5e5e;
}

@media print, screen and (min-width: 41.75em) {
  /* line 55, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  /* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  /* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  /* line 76, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #5e5e5e transparent transparent;
    right: 5px;
    margin-top: -3px;
  }

  /* line 85, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  /* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  /* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  /* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #5e5e5e transparent transparent;
  }

  /* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #5e5e5e;
  }
}

@media print, screen and (min-width: 64.0625em) {
  /* line 55, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  /* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  /* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  /* line 76, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #5e5e5e transparent transparent;
    right: 5px;
    margin-top: -3px;
  }

  /* line 85, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  /* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  /* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  /* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #5e5e5e transparent transparent;
  }

  /* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #5e5e5e;
  }
}

@media screen and (min-width: 75em) {
  /* line 55, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  /* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  /* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  /* line 76, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #5e5e5e transparent transparent;
    right: 5px;
    margin-top: -3px;
  }

  /* line 85, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  /* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  /* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }

  /* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #5e5e5e transparent transparent;
  }

  /* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #5e5e5e;
  }
}

@media screen and (min-width: 90em) {
  /* line 55, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  /* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  /* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  /* line 76, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #5e5e5e transparent transparent;
    right: 5px;
    margin-top: -3px;
  }

  /* line 85, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  /* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  /* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }

  /* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #5e5e5e transparent transparent;
  }

  /* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #5e5e5e;
  }
}

/* line 144, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 152, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 155, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 160, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent {
  position: relative;
}

/* line 163, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

/* line 170, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 181, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: none;
  background: #ffffff;
}

/* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #5e5e5e transparent transparent;
}

/* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #5e5e5e;
}

/* line 216, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu > li {
  width: 100%;
}

/* line 222, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 135, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}

/* line 60, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

.accordion-item:first-child > :first-child {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

/* line 64, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

.accordion-item:last-child > :last-child {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

/* line 143, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1.5rem;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  font-size: 1.14286rem;
  line-height: 1;
  color: #ffffff, #e32437;
}

/* line 88, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e8e8e8;
}

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

/* line 107, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

.is-active > .accordion-title::before {
  content: '–';
}

/* line 147, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

.accordion-content {
  display: none;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  background-color: #ffffff;
  color: #ffffff, #1d1d1d;
}

/* line 129, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion.scss */

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e8e8e8;
}

/* line 19, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion-menu.scss */

.is-accordion-submenu-parent > a {
  position: relative;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion-menu.scss */

.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 31, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_accordion-menu.scss */

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.is-off-canvas-open {
  overflow: hidden;
}

/* line 64, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(29, 29, 29, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 81, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 86, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

/* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

/* line 94, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 282, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 287, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #5e5e5e;
}

/* line 177, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 129, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas.is-transition-overlap {
  z-index: 10;
}

/* line 132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
     -moz-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
          box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
}

/* line 138, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 292, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #5e5e5e;
}

/* line 177, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

/* line 129, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

/* line 132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
     -moz-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
          box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
}

/* line 138, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 297, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
     -moz-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto;
}

/* line 159, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(250px);
     -moz-transform: translateX(250px);
      -ms-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 211, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
     -moz-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
          box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
  content: " ";
}

/* line 249, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
     -moz-transform: translateX(250px);
      -ms-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto;
}

/* line 173, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-250px);
     -moz-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 211, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
     -moz-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
          box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
  content: " ";
}

/* line 249, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 299, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
     -moz-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto;
}

/* line 188, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(250px);
     -moz-transform: translateY(250px);
      -ms-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 211, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
     -moz-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
          box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
  content: " ";
}

/* line 249, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 300, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
     -moz-transform: translateY(250px);
      -ms-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto;
}

/* line 203, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-250px);
     -moz-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 211, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
     -moz-box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
          box-shadow: 0 0 10px rgba(29, 29, 29, 0.7);
  content: " ";
}

/* line 249, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 302, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 41.75em) {
  /* line 310, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-medium {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 314, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-medium {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  /* line 318, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-medium {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  /* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  /* line 310, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-large {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 314, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-large {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  /* line 318, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-large {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  /* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 75em) {
  /* line 310, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 314, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  /* line 318, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  /* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 90em) {
  /* line 310, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 314, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  /* line 318, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  /* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 1;
  }

  /* line 273, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

/* line 82, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/forms/_select.scss */

select {
  height: 2.78571rem;
  margin: 0 0 1.14286rem;
  padding: 0.57143rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #838383;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: 1.14286rem;
  line-height: normal;
  color: #1d1d1d;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2894, 94, 94%29'></polygon></svg>");
  -webkit-background-origin: content-box;
     -moz-background-origin: content-box;
       -o-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1.14286rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
     -moz-background-size: 9px 6px;
       -o-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.71429rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -moz-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s, -moz-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  /* line 82, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/forms/_select.scss */

  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 53, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/forms/_select.scss */

select:focus {
  outline: none;
  border: 1px solid #5e5e5e;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #838383;
     -moz-box-shadow: 0 0 5px #838383;
          box-shadow: 0 0 5px #838383;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -moz-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s, -moz-box-shadow 0.5s;
}

/* line 65, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/forms/_select.scss */

select:disabled {
  background-color: #e8e8e8;
  cursor: not-allowed;
}

/* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/forms/_select.scss */

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

/* line 75, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/forms/_select.scss */

select[multiple] {
  height: auto;
  background-image: none;
}

/* line 6, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_sticky.scss */

.sticky-container {
  position: relative;
}

/* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_sticky.scss */

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 16, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_sticky.scss */

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

/* line 20, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_sticky.scss */

.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 24, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_sticky.scss */

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 29, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_sticky.scss */

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

/* line 34, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_sticky.scss */

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 147, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs {
  margin: 0 1.25rem;
  border: 1px solid none;
  background: #ffffff;
  list-style-type: none;
}

/* line 146, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
}

/* line 157, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/util/_mixins.scss */

.tabs::after {
  clear: both;
}

/* line 75, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 158, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs.simple > li > a {
  padding: 0;
}

/* line 161, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 168, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs.primary {
  background: #e32437;
}

/* line 171, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs.primary > li > a {
  color: #ffffff;
}

/* line 174, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #de1c30;
}

/* line 181, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs-title {
  float: left;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs-title > a {
  display: block;
  padding: 1.25rem 1rem;
  font-size: 1.14286rem;
  line-height: 1;
  color: #5e5e5e;
}

/* line 100, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs-title > a:hover {
  background: #ffffff;
  color: #515151;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e8e8e8;
  color: #5e5e5e;
}

/* line 185, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: #e8e8e8;
  color: #5e5e5e;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0;
}

/* line 193, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs-panel {
  display: none;
  padding: 1.25rem;
}

/* line 141, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_tabs.scss */

.tabs-panel[aria-hidden="false"] {
  display: block;
}

/* line 304, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table {
  width: 100%;
  margin-bottom: 1rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* line 107, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table thead,
table tbody,
table tfoot {
  border: none;
  background-color: #ffffff;
}

/* line 115, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table caption {
  padding: 0.57143rem 0.71429rem 0.71429rem;
  font-weight: bold;
}

/* line 121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table thead {
  background: #d6d6d6;
  color: #1d1d1d;
}

/* line 127, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table tfoot {
  background: #ebebeb;
  color: #1d1d1d;
}

/* line 136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table thead tr,
table tfoot tr {
  background: transparent;
}

/* line 141, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.57143rem 0.71429rem 0.71429rem;
  font-weight: bold;
  text-align: left;
}

/* line 151, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table tbody th,
table tbody td {
  padding: 0.57143rem 0.71429rem 0.71429rem;
}

/* line 83, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #ebebeb;
}

/* line 164, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table.unstriped tbody {
  background-color: #ffffff;
}

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: none;
  background-color: #ffffff;
}

@media screen and (max-width: 64em) {
  /* line 283, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

  table.stack thead {
    display: none;
  }

  /* line 288, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

  table.stack tfoot {
    display: none;
  }

  /* line 292, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  /* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

  table.stack td {
    border-top: 0;
  }
}

/* line 314, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 216, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table.hover thead tr:hover {
  background-color: #d1d1d1;
}

/* line 223, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table.hover tfoot tr:hover {
  background-color: #e6e6e6;
}

/* line 230, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table.hover tbody tr:hover {
  background-color: #fafafa;
}

/* line 238, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #e6e6e6;
}

/* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

.table-scroll {
  overflow-x: auto;
}

/* line 325, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/misc/dependencies/foundation/foundation-sites/scss/components/_table.scss */

.table-scroll table {
  width: auto;
}

@font-face {
  font-family: "FrutigerNextLT";
  src: url("67c5c787-2e85-4a14-b474-e045dce6d7f4.eot?#iefix");
  src: url("67c5c787-2e85-4a14-b474-e045dce6d7f4.eot?#iefix") format("eot"), url("53aac456-34d2-412d-a0c4-ac46d05ecd5b.woff2") format("woff2"), url("fa580d72-d04a-4adc-aa9a-33ac2e393df8.woff") format("woff"), url("21373612-77c3-4b00-a1b8-34d7de44e13a.ttf") format("truetype"), url("f3671f7c-a50d-437c-ac33-b46441e968a9.svg#f3671f7c-a50d-437c-ac33-b46441e968a9") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FrutigerNextLT";
  src: url("8f26a17a-e1da-46c7-b773-cbd67d02492f.eot?#iefix");
  src: url("8f26a17a-e1da-46c7-b773-cbd67d02492f.eot?#iefix") format("eot"), url("27892399-803e-45e6-b843-dbe5a2dffd33.woff2") format("woff2"), url("5ba2524a-fcfc-4951-896b-479275183f3d.woff") format("woff"), url("8e8d3882-9803-4f76-925e-edf27f6f2674.ttf") format("truetype"), url("5c54ff47-57b9-4f85-8861-19dad1f2fadc.svg#5c54ff47-57b9-4f85-8861-19dad1f2fadc") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* line 19, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel {
  position: relative;
  display: block;
  color: #ffffff;
  height: 30px;
  width: 45px;
  font-size: 1.3em;
  padding: 0 6px;
  margin: 0 0 20px 0;
}

/* line 28, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel:before {
  content: ' ';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -15px;
}

/* line 37, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel:hover {
  color: #ffffff;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-a-ppp {
  background-color: #009d54;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-a-ppp:before {
  border-left: 15px solid #009d54;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-a-pp {
  background-color: #009d54;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-a-pp:before {
  border-left: 15px solid #009d54;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-a-p {
  background-color: #46ba1a;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-a-p:before {
  border-left: 15px solid #46ba1a;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-a {
  background-color: #cdd91e;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-a:before {
  border-left: 15px solid #cdd91e;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-b {
  background-color: #fbe02e;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-b:before {
  border-left: 15px solid #fbe02e;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-c {
  background-color: #f9b60d;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-c:before {
  border-left: 15px solid #f9b60d;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-d {
  background-color: #ee6200;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-d:before {
  border-left: 15px solid #ee6200;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-e {
  background-color: #dc1514;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-e:before {
  border-left: 15px solid #dc1514;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-f {
  background-color: #dc1514;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-f:before {
  border-left: 15px solid #dc1514;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-g {
  background-color: #dc1514;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_energylabels.scss */

.item-energylabel.label-energy-g:before {
  border-left: 15px solid #dc1514;
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 21, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  /* line 25, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

  .hiddenOnMobile,
  .stage-path > *:not(.current) {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  /* line 31, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

  .hiddenOnTablet {
    display: none;
  }
}

/* line 37, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.invisible {
  visibility: hidden;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

header:before,
footer:before,
.uiH-forms .formRow:before,
.special-head:before,
.special-section:before,
.special-section-aside:before,
.articletype-list:before,
.stage-itemlist:before,
.categoryIndex.categoryIndex-list div:before,
.login-section:before,
header:after,
footer:after,
.uiH-forms .formRow:after,
.special-head:after,
.special-section:after,
.special-section-aside:after,
.articletype-list:after,
.stage-itemlist:after,
.categoryIndex.categoryIndex-list div:after,
.login-section:after {
  content: " ";
  display: table;
}

/* line 48, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

header:after,
footer:after,
.uiH-forms .formRow:after,
.special-head:after,
.special-section:after,
.special-section-aside:after,
.articletype-list:after,
.stage-itemlist:after,
.categoryIndex.categoryIndex-list div:after,
.login-section:after {
  clear: both;
  display: none;
}

/* line 53, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.lt-ie8 header,
.lt-ie8
footer,
.lt-ie8 .uiH-forms .formRow,
.uiH-forms .lt-ie8 .formRow,
.lt-ie8 .special-head,
.lt-ie8 .special-section,
.lt-ie8 .special-section-aside,
.lt-ie8 .articletype-list,
.lt-ie8 .stage-itemlist,
.lt-ie8 .categoryIndex.categoryIndex-list div,
.categoryIndex.categoryIndex-list .lt-ie8 div,
.lt-ie8 .login-section {
  zoom: 1;
}

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.truncate,
.articletype-list a,
.stage-itemlist a {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 65, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.global-FORM .checkbox-grid,
.global-FORM .checkbox-list,
.uiH-forms .checkbox-grid,
.uiH-forms .checkbox-list,
.special-featurelist,
.special-productlist,
.content-anchorList ol,
.travelPlugConfigurator .result-wrapper ul,
.productlist.list,
.productlist.cart,
.articletype-list,
.stage-itemlist,
.stage-allitems-list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

/* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.inverted {
  color: #838383;
  background: #5e5e5e;
}

/* line 74, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.inverted a {
  color: inherit;
  -webkit-transition: 300ms background-color ease-out;
  -o-transition: 300ms background-color ease-out;
  -moz-transition: 300ms background-color ease-out;
  transition: 300ms background-color ease-out;
}

/* line 77, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.inverted a:hover {
  color: #b6b6b6;
}

/* line 83, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.first-row {
  margin-top: 15px !important;
}

/* line 87, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.readable {
  font-size: 18px;
}

/* line 91, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.light,
.stage-path .seperator {
  opacity: .5;
}

/* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.small {
  font-size: 12px;
}

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

footer {
  clear: both;
}

@media screen and (max-width: 767px) {
  /* line 113, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

  header,
  footer {
    background-color: white;
  }
}

/* line 121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.main-content-wrapper {
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

  .main-content-wrapper {
    margin: auto;
  }
}

/* line 130, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.mainwrapper {
  min-height: 910px;
}

/* line 132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.mainwrapper .servicePage,
.mainwrapper .product-page,
.mainwrapper .page-termsOfWarranty,
.mainwrapper .page-overview {
  margin: 30px 0;
}

/* line 140, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

.btr-dateinput-calendar table {
  margin: 0;
}

/* line 145, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/utilities/_helper.scss */

#warning-test-database {
  position: fixed;
  color: #ffffff;
  font-weight: bold;
  right: 7.0em;
  bottom: 3em;
  -webkit-border-radius: 1em;
     -moz-border-radius: 1em;
          border-radius: 1em;
  padding: 1em;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 6, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_listnav.scss */

.listNav,
.ln-letters {
  overflow: hidden;
}

/* line 11, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_listnav.scss */

.stage-allitems-list .listNavHide {
  display: none !important;
}

/* line 15, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_listnav.scss */

.listNavShow {
  display: list-item;
}

/* line 19, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_listnav.scss */

.letterCountShow {
  display: block;
}

/* line 24, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_listnav.scss */

.ln-letters a:hover,
.ln-letters .ln-selected {
  color: #1d1d1d;
}

/* line 28, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_listnav.scss */

.ln-letters .ln-disabled {
  color: #838383;
}

/* line 31, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_listnav.scss */

.ln-letters a.all {
  padding-left: 0px;
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline {
  /*
  .timelineTouch.timelineFlat .t_left,
  .timelineTouch.timelineFlat .t_right {
	display: none;
  }
  */
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .clear {
  clear: both;
}

/* line 11, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat {
  display: none;
}

/* line 14, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineLoader {
  width: 100%;
  text-align: center;
  padding: 150px 0;
}

/* line 21, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .timeline_line {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 940px;
}

/* line 28, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_line_holder {
  padding: 10px 0 0 0;
  height: 80px;
  background: url("/misc/css/images-timeline/timeline/light/line.jpg") repeat-x 0px 49px;
}

/* line 35, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_line_view {
  height: 20px;
  width: 940px;
  /*900px*/
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_line_m {
  margin-top: 35px;
  height: 10px;
  border-left: 1px solid transparent;
  border-right: 1px solid #e8e8e8;
  width: 448px;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_line_m.right {
  left: 449px;
  width: 449px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid transparent;
}

/* line 58, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat h4.t_line_month {
  font-size: 24px;
  margin: -35px 0 0;
  color: #838383;
  text-align: left !important;
  font-weight: normal;
}

/* line 67, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat a.t_line_node {
  text-decoration: none;
  padding: 38px 0 4px;
  height: 10px;
  font-size: 14px;
  top: -25px;
  position: relative;
  color: #5e5e5e;
}

/* line 76, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat a.t_line_node:after {
  content: "";
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  height: 10px;
  width: 10px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 23px;
  left: 50%;
  margin: 0 0 0 -7px;
  background: #e32437;
}

/* line 88, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_line_node.active {
  color: #e32437;
}

/* line 92, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_line_node.active:after {
  border: 2px solid #e8e8e8;
}

/* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_node_desc {
  white-space: normal !important;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 50%;
  color: #fff;
  display: inline-block !important;
  position: relative;
  -o-transition: top 200ms, opacity 500ms;
  transition: top 200ms, opacity 500ms;
  -webkit-transition: top 200ms, opacity 500ms;
  -moz-transition: top 200ms, opacity 500ms;
}

/* line 111, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat a.t_line_node:hover .t_node_desc {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_node_desc span {
  white-space: nowrap;
  margin-left: -50%;
  margin-right: 50%;
  margin-top: -16px;
  display: block !important;
  padding: 8px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #e32437;
  position: relative;
}

/* line 128, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_node_desc span:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #e32437;
  left: 50%;
  margin-left: -5px;
}

/* line 141, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat #t_line_left,
.jsTimeline .timelineFlat #t_line_right {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  top: 39px;
  width: 14px;
  height: 21px;
  font-size: 24px;
  color: #838383;
  position: relative;
}

/* line 156, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat #t_line_left:hover,
.jsTimeline .timelineFlat #t_line_right:hover {
  color: #e32437;
}

/* line 162, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat #t_line_left {
  left: -15px;
}

/* line 165, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat #t_line_left:after {
  content: '<';
  position: absolute;
  right: 0;
  top: 0;
}

/* line 173, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat #t_line_right {
  right: -15px;
}

/* line 176, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat #t_line_right:after {
  content: '>';
  position: absolute;
  left: 0;
  top: 0;
}

/* line 183, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat {
  display: none;
}

/* line 187, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat.fit-text .item {
  height: auto;
}

/* line 191, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat.fit-text .item span {
  height: auto;
  margin: 0px 75px 20px 20px;
}

/* line 196, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat.fit-text .timeline_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 201, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat.fit-text .item span {
    margin: 0px 75px 20px 40px;
  }

  /* line 204, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat.fit-text .item h3 {
    padding: 0px 38px 10px;
  }
}

/* line 209, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timeline_items_wrapper {
  position: relative;
  width: 100%;
  margin: 60px 0;
}

/* line 216, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .timeline_items {
  padding: 0;
}

/* line 221, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item {
  width: 356px;
  height: 356px;
  background: #e8e8e8;
  color: #5e5e5e;
  font-size: 14px;
  position: relative;
}

/* line 229, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item.item_node_hover:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #e32437;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

/* line 239, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item.item_node_hover:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  z-index: 2;
  top: 0;
  left: 50%;
  margin: 4px 0 0 -6px;
  border: 6px solid transparent;
  border-top: 6px solid #e32437;
}

/* line 253, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item img {
  margin: 0;
  /*margin-top:0;*/
  width: 100%;
  height: 185px;
}

/* line 259, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item h2 {
  padding: 20px 20px 10px;
  margin: 0;
  font-size: 14px;
  color: #e32437;
  text-align: left;
}

/* line 269, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item h3 {
  padding: 0px 20px 10px;
  margin: 0;
  font-size: 18px;
  color: #5e5e5e;
  text-align: left;
  width: auto;
  height: auto;
}

/* line 280, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item span {
  display: block;
  margin: 0px 75px 0px 20px;
  height: 50px;
  text-align: left;
}

/* line 286, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item .read_more {
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #e32437;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

/* line 300, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item .read_more:hover {
  background: #C00;
}

/* line 308, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item_open {
  width: 356px;
  height: 356px;
  background: #e8e8e8;
  position: relative;
  color: #5e5e5e;
  z-index: 2;
}

/* line 318, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item_open h2 {
  margin: 0 0 10px;
  padding-top: 0;
  font-size: 14px;
  color: #e32437;
}

/* line 326, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item_open_cwrapper {
  width: 356px;
  height: 100%;
}

/* line 331, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item_open_content {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 337, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item_open_content .ajaxloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -100px;
}

/* line 346, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .timeline_open_content {
  padding: 20px;
  height: 356px;
  width: 356px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 353, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .timeline_open_content h3 {
  margin: 0 0 10px;
  padding-top: 0;
  font-size: 14px;
  color: #5e5e5e;
}

/* line 362, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item_open .t_close {
  position: absolute;
  /*top: 10px;
	right: 20px;
	font-size: $fontsize-plus2;*/
  top: 0px;
  right: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #e32437;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  -o-transition: color 300ms;
  transition: color 300ms;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
}

/* line 379, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .item_open .t_close:hover {
  color: #C00;
}

@media screen and (max-width: 767px) {
  /* line 387, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .t_controles {
    display: none;
  }
}

/* line 392, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_controles {
  margin: 0;
  position: static;
}

/* line 403, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat:hover .t_left,
.jsTimeline .timelineFlat:hover .t_right {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 409, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_left,
.jsTimeline .timelineFlat .t_right {
  position: absolute;
  display: block;
  height: 100%;
  width: 75px;
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 300ms, opacity 300ms;
  transition: background-color 300ms, opacity 300ms;
  -webkit-transition: background-color 300ms, opacity 300ms;
  -moz-transition: background-color 300ms, opacity 300ms;
}

/* line 425, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_left,
.jsTimeline .timelineFlat .t_left:hover:active {
  left: 0;
  background: rgba(255, 255, 255, 0.5) url("/misc/css/images-timeline/timeline/clean/blck-arrow-left.png") no-repeat center center;
}

/* line 430, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_left:hover {
  background: rgba(255, 255, 255, 0.7) url("/misc/css/images-timeline/timeline/clean/blck-arrow-left.png") no-repeat center center;
}

/* line 434, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_right,
.jsTimeline .timelineFlat .t_right:hover:active {
  right: 0;
  background: rgba(255, 255, 255, 0.5) url("/misc/css/images-timeline/timeline/clean/blck-arrow-right.png") no-repeat center center;
}

/* line 440, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

.jsTimeline .timelineFlat .t_right:hover {
  background: rgba(255, 255, 255, 0.7) url("/misc/css/images-timeline/timeline/clean/blck-arrow-right.png") no-repeat center center;
}

@media screen and (max-width: 980px) {
  /* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .timeline_line {
    width: 680px;
  }

  /* line 452, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_view {
    width: 680px;
  }

  /* line 456, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_m {
    width: 338px;
  }

  /* line 459, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_m.right {
    left: 339px;
    width: 339px;
  }
}

@media screen and (max-width: 767px) {
  /* line 468, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .timeline_line {
    width: 530px;
  }

  /* line 472, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_view {
    width: 1060px;
  }

  /* line 476, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_m {
    width: 528px;
  }

  /* line 479, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_m.right {
    left: 530px;
    width: 528px;
  }

  /* line 487, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_node_desc {
    font-size: 8px;
  }

  /* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_m.right .t_node_desc {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 300px) {
  /* line 497, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .timeline_line {
    width: 240px;
  }

  /* line 501, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_view {
    width: 480px;
  }

  /* line 505, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_m {
    width: 238px;
  }

  /* line 508, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .t_line_m.right {
    left: 240px;
    width: 238px;
  }

  /* line 513, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .item_open {
    width: 280px;
    height: 390px;
  }

  /* line 517, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .item_open img {
    max-width: 280px;
  }

  /* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_timeline.scss */

  .jsTimeline .timelineFlat .item_open_cwrapper {
    width: 280px;
  }
}

/* line 2, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.retailer-search {
  position: relative;
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 24, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

/* line 29, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* line 38, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* line 44, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container img {
  max-width: none !important;
}

@media screen and (max-width: 1024px) {
  /* line 44, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

  .leaflet-container img {
    position: absolute !important;
  }
}

/* line 52, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

/* line 56, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

/* line 61, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 65, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* line 75, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-tile-pane {
  z-index: 2;
}

/* line 79, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-objects-pane {
  z-index: 3;
}

/* line 83, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-overlay-pane {
  z-index: 4;
}

/* line 87, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-shadow-pane {
  z-index: 5;
}

/* line 91, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-marker-pane {
  z-index: 6;
}

/* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-pane {
  z-index: 7;
}

/* line 101, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

/* line 107, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

/* line 114, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-top {
  top: 0;
}

/* line 118, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-right {
  right: 0;
}

/* line 122, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bottom {
  bottom: 0;
}

/* line 126, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-left {
  left: 0;
}

/* line 130, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control {
  clear: both;
}

/* line 134, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-right .leaflet-control {
  float: right;
}

/* line 138, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 142, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 146, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 150, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* line 156, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 165, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 170, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

/* line 177, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-clickable {
  cursor: pointer;
}

/* line 196, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

/* line 201, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

/* line 206, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* line 216, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container {
  background: #ddd;
  outline: 0;
}

/* line 221, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container a {
  color: #0078A8;
}

/* line 225, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

/* line 229, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-zoom-box {
  border: 2px dotted #05f;
  background: white;
  opacity: 0.5;
}

/* line 236, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 242, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
       border-radius: 4px;
}

/* line 247, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #5e5e5e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
}

/* line 259, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 266, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bar a:hover {
  background-color: #5e5e5e;
}

/* line 270, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
       border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
       border-top-right-radius: 0px;
}

/* line 277, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
       border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
       border-bottom-right-radius: 0px;
  border-bottom: none;
}

/* line 285, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

/* line 291, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-touch .leaflet-bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
       border-radius: 10px;
}

/* line 296, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
}

/* line 301, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-touch .leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
       border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
       border-top-right-radius: 7px;
}

/* line 308, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-touch .leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
       border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
       border-bottom-right-radius: 7px;
  border-bottom: none;
}

/* line 318, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-zoom-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
}

/* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-zoom-out {
  font: bold 22px 'Lucida Console', Monaco, monospace;
}

/* line 326, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
  line-height: 30px;
}

/* line 331, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 28px;
  line-height: 30px;
}

/* line 338, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  background: #f8f8f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
       border-radius: 5px;
}

/* line 345, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

/* line 351, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  -webkit-background-size: 26px 26px;
     -moz-background-size: 26px 26px;
       -o-background-size: 26px 26px;
          background-size: 26px 26px;
}

/* line 356, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 361, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 366, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 371, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

/* line 377, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 383, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-layers label {
  display: block;
}

/* line 387, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* line 395, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container .leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 5px #bbb;
     -moz-box-shadow: 0 0 5px #bbb;
          box-shadow: 0 0 5px #bbb;
  margin: 0;
}

/* line 401, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-attribution,
.leaflet-control-scale-line {
  color: #333;
}

/* line 406, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

/* line 411, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 419, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  color: black;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  text-shadow: 1px 1px 1px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
}

/* line 433, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 440, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

/* line 444, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* line 450, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 4px solid rgba(0, 0, 0, 0.3);
}

/* line 457, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup {
  position: absolute;
  text-align: center;
}

/* line 462, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
}

/* line 467, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

/* line 470, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-content h4 {
  padding: 0;
}

/* line 475, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-content p {
  margin: 0;
}

/* line 479, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

/* line 487, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 501, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: rgba(255, 255, 255, 0.85);
}

/* line 505, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

/* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

/* line 524, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* line 530, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-control-container {
  position: absolute;
  right: 60px;
}

/* line 537, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-div-icon {
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-place.png);
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-place.svg), none;
}

/* line 540, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-div-icon span {
  text-align: center;
  width: 100%;
  float: left;
  color: white;
  font-weight: bold;
  padding-top: 18px;
}

/* line 548, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-div-icon.active-mark {
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-place-red.png);
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-place-red.svg), none;
}

/* line 554, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.leaflet-editing-icon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
       border-radius: 2px;
}

/* line 561, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.mainwrapper.storefinder {
  min-height: 100%;
  position: relative;
}

/* line 566, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#map {
  width: 100%;
  z-index: 1;
}

/* line 572, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 {
  position: absolute;
  left: 40px;
  top: 10px;
  z-index: 500;
  width: 330px;
  margin-bottom: 15px;
}

/* line 579, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 #search-input-map {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

/* line 582, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 #search-input-map #searchstr {
  float: left;
  height: 35px;
  width: 100%;
  padding: 10px;
  border: 0;
  font-size: 1.14286rem;
  -moz-box-shadow: none;
       box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 592, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 #search-input-map .searchinput {
  width: 100%;
  font-size: 1rem;
  float: none;
  margin: 0;
  padding: 7px 12px;
  background: #5e5e5e;
  color: white;
}

/* line 601, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 #search-input-map form {
  margin: 0;
}

/* line 603, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 #search-input-map form > div,
#search-wrap2 #search-input-map form input[type="submit"],
#search-wrap2 #search-input-map form input[type="text"] {
  margin: 0.5rem 0;
}

/* line 606, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 #search-input-map form input[type="submit"] {
  color: white !important;
}

/* line 610, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 #search-input-map #callout {
  margin: 0.25rem 0 0.75rem 0;
}

/* line 613, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 #search-input-map .columns {
  padding-bottom: 10px;
}

/* line 617, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-wrap2 #search-input-map .row .row {
  margin: 0;
}

@media screen and (max-width: 64em) {
  /* line 572, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

  #search-wrap2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }

  /* line 627, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

  #search-wrap2 #search-input-map {
    background-color: rgba(224, 224, 224, 0.5);
  }

  /* line 630, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

  #search-wrap2 #search-results {
    background-color: rgba(224, 224, 224, 0.5);
    margin-top: 0;
  }

  /* line 633, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

  #search-wrap2 #search-results #retailer-list {
    max-height: 328px;
    overflow-y: auto;
  }

  /* line 637, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

  #search-wrap2 #search-results .mark-positions {
    width: inherit !important;
  }

  /* line 639, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

  #search-wrap2 #search-results .mark-positions .panel-retailer {
    width: inherit;
  }

  /* line 643, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

  #search-wrap2 #search-results .counter {
    display: none;
  }

  /* line 646, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

  #search-wrap2 #search-results #search-info {
    padding-bottom: 15px;
  }
}

/* line 653, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-results {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
  float: left;
  width: inherit;
}

/* line 663, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-info h3 {
  padding: 5px 10px 0;
  margin: 0;
}

/* line 667, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-info p {
  color: #e32437;
  margin: 0;
  font-size: 1rem;
  line-height: 1.3em;
  cursor: pointer;
  position: relative;
}

/* line 674, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-info p span {
  display: inline-block;
  float: left;
  width: 100%;
  padding-left: 30px;
}

/* line 679, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-info p span:after {
  font-weight: bold;
  margin-left: 10px;
  font-size: 1.14286rem;
  content: '+';
  float: right;
}

/* line 686, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-info p span:before {
  content: '';
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-list-rot.png);
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-list-rot.svg), none;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: 25px 25px;
     -moz-background-size: 25px;
       -o-background-size: 25px;
          background-size: 25px;
  position: absolute;
  top: -7px;
  left: 0;
}

/* line 699, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-info p span b {
  color: inherit;
}

/* line 705, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-info p.results-open span:after {
  content: '-';
  font-size: 1.28571rem;
}

/* line 712, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#search-info img {
  display: block;
  margin: 0 auto;
}

/* line 718, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list {
  width: 100%;
  float: right;
  max-height: 580px;
  overflow: hidden;
  display: none;
  position: relative;
}

/* line 725, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list table {
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* line 729, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list table tr {
  cursor: pointer;
  background-color: transparent !important;
}

/* line 731, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list table tr td {
  width: 60px;
  padding: 9px 10px;
  line-height: 1.2em;
}

/* line 736, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list table tr td + td {
  width: 240px;
}

/* line 742, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions {
  margin-top: 10px;
  position: relative;
}

/* line 745, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .panel-retailer {
  float: left;
  width: 300px;
}

/* line 749, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark {
  border-bottom: 1px solid #5e5e5e;
  float: left;
  width: 100%;
  cursor: pointer;
  padding: 5px;
  position: relative;
}

/* line 756, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark .distance {
  float: right;
}

/* line 759, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark .retailer {
  width: 24px;
  height: 34px;
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-place.png);
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-place.svg), none;
  background-position: top;
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px;
       -o-background-size: 40px;
          background-size: 40px;
  padding-top: 8px;
  color: white;
  float: left;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

/* line 773, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark .handel-info {
  float: left;
  width: 100%;
}

/* line 777, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark.retailer-active {
  background-color: rgba(224, 224, 224, 0.5);
}

/* line 780, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark a {
  text-decoration: underline;
}

/* line 783, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark:first-child {
  border-top: 1px solid #5e5e5e;
}

/* line 786, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark:last-child {
  border-bottom: none;
}

/* line 789, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark h4 {
  margin: 0;
  padding: 0;
}

/* line 793, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark .contact-info {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
}

/* line 798, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark .contact-info .btn-info {
  font-size: 0px;
  width: 20px;
  height: 20px;
  background-position: top;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px 20px;
       -o-background-size: 20px 20px;
          background-size: 20px 20px;
  display: inline-block;
  margin: 0px 5px;
}

/* line 806, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark .contact-info .btn-info.worldwide {
  background-image: url(/_his9/img/icons/category/uiH-icon-category-worldwide.png);
  background-image: url(/_his9/img/icons/category/uiH-icon-category-worldwide.svg), none;
}

/* line 810, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .mark-positions .map-mark .contact-info .btn-info.email {
  background-image: url(/_his9/img/icons/category/uiH-icon-category-newsletter.png);
}

/* line 817, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .counter {
  float: left;
  text-align: right;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #5e5e5e;
}

/* line 823, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .counter .btn {
  display: inline-table;
  margin: 0px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

/* line 831, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#retailer-list .counter .btn.disable {
  opacity: 0.5;
}

/* line 838, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.volume {
  display: inline-block;
  width: 25px;
  height: 25px;
  right: -5px;
  position: absolute;
  margin-top: -5px;
}

/* line 848, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#radius input {
  float: left;
  text-align: center;
  border: none;
  height: 19px;
  width: 28px;
  margin: 6px 4px;
  padding: 0;
  font-size: 1rem;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* line 859, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#radius input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 864, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

#panel {
  position: relative;
  left: 0;
  margin-left: 0;
  display: none;
  background-image: none;
  width: 100%;
  z-index: 1;
  padding: 20px 0px;
}

/* Selectbox */

/* line 876, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbHolder {
  background-color: #fff;
  height: 30px;
  position: relative;
  width: 100%;
  margin-right: 10px;
  cursor: pointer;
}

/* line 883, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbHolder input[type=text] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 888, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbHolder span {
  float: left;
  margin: 5px 5px 0px 5px;
}

/* line 892, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbHolder .unit {
  float: left;
}

/* line 897, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbSelector {
  display: block;
  height: 45px;
  left: 0;
  line-height: 45px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 90px;
}

/* line 910, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #95C11C;
  outline: none;
  text-decoration: none;
}

/* line 916, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbToggle {
  display: block;
  height: 100%;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

/* line 924, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbToggle:after {
  font-weight: bold;
  font-size: 1.14286rem;
  content: '+';
}

/* line 932, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbToggleOpen:after {
  font-size: 1.28571rem;
  content: '-';
}

/* line 938, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_leaflet.scss */

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}

/*----------------------------------------------------------------------------------------------------------*/

/* 												X. TABELSORTER												*/

/*----------------------------------------------------------------------------------------------------------*/

/*  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved. */

/* line 16, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_wrapper caption {
  color: #fff;
  left: 5px;
  position: absolute;
  top: 7px;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter div.dataTables_wrapper {
  margin: 1em 0 3em 0;
}

/* line 25, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .paging_two_button .ui-button {
  float: left;
  cursor: pointer;
}

/* line 29, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .paging_full_numbers .ui-button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
}

/* line 34, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_paginate .ui-button {
  margin-right: -0.1em !important;
}

/* line 37, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .paging_full_numbers {
  width: 350px !important;
}

/* line 40, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_wrapper .ui-toolbar {
  padding: 1em 5px;
  border-top: 1px solid #e8e8e8;
}

/* line 44, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_paginate {
  width: auto;
}

/* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_info {
  padding-top: 3px;
}

/* line 52, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter div.dataTables_wrapper table.webRes {
  border-bottom: 1px solid #aaa;
  clear: both;
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter div.dataTables_wrapper table.webRes th {
  border-top: 1px solid #e8e8e8;
}

/* line 62, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter div.dataTables_wrapper table.webRes th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 20px;
}

/* line 66, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter div.dataTables_wrapper table.webRes th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

/* line 74, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter div.dataTables_wrapper table.webRes.col1 {
  border-left: 1px solid #ddd;
}

/* line 79, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter div.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
}

/* line 84, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_wrapper {
  clear: both;
  _height: 302px;
  in-height: 02px;
  position: relative;
}

/* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_processing {
  border: 1px solid #ddd;
  color: #999;
  margin-left: -125px;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  top: 0px;
  left: 50%;
  width: 250px;
}

/* line 101, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_length {
  float: left;
  width: 40%;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_filter {
  float: right;
  text-align: right;
  width: 50%;
}

/* line 110, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_info {
  float: left;
  width: 50%;
}

/* line 114, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_paginate {
  float: right;
  text-align: right;
}

/* line 119, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .paginate_disabled_previous,
.jsTableSorter .paginate_enabled_previous,
.jsTableSorter .paginate_disabled_next,
.jsTableSorter .paginate_enabled_next {
  float: left;
  height: 19px;
  margin-left: 3px;
  width: 19px;
}

/* line 129, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .sorting_asc,
.jsTableSorter .sorting_desc,
.jsTableSorter .sorting,
.jsTableSorter .sorting_asc_disabled,
.jsTableSorter .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 138, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .sorting_asc {
  background-image: url("/_his9/img/plugins/sortingTables/sort_asc.png");
}

/* line 141, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .sorting_desc {
  background-image: url("/_his9/img/plugins/sortingTables/sort_desc.png");
}

/* line 144, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .sorting {
  background-image: url("/_his9/img/plugins/sortingTables/sort_both.png");
  background-position: left;
  padding-left: 1.5em !important;
  cursor: pointer;
}

/* line 150, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .sorting_asc_disabled {
  background: url("/_his9/img/plugins/sortingTables/sort_asc_disabled.png");
}

/* line 153, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .sorting_desc_disabled {
  background-image: url("/_his9/img/plugins/sortingTables/sort_desc_disabled.png");
}

/* Adoptions by Hama */

/* line 163, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .col4 .DataTables_sort_wrapper {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 163, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .col4 .DataTables_sort_wrapper {
    display: block;
  }
}

/* line 170, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTables_wrapper caption {
  display: none;
}

/* line 173, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter table th {
  background-color: #fff !important;
}

/* line 176, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter h1 {
  text-align: center;
}

/* line 179, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .ui-toolbar .dataTables_filter {
  float: none;
  text-align: center;
  width: auto;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
}

/* line 187, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .ui-toolbar .dataTables_filter label {
  position: absolute;
  font-weight: bold;
  color: #e32437;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  /* line 187, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .ui-toolbar .dataTables_filter label {
    left: 13px;
    top: 12px;
  }
}

@media screen and (min-width: 768px) {
  /* line 187, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .ui-toolbar .dataTables_filter label {
    left: 25px;
    top: 16px;
  }
}

/* line 203, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .ui-toolbar .dataTables_filter input[type="search"] {
  display: block;
  background: #ddd;
  border: none;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  /* line 203, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .ui-toolbar .dataTables_filter input[type="search"] {
    padding: 12px 12px 12px 60px;
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 203, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .ui-toolbar .dataTables_filter input[type="search"] {
    padding: 20px 25px 16px 90px;
    width: 100%;
    margin: 2em 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: 300ms background-color 300ms;
    -o-transition: 300ms background-color 300ms;
    -moz-transition: 300ms background-color 300ms;
    transition: 300ms background-color 300ms;
  }
}

/* line 225, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .ui-toolbar .dataTables_filter input[type="search"]:hover,
.jsTableSorter .ui-toolbar .dataTables_filter input[type="search"]:focus {
  background: #fff;
  color: #5e5e5e;
  outline: none;
}

@media screen and (max-width: 767px) {
  /* line 179, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .ui-toolbar .dataTables_filter {
    font-size: 14px;
  }
}

/* line 240, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTable tr .this-type {
  color: #5e5e5e;
  font-weight: bold;
}

/* line 245, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTable tr .this-label {
  color: #838383;
}

/* line 249, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTable tr .this-link {
  color: #e32437;
  font-weight: bold;
}

/* line 254, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableSorter .dataTable tr:only-child {
  background-color: transparent;
  text-align: left;
}

@media screen and (max-width: 767px) {
  /* line 238, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .dataTable tr {
    /*
		table, tr, td { display: block; }
		
		td {
			vertical-align: top;
			padding: 0 10px;
		}
		th {
			display: none;	
		}
		*/
  }

  /* line 263, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .dataTable tr .this-type {
    display: inline-block;
  }

  /* line 277, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .dataTable tr td:first-child {
    padding-top: 15px;
  }

  /* line 278, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .dataTable tr td:last-child {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  /* line 238, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .dataTable tr {
    /*
		td, th {
			vertical-align: top;
			padding: 20px 10px;
		}
		*/
  }

  /* line 289, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableSorter .dataTable tr .this-label:not(:first-child) {
    margin-left: 30px;
  }
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableColumnFilter .columnfilter {
  position: absolute;
  top: -35px;
}

/* line 301, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

.jsTableColumnFilter .columnfilter a {
  margin: 0 10px;
}

@media screen and (min-width: 769px) {
  /* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableColumnFilter .columnfilter {
    top: 0;
    right: 0;
    z-index: 1;
  }

  /* line 308, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_tableSorter.scss */

  .jsTableColumnFilter .columnfilter a {
    float: left;
  }
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-widget-overlay {
  background-color: #e8e8e8;
  opacity: 0.5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* line 14, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-dialog {
  background-color: white;
  padding: 10px;
  z-index: 1001 !important;
}

/* line 19, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-dialog .ui-dialog-title {
  font-size: 1.28571rem;
  border-bottom: 1px solid #838383;
}

@media screen and (min-width: 41.75em) {
  /* line 19, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

  .ui-dialog .ui-dialog-title {
    font-size: 1.71429rem;
  }
}

/* line 28, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-dialog-titlebar-close {
  float: right;
}

/* line 34, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

body > .ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* line 36, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

body > .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  background-color: white;
  border-top: none;
  padding: 10px;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

body > .ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 49, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

body > .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 58, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

body > .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  zoom: 1;
}

/* line 65, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

body > .ui-menu .ui-menu-item.ui-state-focus {
  background-color: #e8e8e8;
}

/* line 69, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

body > .ui-menu .ui-menu-item a.ui-state-hover,
body > .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 75, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

body > .ui-menu .searched-term {
  cursor: pointer;
  margin: 0px 15px;
}

/* line 80, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

body > .ui-menu .searched-term.ui-state-focus {
  background-color: #e8e8e8;
}

/* line 86, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker {
  width: 17em;
  padding: 0;
  border: 1px solid #e8e8e8;
  background: white;
}

/* line 87, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 88, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 89, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 91, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 92, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 94, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 96, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 98, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 100, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 101, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 102, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 103, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 104, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.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;
}

/* line 105, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane input[type=button],
.ui-datepicker .ui-datepicker-buttonpane
input[type=submit],
.ui-datepicker .ui-datepicker-buttonpane
input[type=reset] {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 106, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane input.ui-datepicker-current[type=button],
.ui-datepicker .ui-datepicker-buttonpane
input.ui-datepicker-current[type=submit],
.ui-datepicker .ui-datepicker-buttonpane
input.ui-datepicker-current[type=reset] {
  float: left;
}

/* with multiple calendars */

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 110, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 111, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 112, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 113, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 114, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 115, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 116, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 118, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* RTL support */

/* line 121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl {
  direction: rtl;
}

/* line 122, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 123, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 124, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 125, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 126, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 127, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-buttonpane button,
.ui-datepicker-rtl .ui-datepicker-buttonpane input[type=button],
.ui-datepicker-rtl .ui-datepicker-buttonpane
input[type=submit],
.ui-datepicker-rtl .ui-datepicker-buttonpane
input[type=reset] {
  float: left;
}

/* line 128, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-buttonpane input.ui-datepicker-current[type=button],
.ui-datepicker-rtl .ui-datepicker-buttonpane
input.ui-datepicker-current[type=submit],
.ui-datepicker-rtl .ui-datepicker-buttonpane
input.ui-datepicker-current[type=reset] {
  float: right;
}

/* line 129, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 130, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 131, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-unselectable {
  color: #838383;
}

/* line 136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-filter: mask();
          filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}

/* line 150, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 152, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 1rem;
  background-color: #e8e8e8;
  font-weight: normal;
}

/* line 158, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-accordion .ui-accordion-header:hover {
  background-color: #e8e8e8;
}

/* line 161, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-accordion .ui-accordion-header:focus {
  outline: 0;
}

/* line 164, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-accordion .ui-accordion-header:after {
  position: absolute;
  top: 33%;
  right: 20px;
  content: "+";
}

/* line 170, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-accordion .ui-accordion-header.ui-state-active:after {
  content: "-";
}

/* line 174, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-accordion .ui-accordion-content {
  padding: 20px;
}

/* line 181, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-helper-hidden {
  display: none;
}

/* line 184, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 194, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 203, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 209, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-helper-clearfix:after {
  clear: both;
}

/* line 212, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 215, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* line 225, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

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

/* Interaction Cues
----------------------------------*/

/* line 232, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

/* line 241, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-icon {
  display: block;
  text-indent: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

/* line 254, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

#slider {
  background-color: white;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* line 259, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 266, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider {
  position: relative;
  text-align: left;
}

/* line 270, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 279, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: #838383;
}

/* line 289, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

/* line 294, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-horizontal {
  height: .8em;
}

/* line 297, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-horizontal .ui-slider-handle {
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-filter-pointer.png);
  background-image: url(/_his9/img/icons/sys/uiH-icon-sys-filter-pointer.svg), none;
  background-position: center;
  -webkit-background-size: 70px 70px;
     -moz-background-size: 70px;
       -o-background-size: 70px;
          background-size: 70px;
  top: -.3em;
  margin-left: -.6em;
  cursor: pointer;
  outline: none;
}

/* line 307, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 311, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 314, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 318, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 327, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 331, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 334, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_jqueryui-custom.scss */

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener,
.jquery_passStrengthenerRetype {
  width: 100%;
  display: table;
  height: 30px;
  overflow: hidden;
  background: #e8e8e8;
  opacity: 1;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
}

/* line 11, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener span.score,
.jquery_passStrengthenerRetype span.score {
  display: block;
  white-space: nowrap;
  width: 100% !important;
}

/* line 15, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener span.score span,
.jquery_passStrengthenerRetype span.score span {
  display: block;
  white-space: nowrap;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener span.score span.scorecont,
.jquery_passStrengthenerRetype span.score span.scorecont {
  position: initial;
  padding-top: 7px;
  opacity: 1;
}

/* line 26, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener span.score span.scorecont span.legend-pass,
.jquery_passStrengthener span.score span.scorecont span.legend-pass-retype,
.jquery_passStrengthenerRetype span.score span.scorecont span.legend-pass,
.jquery_passStrengthenerRetype span.score span.scorecont span.legend-pass-retype {
  position: absolute;
  left: 30px;
  top: 6px;
  background: transparent;
}

/* line 33, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener span.score.init,
.jquery_passStrengthenerRetype span.score.init {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* line 40, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener.init,
.jquery_passStrengthenerRetype.init {
  height: 0;
}

/* line 42, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener.init .score,
.jquery_passStrengthenerRetype.init .score {
  display: none;
}

/* line 44, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener.init .score .scorecont,
.jquery_passStrengthenerRetype.init .score .scorecont {
  background: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener.badPass span.score:before,
.jquery_passStrengthenerRetype.badPass span.score:before {
  content: 'x';
  font-size: 20px;
  font-weight: bold;
  color: #C00;
  left: 10px;
  position: absolute;
  top: -2px;
}

/* line 62, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener.goodPass span.score:before,
.jquery_passStrengthenerRetype.goodPass span.score:before {
  content: '\2713';
  font-size: 20px;
  font-weight: bold;
  color: #64FD58;
  left: 10px;
  position: absolute;
  top: -2px;
}

/* line 73, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_passStrengthener.scss */

.jquery_passStrengthener.strongPass span.score:before,
.jquery_passStrengthenerRetype.strongPass span.score:before {
  content: '\2713';
  font-size: 20px;
  font-weight: bold;
  color: #64FD58;
  left: 10px;
  position: absolute;
  top: -2px;
}

/*
	 *
	 *	jQuery Sliding Menu Plugin
	 *	Mobile app list-style navigation in the browser
	 *
	 *	Written by Ali Zahid
	 *	http://designplox.com/jquery-sliding-menu
	 *
	 */

/* line 11, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slidingMenues.scss */

.sliding-menu {
  overflow: hidden;
  position: relative;
}

/* line 15, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slidingMenues.scss */

.sliding-menu ul {
  float: left;
  margin: 0;
}

/* line 19, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slidingMenues.scss */

.sliding-menu ul li {
  list-style: none;
  margin: 0;
}

/* line 25, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slidingMenues.scss */

.sliding-menu a {
  display: block;
  padding: 1em;
  background: #ccc;
  color: #fff;
}

/* line 31, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slidingMenues.scss */

.sliding-menu a:hover {
  background: #333;
  color: #fff;
}

/* line 37, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slidingMenues.scss */

.sliding-menu a.nav:before {
  content: '\3009';
  float: right;
  margin-left: 1em;
  color: #fff;
}

/* line 44, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slidingMenues.scss */

.sliding-menu a.back {
  background: #555;
  color: #FFF;
}

/* line 49, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slidingMenues.scss */

.sliding-menu a.back:before {
  content: '\3008';
  float: left;
  margin-right: 1em;
  color: #fff;
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 14, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

/* line 19, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper a:hover {
  color: #fff;
}

/* line 22, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul {
  list-style: none;
}

/* line 25, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

/* line 30, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

/* line 33, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */

/* line 37, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper {
  font-size: 18px;
  -webkit-user-select: none;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-meridium {
  background: none !important;
  -webkit-box-shadow: 0 0 0 !important;
     -moz-box-shadow: 0 0 0 !important;
          box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-meridium a {
  color: #313333;
}

/* line 48, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

/* line 55, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 60, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */

/* line 65, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background: #000;
}

/* line 78, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

/* line 89, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

/* line 92, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

/* line 102, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}

/* line 112, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 118, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

/* line 126, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 137, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  -webkit-border-bottom-left-radius: 6px;
     -moz-border-radius-bottomleft: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
     -moz-border-radius-bottomright: 6px;
          border-bottom-right-radius: 6px;
}

/* line 148, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  font-size: 70px;
}

/* line 161, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

/* line 164, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */

/* line 168, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

/* line 171, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper .flip {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

/* line 173, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  -o-animation: asd 0.5s 0.5s linear both;
     animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

/* line 179, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-divider:first-child {
  width: 0;
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}

/* line 199, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
}

/* line 206, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}

/* line 209, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}

/* line 212, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-dot.top {
  top: 30px;
}

/* line 215, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-dot.bottom {
  bottom: 30px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }

  20% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@-moz-keyframes asd {
  0% {
    z-index: 2;
  }

  20% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@-o-keyframes asd {
  0% {
    z-index: 2;
  }

  20% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }

  20% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

/* line 258, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  -o-animation: turn 0.5s 0.5s linear both;
     animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
  }
}

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }

  100% {
    -moz-transform: rotateX(0deg);
  }
}

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }

  100% {
    -o-transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
       -moz-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

/* line 292, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  -o-animation: turn2 0.5s linear both;
     animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }

  100% {
    -moz-transform: rotateX(-90deg);
  }
}

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }

  100% {
    -o-transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
       -moz-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
       -moz-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}

/* line 326, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */

/* line 330, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  -o-animation: show 0.5s linear both;
     animation: show 0.5s linear both;
}

/* line 341, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  -o-animation: hide 0.5s 0.3s linear both;
     animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/

/* line 353, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  -o-animation: show 0.5s linear both;
     animation: show 0.5s linear both;
}

/* line 364, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  -o-animation: hide 0.5s 0.2s linear both;
     animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* line 431, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small {
  margin: 0;
}

/* line 433, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small .flip {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* line 436, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small ul {
  margin: 3px;
  width: 24px;
  height: 50px;
  line-height: 47px;
  font-size: 28px;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small ul li {
  line-height: 47px;
}

/* line 444, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small ul li a {
  padding: 0 !important;
}

/* line 446, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small ul li a div {
  font-size: 28px;
}

/* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small ul li a div.inn {
  color: #fff;
  font-size: 28px;
}

/* line 456, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small .flip-clock-divider {
  height: 76px;
  width: 6px;
}

/* line 459, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small .flip-clock-divider:first-child {
  width: 0;
}

/* line 462, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small .flip-clock-divider .flip-clock-label {
  right: -65px;
  font-size: 14px;
  color: #fff;
}

/* line 467, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small .flip-clock-divider .flip-clock-dot {
  left: 0px;
  width: 5px;
  height: 5px;
}

/* line 471, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small .flip-clock-divider .flip-clock-dot.top {
  top: 15px;
}

/* line 474, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_flipclock.scss */

.flip-clock-wrapper.small .flip-clock-divider .flip-clock-dot.bottom {
  bottom: 40px;
}

/* line 15, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 30, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 37, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 55, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 61, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 67, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-track:after {
  clear: both;
}

/* line 71, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 75, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 79, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 82, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-slide img {
  display: block;
}

/* line 85, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 91, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-initialized .slick-slide .add-leaflet {
  display: none;
}

/* line 102, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 106, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 112, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/* line 118, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  background-image: url("/misc/css/images-royal-slider/rs-default-inverted.png") !important;
  background-color: #FFF !important;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

/* line 136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(255, 255, 255, 0.75) !important;
  opacity: .6;
}

/* line 140, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background-color: #e8e8e8;
  opacity: .3;
}

/* line 146, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-prev {
  left: 0;
  background-position: -64px -32px !important;
}

/* line 151, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-next {
  right: 0;
  background-position: -64px -64px !important;
}

/* line 158, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-slider {
  margin-bottom: 30px;
}

/* line 162, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

/* line 172, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 180, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-dots li button,
.slick-dots li input[type=button],
.slick-dots li
    input[type=submit],
.slick-dots li
    input[type=reset] {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-dots li button:hover,
.slick-dots li input[type=button]:hover,
.slick-dots li
      input[type=submit]:hover,
.slick-dots li
      input[type=reset]:hover,
.slick-dots li button:focus,
.slick-dots li input[type=button]:focus,
.slick-dots li
      input[type=submit]:focus,
.slick-dots li
      input[type=reset]:focus {
  outline: none;
}

/* line 194, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-dots li button:hover:before,
.slick-dots li input[type=button]:hover:before,
.slick-dots li
        input[type=submit]:hover:before,
.slick-dots li
        input[type=reset]:hover:before,
.slick-dots li button:focus:before,
.slick-dots li input[type=button]:focus:before,
.slick-dots li
        input[type=submit]:focus:before,
.slick-dots li
        input[type=reset]:focus:before {
  opacity: 1;
}

/* line 198, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-dots li button:before,
.slick-dots li input[type=button]:before,
.slick-dots li
      input[type=submit]:before,
.slick-dots li
      input[type=reset]:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 8px;
  height: 20px;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #5e5e5e;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 214, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_slick.scss */

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active input[type=button]:before,
.slick-dots li.slick-active
    input[type=submit]:before,
.slick-dots li.slick-active
    input[type=reset]:before {
  color: #5e5e5e;
  opacity: 0.75;
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.royalSlider {
  width: 100%;
  height: 550px;
  position: relative;
  direction: ltr;
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsSlide img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 18, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

/* line 24, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

/* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#media-gallery .rsDefaultInv .rsThumb,
.itemDetail-images .rsDefaultInv .rsThumb {
  border: none;
}

/* line 44, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 51, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

/* line 56, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsThumb {
  float: left;
  position: relative;
}

/* line 61, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/* line 68, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

/* line 74, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* line 81, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

/* line 94, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  display: none;
}

/* line 100, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* line 111, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

/* line 116, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 122, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsPreloader {
  position: absolute;
  z-index: 0;
}

/* line 127, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsNav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 131, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

/* line 135, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

/* line 143, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsTabs {
  float: left;
}

/* line 147, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
}

/* line 152, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

/* line 159, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

/* line 168, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

/* line 172, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/_his9/img/icons/general/uiH-icon-spinner.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/* line 182, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 195, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 44px;
}

/* line 202, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden;
}

/* line 210, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsNoDrag {
  cursor: auto;
}

/* line 214, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
  -webkit-backface-visibility: hidden;
}

/* line 228, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
}

/* line 235, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 244, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

/* line 250, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

/* line 255, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 260, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

/* line 265, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

/* line 270, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("/misc/css/images-royal-slider/rs-default.png");
  background-color: rgba(0, 0, 0, 0.75);
  background-color: #111;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

/* line 285, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 289, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

/* line 293, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

/* line 297, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

/* line 301, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

/* line 305, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsArrowDisabled .rsArrowIcn {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: .4;
  *display: none;
}

/* line 311, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 18px;
  overflow: hidden;
}

/* line 326, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px 1px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}

/* line 338, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsBullet.rsNavSelected {
  background-color: #FFF;
}

/* line 342, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsThumbsHor {
  padding-top: 30px;
  width: 100%;
  height: 72px;
}

/* line 348, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsThumbsVer {
  padding-right: 4px;
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 357, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
  display: block;
}

/* line 363, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

/* line 370, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

/* line 379, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 384, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsTmb {
  display: block;
}

/* line 389, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

/* line 400, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 404, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

/* line 409, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

/* line 414, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 419, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

/* line 424, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

/* line 429, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("/misc/css/images-royal-slider/rs-default.png");
}

/* line 441, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

/* line 445, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

/* line 449, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

/* line 453, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

/* line 457, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 463, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

  .rsDefault .rsThumb {
    width: 60px;
    height: 60px;
  }

  /* line 467, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

  .rsDefault .rsThumbsHor {
    height: 60px;
  }

  /* line 470, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

  .rsDefault .rsThumbsVer {
    width: 60px;
  }
}

/* line 475, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

/* line 485, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -o-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
     -moz-box-shadow: inset 1px 0 0 #fff;
          box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

/* line 504, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

/* line 509, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

/* line 515, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

/* line 521, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsTab.rsNavSelected {
  color: white;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  -moz-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
       box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-linear-gradient(top, #ACACAC, #BBB);
  background-image: -o-linear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/

/* line 537, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 549, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/misc/css/images-royal-slider/rs-default.png") 0 0;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

/* line 561, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 565, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/* line 569, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

/* line 578, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  *background-color: #000;
}

/* line 590, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 594, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

/* line 602, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

/* line 615, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

/* line 620, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/misc/css/images-royal-slider/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 629, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 633, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/_his9/img/icons/general/uiH-icon-spinner.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/* line 645, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumbs,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder {
  background: #FFF;
}

/* line 652, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 661, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

/* line 667, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

/* line 672, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 677, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

/* line 682, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

/* line 687, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("/misc/css/images-royal-slider/rs-default-inverted.png");
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

/* line 700, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsArrowIcn:hover {
  opacity: .6;
}

/* line 704, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

/* line 708, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

/* line 712, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

/* line 716, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

/* line 720, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsArrowDisabled .rsArrowIcn {
  opacity: .3;
  *display: none;
}

/* line 725, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: auto;
  margin: 4px auto;
  text-align: center;
  overflow: hidden;
}

/* line 737, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #C4C4C4;
}

/* line 748, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsBullet.rsNavSelected {
  background: #141414;
}

/* line 752, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumbs {
  background: transparent;
}

/* line 757, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumbsHor {
  margin: 10px 0px 30px 0px;
  width: 100%;
  height: 72px;
}

/* line 763, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumbsVer {
  padding-right: 4px;
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 772, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

/* line 777, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

/* line 782, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumb {
  float: left;
  overflow: hidden;
  width: 72px;
  height: 72px;
  color: #555;
  border: 1px solid #e8e8e8;
}

/* line 791, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumb:hover {
  color: #000;
}

/* line 795, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumb img {
  width: 100%;
  height: 100%;
}

/* line 800, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumb.rsNavSelected {
  color: #000;
}

/* line 804, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 809, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsTmb {
  display: block;
}

/* line 814, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #fff;
}

/* line 824, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumbsArrow:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 828, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

/* line 833, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

/* line 838, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 843, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

/* line 848, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

/* line 853, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("/misc/css/images-royal-slider/rs-default-inverted.png");
}

/* line 865, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

/* line 869, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

/* line 873, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

/* line 877, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

/* line 881, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsThumbsArrowDisabled {
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 887, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

  .rsDefaultInv .rsThumb {
    width: 65px;
    height: 65px;
  }

  /* line 891, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

  .rsDefaultInv .rsThumbsHor {
    height: 70px;
  }
}

/* line 896, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

/* line 906, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 96px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -o-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
     -moz-box-shadow: inset 1px 0 0 #fff;
          box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

/* line 925, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

/* line 930, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

/* line 936, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

/* line 942, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsTab.rsNavSelected {
  color: white;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
     -moz-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
          box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-linear-gradient(top, #ACACAC, #BBB);
  background-image: -o-linear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/* line 951, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 963, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/misc/css/images-royal-slider/rs-default-inverted.png") 0 0;
  background-color: #fff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

/* line 974, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsFullscreenIcn:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 978, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/* line 982, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

/* line 991, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: url("/misc/css/images-royal-slider/rs-default-inverted.png") no-repeat 0 -32px;
  background-color: #FFF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

/* line 1001, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 1005, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

/* line 1013, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 23;
  position: absolute;
  cursor: pointer;
}

/* line 1024, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
  /*top: -6px;
  right: -38px;*/
}

/* line 1031, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/misc/css/images-royal-slider/rs-default-inverted.png") -63px 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 1040, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsCloseVideoIcn:hover {
  background-color: #FFF;
}

/* line 1044, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

.rsDefaultInv .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/_his9/img/icons/general/uiH-icon-spinner.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/* line 1054, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider {
  width: 100%;
  background-color: #D5D5D5;
}

/* line 1059, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .infoBlock {
  position: absolute;
  padding: 0;
  width: 320px;
  height: 360px;
  top: 0;
  right: 0;
  background: url("/misc/css/images-lol/bg_trans.png") repeat scroll 0 0 transparent;
}

/* line 1069, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .infoBlock h4 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  padding: 40px 15px 15px 15px;
  text-align: center;
}

/* line 1078, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .infoBlock img {
  border: 4px double #FFFFFF;
  display: block;
  margin: 40px auto 15px;
}

/* line 1084, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .infoBlock p {
  line-height: 1.3;
  color: #fff;
  padding: 0 15px;
  text-align: center;
}

/* line 1091, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .rsContent a img {
  width: 1000px;
  height: 360px;
}

/* line 1096, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .rsContent a.more {
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fff;
  width: 60px;
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

/* line 1108, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .rsOverflow {
  background: none repeat scroll 0 0 #D5D5D5;
  -webkit-border-radius: 0 0 25px 0;
     -moz-border-radius: 0 0 25px 0;
          border-radius: 0 0 25px 0;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

/* line 1115, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .rsBullets {
  bottom: 0;
  right: 0;
  width: 320px;
  text-align: right;
  left: auto;
  margin: 0;
  padding: 11px;
}

/* line 1125, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .rsBullets .rsBullet {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
}

/* line 1132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .rsBullets .rsNavSelected {
  background: none repeat scroll 0 0 #fff;
}

/* line 1136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .infoBlock .cH-b-cc {
  background-image: url("/images/icons/sections/cc.png");
}

/* line 1140, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .infoBlock .cH-b-ce {
  background-image: url("/images/icons/sections/ce.png");
}

/* line 1144, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .infoBlock .cH-b-gaming {
  background-image: url("/images/icons/sections/gaming.png");
}

/* line 1148, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .infoBlock .cH-b-foto {
  background-image: url("/images/icons/sections/foto.png");
}

/* line 1152, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .infoBlock .section-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 1% 30%;
  -webkit-background-size: 50px 50px;
     -moz-background-size: 50px;
       -o-background-size: 50px;
          background-size: 50px;
}

/* line 1162, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_royalslider.scss */

#showcases-slider .rsABlock {
  left: auto;
  right: 0;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
         transform: scale(0);
  }

  40% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes bouncedelay {
  0%, 80%, 100% {
    -o-transform: scale(0);
       transform: scale(0);
  }

  40% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

#webRes-1057 {
  display: block;
  margin-top: 15px;
}

/* line 4, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

#webRes-1057 li {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

  #webRes-1057 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* line 16, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.audio-language {
  display: inline-block;
  margin: 0px 5px;
}

/* line 19, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.audio-language img {
  opacity: 0.3;
}

/* line 23, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.audio-language.active img {
  opacity: 1;
}

/* line 29, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none;
}

/* line 36, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio button::-moz-focus-inner,
.jp-audio input[type=button]::-moz-focus-inner,
.jp-audio
input[type=submit]::-moz-focus-inner,
.jp-audio
input[type=reset]::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-audio-stream input[type=button]::-moz-focus-inner,
.jp-audio-stream
input[type=submit]::-moz-focus-inner,
.jp-audio-stream
input[type=reset]::-moz-focus-inner,
.jp-video button::-moz-focus-inner,
.jp-video input[type=button]::-moz-focus-inner,
.jp-video
input[type=submit]::-moz-focus-inner,
.jp-video
input[type=reset]::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

/* line 51, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio {
  width: 100%;
}

/* line 55, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio-stream {
  width: 182px;
}

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-270p {
  width: 480px;
}

/* line 63, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-360p {
  width: 640px;
}

/* line 67, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */

/* line 77, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-full div div {
  z-index: 1000;
}

/* line 81, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden;
}

/* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */
}

/* line 102, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
}

/* line 110, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-interface {
  position: relative;
  width: 100%;
}

/* line 115, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio .jp-interface {
  height: 60px;
}

@media screen and (max-width: 767px) {
  /* line 115, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

  .jp-audio .jp-interface {
    height: 60px;
  }
}

/* line 122, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio.jp-state-playing {
  color: #e32437;
}

/* line 126, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio-stream .jp-interface {
  height: 80px;
}

/* @group CONTROLS */

/* line 131, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

/* line 141, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 147, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio .jp-controls {
  position: absolute;
  width: 60px;
  padding: 10px;
  z-index: 5;
}

/* line 154, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio-stream .jp-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 142px;
}

@media screen and (max-width: 767px) {
  /* line 154, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

  .jp-audio-stream .jp-controls {
    position: relative;
    margin: auto;
    left: 0;
    top: 0;
  }
}

/* line 167, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px;
}

/* line 172, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video .jp-type-playlist .jp-controls {
  width: 134px;
  margin-left: 172px;
}

/* line 177, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video .jp-controls {
  float: left;
}

/* line 181, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-controls button,
.jp-controls input[type=button],
.jp-controls
input[type=submit],
.jp-controls
input[type=reset] {
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-play {
  width: 40px;
  height: 40px;
}

/* line 197, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-play {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 0 no-repeat;
}

/* line 201, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-play:focus,
.jp-play:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -41px 0 no-repeat;
}

/* line 206, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-playing .jp-play {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -42px no-repeat;
}

/* line 210, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-playing .jp-play:focus,
.jp-state-playing .jp-play:hover {
  background-color: transparent;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -41px -42px no-repeat;
}

/* line 215, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-refresh .jp-play {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -42px -275px no-repeat;
}

/* line 219, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-refresh .jp-play:focus,
.jp-state-refresh .jp-play:hover {
  background-color: transparent;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 0 no-repeat;
}

/* line 224, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-stop,
.jp-previous,
.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}

/* line 230, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-stop {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -83px no-repeat;
  margin-left: 10px;
}

/* line 235, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-stop:focus,
.jp-stop:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -29px -83px no-repeat;
}

/* line 240, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-previous {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -112px no-repeat;
}

/* line 244, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-previous:focus,
.jp-previous:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -29px -112px no-repeat;
}

/* line 249, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-next {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -141px no-repeat;
}

/* line 253, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-next:focus,
.jp-next:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

/* line 261, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-progress-controls {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  /* line 261, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

  .jp-progress-controls {
    position: relative;
    margin: auto;
    left: 0;
    top: 0;
  }
}

/* line 272, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-progress {
  overflow: hidden;
  background-color: #ddd;
}

/* line 277, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio .jp-progress {
  height: 15px;
}

@media screen and (max-width: 767px) {
  /* line 277, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

  .jp-audio .jp-progress {
    position: relative;
    margin: auto;
    left: 0 !important;
    top: 0 !important;
  }
}

/* line 287, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio .jp-type-single .jp-progress {
  width: 100%;
}

/* line 291, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio .jp-type-playlist .jp-progress {
  left: 166px;
  width: 130px;
}

/* line 296, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video .jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
}

/* line 303, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-seek-bar {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer;
}

/* line 310, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-play-bar {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -218px repeat-x;
  width: 0px;
  height: 100%;
}

/* @end */

/* @group volume controls */

/* line 318, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-no-volume .jp-volume-controls {
  display: none;
}

/* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-volume-controls {
  position: absolute;
  top: 32px;
  left: 308px;
  width: 200px;
}

/* line 329, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio-stream .jp-volume-controls {
  left: 70px;
}

/* line 333, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video .jp-volume-controls {
  top: 12px;
  left: 50px;
}

/* line 338, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-volume-controls button,
.jp-volume-controls input[type=button],
.jp-volume-controls
input[type=submit],
.jp-volume-controls
input[type=reset] {
  margin-right: 0px !important;
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

/* line 348, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-mute,
.jp-volume-max {
  width: 18px;
  height: 15px;
}

/* line 354, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-volume-max {
  left: 74px;
}

/* line 358, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-mute {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -170px no-repeat;
}

/* line 362, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-mute:focus,
.jp-mute:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -19px -170px no-repeat;
}

/* line 367, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-muted .jp-mute {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -60px -170px no-repeat;
}

/* line 371, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-muted .jp-mute:focus,
.jp-state-muted .jp-mute:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -79px -170px no-repeat;
}

/* line 376, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-volume-max {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -186px no-repeat;
}

/* line 380, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-volume-max:focus,
.jp-volume-max:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -19px -186px no-repeat;
}

/* line 385, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -250px repeat-x;
  top: 5px;
  left: 22px;
  width: 46px;
  height: 5px;
  cursor: pointer;
}

/* line 396, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-volume-bar-value {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -256px repeat-x;
  width: 0px;
  height: 5px;
}

/* @end */

/* @group current time and duration */

/* line 405, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio .jp-type-single .jp-time-holder {
  width: 100%;
}

/* line 409, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio .jp-type-playlist .jp-time-holder {
  width: 100%;
}

/* line 413, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-current-time,
.jp-duration {
  width: 60px;
  font-size: 12px;
}

/* line 419, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-current-time {
  text-align: left;
  float: left;
  display: inline;
  cursor: default;
  font-weight: bold;
}

/* line 427, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-duration {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer;
  font-weight: bold;
}

/* line 435, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video .jp-current-time {
  margin-left: 20px;
}

/* line 439, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video .jp-duration {
  margin-right: 20px;
}

/* @end */

/* @group playlist */

/* line 445, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-details {
  width: 100%;
  font-weight: bold;
  cursor: default;
}

@media screen and (max-width: 767px) {
  /* line 450, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

  .jp-details .jp-title {
    font-size: 12px !important;
  }
}

/* line 456, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-open-playlist:after {
  width: 100%;
  height: 25px;
  right: 0;
  padding: 19px 10px;
  cursor: pointer;
  position: absolute;
  text-align: right;
  z-index: 0;
}

/* line 467, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-details,
.jp-playlist {
  float: left;
}

/* line 472, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp_progress-controllers {
  float: left;
  width: 100%;
  padding: 10px;
  display: none;
}

/* line 479, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
  text-align: left;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-details .jp-title {
  margin: 0;
  padding: 20px 0 20px 60px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

/* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-details .jp-title span {
  color: #e32437;
  height: 40px;
  float: left;
  margin-right: 5px;
}

/* line 498, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: .72em;
}

/* line 505, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
}

/* line 510, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-playlist li div {
  display: inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

/* line 515, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none;
}

/* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: none;
  padding: 5px 0 4px 20px;
}

/* line 525, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

/* line 531, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}

/* line 540, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}

/* line 547, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}

/* line 551, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

span.jp-artist {
  font-size: .8em;
  color: #666;
}

/* @end */

/* line 557, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: transparent !important;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}

/* line 566, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px;
}

/* line 571, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px;
}

/* line 576, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-full .jp-video-play {
  height: 100%;
}

/* line 580, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

/* line 595, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video-play-icon:focus,
.jp-video-play-icon:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}

/* line 600, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px;
}

/* line 606, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-jplayer {
  background-color: #000000;
}

/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

/* line 612, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

/* line 618, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio .jp-type-single .jp-toggles {
  width: 25px;
}

/* line 622, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-audio .jp-type-playlist .jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}

/* line 630, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px;
}

/* line 638, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-toggles button,
.jp-toggles input[type=button],
.jp-toggles
input[type=submit],
.jp-toggles
input[type=reset] {
  margin-right: 0;
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer;
}

/* line 651, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-full-screen {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -310px no-repeat;
  margin-left: 20px;
}

/* line 656, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-full-screen:focus,
.jp-full-screen:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -30px -310px no-repeat;
}

/* line 661, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-full-screen .jp-full-screen {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -60px -310px no-repeat;
}

/* line 665, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-full-screen .jp-full-screen:focus,
.jp-state-full-screen .jp-full-screen:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -90px -310px no-repeat;
}

/* line 670, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-repeat {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -290px no-repeat;
}

/* line 674, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-repeat:focus,
.jp-repeat:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -30px -290px no-repeat;
}

/* line 679, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-looped .jp-repeat {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -60px -290px no-repeat;
}

/* line 683, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-looped .jp-repeat:focus,
.jp-state-looped .jp-repeat:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -90px -290px no-repeat;
}

/* line 688, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-shuffle {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") 0 -270px no-repeat;
  margin-left: 5px;
}

/* line 693, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-shuffle:focus,
.jp-shuffle:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -30px -270px no-repeat;
}

/* line 698, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-shuffled .jp-shuffle {
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -60px -270px no-repeat;
}

/* line 702, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-state-shuffled .jp-shuffle:focus,
.jp-state-shuffled .jp-shuffle:hover {
  background-color: transparent !important;
  background: url("../img/plugins/audioVideoPlayer/jplayer.blue.monday.png") -90px -270px no-repeat;
}

/* @end */

/* @group NO SOLUTION error feedback */

/* line 709, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  color: #000;
  display: none;
}

/* line 717, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-no-solution a {
  color: #000;
}

/* line 721, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_audioVideoPlayer.scss */

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

/* @end */

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

/* line 24, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone-basic.scss */

.dropzone,
.dropzone * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 27, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone-basic.scss */

.dropzone {
  position: relative;
}

/* line 31, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone-basic.scss */

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}

/* line 37, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone-basic.scss */

.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}

/* line 41, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone-basic.scss */

.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

/* line 49, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone-basic.scss */

.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}

/* line 54, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone-basic.scss */

.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone-basic.scss */

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

/* line 64, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone-basic.scss */

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-o-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-o-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 94, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone,
.dropzone * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 103, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 106, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone.dz-clickable * {
  cursor: default;
}

/* line 110, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 122, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone.dz-started .dz-message {
  display: none;
}

/* line 127, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 129, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 142, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 151, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 154, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 161, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-file-preview .dz-image {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: -moz-linear-gradient(top, #eee, #ddd);
  background: -o-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 167, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 172, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 174, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 179, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 185, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 190, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 193, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 215, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 220, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 225, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 230, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 231, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 241, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* line 253, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 259, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-image {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 268, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 275, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 280, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 287, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 304, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 312, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 316, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 326, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
}

/* line 352, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: -webkit-linear-gradient(top, #666, #444);
  background: -moz-linear-gradient(top, #666, #444);
  background: -o-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 366, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 369, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 375, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: -moz-linear-gradient(top, #be2626, #a92222);
  background: -o-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 397, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_dropzone.scss */

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_better-dom.scss */

.btr-dateinput-calendar .btr-dateinput-calendar-header time {
  position: static;
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_hama.imageMap.scss */

.imageMap {
  position: relative;
  display: inline-block;
}

/*
* Hotspots
*
*/

/* line 10, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_hama.imageMap.scss */

.imageMap_hotspot {
  -webkit-transition: height 0.2s, width 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: height 0.2s, width 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: height 0.2s, width 0.2s, opacity 0.2s, -o-transform 0.2s;
  -moz-transition: transform 0.2s, height 0.2s, width 0.2s, opacity 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s, height 0.2s, width 0.2s, opacity 0.2s;
  transition: transform 0.2s, height 0.2s, width 0.2s, opacity 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  z-index: 200;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1;
  overflow: hidden;
}

/* line 27, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_hama.imageMap.scss */

.imageMap_hotspot:hover {
  display: block;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 32, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_hama.imageMap.scss */

.imageMap_hotspot:before {
  content: "+";
  font-size: 1.5rem;
}

/* line 37, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/vendor/_hama.imageMap.scss */

.imageMap_hotspot.loaded {
  height: 25px;
  width: 25px;
  opacity: 1;
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

* {
  position: relative;
  background-repeat: no-repeat;
}

/* line 7, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

html {
  height: 100%;
}

/* line 11, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

body {
  color: #5e5e5e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* line 11, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  body {
    line-height: 1.35;
  }
}

@media screen and (min-width: 768px) {
  /* line 11, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  body {
    line-height: 1.7;
  }
}

/* line 23, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

body.is-reveal-open {
  overflow: auto;
}

/* line 28, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: .5em;
  padding-bottom: .5em;
  margin: 0;
  font-weight: bold;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: inherit;
}

/* line 42, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h1 > .subhead,
h2 > .subhead,
h3 > .subhead,
h4 > .subhead,
h5 > .subhead,
h6 > .subhead {
  display: block;
  font-weight: normal;
}

/* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

/* line 56, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h1 {
  line-height: 1.3;
  margin: 0;
}

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h1 + hr {
  margin-top: 1em !important;
}

@media screen and (max-width: 767px) {
  /* line 56, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  h1 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  /* line 56, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  h1 {
    font-size: 30px;
  }
}

/* line 73, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h2,
.h2,
.price,
.global-FORM legend,
.uiH-forms legend,
.stage-allitems-section h3 {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  /* line 73, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  h2,
  .h2,
  .price,
  .global-FORM legend,
  .uiH-forms legend,
  .stage-allitems-section h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  /* line 73, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  h2,
  .h2,
  .price,
  .global-FORM legend,
  .uiH-forms legend,
  .stage-allitems-section h3 {
    font-size: 24px;
  }
}

/* line 85, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h1 + .subhead,
h2 + .subhead {
  display: block;
  color: #838383;
  font-weight: normal;
  font-size: 24px;
  margin-top: -15px;
  margin-bottom: 30px;
}

/* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h3,
.h3 {
  font-size: 14px;
  line-height: 1.4;
}

/* line 100, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h4,
.h4 {
  font-size: 14px;
}

/* line 104, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h5,
.h5 {
  font-size: 14px;
}

/* line 108, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

h6,
.h6 {
  font-size: 11px;
}

/* line 113, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

p a {
  text-decoration: underline;
}

/* line 118, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.clear {
  clear: both;
}

/* line 122, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a,
.ahref {
  color: inherit;
  font-weight: normal;
  cursor: pointer;
}

/* line 127, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a img,
.ahref img {
  border: none;
}

/* line 130, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a.underline,
.ahref.underline {
  text-decoration: underline;
}

/* line 136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a.red,
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red {
  color: #e32437;
}

/* line 139, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a.section-cc,
h1.section-cc,
h2.section-cc,
h3.section-cc,
h4.section-cc,
h5.section-cc,
h6.section-cc {
  color: #f07305;
}

/* line 142, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a.section-ce,
h1.section-ce,
h2.section-ce,
h3.section-ce,
h4.section-ce,
h5.section-ce,
h6.section-ce {
  color: #a5c823;
}

/* line 145, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a.section-foto,
h1.section-foto,
h2.section-foto,
h3.section-foto,
h4.section-foto,
h5.section-foto,
h6.section-foto {
  color: #2d9ad7;
}

/* line 148, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a.section-gaming,
h1.section-gaming,
h2.section-gaming,
h3.section-gaming,
h4.section-gaming,
h5.section-gaming,
h6.section-gaming {
  color: #c82396;
}

/* line 151, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a.section-home,
h1.section-home,
h2.section-home,
h3.section-home,
h4.section-home,
h5.section-home,
h6.section-home {
  color: #0f8ca5;
}

/* line 154, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

a.section-kids,
h1.section-kids,
h2.section-kids,
h3.section-kids,
h4.section-kids,
h5.section-kids,
h6.section-kids {
  color: #694ba5;
}

/* line 159, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

em,
i {
  font-style: oblique;
}

/* line 163, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

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

/* line 170, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

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

/* line 173, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

img.fullwidth {
  width: 100%;
}

/* line 178, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

hr {
  border: none;
  height: 4px;
  background: #838383;
}

/* line 183, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

hr.red {
  background: #e32437;
}

/* line 187, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

hr.normalspace {
  margin: 15px 0;
}

/* line 191, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

hr.largespace {
  margin: 100px 0 30px 0;
}

/* line 197, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

abbr {
  cursor: help;
}

/* line 201, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

span.count {
  font-weight: normal;
  color: #e32437;
}

/* line 206, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.legend,
.productlist-item .item-varation {
  font-size: 12px;
}

/* line 210, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.blocklist {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

/* line 214, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.blocklist li {
  margin: 0;
}

/* line 219, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

caption,
.caption {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  /* line 219, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  caption,
  .caption {
    font-size: 24px;
  }
}

/* line 230, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

article.quote {
  display: block;
  margin: 1em 0 2em 0;
  background-color: #e32437;
  color: #fff;
  font-size: 18px;
  -webkit-border-bottom-right-radius: 10px;
     -moz-border-radius-bottomright: 10px;
          border-bottom-right-radius: 10px;
  padding: 1em .5em;
}

/* line 240, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

article.quote.quote-gray {
  background-color: #838383;
}

/* line 242, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

article.quote.quote-gray .corner {
  background: url(/_his9/img/grafics/quote-corner-bottomLeft-5e5e5e.png) bottom left no-repeat;
}

/* line 247, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

article.quote p {
  font-size: 11px;
  display: block;
  margin-top: 1em;
}

/* line 253, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

article.quote .corner {
  position: absolute;
  width: 64px;
  height: 32px;
  bottom: -32px;
  left: 0px;
  background: url(/_his9/img/grafics/quote-corner-bottomLeft.png) bottom left no-repeat;
}

@media screen and (min-width: 768px) {
  /* line 230, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  article.quote {
    position: absolute;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
  }

  /* line 267, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  article.quote p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 230, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  article.quote {
    width: 320px;
  }
}

@media screen and (min-width: 1025px) {
  /* line 230, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  article.quote {
    width: 620px;
  }
}

@media screen and (min-width: 1366px) {
  /* line 230, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  article.quote {
    font-size: 30px;
  }

  /* line 282, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  article.quote p {
    font-size: 14px;
  }
}

/* line 289, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

iframe {
  border: none;
}

/* line 304, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button,
input[type=button],
input[type=submit],
input[type=reset],
.button,
.uiH-button {
  display: inline-block;
  outline: none;
  background: #e8e8e8;
  font-size: inherit;
  color: #1d1d1d;
  padding: 7px 12px;
  margin-bottom: 10px;
  border: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
}

/* line 316, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
.uiH-button:hover {
  background-color: #e0e0e0;
}

@media screen and (max-width: 767px) {
  /* line 304, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  button,
  input[type=button],
  input[type=submit],
  input[type=reset],
  .button,
  .uiH-button {
    display: block;
    width: 100%;
  }
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.red,
input.red[type=button],
input.red[type=submit],
input.red[type=reset],
.button.red,
.uiH-button.red {
  color: #ffffff;
  background-color: #e32437;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.red:hover,
input.red[type=button]:hover,
input.red[type=submit]:hover,
input.red[type=reset]:hover,
.button.red:hover,
.uiH-button.red:hover {
  background-color: #bc1828;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.green,
input.green[type=button],
input.green[type=submit],
input.green[type=reset],
.button.green,
.uiH-button.green {
  color: #ffffff;
  background-color: #090;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.green:hover,
input.green[type=button]:hover,
input.green[type=submit]:hover,
input.green[type=reset]:hover,
.button.green:hover,
.uiH-button.green:hover {
  background-color: #006600;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.orange,
input.orange[type=button],
input.orange[type=submit],
input.orange[type=reset],
.button.orange,
.uiH-button.orange {
  color: #ffffff;
  background-color: #FFB600;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.orange:hover,
input.orange[type=button]:hover,
input.orange[type=submit]:hover,
input.orange[type=reset]:hover,
.button.orange:hover,
.uiH-button.orange:hover {
  background-color: #cc9200;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.gray-dark,
input.gray-dark[type=button],
input.gray-dark[type=submit],
input.gray-dark[type=reset],
.button.gray-dark,
.uiH-button.gray-dark {
  color: #ffffff;
  background-color: #5e5e5e;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.gray-dark:hover,
input.gray-dark[type=button]:hover,
input.gray-dark[type=submit]:hover,
input.gray-dark[type=reset]:hover,
.button.gray-dark:hover,
.uiH-button.gray-dark:hover {
  background-color: #454545;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.black,
input.black[type=button],
input.black[type=submit],
input.black[type=reset],
.button.black,
.uiH-button.black {
  color: #ffffff;
  background-color: #1d1d1d;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.black:hover,
input.black[type=button]:hover,
input.black[type=submit]:hover,
input.black[type=reset]:hover,
.button.black:hover,
.uiH-button.black:hover {
  background-color: #040404;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-ce,
input.section-ce[type=button],
input.section-ce[type=submit],
input.section-ce[type=reset],
.button.section-ce,
.uiH-button.section-ce {
  color: #ffffff;
  background-color: #a5c823;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-ce:hover,
input.section-ce[type=button]:hover,
input.section-ce[type=submit]:hover,
input.section-ce[type=reset]:hover,
.button.section-ce:hover,
.uiH-button.section-ce:hover {
  background-color: #819d1b;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-cc,
input.section-cc[type=button],
input.section-cc[type=submit],
input.section-cc[type=reset],
.button.section-cc,
.uiH-button.section-cc {
  color: #ffffff;
  background-color: #f07305;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-cc:hover,
input.section-cc[type=button]:hover,
input.section-cc[type=submit]:hover,
input.section-cc[type=reset]:hover,
.button.section-cc:hover,
.uiH-button.section-cc:hover {
  background-color: #be5b04;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-gaming,
input.section-gaming[type=button],
input.section-gaming[type=submit],
input.section-gaming[type=reset],
.button.section-gaming,
.uiH-button.section-gaming {
  color: #ffffff;
  background-color: #c82396;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-gaming:hover,
input.section-gaming[type=button]:hover,
input.section-gaming[type=submit]:hover,
input.section-gaming[type=reset]:hover,
.button.section-gaming:hover,
.uiH-button.section-gaming:hover {
  background-color: #9d1b75;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-foto,
input.section-foto[type=button],
input.section-foto[type=submit],
input.section-foto[type=reset],
.button.section-foto,
.uiH-button.section-foto {
  color: #ffffff;
  background-color: #2d9ad7;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-foto:hover,
input.section-foto[type=button]:hover,
input.section-foto[type=submit]:hover,
input.section-foto[type=reset]:hover,
.button.section-foto:hover,
.uiH-button.section-foto:hover {
  background-color: #217db0;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-home,
input.section-home[type=button],
input.section-home[type=submit],
input.section-home[type=reset],
.button.section-home,
.uiH-button.section-home {
  color: #ffffff;
  background-color: #0f8ca5;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-home:hover,
input.section-home[type=button]:hover,
input.section-home[type=submit]:hover,
input.section-home[type=reset]:hover,
.button.section-home:hover,
.uiH-button.section-home:hover {
  background-color: #0b6476;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-kids,
input.section-kids[type=button],
input.section-kids[type=submit],
input.section-kids[type=reset],
.button.section-kids,
.uiH-button.section-kids {
  color: #ffffff;
  background-color: #694ba5;
}

/* line 298, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

button.section-kids:hover,
input.section-kids[type=button]:hover,
input.section-kids[type=submit]:hover,
input.section-kids[type=reset]:hover,
.button.section-kids:hover,
.uiH-button.section-kids:hover {
  background-color: #533b82;
}

/* line 339, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.modal {
  color: transparent !important;
  background: white url(/_his9/img/icons/general/uiH-icon-spinner.gif) 50% 50% no-repeat !important;
  background: white url(/_his9/img/icons/general/uiH-icon-spinner.svg) 50% 50% no-repeat !important;
}

/* line 343, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.modal svg {
  opacity: 0;
}

/* line 348, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

input,
input:focus,
textarea,
textarea:focus {
  color: #1d1d1d;
}

/* line 355, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

form {
  border: none;
}

/* line 357, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

form #counter {
  float: left;
  width: 77%;
  margin-left: 23%;
  margin-top: -20px;
  font-weight: bold;
}

/* line 363, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

form #counter.alert {
  color: #e32437;
}

@media screen and (max-width: 767px) {
  /* line 357, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  form #counter {
    margin-left: 0;
    width: 90%;
    margin-bottom: 10px;
  }
}

/* line 374, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

fieldset {
  border: none;
}

/* line 378, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

input {
  font-size: inherit;
}

/* line 382, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

select,
option {
  color: #1d1d1d;
}

/* line 387, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

select {
  width: auto;
}

/* line 391, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=date],
textarea {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: inset 3px 3px 3px -2px #e0e0e0;
     -moz-box-shadow: inset 3px 3px 3px -2px #e0e0e0;
          box-shadow: inset 3px 3px 3px -2px #e0e0e0;
  padding: 8px;
  margin: 0 0 2em 0;
}

@media screen and (min-width: 768px) {
  /* line 406, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

  input[type=button],
  input[type=submit],
  input[type=reset] {
    margin: 1em 1em 3em 0;
  }
}

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.embd_video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.embd_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 434, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.banner img,
img.banner {
  width: 100%;
}

/* line 439, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.circle {
  width: 200px;
  height: 200px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e8e8e8;
}

/* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.circle-text {
  width: 50%;
}

/* line 452, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.circle-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #e8e8e8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 464, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.circle-text span {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: white;
}

/* line 474, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.dualLanguageEdit {
  background-color: #CCC;
  border: 1px red solid;
  cursor: pointer;
}

/* line 478, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.dualLanguageEdit:hover {
  cursor: pointer;
}

/* line 481, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.dualLanguageEdit + img {
  cursor: pointer;
}

/* line 486, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.price {
  margin: .5em 0;
}

/* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.price .graduated {
  display: block;
  font-size: .75em;
}

/* line 496, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.price.was-price .price,
.price.was-price .currency,
.price.was-price .priceType {
  text-decoration: line-through;
}

/* line 503, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.price .discount {
  color: #e32437;
}

/* line 506, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.price .priceType {
  white-space: nowrap;
}

/* line 511, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.articleIsAvailable {
  color: #a5c823;
}

/* line 515, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.articleIsOutOfStock {
  color: #e32437;
}

/* line 521, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.vcard .fn {
  font-weight: bold;
  margin-bottom: 1em;
}

/* line 525, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.vcard .adr {
  margin-bottom: 1em;
}

/* line 528, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.vcard .adr .street-address {
  display: block;
}

/* line 532, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.vcard .url {
  margin-top: 1em;
  text-decoration: underline;
}

/* line 536, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.vcard .type {
  display: none;
}

/* line 539, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.vcard .logo {
  height: 65px;
  margin-bottom: 20px;
}

/* line 545, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

#preloader {
  background: white url(/_his9/img/icons/general/uiH-icon-spinner.gif) center no-repeat !important;
  background: white url(/_his9/img/icons/general/uiH-icon-spinner.svg) center no-repeat !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 25;
  opacity: 0;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
  width: 0;
  height: 0;
}

/* line 563, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

#preloader.show {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
}

/* line 575, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

#preloader-animation {
  position: fixed;
  left: 50%;
  top: 300px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 583, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

#preloader-animation .spinner {
  width: 70px;
}

/* line 587, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

#preloader-animation .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #838383;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -moz-animation: bouncedelay 1.4s infinite ease-in-out;
    -o-animation: bouncedelay 1.4s infinite ease-in-out;
       animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
       animation-fill-mode: both;
}

/* line 599, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

#preloader-animation .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
       animation-delay: -0.32s;
}

/* line 604, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

#preloader-animation .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
       animation-delay: -0.16s;
}

/* line 611, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.body-overlay {
  background-color: black;
  position: fixed;
  transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  opacity: 0;
  z-index: 201;
  margin-top: -58px;
  width: 100%;
  height: 100%;
}

/* line 623, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.body-overlay.open {
  opacity: 0.2;
}

/* line 626, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.body-overlay.mobil {
  margin-top: 0px;
}

/* line 632, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.callout h2 {
  font-size: 18px;
}

/* line 637, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

footer {
  padding: 30px 0px;
}

/* line 639, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

footer h4 {
  font-size: 18px;
}

/* line 643, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.mainwrapper > .row > .columns.no-pad {
  padding: 0;
}

/* line 650, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.row .columns.no-pad {
  padding: 0;
}

/* line 657, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.callout h2 {
  font-size: 18px;
}

/* line 662, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

footer {
  padding: 30px 0px;
}

/* line 664, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

footer h4 {
  font-size: 18px;
}

/* line 667, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.reveal-overlay {
  overflow-y: auto;
}

/* line 671, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.reveal {
  outline: none;
}

/* line 672, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.reveal .close-button {
  text-align: right;
  display: block;
  width: 100%;
}

/* line 676, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.reveal .close-button.back {
  position: fixed;
  text-align: left;
  padding: 1rem;
  background-color: #ffffff;
  z-index: 999;
  top: 0;
  left: 0;
  font-size: 1rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

/* line 686, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.reveal .close-button.back:before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #5e5e5e transparent transparent;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

/* line 695, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.reveal .uiH-forms {
  border: none;
  margin: 0;
}

/* line 699, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.reveal.accesory {
  width: 900px;
  max-width: 100%;
  max-height: 75vh;
}

/* line 704, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.reveal.article {
  padding-top: 3.5rem;
}

/* line 707, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.reveal.loading {
  background: #ffffff url(/_his9/img/icons/general/uiH-icon-spinner.svg) 50% 50% no-repeat !important;
  background-position: center;
  -webkit-background-size: 30px 30px;
     -moz-background-size: 30px 30px;
       -o-background-size: 30px 30px;
          background-size: 30px 30px;
}

/* line 731, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.addthis-wrapper {
  margin-bottom: 10px;
  height: 32px;
}

/* line 734, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.addthis-wrapper .addthis-share {
  cursor: pointer;
  float: right;
  display: inline-block;
  height: 32px;
  background-color: white;
}

/* line 740, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.addthis-wrapper .addthis-share .svgContainer {
  background-color: #e8e8e8;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 10px 0px 10px;
}

/* line 745, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.addthis-wrapper .addthis-share .svgContainer svg {
  width: 22px;
  height: 22px;
}

/* line 748, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.addthis-wrapper .addthis-share .svgContainer svg path {
  fill: #5e5e5e;
}

/* line 754, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.addthis-wrapper .addthis_toolbox {
  float: right;
  width: 0px;
  height: 32px;
  position: static;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  -webkit-transition-delay: 0.25s;
     -moz-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

/* line 763, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.addthis-wrapper .addthis_toolbox.active {
  width: 220px;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  -webkit-transition-delay: 0.25s;
     -moz-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

/* line 772, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.editNote {
  width: 100%;
  padding: 30px;
  background-color: #ffc;
  cursor: pointer;
}

/* line 780, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.no-edit .editNote {
  cursor: default;
}

/* line 785, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_basics.scss */

.notice {
  width: 100%;
  resize: vertical;
}

/* line 9, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM,
.uiH-forms {
  margin: 40px auto;
  vertical-align: top;
  padding: 20px;
  border: 1px solid #e8e8e8;
  max-width: 750px;
}

/* line 16, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM h2,
.uiH-forms h2 {
  margin-bottom: 1em;
}

/* line 19, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM fieldset,
.uiH-forms fieldset {
  padding: 0;
  margin-bottom: 20px;
}

/* line 24, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM legend,
.uiH-forms legend {
  position: relative;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: .5em 0 .25em 0;
}

/* line 32, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM label,
.uiH-forms label {
  display: block;
}

@media screen and (min-width: 768px) {
  /* line 32, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM label,
  .uiH-forms label {
    display: inline-block;
    vertical-align: top;
  }
}

/* line 42, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM input[type=hidden],
.uiH-forms input[type=hidden] {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  /* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM input[type=text],
  .global-FORM input[type=email],
  .global-FORM input[type=search],
  .global-FORM input[type=password],
  .global-FORM input[type=number],
  .global-FORM input[type=tel],
  .global-FORM input[type=url],
  .global-FORM input[type=date],
  .global-FORM textarea,
  .uiH-forms input[type=text],
  .uiH-forms input[type=email],
  .uiH-forms input[type=search],
  .uiH-forms input[type=password],
  .uiH-forms input[type=number],
  .uiH-forms input[type=tel],
  .uiH-forms input[type=url],
  .uiH-forms input[type=date],
  .uiH-forms textarea {
    display: block;
    margin-top: 3px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  /* line 47, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM input[type=text],
  .global-FORM input[type=email],
  .global-FORM input[type=search],
  .global-FORM input[type=password],
  .global-FORM input[type=number],
  .global-FORM input[type=tel],
  .global-FORM input[type=url],
  .global-FORM input[type=date],
  .global-FORM textarea,
  .uiH-forms input[type=text],
  .uiH-forms input[type=email],
  .uiH-forms input[type=search],
  .uiH-forms input[type=password],
  .uiH-forms input[type=number],
  .uiH-forms input[type=tel],
  .uiH-forms input[type=url],
  .uiH-forms input[type=date],
  .uiH-forms textarea {
    display: inline-block;
    min-width: 160px;
    max-width: 100%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 72, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM select,
  .uiH-forms select {
    display: block;
    margin-top: 3px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  /* line 72, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM select,
  .uiH-forms select {
    display: inline-block;
    min-width: 160px;
    margin-right: 20px;
  }
}

/* line 86, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM textarea,
.uiH-forms textarea {
  padding: 10px;
  vertical-align: top;
  min-height: 12em;
  resize: vertical;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM input[type=checkbox],
.global-FORM input[type=radio],
.uiH-forms input[type=checkbox],
.uiH-forms input[type=radio] {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 0;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  /* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM input[type=checkbox],
  .global-FORM input[type=radio],
  .uiH-forms input[type=checkbox],
  .uiH-forms input[type=radio] {
    top: 3px;
  }
}

/* line 108, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM .label-radio,
.uiH-forms .label-radio {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  padding-right: 10px;
  padding-left: 25px;
}

/* line 114, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM .label-radio > input,
.uiH-forms .label-radio > input {
  position: absolute;
  left: 0;
}

/* line 121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM .label-checkbox,
.uiH-forms .label-checkbox {
  width: auto;
}

/* line 125, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM span.clear,
.uiH-forms span.clear {
  clear: both;
  display: block;
}

/* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM .checkbox-grid li,
.global-FORM .checkbox-list li,
.uiH-forms .checkbox-grid li,
.uiH-forms .checkbox-list li {
  vertical-align: top;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  /* line 142, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM .checkbox-grid li,
  .uiH-forms .checkbox-grid li {
    display: inline-block;
    padding-right: 20px;
    width: 33%;
  }
}

/* line 151, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM .form-message,
.uiH-forms .form-message {
  font-style: 18px;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 4px solid #838383;
  margin-bottom: 1em;
}

/* line 158, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM .form-message.form-message-success,
.uiH-forms .form-message.form-message-success {
  color: #a5c823;
  border-bottom-color: #a5c823;
}

/* line 163, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM .form-message.form-message-warning,
.uiH-forms .form-message.form-message-warning {
  border-bottom-color: #e32437;
}

@media screen and (min-width: 768px) {
  /* line 180, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM .thridgrid label,
  .uiH-forms .thridgrid label {
    width: 25%;
    margin-right: 3%;
  }

  /* line 184, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM .thridgrid input,
  .global-FORM .thridgrid textarea,
  .global-FORM .thridgrid select,
  .uiH-forms .thridgrid input,
  .uiH-forms .thridgrid textarea,
  .uiH-forms .thridgrid select {
    width: 60%;
  }

  /* line 188, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM .thridgrid p > span,
  .uiH-forms .thridgrid p > span {
    display: inline-block;
    width: 60%;
  }
}

/* line 196, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM .annotation,
.uiH-forms .annotation {
  position: relative;
  display: inline-block;
  color: #838383;
  font-style: italic;
  top: -20px;
}

@media screen and (max-width: 767px) {
  /* line 196, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM .annotation,
  .uiH-forms .annotation {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 196, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .global-FORM .annotation,
  .uiH-forms .annotation {
    margin: 0 0 0 25px;
    left: 25%;
  }
}

/* line 215, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.global-FORM .required .asterisk,
.uiH-forms .required .asterisk {
  color: #e32437;
}

/* line 234, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.uiH-forms .formRow {
  margin: 0;
  clear: both;
}

@media screen and (min-width: 768px) {
  /* line 234, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .uiH-forms .formRow {
    margin: 0 0 1em 0;
  }
}

/* line 244, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.uiH-forms label:empty {
  display: none;
  visibility: hidden;
}

/* line 250, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.uiH-forms [type="radio"]:not(:last-of-type) + span,
.uiH-forms [type="checkbox"]:not(:last-of-type) + span {
  margin-right: 20px;
}

/* line 255, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.uiH-forms legend {
  display: block;
  width: 100%;
  border-top: 4px solid #838383;
  margin: 1em 0 .5em 0;
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  /* line 265, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .uiH-forms label {
    display: inline-block;
    position: relative;
    width: 20%;
    margin-right: 20px;
  }

  /* line 271, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .uiH-forms .width20 {
    display: inline-block;
    width: 16.25%;
    vertical-align: top;
  }

  /* line 277, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .uiH-forms select,
  .uiH-forms input[type="text"],
  .uiH-forms input[type="email"],
  .uiH-forms input[type="password"],
  .uiH-forms textarea {
    width: 50%;
  }

  /* line 285, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .uiH-forms input[type="text"],
  .uiH-forms input[type="email"],
  .uiH-forms input[type="password"],
  .uiH-forms textarea {
    position: relative;
    margin-top: -5px;
  }
}

/* line 297, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.invalid-input {
  border-color: #e32437 !important;
}

/* line 299, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.invalid-input + span {
  color: #e32437;
}

/* line 304, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.formErrorMessage {
  color: #e32437;
  text-align: left;
  display: block;
  float: right;
}

/* line 315, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.formwrapper aside {
  padding-top: 40px !important;
}

/* line 322, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.uiH-forms.uiH-forms-resetPassword,
.uiH-forms.uiH-forms-forgotPassword {
  margin: 0;
}

/* line 325, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.uiH-forms.uiH-forms-resetPassword label,
.uiH-forms.uiH-forms-resetPassword input[type="password"],
.uiH-forms.uiH-forms-forgotPassword label,
.uiH-forms.uiH-forms-forgotPassword input[type="password"] {
  width: 100%;
}

/* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#excel_upload_form a.legend,
#excel_upload_form .productlist-item a.item-varation,
.productlist-item #excel_upload_form a.item-varation {
  float: right;
  margin-top: 2em;
}

/* line 339, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#dropzone {
  margin-bottom: 3rem;
}

/* line 343, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.dropzone {
  border: 2px dashed #5e5e5e;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: white;
}

/* line 349, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.dropzone .dz-message {
  font-weight: 400;
}

/* line 353, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.dropzone .dz-message .note {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin-top: 1.4rem;
}

/* line 360, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.fieldset-collapse fieldset {
  margin: 0 0 10px;
}

/* line 362, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.fieldset-collapse fieldset legend {
  border: none;
  padding: 10px;
  margin: 1em 0;
  background-color: #e8e8e8;
  cursor: pointer;
}

/* line 368, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.fieldset-collapse fieldset legend:before {
  content: '+ ';
  color: #e32437;
}

/* line 373, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.fieldset-collapse fieldset > div {
  height: 0;
  margin: 0 !important;
  opacity: 0;
  -webkit-transition-property: height, opacity;
  -o-transition-property: height, opacity;
  -moz-transition-property: height, opacity;
  transition-property: height, opacity;
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 382, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.fieldset-collapse fieldset.open legend:before {
  content: '- ';
}

/* line 385, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.fieldset-collapse fieldset.open > div {
  height: 59px;
  margin: 0 0 1em 0 !important;
  opacity: 1;
}

/* line 394, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#newsletterUnsubscription form {
  text-align: left;
}

/* line 396, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#newsletterUnsubscription form span.clear {
  display: block;
  height: 10px;
}

/* line 405, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.form-reportPt form {
  clear: both;
}

@media screen and (min-width: 768px) {
  /* line 409, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

  .form-reportPt select[name=filter_163] {
    margin-left: 23%;
  }
}

/* line 413, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.form-reportPt input[type=submit] {
  float: right;
}

/* line 422, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form17 label#column_16_1 {
  display: block;
}

/* line 425, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form17 #row_18 label,
#form17 #row_20 label {
  width: 100%;
  margin-top: -1.5em;
}

/* line 433, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.formwrapper #form20 {
  display: none;
}

/* line 436, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

.formwrapper.targetisactive #form20 {
  display: block;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form21 #row_3,
#form21 #row_4,
#form21 #row_5,
#form21 #row_6 {
  display: none;
}

/* line 444, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form21 #row_3.init,
#form21 #row_4.init,
#form21 #row_5.init,
#form21 #row_6.init {
  display: block;
}

/* line 451, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form47 label {
  width: 100%;
  margin-bottom: 1em;
  font-weight: bold;
}

/* line 460, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form64 #row_13 label,
#form64 #row_15 label,
#form64 #row_18 label,
#form64 #row_21 label,
#form64 #row_39 label,
#form64 #row_42 label,
#form64 #row_45 label {
  width: auto;
  margin-right: 0;
}

/* line 464, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form64 #row_13 span,
#form64 #row_15 span,
#form64 #row_18 span,
#form64 #row_21 span,
#form64 #row_39 span,
#form64 #row_42 span,
#form64 #row_45 span {
  padding-right: 20px;
}

/* line 471, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form65 #row_11 label {
  width: 100%;
  margin-top: -1.5em;
}

/* line 478, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form82 #row_17 {
  display: none;
}

/* line 480, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form82 #row_17 label {
  display: block;
  font-size: 18px;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form82 #row_17.init {
  display: block;
}

/* line 492, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form308 #row_13 label,
#form308 #row_15 label,
#form308 #row_18 label,
#form308 #row_36 label,
#form308 #row_37 label,
#form308 #row_38 label,
#form308 #row_39 label,
#form308 #row_40 label,
#form308 #row_41 label,
#form308 #row_42 label,
#form308 #row_43 label {
  width: auto;
  margin-right: 0;
}

/* line 496, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_forms.scss */

#form308 #row_13 span,
#form308 #row_15 span,
#form308 #row_18 span,
#form308 #row_36 span,
#form308 #row_37 span,
#form308 #row_38 span,
#form308 #row_39 span,
#form308 #row_40 span,
#form308 #row_41 span,
#form308 #row_42 span,
#form308 #row_43 span {
  padding-right: 20px;
}

/* line 17, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

#nav-icon {
  width: 20px;
  height: 22px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 2;
}

/* line 27, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #5e5e5e;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 36, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

#nav-icon span:nth-child(1) {
  top: 5px;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

/* line 40, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

/* line 44, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

#nav-icon span:nth-child(3) {
  top: 15px;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

/* line 73, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu {
  background-color: transparent;
}

/* line 77, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.red.active {
  background-color: #e32437;
}

/* line 80, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.red.active svg path {
  fill: #ffffff;
}

/* line 84, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.red.active .label {
  color: #ffffff;
}

/* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent.is-active {
  background-color: #e8e8e8 !important;
  color: #5e5e5e !important;
  -webkit-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.5);
}

/* line 94, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent.is-active .label {
  color: #838383 !important;
}

/* line 98, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent.is-active svg path {
  fill: #838383 !important;
}

/* line 103, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent.is-active > a:after {
  border-color: #838383 transparent transparent !important;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  border-width-: 4px;
}

/* line 109, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent.is-active .is-dropdown-submenu,
.menu > li.is-dropdown-submenu-parent.is-active .is-accordion-submenu {
  -webkit-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.5);
}

/* line 113, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu {
  opacity: 0;
  background-color: #e8e8e8;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  -moz-transition: opacity 2s;
  transition: opacity 2s;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu.js-dropdown-active {
  opacity: 1;
}

/* line 120, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 122, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li > a,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li > a {
  color: #838383;
  padding: 0.75rem 1rem;
}

/* line 127, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li > a.active svg path,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li > a.active svg path {
  fill: #ffffff;
}

/* line 132, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li > a:hover,
.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li > a:focus,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li > a:hover,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li > a:focus {
  color: #ffffff;
  background-color: #838383 !important;
}

/* line 137, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li.red,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li.red {
  background-color: #e32437;
}

/* line 139, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li.red a,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li.red a {
  color: #ffffff;
}

/* line 144, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li.active > a,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li.active > a {
  color: #ffffff;
  background-color: #838383;
}

/* line 149, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li:last-child,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li:last-child {
  border-bottom: none;
}

/* line 152, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.is-dropdown-submenu-parent .is-dropdown-submenu > li:first-child,
.menu > li.is-dropdown-submenu-parent .is-accordion-submenu > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 158, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu > li.functions-menu {
  display: none !important;
}

@media screen and (max-width: 89.9375em) {
  /* line 158, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

  .menu > li.functions-menu {
    display: block !important;
  }
}

/* line 166, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a .icon-flag-16 {
  background-image: url(../img/icons/graphics/flags-16.png);
  height: 16px;
  width: 16px;
  float: left;
  margin: -1px 5px 0 0;
}

/* line 172, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a .icon-flag-16.icon-flag-en {
  background-position: -144px -96px;
}

/* line 175, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a .icon-flag-16.icon-flag-de {
  background-position: 0 -81px;
}

/* line 178, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a .icon-flag-16.icon-flag-fr {
  background-position: -112px -96px;
}

/* line 181, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a .icon-flag-16.icon-flag-nl {
  background-position: -16px -240px;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-ce {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-ce.current {
  background-color: #a5c823;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-ce:not(.current):hover {
  background-color: #a5c823;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-gaming {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-gaming.current {
  background-color: #c82396;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-gaming:not(.current):hover {
  background-color: #c82396;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-cc {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-cc.current {
  background-color: #f07305;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-cc:not(.current):hover {
  background-color: #f07305;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-foto {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-foto.current {
  background-color: #2d9ad7;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-foto:not(.current):hover {
  background-color: #2d9ad7;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-home {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-home.current {
  background-color: #0f8ca5;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-home:not(.current):hover {
  background-color: #0f8ca5;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-kids {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-kids.current {
  background-color: #694ba5;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-kids:not(.current):hover {
  background-color: #694ba5;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-travel {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-travel.current {
  background-color: #1b297a;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.section-travel:not(.current):hover {
  background-color: #1b297a;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-add {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-add.current {
  background-color: #e32437;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-add:not(.current):hover {
  background-color: #e32437;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-home {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-home.current {
  background-color: #e32437;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-home:not(.current):hover {
  background-color: #e32437;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-lastSeenItems {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-lastSeenItems.current {
  background-color: #e32437;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-lastSeenItems:not(.current):hover {
  background-color: #e32437;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-brands {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-brands.current {
  background-color: #e32437;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.category-brands:not(.current):hover {
  background-color: #e32437;
}

/* line 186, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.company {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 189, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.company.current {
  background-color: #5e5e5e;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.menu a.company:not(.current):hover {
  background-color: #5e5e5e;
}

/* line 200, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}

/* line 203, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar.no-shadow {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* line 206, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .svgContainer {
  width: 20px;
  height: 21px;
  margin: 0 auto;
}

/* line 210, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .svgContainer svg {
  width: 20px;
  height: 20px;
}

/* line 213, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .svgContainer svg path {
  fill: #5e5e5e;
}

/* line 218, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar ul {
  background-color: transparent;
}

/* line 220, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar ul ul {
  background-color: transparent;
}

/* line 224, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full {
  background-color: #838383;
  display: table;
  width: 100%;
  padding-right: 1rem;
}

/* line 229, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu {
  float: left;
  color: #ffffff;
}

/* line 232, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu.dropdown {
  float: right;
}

/* line 237, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu.dropdown > li.is-dropdown-submenu-parent > a:after {
  border-color: #ffffff transparent transparent !important;
  border-width: 4px;
}

/* line 244, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu.dropdown > li.is-dropdown-submenu-parent.is-active a:after {
  border-color: #838383 transparent transparent !important;
}

/* line 251, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu.dropdown > li a:focus {
  outline: 0;
}

/* line 258, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 261, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu > li > a .svgContainer {
  float: left;
  margin-right: 5px;
  margin-top: -5px;
}

@media screen and (max-width: 64em) {
  /* line 261, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

  .top-bar .top-bar-full .menu > li > a .svgContainer {
    float: none;
    margin-right: 0;
  }
}

/* line 270, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu > li > a .svgContainer svg path {
  fill: #ffffff;
}

@media screen and (max-width: 64em) {
  /* line 275, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

  .top-bar .top-bar-full .menu > li > a span {
    display: none;
  }
}

/* line 282, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu.header-center {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 289, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu.header-center > li {
  width: 100%;
  display: block;
  text-align: center;
}

/* line 293, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu.header-center > li a {
  text-transform: uppercase;
}

/* line 295, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-full .menu.header-center > li a:before,
.top-bar .top-bar-full .menu.header-center > li a:after {
  content: "+++";
  padding: 0 1rem;
}

/* line 305, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-left > .menu {
  font-size: 18px;
}

/* line 308, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-left > .menu > li > a {
  padding: 1.5rem 1rem;
}

@media screen and (max-width: 64em) {
  /* line 307, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

  .top-bar .top-bar-left > .menu > li {
    display: none;
  }
}

@media screen and (max-width: 64em) {
  /* line 315, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

  .top-bar .top-bar-left > .menu > li:first-child {
    display: table-cell;
  }
}

/* line 323, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-right .label {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

/* line 331, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-right > .menu > li {
  width: auto;
  min-width: 95px;
}

/* line 334, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-right > .menu > li > a {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 89.9375em) {
  /* line 339, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

  .top-bar .top-bar-right > .menu > li:first-child {
    display: none;
  }
}

@media screen and (max-width: 64em) {
  /* line 331, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

  .top-bar .top-bar-right > .menu > li {
    display: none;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 347, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

  .top-bar .top-bar-right > .menu > li:last-child {
    display: table-cell;
  }
}

/* line 355, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-right > .menu.dropdown > li.is-dropdown-submenu-parent > a {
  padding: 0.75rem 1rem;
}

/* line 357, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .top-bar-right > .menu.dropdown > li.is-dropdown-submenu-parent > a:after {
  right: 20px;
  top: 28px;
}

/* line 367, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .logo {
  position: absolute;
  width: 100px;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

/* line 378, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .menu li h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding: 0 1rem;
}

/* line 384, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .menu li h3 span {
  font-weight: normal;
}

/* line 388, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .menu li p {
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
  padding: 0 1rem;
}

/* line 395, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .menu li a:focus {
  outline: 0;
}

/* line 399, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar .menu li a #jsOpenSearch .svgContainer {
  margin-right: 0;
}

/* line 407, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar span.count {
  position: absolute;
  top: 5px;
  right: 20px;
  padding: 2px 0;
  width: 20px;
  letter-spacing: 0;
  line-height: 11px;
  background-color: #C00;
  font-size: 11px;
  color: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar span.count.green {
  background-color: #090;
}

/* line 431, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar.mobile .top-bar-full .menu > li > a span {
  display: initial;
}

/* line 441, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar.mobile .top-bar-left .menu > li > a {
  padding: 1rem;
}

/* line 447, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar.mobile .logo {
  top: 15px;
}

/* line 452, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar.mobile .top-bar-right .menu > li {
  min-width: auto;
}

/* line 454, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar.mobile .top-bar-right .menu > li > a {
  padding: 1.1rem 1rem;
}

/* line 456, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_header.scss */

.top-bar.mobile .top-bar-right .menu > li > a .label {
  display: none;
}

/* line 2, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas {
  height: 100%;
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .customer-info {
  padding: 1.25rem;
  color: #ffffff;
  min-height: 100px;
}

/* line 9, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .customer-info h3 {
  padding: 0;
  text-transform: uppercase;
}

/* line 12, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .customer-info h3 span {
  font-weight: normal;
}

/* line 16, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .customer-info p {
  margin: 0;
}

/* line 18, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .customer-info p a {
  text-decoration: dotted;
}

/* line 24, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu .is-accordion-submenu {
  background-color: transparent;
}

/* line 27, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu .is-accordion-submenu .is-accordion-submenu-item > a {
  text-transform: none;
  background-position: 12px;
  border-bottom: none;
}

/* line 32, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu .is-accordion-submenu .is-accordion-submenu-item .menu {
  background-color: #838383;
}

/* line 35, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu .is-accordion-submenu .is-accordion-submenu-item.red {
  background-color: #e32437;
}

/* line 40, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu .is-accordion-submenu > a:hover,
.off-canvas-wrapper .off-canvas.position-left .menu .is-accordion-submenu > a:focus {
  background-color: #5e5e5e;
}

/* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu > li.is-accordion-submenu-parent {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-left: none;
  border-right: none;
}

/* line 50, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu > li.is-accordion-submenu-parent > a {
  padding: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 57, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu > li > a {
  background-position: 12px;
  border-bottom: none;
}

/* line 61, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu > li > a span.label {
  color: #ffffff;
}

/* line 64, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu > li > a span.count {
  -moz-border-radius: 10px;
       border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 11px;
  background-color: #C00;
  color: #ffffff;
  padding: 2px;
  position: absolute;
  left: 30px;
  top: 5px;
}

/* line 75, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu > li > a span.green {
  background-color: #090;
}

/* line 79, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu > li > a .svgContainer {
  display: inline-block;
}

/* line 81, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu > li > a .svgContainer svg {
  width: 20px;
  height: 20px;
}

/* line 84, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu > li > a .svgContainer svg path {
  fill: #ffffff;
}

/* line 91, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu.nested {
  margin: 0;
}

/* line 94, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu .is-accordion-submenu-parent {
  display: block;
}

/* line 96, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu .is-accordion-submenu-parent a {
  color: #ffffff;
  padding-left: 1rem;
}

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu .is-accordion-submenu-parent a:after {
  border-color: #ffffff transparent transparent;
  border-width: 4px;
}

/* line 106, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas.position-left .menu.submenu .is-accordion-submenu-parent {
  border: none;
}

/* line 114, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_off_canvas.scss */

.off-canvas-wrapper .off-canvas-content .js-off-canvas-exit {
  z-index: 25;
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer {
  padding: 0;
  background-color: #838383;
  color: #ffffff;
}

@media screen and (max-width: 41.6875em) {
  /* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer {
    text-align: center;
  }
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer h4 {
  padding-bottom: 0.5rem;
  font-size: 18px;
}

@media screen and (max-width: 41.6875em) {
  /* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer h4 {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 41.6875em) {
  /* line 14, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer h4 + .menu {
    display: none;
  }
}

@media screen and (max-width: 64em) {
  /* line 20, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer .button {
    width: auto;
  }
}

@media screen and (max-width: 41.6875em) {
  /* line 20, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer .button {
    margin: 0 auto;
  }
}

/* line 30, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .follow-us a img {
  width: 30px;
}

@media screen and (max-width: 41.6875em) {
  /* line 30, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer .follow-us a img {
    width: 40px;
    margin-right: 10px;
  }
}

/* line 40, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer > .column > .row,
footer > .columns > .row {
  padding-top: 30px;
  padding-bottom: 15px;
}

/* line 43, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer > .column > .row:last-child,
footer > .columns > .row:last-child {
  padding-bottom: 30px;
}

/* line 51, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .menu > li > a {
  color: #ffffff;
}

/* line 53, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .menu > li > a .svgContainer {
  float: left;
  margin-right: 5px;
  margin-top: -5px;
  width: 30px;
}

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .menu > li > a .svgContainer svg path {
  fill: #ffffff;
}

@media screen and (max-width: 41.6875em) {
  /* line 66, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer .menu.dropdown {
    display: table;
    margin: 0 auto;
  }
}

/* line 72, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .menu.dropdown > li > a {
  border: 1px solid #ffffff;
}

/* line 79, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .menu.vertical > li > a {
  padding: 0.5rem 0;
}

@media screen and (max-width: 41.6875em) {
  /* line 84, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer .menu.newsletter {
    display: table;
    margin: 0 auto;
  }
}

/* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .menu.newsletter > li > a {
  padding: 1rem 0;
}

@media screen and (max-width: 64em) {
  /* line 92, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer .menu.newsletter > li > a .svgContainer {
    height: 45px;
  }
}

/* line 97, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .menu.newsletter > li > a span {
  font-size: 18px;
  font-weight: bold;
}

/* line 106, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .dropdown-pane {
  display: none;
}

/* line 108, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .dropdown-pane.is-open {
  display: block !important;
}

/* line 114, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .copyright > *:not(:last-child):after {
  content: "";
  margin: 0 .5em 0 .75em;
}

/* line 118, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .copyright a {
  white-space: nowrap;
}

/* line 121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

footer .copyright span {
  font-weight: bold;
}

@media screen and (max-width: 41.6875em) {
  /* line 121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_footer.scss */

  footer .copyright span {
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
    display: block;
  }
}

/* line 18, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser {
  width: 320px;
  height: 300px;
  max-width: 800px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.section-corporate.teaser-content-category a,
.teaser.section-corporate.teaser-content-category .aWrapper,
.teaser.section-corporate.teaser-special a,
.teaser.section-corporate.teaser-special .aWrapper,
.teaser.section-corporate.teaser-socialmedia a,
.teaser.section-corporate.teaser-socialmedia .aWrapper,
.teaser.section-hama.teaser-content-category a,
.teaser.section-hama.teaser-content-category .aWrapper,
.teaser.section-hama.teaser-special a,
.teaser.section-hama.teaser-special .aWrapper,
.teaser.section-hama.teaser-socialmedia a,
.teaser.section-hama.teaser-socialmedia .aWrapper,
.teaser.teaser-content-category-red.teaser-content-category a,
.teaser.teaser-content-category-red.teaser-content-category .aWrapper,
.teaser.teaser-content-category-red.teaser-special a,
.teaser.teaser-content-category-red.teaser-special .aWrapper,
.teaser.teaser-content-category-red.teaser-socialmedia a,
.teaser.teaser-content-category-red.teaser-socialmedia .aWrapper {
  background-color: #e32437;
}

/* line 7, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.section-corporate.teaser-content-category a h2,
.teaser.section-corporate.teaser-content-category .aWrapper h2,
.teaser.section-corporate.teaser-special a h2,
.teaser.section-corporate.teaser-special .aWrapper h2,
.teaser.section-corporate.teaser-socialmedia a h2,
.teaser.section-corporate.teaser-socialmedia .aWrapper h2,
.teaser.section-hama.teaser-content-category a h2,
.teaser.section-hama.teaser-content-category .aWrapper h2,
.teaser.section-hama.teaser-special a h2,
.teaser.section-hama.teaser-special .aWrapper h2,
.teaser.section-hama.teaser-socialmedia a h2,
.teaser.section-hama.teaser-socialmedia .aWrapper h2,
.teaser.teaser-content-category-red.teaser-content-category a h2,
.teaser.teaser-content-category-red.teaser-content-category .aWrapper h2,
.teaser.teaser-content-category-red.teaser-special a h2,
.teaser.teaser-content-category-red.teaser-special .aWrapper h2,
.teaser.teaser-content-category-red.teaser-socialmedia a h2,
.teaser.teaser-content-category-red.teaser-socialmedia .aWrapper h2 {
  color: #fff !important;
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.section-corporate.teaser-content-category a p,
.teaser.section-corporate.teaser-content-category .aWrapper p,
.teaser.section-corporate.teaser-special a p,
.teaser.section-corporate.teaser-special .aWrapper p,
.teaser.section-corporate.teaser-socialmedia a p,
.teaser.section-corporate.teaser-socialmedia .aWrapper p,
.teaser.section-hama.teaser-content-category a p,
.teaser.section-hama.teaser-content-category .aWrapper p,
.teaser.section-hama.teaser-special a p,
.teaser.section-hama.teaser-special .aWrapper p,
.teaser.section-hama.teaser-socialmedia a p,
.teaser.section-hama.teaser-socialmedia .aWrapper p,
.teaser.teaser-content-category-red.teaser-content-category a p,
.teaser.teaser-content-category-red.teaser-content-category .aWrapper p,
.teaser.teaser-content-category-red.teaser-special a p,
.teaser.teaser-content-category-red.teaser-special .aWrapper p,
.teaser.teaser-content-category-red.teaser-socialmedia a p,
.teaser.teaser-content-category-red.teaser-socialmedia .aWrapper p {
  color: #fff !important;
}

/* line 9, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.section-corporate.teaser-content-category a:hover,
.teaser.section-corporate.teaser-content-category .aWrapper:hover,
.teaser.section-corporate.teaser-special a:hover,
.teaser.section-corporate.teaser-special .aWrapper:hover,
.teaser.section-corporate.teaser-socialmedia a:hover,
.teaser.section-corporate.teaser-socialmedia .aWrapper:hover,
.teaser.section-hama.teaser-content-category a:hover,
.teaser.section-hama.teaser-content-category .aWrapper:hover,
.teaser.section-hama.teaser-special a:hover,
.teaser.section-hama.teaser-special .aWrapper:hover,
.teaser.section-hama.teaser-socialmedia a:hover,
.teaser.section-hama.teaser-socialmedia .aWrapper:hover,
.teaser.teaser-content-category-red.teaser-content-category a:hover,
.teaser.teaser-content-category-red.teaser-content-category .aWrapper:hover,
.teaser.teaser-content-category-red.teaser-special a:hover,
.teaser.teaser-content-category-red.teaser-special .aWrapper:hover,
.teaser.teaser-content-category-red.teaser-socialmedia a:hover,
.teaser.teaser-content-category-red.teaser-socialmedia .aWrapper:hover {
  background-color: #bc1828;
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-facebook.teaser-content-category a,
.teaser.sm-facebook.teaser-content-category .aWrapper,
.teaser.sm-facebook.teaser-special a,
.teaser.sm-facebook.teaser-special .aWrapper,
.teaser.sm-facebook.teaser-socialmedia a,
.teaser.sm-facebook.teaser-socialmedia .aWrapper {
  background-color: #3b5998;
}

/* line 7, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-facebook.teaser-content-category a h2,
.teaser.sm-facebook.teaser-content-category .aWrapper h2,
.teaser.sm-facebook.teaser-special a h2,
.teaser.sm-facebook.teaser-special .aWrapper h2,
.teaser.sm-facebook.teaser-socialmedia a h2,
.teaser.sm-facebook.teaser-socialmedia .aWrapper h2 {
  color: #fff !important;
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-facebook.teaser-content-category a p,
.teaser.sm-facebook.teaser-content-category .aWrapper p,
.teaser.sm-facebook.teaser-special a p,
.teaser.sm-facebook.teaser-special .aWrapper p,
.teaser.sm-facebook.teaser-socialmedia a p,
.teaser.sm-facebook.teaser-socialmedia .aWrapper p {
  color: #fff !important;
}

/* line 9, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-facebook.teaser-content-category a:hover,
.teaser.sm-facebook.teaser-content-category .aWrapper:hover,
.teaser.sm-facebook.teaser-special a:hover,
.teaser.sm-facebook.teaser-special .aWrapper:hover,
.teaser.sm-facebook.teaser-socialmedia a:hover,
.teaser.sm-facebook.teaser-socialmedia .aWrapper:hover {
  background-color: #2d4373;
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-youtube.teaser-content-category a,
.teaser.sm-youtube.teaser-content-category .aWrapper,
.teaser.sm-youtube.teaser-special a,
.teaser.sm-youtube.teaser-special .aWrapper,
.teaser.sm-youtube.teaser-socialmedia a,
.teaser.sm-youtube.teaser-socialmedia .aWrapper {
  background-color: #e52d27;
}

/* line 7, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-youtube.teaser-content-category a h2,
.teaser.sm-youtube.teaser-content-category .aWrapper h2,
.teaser.sm-youtube.teaser-special a h2,
.teaser.sm-youtube.teaser-special .aWrapper h2,
.teaser.sm-youtube.teaser-socialmedia a h2,
.teaser.sm-youtube.teaser-socialmedia .aWrapper h2 {
  color: #fff !important;
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-youtube.teaser-content-category a p,
.teaser.sm-youtube.teaser-content-category .aWrapper p,
.teaser.sm-youtube.teaser-special a p,
.teaser.sm-youtube.teaser-special .aWrapper p,
.teaser.sm-youtube.teaser-socialmedia a p,
.teaser.sm-youtube.teaser-socialmedia .aWrapper p {
  color: #fff !important;
}

/* line 9, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-youtube.teaser-content-category a:hover,
.teaser.sm-youtube.teaser-content-category .aWrapper:hover,
.teaser.sm-youtube.teaser-special a:hover,
.teaser.sm-youtube.teaser-special .aWrapper:hover,
.teaser.sm-youtube.teaser-socialmedia a:hover,
.teaser.sm-youtube.teaser-socialmedia .aWrapper:hover {
  background-color: #c21d17;
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-twitter.teaser-content-category a,
.teaser.sm-twitter.teaser-content-category .aWrapper,
.teaser.sm-twitter.teaser-special a,
.teaser.sm-twitter.teaser-special .aWrapper,
.teaser.sm-twitter.teaser-socialmedia a,
.teaser.sm-twitter.teaser-socialmedia .aWrapper {
  background-color: #1DA1F2;
}

/* line 7, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-twitter.teaser-content-category a h2,
.teaser.sm-twitter.teaser-content-category .aWrapper h2,
.teaser.sm-twitter.teaser-special a h2,
.teaser.sm-twitter.teaser-special .aWrapper h2,
.teaser.sm-twitter.teaser-socialmedia a h2,
.teaser.sm-twitter.teaser-socialmedia .aWrapper h2 {
  color: #fff !important;
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-twitter.teaser-content-category a p,
.teaser.sm-twitter.teaser-content-category .aWrapper p,
.teaser.sm-twitter.teaser-special a p,
.teaser.sm-twitter.teaser-special .aWrapper p,
.teaser.sm-twitter.teaser-socialmedia a p,
.teaser.sm-twitter.teaser-socialmedia .aWrapper p {
  color: #fff !important;
}

/* line 9, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-twitter.teaser-content-category a:hover,
.teaser.sm-twitter.teaser-content-category .aWrapper:hover,
.teaser.sm-twitter.teaser-special a:hover,
.teaser.sm-twitter.teaser-special .aWrapper:hover,
.teaser.sm-twitter.teaser-socialmedia a:hover,
.teaser.sm-twitter.teaser-socialmedia .aWrapper:hover {
  background-color: #0c85d0;
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-googleplus.teaser-content-category a,
.teaser.sm-googleplus.teaser-content-category .aWrapper,
.teaser.sm-googleplus.teaser-special a,
.teaser.sm-googleplus.teaser-special .aWrapper,
.teaser.sm-googleplus.teaser-socialmedia a,
.teaser.sm-googleplus.teaser-socialmedia .aWrapper {
  background-color: #d34836;
}

/* line 7, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-googleplus.teaser-content-category a h2,
.teaser.sm-googleplus.teaser-content-category .aWrapper h2,
.teaser.sm-googleplus.teaser-special a h2,
.teaser.sm-googleplus.teaser-special .aWrapper h2,
.teaser.sm-googleplus.teaser-socialmedia a h2,
.teaser.sm-googleplus.teaser-socialmedia .aWrapper h2 {
  color: #fff !important;
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-googleplus.teaser-content-category a p,
.teaser.sm-googleplus.teaser-content-category .aWrapper p,
.teaser.sm-googleplus.teaser-special a p,
.teaser.sm-googleplus.teaser-special .aWrapper p,
.teaser.sm-googleplus.teaser-socialmedia a p,
.teaser.sm-googleplus.teaser-socialmedia .aWrapper p {
  color: #fff !important;
}

/* line 9, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-googleplus.teaser-content-category a:hover,
.teaser.sm-googleplus.teaser-content-category .aWrapper:hover,
.teaser.sm-googleplus.teaser-special a:hover,
.teaser.sm-googleplus.teaser-special .aWrapper:hover,
.teaser.sm-googleplus.teaser-socialmedia a:hover,
.teaser.sm-googleplus.teaser-socialmedia .aWrapper:hover {
  background-color: #b03626;
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-instagram.teaser-content-category a,
.teaser.sm-instagram.teaser-content-category .aWrapper,
.teaser.sm-instagram.teaser-special a,
.teaser.sm-instagram.teaser-special .aWrapper,
.teaser.sm-instagram.teaser-socialmedia a,
.teaser.sm-instagram.teaser-socialmedia .aWrapper {
  background-color: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

/* line 7, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-instagram.teaser-content-category a h2,
.teaser.sm-instagram.teaser-content-category .aWrapper h2,
.teaser.sm-instagram.teaser-special a h2,
.teaser.sm-instagram.teaser-special .aWrapper h2,
.teaser.sm-instagram.teaser-socialmedia a h2,
.teaser.sm-instagram.teaser-socialmedia .aWrapper h2 {
  color: #fff !important;
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-instagram.teaser-content-category a p,
.teaser.sm-instagram.teaser-content-category .aWrapper p,
.teaser.sm-instagram.teaser-special a p,
.teaser.sm-instagram.teaser-special .aWrapper p,
.teaser.sm-instagram.teaser-socialmedia a p,
.teaser.sm-instagram.teaser-socialmedia .aWrapper p {
  color: #fff !important;
}

/* line 9, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-instagram.teaser-content-category a:hover,
.teaser.sm-instagram.teaser-content-category .aWrapper:hover,
.teaser.sm-instagram.teaser-special a:hover,
.teaser.sm-instagram.teaser-special .aWrapper:hover,
.teaser.sm-instagram.teaser-socialmedia a:hover,
.teaser.sm-instagram.teaser-socialmedia .aWrapper:hover {
  background-color: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

/* line 5, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-linkedin.teaser-content-category a,
.teaser.sm-linkedin.teaser-content-category .aWrapper,
.teaser.sm-linkedin.teaser-special a,
.teaser.sm-linkedin.teaser-special .aWrapper,
.teaser.sm-linkedin.teaser-socialmedia a,
.teaser.sm-linkedin.teaser-socialmedia .aWrapper {
  background-color: #0077B5;
}

/* line 7, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-linkedin.teaser-content-category a h2,
.teaser.sm-linkedin.teaser-content-category .aWrapper h2,
.teaser.sm-linkedin.teaser-special a h2,
.teaser.sm-linkedin.teaser-special .aWrapper h2,
.teaser.sm-linkedin.teaser-socialmedia a h2,
.teaser.sm-linkedin.teaser-socialmedia .aWrapper h2 {
  color: #fff !important;
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-linkedin.teaser-content-category a p,
.teaser.sm-linkedin.teaser-content-category .aWrapper p,
.teaser.sm-linkedin.teaser-special a p,
.teaser.sm-linkedin.teaser-special .aWrapper p,
.teaser.sm-linkedin.teaser-socialmedia a p,
.teaser.sm-linkedin.teaser-socialmedia .aWrapper p {
  color: #fff !important;
}

/* line 9, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.sm-linkedin.teaser-content-category a:hover,
.teaser.sm-linkedin.teaser-content-category .aWrapper:hover,
.teaser.sm-linkedin.teaser-special a:hover,
.teaser.sm-linkedin.teaser-special .aWrapper:hover,
.teaser.sm-linkedin.teaser-socialmedia a:hover,
.teaser.sm-linkedin.teaser-socialmedia .aWrapper:hover {
  background-color: #005582;
}

/* line 40, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser > a,
.teaser > .aWrapper {
  background-color: #c9c9c9;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 10px;
  text-align: center;
  padding: 30px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 51, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser > a p,
.teaser > .aWrapper p {
  font-size: 18px;
  opacity: .75;
  line-height: 1.3;
  font-weight: normal;
}

/* line 57, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser > a .subhead,
.teaser > .aWrapper .subhead {
  opacity: .75;
}

/* line 60, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser > a h2,
.teaser > .aWrapper h2 {
  font-size: 18px;
  margin: 0;
  color: #5e5e5e;
}

/* line 65, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser > a img,
.teaser > .aWrapper img {
  display: inline;
  width: auto;
  height: 140px;
}

/* line 69, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser > a img.lazy,
.teaser > .aWrapper img.lazy {
  opacity: 0;
  -webkit-transition: opacity .25s ease-in;
  -o-transition: opacity .25s ease-in;
  -moz-transition: opacity .25s ease-in;
  transition: opacity .25s ease-in;
}

/* line 72, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser > a img.lazy.loaded,
.teaser > .aWrapper img.lazy.loaded {
  opacity: 1;
}

/* line 77, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser > a:hover,
.teaser > .aWrapper:hover {
  background-color: #e8e8e8;
}

/* line 89, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-content-category a img,
.teaser.teaser-content-category .aWrapper img {
  height: 60px !important;
}

/* line 93, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-content-category a h2 strong,
.teaser.teaser-content-category .aWrapper h2 strong {
  text-transform: uppercase;
}

/* line 103, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-highlight > a,
.teaser.teaser-highlight > .aWrapper {
  background: transparent;
}

/* line 104, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-highlight > a img,
.teaser.teaser-highlight > .aWrapper img {
  height: 60px !important;
}

/* line 114, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-news a {
  text-align: left;
  padding: 60px 30px;
}

/* line 117, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-news a h2 {
  font-size: 18px;
  line-height: 1;
  color: #5e5e5e !important;
}

/* line 121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-news a h2 strong {
  font-size: 24px;
}

/* line 124, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-news a h2 span {
  display: block;
  margin-top: -.5em;
  margin-bottom: .5em;
}

/* line 136, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-special a {
  text-align: left;
  padding: 0;
}

/* line 139, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-special a h2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgba(29, 29, 29, 0.7);
  padding: 40% 30px 20px 30px;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 149, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-special a h2 strong {
  font-size: 24px;
}

/* line 152, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-special a h2 span {
  font-size: 18px;
}

/* line 156, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-special a img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}

/* line 162, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-special a:hover h2 {
  opacity: 0;
}

/* line 165, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-special a:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 450px) {
  /* line 171, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .teaser.teaser-special img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}

/* line 182, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-content-category-bgdImg img {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  float: none;
  margin: 0 !important;
}

/* line 194, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-content-category-bgdImg a h2,
.teaser.teaser-content-category-bgdImg .aWrapper h2 {
  color: white;
  margin-top: 110px;
}

/* line 197, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-content-category-bgdImg a h2 strong,
.teaser.teaser-content-category-bgdImg .aWrapper h2 strong {
  text-transform: uppercase;
}

/* line 207, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-snapwidget a,
.teaser.teaser-snapwidget .aWrapper {
  padding: 0;
}

/* line 215, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-socialmedia a,
.teaser.teaser-socialmedia .aWrapper {
  padding: 0;
}

/* line 217, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-socialmedia a img,
.teaser.teaser-socialmedia .aWrapper img {
  height: 70px;
  margin: 110px auto;
}

/* line 227, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-socialmedia-fb a,
.teaser.teaser-socialmedia-fb .aWrapper {
  padding: 10px;
}

/* line 229, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.teaser-socialmedia-fb a img,
.teaser.teaser-socialmedia-fb .aWrapper img {
  height: 70px;
  margin: 20px auto 20px;
}

@media screen and (max-width: 767px) {
  /* line 229, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .teaser.teaser-socialmedia-fb a img,
  .teaser.teaser-socialmedia-fb .aWrapper img {
    display: none;
  }
}

/* line 240, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.panel-login h2 {
  margin-bottom: 0;
}

/* line 243, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.panel-login .uiH-forms {
  margin: 0;
  padding: 0;
}

/* line 246, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.panel-login .uiH-forms input[type=text],
.teaser.panel-login .uiH-forms input[type=password],
.teaser.panel-login .uiH-forms .formRow {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 12px;
}

/* line 252, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.panel-login .uiH-forms label {
  display: inline-block;
}

/* line 255, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.panel-login .uiH-forms input[type=checkbox] {
  height: auto;
  width: auto;
}

/* line 259, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.panel-login .uiH-forms input[type=password] {
  margin-bottom: 1rem;
}

/* line 262, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser.panel-login .uiH-forms input[type=submit] {
  text-align: center;
  background-color: #090;
  color: white !important;
  margin-top: 1rem;
  width: 100%;
}

/* line 275, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser .teaser-countdown img {
  position: absolute;
  right: -5px;
  top: 0px;
  margin: 0 !important;
  width: auto !important;
}

/* line 282, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser .teaser-countdown h1,
.teaser .teaser-countdown h2 {
  text-align: center;
  font-size: 30px !important;
  color: #fff;
}

/* line 287, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaser .teaser-countdown h1 {
  margin: 0 0 80px 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  /* line 287, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .teaser .teaser-countdown h1 {
    margin-top: -20px;
  }
}

@media screen and (min-width: 1015px) and (max-width: 1135px) {
  /* line 294, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .teaser .teaser-countdown a:first-child {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1500px) {
  /* line 294, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .teaser .teaser-countdown a:first-child {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* line 312, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.page-waterfall {
  margin: 0 0 10px;
}

/* line 314, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.page-waterfall.loading {
  background: white url(/_his9/img/icons/general/uiH-icon-spinner.gif) 50% 100px no-repeat !important;
  background: white url(/_his9/img/icons/general/uiH-icon-spinner.svg) 50% 100px no-repeat !important;
}

/* line 317, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.page-waterfall.loading div.teaser {
  opacity: 0;
}

/* line 321, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.page-waterfall #preloader-animation {
  display: none;
}

/* line 324, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.page-waterfall div.teaser {
  /* Specific Teaser Dimensions */
}

@media screen and (max-width: 767px) {
  /* line 328, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .page-waterfall div.teaser.teaser-news {
    height: 150px;
  }

  /* line 331, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .page-waterfall div.teaser.teaser-news a {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  /* line 336, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .page-waterfall div.teaser.teaser-category {
    height: 150px;
  }

  /* line 339, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .page-waterfall div.teaser.teaser-category a,
  .page-waterfall div.teaser.teaser-category .aWrapper {
    padding: 15px 5px;
    display: table;
  }

  /* line 342, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .page-waterfall div.teaser.teaser-category a img,
  .page-waterfall div.teaser.teaser-category .aWrapper img {
    float: left;
    height: 70px;
    margin-top: 30px;
  }

  /* line 347, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .page-waterfall div.teaser.teaser-category a h2,
  .page-waterfall div.teaser.teaser-category .aWrapper h2 {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding: 0 10px;
    text-align: left;
  }

  /* line 357, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .page-waterfall div.teaser.teaser-category a h2 .subhead,
  .page-waterfall div.teaser.teaser-category .aWrapper h2 .subhead {
    padding: 0px 5px 0px 0px;
  }
}

/* line 364, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.page-waterfall div.teaser.teaser-special,
.page-waterfall div.teaser.teaser-socialmedia-fb {
  height: 600px;
}

@media screen and (max-width: 767px) {
  /* line 364, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .page-waterfall div.teaser.teaser-special,
  .page-waterfall div.teaser.teaser-socialmedia-fb {
    height: 450px;
  }
}

/* line 371, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.page-waterfall div.teaser.teaser-content-category[data-span="2"] {
  max-width: 720px;
}

/* line 382, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box div.teaser {
  margin: 0 5px;
}

/* line 383, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box div.teaser.teaser-special {
  height: 300px;
}

/* line 385, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box div.teaser.teaser-special h2 {
  padding: 10px;
}

/* line 387, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box div.teaser.teaser-special h2 strong {
  font-size: 18px;
  line-height: 0.4em;
}

/* line 391, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box div.teaser.teaser-special h2 .tradeInfo {
  margin: 0;
  padding: 5px;
  font-size: 14px;
}

/* line 395, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box div.teaser.teaser-special h2 .tradeInfo span {
  position: static;
  font-size: 18px;
  margin: 0 5px;
}

/* line 402, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box div.teaser.teaser-special a {
  padding: 0;
}

@media screen and (max-width: 450px) {
  /* line 406, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .teaserList-slider .teaserList-slider-box div.teaser.teaser-special img {
    height: auto;
    width: 100%;
    max-width: inherit;
  }
}

/* line 413, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box div.teaser a {
  margin: 0;
}

/* line 418, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box.slick-slider {
  margin-bottom: 60px;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.teaserList-slider .teaserList-slider-box.loading {
  display: none;
}

/* line 429, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.structure-waterfall-sections h1 {
  text-align: center;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  /* line 429, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .structure-waterfall-sections h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 429, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .structure-waterfall-sections h1 {
    font-size: 48px;
  }
}

/* line 439, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

.structure-waterfall-sections .column,
.structure-waterfall-sections .columns {
  padding: 0;
}

@media screen and (min-width: 768px) {
  /* line 439, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_waterfall.scss */

  .structure-waterfall-sections .column,
  .structure-waterfall-sections .columns {
    padding: 0 10px;
  }
}

/* line 1, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special {
  padding: 30px 30px 60px 30px;
}

/* line 3, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special.special-apprenticeship {
  padding: 0px;
}

/* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-head {
  position: relative;
}

/* line 12, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-head p {
  font-size: 18px;
}

/* line 16, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-head h1 {
  padding-top: .5em;
}

/* line 20, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-head img.banner {
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 25, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-head p,
  .special-head .intro {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  /* line 8, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-head {
    padding: 10px 0;
  }

  /* line 32, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-head h1 {
    font-size: 18px;
    width: 100%;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  /* line 39, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-head h1 {
    font-size: 24px;
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 46, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-head h1 {
    font-size: 30px;
    width: 75%;
  }
}

/* line 51, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-head .addthis-share {
  right: 0;
}

@media screen and (max-width: 1023px) {
  /* line 51, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-head .addthis-share {
    float: none;
  }
}

/* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-section {
  clear: both;
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  /* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section {
    padding: 30px 0 0 330px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 767px) {
  /* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 59, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section {
    padding: 30px 0 0 330px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 767px) {
  /* line 81, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section .row .row {
    margin: 0;
  }
}

/* line 92, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-section-aside p {
  margin-top: 0;
}

/* line 95, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-section-aside img {
  display: block;
  margin-bottom: 1em;
}

/* line 99, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-section-aside h2 {
  border: none;
}

@media screen and (max-width: 767px) {
  /* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-aside {
    padding-bottom: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 108, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-aside img {
    float: left;
    margin: 0 2em 2em 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 90, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-aside {
    position: absolute;
    top: 20px;
    left: 0;
    width: 300px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 123, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-multi {
    padding: 30px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 127, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-multi .special-section-main {
    border-left: none;
    border-right: none;
  }
}

@media screen and (min-width: 1024px) {
  /* line 133, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-multi.withAside {
    padding: 30px 330px 0 0;
  }
}

/* line 137, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-section-multi.withAside .special-section-main {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 1024px) {
  /* line 137, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-multi.withAside .special-section-main {
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
}

/* line 146, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-section-multi .special-section-aside {
  margin-top: 30px;
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 146, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-multi .special-section-aside {
    left: inherit;
    left: initial;
    right: 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 157, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-main {
    padding-left: 30px;
    border-left: 1px solid #ccc;
  }
}

@media screen and (min-width: 1366px) {
  /* line 166, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-main h2 {
    padding-top: 100px;
    margin-bottom: 15px;
  }

  /* line 171, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-main .special-largeitem {
    float: left;
    width: 67%;
  }

  /* line 175, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-section-main .special-feature {
    float: right;
    width: 33%;
  }
}

/* line 182, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-section-footer {
  padding-left: 0px;
}

/* line 188, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-featurelist h3 {
  font-size: 18px;
  padding: 0;
}

/* line 192, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-featurelist p {
  margin-top: 0;
}

/* line 195, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-featurelist li {
  position: relative;
  padding-left: 35px;
}

/* line 198, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-featurelist li:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  left: 3px;
  top: 4px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #ccc;
}

/* line 213, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-productlist {
  clear: both;
  line-height: 1.3;
}

/* line 217, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-productlist li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 146px;
  padding: 0 20px 0 0;
}

/* line 224, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-productlist a {
  display: inline-block;
}

/* line 227, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-productlist img {
  position: relative;
  margin-bottom: 10px;
  left: -5px;
}

@media screen and (min-width: 767px) {
  /* line 213, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-productlist {
    font-size: 18px;
  }

  /* line 235, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-productlist li {
    width: 157px;
  }

  /* line 238, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-productlist img {
    left: -10px;
  }
}

@media screen and (min-width: 1366px) {
  /* line 213, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-productlist {
    padding-left: 40px;
  }

  /* line 245, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-productlist li {
    padding-top: 30px;
    padding-right: 40px;
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  /* line 258, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-brands .categoryIndex-brands {
    display: none;
  }
}

/* line 264, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-brands .special-head .addthis_toolbox {
  margin: -3em 0 0 0;
}

/* line 270, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-brand-profile {
  display: none;
}

/* line 272, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-brand-profile.targetisactive {
  display: block;
}

/* line 278, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-brand-profile-button .close {
  display: none;
}

/* line 282, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-brand-profile-button.isclicked .close {
  display: inline;
}

/* line 285, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-brand-profile-button.isclicked .open {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 293, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-brand .special-head,
  .special-apprenticeship .special-head {
    padding: 10px 0;
  }

  /* line 296, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-brand .special-head img.index,
  .special-apprenticeship .special-head img.index {
    position: relative;
    display: block;
    width: 220px;
    margin: 0 auto;
  }

  /* line 302, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-brand .special-head img.banner,
  .special-apprenticeship .special-head img.banner {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  /* line 293, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-brand .special-head,
  .special-apprenticeship .special-head {
    padding-left: 330px;
  }

  /* line 310, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-brand .special-head img.index,
  .special-apprenticeship .special-head img.index {
    position: absolute;
    top: 70px;
    left: 0;
    width: 290px;
  }
}

/* line 324, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-apprenticeship .special-head .addthis_toolbox {
  float: none;
}

/* line 327, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-apprenticeship .special-head p span {
  color: #838383;
  display: block;
  font-size: 14px;
}

/* line 332, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-apprenticeship .special-head .uiH-buttons {
  margin-bottom: 10px;
}

/* line 335, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-apprenticeship .special-head img.index {
  top: 0;
}

@media screen and (max-width: 1023px) {
  /* line 339, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-apprenticeship .special-head img.index {
    margin: -10px 0 0 -30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 344, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-apprenticeship .special-head img.index {
    margin-left: 0;
    left: 0;
  }
}

/* line 350, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-apprenticeship .uiH-buttons {
  margin-bottom: 10px;
}

/* line 353, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.special-apprenticeship img.index {
  top: 0;
}

@media screen and (max-width: 1023px) {
  /* line 357, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-apprenticeship img.index {
    margin: -10px 0 0 -30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 362, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-apprenticeship img.index {
    margin-left: 0;
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 367, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .special-apprenticeship .special-section-aside {
    top: 20px;
  }
}

/* line 376, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-profLine {
  background-color: black;
}

/* line 378, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-profLine h1,
#special-profLine h2,
#special-profLine h3,
#special-profLine h4,
#special-profLine h5,
#special-profLine h6,
#special-profLine th {
  color: #A27C37;
}

/* line 381, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-profLine .onepagenav {
  background-color: #A27C37;
}

/* line 384, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-profLine p,
#special-profLine td,
#special-profLine li,
#special-profLine strong,
#special-profLine > nav > a {
  color: #fff;
}

/* line 387, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-profLine .special-section-main ul.grid li img,
#special-profLine .special-section-main ul.picasa-gallery li img {
  width: 100%;
}

/* line 390, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-profLine table tr {
  background-color: transparent !important;
}

/* line 393, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-profLine table th,
#special-profLine table td {
  border-bottom: 1px solid #A27C37 !important;
  background-color: transparent !important;
}

/* line 397, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-profLine .special-head,
#special-profLine .special-section,
#special-profLine .nextPrevContent {
  border-color: #A27C37;
}

/* line 400, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-profLine .nextPrevContent ol {
  height: 120px;
}

/* line 405, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

#special-advent14 {
  background-image: url(pics/specials/accessory-specials/advents-gewinnspiel-14/background-image.jpg);
  background-repeat: repeat-x;
}

/* line 543, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage .addthis-share {
  margin-right: 15px;
}

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .content-header h1,
.landingpage.section-ce .contentBannerImage h1 {
  color: #a5c823;
  text-transform: uppercase;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .content.bgd-section {
  background-color: #a5c823;
  padding: 40px 0px;
}

/* line 424, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .content.bgd-section h1,
.landingpage.section-ce .content.bgd-section h2,
.landingpage.section-ce .content.bgd-section h3,
.landingpage.section-ce .content.bgd-section h4,
.landingpage.section-ce .content.bgd-section h5,
.landingpage.section-ce .content.bgd-section h6,
.landingpage.section-ce .content.bgd-section p,
.landingpage.section-ce .content.bgd-section li,
.landingpage.section-ce .content.bgd-section .column,
.landingpage.section-ce .content.bgd-section .columns,
.landingpage.section-ce .content.bgd-section .columns {
  color: #ffffff;
}

/* line 428, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .content.bgd-section.content-fullContentSlider > h3 {
  color: #ffffff;
  padding: 0px 30px;
}

/* line 435, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .content.content-fullContentSlider > h3 {
  padding: 30px 0 0 30px;
  text-transform: uppercase;
  color: #a5c823;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .column > h3,
.landingpage.section-ce .columns > h3 {
  color: #a5c823;
}

/* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .categoryItemsSelector a.isclicked {
  background-color: #a5c823;
}

/* line 449, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .categoryItemsSelector a.isclicked h2,
.landingpage.section-ce .categoryItemsSelector a.isclicked p {
  color: #ffffff;
}

/* line 455, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .categoryItemsSelector a.isclicked .svgContainer svg polygon,
.landingpage.section-ce .categoryItemsSelector a.isclicked .svgContainer svg path {
  fill: #a5c823;
}

/* line 460, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .categoryItemsSelector a.isclicked .uiH-button {
  background-color: #ffffff;
}

/* line 468, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .content-anchorList li {
  background-color: #a5c823;
}

/* line 470, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .content-anchorList li a {
  color: #ffffff !important;
}

/* line 477, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce table th,
.landingpage.section-ce table td {
  padding: 0.5em;
  border: 1px solid #e0e0e0;
}

/* line 481, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce table .leftside {
  background: #e8e8e8;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce table .rowseperator {
  background-color: #a5c823;
  color: #fff;
  text-align: center;
}

/* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .webRes {
  margin: 2em 0;
}

/* line 492, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .webRes.webRes-rss {
  width: auto;
}

/* line 494, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .webRes.webRes-rss div {
  margin: 0;
}

/* line 498, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .webRes th {
  text-align: center !important;
}

/* line 504, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .jsTableColumnFilter .columnfilter select {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  /* line 503, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-ce .jsTableColumnFilter .columnfilter {
    position: static;
    display: table;
    top: 0;
  }
}

/* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce nav {
  background-color: #a5c823;
}

/* line 516, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce nav ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}

/* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce nav ul li {
  display: inline-block;
  padding: 10px;
  list-style: none;
}

/* line 524, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce nav ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-ce nav {
    display: none;
  }
}

/* line 536, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-ce .section-heightlight:hover,
.landingpage.section-ce .section-heightlight.focus {
  color: #a5c823;
}

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .content-header h1,
.landingpage.section-cc .contentBannerImage h1 {
  color: #f07305;
  text-transform: uppercase;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .content.bgd-section {
  background-color: #f07305;
  padding: 40px 0px;
}

/* line 424, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .content.bgd-section h1,
.landingpage.section-cc .content.bgd-section h2,
.landingpage.section-cc .content.bgd-section h3,
.landingpage.section-cc .content.bgd-section h4,
.landingpage.section-cc .content.bgd-section h5,
.landingpage.section-cc .content.bgd-section h6,
.landingpage.section-cc .content.bgd-section p,
.landingpage.section-cc .content.bgd-section li,
.landingpage.section-cc .content.bgd-section .column,
.landingpage.section-cc .content.bgd-section .columns,
.landingpage.section-cc .content.bgd-section .columns {
  color: #ffffff;
}

/* line 428, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .content.bgd-section.content-fullContentSlider > h3 {
  color: #ffffff;
  padding: 0px 30px;
}

/* line 435, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .content.content-fullContentSlider > h3 {
  padding: 30px 0 0 30px;
  text-transform: uppercase;
  color: #f07305;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .column > h3,
.landingpage.section-cc .columns > h3 {
  color: #f07305;
}

/* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .categoryItemsSelector a.isclicked {
  background-color: #f07305;
}

/* line 449, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .categoryItemsSelector a.isclicked h2,
.landingpage.section-cc .categoryItemsSelector a.isclicked p {
  color: #ffffff;
}

/* line 455, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .categoryItemsSelector a.isclicked .svgContainer svg polygon,
.landingpage.section-cc .categoryItemsSelector a.isclicked .svgContainer svg path {
  fill: #f07305;
}

/* line 460, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .categoryItemsSelector a.isclicked .uiH-button {
  background-color: #ffffff;
}

/* line 468, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .content-anchorList li {
  background-color: #f07305;
}

/* line 470, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .content-anchorList li a {
  color: #ffffff !important;
}

/* line 477, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc table th,
.landingpage.section-cc table td {
  padding: 0.5em;
  border: 1px solid #e0e0e0;
}

/* line 481, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc table .leftside {
  background: #e8e8e8;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc table .rowseperator {
  background-color: #f07305;
  color: #fff;
  text-align: center;
}

/* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .webRes {
  margin: 2em 0;
}

/* line 492, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .webRes.webRes-rss {
  width: auto;
}

/* line 494, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .webRes.webRes-rss div {
  margin: 0;
}

/* line 498, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .webRes th {
  text-align: center !important;
}

/* line 504, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .jsTableColumnFilter .columnfilter select {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  /* line 503, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-cc .jsTableColumnFilter .columnfilter {
    position: static;
    display: table;
    top: 0;
  }
}

/* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc nav {
  background-color: #f07305;
}

/* line 516, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc nav ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}

/* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc nav ul li {
  display: inline-block;
  padding: 10px;
  list-style: none;
}

/* line 524, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc nav ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-cc nav {
    display: none;
  }
}

/* line 536, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-cc .section-heightlight:hover,
.landingpage.section-cc .section-heightlight.focus {
  color: #f07305;
}

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .content-header h1,
.landingpage.section-gaming .contentBannerImage h1 {
  color: #c82396;
  text-transform: uppercase;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .content.bgd-section {
  background-color: #c82396;
  padding: 40px 0px;
}

/* line 424, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .content.bgd-section h1,
.landingpage.section-gaming .content.bgd-section h2,
.landingpage.section-gaming .content.bgd-section h3,
.landingpage.section-gaming .content.bgd-section h4,
.landingpage.section-gaming .content.bgd-section h5,
.landingpage.section-gaming .content.bgd-section h6,
.landingpage.section-gaming .content.bgd-section p,
.landingpage.section-gaming .content.bgd-section li,
.landingpage.section-gaming .content.bgd-section .column,
.landingpage.section-gaming .content.bgd-section .columns,
.landingpage.section-gaming .content.bgd-section .columns {
  color: #ffffff;
}

/* line 428, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .content.bgd-section.content-fullContentSlider > h3 {
  color: #ffffff;
  padding: 0px 30px;
}

/* line 435, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .content.content-fullContentSlider > h3 {
  padding: 30px 0 0 30px;
  text-transform: uppercase;
  color: #c82396;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .column > h3,
.landingpage.section-gaming .columns > h3 {
  color: #c82396;
}

/* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .categoryItemsSelector a.isclicked {
  background-color: #c82396;
}

/* line 449, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .categoryItemsSelector a.isclicked h2,
.landingpage.section-gaming .categoryItemsSelector a.isclicked p {
  color: #ffffff;
}

/* line 455, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .categoryItemsSelector a.isclicked .svgContainer svg polygon,
.landingpage.section-gaming .categoryItemsSelector a.isclicked .svgContainer svg path {
  fill: #c82396;
}

/* line 460, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .categoryItemsSelector a.isclicked .uiH-button {
  background-color: #ffffff;
}

/* line 468, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .content-anchorList li {
  background-color: #c82396;
}

/* line 470, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .content-anchorList li a {
  color: #ffffff !important;
}

/* line 477, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming table th,
.landingpage.section-gaming table td {
  padding: 0.5em;
  border: 1px solid #e0e0e0;
}

/* line 481, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming table .leftside {
  background: #e8e8e8;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming table .rowseperator {
  background-color: #c82396;
  color: #fff;
  text-align: center;
}

/* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .webRes {
  margin: 2em 0;
}

/* line 492, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .webRes.webRes-rss {
  width: auto;
}

/* line 494, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .webRes.webRes-rss div {
  margin: 0;
}

/* line 498, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .webRes th {
  text-align: center !important;
}

/* line 504, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .jsTableColumnFilter .columnfilter select {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  /* line 503, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-gaming .jsTableColumnFilter .columnfilter {
    position: static;
    display: table;
    top: 0;
  }
}

/* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming nav {
  background-color: #c82396;
}

/* line 516, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming nav ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}

/* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming nav ul li {
  display: inline-block;
  padding: 10px;
  list-style: none;
}

/* line 524, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming nav ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-gaming nav {
    display: none;
  }
}

/* line 536, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-gaming .section-heightlight:hover,
.landingpage.section-gaming .section-heightlight.focus {
  color: #c82396;
}

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .content-header h1,
.landingpage.section-foto .contentBannerImage h1 {
  color: #2d9ad7;
  text-transform: uppercase;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .content.bgd-section {
  background-color: #2d9ad7;
  padding: 40px 0px;
}

/* line 424, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .content.bgd-section h1,
.landingpage.section-foto .content.bgd-section h2,
.landingpage.section-foto .content.bgd-section h3,
.landingpage.section-foto .content.bgd-section h4,
.landingpage.section-foto .content.bgd-section h5,
.landingpage.section-foto .content.bgd-section h6,
.landingpage.section-foto .content.bgd-section p,
.landingpage.section-foto .content.bgd-section li,
.landingpage.section-foto .content.bgd-section .column,
.landingpage.section-foto .content.bgd-section .columns,
.landingpage.section-foto .content.bgd-section .columns {
  color: #ffffff;
}

/* line 428, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .content.bgd-section.content-fullContentSlider > h3 {
  color: #ffffff;
  padding: 0px 30px;
}

/* line 435, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .content.content-fullContentSlider > h3 {
  padding: 30px 0 0 30px;
  text-transform: uppercase;
  color: #2d9ad7;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .column > h3,
.landingpage.section-foto .columns > h3 {
  color: #2d9ad7;
}

/* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .categoryItemsSelector a.isclicked {
  background-color: #2d9ad7;
}

/* line 449, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .categoryItemsSelector a.isclicked h2,
.landingpage.section-foto .categoryItemsSelector a.isclicked p {
  color: #ffffff;
}

/* line 455, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .categoryItemsSelector a.isclicked .svgContainer svg polygon,
.landingpage.section-foto .categoryItemsSelector a.isclicked .svgContainer svg path {
  fill: #2d9ad7;
}

/* line 460, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .categoryItemsSelector a.isclicked .uiH-button {
  background-color: #ffffff;
}

/* line 468, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .content-anchorList li {
  background-color: #2d9ad7;
}

/* line 470, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .content-anchorList li a {
  color: #ffffff !important;
}

/* line 477, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto table th,
.landingpage.section-foto table td {
  padding: 0.5em;
  border: 1px solid #e0e0e0;
}

/* line 481, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto table .leftside {
  background: #e8e8e8;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto table .rowseperator {
  background-color: #2d9ad7;
  color: #fff;
  text-align: center;
}

/* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .webRes {
  margin: 2em 0;
}

/* line 492, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .webRes.webRes-rss {
  width: auto;
}

/* line 494, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .webRes.webRes-rss div {
  margin: 0;
}

/* line 498, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .webRes th {
  text-align: center !important;
}

/* line 504, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .jsTableColumnFilter .columnfilter select {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  /* line 503, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-foto .jsTableColumnFilter .columnfilter {
    position: static;
    display: table;
    top: 0;
  }
}

/* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto nav {
  background-color: #2d9ad7;
}

/* line 516, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto nav ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}

/* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto nav ul li {
  display: inline-block;
  padding: 10px;
  list-style: none;
}

/* line 524, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto nav ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-foto nav {
    display: none;
  }
}

/* line 536, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-foto .section-heightlight:hover,
.landingpage.section-foto .section-heightlight.focus {
  color: #2d9ad7;
}

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .content-header h1,
.landingpage.section-home .contentBannerImage h1 {
  color: #0f8ca5;
  text-transform: uppercase;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .content.bgd-section {
  background-color: #0f8ca5;
  padding: 40px 0px;
}

/* line 424, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .content.bgd-section h1,
.landingpage.section-home .content.bgd-section h2,
.landingpage.section-home .content.bgd-section h3,
.landingpage.section-home .content.bgd-section h4,
.landingpage.section-home .content.bgd-section h5,
.landingpage.section-home .content.bgd-section h6,
.landingpage.section-home .content.bgd-section p,
.landingpage.section-home .content.bgd-section li,
.landingpage.section-home .content.bgd-section .column,
.landingpage.section-home .content.bgd-section .columns,
.landingpage.section-home .content.bgd-section .columns {
  color: #ffffff;
}

/* line 428, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .content.bgd-section.content-fullContentSlider > h3 {
  color: #ffffff;
  padding: 0px 30px;
}

/* line 435, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .content.content-fullContentSlider > h3 {
  padding: 30px 0 0 30px;
  text-transform: uppercase;
  color: #0f8ca5;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .column > h3,
.landingpage.section-home .columns > h3 {
  color: #0f8ca5;
}

/* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .categoryItemsSelector a.isclicked {
  background-color: #0f8ca5;
}

/* line 449, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .categoryItemsSelector a.isclicked h2,
.landingpage.section-home .categoryItemsSelector a.isclicked p {
  color: #ffffff;
}

/* line 455, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .categoryItemsSelector a.isclicked .svgContainer svg polygon,
.landingpage.section-home .categoryItemsSelector a.isclicked .svgContainer svg path {
  fill: #0f8ca5;
}

/* line 460, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .categoryItemsSelector a.isclicked .uiH-button {
  background-color: #ffffff;
}

/* line 468, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .content-anchorList li {
  background-color: #0f8ca5;
}

/* line 470, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .content-anchorList li a {
  color: #ffffff !important;
}

/* line 477, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home table th,
.landingpage.section-home table td {
  padding: 0.5em;
  border: 1px solid #e0e0e0;
}

/* line 481, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home table .leftside {
  background: #e8e8e8;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home table .rowseperator {
  background-color: #0f8ca5;
  color: #fff;
  text-align: center;
}

/* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .webRes {
  margin: 2em 0;
}

/* line 492, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .webRes.webRes-rss {
  width: auto;
}

/* line 494, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .webRes.webRes-rss div {
  margin: 0;
}

/* line 498, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .webRes th {
  text-align: center !important;
}

/* line 504, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .jsTableColumnFilter .columnfilter select {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  /* line 503, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-home .jsTableColumnFilter .columnfilter {
    position: static;
    display: table;
    top: 0;
  }
}

/* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home nav {
  background-color: #0f8ca5;
}

/* line 516, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home nav ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}

/* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home nav ul li {
  display: inline-block;
  padding: 10px;
  list-style: none;
}

/* line 524, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home nav ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-home nav {
    display: none;
  }
}

/* line 536, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-home .section-heightlight:hover,
.landingpage.section-home .section-heightlight.focus {
  color: #0f8ca5;
}

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .content-header h1,
.landingpage.section-kids .contentBannerImage h1 {
  color: #694ba5;
  text-transform: uppercase;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .content.bgd-section {
  background-color: #694ba5;
  padding: 40px 0px;
}

/* line 424, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .content.bgd-section h1,
.landingpage.section-kids .content.bgd-section h2,
.landingpage.section-kids .content.bgd-section h3,
.landingpage.section-kids .content.bgd-section h4,
.landingpage.section-kids .content.bgd-section h5,
.landingpage.section-kids .content.bgd-section h6,
.landingpage.section-kids .content.bgd-section p,
.landingpage.section-kids .content.bgd-section li,
.landingpage.section-kids .content.bgd-section .column,
.landingpage.section-kids .content.bgd-section .columns,
.landingpage.section-kids .content.bgd-section .columns {
  color: #ffffff;
}

/* line 428, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .content.bgd-section.content-fullContentSlider > h3 {
  color: #ffffff;
  padding: 0px 30px;
}

/* line 435, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .content.content-fullContentSlider > h3 {
  padding: 30px 0 0 30px;
  text-transform: uppercase;
  color: #694ba5;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .column > h3,
.landingpage.section-kids .columns > h3 {
  color: #694ba5;
}

/* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .categoryItemsSelector a.isclicked {
  background-color: #694ba5;
}

/* line 449, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .categoryItemsSelector a.isclicked h2,
.landingpage.section-kids .categoryItemsSelector a.isclicked p {
  color: #ffffff;
}

/* line 455, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .categoryItemsSelector a.isclicked .svgContainer svg polygon,
.landingpage.section-kids .categoryItemsSelector a.isclicked .svgContainer svg path {
  fill: #694ba5;
}

/* line 460, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .categoryItemsSelector a.isclicked .uiH-button {
  background-color: #ffffff;
}

/* line 468, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .content-anchorList li {
  background-color: #694ba5;
}

/* line 470, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .content-anchorList li a {
  color: #ffffff !important;
}

/* line 477, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids table th,
.landingpage.section-kids table td {
  padding: 0.5em;
  border: 1px solid #e0e0e0;
}

/* line 481, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids table .leftside {
  background: #e8e8e8;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids table .rowseperator {
  background-color: #694ba5;
  color: #fff;
  text-align: center;
}

/* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .webRes {
  margin: 2em 0;
}

/* line 492, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .webRes.webRes-rss {
  width: auto;
}

/* line 494, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .webRes.webRes-rss div {
  margin: 0;
}

/* line 498, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .webRes th {
  text-align: center !important;
}

/* line 504, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .jsTableColumnFilter .columnfilter select {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  /* line 503, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-kids .jsTableColumnFilter .columnfilter {
    position: static;
    display: table;
    top: 0;
  }
}

/* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids nav {
  background-color: #694ba5;
}

/* line 516, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids nav ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}

/* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids nav ul li {
  display: inline-block;
  padding: 10px;
  list-style: none;
}

/* line 524, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids nav ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-kids nav {
    display: none;
  }
}

/* line 536, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-kids .section-heightlight:hover,
.landingpage.section-kids .section-heightlight.focus {
  color: #694ba5;
}

/* line 415, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .content-header h1,
.landingpage.section-corporate .contentBannerImage h1 {
  color: #e32437;
  text-transform: uppercase;
}

/* line 421, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .content.bgd-section {
  background-color: #e32437;
  padding: 40px 0px;
}

/* line 424, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .content.bgd-section h1,
.landingpage.section-corporate .content.bgd-section h2,
.landingpage.section-corporate .content.bgd-section h3,
.landingpage.section-corporate .content.bgd-section h4,
.landingpage.section-corporate .content.bgd-section h5,
.landingpage.section-corporate .content.bgd-section h6,
.landingpage.section-corporate .content.bgd-section p,
.landingpage.section-corporate .content.bgd-section li,
.landingpage.section-corporate .content.bgd-section .column,
.landingpage.section-corporate .content.bgd-section .columns,
.landingpage.section-corporate .content.bgd-section .columns {
  color: #ffffff;
}

/* line 428, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .content.bgd-section.content-fullContentSlider > h3 {
  color: #ffffff;
  padding: 0px 30px;
}

/* line 435, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .content.content-fullContentSlider > h3 {
  padding: 30px 0 0 30px;
  text-transform: uppercase;
  color: #e32437;
}

/* line 442, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .column > h3,
.landingpage.section-corporate .columns > h3 {
  color: #e32437;
}

/* line 448, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .categoryItemsSelector a.isclicked {
  background-color: #e32437;
}

/* line 449, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .categoryItemsSelector a.isclicked h2,
.landingpage.section-corporate .categoryItemsSelector a.isclicked p {
  color: #ffffff;
}

/* line 455, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .categoryItemsSelector a.isclicked .svgContainer svg polygon,
.landingpage.section-corporate .categoryItemsSelector a.isclicked .svgContainer svg path {
  fill: #e32437;
}

/* line 460, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .categoryItemsSelector a.isclicked .uiH-button {
  background-color: #ffffff;
}

/* line 468, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .content-anchorList li {
  background-color: #e32437;
}

/* line 470, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .content-anchorList li a {
  color: #ffffff !important;
}

/* line 477, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate table th,
.landingpage.section-corporate table td {
  padding: 0.5em;
  border: 1px solid #e0e0e0;
}

/* line 481, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate table .leftside {
  background: #e8e8e8;
}

/* line 484, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate table .rowseperator {
  background-color: #e32437;
  color: #fff;
  text-align: center;
}

/* line 490, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .webRes {
  margin: 2em 0;
}

/* line 492, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .webRes.webRes-rss {
  width: auto;
}

/* line 494, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .webRes.webRes-rss div {
  margin: 0;
}

/* line 498, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .webRes th {
  text-align: center !important;
}

/* line 504, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .jsTableColumnFilter .columnfilter select {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  /* line 503, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-corporate .jsTableColumnFilter .columnfilter {
    position: static;
    display: table;
    top: 0;
  }
}

/* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate nav {
  background-color: #e32437;
}

/* line 516, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate nav ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}

/* line 520, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate nav ul li {
  display: inline-block;
  padding: 10px;
  list-style: none;
}

/* line 524, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate nav ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 514, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .landingpage.section-corporate nav {
    display: none;
  }
}

/* line 536, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.landingpage.section-corporate .section-heightlight:hover,
.landingpage.section-corporate .section-heightlight.focus {
  color: #e32437;
}

/* line 572, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content {
  padding: 40px 0;
}

/* line 574, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content.bgd-gray {
  background-color: #e8e8e8;
}

/* line 577, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content.bgd-darkgray {
  background-color: #5e5e5e;
  color: #ffffff;
}

/* line 582, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content h3 {
  font-size: 30px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

/* line 586, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content h3 + h4 {
  font-size: 18px;
  padding: 0 0 4em 0;
  margin-top: -1em;
}

/* line 592, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content h4,
.content h5 {
  text-transform: uppercase;
}

/* line 595, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content .column,
.content .columns {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

/* line 599, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content .column > p,
.content .columns > p {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  /* line 599, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content .column > p,
  .content .columns > p {
    margin-top: 1em;
  }
}

@media screen and (max-width: 768px) {
  /* line 607, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content .column,
  .content .columns {
    margin-bottom: 30px;
  }

  /* line 609, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content .column:last-child,
  .content .columns:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  /* line 615, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content.bgd-image {
    background-image: none !important;
    height: auto !important;
  }

  /* line 618, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content.bgd-image .content-image {
    margin-top: 30px;
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  /* line 625, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content.bgd-image {
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 0;
  }

  /* line 629, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content.bgd-image .column,
  .content.bgd-image .columns {
    padding: 40px;
  }

  /* line 631, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content.bgd-image .column h3 + h4,
  .content.bgd-image .columns h3 + h4 {
    padding: 0 0 1em 0;
  }

  /* line 636, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content.bgd-image.bottom > .row {
    height: inherit;
  }

  /* line 638, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content.bgd-image.bottom > .row > .column,
  .content.bgd-image.bottom > .row > .columns {
    position: absolute;
    z-index: 1;
    position: absolute;
    bottom: 60px;
  }

  /* line 647, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content.full-height {
    height: 80vh;
  }
}

/* line 651, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content .jsScrolllinks-NextContent {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 50px;
  display: block;
}

/* line 656, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content .jsScrolllinks-NextContent:hover,
.content .jsScrolllinks-NextContent:focus {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  /* line 651, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content .jsScrolllinks-NextContent {
    display: none;
  }
}

/* line 663, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content div.teaser {
  width: 100%;
  max-width: none;
}

/* line 667, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content.page-waterfall {
  margin: 0;
  padding: 40px 15px 40px 0px;
}

/* line 670, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content.page-waterfall .columns {
  padding: 0 !important;
}

/* line 674, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content > .row {
  max-width: 1024px;
  margin: 0 auto;
}

/* line 680, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-header {
  text-align: center;
  padding: 30px 0;
}

/* line 684, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-header h1,
.content-header h2 {
  text-align: center;
}

/* line 687, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-header h1 {
  font-size: 24px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  /* line 687, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content-header h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 687, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content-header h1 {
    font-size: 48px;
  }
}

/* line 697, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-header h1 + h2 {
  text-transform: uppercase;
}

/* line 700, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-header h2 {
  font-size: 18px;
  margin-bottom: 2em;
}

/* line 704, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-header .content-header-banner {
  margin-top: 2em;
  overflow: hidden;
}

/* line 707, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-header .content-header-banner img {
  width: 100%;
}

/* line 711, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-header .column,
.content-header .columns {
  padding: 0;
}

/* line 716, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-header-hotspots {
  padding: 0;
}

/* line 722, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-footer.row .row {
  max-width: none;
  margin: 0 auto;
}

/* line 731, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-tradeInfo {
  background-color: #e32437;
  text-align: center;
  padding: 60px 0 55px 0;
}

/* line 735, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-tradeInfo a {
  color: white;
}

/* line 737, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-tradeInfo a span {
  position: absolute;
  top: -47px;
  left: -22px;
  font-size: 48px;
  color: inherit;
  font-weight: bold;
}

/* line 750, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-anchorList {
  display: none;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  /* line 750, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content-anchorList {
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  /* line 760, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content-anchorList ol {
    display: table-row;
    width: inherit;
  }

  /* line 763, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content-anchorList ol li {
    display: table-cell;
    width: auto;
    text-align: center;
    float: none;
    border-right: 2px solid #ffffff;
    overflow: hidden;
    vertical-align: top;
    background-color: #e8e8e8;
  }

  /* line 772, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content-anchorList ol li a {
    display: block;
    padding: .75em 0;
    height: 100%;
    width: 100%;
  }

  /* line 779, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content-anchorList ol li:last-child {
    border-right: none;
  }

  /* line 782, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .content-anchorList ol a:hover::after {
    content: "⇣";
    position: absolute;
    right: 2px;
    bottom: 0px;
    font-size: 1.5em;
  }
}

/* line 804, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector {
  padding: 0;
}

/* line 808, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList {
  padding: 0;
}

/* line 810, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a {
  background-color: #e8e8e8;
  border-top: 2px solid #fff;
  display: block;
  height: 180px;
  padding: 20px;
  text-align: center;
}

/* line 817, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a h2 {
  font-size: 18px;
}

/* line 820, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a p {
  display: none;
}

/* line 823, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a .imgContainer {
  height: 80px;
  overflow: hidden;
  position: relative;
}

/* line 827, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a .imgContainer img {
  max-width: none;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 838, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a .svgContainer {
  position: absolute;
  bottom: -72px;
  left: 50%;
  margin-left: -36px;
  z-index: 1;
  display: none;
}

/* line 845, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a .svgContainer svg polygon {
  fill: #e8e8e8;
}

/* line 849, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a:hover {
  background-color: #cfcfcf;
}

/* line 852, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a:hover .svgContainer svg polygon {
  fill: #cfcfcf;
}

/* line 857, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a.isclicked {
  background-color: #cfcfcf;
  margin-bottom: 300px;
}

/* line 860, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a.isclicked .svgContainer {
  display: block;
}

/* line 863, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-categoryList a.isclicked .svgContainer svg polygon {
  fill: #cfcfcf;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 872, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a {
    height: 200px;
    padding: 30px 20px;
    text-align: left;
  }

  /* line 876, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a.isclicked {
    margin-bottom: 300px;
  }

  /* line 879, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a .imgContainer {
    float: left;
    height: 120px;
    width: 45%;
    margin-right: 30px;
  }

  /* line 885, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a p {
    display: block;
  }

  /* line 887, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a p span {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1025px) {
  /* line 895, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a {
    border-top: none;
    border-right: 2px solid #ffffff;
    height: 350px;
    padding: 30px 20px 20px 20px;
    text-align: center;
  }

  /* line 901, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a.isclicked {
    margin-bottom: 300px;
  }

  /* line 904, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a .imgContainer {
    height: 120px;
    float: none;
    margin-bottom: 30px;
  }

  /* line 909, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a p {
    display: block;
    margin-top: 0;
  }

  /* line 912, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList a p span {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  /* line 919, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-categoryList.column,
  .categoryItemsSelector-categoryList.columns {
    margin-bottom: 0px;
  }
}

/* line 925, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList {
  padding: 20px 10px;
  position: absolute;
  left: 0;
  display: none;
  /*overflow: hidden;*/
  top: 180px;
  height: 300px;
}

/* line 936, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList.targetisactive {
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 940, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList.index-1 {
    top: 360px;
  }

  /* line 943, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList.index-2 {
    top: 540px;
  }

  /* line 946, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList.index-3 {
    top: 720px;
  }

  /* line 949, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList.index-4 {
    top: 900px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 925, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList {
    height: 300px;
    top: 200px;
  }

  /* line 956, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList.index-1 {
    top: 400px;
  }

  /* line 959, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList.index-2 {
    top: 600px;
  }

  /* line 962, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList.index-3 {
    top: 800px;
  }

  /* line 965, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList.index-4 {
    top: 1000px;
  }
}

@media screen and (min-width: 1025px) {
  /* line 925, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList {
    height: 300px;
    top: 350px;
  }
}

/* line 974, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList #itemlist {
  padding: 0 40px;
  margin: 0;
}

/* line 978, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList .productlist-item {
  margin: 0;
  padding: 0 30px;
  border: none;
}

/* line 982, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList .productlist-item:focus,
.categoryItemsSelector-itemList .productlist-item:hover {
  border: none;
  outline: none;
}

/* line 987, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList .productlist-item .show-basket,
.categoryItemsSelector-itemList .productlist-item .item-stock,
.categoryItemsSelector-itemList .productlist-item .item-status,
.categoryItemsSelector-itemList .productlist-item .overview-price,
.categoryItemsSelector-itemList .productlist-item .flyover-basket {
  display: none;
}

/* line 994, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList .productlist-item h3 {
  border: none;
  font-size: 14px;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  /* line 994, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList .productlist-item h3 {
    margin: 0;
  }
}

/* line 1001, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList .productlist-item h3 .itemNo {
  display: inline;
}

/* line 1005, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList .productlist-item .item-description,
.categoryItemsSelector-itemList .productlist-item .item-image,
.categoryItemsSelector-itemList .productlist-item .item-image .lazy {
  float: none;
  width: 100%;
  margin: 0;
}

/* line 1010, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList .productlist-item.show-all {
  position: static;
}

/* line 1012, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList .productlist-item.show-all a {
  text-align: center;
  position: absolute;
  height: 100%;
  width: inherit;
}

/* line 1017, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSelector-itemList .productlist-item.show-all a h2 {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 685px) {
  /* line 978, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .categoryItemsSelector-itemList .productlist-item {
    padding: 0;
  }
}

/* line 1035, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.jsContentImageSlider.rsDefaultInv .rsOverflow {
  background: none !important;
}

/* line 1037, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.jsContentImageSlider.rsDefaultInv .rsOverflow .rsSlide {
  background: none !important;
}

/* line 1041, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.jsContentImageSlider.rsDefaultInv .rsBullet {
  width: 6px;
  height: 6px;
}

/* line 1044, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.jsContentImageSlider.rsDefaultInv .rsBullet.rsNavSelected {
  background-color: #5e5e5e;
}

/* line 1052, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-fullContentSlider {
  padding-top: 0;
}

/* line 1054, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-fullContentSlider.rsDefaultInv .rsBullets {
  bottom: 10px;
}

/* line 1057, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.content-fullContentSlider .padding {
  padding: 15px 30px;
}

/* line 1065, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.categoryItemsSlider .categoryItemsSelector-itemList {
  position: relative;
  display: block;
  top: 0px;
  left: 0px;
}

/* line 1076, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart .row {
  padding: 5px 0px;
}

/* line 1079, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart .row .columns .btn {
  display: table;
  max-width: 100%;
  padding: 16px 10px;
  background-color: #e8e8e8;
}

@media screen and (max-width: 320px) {
  /* line 1079, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .comparison-chart .row .columns .btn {
    margin: 0;
  }
}

/* line 1089, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart .row .columns:first-child span {
  float: right;
  margin-left: 2px;
  margin-right: 0px;
}

/* line 1093, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart .row .columns:first-child span:first-child {
  margin-right: 10px;
}

/* line 1097, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart .row .columns:first-child p {
  float: right;
}

/* line 1099, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart .row .columns:first-child p.btn {
  margin-right: 10px;
  margin-left: 0;
}

/* line 1107, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart p {
  margin: 0;
  padding: 16px 0px;
}

/* line 1110, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart p.btn {
  margin-left: 10px;
}

/* line 1113, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart p.btn-aspc {
  margin-top: 0;
  background-color: #a5c823;
}

/* line 1118, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart b {
  color: white;
}

/* line 1121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart span {
  display: block;
  float: left;
  background-color: #e8e8e8;
  margin-right: 2px;
  width: 20px;
  height: 55px;
}

/* line 1128, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.comparison-chart span:first-child {
  margin-left: 10px;
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  /* line 1121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .comparison-chart span {
    width: 9px;
  }
}

@media screen and (max-width: 320px) {
  /* line 1121, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .comparison-chart span {
    width: 4px;
    height: 68px;
  }
}

/* line 1143, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.contentBannerImage {
  width: 100%;
  height: 50vh;
  display: table;
  overflow: hidden;
  background: 50% 50% / cover;
  background-repeat: no-repeat;
  color: #1d1d1d;
}

/* line 1144, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.contentBannerImage h1,
.contentBannerImage h2 {
  text-align: center;
}

/* line 1147, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.contentBannerImage h1 {
  font-size: 24px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  /* line 1147, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .contentBannerImage h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1147, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

  .contentBannerImage h1 {
    font-size: 48px;
  }
}

/* line 1157, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.contentBannerImage h1 + h2 {
  text-transform: uppercase;
}

/* line 1160, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.contentBannerImage h2 {
  font-size: 18px;
  margin-bottom: 2em;
}

/* line 1164, /data/var/lib/jenkins/jobs/Deploy FTL and res to www_res versions/workspace/resources/other/_his9/sass/partials/_special.scss */

.contentBannerImage .scrolllink {
  margin: 0 auto;
}