<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
       ========================================================================== */
/**
     * Add the correct display in IE &lt;10.
     * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
     * Add the correct display in IE for `main`.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
     * Add the correct display in IE &lt;10.
     */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline; }

/**
     * Add the correct display in IE &lt;11, Safari &lt;8, and Firefox &lt;22.
     * 1. Add the correct display in IE.
     */
template,
[hidden] {
  display: none; }

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

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

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox &lt;40.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
     * Add the correct font style in Android &lt;4.4.
     */
dfn {
  font-style: italic; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

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

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE &lt;11.
     */
img {
  border-style: none; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.5em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Forms
       ========================================================================== */
/**
     * Known issues:
     * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
     *   select, unless a border property is set. The default font weight on
     *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
     *   OS X.
     * - It is recommended that you do not style checkbox and radio inputs as
     *   Firefox's implementation does not respect box-sizing, padding, or width.
     * - Certain font size values applied to number inputs cause the cursor style of
     *   the decrement button to change from default to text.
     * - The search input is not fully stylable by default. In Chrome and Safari on
     *   OSX/iOS you can't control font, padding, border, or background. In Chrome
     *   and Safari on Windows you can't control border properly. It will apply
     *   border-width but will only show a border color (which cannot be controlled)
     *   for the outer 1px of that border. Applying -webkit-appearance: textfield
     *   addresses these issues without removing the benefits of search inputs (e.g.
     *   showing past searches). Safari (but not Chrome) will clip the cancel button
     *   on when it has padding (and textfield appearance).
     */
/**
     * 1. Change font properties to `inherit` in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 4. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

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

/**
     * 1. Add the correct box sizing in IE &lt;11.
     * 2. Remove the padding in IE &lt;11.
     * 3. Remove excess padding in IE 7.
     *    Known issue: excess padding remains in IE 6.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     * 4. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */ }

/**
     * Restore the font weight unset by a previous rule.
     */
optgroup {
  font-weight: bold; }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0rem;
  margin-left: 0rem; }

.row.reverse {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 25%; }

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 50%; }

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 75%; }

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 100%; }

.col-xs {
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-grid-row-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 25%; }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%; }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 75%; }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%; }
  .col-sm {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 25%; }
  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%; }
  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 75%; }
  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%; }
  .col-md {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 25%; }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%; }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 75%; }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%; }
  .col-lg {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    order: 1; } }

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

html {
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

body.lsc-body {
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3em;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-user-drag: none;
  -ms-content-zooming: none; }

@media only screen and (min-width: 0) {
  .lsc-hide-xs {
    visibility: hidden !important; } }

@media only screen and (min-width: 480px) {
  .lsc-hide-sm {
    visibility: hidden !important; } }

@media only screen and (min-width: 768px) {
  .lsc-hide-md {
    visibility: hidden !important; } }

@media only screen and (min-width: 992px) {
  .lsc-hide-lg {
    visibility: hidden !important; } }

@media only screen and (min-width: 1200px) {
  .lsc-hide-xl {
    visibility: hidden !important; } }

@media only screen and (min-width: 0) {
  .lsc-display-none-xs {
    display: none !important; } }

@media only screen and (min-width: 480px) {
  .lsc-display-none-sm {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .lsc-display-none-md {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .lsc-display-none-lg {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .lsc-display-none-xl {
    display: none !important; } }

@media only screen and (min-width: 0) {
  .lsc-display-block-xs {
    display: block !important; } }

@media only screen and (min-width: 480px) {
  .lsc-display-block-sm {
    display: block !important; } }

@media only screen and (min-width: 768px) {
  .lsc-display-block-md {
    display: block !important; } }

@media only screen and (min-width: 992px) {
  .lsc-display-block-lg {
    display: block !important; } }

@media only screen and (min-width: 1200px) {
  .lsc-display-block-xl {
    display: block !important; } }

@media only screen and (min-width: 0) {
  .lsc-display-inline-block-xs {
    display: inline-block !important; } }

@media only screen and (min-width: 480px) {
  .lsc-display-inline-block-sm {
    display: inline-block !important; } }

@media only screen and (min-width: 768px) {
  .lsc-display-inline-block-md {
    display: inline-block !important; } }

@media only screen and (min-width: 992px) {
  .lsc-display-inline-block-lg {
    display: inline-block !important; } }

@media only screen and (min-width: 1200px) {
  .lsc-display-inline-block-xl {
    display: inline-block !important; } }

@media only screen and (min-width: 0) {
  .lsc-show-xs {
    visibility: visible !important; } }

@media only screen and (min-width: 480px) {
  .lsc-show-sm {
    visibility: visible !important; } }

@media only screen and (min-width: 768px) {
  .lsc-show-md {
    visibility: visible !important; } }

@media only screen and (min-width: 992px) {
  .lsc-show-lg {
    visibility: visible !important; } }

@media only screen and (min-width: 1200px) {
  .lsc-show-xl {
    visibility: visible !important; } }

.lsc-responsive-img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.lsc-float-left {
  display: block;
  float: left; }

.lsc-float-right {
  display: block;
  float: right; }

.lsc-full-height {
  position: relative;
  height: 100%; }

.lsc-background-cover {
  background-size: cover !important; }

@media only screen and (min-width: 0) {
  .end-xs {
    text-align: right; } }

@media only screen and (min-width: 480px) {
  .end-sm {
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .end-md {
    text-align: right; } }

@media only screen and (min-width: 992px) {
  .end-lg {
    text-align: right; } }

@media only screen and (min-width: 1200px) {
  .end-xl {
    text-align: right; } }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/material-icons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/material-icons/MaterialIcons-Regular.woff2) format("woff2"), url(fonts/material-icons/MaterialIcons-Regular.woff) format("woff"), url(fonts/material-icons/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* BEGIN Light */
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Light/Roboto-Light.woff2?v=1.1.0") format("woff2"), url("fonts/Roboto/Light/Roboto-Light.woff?v=1.1.0") format("woff"), url("fonts/Roboto/Light/Roboto-Light.ttf?v=1.1.0") format("truetype");
  font-weight: 300;
  font-style: normal; }

/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("fonts/Roboto/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("fonts/Roboto/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("fonts/Roboto/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("fonts/Roboto/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* END Regular */
/* BEGIN Medium */
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Medium/Roboto-Medium.woff2?v=1.1.0") format("woff2"), url("fonts/Roboto/Medium/Roboto-Medium.woff?v=1.1.0") format("woff"), url("fonts/Roboto/Medium/Roboto-Medium.ttf?v=1.1.0") format("truetype");
  font-weight: 500;
  font-style: normal; }

/* END Medium */
/* BEGIN Bold */
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("fonts/Roboto/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("fonts/Roboto/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("fonts/Roboto/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("fonts/Roboto/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
  font-weight: bold;
  font-style: normal; }

/* END Bold */
.lsc-bar {
  position: fixed;
  height: 50px;
  width: 100%;
  background-color: #325175;
  color: #fff;
  overflow: hidden; }
  .lsc-bar-top {
    top: 0;
    left: 0; }
  .lsc-bar-bottom {
    display: none;
    bottom: 0;
    left: 0; }
    .lsc-bar-bottom-open .lsc-bar-bottom {
      display: block; }
  .lsc-bar .row {
    height: 100%;
    width: 100%; }
  .lsc-bar .material-icons {
    display: block;
    color: #fff;
    font-size: 1.8em; }
  .lsc-bar .button {
    padding: 0 15px; }
    .lsc-bar .button.button-narrow {
      padding: 0 8px; }
    .lsc-bar .button:hover, .lsc-bar .button:link, .lsc-bar .button:active {
      background-color: #5b748e; }
  .lsc-bar h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    width: 100%;
    margin: 0; }
  .lsc-bar h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    width: 100%;
    margin: 0; }
  .lsc-bar h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    width: 100%;
    margin: 0; }
  .lsc-bar h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    width: 100%;
    margin: 0; }
  .lsc-bar h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    width: 100%;
    margin: 0; }
  .lsc-bar h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    width: 100%;
    margin: 0; }
  .lsc-bar-player {
    bottom: 0;
    display: none;
    height: 60px;
    background-color: #5B748E; }
    .lsc-bar-bottom-open .lsc-bar-player {
      bottom: 50px; }
    .lsc-bar-player-open .lsc-bar-player {
      display: block; }
    .lsc-bar-player .button:hover .material-icons, .lsc-bar-player .button:link .material-icons, .lsc-bar-player .button:active .material-icons {
      color: #FFDD00; }
    .lsc-bar-player .button.button-narrow {
      min-width: inherit;
      padding: 0; }

.lsc-brand {
  padding: 0 20px; }
  .lsc-brand img {
    max-width: 65px; }
    @media only screen and (max-width: 480px) {
      .lsc-brand img {
        max-width: 55px; } }

.lsc-navbar-off {
  display: none !important; }
  .lsc-bar-bottom-open .lsc-navbar-off {
    display: block !important; }

.lsc-navbar-on {
  display: block !important; }
  .lsc-bar-bottom-open .lsc-navbar-on {
    display: none !important; }

.lsc-main-content {
  position: fixed;
  top: 50px;
  left: 0;
  height: calc(100% - 50px);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }
  .lsc-bar-bottom-open .lsc-main-content {
    height: calc(100% - 100px); }
  .lsc-bar-player-open .lsc-main-content {
    height: calc(100% - 110px); }
  .lsc-bar-bottom-open.lsc-bar-player-open .lsc-main-content {
    height: calc(100% - 160px); }

.lsc-content-image, .lsc-content-video {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  .lsc-content-image img, .lsc-content-image video, .lsc-content-video img, .lsc-content-video video {
    max-width: 100%; }

.lsc-content-video {
  background-color: #000; }

.lsc-content-box {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  background-color: #5B748E;
  color: #fff; }
  @media only screen and (min-width: 0) {
    .lsc-content-box-bottom-xs {
      bottom: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, 40vh, 0); }
      .lsc-content-box-bottom-xs .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  @media only screen and (min-width: 480px) {
    .lsc-content-box-bottom-sm {
      bottom: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, 40vh, 0); }
      .lsc-content-box-bottom-sm .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  @media only screen and (min-width: 768px) {
    .lsc-content-box-bottom-md {
      bottom: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, 40vh, 0); }
      .lsc-content-box-bottom-md .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  @media only screen and (min-width: 992px) {
    .lsc-content-box-bottom-lg {
      bottom: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, 40vh, 0); }
      .lsc-content-box-bottom-lg .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  @media only screen and (min-width: 1200px) {
    .lsc-content-box-bottom-xl {
      bottom: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, 40vh, 0); }
      .lsc-content-box-bottom-xl .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  .lsc-content-box-thumbnail {
    bottom: 0;
    left: 0;
    height: 240px;
    transform: translate3d(0, 240px, 0); }
    .lsc-content-box-thumbnail .lsc-content-box-content {
      height: calc(240px - 70px); }
    @media only screen and (max-width: 480px) {
      .lsc-content-box-thumbnail {
        height: 100%;
        transform: translate3d(0, 100%, 0); } }
    @media only screen and (max-height: 400px) {
      .lsc-content-box-thumbnail {
        height: 100%;
        transform: translate3d(0, 100%, 0); } }
  @media only screen and (min-width: 0) {
    .lsc-content-box-top-xs {
      top: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, -40vh, 0); }
      .lsc-content-box-top-xs .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  @media only screen and (min-width: 480px) {
    .lsc-content-box-top-sm {
      top: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, -40vh, 0); }
      .lsc-content-box-top-sm .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  @media only screen and (min-width: 768px) {
    .lsc-content-box-top-md {
      top: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, -40vh, 0); }
      .lsc-content-box-top-md .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  @media only screen and (min-width: 992px) {
    .lsc-content-box-top-lg {
      top: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, -40vh, 0); }
      .lsc-content-box-top-lg .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  @media only screen and (min-width: 1200px) {
    .lsc-content-box-top-xl {
      top: 0;
      left: 0;
      height: 40vh;
      transform: translate3d(0, -40vh, 0); }
      .lsc-content-box-top-xl .lsc-content-box-content {
        height: calc(40vh - 70px); } }
  @media only screen and (min-width: 0) {
    .lsc-content-box-left-xs {
      bottom: auto;
      right: auto;
      top: 0;
      left: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(-295px, 0, 0); }
      .lsc-content-box-left-xs .lsc-content-box-content {
        height: calc(100% - 70px); } }
  @media only screen and (min-width: 480px) {
    .lsc-content-box-left-sm {
      bottom: auto;
      right: auto;
      top: 0;
      left: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(-295px, 0, 0); }
      .lsc-content-box-left-sm .lsc-content-box-content {
        height: calc(100% - 70px); } }
  @media only screen and (min-width: 768px) {
    .lsc-content-box-left-md {
      bottom: auto;
      right: auto;
      top: 0;
      left: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(-295px, 0, 0); }
      .lsc-content-box-left-md .lsc-content-box-content {
        height: calc(100% - 70px); } }
  @media only screen and (min-width: 992px) {
    .lsc-content-box-left-lg {
      bottom: auto;
      right: auto;
      top: 0;
      left: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(-295px, 0, 0); }
      .lsc-content-box-left-lg .lsc-content-box-content {
        height: calc(100% - 70px); } }
  @media only screen and (min-width: 1200px) {
    .lsc-content-box-left-xl {
      bottom: auto;
      right: auto;
      top: 0;
      left: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(-295px, 0, 0); }
      .lsc-content-box-left-xl .lsc-content-box-content {
        height: calc(100% - 70px); } }
  @media only screen and (min-width: 0) {
    .lsc-content-box-right-xs {
      bottom: auto;
      left: auto;
      top: 0;
      right: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(295px, 0, 0); }
      .lsc-content-box-right-xs .lsc-content-box-content {
        height: calc(100% - 70px); } }
  @media only screen and (min-width: 480px) {
    .lsc-content-box-right-sm {
      bottom: auto;
      left: auto;
      top: 0;
      right: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(295px, 0, 0); }
      .lsc-content-box-right-sm .lsc-content-box-content {
        height: calc(100% - 70px); } }
  @media only screen and (min-width: 768px) {
    .lsc-content-box-right-md {
      bottom: auto;
      left: auto;
      top: 0;
      right: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(295px, 0, 0); }
      .lsc-content-box-right-md .lsc-content-box-content {
        height: calc(100% - 70px); } }
  @media only screen and (min-width: 992px) {
    .lsc-content-box-right-lg {
      bottom: auto;
      left: auto;
      top: 0;
      right: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(295px, 0, 0); }
      .lsc-content-box-right-lg .lsc-content-box-content {
        height: calc(100% - 70px); } }
  @media only screen and (min-width: 1200px) {
    .lsc-content-box-right-xl {
      bottom: auto;
      left: auto;
      top: 0;
      right: 0;
      height: 100%;
      width: 295px;
      transform: translate3d(295px, 0, 0); }
      .lsc-content-box-right-xl .lsc-content-box-content {
        height: calc(100% - 70px); } }
  .lsc-content-box-open {
    transform: translate3d(0, 0, 0); }
  .lsc-content-box-dismiss {
    margin-top: 10px;
    vertical-align: middle; }
    .lsc-content-box-dismiss .row {
      min-height: 60px; }
    .lsc-content-box-dismiss h1 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 1.1em;
      margin: 0 20px;
      text-transform: uppercase; }
    .lsc-content-box-dismiss h2 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 1.1em;
      margin: 0 20px;
      text-transform: uppercase; }
    .lsc-content-box-dismiss h3 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 1.1em;
      margin: 0 20px;
      text-transform: uppercase; }
    .lsc-content-box-dismiss h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 1.1em;
      margin: 0 20px;
      text-transform: uppercase; }
    .lsc-content-box-dismiss h5 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 1.1em;
      margin: 0 20px;
      text-transform: uppercase; }
    .lsc-content-box-dismiss h6 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 1.1em;
      margin: 0 20px;
      text-transform: uppercase; }
    .lsc-content-box-dismiss .button .material-icons {
      color: #cccccc;
      font-size: 1.5em; }
    .lsc-content-box-dismiss .button:hover .material-icons, .lsc-content-box-dismiss .button:link .material-icons, .lsc-content-box-dismiss .button:active .material-icons {
      color: #fff; }
  .lsc-content-box-content {
    padding: 0 20px 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    counter-reset: explanation; }
    .lsc-content-box-content p {
      font-weight: 300;
      margin: 0; }
    .lsc-content-box-content ol {
      counter-reset: list;
      padding: 0;
      margin: 0; }
    .lsc-content-box-content ol &gt; li {
      list-style: none;
      font-weight: 300;
      margin-top: 10px; }
    .lsc-content-box-content ol &gt; li:before {
      content: counter(list) ") ";
      counter-increment: list;
      font-weight: bold; }
    .lsc-content-box-content.no-padding {
      padding: 0; }
    .lsc-content-box-content-action-bar {
      padding: 0 20px 10px;
      text-align: left; }
      .lsc-content-box-content-action-bar .button:hover, .lsc-content-box-content-action-bar .button:link, .lsc-content-box-content-action-bar .button:active {
        color: #FFDD00; }
      .lsc-content-box-content-action-bar .button:first-child {
        margin-left: -6px; }
      .lsc-content-box-content-action-bar.small-padding {
        padding: 10px 0; }
    .lsc-content-box-content-explanation-block {
      height: 50px;
      border-bottom: 1px solid #fff;
      overflow: hidden; }
      .lsc-content-box-content-explanation-block:first-child {
        border-top: 1px solid #fff; }
      .lsc-content-box-content-explanation-block.open {
        height: auto; }
        .lsc-content-box-content-explanation-block.open .button-explanation {
          cursor: default !important;
          pointer-events: none; }
          .lsc-content-box-content-explanation-block.open .button-explanation .material-icons {
            visibility: hidden; }
      .lsc-content-box-content-explanation-block p {
        padding: 0 20px 10px; }
    .lsc-content-box-content .button.button-margin {
      margin-top: 0; }
      .lsc-content-box-content .button.button-margin:hover, .lsc-content-box-content .button.button-margin:link, .lsc-content-box-content .button.button-margin:active {
        background-color: #f7f7f7; }
    .lsc-content-box-content .button-explanation {
      padding: 10px 20px;
      max-height: none;
      text-align: left;
      text-transform: uppercase; }
      .lsc-content-box-content .button-explanation span {
        display: inline-block;
        font-size: .9em;
        font-weight: bold;
        max-width: calc(100% - 24px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .lsc-content-box-content .button-explanation .material-icons {
        float: right;
        display: inline-block;
        margin-top: -2px; }
      .lsc-content-box-content .button-explanation:hover, .lsc-content-box-content .button-explanation:link, .lsc-content-box-content .button-explanation:active {
        background-color: #556c85; }
      .lsc-content-box-content .button-explanation span:before {
        content: counter(explanation) ") ";
        counter-increment: explanation;
        font-weight: bold; }
    .lsc-content-box-content-buttons .button {
      max-height: none;
      padding: 30px 20px;
      text-align: left;
      border-bottom: 1px solid #fff; }
      .lsc-content-box-content-buttons .button:first-child {
        border-top: 1px solid #fff; }
      .lsc-content-box-content-buttons .button:hover, .lsc-content-box-content-buttons .button:link, .lsc-content-box-content-buttons .button:active {
        background-color: rgba(85, 108, 133, 0.9); }
    .lsc-content-box-content-buttons .material-icons, .lsc-content-box-content-buttons span {
      vertical-align: middle; }
    .lsc-content-box-content-buttons .material-icons {
      font-size: 2em;
      float: left; }
    .lsc-content-box-content-buttons span {
      font-size: 1em;
      text-transform: uppercase;
      margin-left: 20px;
      max-width: calc(100% - 2em - 20px);
      float: left; }
    .lsc-content-box-content-note {
      display: inline-block;
      width: 100%;
      background-color: #fff;
      border-radius: 4px; }
      .lsc-content-box-content-note p {
        display: block;
        width: 100%;
        font-weight: 300;
        border: none;
        color: #666;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 4px;
        background-color: #fff;
        resize: none;
        overflow: hidden; }
        .lsc-content-box-content-note p:focus + .button {
          display: block; }
        .lsc-content-box-content-note p[contenteditable=true]:empty:before {
          content: attr(placeholder);
          display: block;
          /* For Firefox */
          pointer-events: none; }
      .lsc-content-box-content-note .button {
        display: none;
        color: #325175; }
        .lsc-content-box-content-note .button:hover, .lsc-content-box-content-note .button:link, .lsc-content-box-content-note .button:active {
          text-decoration: underline; }
    .lsc-content-box-content-sticky-note {
      display: inline-block;
      position: relative;
      margin-top: 30px;
      width: 100%;
      padding: 10px;
      background: linear-gradient(#F9EFAF, #F7E98D);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      border-bottom-right-radius: 60px 5px; }
      .lsc-content-box-content-sticky-note:after {
        content: "";
        position: absolute;
        z-index: -1;
        right: -0px;
        bottom: 20px;
        width: 200px;
        height: 25px;
        background: rgba(0, 0, 0, 0.2);
        box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.4);
        transform: matrix(-1, -0.1, 0, 1, 0, 0); }
      .lsc-content-box-content-sticky-note .sticky-note-cont {
        margin-top: 10px;
        position: relative;
        display: block;
        width: 100%;
        min-height: 225px;
        font-weight: 400;
        border: none;
        color: #222;
        box-sizing: border-box;
        resize: none;
        padding: 0;
        line-height: 1.5;
        border: 0;
        transition: box-shadow 0.5s ease;
        background: none;
        -webkit-user-select: auto !important; }
        /*.lsc-content-box-content-sticky-note p[contenteditable=true]:empty:before {
          content: attr(placeholder);
          display: block;
          pointer-events: none; }*/
        .lsc-content-box-content-sticky-note .sticky-note-cont:after {
          content: ' ';
          display: block;
          position: absolute;
          left: calc(50% - 40px);
          top: -34px;
          width: 80px;
          height: 25px;
          background-color: rgba(243, 245, 228, 0.5);
          border: 2px solid rgba(255, 255, 255, 0.5);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          transform: rotate(-3deg); }
      .lsc-content-box-content-sticky-note:nth-child(even) .sticky-note-cont:after {
        transform: rotate(3deg); }
      .lsc-content-box-content-sticky-note .button {
        color: #325175; }
        .lsc-content-box-content-sticky-note .button:hover, .lsc-content-box-content-sticky-note .button:link, .lsc-content-box-content-sticky-note .button:active {
          text-decoration: underline; }
      .lsc-content-box-content-sticky-note .button-delete {
      	position: absolute;
      	top: 2px;
      	right: 2px;
      	background: none;
      	border: none;
      	width: 30px;
      	height: 30px;
      	cursor: pointer;
      	color: #325175;
      	opacity: 0.2; 
      }
      .lsc-content-box-content-sticky-note .button-delete:hover {
      	opacity: 1;
      }
    .lsc-content-box-content-keyword {
      margin-bottom: 20px;
      padding: 0 20px; }
      .lsc-content-box-content-keyword .lsc-keyword-highlight {
        display: inline-block;
        color: #325175;
        background-color: #cccccc;
        padding: 2px 5px;
        border-radius: 5px; }
      .lsc-content-box-content-keyword:first-child {
        border-top: 1px solid #fff;
        padding-top: 20px; }
      .lsc-content-box-content-keyword h1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        margin: 0 0 5px; }
      .lsc-content-box-content-keyword h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        margin: 0 0 5px; }
      .lsc-content-box-content-keyword h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        margin: 0 0 5px; }
      .lsc-content-box-content-keyword h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        margin: 0 0 5px; }
      .lsc-content-box-content-keyword h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        margin: 0 0 5px; }
      .lsc-content-box-content-keyword h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        margin: 0 0 5px; }
    .lsc-content-box-content-text {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      .lsc-content-box-content-text p {
        padding: 10px 20px;
        font-weight: 300; }

.lsc-content-timeline {
  position: relative;
  height: 100%; }

.lsc-side-menu {
  position: absolute;
  display: none;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  transform: translate3d(0, -100%, 0);
  background-color: rgba(91, 116, 142, 0.9);
  color: #fff;
  overflow-y: scroll;
  overflow-x: hidden; }
  .lsc-bar-bottom-open .lsc-side-menu {
    height: calc(100% - 100px); }
  .lsc-bar-player-open .lsc-side-menu {
    height: calc(100% - 110px); }
  .lsc-bar-bottom-open.lsc-bar-player-open .lsc-side-menu {
    height: calc(100% - 160px); }
  @media only screen and (min-width: 0) {
    .lsc-side-menu-compact-xs {
      transform: translate3d(-295px, 0, 0);
      width: 295px; } }
  @media only screen and (min-width: 480px) {
    .lsc-side-menu-compact-sm {
      transform: translate3d(-295px, 0, 0);
      width: 295px; } }
  @media only screen and (min-width: 768px) {
    .lsc-side-menu-compact-md {
      transform: translate3d(-295px, 0, 0);
      width: 295px; } }
  @media only screen and (min-width: 992px) {
    .lsc-side-menu-compact-lg {
      transform: translate3d(-295px, 0, 0);
      width: 295px; } }
  @media only screen and (min-width: 1200px) {
    .lsc-side-menu-compact-xl {
      transform: translate3d(-295px, 0, 0);
      width: 295px; } }
  .lsc-side-menu-open {
    display: block;
    transform: translate3d(0, 0, 0); }

.lsc-menu-wrapper {
  list-style: none;
  margin: 0;
  padding: 0; }
  .lsc-menu-wrapper .button {
    max-height: none;
    padding: 30px 20px;
    text-align: left;
    border-bottom: 1px solid #fff; }
    .lsc-menu-wrapper .button:hover, .lsc-menu-wrapper .button:link, .lsc-menu-wrapper .button:active {
      background-color: rgba(85, 108, 133, 0.9); }
  .lsc-menu-wrapper .material-icons, .lsc-menu-wrapper span {
    vertical-align: middle; }
  .lsc-menu-wrapper .material-icons {
    font-size: 1.5em; }
  .lsc-menu-wrapper span {
    font-size: .9em;
    text-transform: uppercase;
    margin-left: 10px; }

:focus,
:active {
  outline: none; }

.button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  color: #fff;
  min-width: 52px;
  min-height: 50px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  cursor: pointer; }
  .button:after {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    content: ' '; }
  .button span, .button i {
    vertical-align: middle; }

.button-small {
  padding: 2px 4px 1px;
  min-width: 28px;
  min-height: 30px;
  font-size: 12px;
  line-height: 26px; }
  .button-small .icon:before, .button-small.icon:before, .button-small.icon-left:before, .button-small.icon-right:before {
    font-size: 16px;
    line-height: 19px;
    margin-top: 3px; }

.button-large {
  padding: 0 16px;
  min-width: 68px;
  min-height: 59px;
  font-size: 20px;
  line-height: 53px; }
  .button-large .icon:before, .button-large.icon:before, .button-large.icon-left:before, .button-large.icon-right:before {
    padding-bottom: 2px;
    font-size: 32px;
    line-height: 51px; }

.button-clear {
  padding: 0 6px;
  max-height: 45px;
  border-color: transparent;
  background: none;
  box-shadow: none;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .button-clear.active, .button-clear.activated {
    opacity: 0.3; }

.button-narrow {
  padding: 0 10px; }

.button-short {
  min-height: 30px;
  padding: 5px; }

.padding &gt; .button.button-block:first-child {
  margin-top: 0; }

.button-block {
  display: block;
  clear: both; }
  .button-block:after {
    clear: both; }

.button-full,
.button-full &gt; .button {
  display: block;
  margin-right: 0;
  margin-left: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }

.button-margin,
.button-margin &gt; .button {
  display: block;
  width: calc(100% - 40px);
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px; }

button.button-block,
button.button-full,
.button-full &gt; button.button,
input.button.button-block {
  width: 100%; }

a.button {
  text-decoration: none; }
  a.button .icon:before, a.button.icon:before, a.button.icon-left:before, a.button.icon-right:before {
    margin-top: 2px; }

.button.disabled,
.button[disabled] {
  opacity: .4;
  cursor: default !important;
  pointer-events: none; }

.button-light,
.button-light &gt; .button {
  color: #325175;
  background-color: #fff; }

.lsc-audio-player {
  position: relative;
  max-width: 100%;
  margin: 0 20px 0 10px; }
  .lsc-audio-player-track-title {
    float: left;
    font-weight: bold; }
  .lsc-audio-player-track-volume {
    float: right; }
    .lsc-audio-player-track-volume .button.button-narrow {
      padding: 0;
      min-height: inherit;
      vertical-align: middle; }
      .lsc-audio-player-track-volume .button.button-narrow .material-icons {
        font-size: 1.3em; }
  .lsc-audio-player-timeline {
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px 0;
    float: left; }
    .lsc-audio-player-timeline-played {
      height: 100%;
      background: #FFDD00;
      float: left;
      max-width: calc(100% - 8px);
      min-width: 4px; }
  .lsc-audio-player-playhead {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
    float: left; }
    .lsc-audio-player-playhead:hover, .lsc-audio-player-playhead:link, .lsc-audio-player-playhead:active {
      cursor: pointer;
      background: #FFDD00; }

.lsc-page-navigation-header {
  display: inline-block;
  color: #cccccc;
  padding: calc(23.5px - (1em / 2)) 10px; }

.lsc-map-navigation {
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  width: 100px;
  height: 102px;
  background-color: #325175;
  border: 2px solid #fff;
  transform: scale(0.7);
  transform-origin: center; }
  .lsc-map-navigation .button .material-icons {
    color: #cccccc;
    font-size: 2em; }
  .lsc-map-navigation .button.button-narrow {
    min-width: 0;
    padding: 0; }
  .lsc-map-navigation .button:hover .material-icons, .lsc-map-navigation .button:link .material-icons, .lsc-map-navigation .button:active .material-icons {
    color: #fff; }

.lsc-map-zoom {
  position: absolute;
  border-radius: 20px;
  top: 80px;
  right: 30px;
  width: 40px;
  height: 100px;
  background-color: #325175;
  border: 2px solid #fff;
  transform: scale(0.7);
  transform-origin: center; }
  .lsc-map-zoom .col-xs-12:first-child {
    border-bottom: 2px solid #fff; }
  .lsc-map-zoom .button .material-icons {
    color: #cccccc;
    font-size: 1.8em; }
  .lsc-map-zoom .button.button-narrow {
    min-width: 0;
    padding: 0; }
  .lsc-map-zoom .button:hover .material-icons, .lsc-map-zoom .button:link .material-icons, .lsc-map-zoom .button:active .material-icons {
    color: #fff; }

.lsc-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }

.lsc-modal {
  display: none; }
  .lsc-modal-open {
    display: block; }

.lsc-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: hidden;
  /*justify-content: center;
    align-items: center;*/
  padding: 0;
  pointer-events: none; }

.lsc-modal-dialog {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: auto;
  pointer-events: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  margin: auto; }

.lsc-modal-content {
  pointer-events: all;
  max-width: 768px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-clip: padding-box;
  overflow: hidden;
  outline: 0;
  background-color: #325175;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
  width: 80vw;
  min-height: 0;
  height: auto; }
  @media only screen and (max-width: 480px) {
    .lsc-modal-content {
      width: 100vw;
      height: 100vh;
      min-height: 100vh; } }
  @media only screen and (max-height: 599px) {
    .lsc-modal-content {
      width: 100vw;
      max-width: 100vw;
      height: 100vh;
      min-height: 100vh; } }

.lsc-modal-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  padding: 0 20px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 75vh; }
  @media only screen and (max-width: 480px) {
    .lsc-modal-body {
      padding: 0;
      max-height: inherit; } }
  @media only screen and (max-height: 599px) {
    .lsc-modal-body {
      padding: 0;
      max-height: inherit; } }
  .lsc-modal-body img {
    margin-bottom: 10px; }
  .lsc-modal-body p {
    padding: 0;
    margin: 10px 0 0;
    font-weight: 300; }
    @media only screen and (max-width: 480px) {
      .lsc-modal-body p {
        margin: 10px; } }
    @media only screen and (max-height: 599px) {
      .lsc-modal-body p {
        margin: 10px; } }

.lsc-modal-header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: middle; }
  .lsc-modal-header h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.1em;
    margin: 0 20px;
    text-transform: uppercase; }
  .lsc-modal-header h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.1em;
    margin: 0 20px;
    text-transform: uppercase; }
  .lsc-modal-header h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.1em;
    margin: 0 20px;
    text-transform: uppercase; }
  .lsc-modal-header h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.1em;
    margin: 0 20px;
    text-transform: uppercase; }
  .lsc-modal-header h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.1em;
    margin: 0 20px;
    text-transform: uppercase; }
  .lsc-modal-header h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.1em;
    margin: 0 20px;
    text-transform: uppercase; }
  .lsc-modal-header .button .material-icons {
    color: #cccccc;
    font-size: 1.5em; }
  .lsc-modal-header .button:hover .material-icons, .lsc-modal-header .button:link .material-icons, .lsc-modal-header .button:active .material-icons {
    color: #fff; }

.lSAction &gt; a {
  background-image: none;
  z-index: 999; }
  .lSAction &gt; a.lSPrev {
    left: -18px; }
  .lSAction &gt; a.lSNext {
    right: -18px; }
  .lSAction &gt; a .material-icons {
    font-size: 2em;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  @media only screen and (max-width: 480px) {
    .lSAction &gt; a {
      display: none; } }
  @media only screen and (max-height: 400px) {
    .lSAction &gt; a {
      display: none; } }

.lightSlider, .lSSlideOuter, .lslide, .lSSlideWrapper {
  overflow: visible; }

.lightSlider {
  margin: 0 auto; }

.lSSlideWrapper {
  height: inherit !important; }

.lsc-description-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8)); }
  .lsc-description-wrapper h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 1.1em;
    padding: 10px;
    font-weight: 400; }
    @media only screen and (max-width: 480px) {
      .lsc-description-wrapper h1 {
        font-size: 1em; } }
    @media only screen and (max-height: 400px) {
      .lsc-description-wrapper h1 {
        font-size: 1em; } }
  .lsc-description-wrapper h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 1.1em;
    padding: 10px;
    font-weight: 400; }
    @media only screen and (max-width: 480px) {
      .lsc-description-wrapper h2 {
        font-size: 1em; } }
    @media only screen and (max-height: 400px) {
      .lsc-description-wrapper h2 {
        font-size: 1em; } }
  .lsc-description-wrapper h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 1.1em;
    padding: 10px;
    font-weight: 400; }
    @media only screen and (max-width: 480px) {
      .lsc-description-wrapper h3 {
        font-size: 1em; } }
    @media only screen and (max-height: 400px) {
      .lsc-description-wrapper h3 {
        font-size: 1em; } }
  .lsc-description-wrapper h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 1.1em;
    padding: 10px;
    font-weight: 400; }
    @media only screen and (max-width: 480px) {
      .lsc-description-wrapper h4 {
        font-size: 1em; } }
    @media only screen and (max-height: 400px) {
      .lsc-description-wrapper h4 {
        font-size: 1em; } }
  .lsc-description-wrapper h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 1.1em;
    padding: 10px;
    font-weight: 400; }
    @media only screen and (max-width: 480px) {
      .lsc-description-wrapper h5 {
        font-size: 1em; } }
    @media only screen and (max-height: 400px) {
      .lsc-description-wrapper h5 {
        font-size: 1em; } }
  .lsc-description-wrapper h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 1.1em;
    padding: 10px;
    font-weight: 400; }
    @media only screen and (max-width: 480px) {
      .lsc-description-wrapper h6 {
        font-size: 1em; } }
    @media only screen and (max-height: 400px) {
      .lsc-description-wrapper h6 {
        font-size: 1em; } }

.lsc-content-box-thumbnail-slider {
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  height: calc(100% - 70px); }
  .lsc-content-box-thumbnail-slider-slide {
    width: 250px;
    height: 140px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transform: scale(0.9);
    transition: all 0.2s ease-out; }
    .lsc-content-box-thumbnail-slider-slide:hover, .lsc-content-box-thumbnail-slider-slide:link, .lsc-content-box-thumbnail-slider-slide:active {
      transform: scale(1); }
    .lsc-content-box-thumbnail-slider-slide.active-slide {
      border: 5px solid #FFDD00; }
    @media only screen and (max-width: 480px) {
      .lsc-content-box-thumbnail-slider-slide {
        margin: 0 auto;
        max-width: 100%; } }
    @media only screen and (max-height: 400px) {
      .lsc-content-box-thumbnail-slider-slide {
        width: 160px;
        height: 90px; } }
    @media only screen and (max-height: 380px) {
      .lsc-content-box-thumbnail-slider-slide {
        width: 150px;
        height: 85px; } }
    @media only screen and (max-height: 350px) {
      .lsc-content-box-thumbnail-slider-slide {
        width: 130px;
        height: 73px; } }

.lsc-slide-fader {
  position: absolute;
  width: 40px;
  height: 100%;
  pointer-events: none; }
  @media only screen and (max-width: 480px) {
    .lsc-slide-fader {
      width: 100%;
      height: 30px; } }
  @media only screen and (max-height: 400px) {
    .lsc-slide-fader {
      width: 40px;
      height: 100%; } }
  .lsc-slide-fader-start {
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(91, 116, 142, 0), #5B748E); }
    @media only screen and (max-width: 480px) {
      .lsc-slide-fader-start {
        background: linear-gradient(to top, rgba(91, 116, 142, 0), #5B748E); } }
    @media only screen and (max-height: 400px) {
      .lsc-slide-fader-start {
        background: linear-gradient(to left, rgba(91, 116, 142, 0), #5B748E); } }
  .lsc-slide-fader-end {
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgba(91, 116, 142, 0), #5B748E); }
    @media only screen and (max-width: 480px) {
      .lsc-slide-fader-end {
        top: auto;
        bottom: 0;
        right: 0;
        background: linear-gradient(to bottom, rgba(91, 116, 142, 0), #5B748E); } }
    @media only screen and (max-height: 400px) {
      .lsc-slide-fader-end {
        top: 0;
        right: 0;
        background: linear-gradient(to right, rgba(91, 116, 142, 0), #5B748E); } }


/******************************/

.lsc-page-navigation {
	display: none;
}

.bg-cont {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* audio */

#audio-main {
	width: 100%;
	height: 60px;
}

.lsc-bar-bottom-open.lsc-bar-player-open .lsc-main-content.has-video {
  height: calc(100% - 100px); 
}

.lsc-bar-player-open .lsc-main-content.has-video {
  height: calc(100% - 50px); 
}

.lsc-bar-player-open .lsc-bar-player.has-video {
	display: none;
}

.lsc-content-video {
  position: relative;
}

#lsc-video-preview {
	z-index: 10000;
}

#audio-title {
	position: absolute;
	left: 55px;
	z-index: 50;
	top: 8px;
	font-family: "Roboto",sans-serif;
}

#lsc-notes {
	z-index: 10000 !important;
}

.lsc-bar-bottom-open .lsc-side-menu.has-video {
  height: calc(100% - 40px); 
}
.lsc-bar-player-open .lsc-side-menu.has-video {
  height: calc(100% - 50px); 
}
.lsc-bar-bottom-open.lsc-bar-player-open .lsc-side-menu.has-video {
  height: calc(100% - 100px); 
}

.anim-subtitle {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, .65);
}
</pre></body></html>