@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

html {
  font-family: "Open Sans", sans-serif;
  font-size: 16;
  line-height: 1.5;
  color: #484848;
  box-sizing: border-box !important;
  padding: 0 0;
  position: relative;
  min-height: 100%; }

body {
  margin: 0 0 250px; }

* {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: inherit; }

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

.db {
  display: block; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.dn {
  display: none; }

.ofh {
  overflow: hidden; }

.mar-t2 {
  margin-top: 1rem; }
.mar-t1 {
  margin-top: 0.5rem; }
.mar-t0 {
  margin-top: 0 !important; }
.twl {
  font-weight: 100 !important; }

.mar-b0 {
  margin-bottom: 0 !important; }

.mar-r1 {
  margin-right: 10px !important; }

.mar-r2 {
  margin-right: 15px !important; }

.mar-l1 {
  margin-left: 10px !important; }

.mar-l2 {
  margin-left: 15px !important; }

.mhc {
  margin-left: auto;
  margin-right: auto; }

.pad-t1 {
  padding-top: 2.25rem; }

.pad-t2 {
  padding-top: 1.5rem; }



.fl {
  float: left; }

.fr {
  float: right; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

.por {
  position: relative; }

.pos {
  position: static; }

.ra {
  border-radius: 50%; }

.ran {
  border-radius: 0; }

.tac {
  text-align: center; }
.tar {
  text-align: right; }
.tal {
  text-align: left; }

.tsi {
  font-style: italic; }

.ttu {
  text-transform: uppercase; }

.twn {
  font-weight: normal; }

.twb {
  font-weight: bold; }

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:

 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.

 * Set the spacing between your grid items.

 * Would you like Sass’ silent classes, or regular CSS classes?

 * Would you like push and pull classes enabled?

 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371

 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.

 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.

 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -30px;
  /* [3] */ }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 30px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */ }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right; }
  .grid--right > .grid__item {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center; }
  .grid--center > .grid__item {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle; }

.grid--bottom > .grid__item {
  vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -15px; }
  .grid--narrow > .grid__item {
    padding-left: 15px; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -60px; }
  .grid--wide > .grid__item {
    padding-left: 60px; }

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%; }

/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
 * Tenths
 */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 480px) {
  /**
   * Whole
   */
  .palm--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .palm--one-half, .palm--two-quarters, .palm--three-sixths, .palm--four-eighths, .palm--five-tenths, .palm--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .palm--one-third, .palm--two-sixths, .palm--four-twelfths {
    width: 33.333%; }

  .palm--two-thirds, .palm--four-sixths, .palm--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .palm--one-quarter, .palm--two-eighths, .palm--three-twelfths {
    width: 25%; }

  .palm--three-quarters, .palm--six-eighths, .palm--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .palm--one-fifth, .palm--two-tenths {
    width: 20%; }

  .palm--two-fifths, .palm--four-tenths {
    width: 40%; }

  .palm--three-fifths, .palm--six-tenths {
    width: 60%; }

  .palm--four-fifths, .palm--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .palm--one-sixth, .palm--two-twelfths {
    width: 16.666%; }

  .palm--five-sixths, .palm--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .palm--one-eighth {
    width: 12.5%; }

  .palm--three-eighths {
    width: 37.5%; }

  .palm--five-eighths {
    width: 62.5%; }

  .palm--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .palm--one-tenth {
    width: 10%; }

  .palm--three-tenths {
    width: 30%; }

  .palm--seven-tenths {
    width: 70%; }

  .palm--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .palm--one-twelfth {
    width: 8.333%; }

  .palm--five-twelfths {
    width: 41.666%; }

  .palm--seven-twelfths {
    width: 58.333%; }

  .palm--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
   * Whole
   */
  .lap--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .lap--one-half, .lap--two-quarters, .lap--three-sixths, .lap--four-eighths, .lap--five-tenths, .lap--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .lap--one-third, .lap--two-sixths, .lap--four-twelfths {
    width: 33.333%; }

  .lap--two-thirds, .lap--four-sixths, .lap--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .lap--one-quarter, .lap--two-eighths, .lap--three-twelfths {
    width: 25%; }

  .lap--three-quarters, .lap--six-eighths, .lap--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .lap--one-fifth, .lap--two-tenths {
    width: 20%; }

  .lap--two-fifths, .lap--four-tenths {
    width: 40%; }

  .lap--three-fifths, .lap--six-tenths {
    width: 60%; }

  .lap--four-fifths, .lap--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .lap--one-sixth, .lap--two-twelfths {
    width: 16.666%; }

  .lap--five-sixths, .lap--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .lap--one-eighth {
    width: 12.5%; }

  .lap--three-eighths {
    width: 37.5%; }

  .lap--five-eighths {
    width: 62.5%; }

  .lap--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .lap--one-tenth {
    width: 10%; }

  .lap--three-tenths {
    width: 30%; }

  .lap--seven-tenths {
    width: 70%; }

  .lap--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .lap--one-twelfth {
    width: 8.333%; }

  .lap--five-twelfths {
    width: 41.666%; }

  .lap--seven-twelfths {
    width: 58.333%; }

  .lap--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .portable--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .portable--one-half, .portable--two-quarters, .portable--three-sixths, .portable--four-eighths, .portable--five-tenths, .portable--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .portable--one-third, .portable--two-sixths, .portable--four-twelfths {
    width: 33.333%; }

  .portable--two-thirds, .portable--four-sixths, .portable--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .portable--one-quarter, .portable--two-eighths, .portable--three-twelfths {
    width: 25%; }

  .portable--three-quarters, .portable--six-eighths, .portable--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .portable--one-fifth, .portable--two-tenths {
    width: 20%; }

  .portable--two-fifths, .portable--four-tenths {
    width: 40%; }

  .portable--three-fifths, .portable--six-tenths {
    width: 60%; }

  .portable--four-fifths, .portable--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .portable--one-sixth, .portable--two-twelfths {
    width: 16.666%; }

  .portable--five-sixths, .portable--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .portable--one-eighth {
    width: 12.5%; }

  .portable--three-eighths {
    width: 37.5%; }

  .portable--five-eighths {
    width: 62.5%; }

  .portable--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .portable--one-tenth {
    width: 10%; }

  .portable--three-tenths {
    width: 30%; }

  .portable--seven-tenths {
    width: 70%; }

  .portable--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .portable--one-twelfth {
    width: 8.333%; }

  .portable--five-twelfths {
    width: 41.666%; }

  .portable--seven-twelfths {
    width: 58.333%; }

  .portable--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .desk--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .desk--one-half, .desk--two-quarters, .desk--three-sixths, .desk--four-eighths, .desk--five-tenths, .desk--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .desk--one-third, .desk--two-sixths, .desk--four-twelfths {
    width: 33.333%; }

  .desk--two-thirds, .desk--four-sixths, .desk--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .desk--one-quarter, .desk--two-eighths, .desk--three-twelfths {
    width: 25%; }

  .desk--three-quarters, .desk--six-eighths, .desk--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .desk--one-fifth, .desk--two-tenths {
    width: 20%; }

  .desk--two-fifths, .desk--four-tenths {
    width: 40%; }

  .desk--three-fifths, .desk--six-tenths {
    width: 60%; }

  .desk--four-fifths, .desk--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .desk--one-sixth, .desk--two-twelfths {
    width: 16.666%; }

  .desk--five-sixths, .desk--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .desk--one-eighth {
    width: 12.5%; }

  .desk--three-eighths {
    width: 37.5%; }

  .desk--five-eighths {
    width: 62.5%; }

  .desk--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .desk--one-tenth {
    width: 10%; }

  .desk--three-tenths {
    width: 30%; }

  .desk--seven-tenths {
    width: 70%; }

  .desk--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .desk--one-twelfth {
    width: 8.333%; }

  .desk--five-twelfths {
    width: 41.666%; }

  .desk--seven-twelfths {
    width: 58.333%; }

  .desk--eleven-twelfths {
    width: 91.666%; } }
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
.vnotify-container {
  position: fixed;
  z-index: 99999; }
.vnotify-container.vn-top-right {
  right: 10px;
  top: 10px; }
.vnotify-container.vn-top-left {
  top: 10px;
  left: 10px; }
.vnotify-container.vn-bottom-right {
  bottom: 10px;
  right: 10px; }
.vnotify-container.vn-bottom-left {
  bottom: 10px;
  left: 10px; }
.vnotify-container .vn-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 15px;
  height: 15px;
  padding: 2px;
  cursor: pointer; }
.vnotify-container .vn-close:before, .vnotify-container .vn-close:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 2px;
  background: #fff; }
.vnotify-container .vn-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }
.vnotify-container .vn-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.vnotify-item {
  width: 20em;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75); }
.vnotify-item:hover {
  opacity: 1; }

.vnotify-title {
  font-weight: bold; }

.vnotify-info {
  background: #3498db;
  color: #fff; }

.vnotify-success {
  background: #2ecc71;
  color: #fff; }

.vnotify-error {
  background: #e74c3c;
  color: #fff; }

.vnotify-warning {
  background: #f39c12;
  color: #fff; }

.vnotify-notify {
  background: #333;
  color: #fff; }
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 * iOS requires the button element instead of an anchor tag.
 * If you want the anchor version, it requires `href="#"`. */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999;
  /*overrides */ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design */
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 996; }

.date-picker-wrapper {
  position: absolute;
  z-index: 999999;
  border: 1px solid #bfbfbf;
  background-color: #FFFFFF;
  padding: 5px 12px;
  line-height: 20px;
  box-sizing: border-box;
  overflow: auto; }
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none; }
.date-picker-wrapper.single-date {
  width: auto; }
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px; }
.date-picker-wrapper.no-topbar {
  padding-top: 12px; }
.date-picker-wrapper .datepicker-footer {
  font-size: 11px;
  padding-top: 3px; }
.date-picker-wrapper b {
  font-weight: 700; }
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline; }
.date-picker-wrapper .month-name {
  text-transform: uppercase; }
.date-picker-wrapper .month-wrapper {
  display: inline-block;
  width: auto !important;
  background-color: #FFFFFF;
  cursor: default;
  position: relative;
  _overflow: hidden; }
.date-picker-wrapper .month-wrapper table {
  width: 200px;
  clear: none !important; }
.date-picker-wrapper .month-wrapper table.month2 {
  width: 200px;
  margin-left: 20px; }
.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
  background: none !important; }
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px !important;
  background: none !important; }

.date-picker-wrapper .month-wrapper table .day {
  padding: 15px 0;
  width: 44px;
  text-align: center;
  margin: 0 !important;
  display: block;
  font-size: 14px;
  color: #999;
  cursor: default;
  overflow: hidden; }
.date-picker-wrapper .month-wrapper table .day:hover {
  background-color: #2193eb !important;
  color: white !important; }
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default; }
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #fae87c; }
.date-picker-wrapper .month-wrapper table .week-name {
  font-weight: 100;
  text-transform: uppercase; }
.date-picker-wrapper .month-wrapper table .week-name th {
  padding: 15px 0;
  width: 44px;
  text-align: center;
  background-image: url(../static/images//1px.svg) !important;
  background-repeat: repeat-x !important;
  background-position: bottom !important; }
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important; }
.date-picker-wrapper .time label {
  white-space: nowrap; }
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer; }
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #fae87c; }
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none; }
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #fae87c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.date-picker-wrapper table .caption th {
  padding: 15px 0;
  background-color: #efefef !important;
  background-image: none !important; }
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer; }
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white; }
.date-picker-wrapper .selected-days {
  display: none; }
.date-picker-wrapper .drp_top-bar {
  line-height: 40px;
  height: 40px;
  position: relative;
  color: #4199df !important;
  font-size: 14px; }
.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none; }
.date-picker-wrapper .drp_top-bar .default-top {
  display: block; }
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none; }
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red; }
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none; }
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block; }
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial; }
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); }
.date-picker-wrapper .time {
  position: relative; }
.date-picker-wrapper.single-month .time {
  display: none; }
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px; }
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.date-picker-wrapper .time1 {
  float: left; }
.date-picker-wrapper .time2 {
  float: right; }
.date-picker-wrapper .hour {
  text-align: right; }

.minute {
  text-align: right; }

.date-picker-wrapper .hide {
  display: none; }
.date-picker-wrapper .first-date-selected {
  color: #FFFFFF !important;
  background-color: #2193eb !important;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }
.date-picker-wrapper .last-date-selected {
  color: #FFFFFF !important;
  background-color: #2193eb !important;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px; }

@media only screen and (max-width: 481px) {
  .date-picker-wrapper {
    left: 0 !important;
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
    text-align: center !important; }

  .month-wrapper {
    display: inline-block !important; } }
@media only screen and (min-width: 568px) and (max-width: 667px) {
  .date-picker-wrapper {
    width: 340px;
    overflow: hidden;
    padding: 5px 12px !important; }

  .month-wrapper {
    display: inline-block !important; }

  .month2 {
    margin-left: 0 !important;
    margin-top: 10px; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 6rem;
  margin-bottom: 2.25rem;
  font-weight: 600; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-style: italic; }

h4 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 700; }

p,
blockquote {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.table-static {
  width: 100%;
  text-align: center;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  font-size: 14px; }
  .table-static thead th {
    padding: 12px 10px;
    background: #e0e0e0;
    font-weight: 600; }
  .table-static tbody tr td {
    padding: 10px;
    text-align: left; }
  .table-static tbody tr:last-child td {
    border-bottom: none;
    padding-right: 10px !important;
    box-sizing: border-box; }

.table-static--light {
  width: 100%;
  text-align: center;
  border: 1px solid #e0e0e0;
  font-size: 12px; }
  .table-static--light thead th {
    padding: 12px 10px;
    background: #ededed;
    font-weight: 600;
    text-align: left; }
  .table-static--light tbody tr td {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px !important;
    background: #FFF;
    text-align: left; }
  .table-static--light tbody tr:last-child td {
    border-bottom: none;
    padding-right: 10px !important; }

.sum--whole {
  color: #04b826;
  font-weight: 600; }

.sum--left {
  color: red;
  font-weight: 600; }

.sum--details {
  font-size: 12px;
  margin-top: 5px; }
  .sum--details span {
    background: #ece6fc;
    padding: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer; }

.details tr td {
  padding: 0 20px 20px 20px !important; }
.details h4 {
  margin: 20px 0 10px 0; }

.details--active {
  background: #f9f9f9; }

.noborder td {
  border-bottom: none !important; }

.ribbon tr:nth-child(odd) td {
  background: #f8f8f8 !important; }
.ribbon tr:last-child td {
  border: none !important; }

.ins-rep-details {
  display: none; }

.no-tbl-border td {
  background-image: none !important; }

#stickyHeader.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  margin-left: 0 !important;
  z-index: 995;
  background: #FFF;
  width: 100%; }

.input {
  background-clip: padding-box;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  transition: border-color 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0.125rem 0.3125rem; }
  .input::-webkit-input-placeholder {
    color: lightgray; }
  .input::-moz-placeholder {
    color: lightgray; }
  .input:-ms-input-placeholder {
    color: lightgray; }
  .input:-moz-placeholder {
    color: lightgray; }
  .input:hover {
    outline: none; }
  .input:focus {
    outline: none; }

.input--normal {
  border: 2px solid #d8d8d8; }
  .input--normal:hover {
    border-color: #a0a0a0; }
  .input--normal:focus {
    border-color: #3ebad6; }

.input--error {
  border: 2px solid #e74c3c;
  color: #e74c3c; }

.input--success {
  border: 2px solid #2ecc71;
  color: #2ecc71; }

.input:disabled {
  background: #f4f4f4;
  color: lightgray; }

.has--calendar {
  background: #FFF url(../images/ico-calendar.svg) no-repeat;
  background-position: calc(100% - 5px);
  background-size: 18px;
  padding-right: 35px; }

.has--search {
  background: #FFF url(../images/ico-search.svg) no-repeat;
  background-size: 18px;
  background-position: calc(100% - 5px);
  padding-right: 35px; }

.has--password {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc; }

.inlineHint {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-top: -0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 600; }

.inlineHint--error {
  color: #e74c3c; }

.inlineHint--success {
  color: #2ecc71; }

.inlineHint--help {
  color: #a3a3a3;
  animation: showNav 0.25s ease-in-out both;
  display: none; }

.inlineHint--help.is-active {
  display: block; }

@keyframes showNav {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.label {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  display: block; }

.vertical-label {
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 600;
  margin-right: 0.625rem; }

.label--error, .label span {
  color: #e74c3c; }

.select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.75rem;
  border: 0;
  font-weight: 600;
  display: inline-block;
  width: auto;
  background-color: #e0e0e0;
  color: #474747;
  position: relative;
  margin-bottom: 1rem
}
.select::after {
  border: 3px solid #484848;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.625em;
  right: 0.9em;
  z-index: 4;
  box-sizing: border-box;
}
.select::after:disabled {
  opacity: 0.5 !important;
}
.select, .select > * {
  cursor: pointer;
}
.select:hover {
  background-color: lightgray;
}
.select select {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 5px 25px 5px 10px;
  line-height: 1.5 !important;
  -webkit-user-select: none;
  font-weight: 600;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
  box-sizing: border-box;
}

.select--red {
  border: 2px solid #f1473e !important;
}

.select--blue {
  border: 2px solid #35a4e1 !important;
}

.select--green {
  border: 2px solid #59ca53 !important;
}

.select--micro {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.75rem;
  border: 0;
  font-weight: 600;
  display: inline-block;
  width: auto;
  background-color: #e0e0e0;
  color: #474747;
  position: relative;
  line-height: 1.9 !important;
}
.select--micro::after {
  border: 3px solid #484848;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.625em;
  right: 0.9em;
  z-index: 4;
  box-sizing: border-box;
}
.select--micro::after:disabled {
  opacity: 0.5 !important;
}
.select--micro, .select--micro > * {
  cursor: pointer;
}
.select--micro:hover {
  background-color: lightgray;
}
.select--micro select {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 1px 25px 1px 5px;
  line-height: 1.5 !important;
  -webkit-user-select: none;
  font-weight: 600;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
  box-sizing: border-box;
}

.select--disabled {
  opacity: 0.5;
}
.select--disabled:hover {
  background-color: #fafafa !important;
}

.select--full {
  width: 100%;
}

input[type="radio"] {
  position: absolute;
  left: -9999px; }
  input[type="radio"] + label {
    overflow: hidden;
    display: block; }
    input[type="radio"] + label span {
      display: inline-block;
      background: url(../images/cbrb.svg) no-repeat 0 -240px;
      cursor: pointer;
      padding-left: 2.1875rem;
      width: 1.5rem;
      height: 1.5rem;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      float: left; }
      input[type="radio"] + label span:hover {
        background: url(../images/cbrb.svg) no-repeat 0 -264px; }
      input[type="radio"] + label span:active {
        background: url(../images/cbrb.svg) no-repeat 0 -336px; }
  input[type="radio"]:focus:not(:checked) + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -288px !important; }
  input[type="radio"]:focus + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -336px !important; }
  input[type="radio"]:checked + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -384px; }
    input[type="radio"]:checked + label span:hover {
      background: url(../images/cbrb.svg) no-repeat 0 -360px !important; }
    input[type="radio"]:checked + label span:active {
      background: url(../images/cbrb.svg) no-repeat 0 -336px; }
  input[type="radio"]:disabled:not(:checked) + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -288px !important;
    cursor: not-allowed; }
  input[type="radio"]:disabled + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -312px !important;
    cursor: not-allowed; }

.checkbox-label {
  display: block;
  float: left;
  width: calc(100% - 59px); }

.checkbox-label--l {
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem; }

.checkbox-label--xl {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem; }

input[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  input[type="checkbox"] + label {
    overflow: hidden;
    display: block; }
    input[type="checkbox"] + label span {
      display: inline-block;
      background: url(../images/cbrb.svg) no-repeat 0 0;
      cursor: pointer;
      padding-left: 2.1875rem;
      //width: 1.5rem;
      height: 1.5rem;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      float: left; }
      input[type="checkbox"] + label span:hover {
        background: url(../images/cbrb.svg) no-repeat 0 -24px; }
      input[type="checkbox"] + label span:active {
        background: url(../images/cbrb.svg) no-repeat 0 -96px; }
  input[type="checkbox"]:focus:not(:checked) + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -96px !important; }
  input[type="checkbox"]:focus + label span {
    background: url(..footer./images/cbrb.svg) no-repeat 0 -120px !important; }
  input[type="checkbox"]:disabled:not(:checked) + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -48px !important;
    cursor: not-allowed; }
  input[type="checkbox"]:disabled + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -72px !important;
    cursor: not-allowed; }
  input[type="checkbox"]:checked + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -168px !important; }

    input[type="checkbox"]:checked + label span:hover {
      background: url(../images/cbrb.svg) no-repeat 0 -144px; }
    input[type="checkbox"]:checked + label span:active {
      background: url(../images/cbrb.svg) no-repeat 0 -120px; }

.radio-label {
  display: block;
  float: left;
  width: calc(100% - 59px); }

.radio-label--l {
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem; }

.radio-label--xl {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem; }

.btn, .dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.23s ease-in-out 0s; }

.btn--dark {
  background: #757575;
  color: #FFFFFF; }
  .btn--dark:hover {
    background-color: #686868; }
  .btn--dark:active {
    background-color: #595959; }

.btn--light, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #e0e0e0;
  color: #484848; }
  .btn--light:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: lightgray; }
  .btn--light:active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
    background-color: #cbcbcb; }
  .btn--light a, .dataTables_wrapper .dataTables_paginate .paginate_button.current a, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover a {
    color: #484848; }

.btn--transparent, .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: none;
  color: #3ebad6;
  text-decoration: underline; }
  .btn--transparent:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    text-decoration: none;
    color: #2cb1cf; }
  .btn--transparent:active, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    text-decoration: none;
    color: #279fba; }

.btn--sort-asc {
  background-image: url(../images/arrowUp.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%; }

.btn--sort-desc {
  background-image: url(../images/arrowDown.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%; }

.btn--l {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: 600;
  padding: 0.25rem 0.9375rem; }

.btn--xl {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem; }

.btn--ico-excel {
  background-image: url(../images/excel-file.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 18px;
  padding-left: 35px !important;
  margin-right: 0 !important
}}


@media only screen and (max-width: 481px) {
  .btn--xl {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    padding: 0.5rem 1.25rem;
    width: 100%; } }
.btn:disabled, .dataTables_wrapper .dataTables_paginate .paginate_button:disabled {
  opacity: 0.2; }

.side-border tr th:last-child, .side-border tr td:last-child {
  border-right: 1px solid #e0e0e0; }
.side-border tr th:first-child, .side-border tr td:first-child {
  border-left: 1px solid #e0e0e0; }

thead th {
  padding: 15px 10px;
  background: #f0f0f0;
  font-weight: 400;
  text-align: left; }

table {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  background-image: url(../images/1px.svg);
  background-repeat: repeat-x;
  background-position: top;
  font-size: 14px; }
  table td {
    padding: 15px 0 15px 10px !important;
    margin: 0;
    background-image: url(../images/1px.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    vertical-align: middle; }
    table td:last-child {
      padding-right: 0.625rem; }

tbody tr.selected {
  background-color: #b0bed9; }

table, table th, table td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.property-table th {
  background-color: #f4f4f4;
  padding: 0 0.75rem;
  background-image: url(../images/1px.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  font-weight: 600; }
.property-table td {
  padding: 0.75rem 0.75rem !important;
  background: #FFFFFF url(../images/1px.svg) repeat-x bottom;
  height: 24px; }

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }
  .dataTables_wrapper .dataTables_info {
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #bababa; }
  .dataTables_wrapper .dataTables_paginate {
    text-align: center; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-top: 3rem;
      margin-bottom: 0.5rem;
      font-weight: 400;
      padding: 0.5rem 0.9375rem; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      text-decoration: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
      opacity: 0.5;
      color: #a0a0a0;
      text-decoration: none;
      cursor: default; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #fff2cf; }
  table.dataTable.hover tbody tr:hover table.dataTable.hover tbody tr:hover.selected, table.dataTable.hover tbody tr:hover table.dataTable.display tbody tr:hover.selected, table.dataTable.display tbody tr:hover table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover table.dataTable.display tbody tr:hover.selected {
    background-color: #a9b7d1; }

.tbl--main-data {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #2c9ab7; }

.tbl--event-avatar img {
  display: block;
  height: 5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting_asc {
  background-image: url("https://cdn.datatables.net/1.10.11/images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("https://cdn.datatables.net/1.10.11/images/sort_desc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("https://cdn.datatables.net/1.10.11/images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("https://cdn.datatables.net/1.10.11/images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("https://cdn.datatables.net/1.10.11/images/sort_desc_disabled.png"); }

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  margin-top: -25px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.2em;
  border: 1px solid #cdcdcd;
  overflow: hidden;
  background-color: white;
  opacity: 0.9; }

.btn-combo {
  border: 0;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  position: relative;
  white-space: nowrap; }

.btn-combo--primary {
  float: left;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: background-color 0.23s ease-in-out 0s; }
  .btn-combo--primary a {
    text-decoration: none; }

.btn-combo--secondary {
  background-image: url(../images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px;
  float: left;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: 1px;
  transition: background-color 0.23s ease-in-out 0s; }

.dropdown {
  position: absolute;
  min-width: 17.5rem;
  list-style: none;
  top: 40px;
  left: 0;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  z-index: 997;
  display: none;
  padding: 0; }
  .dropdown li {
    display: block;
    width: 100%;
    transition: background-color 0.1s ease-in 0s;
    padding: 0 0.9375rem;
    float: none !important; }
    .dropdown li:hover {
      background: #dfebf0; }
    .dropdown li a {
      display: block;
      text-decoration: none;
      color: #484848;
      font-size: 0.8125rem;
      line-height: 1.5rem;
      margin-top: 0rem;
      margin-bottom: 0rem;
      padding: 0.625rem 0; }

li.dropdown-controls {
  padding: 0.5rem;
  background: #f2f2f2; }
  li.dropdown-controls:hover {
    background: #f2f2f2; }
  li.dropdown-controls a {
    display: inline;
    text-decoration: underline;
    color: #3ebad6; }
    li.dropdown-controls a:hover {
      text-decoration: none; }

.has-checkboxes {
  padding: 8px 10px !important; }

.feedback {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  transition: background-color 0.23s ease-in-out 0s;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.625rem;
  padding: 0.3125rem 0.625rem;
  overflow: hidden; }

.feedback--success {
  background: #d4ece6; }

.feedback--info {
  background: #ccebf3; }

.feedback--warning {
  background: #ffeebf; }

.feedback--error {
  background: #f8d0c8; }

@media only screen and (max-width: 481px) {
  .btn--xl {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    padding: 0.5rem 1.25rem;
    width: 100%; }

  .feedback--icon {
    height: 2.8125rem;
    margin-top: 0.09375rem;
    margin-bottom: 0.09375rem;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%; }

  .feedback--body {
    width: 100% !important;
    text-align: center;
    display: block; } }
.feedback--icon {
  height: 2.8125rem;
  min-width: 1.25rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.25rem;
  float: left;
  margin-right: 0.625rem; }

.feedback--error-ico {
  background-image: url(../images/error-round.svg); }

.feedback--success-ico {
  background-image: url(../images/ok-round.svg); }

.feedback--warning-ico {
  background-image: url(../images/warning-round.svg); }

.feedback--info-ico {
  background-image: url(../images/info-round.svg); }

.feedback--body {
  float: left;
  width: calc(100% - 30px); }

.feedback--body p {
  font-size: 15px !important;
  line-height: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.card {
  padding: 0.75rem 0.9375rem 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  /*overflow: hidden; */
}

.card--light {
  border: 1px solid #ededed;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.375rem; }

.card--dark {
  background: #f0f0f0;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem; }

.tab {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 1.5rem;
  padding: 0; }
  .tab li {
    list-style: none;
    display: inline-block;
    font-weight: 600;
    padding: 0 0.9375rem;
    cursor: pointer;
    position: relative;
    top: 0.0625rem;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent; }
    .tab li a {
      font-size: 0.75rem;
      line-height: 1.5rem;
      margin-top: 0.75rem;
      margin-bottom: 0.625rem;
      text-decoration: none;
      color: #484848;
      display: inline-block;
      transition: color 0.2s ease-in-out;
      padding: 0 !important; }
    .tab li:hover a {
      color: #2D75BC; }

.tab--active {
  border-left: 1px solid #bfbfbf !important;
  border-right: 1px solid #bfbfbf !important;
  border-top: 1px solid #bfbfbf !important; }

.tab-content {
  display: none; }

.tab--active {
  background: #ffffff;
  position: relative;
  top: 0.0625rem; }
  .tab--active a {
    color: #2D75BC !important; }

.la-ball-scale-pulse {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin-right: 0.625rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px; }
  .la-ball-scale-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .la-ball-scale-pulse.la-dark {
    color: #333; }
  .la-ball-scale-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: ball-scale-pulse 2s infinite ease-in-out;
    -moz-animation: ball-scale-pulse 2s infinite ease-in-out;
    -o-animation: ball-scale-pulse 2s infinite ease-in-out;
    animation: ball-scale-pulse 2s infinite ease-in-out; }
    .la-ball-scale-pulse > div:last-child {
      -webkit-animation-delay: -1s;
      -moz-animation-delay: -1s;
      -o-animation-delay: -1s;
      animation-delay: -1s; }
  .la-ball-scale-pulse.la-l {
    width: 1.5rem;
    height: 1.5rem; }
    .la-ball-scale-pulse.la-l > div {
      width: 1.5rem;
      height: 1.5rem; }

@-webkit-keyframes ball-scale-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes ball-scale-pulse {
  0%, 100% {
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    -moz-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes ball-scale-pulse {
  0%, 100% {
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-scale-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.tag-manager {
  background-clip: padding-box;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  transition: border-color 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0.125rem 0.3125rem;
  border: 2px solid #d8d8d8; }
  .tag-manager:hover {
    outline: none;
    border-color: #a0a0a0; }
  .tag-manager:focus {
    outline: none;
    border-color: #3ebad6; }
  .tag-manager input {
    border: none; }
    .tag-manager input:hover {
      outline: none; }
    .tag-manager input:focus {
      outline: none;
      border-color: #3ebad6; }
  .tag-manager .input-tag {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #e0e0e0;
    color: #484848;
    cursor: pointer;
    transition: background-color 0.23s ease-in-out 0s;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-weight: 600;
    padding: 0.25rem 0.9375rem;
    margin: 5px 8px 5px 0; }
    .tag-manager .input-tag:hover {
      background-color: lightgray; }
    .tag-manager .input-tag:active {
      background-color: #cbcbcb; }
    .tag-manager .input-tag a {
      background: url(../images/close.svg) no-repeat;
      padding: 5px;
      display: inline-block; }

.logo {
  background-image: url(../images/optimised-logo.svg);
  background-size: 7.5rem 2.6875rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2%;
  width: 7.5rem;
  height: 4.375rem; }

.logo-li {
  background-color: none !important; }

.logo-l {
  height: 2.75rem;
  margin-top: 1.625rem;
  margin-bottom: 0.875rem;
  margin-left: 2.1875rem;
  background-size: 9.375rem 3.3125rem;
  background-repeat: no-repeat;
  background-position: left;
  width: 7.5rem;
  display: block; }

.m--navi, .m--auth {
  display: none; }

.main-navi {
  float: left;
  margin-left: 0;
  padding-left: 20px; }
  .main-navi li {
    list-style: none;
    float: left;
    padding: 0 0.9375rem;
    transition: background-color 0.23s ease-in-out 0s;
    display: block; }
    .main-navi li:hover {
      background-color: #ebebeb; }
    .main-navi li a {
      font-weight: 600;
      text-decoration: none;
      color: #484848;
      display: block; }
      .main-navi li a span {
        font-size: 0.8125rem;
        line-height: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 1.375rem;
        display: inline-block; }
  .main-navi .is-active {
    background-color: #ebebeb !important; }

/*.main-navi
 * float: left
 *
 * li
 * 	+vertical-rhythm(14, 1.5, 1.5, false, 0)
 * 	float: left
 * 	list-style: none
 * 	margin-right: rem(45)
 *
 * 	&:last-child
 * 		margin-right: 0
 *
 * 	a
 * 		font-weight: 700
 * 		color: #2d75bc
 * 		text-decoration: none
 * 		text-transform: uppercase
 * 		transition: color 0.23s ease-in-out 0s
 *
 * 		&:hover
 * 			color: #4bacdc */
.user-control {
  cursor: pointer;
  float: right !important;
  position: relative !important; }

.user-control--avatar {
  display: inline;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.125rem;
  margin-bottom: -0.625rem;
  float: left;
  margin-right: 0.9375rem;
  background: #5a5a5a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  padding: 0.3125rem 0.5rem;
  overflow: hidden; }

.user-control--info {
  float: left;
  margin-right: 0.9375rem; }
  .user-control--info span {
    font-size: 0.8125rem;
    font-weight: 600;
    display: block; }

.user-control--menu {
  float: left;
  background-image: url(../images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.375rem;
  padding: 0 0.3125rem; }

.credential-navi {
  float: right;
  margin-right: 2.1875rem;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem; }
  .credential-navi li {
    float: left;
    list-style: none;
    margin-left: 30px; }
    .credential-navi li:first-child {
      margin-left: 0; }
    .credential-navi li:hover {
      background-color: none !important; }
  .credential-navi a {
    font-weight: 700;
    color: #2d75bc;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.23s ease-in-out 0s;
    padding: 3px 0 3px 22px; }
    .credential-navi a:hover {
      color: #4bacdc; }
  .credential-navi .link-register {
    color: #04b826;
    background-image: url(../images/register.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 18px; }
  .credential-navi .link-login {
    background-image: url(../images/login.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 18px; }

.logo--responsive {
  display: none; }

.loginCont {
  position: absolute;
  width: 400px;
  top: 70px;
  right: 0;
  background: #e7e7e7;
  margin-left: -400px;
  padding: 20px;
  display: none;
  z-index: 997; }

.auth {
  display: block;
  cursor: pointer;
  height: 2.25rem;
  background: white;
  margin-bottom: 0.625rem;
  border: 1px solid #cdcdcd;}

.auth--swed {
  background-image: url(../images/swed.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px; }

.auth--citadele {
  background-image: url(../images/citadele.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px; }

.auth--nordea {
  background-image: url(../images/nordea.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85px; }

.auth--dnb {
  background-image: url(../images/luminor.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px; }

.auth--seb {
  background-image: url(../images/seb.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px; }

.auth--esignature {
  background-image: url(../images/eparaksts-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85px; }

@media only screen and (max-width: 1023px) {
  .m--menu {
    position: absolute;
    background: #FFF;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0 !important;
    top: 0;
    left: 0;
    z-index: 9999; }
    .m--menu li {
      list-style: none;
      border-bottom: 1px solid #2d75bc;
      overflow: hidden;
      margin: 0 1.875rem;
      padding: 0; }
      .m--menu li a {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-weight: 700;
        color: #2d75bc;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 0.23s ease-in-out 0s;
        display: block; }
        .m--menu li a:hover {
          color: #4bacdc; }

  .m--menu-close {
    border: none !important;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 18.25rem;
    margin-bottom: 2.5rem;
    background-image: url(../images/close.svg);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: left; }

  .hide-mobile {
    display: none; }

  .logo {
    height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    background-image: url(../images/logo.svg);
    background-size: 6.9375rem 2.4375rem;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% - 80px);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .m--navi, .m--auth {
    height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    width: 2.5rem;
    background-position: center;
    background-size: 1.5625rem;
    background-repeat: no-repeat;
    cursor: pointer; }

  .m--navi {
    background-image: url(../images/m--menu.svg);
    float: left; }

  .m--auth {
    background-image: url(../images/m--account.svg);
    float: right; } }
.lng-selector {
  background-image: url(../images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 10px;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.375rem;
  padding: 0 1.25rem; }

.lng-container {
  float: right;
  background-color: #eceaea;
  padding-right: 15px;
  cursor: pointer;
  position: relative; }
  .lng-container:hover {
    background-color: #e5e5e5; }

.lng-selector--options {
  display: none;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 998; }
  .lng-selector--options li {
    display: block;
    background-color: #eceaea; }
    .lng-selector--options li a {
      font-size: 14px;
      text-decoration: none;
      color: #484848;
      display: block !important;
      padding: 10px 25px;
      border-bottom: 1px solid #cdcdcd; }
      .lng-selector--options li a:hover {
        background-color: #e5e5e5; }

.has-tooltip {
  margin-left: 5px;
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem; }

.logo--responsive {
  width: calc(100% - 115px); }


.main-page-banner {
  background-image: url(../images/banner/bg_bnr.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 2.1875rem;
  text-align: center;
  overflow: hidden;
  color: #FFFFFF;
  width: 100%; display:flex; justify-content: space-between
}
.main-page-banner__hand {
  background: url(../images/banner/hand.png) no-repeat;
}
.main-page-banner__txt {
  width: 60%;
  text-transform: uppercase;
  text-align: left;
  padding: 10% 10%;
  font-weight: 700;
}
.txt__part-1 {
  font-size: 3.3rem;
}
.txt__part-2 {
  line-height: 1;
  padding: 10px;
  border-radius: 15px;
  font-size: 3rem;
  display: inline-block;
  background-color: #04b826;
}
.txt__part-3 {
  margin-top: 15px;
  margin-bottom: 35px;
  line-height: 1.2;
  font-size: 1.8rem;
}
.main-page-banner__btn {
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 20px;
  padding: 5px 15px;
  border: 4px solid #ffffff;
  color: #FFFFFF;
}

@media only screen and (max-width: 1200px) {
  .main-page-banner__hand {
    background: url(../images/banner/hand.png) no-repeat;
    background-size: 100%;
    background-position: bottom right;
  }
}

.main-page-info {
  background: url(../images/bg.jpg) no-repeat;
  padding: 0 2.1875rem;
  text-align: center;
  overflow: hidden;
  color: #FFFFFF; }
  .main-page-info .main-page-icon {
    height: 6.125rem;
    margin-top: 5.1875rem;
    margin-bottom: 2.1875rem;
    animation: fadeInDown-1 4s 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0; }
  .main-page-info .main-page-title {
    font-size: 3.125rem;
    line-height: 4.5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    animation: fadeInDown-2 4s 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0; }
  .main-page-info .main-page-desc {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-weight: 100;
    padding: 3.125rem 0 4.375rem;
    animation: fadeIn 2s 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0; }
    .main-page-info .main-page-desc span {
      font-weight: 600; }

@keyframes fadeInDown-1 {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  20%, 100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDown-2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  25%, 100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  15%, 100% {
    opacity: 1; } }
.centerContent {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1; }

.about {
  background: url(../images/about.jpg) center;
  overflow: hidden; }

.faq {
  background: url(../images/help.jpg) center;
  overflow: hidden; }

.head-text {
  color: #FFF;
  font-weight: 300; }
  .head-text b {
    font-weight: 600; }
  .head-text h1 {
    font-size: 2.625rem;
    line-height: 3rem;
    margin-top: 2.25rem;
    margin-bottom: 1.5rem; }
  .head-text p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 2.25rem; }

.report-text {
  color: #FFF;
  font-weight: 300; }
  .report-text b {
    font-weight: 600; }
  .report-text h1 {
    font-size: 1.45rem;
    line-height: 3rem;
    margin-top: 1rem;
    margin-bottom: 0.25rem; }
  .report-text p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 2.25rem; }

.main-text {
  padding: 0 10%;
  text-align: center;
  color: #FFF;
  font-weight: 300; }
  .main-text b {
    font-weight: 600; }
  .main-text h1 {
    font-size: 2.625rem;
    line-height: 3rem;
    margin-top: 3rem;
    margin-bottom: 2.25rem; }

.text-block {
  padding: 0 2.1875rem;
  text-align: center; }

.highlight {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 3.75rem;
  margin-bottom: -0.125rem;
  font-weight: 300; }
  .highlight b {
    font-weight: 600; }

.switch {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 2.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: table;
  font-weight: 600;
  padding: 0;
  background: #FFF;
  border-collapse: separate;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .switch li {
    list-style: none;
    display: inline-block;
    cursor: pointer; }
    .switch li a {
      display: inline-block;
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      padding: 0 1.5625rem;
      text-transform: uppercase;
      text-decoration: none;
      color: #a0a0a0; }
  .switch .active {
    background: #04b826; }
    .switch .active a {
      color: #FFF; }

.js--legal-tab {
  display: none; }

.slat {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid lightgray;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  width: 100%; }
  .slat li {
    display: inline-block;
    list-style: none;
    text-align: center;
    box-sizing: border-box;
    width: 24%;
    border-right: 1px solid lightgray;
    min-height: 180px; }
    .slat li:last-child {
      border-right: none; }
    .slat li span {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-top: 10.5rem;
      margin-bottom: 1.5rem;
      display: block; }

.ico-1 {
  background: url(../images/ico-1.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-2 {
  background: url(../images/ico-2.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-3 {
  background: url(../images/ico-3.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-4 {
  background: url(../images/ico-4.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-5 {
  background: url(../images/ico-5.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-6 {
  background: url(../images/ico-6.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-7 {
  background: url(../images/ico-7.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-8 {
  background: url(../images/ico-8.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-9 {
  background: url(../images/ico-9.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-10 {
  background: url(../images/ico-10.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-11 {
  background: url(../images/ico-11.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-12 {
  background: url(../images/ico-12.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-13 {
  background: url(../images/ico-13.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-14 {
  background: url(../images/ico-14.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-15 {
  background: url(../images/ico-15.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-16 {
  background: url(../images/ico-16.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-17 {
  background: url(../images/ico-17.svg) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-18-lv {
  background: url(../images/ico-18-lv.png) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.ico-18-ru {
  background: url(../images/ico-18-ru.png) no-repeat 50% 2.5rem;
  background-size: 5rem; }

.footer {
  background: url(../images/bg2.jpg) no-repeat center;
  padding: 0 2.1875rem;
  overflow: hidden;
  /*height: 210px;*/
  width: 100%;
  /*position: absolute;*/
  /*left: 0;*/
  /*bottom: 0;*/
  margin: 0; }
  .footer p {
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    color: #666464;
    padding-left: 2.1875rem; }
  .footer .c-info {
    margin-top: 1.625rem; }
    .footer .c-info p {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-top: 0rem;
      margin-bottom: 0rem; }
  .footer ul {
    padding: 0;
    list-style: none;
    margin: 1.625rem 0; }
    .footer ul a {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-top: 0rem;
      margin-bottom: 1.5rem;
      color: #666464;
      text-decoration: none; }
      .footer ul a:hover {
        text-decoration: underline; }

.search-widget {
  box-sizing: border-box;
  border: 2px solid #d8d8d8;
  position: relative }

.search-widget--type-select {
  color: #a0a0a0;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 8px 35px 8px 0;
  background: #e0e0e0;
  font-weight: 600;
  /*width: 13.75rem;*/
  /*min-width: 250px;*/
  max-width: 500px;
  white-space: nowrap;
  color: #484848;
  background-image: url(../images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  background-size: 10px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative; }

.search-widget--input {
  /*width: calc(100% - 670px);*/
  outline: 0 !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 8px 0;
  border: none;
  box-sizing: border-box;
  padding-left: 20px;
  color: #484848; }

.search-widget--input--100 {
  float: left;
  width: calc(100% - 200px);
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 8px 0;
  border: none;
  box-sizing: border-box;
  padding-left: 20px;
  color: #484848; }

.btn--search-widget {
  min-width: 12.5rem;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 8px 0;
  font-weight: 600; }

.report {
  border: 1px solid #cdcdcd;
  padding: 1.25rem;
  font-size: 13px;
  transition: background-color 0.23s ease-in-out 0s; }
  .report:hover {
    background: #f0f7fe !important; }

/*.property-table th {
  background-color: #f4f4f4;
  padding: 0 1.25rem;
  background-image: url(../images/1px.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  font-weight: 600; }
.property-table td {
  padding: 0.75rem 1.25rem; }*/

.fileUpload-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #f9f9f9;
  overflow: hidden;
  padding: 1.25rem 1.25rem 0 1.25rem; }

.fileUpload-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  padding: 0.625rem;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px; }
  .fileUpload-control span {
    font-weight: 500;
    margin-right: 1.25rem; }

@media only screen and (max-width: 1023px) {
  .main-ad p {
    font-size: 1.625rem;
    line-height: 3rem;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    color: #FFFFFF; }

  .hide-mobile {
    display: none; }

  .slat li {
    border: none;
    width: 100%; }

  .search-widget--type-select {
    width: 100%; }

  .search-widget--input {
    width: 100%; }

  .btn--search-widget {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .switch li {
    width: 100%; } }
.menu-arrow-nb {
  background-image: url(../images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  background-size: 10px;
  padding-right: 35px !important; }

.solvency-chart-top {
  border-bottom: 1px solid #cdcdcd;
  font-size: 20px;
  font-weight: 700;
  color: #848484;
  margin-top: 16px;
  margin-left: 30px; }

.solvency-chart-bottom {
  border-top: 1px solid #cdcdcd;
  font-size: 20px;
  font-weight: 700;
  color: #848484;
  margin-top: 90px;
  margin-left: 30px; }

.solvency-chart-body {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 10px 30px 10px 0; }

.rk-number {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  padding-top: 6px; }

.rk-title {
  font-size: 12px;
  color: #707070;
  font-weight: 700; }

.rk-description {
  font-size: 12px;
  width: 85%;
  padding: 20px;
  border-left: 1px solid #cdcdcd; }

.risk-class {
  text-align: center;
  padding: 20px 0; }

.solvency-additional-info {
  border-top: 1px solid #cdcdcd;
  clear: both;
  overflow: hidden; }

.sovlency-market {
  width: 45px;
  position: absolute;
  top: -35px;
  margin-left: -22px;
  z-index: 991; }

.sovlency-market-top {
  background: url(../images/top.png) no-repeat;
  font-size: 13px;
  color: #FFF;
  font-weight: 700;
  width: 45px;
  height: 44px;
  padding-top: 5px; }

.sovlency-market-bottom {
  background: url(../images/bottom.png) no-repeat;
  font-size: 13px;
  color: #FFF;
  font-weight: 700;
  width: 45px;
  height: 44px;
  margin-top: 32px;
  padding-top: 18px; }

.solvency-container {
  border: 1px solid #cdcdcd; }

.size-1, .size-2 {
  width: 12.6%; }

.size-3, .size-4, .size-5, .size-6, .size-7, .size-8 {
  width: 9%; }

.size-9 {
  width: 5.5%; }

.size-10, .size-11, .size-12 {
  width: 5.1%; }

.size-all {
	width: 10%}

.solvency-line {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 7px; }
  .solvency-line li {
    position: relative;
    float: left;
    list-style: none;
    height: 7px;
    border-right: 1px solid #cbcbcb; }
    .solvency-line li:first-child {
      border-left: 1px solid #cbcbcb; }

.crefoRank-line {
  padding: 0;
  margin: 30px 0 0 0;
  width: 100%;
  height: 7px; }
  .crefoRank-line li {
    position: relative;
    float: left;
    list-style: none;
    height: 7px;
    border-right: 1px solid #cbcbcb;
    width: 10%; }
    .crefoRank-line li:first-child {
      border-left: 1px solid #cbcbcb; }

.crefoRank-chart {
  height: 26px; }

.crefoRank-txt {
  position: absolute;
  margin: 4px 10px 0 10px; }

.crefoRank {
  width: 100%;
  background-color: #cdcdcd;
  height: 26px;
  margin-bottom: 15px;
  position: relative; }

.solvency-top {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px; }
  .solvency-top span {
    position: absolute;
    font-size: 13px;
    color: #848484;
    top: -27px;
    right: -12px; }
  .solvency-top .p-2 {
    right: -8px !important; }
  .solvency-top .p-0 {
    right: -5px !important; }
  .solvency-top .p-4 {
    left: -15px !important; }

.solvency-bottom {
  border-top: 1px solid #cbcbcb;
  margin-top: 20px; }
  .solvency-bottom span {
    position: absolute;
    font-size: 13px;
    color: #848484;
    top: 20px;
    right: -18px; }
  .solvency-bottom .p-4 {
    right: -22px !important; }
  .solvency-bottom .p-0 {
    left: -8px !important; }

.solvency-chart {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 3.125rem; }
  .solvency-chart li {
    float: left;
    list-style: none;
    height: 3.125rem;
    border-right: 1px solid #f1f7e2;
    text-align: center;
    position: relative; }
    .solvency-chart li span {
      font-size: 1.25rem;
      color: #FFF;
      font-weight: 700;
      line-height: 2.7;
      opacity: 0.3; }
    .solvency-chart li span.selected {
      opacity: 1 !important; }
  .solvency-chart li.part-1 {
    background: url(../images/solvency/1.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-2 {
    background: url(../images/solvency/2.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-3 {
    background: url(../images/solvency/3.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-4 {
    background: url(../images/solvency/4.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-5 {
    background: url(../images/solvency/5.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-6 {
    background: url(../images/solvency/6.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-7 {
    background: url(../images/solvency/7.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-8 {
    background: url(../images/solvency/8.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-9 {
    background: url(../images/solvency/9.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-10 {
    background: url(../images/solvency/10.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-11 {
    background: url(../images/solvency/11.jpg) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part-12 {
    background: url(../images/solvency/12.jpg) no-repeat;
    background-size: 100% 100%; }

    .solvency-chart li.part2-1 {
    background: url(../images/solvency2/1.png) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part2-2 {
    background: url(../images/solvency2/2.png) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part2-3 {
    background: url(../images/solvency2/3.png) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part2-4 {
    background: url(../images/solvency2/4.png) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part2-5 {
    background: url(../images/solvency2/5.png) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part2-6 {
    background: url(../images/solvency2/6.png) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part2-7 {
    background: url(../images/solvency2/7.png) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part2-8 {
    background: url(../images/solvency2/8.png) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part2-9 {
    background: url(../images/solvency2/9.png) no-repeat;
    background-size: 100% 100%; }
  .solvency-chart li.part2-10 {
    background: url(../images/solvency2/10.png) no-repeat;
    background-size: 100% 100%; }

.solvency-status {
  width: 15%;
  float: left;
  box-sizing: border-box; }

.solvency--risk {
  color: #5cce5f !important; }
  .solvency--risk span {
    display: block; }
  .solvency--risk b {
    display: block;
    font-size: 28px; }

.solvency--score span {
  display: block; }
.solvency--score b {
  display: block;
  font-size: 28px; }

.solvency-scale {
  width: 85%;
  float: left;
  box-sizing: border-box; }

.scale-risk {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0 0 5px 0;
  width: 100%; }
  .scale-risk li {
    float: left;
    text-align: center;
    color: #2d75bc;
    font-weight: bold;
    width: 10%; }
    .scale-risk li span {
      display: block;
      font-size: 10px !important;
      color: #484848;
      font-weight: 300 !important; }

.scale-graph {
  height: 50px;
  width: 100%;
  background: url(../images/scale.png) no-repeat;
  background-size: cover;
  position: relative; }

.scale-rate {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .scale-rate li {
    float: left;
    border-right: 1px solid #FFF;
    text-align: center;
    height: 50px;
    opacity: 0.85;
    position: relative; }

#target {
  position: absolute;
  margin-left: -16px;
  top: -20px;
  background: url(../images/target.png) no-repeat;
  width: 32px;
  height: 90px; }

.report-availability {
  border: 1px solid #cdcdcd;
  padding: 1.25rem;
  font-size: 14px;
  text-align: center; }

.report-price {
  background: #bafec2;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.page-container-p5 {
  margin: 0 5%;
  color: #484848; }

.page-container-p10 {
  margin: 0 10%;
  overflow: hidden;
  color: #484848; }

.page-container-p15 {
  margin: 0 15%;
  overflow: hidden;
  color: #484848; }

.content-style h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 2.25rem; }
.content-style p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 2.25rem;
  margin-bottom: 0rem; }
.content-style ol li {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0rem; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); } }
@-ms-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); } }
@-o-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-moz-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-ms-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-o-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeInTransparent {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.75; } }
@-moz-keyframes fadeInTransparent {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.75; } }
@-ms-keyframes fadeInTransparent {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.75; } }
@-o-keyframes fadeInTransparent {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.75; } }
@keyframes fadeInTransparent {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.75; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeOut {
  0% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }
.js--filter {
  display: none; }

.filter {
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  background: #f0f0f0;
  margin-bottom: 1.5rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.js--filter-open {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.modal-bg {
  background: #000;
  opacity: 0.6;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInTransparent;
  -moz-animation-name: fadeInTransparent;
  -ms-animation-name: fadeInTransparent;
  -o-animation-name: fadeInTransparent;
  animation-name: fadeInTransparent;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 995; }

.modal-bg--light {
  background: #FFF;
  opacity: 0.6;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInTransparent;
  -moz-animation-name: fadeInTransparent;
  -ms-animation-name: fadeInTransparent;
  -o-animation-name: fadeInTransparent;
  animation-name: fadeInTransparent;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 995; }

.modal-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 100000; }

.modal-container--aligner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-body {
  background: #FFFFFF;
  text-align: left;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.modal-body--title {
  position: relative;
  background: #f0f0f0;
  text-align: center;
  padding: 0 1.25rem;
  margin-bottom: 1.5rem; }
.modal-body--title span {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem; }

.modal-body--title--l {
  padding: 0 0.625rem !important; }
.modal-body--title--l span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }
.modal-body--title--l .modal-close {
  top: 11px !important; }

.modal-body--content {
  padding: 0 1.25rem 0 1.25rem;
  overflow-y: auto;
  -webkit-flex: 1 1 auto; }

.modal-body--tabs {
  padding: 1.5rem 1.25rem 0 1.25rem; }

.modal-body--controls {
  padding: 0.625rem 1.25rem;
  background-image: url(../images/1px.svg);
  background-repeat: repeat-x;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  z-index: 9999; }

.modal-close {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  background-image: url(../images/ico-delete.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  top: 18px;
  left: calc(100% - 34px);
  cursor: pointer; }

.modal--loader {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.modal--s {
  width: 40%;
  max-height: 80%; }
.modal--s .modal-body--content {
  height: auto;
  margin-bottom: 5rem; }

.modal--l {
  width: 40%;
  max-height: 80%; }
.modal--l .modal-body--content {
  height: auto;
  margin-bottom: 5rem; }

.modal--xl {
  width: 65%;
  max-height: 80%; }
.modal--xl .modal-body--content {
  height: auto;
  margin-bottom: 5rem; }

.modal--xxl {
  width: 80%;
  max-height: 80%; }
.modal--xxl .modal-body--content {
  height: auto;
  margin-bottom: 5rem; }

@media only screen and (max-width: 1280px) {
  .modal--l, .modal--xl, .modal--xxl {
    width: 80%; } }
@media only screen and (max-width: 1024px) {
  .modal--s, .modal--l, .modal--xl, .modal--xxl {
    width: 90%; } }
@media only screen and (min-width: 1500px) {
  .modal--s, .modal--l, .modal--xl, .modal--xxl {
    width: 55%; } }
.fadeOutBody {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.fadeOutBg {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.pad-l0 {
  padding-left: 0 !important;
}

.pad-r0 {
  padding-right: 0 !important;
}

.pt--custom td, .pt--custom td{vertical-align: top}

.solvency--summary {
  border: 1px solid #cdcdcd;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.solvency--summary__item {
  border-right: 1px solid #cdcdcd;
  width: 33.33%;
  padding: 30px;
}

.solvency--summary__item:last-child {
  border-right: none;
}

.solvency--summary__data {
  font-size: 40px;
  font-weight: 600;
}

.solvency--summary__title {
  font-size: 18px;
  font-weight: bold;
}

.solvency--summary__sc {
  color: #7584ea;
}

.solvency--summary__pd {
  color: #8a828e;
}

.solvency--summary__sm {
  color: #14e03f;
}

@media only screen and (max-width: 600px) {
  .cookies__container {
    flex-direction: column;
  }

  .cookies__text {
    margin-right: 0 !important;
  }

  .cookies__closeBtn {
    width: 100%;
    margin-top: 10px;
  }
}
