/* ======================================================================== 
   Component: Base
 ========================================================================== */
/* Fonts 
 ========================================================================== */
@font-face {
  font-family: 'ClearSans-Regular';
  src: url("../fonts/ClearSans/ClearSans-Regular.eot");
  src: url("../fonts/ClearSans/ClearSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans/ClearSans-Regular.woff") format("woff"), url("../fonts/ClearSans/ClearSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans-Bold';
  src: url("../fonts/ClearSans/ClearSans-Bold.eot");
  src: url("../fonts/ClearSans/ClearSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans/ClearSans-Bold.woff") format("woff"), url("../fonts/ClearSans/ClearSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans-BoldItalic';
  src: url("../fonts/ClearSans/ClearSans-BoldItalic.eot");
  src: url("../fonts/ClearSans/ClearSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans/ClearSans-BoldItalic.woff") format("woff"), url("../fonts/ClearSans/ClearSans-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans-Medium';
  src: url("../fonts/ClearSans/ClearSans-Medium.eot");
  src: url("../fonts/ClearSans/ClearSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans/ClearSans-Medium.woff") format("woff"), url("../fonts/ClearSans/ClearSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans-Italic';
  src: url("../fonts/ClearSans/ClearSans-Italic.eot");
  src: url("../fonts/ClearSans/ClearSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans/ClearSans-Italic.woff") format("woff"), url("../fonts/ClearSans/ClearSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans-Light';
  src: url("../fonts/ClearSans/ClearSans-Light.eot");
  src: url("../fonts/ClearSans/ClearSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans/ClearSans-Light.woff") format("woff"), url("../fonts/ClearSans/ClearSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans-MediumItalic';
  src: url("../fonts/ClearSans/ClearSans-MediumItalic.eot");
  src: url("../fonts/ClearSans/ClearSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans/ClearSans-MediumItalic.woff") format("woff"), url("../fonts/ClearSans/ClearSans-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans-Thin';
  src: url("../fonts/ClearSans/ClearSans-Thin.eot");
  src: url("../fonts/ClearSans/ClearSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans/ClearSans-Thin.woff") format("woff"), url("../fonts/ClearSans/ClearSans-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  font: normal 16px / 1.5 'ClearSans-Regular';
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #ffffff;
  color: #b2b2b2;
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
  padding: 0;
}
/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Style
 */
a,
.is-link {
  color: #3399ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.is-link:hover,
a:hover .is-link {
  color: #808080;
  text-decoration: none;
}
a:active,
.is-link:active {
  color: #585858;
}
/* Text-level semantics
 ========================================================================== */
/*
 * Addresses styling not present in Chrome, Safari, Opera and IE 8/9/10.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox
 */
b,
strong {
  font-family: 'ClearSans-Bold';
  font-weight: normal;
}
/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 12px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #dd0055;
  white-space: nowrap;
}
/*
 * Emphasize
 */
em {
  color: #dd0055;
}
/*
 * Insert
 */
ins {
  background: #ffffaa;
  color: #444444;
  text-decoration: none;
}
/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffffaa;
  color: #444444;
}
/*
 * Quote
 */
q {
  font-style: italic;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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;
}
/* Images
 ========================================================================== */
/*
 * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 * 3. Remove border when inside `a` element in IE 8/9/10.
 * 4. Remove the gap between images and the bottom of their containers
 */
img {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
  border: 0;
  /* 4 */
  vertical-align: middle;
}
/*
 * Preserve original image dimensions
 */
.is-img-preserve,
.is-img-preserve img {
  max-width: none;
}
/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0;
}
/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: 'ClearSans-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #585858;
  text-transform: none;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 24px;
}
/*
 * Sizes
 */
h1,
.is-h1 {
  font-size: 36px;
  line-height: 42px;
}
h2,
.is-h2 {
  font-size: 24px;
  line-height: 30px;
}
h3,
.is-h3 {
  font-size: 18px;
  line-height: 24px;
}
h4,
.is-h4 {
  font-size: 16px;
  line-height: 22px;
}
h5,
.is-h5 {
  font-size: 14px;
  line-height: 20px;
}
h6,
.is-h6 {
  font-size: 12px;
  line-height: 18px;
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  /* 1 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #dddddd;
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #dddddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444444;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
}
/* Selection pseudo-element 
 ========================================================================== */
::-moz-selection {
  background: #f38f00;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #f38f00;
  color: #ffffff;
  text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/*
 * Addresses inconsistent vertical alignment of `progress` in Chrome, Firefox and Opera.
 */
progress {
  vertical-align: baseline;
}
/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
  display: none;
}
/*
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE and Safari
 */
[hidden],
template {
  display: none;
}
/* Iframe
 ========================================================================== */
iframe {
  border: 0;
}
/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.is-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.is-grid:before,
.is-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.is-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.is-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.is-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.is-grid {
  margin-left: -16px;
}
.is-grid > * {
  padding-left: 16px;
}
/* Vertical */
.is-grid + .is-grid,
.is-grid-margin,
.is-grid > * > .is-panel + .is-panel {
  margin-top: 16px;
}
/*
 * Collapse gutter
 */
/* Horizontal */
.is-grid-collapse {
  margin-left: 0;
}
.is-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.is-grid-collapse + .is-grid-collapse,
.is-grid-collapse > .is-grid-margin,
.is-grid-collapse > * > .is-panel + .is-panel {
  margin-top: 0;
}
/*
 * Small gutter
 */
/* Horizontal */
.is-grid-small {
  margin-left: -8px;
}
.is-grid-small > * {
  padding-left: 8px;
}
/* Vertical */
.is-grid-small + .is-grid-small,
.is-grid-small > .is-grid-margin,
.is-grid-small > * > .is-panel + .is-panel {
  margin-top: 8px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.is-grid-medium {
  margin-left: -16px;
}
.is-grid-medium > * {
  padding-left: 16px;
}
/* Vertical */
.is-grid-medium + .is-grid-medium,
.is-grid-medium > .is-grid-margin,
.is-grid-medium > * > .is-panel + .is-panel {
  margin-top: 16px;
}
/* Modifier: `is-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `is-push-*`, `is-pull-*` and not if the columns float into the next row.
 */
.is-grid-divider:not(:empty) {
  margin-left: -16px;
  margin-right: -16px;
}
.is-grid-divider > * {
  padding-left: 16px;
  padding-right: 16px;
}
.is-grid-divider > [class*='is-width-1-']:not(.is-width-1-1):nth-child(n+2),
.is-grid-divider > [class*='is-width-2-']:nth-child(n+2),
.is-grid-divider > [class*='is-width-3-']:nth-child(n+2),
.is-grid-divider > [class*='is-width-4-']:nth-child(n+2),
.is-grid-divider > [class*='is-width-5-']:nth-child(n+2),
.is-grid-divider > [class*='is-width-6-']:nth-child(n+2),
.is-grid-divider > [class*='is-width-7-']:nth-child(n+2),
.is-grid-divider > [class*='is-width-8-']:nth-child(n+2),
.is-grid-divider > [class*='is-width-9-']:nth-child(n+2) {
  border-left: 1px solid #dddddd;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .is-grid-divider > [class*='is-width-medium-']:not(.is-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .is-grid-divider > [class*='is-width-large-']:not(.is-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
/* Large screen and bigger */
@media (min-width: 1280px) {
  /*
     * Large gutter
     */
  .is-grid-divider:not(:empty) {
    margin-left: -24px;
    margin-right: -24px;
  }
  .is-grid-divider > * {
    padding-left: 24px;
    padding-right: 24px;
  }
  .is-grid-divider:empty {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
/*
 * Vertical divider
 */
.is-grid-divider:empty {
  margin-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid #dddddd;
}
/* Match panels in grids
 ========================================================================== */
.is-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*
 * 1. Behave like a block element
 */
.is-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* Even grid cell widths
 ========================================================================== */
[class*='is-grid-width'] > * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.is-grid-width-1-2 > * {
  width: 50%;
}
.is-grid-width-1-3 > * {
  width: 33.333%;
}
.is-grid-width-1-4 > * {
  width: 25%;
}
.is-grid-width-1-5 > * {
  width: 20%;
}
.is-grid-width-1-6 > * {
  width: 16.666%;
}
.is-grid-width-1-10 > * {
  width: 10%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .is-grid-width-small-1-2 > * {
    width: 50%;
  }
  .is-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .is-grid-width-small-1-4 > * {
    width: 25%;
  }
  .is-grid-width-small-1-5 > * {
    width: 20%;
  }
  .is-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .is-grid-width-small-1-10 > * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .is-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .is-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .is-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .is-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .is-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .is-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .is-grid-width-large-1-2 > * {
    width: 50%;
  }
  .is-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .is-grid-width-large-1-4 > * {
    width: 25%;
  }
  .is-grid-width-large-1-5 > * {
    width: 20%;
  }
  .is-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .is-grid-width-large-1-10 > * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1280px) {
  .is-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .is-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .is-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .is-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .is-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .is-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
/* Sub-objects: `is-width-*`
 ========================================================================== */
[class*='is-width'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/*
 * Widths
 */
/* Whole */
.is-width-1-1 {
  width: 100%;
}
/* Halves */
.is-width-1-2,
.is-width-2-4,
.is-width-3-6,
.is-width-5-10 {
  width: 50%;
}
/* Thirds */
.is-width-1-3,
.is-width-2-6 {
  width: 33.333%;
}
.is-width-2-3,
.is-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.is-width-1-4 {
  width: 25%;
}
.is-width-3-4 {
  width: 75%;
}
/* Fifths */
.is-width-1-5,
.is-width-2-10 {
  width: 20%;
}
.is-width-2-5,
.is-width-4-10 {
  width: 40%;
}
.is-width-3-5,
.is-width-6-10 {
  width: 60%;
}
.is-width-4-5,
.is-width-8-10 {
  width: 80%;
}
/* Sixths */
.is-width-1-6 {
  width: 16.666%;
}
.is-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.is-width-1-10 {
  width: 10%;
}
.is-width-3-10 {
  width: 30%;
}
.is-width-7-10 {
  width: 70%;
}
.is-width-9-10 {
  width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .is-width-small-1-1 {
    width: 100%;
  }
  /* Halves */
  .is-width-small-1-2,
  .is-width-small-2-4,
  .is-width-small-3-6,
  .is-width-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  .is-width-small-1-3,
  .is-width-small-2-6 {
    width: 33.333%;
  }
  .is-width-small-2-3,
  .is-width-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .is-width-small-1-4 {
    width: 25%;
  }
  .is-width-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  .is-width-small-1-5,
  .is-width-small-2-10 {
    width: 20%;
  }
  .is-width-small-2-5,
  .is-width-small-4-10 {
    width: 40%;
  }
  .is-width-small-3-5,
  .is-width-small-6-10 {
    width: 60%;
  }
  .is-width-small-4-5,
  .is-width-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  .is-width-small-1-6 {
    width: 16.666%;
  }
  .is-width-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .is-width-small-1-10 {
    width: 10%;
  }
  .is-width-small-3-10 {
    width: 30%;
  }
  .is-width-small-7-10 {
    width: 70%;
  }
  .is-width-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .is-width-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  .is-width-medium-1-2,
  .is-width-medium-2-4,
  .is-width-medium-3-6,
  .is-width-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  .is-width-medium-1-3,
  .is-width-medium-2-6 {
    width: 33.333%;
  }
  .is-width-medium-2-3,
  .is-width-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .is-width-medium-1-4 {
    width: 25%;
  }
  .is-width-medium-3-4 {
    width: 75%;
  }
  /* Fifths */
  .is-width-medium-1-5,
  .is-width-medium-2-10 {
    width: 20%;
  }
  .is-width-medium-2-5,
  .is-width-medium-4-10 {
    width: 40%;
  }
  .is-width-medium-3-5,
  .is-width-medium-6-10 {
    width: 60%;
  }
  .is-width-medium-4-5,
  .is-width-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  .is-width-medium-1-6 {
    width: 16.666%;
  }
  .is-width-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .is-width-medium-1-10 {
    width: 10%;
  }
  .is-width-medium-3-10 {
    width: 30%;
  }
  .is-width-medium-7-10 {
    width: 70%;
  }
  .is-width-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .is-width-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .is-width-large-1-2,
  .is-width-large-2-4,
  .is-width-large-3-6,
  .is-width-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  .is-width-large-1-3,
  .is-width-large-2-6 {
    width: 33.333%;
  }
  .is-width-large-2-3,
  .is-width-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .is-width-large-1-4 {
    width: 25%;
  }
  .is-width-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  .is-width-large-1-5,
  .is-width-large-2-10 {
    width: 20%;
  }
  .is-width-large-2-5,
  .is-width-large-4-10 {
    width: 40%;
  }
  .is-width-large-3-5,
  .is-width-large-6-10 {
    width: 60%;
  }
  .is-width-large-4-5,
  .is-width-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  .is-width-large-1-6 {
    width: 16.666%;
  }
  .is-width-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .is-width-large-1-10 {
    width: 10%;
  }
  .is-width-large-3-10 {
    width: 30%;
  }
  .is-width-large-7-10 {
    width: 70%;
  }
  .is-width-large-9-10 {
    width: 90%;
  }
}
/* Sub-object: `is-push-*` and `is-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `is-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='is-push-'],
  [class*='is-pull-'] {
    position: relative;
  }
  /*
     * Push
     */
  /* Halves */
  .is-push-1-2,
  .is-push-2-4,
  .is-push-3-6,
  .is-push-5-10 {
    left: 50%;
  }
  /* Thirds */
  .is-push-1-3,
  .is-push-2-6 {
    left: 33.333%;
  }
  .is-push-2-3,
  .is-push-4-6 {
    left: 66.666%;
  }
  /* Quarters */
  .is-push-1-4 {
    left: 25%;
  }
  .is-push-3-4 {
    left: 75%;
  }
  /* Fifths */
  .is-push-1-5,
  .is-push-2-10 {
    left: 20%;
  }
  .is-push-2-5,
  .is-push-4-10 {
    left: 40%;
  }
  .is-push-3-5,
  .is-push-6-10 {
    left: 60%;
  }
  .is-push-4-5,
  .is-push-8-10 {
    left: 80%;
  }
  /* Sixths */
  .is-push-1-6 {
    left: 16.666%;
  }
  .is-push-5-6 {
    left: 83.333%;
  }
  /* Tenths */
  .is-push-1-10 {
    left: 10%;
  }
  .is-push-3-10 {
    left: 30%;
  }
  .is-push-7-10 {
    left: 70%;
  }
  .is-push-9-10 {
    left: 90%;
  }
  /*
     * Pull
     */
  /* Halves */
  .is-pull-1-2,
  .is-pull-2-4,
  .is-pull-3-6,
  .is-pull-5-10 {
    left: -50%;
  }
  /* Thirds */
  .is-pull-1-3,
  .is-pull-2-6 {
    left: -33.333%;
  }
  .is-pull-2-3,
  .is-pull-4-6 {
    left: -66.666%;
  }
  /* Quarters */
  .is-pull-1-4 {
    left: -25%;
  }
  .is-pull-3-4 {
    left: -75%;
  }
  /* Fifths */
  .is-pull-1-5,
  .is-pull-2-10 {
    left: -20%;
  }
  .is-pull-2-5,
  .is-pull-4-10 {
    left: -40%;
  }
  .is-pull-3-5,
  .is-pull-6-10 {
    left: -60%;
  }
  .is-pull-4-5,
  .is-pull-8-10 {
    left: -80%;
  }
  /* Sixths */
  .is-pull-1-6 {
    left: -16.666%;
  }
  .is-pull-5-6 {
    left: -83.333%;
  }
  /* Tenths */
  .is-pull-1-10 {
    left: -10%;
  }
  .is-pull-3-10 {
    left: -30%;
  }
  .is-pull-7-10 {
    left: -70%;
  }
  .is-pull-9-10 {
    left: -90%;
  }
}
/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
.is-panel {
  /* 1 */
  display: block;
  /* 2 */
  position: relative;
}
/*
 * Allow panels to be anchors
 */
.is-panel,
.is-panel:hover {
  text-decoration: none;
}
/*
 * Micro clearfix to make panels more robust
 */
.is-panel:before,
.is-panel:after {
  content: "";
  display: table;
}
.is-panel:after {
  clear: both;
}
/*
 * Remove margin from the last-child if not `is-widget-title`
 */
.is-panel > :not(.is-panel-title):last-child {
  margin-bottom: 0;
}
/* Sub-object: `is-panel-title`
 ========================================================================== */
.is-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  color: #444444;
}
/* Sub-object: `is-panel-badge`
 ========================================================================== */
.is-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* Sub-object: `is-panel-teaser`
 ========================================================================== */
.is-panel-teaser {
  margin-bottom: 15px;
}
/* Modifier: `is-panel-box`
 ========================================================================== */
.is-panel-box {
  padding: 15px;
  background: #f5f5f5;
  color: #444444;
}
.is-panel-box-hover:hover {
  color: #444444;
}
.is-panel-box .is-panel-title {
  color: #444444;
}
.is-panel-box .is-panel-badge {
  top: 10px;
  right: 10px;
}
.is-panel-box .is-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
/*
 * Nav in panel
 */
.is-panel-box > .is-nav-side {
  margin: 0 -15px;
}
/*
 * Sub-modifier: `is-panel-box-primary`
 */
.is-panel-box-primary {
  background-color: #ebf7fd;
  color: #2d7091;
}
.is-panel-box-primary-hover:hover {
  color: #2d7091;
}
.is-panel-box-primary .is-panel-title {
  color: #2d7091;
}
/*
 * Sub-modifier: `is-panel-box-secondary`
 */
.is-panel-box-secondary {
  background-color: #eeeeee;
  color: #444444;
}
.is-panel-box-secondary-hover:hover {
  color: #444444;
}
.is-panel-box-secondary .is-panel-title {
  color: #444444;
}
/* Modifier: `is-panel-hover`
 ========================================================================== */
.is-panel-hover {
  padding: 15px;
  color: #444444;
}
.is-panel-hover:hover {
  background: #f5f5f5;
  color: #444444;
}
.is-panel-hover .is-panel-badge {
  top: 10px;
  right: 10px;
}
.is-panel-hover .is-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
/* Modifier: `is-panel-header`
 ========================================================================== */
.is-panel-header .is-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #444444;
}
/* Modifier: `is-panel-space`
 ========================================================================== */
.is-panel-space {
  padding: 30px;
}
.is-panel-space .is-panel-badge {
  top: 30px;
  right: 30px;
}
/* Modifier: `is-panel-divider`
 ========================================================================== */
.is-panel + .is-panel-divider {
  margin-top: 50px !important;
}
.is-panel + .is-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}
/* Large screen and bigger */
@media (min-width: 1280px) {
  .is-panel + .is-panel-divider {
    margin-top: 70px !important;
  }
  .is-panel + .is-panel-divider:before {
    top: -35px;
  }
}
/* ========================================================================
   Component: Block
 ========================================================================== */
.is-block {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Phone landscape and bigger */
@media (min-width: 768px) {
  .is-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*
 * Micro clearfix to make blocks more robust
 */
.is-block:before,
.is-block:after {
  content: "";
  display: table;
}
.is-block:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.is-block > :last-child {
  margin-bottom: 0;
}
/* Padding Modifier
 ========================================================================== */
/*
 * Large padding
 */
.is-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Tablets and bigger */
@media (min-width: 768px) {
  .is-block-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .is-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* Color Modifier
 ========================================================================== */
/*
 * Default
 */
.is-block-default {
  background: #ffffff;
}
/*
 * Muted
 */
.is-block-muted {
  background: #f9f9f9;
}
/*
 * Primary
 */
.is-block-primary {
  background: #00a8e6;
}
/*
 * Secondary
 */
.is-block-secondary {
  background: #222222;
}
/*
 * Adjust padding between equal colored blocks
 */
.is-block-default + .is-block-default,
.is-block-muted + .is-block-muted,
.is-block-primary + .is-block-primary,
.is-block-secondary + .is-block-secondary {
  padding-top: 0;
}
/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix to make articles more robust
 */
.is-article:before,
.is-article:after {
  content: "";
  display: table;
}
.is-article:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.is-article > :last-child {
  margin-bottom: 0;
}
/*
 * Vertical gutter for articles
 */
.is-article + .is-article {
  margin-top: 25px;
}
/* Sub-object `is-article-title`
 ========================================================================== */
.is-article-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  text-transform: none;
}
.is-article-title a {
  color: inherit;
  text-decoration: none;
}
/* Sub-object `is-article-meta`
 ========================================================================== */
.is-article-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
/* Sub-object `is-article-lead`
 ========================================================================== */
.is-article-lead {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* Sub-object `is-article-divider`
 ========================================================================== */
.is-article-divider {
  margin-bottom: 25px;
  border-color: #dddddd;
}
* + .is-article-divider {
  margin-top: 25px;
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `is-comment-header`
 ========================================================================== */
.is-comment-header {
  margin-bottom: 15px;
}
/*
 * Micro clearfix
 */
.is-comment-header:before,
.is-comment-header:after {
  content: "";
  display: table;
}
.is-comment-header:after {
  clear: both;
}
/* Sub-object `is-comment-avatar`
 ========================================================================== */
.is-comment-avatar {
  margin-right: 15px;
  float: left;
}
/* Sub-object `is-comment-title`
 ========================================================================== */
.is-comment-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
/* Sub-object `is-comment-meta`
 ========================================================================== */
.is-comment-meta {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
}
/* Sub-object `is-comment-body`
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.is-comment-body > :last-child {
  margin-bottom: 0;
}
/* Sub-object `is-comment-list`
 ========================================================================== */
.is-comment-list {
  padding: 0;
  list-style: none;
}
.is-comment-list .is-comment + ul {
  margin: 15px 0 0 0;
  list-style: none;
}
.is-comment-list > li:nth-child(n+2),
.is-comment-list .is-comment + ul > li:nth-child(n+2) {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .is-comment-list .is-comment + ul {
    padding-left: 100px;
  }
}
/* Modifier `is-comment-primary`
 ========================================================================== */
/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.is-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
.is-cover {
  overflow: hidden;
}
.is-cover-object {
  /* 2 */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* 3 */
  max-width: none;
  /* 4 */
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
 * To center iframes use `data-is-cover` JavaScript
 */
[data-is-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
.is-nav,
.is-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.is-nav li > a {
  display: block;
  text-decoration: none;
}
.is-nav > li > a {
  padding: 5px 15px;
}
/*
 * Nested items
 */
.is-nav ul {
  padding-left: 15px;
}
.is-nav ul a {
  padding: 2px 0;
}
/*
 * Item subtitle
 */
.is-nav li > a > div {
  font-size: 12px;
  line-height: 18px;
}
/* Sub-object: `is-nav-header`
 ========================================================================== */
.is-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.is-nav-header:not(:first-child) {
  margin-top: 15px;
}
/* Sub-object: `is-nav-divider`
 ========================================================================== */
.is-nav-divider {
  margin: 9px 15px;
}
/* Sub-object: `is-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
ul.is-nav-sub {
  padding: 5px 0 5px 46px;
}
ul.is-nav-sub > li {
  font-size: 0.875em;
}
/* Modifier: `is-nav-parent-icon`
 ========================================================================== */
.is-nav-parent-icon > .is-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}
.is-nav-parent-icon > .is-parent.is-open > a:after {
  content: "\f107";
}
/* Modifier `is-nav-side`
 ========================================================================== */
/*
 * Items
 */
.is-nav-side > li > a {
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-nav-side > li > a:hover,
.is-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444444;
  /* 2 */
  outline: none;
}
/* Active */
.is-nav-side > li.is-active > a {
  background: #00a8e6;
  color: #ffffff;
}
/*
 * Sub-object: `is-nav-header`
 */
.is-nav-side .is-nav-header {
  color: #444444;
}
/*
 * Sub-object: `is-nav-divider`
 */
.is-nav-side .is-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.is-nav-side ul a {
  color: #0077dd;
}
.is-nav-side ul a:hover {
  color: #005599;
}
/* Modifier `is-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.is-nav-dropdown > li > a {
  color: #585858;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-nav-dropdown > li > a:hover,
.is-nav-dropdown > li > a:focus {
  background: #e1e1e1;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `is-nav-header`
 */
.is-nav-dropdown .is-nav-header {
  color: #999999;
}
/*
 * Sub-object: `is-nav-divider`
 */
.is-nav-dropdown .is-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.is-nav-dropdown ul a {
  color: #0077dd;
}
.is-nav-dropdown ul a:hover {
  color: #005599;
}
/* Modifier `is-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.is-nav-navbar > li > a {
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-nav-navbar > li > a:hover,
.is-nav-navbar > li > a:focus {
  background: #00a8e6;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `is-nav-header`
 */
.is-nav-navbar .is-nav-header {
  color: #999999;
}
/*
 * Sub-object: `is-nav-divider`
 */
.is-nav-navbar .is-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.is-nav-navbar ul a {
  color: #0077dd;
}
.is-nav-navbar ul a:hover {
  color: #005599;
}
/* Modifier `is-nav-drawer`
 ========================================================================== */
/*
 * Items
 */
.is-nav-drawer > li > a {
  padding: 16px 20px 16px 64px;
  font-size: 16px;
  line-height: 2;
  color: #cccccc;
  position: relative;
}
.is-nav-drawer > li > a > [class*="icon-"] {
  width: 56px;
  margin: 0;
  padding: 20px 0px 0px 20px;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 480px) {
  .is-nav-drawer > li > a {
    padding: 16px 32px 16px 88px;
  }
  .is-nav-drawer > li > a > [class*="icon-"] {
    width: 40px;
    padding: 20px 0px 0px 32px;
  }
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-nav-drawer > .is-open > a,
html:not(.is-touch) .is-nav-drawer > li > a:hover,
html:not(.is-touch) .is-nav-drawer > li > a:focus {
  background: #404040;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `html .is-nav` needed for higher specificity to override hover
 */
html .is-nav.is-nav-drawer > li.is-active > a {
  background: #1a1a1a;
  color: #ffffff;
}
/*
 * Sub-object: `is-nav-header`
 */
.is-nav-drawer .is-nav-header {
  color: #777777;
}
/*
 * Sub-object: `is-nav-sub`
 */
.is-nav-drawer .is-nav-sub {
  padding-left: 88px;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.is-nav-drawer ul a {
  color: #cccccc;
}
html:not(.is-touch) .is-nav-drawer ul a:hover {
  color: #ffffff;
}
/* Modifier `is-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.is-nav-offcanvas > li > a {
  color: #cccccc;
  padding: 16px 32px 16px 88px;
}
.is-nav-offcanvas > li > a > [class*="icon-"] {
  margin-right: 28px;
  margin-left: -56px;
  font-size: 1.5em;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-nav-offcanvas > .is-open > a,
html:not(.is-touch) .is-nav-offcanvas > li > a:hover,
html:not(.is-touch) .is-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `html .is-nav` needed for higher specificity to override hover
 */
html .is-nav.is-nav-offcanvas > li.is-active > a {
  background: #1a1a1a;
  color: #ffffff;
}
/*
 * Sub-object: `is-nav-header`
 */
.is-nav-offcanvas .is-nav-header {
  color: #777777;
}
/*
 * Sub-object: `is-nav-divider`
 */
.is-nav-offcanvas .is-nav-divider {
  border-top: 1px solid #1a1a1a;
}
/*
 * Sub-object: `is-nav-sub`
 */
.is-nav-offcanvas .is-nav-sub {
  padding-left: 88px;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.is-nav-offcanvas ul a {
  color: #cccccc;
}
html:not(.is-touch) .is-nav-offcanvas ul a:hover {
  color: #ffffff;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.is-navbar {
  background: #eeeeee;
  color: #444444;
}
/*
 * Micro clearfix
 */
.is-navbar:before,
.is-navbar:after {
  content: "";
  display: table;
}
.is-navbar:after {
  clear: both;
}
/* Sub-object: `is-navbar-nav`
 ========================================================================== */
.is-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.is-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.is-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #444444;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* Appear not as link */
.is-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.is-navbar-nav > li:hover > a,
.is-navbar-nav > li > a:focus,
.is-navbar-nav > li.is-open > a {
  background-color: #f5f5f5;
  color: #444444;
  /* 3 */
  outline: none;
}
/* OnClick */
.is-navbar-nav > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
/* Active */
.is-navbar-nav > li.is-active > a {
  background-color: #f5f5f5;
  color: #444444;
}
/* Sub-objects: `is-navbar-nav-subtitle`
 ========================================================================== */
.is-navbar-nav .is-navbar-nav-subtitle {
  line-height: 28px;
}
.is-navbar-nav-subtitle > div {
  margin-top: -6px;
  font-size: 10px;
  line-height: 12px;
}
/* Sub-objects: `is-navbar-content`, `is-navbar-brand`, `is-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.is-navbar-content,
.is-navbar-brand,
.is-navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
  float: left;
}
/*
 * Helper to center all child elements vertically
 */
.is-navbar-content:before,
.is-navbar-brand:before,
.is-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `is-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.is-navbar-content + .is-navbar-content:not(.is-navbar-center) {
  padding-left: 0;
}
/*
 * Link colors
 */
.is-navbar-content > a:not([class]) {
  color: #0077dd;
}
.is-navbar-content > a:not([class]):hover {
  color: #005599;
}
/* Sub-objects: `is-navbar-brand`
 ========================================================================== */
.is-navbar-brand {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-navbar-brand:hover,
.is-navbar-brand:focus {
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Sub-object: `is-navbar-toggle`
 ========================================================================== */
.is-navbar-toggle {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-navbar-toggle:hover,
.is-navbar-toggle:focus {
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * 1. Center icon vertically
 */
.is-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.is-navbar-toggle-alt:after {
  content: "\f002";
}
/* Sub-object: `is-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.is-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Sub-object: `is-navbar-flip`
 ========================================================================== */
.is-navbar-flip {
  float: right;
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.is-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `is-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */
.is-subnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
  /* 3 */
  position: relative;
}
/*
 * DEPRECATED IE9 Support
 */
.is-subnav:before,
.is-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.is-subnav:after {
  clear: both;
}
.is-subnav > * {
  float: left;
}
/* Items
 ========================================================================== */
.is-subnav > * > * {
  display: inline-block;
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.is-subnav > * > :hover,
.is-subnav > * > :focus {
  color: #0077dd;
  text-decoration: none;
}
/*
 * Active
 */
.is-subnav > .is-active > * {
  color: #0077dd;
}
/* Modifier: 'subnav-line'
 ========================================================================== */
.is-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}
.is-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #dddddd;
}
/* Modifier: 'subnav-pill'
 ========================================================================== */
.is-subnav-pill > * > * {
  padding: 3px 9px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-subnav-pill > * > :hover,
.is-subnav-pill > * > :focus {
  background: #eeeeee;
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.is-subnav-pill > .is-active > * {
  background: #00a8e6;
  color: #ffffff;
}
/* Disabled state
 ========================================================================== */
.is-subnav > .is-disabled > * {
  background: none;
  color: #999999;
  text-decoration: none;
  cursor: text;
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.is-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
}
/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.is-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}
.is-breadcrumb > li,
.is-breadcrumb > li > a,
.is-breadcrumb > li > span {
  display: inline-block;
}
.is-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}
/*
 * Disabled
 */
.is-breadcrumb > li:not(.is-active) > span {
  color: #999999;
}
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.is-pagination {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  text-align: center;
  /* 3 */
  font-size: 0.001px;
}
/*
 * Micro clearfix
 * Needed if `is-pagination-previous` or `is-pagination-next` sub-objects are used
 */
.is-pagination:before,
.is-pagination:after {
  content: "";
  display: table;
}
.is-pagination:after {
  clear: both;
}
/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.is-pagination > li {
  display: inline-block;
  /* 1 */
  font-size: 14px;
  /* 2 */
  vertical-align: middle;
}
.is-pagination > li:nth-child(n+2) {
  margin-left: 16px;
}
/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.is-pagination > li > a,
.is-pagination > li > span {
  display: inline-block;
  min-width: 1.5px;
  padding: 0px 0px;
  line-height: 1.5;
  text-decoration: none;
  /* 1 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  text-align: center;
}
/*
 * Arrows
 */
.is-pagination > .is-pagination-arrow {
  font-size: 16px;
}
/*
 * Links
 */
.is-pagination > li > a {
  background: #ffffff;
  color: #3399ff;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-pagination > li > a:hover,
.is-pagination > li > a:focus {
  background-color: #ffffff;
  color: #808080;
  /* 2 */
  outline: none;
}
/* OnClick */
.is-pagination > li > a:active {
  background-color: #ffffff;
  color: #585858;
}
/*
 * Active
 */
.is-pagination > .is-active > span {
  background: #ffffff;
  color: #585858;
}
/*
 * Disabled
 */
.is-pagination > .is-disabled > span {
  background-color: #ffffff;
  color: #e1e1e1;
}
/* Previous and next navigation
 ========================================================================== */
.is-pagination-previous {
  float: left;
}
.is-pagination-next {
  float: right;
}
/* Alignment modifiers
 ========================================================================== */
.is-pagination-left {
  text-align: left;
}
.is-pagination-right {
  text-align: right;
}
/* ========================================================================
   Component: Tab
 ========================================================================== */
.is-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}
/*
 * Micro clearfix on the deepest container
 */
.is-tab:before,
.is-tab:after {
  content: "";
  display: table;
}
.is-tab:after {
  clear: both;
}
/*
 * Items
 * 1. Create position context for dropdowns
 */
.is-tab > li {
  margin-bottom: -1px;
  padding-top: 4px;
  float: left;
  /* 1 */
  position: relative;
  overflow: hidden;
}
.is-tab > li.is-active {
  padding-top: 1px;
}
.is-tab > li > a {
  display: block;
  padding: 0px 12px 0px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  border-radius: 8px 8px 0 0;
  background: #f4f4f4;
  line-height: 2em;
  color: #808080;
  text-decoration: none;
}
.is-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.is-tab > li > a:hover,
.is-tab > li > a:focus,
.is-tab > li.is-open > a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #808080;
  /* 2 */
  outline: none;
}
.is-tab > li:not(.is-active) > a:hover,
.is-tab > li:not(.is-active) > a:focus,
.is-tab > li.is-open:not(.is-active) > a {
  padding-bottom: -1px;
}
/* Active */
.is-tab > li.is-active > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #f28f00;
  line-height: 2.2em;
  color: #ffffff;
}
/* Disabled */
.is-tab > li.is-disabled > a {
  color: #999999;
  cursor: text;
}
.is-tab > li.is-disabled > a:hover,
.is-tab > li.is-disabled > a:focus,
.is-tab > li.is-disabled.is-active > a {
  background: none;
  border-color: transparent;
}
/* Modifier: 'tab-flip'
 ========================================================================== */
.is-tab-flip > li {
  float: right;
}
.is-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px;
}
/* Modifier: 'tab-responsive'
 ========================================================================== */
.is-tab > li.is-tab-responsive > a {
  margin-left: 0;
  margin-right: 0;
}
/*
 * Icon
 */
.is-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}
/* Modifier: 'tab-center'
 ========================================================================== */
.is-tab-center {
  border-bottom: 1px solid #dddddd;
}
.is-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #dddddd;
}
.is-tab-center:before,
.is-tab-center:after {
  content: "";
  display: table;
}
.is-tab-center:after {
  clear: both;
}
/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */
.is-tab-center .is-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}
.is-tab-center .is-tab > li {
  position: relative;
  right: -50%;
}
.is-tab-center .is-tab > li > a {
  text-align: center;
}
/* Modifier: 'tab-bottom'
 ========================================================================== */
.is-tab-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.is-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.is-tab-bottom > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-width: 1px;
  border-top-width: 0;
}
.is-tab-bottom > li:not(.is-active) > a:hover,
.is-tab-bottom > li:not(.is-active) > a:focus,
.is-tab-bottom > li.is-open:not(.is-active) > a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 0px;
  padding-top: -1px;
}
.is-tab-bottom > li.is-active > a {
  border-top-color: transparent;
  border-bottom-color: #dddddd;
}
/* Modifier: 'tab-grid'
 ========================================================================== */
/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */
.is-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  /* 1 */
  position: relative;
  z-index: 0;
}
.is-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #dddddd;
  /* 1 */
  z-index: -1;
}
.is-tab-grid > li:first-child > a {
  margin-left: 5px;
}
.is-tab-grid > li > a {
  text-align: center;
}
/*
 * If `is-tab-bottom`
 */
.is-tab-grid.is-tab-bottom {
  border-top: none;
}
.is-tab-grid.is-tab-bottom:before {
  top: -1px;
  bottom: auto;
}
/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .is-tab-left,
  .is-tab-right {
    border-bottom: none;
  }
  .is-tab-left > li,
  .is-tab-right > li {
    margin-bottom: 0;
    float: none;
  }
  .is-tab-left > li > a,
  .is-tab-right > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .is-tab-left > li:nth-child(n+2) > a,
  .is-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px;
  }
  .is-tab-left > li.is-active > a,
  .is-tab-right > li.is-active > a {
    border-color: #dddddd;
  }
  /*
     * Modifier: 'tab-left'
     */
  .is-tab-left {
    border-right: 1px solid #dddddd;
  }
  .is-tab-left > li {
    margin-right: -1px;
  }
  .is-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  .is-tab-left > li:not(.is-active) > a:hover,
  .is-tab-left > li:not(.is-active) > a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 0px;
    padding-right: 11px;
  }
  .is-tab-left > li.is-active > a {
    border-right-color: transparent;
  }
  /*
     * Modifier: 'tab-right'
     */
  .is-tab-right {
    border-left: 1px solid #dddddd;
  }
  .is-tab-right > li {
    margin-left: -1px;
  }
  .is-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  .is-tab-right > li:not(.is-active) > a:hover,
  .is-tab-right > li:not(.is-active) > a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 0px;
    padding-left: 11px;
  }
  .is-tab-right > li.is-active > a {
    border-left-color: transparent;
  }
}
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.is-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `is-width-*` classes can be applied
 */
.is-thumbnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
}
/*
 * DEPRECATED IE9 Support
 */
.is-thumbnav:before,
.is-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.is-thumbnav:after {
  clear: both;
}
.is-thumbnav > * {
  float: left;
}
/* Items
 ========================================================================== */
.is-thumbnav > * > * {
  display: block;
  background: #ffffff;
}
.is-thumbnav > * > * > img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/*
 * Hover
 */
.is-thumbnav > * > :hover > img,
.is-thumbnav > * > :focus > img {
  opacity: 1;
}
/*
 * Active
 */
.is-thumbnav > .is-active > * > img {
  opacity: 1;
}
/* ========================================================================
   Component: List
 ========================================================================== */
.is-list {
  padding: 0;
  list-style: none;
}
/*
 * Micro clearfix to make list more robust
 */
.is-list > li:before,
.is-list > li:after {
  content: "";
  display: table;
}
.is-list > li:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.is-list > li > :last-child {
  margin-bottom: 0;
}
/*
 * Nested lists
 */
.is-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
/* Modifier: `is-list-line`
 ========================================================================== */
.is-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
/* Modifier: `is-list-striped`
 ========================================================================== */
.is-list-striped > li {
  padding: 5px 5px;
}
.is-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}
/* Modifier: `is-list-space`
 ========================================================================== */
.is-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `is-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .is-description-list-horizontal {
    overflow: hidden;
  }
  .is-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .is-description-list-horizontal > dd {
    margin-left: 180px;
  }
}
/* Modifier: `is-description-list-line`
 ========================================================================== */
.is-description-list-line > dt {
  font-weight: normal;
}
.is-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
.is-description-list-line > dd {
  color: #999999;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.is-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #585858;
}
.is-table > tbody tr.is-selected > td {
  background: #f5fde3;
  color: #353535;
}
.is-table > tbody tr:hover > td {
  color: #353535;
}
/*
 * Add margin if adjacent element
 */
* + .is-table {
  margin-top: 16px;
}
.is-table th,
.is-table td {
  padding: 9px 16px;
}
/*
 * Set alignment
 */
.is-table th {
  text-align: left;
}
.is-table td {
  vertical-align: top;
}
.is-table thead th,
.is-table .is-table-header th {
  background: #353535;
  font-weight: normal;
  color: #b2b2b2;
}
.is-table td {
  border-bottom: 1px solid #e1e1e1;
}
.is-table td[colspan] {
  text-align: center;
}
.is-table th[data-sort-row] {
  cursor: default;
}
.is-table th[data-sort-row] .sortind {
  font-family: 'isbc';
  display: inline-block;
  width: 1em;
  margin-left: 8px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.is-table th[data-sort-row] .sortind:before {content: '\e917'; color: #808080; }
.is-table th[data-sort-row][data-sorting] .sortind:before { color: #e1e1e1;}
.is-table th[data-sort-row][data-sorting="asc"] .sortind:before {content: '\e916'}
/* Sub-modifier: `is-table-responsive`
 ========================================================================== */
@media (max-width: 767px) {
  .is-table.is-table-responsive {
    margin-bottom: 0px;
  }
  .is-table.is-table-responsive thead,
  .is-table.is-table-responsive .is-table-header {
    display: none;
  }
  .is-table.is-table-responsive tr {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    box-sizing: border-box;
  }
  .is-table.is-table-responsive td {
    display: block;
    text-align: left !important;
  }
  .is-table.is-table-responsive td.is-table-row-header {
    background-color: #353535;
  }
  .is-table.is-table-responsive td[data-is-header]:before {
    content: attr(data-is-header);
    display: block;
    margin-bottom: 9px;
    font-size: 0.8em;
    text-align: left;
  }
}

input,
textarea,
[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 */
.is-form input,
.is-form select,
.is-form textarea {
  /* 1 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: inherit;
}
/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
.is-form select {
  text-transform: none;
}
/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.is-form optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
.is-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Removes excess padding in IE 8/9/10.
 */
.is-form input[type="checkbox"],
.is-form input[type="radio"] {
  padding: 0;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.is-form input[type="checkbox"]:not(:disabled),
.is-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove default style in iOS.
 */
.is-form textarea,
.is-form input:not([type]),
.is-form input[type="text"],
.is-form input[type="password"],
.is-form input[type="email"],
.is-form input[type="url"],
.is-form input[type="search"],
.is-form input[type="tel"],
.is-form input[type="number"],
.is-form input[type="datetime"] {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.is-form input[type="search"]::-webkit-search-cancel-button,
.is-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * 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`.
 */
.is-form input[type="number"]::-webkit-inner-spin-button,
.is-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Define consistent border, margin, and padding.
 */
.is-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
.is-form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.is-form ::-moz-placeholder {
  opacity: 1;
}
/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
.is-form :invalid {
  box-shadow: none;
}
/*
 * Vertical alignment
 */
.is-form input:not([type="radio"]):not([type="checkbox"]),
.is-form select {
  vertical-align: middle;
}
/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.is-form > :last-child {
  margin-bottom: 0;
}
/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
.is-form select,
.is-form textarea,
.is-form input:not([type]),
.is-form input[type="text"],
.is-form input[type="password"],
.is-form input[type="datetime"],
.is-form input[type="datetime-local"],
.is-form input[type="date"],
.is-form input[type="month"],
.is-form input[type="time"],
.is-form input[type="week"],
.is-form input[type="number"],
.is-form input[type="email"],
.is-form input[type="url"],
.is-form input[type="search"],
.is-form input[type="tel"],
.is-form input[type="color"] {
  /* 1 */
  height: 32px;
  /* 2 */
  max-width: 100%;
  /* 3 */
  padding: 4px 8px;
  /* 4 */
  border: 1px solid #dddddd;
  background: #ffffff;
}
.is-form select:hover,
.is-form textarea:hover,
.is-form input:not([type]):hover,
.is-form input[type="text"]:hover,
.is-form input[type="password"]:hover,
.is-form input[type="datetime"]:hover,
.is-form input[type="datetime-local"]:hover,
.is-form input[type="date"]:hover,
.is-form input[type="month"]:hover,
.is-form input[type="time"]:hover,
.is-form input[type="week"]:hover,
.is-form input[type="number"]:hover,
.is-form input[type="email"]:hover,
.is-form input[type="url"]:hover,
.is-form input[type="search"]:hover,
.is-form input[type="tel"]:hover,
.is-form input[type="color"]:hover {
  border-color: #bfbfbf !important;
}
.is-form select:focus,
.is-form textarea:focus,
.is-form input:not([type]):focus,
.is-form input[type="text"]:focus,
.is-form input[type="password"]:focus,
.is-form input[type="datetime"]:focus,
.is-form input[type="datetime-local"]:focus,
.is-form input[type="date"]:focus,
.is-form input[type="month"]:focus,
.is-form input[type="time"]:focus,
.is-form input[type="week"]:focus,
.is-form input[type="number"]:focus,
.is-form input[type="email"]:focus,
.is-form input[type="url"]:focus,
.is-form input[type="search"]:focus,
.is-form input[type="tel"]:focus,
.is-form input[type="color"]:focus {
  border-color: #d1f585 !important;
  outline: 0;
  background: #ffffff !important;
  color: #353535;
}
.is-form select:disabled,
.is-form textarea:disabled,
.is-form input:not([type]):disabled,
.is-form input[type="text"]:disabled,
.is-form input[type="password"]:disabled,
.is-form input[type="datetime"]:disabled,
.is-form input[type="datetime-local"]:disabled,
.is-form input[type="date"]:disabled,
.is-form input[type="month"]:disabled,
.is-form input[type="time"]:disabled,
.is-form input[type="week"]:disabled,
.is-form input[type="number"]:disabled,
.is-form input[type="email"]:disabled,
.is-form input[type="url"]:disabled,
.is-form input[type="search"]:disabled,
.is-form input[type="tel"]:disabled,
.is-form input[type="color"]:disabled {
  border-color: #f4f4f4;
  background-color: #ffffff;
  color: #e1e1e1;
}
/*
 * Placeholder
 */
input:-ms-input-placeholder {
  color: #b2b2b2 !important;
}
input::-moz-placeholder {
  color: #b2b2b2;
}
input::-webkit-input-placeholder {
  color: #b2b2b2;
}
input:focus:-ms-input-placeholder {
  color: #353535 !important;
}
input:focus::-moz-placeholder {
  color: #353535;
}
input:focus::-webkit-input-placeholder {
  color: #353535;
}
input:disabled:-ms-input-placeholder {
  color: #e1e1e1 !important;
}
input:disabled::-moz-placeholder {
  color: #e1e1e1;
}
input:disabled::-webkit-input-placeholder {
  color: #e1e1e1;
}

.is-form :-ms-input-placeholder {
  color: #b2b2b2 !important;
}
.is-form ::-moz-placeholder {
  color: #b2b2b2;
}
.is-form ::-webkit-input-placeholder {
  color: #b2b2b2;
}
.is-form :disabled:-ms-input-placeholder {
  color: #e1e1e1 !important;
}
.is-form :disabled::-moz-placeholder {
  color: #e1e1e1;
}
.is-form :disabled::-webkit-input-placeholder {
  color: #e1e1e1;
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
.is-form legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 15px;
  /* 5 */
  font-size: 18px;
  line-height: 30px;
}
/*
 * 1. Fixes IE9
 */
.is-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #dddddd;
  /* 1 */
  width: 100%;
}
/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.is-form-small,
textarea.is-form-small,
input[type].is-form-small,
input:not([type]).is-form-small {
  height: 24px;
  padding: 3px 3px;
  font-size: 14px;
}
select.is-form-large,
textarea.is-form-large,
input[type].is-form-large,
input:not([type]).is-form-large {
  height: 48px;
  padding: 8px 16px;
  font-size: 18px;
}
/* Reset height
 * Must be after size modifiers
 ========================================================================== */
.is-form textarea,
.is-form select[multiple],
.is-form select[size] {
  height: auto;
}
/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
.is-form-warning, .is-form-error {
  border-width: 2px !important;
  border-color: #c8001a !important;
  background: #ffffff !important;
}
/*
 * Success state
 */
.is-form-success {
  border-color: #e1e1e1 !important;
  background: #f6fde7 !important;
  color: #585858 !important;
}
/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
.is-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.is-form-blank:focus {
  border-color: #dddddd !important;
}
/* Size sub-modifiers
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.is-form-width-mini {
  width: 40px;
}
select.is-form-width-mini {
  width: 65px;
}
.is-form-width-small {
  width: 130px;
}
.is-form-width-medium {
  width: 200px;
}
.is-form-width-large {
  width: 500px;
}
/* Sub-objects: `is-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `is-form-horizontal` modifier
 */
.is-form-row:before,
.is-form-row:after {
  content: "";
  display: table;
}
.is-form-row:after {
  clear: both;
}
/*
 * Vertical gutter
 */
.is-form-row + .is-form-row {
  margin-top: 15px;
}
/* Help text
 * Sub-object: `is-form-help-inline`, `is-form-help-block`
 ========================================================================== */
.is-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.is-form-help-block {
  margin: 5px 0 0 0;
}
/* Controls content
 * Sub-object: `is-form-controls`, `is-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
.is-form-controls > :first-child {
  margin-top: 0;
}
.is-form-controls > :last-child {
  margin-bottom: 0;
}
/*
 * Group controls and text into blocks with a small spacing between blocks
 */
.is-form-controls-condensed {
  margin: 5px 0;
}
/* Modifier: `is-form-stacked`
 * Requires sub-object: `is-form-label`
 ========================================================================== */
.is-form-stacked .is-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* Modifier: `is-form-horizontal`
 * Requires sub-objects: `is-form-label`, `is-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `is-form-stacked` */
  .is-form-horizontal .is-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .is-form-horizontal .is-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .is-form-horizontal .is-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .is-form-horizontal .is-form-controls-text {
    padding-top: 5px;
  }
}
/* Sub-object: `is-form-icon`
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
.is-form-icon {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}
/*
 * 1. Make form element clickable through icon
 */
.is-form-icon > [class*='is-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -7px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  /* 1 */
  pointer-events: none;
}
.is-form-icon:not(.is-form-icon-flip) > input {
  padding-left: 30px !important;
}
/*
 * Sub-modifier: `is-form-icon-flip`
 */
.is-form-icon-flip > [class*='is-icon-'] {
  right: 0;
}
.is-form-icon-flip > input {
  padding-right: 30px !important;
}
/* Sub-object: `is-form-input-naked`
 ========================================================================== */
.is-form-input-naked {
  display: inline-block;
  border: none;
  border-bottom: 1px dashed #e1e1e1;
  outline: none;
  font-size: 16px;
  color: #b2b2b2;
}
.is-form-input-naked:hover {
  color: #808080;
}
.is-form-input-naked:focus {
  border-width: 2px;
  border-color: #d1f585;
  color: #353535;
}
.is-form-input-naked.error {
  border-color: #c8001a;
}


/* Custom controls
 ========================================================================== */
.is-custom-control {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.is-custom-control > input:only-of-type {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 1;
}
.is-custom-control > input:disabled {
  cursor: default;
}
.is-custom-control-view {
  display: none;
}
.is-custom-control > .is-custom-control-view {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.is-custom-control > .is-custom-control-view:not(:last-child) {
  margin-right: 8px;
}
.is-custom-control-view:before,
.is-custom-control-view:after {
  content: '';
  display: block;
  position: absolute;
}
/* ----------------------------------------------------------------------
   Toggle
 ------------------------------------------------------------------------ */
.is-toggle .is-custom-control-view {
  width: 32px;
  height: 16px;
  margin-top: -2px;
  border-radius: 16px;
  background-color: #7F8080;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.is-toggle .is-custom-control-view:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  left: 4px;
  top: 4px;
  -webkit-transition: left 0.2s;
     -moz-transition: left 0.2s;
       -o-transition: left 0.2s;
}
/* 
 * Checked
 */
.is-toggle input:checked ~ .is-custom-control-view:after {
  width: 18px;
  height: 18px;
  background-color: #D1F585;
  left: 15px;
  top: -1px;
  -webkit-transition: left 0.2s, background-color 0.2s, top  0.2s, width  0.2s, height  0.2s;
     -moz-transition: left 0.2s, background-color 0.2s, top  0.2s, width  0.2s, height  0.2s;
       -o-transition: left 0.2s, background-color 0.2s, top  0.2s, width  0.2s, height  0.2s;
          transition: left 0.2s, background-color 0.2s, top  0.2s, width  0.2s, height  0.2s;
}
/* 
 * Disabled
 */
.is-toggle input:disabled ~ .is-custom-control-view {
  background-color: #e1e1e1;
}
.is-toggle input:disabled ~ .is-custom-control-view:after {
  background-color: #f4f4f4 !important;
}
/* ----------------------------------------------------------------------
   Checkbox
 ------------------------------------------------------------------------ */
.is-checkbox {
  line-height: 16px;
}
.is-checkbox .is-custom-control-view {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  border: 1px solid #e1e1e1;
}
.is-checkbox:hover input:enabled .is-custom-control-view,
.is-checkbox input:focus .is-custom-control-view {
  border-color: #bfbfbf;
}
.is-checkbox input:not(:checked):disabled .is-custom-control-view {
  background-color: #e1e1e1;
}
.is-checkbox .is-custom-control-view:after {
  display: none;
  width: 14px;
  height: 7px;
  border-left: 3px solid #f28f00;
  border-bottom: 3px solid #f28f00;
  left: 1px;
  top: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
/*
 * Hover 
 */
.is-checkbox:hover input:not(:disabled) ~ .is-custom-control-view {
  border-color: #bfbfbf;
}
/*
 * Mouse down 
 */
.is-checkbox:active input:not(:disabled) ~ .is-custom-control-view {
  border-color: #e1e1e1;
}
/* 
 * Checked
 */
.is-checkbox input:checked ~ .is-custom-control-view:after {
  display: block;
}
/* 
 * SemiChecked
 */
.is-checkbox:hover input:indeterminate ~ .is-custom-control-view:after,
.is-checkbox input:indeterminate ~ .is-custom-control-view:after {
  display: block;
  height: 0px;
  top: 7px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* 
 * Disabled
 */
.is-checkbox input:disabled:not(:checked) ~ .is-custom-control-view {
  background-color: #e1e1e1;
}
.is-checkbox input:disabled ~ .is-custom-control-view:after {
  border-color: #e1e1e1;
}
/* ----------------------------------------------------------------------
   Checkbox-Large
 ------------------------------------------------------------------------ */
.is-checkbox-large .is-custom-control-view {
  width: 32px;
  height: 32px;
  background-color: #ef7701;
}
.is-checkbox-large .is-custom-control-view:before,
.is-checkbox-large .is-custom-control-view:after {
  border-style: solid;
  border-width: 0px 0px 4px 4px;
  border-color: transparent;
  left: 6px;
  top: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-checkbox-large .is-custom-control-view:after {
  width: 20px;
  height: 10px;
}
.is-checkbox-large .is-custom-control-view:before {
  width: 0px;
  height: 0px;
}
/*
 * Hover 
 */
.is-checkbox-large:hover > .is-custom-control-view:after {
  border-color: #f38f00;
}
/* 
 * Checked
 */
.is-checkbox-large > input:checked ~ .is-custom-control-view {
  background-color: #ef7701;
}
.is-checkbox-large > input:checked ~ .is-custom-control-view:after {
  display: none;
}
.is-checkbox-large > input:checked ~ .is-custom-control-view:before {
  display: block;
  width: 20px;
  height: 10px;
  border-color: #fff;
  -webkit-transition: height 0.1s, width 0.2s 0.1s;
  -moz-transition: height 0.1s, width 0.2s 0.1s;
  -o-transition: height 0.1s, width 0.2s 0.1s;
}
/* 
 * Disabled
 */
.is-checkbox-large > input:disabled ~ .is-custom-control-view {
  background: #e1e1e1;
}
.is-checkbox-large > input:disabled ~ .is-custom-control-view:after {
  display: none;
}
.is-checkbox-large > input:disabled ~ .is-custom-control-view:before {
  opacity: 0.7;
}

/* ----------------------------------------------------------------------
   Radio
 ------------------------------------------------------------------------ */
.is-radio .is-custom-control-view {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e1e1e1;
  background-color: #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.is-radio .is-custom-control-view:after {
  width: 6px;
  height: 6px;
  margin: -6px 0 0 -6px;
  border: 3px solid #FFF;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}
/* 
 * Checked
 */
.is-radio > input:checked ~ .is-custom-control-view {
  border-color: #bfbfbf;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, border-color 0.2s 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s 0.2s;
  transition: background-color 0.2s, border-color 0.2s 0.2s;
}
.is-radio > input:checked ~ .is-custom-control-view:after {
  margin: -3px 0 0 -3px;
  background-color: #808080;
  border-color: #e1e1e1;
  border-width: 0px;
  -webkit-transition: border-color 0.2s, background-color 0s 0.2s, border-width 0s 0.2s, margin 0s 0.2s;
  -moz-transition: border-color 0.2s, background-color 0s 0.2s, border-width 0s 0.2s, margin 0s 0.2s;
  -o-transition: border-color 0.2s, background-color 0s 0.2s, border-width 0s 0.2s, margin 0s 0.2s;
  transition: border-color 0.2s, background-color 0s 0.2s, border-width 0s 0.2s, margin 0s 0.2s;
}
/* 
 * Disabled
 */
.is-radio > input:disabled ~ .is-custom-control-view {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.is-radio > input:disabled ~ .is-custom-control-view:after {
  background-color: #f4f4f4;
  border-color: #fff;
}

/* ----------------------------------------------------------------------
   Radio Big
 ------------------------------------------------------------------------ */
.is-radio-big .is-custom-control-view {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  border-width: 4px;
}
.is-radio-big .is-custom-control-view:after {
  width: 10px;
  height: 10px;
  margin: -8px 0 0 -8px;
}
.is-radio-big > input:checked ~ .is-custom-control-view:after {
  margin: -5px 0 0 -5px;
}

/* Sub-object: `is-help-block`
 ========================================================================== */
.is-help-block {
  display: block;
  margin: 4px 8px 8px;
  font-size: 0.75em;
  color: #bfbfbf;
}
.is-form-large + .is-help-block {
  margin: 8px 16px 16px;
}
.is-form-small + .is-help-block {
  margin: 3px 3px 8px;
}
.is-button + .is-help-block {
  margin: 0 16px;
}
/* ========================================================================
   Component: Editable
 ========================================================================== */
.is-editable-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  color: #b2b2b2;
}
.is-editable-wrapper:hover {
  color: #808080;
}
.is-editable-wrapper > .is-editable {
  display: inline-block;
}
.is-editable-wrapper > .is-editable > .is-editable-content {
  display: block;
  border-bottom: 1px dashed #e1e1e1;
  line-height: 1.2;
  color: inherit;
  outline: none;
}
.is-editable-wrapper > .is-editable > .is-editable-content.is-active {
  color: #808080;
  border-bottom: 2px dashed #d1f585;
}
.is-editable-wrapper > .is-editable > .is-editable-content.is-filed {
  color: #808080;
}
.is-editable-wrapper > .it-icon-pencil {
  margin: 0 0 0 8px;
  font-size: 0.75em;
  vertical-align: baseline;
  cursor: pointer;
}
.is-editable.is-locked {
  color: #e1e1e1;
  cursor: default;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.is-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. Reset button group whitespace hack
 * 9. Required for `a`.
 */
.is-button {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #ffffff;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 16px;
  background: #98cc27;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  outline: none;
  /* 8 */
  font-size: 14px;
  /* 9 */
  text-decoration: none;
  text-align: center;
}
.is-button:hover,
.is-button:focus {
  background-color: #559706;
  color: #ffffff;
}
.is-button:active,
.is-button.is-active {
  background-color: #98cc27;
  color: #ffffff;
}
.is-button:disabled,
.is-button[disabled] {
  background-color: #e1e1e1 !important;
  color: #ffffff !important;
  cursor: default !important;
}
.is-button > [class*="-icon-"] {
  vertical-align: bottom;
}
/* Size modifiers
 ========================================================================== */
.is-button-mini {
  padding: 4px 6px;
  font-size: 12px;
}
.is-button-small {
  padding: 6px 8px;
  font-size: 12px;
}
.is-button-large {
  padding: 13px 24px;
  font-size: 16px;
}
.is-button-xlarge {
  padding: 18px 24px;
  font-size: 16px;
}
/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `is-button-primary`
 */
.is-button-primary {
  background-color: #f28f00;
  color: #ffffff;
}
.is-button-primary:hover,
.is-button-primary:focus {
  background-color: #ef7701;
  color: #ffffff;
}
.is-button-primary:active,
.is-button-primary.is-active {
  background-color: #f28f00;
  color: #ffffff;
}
/*
 * Modifier: `is-button-success`
 */
.is-button-success {
  background-color: #d1f585;
  color: #808080;
}
.is-button-success:hover,
.is-button-success:focus {
  background-color: #d1f585;
  color: #808080;
}
.is-button-success:active,
.is-button-success.is-active {
  background-color: #f6fde7;
  color: #808080;
}
/*
 * Modifier: `is-button-warning`
 */
.is-button-warning {
  background-color: #c8001a;
  color: #ffffff;
}
.is-button-warning:hover,
.is-button-warning:focus {
  background-color: #c8001a;
  color: #ffffff;
}
.is-button-warning:active,
.is-button-warning.is-active {
  background-color: #c8001a;
  color: #ffffff;
}
/*
 * Modifier: `is-button-danger`
 */
.is-button-danger {
  box-shadow: inset 0 0 0 2px #000;
  background-color: #c8001a;
  color: #000000;
}
.is-button-danger:hover,
.is-button-danger:focus {
  background-color: #c8001a;
  color: #000000;
}
.is-button-danger:active,
.is-button-danger.is-active {
  background-color: #c8001a;
  color: #000000;
}
/*
 * Modifier: `is-button-inverse`
 */
.is-button-inverse {
  border: 2px solid #e1e1e1;
  background-color: #ffffff;
  color: #b2b2b2;
}
.is-button-inverse:hover,
.is-button-inverse:focus {
  background-color: #f4f4f4;
  color: #808080;
}
.is-button-inverse:active,
.is-button-inverse.is-active {
  background-color: #ffffff;
  color: #b2b2b2;
}
.is-offcanvas-bar .is-button-inverse {
  background-color: #333333;
  color: #fff !important;
}
.is-offcanvas-bar .is-button-inverse:hover,
.is-offcanvas-bar .is-button-inverse:focus {
  background-color: #404040;
}
.is-offcanvas-bar .is-button-inverse:active,
.is-offcanvas-bar .is-button-inverse.is-active {
  background-color: #333333;
}
/* Modifier: `is-button-link`
 ========================================================================== */
/* Reset */
.is-button-link,
.is-button-link:hover,
.is-button-link:focus,
.is-button-link:active,
.is-button-link.is-active,
.is-button-link:disabled {
  border-color: transparent;
  background: none;
}
/* Color */
.is-button-link {
  color: #3399ff;
}
.is-button-link:hover,
.is-button-link:focus,
.is-button-link:active,
.is-button-link.is-active {
  color: #808080;
  text-decoration: underline;
}
.is-button-link:disabled {
  color: #e1e1e1;
}
/* Focus */
.is-button-link:focus {
  outline: 1px dotted;
}
/* Modifier: `is-button-rounded`
 ========================================================================== */
.is-button-rounded {
  min-width: 1em;
  border-radius: 50px/50px;
  line-height: 1;
}
.is-button-dropdown.is-open > .is-dropdown:not(.is-dropdown-flip) + [class*="button-rounded"] {
  border-bottom-left-radius: 0px;
}
.is-button-dropdown.is-open > .is-dropdown-flip + [class*="button-rounded"] {
  border-radius: 50px/50px;
  border-bottom-right-radius: 0px;
}
/* Modifier: `is-button-icon`
 ========================================================================== */
.is-button-icon {
  min-width: 16px;
  padding: 9px;
}
.is-button-icon > [class*="-icon-"] {
  margin: 0;
}
.is-button-icon.is-button-mini {
  min-width: 14px;
  padding: 4px;
}
.is-button-icon.is-button-small {
  min-width: 16px;
  padding: 6px;
}
.is-button-icon.is-button-large {
  min-width: 18px;
  padding: 13px;
}
.is-button-icon.is-button-xlarge {
  min-width: 28px;
  padding: 18px;
}
/* Sub-object `is-button-group`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */
.is-button-group {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  font-size: 0.001px;
  /* 4 */
  white-space: nowrap;
}
.is-button-group > * {
  display: inline-block;
}
/* 5 */
.is-button-group .is-button {
  vertical-align: top;
}
/* Sub-object: `is-button-dropdown`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */
.is-button-dropdown {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
}
/* Sub-object: `is-button-animate`
 ========================================================================== */
.is-button-animate:not(:disabled) {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.is-button-animate:not(:disabled):hover {
  background-color: #98cc27;
}
.is-button-animate:not(:disabled):after {
  content: '';
  display: block;
  width: 180%;
  height: 1050%;
  background-color: #559706;
  border-radius: 50%;
  transition: left 1s, top 1s;
  position: absolute;
  left: 100%;
  top: 100%;
  z-index: -1;
}
.is-button-animate:not(:disabled):hover:after {
  left: -57%;
  top: -567%;
}
.is-button-primary.is-button-animate {
  background-color: #f28f00;
}
.is-button-primary.is-button-animate:hover {
  background-color: #f28f00;
}
.is-button-primary.is-button-animate:after {
  background-color: #ef7701;
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2") format('woff2'), url("../fonts/FontAwesome/fontawesome-webfont.woff") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */
[class*='is-icon-'] {
  margin-right: 8px;
  font-family: FontAwesome;
  /* 1 */
  display: inline-block;
  /* 2 */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* 4 */
  line-height: 1;
  /* 5 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 6 */
[class*='is-icon-'],
[class*='is-icon-']:hover,
[class*='is-icon-']:focus {
  text-decoration: none;
}
/* Size modifiers
 ========================================================================== */
.is-icon-small:before {
  font-size: 150%;
  vertical-align: -10%;
}
.is-icon-medium:before {
  font-size: 200%;
  vertical-align: -16%;
}
.is-icon-large:before {
  font-size: 250%;
  vertical-align: -22%;
}
/* Modifier: `is-icon-spin`
 ========================================================================== */
.is-icon-spin {
  display: inline-block;
  -webkit-animation: is-rotate 2s infinite linear;
  animation: is-rotate 2s infinite linear;
}
/* Modifier: `is-icon-hover`
 ========================================================================== */
.is-icon-hover {
  color: #999999;
}
/*
 * Hover
 */
.is-icon-hover:hover {
  color: #585858;
}
/* Modifier: `is-icon-button`
 ========================================================================== */
.is-icon-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eeeeee;
  line-height: 35px;
  color: #585858;
  font-size: 18px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-icon-button:hover,
.is-icon-button:focus {
  background-color: #f5f5f5;
  color: #585858;
  /* 2 */
  outline: none;
}
/* Active */
.is-icon-button:active {
  background-color: #dddddd;
  color: #585858;
}
/* Icon mapping
 ========================================================================== */
.is-icon-glass:before {
  content: "\f000";
}
.is-icon-music:before {
  content: "\f001";
}
.is-icon-search:before {
  content: "\f002";
}
.is-icon-envelope-o:before {
  content: "\f003";
}
.is-icon-heart:before {
  content: "\f004";
}
.is-icon-star:before {
  content: "\f005";
}
.is-icon-star-o:before {
  content: "\f006";
}
.is-icon-user:before {
  content: "\f007";
}
.is-icon-film:before {
  content: "\f008";
}
.is-icon-th-large:before {
  content: "\f009";
}
.is-icon-th:before {
  content: "\f00a";
}
.is-icon-th-list:before {
  content: "\f00b";
}
.is-icon-check:before {
  content: "\f00c";
}
.is-icon-remove:before,
.is-icon-close:before,
.is-icon-times:before {
  content: "\f00d";
}
.is-icon-search-plus:before {
  content: "\f00e";
}
.is-icon-search-minus:before {
  content: "\f010";
}
.is-icon-power-off:before {
  content: "\f011";
}
.is-icon-signal:before {
  content: "\f012";
}
.is-icon-gear:before,
.is-icon-cog:before {
  content: "\f013";
}
.is-icon-trash-o:before {
  content: "\f014";
}
.is-icon-home:before {
  content: "\f015";
}
.is-icon-file-o:before {
  content: "\f016";
}
.is-icon-clock-o:before {
  content: "\f017";
}
.is-icon-road:before {
  content: "\f018";
}
.is-icon-download:before {
  content: "\f019";
}
.is-icon-Triangle_Selector_down-01 {content: '\e916';}
.is-icon-Triangle_Selector_down-02 {content: '\e917';}
.is-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.is-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.is-icon-inbox:before {
  content: "\f01c";
}
.is-icon-play-circle-o:before {
  content: "\f01d";
}
.is-icon-rotate-right:before,
.is-icon-repeat:before {
  content: "\f01e";
}
.is-icon-refresh:before {
  content: "\f021";
}
.is-icon-list-alt:before {
  content: "\f022";
}
.is-icon-lock:before {
  content: "\f023";
}
.is-icon-flag:before {
  content: "\f024";
}
.is-icon-headphones:before {
  content: "\f025";
}
.is-icon-volume-off:before {
  content: "\f026";
}
.is-icon-volume-down:before {
  content: "\f027";
}
.is-icon-volume-up:before {
  content: "\f028";
}
.is-icon-qrcode:before {
  content: "\f029";
}
.is-icon-barcode:before {
  content: "\f02a";
}
.is-icon-tag:before {
  content: "\f02b";
}
.is-icon-tags:before {
  content: "\f02c";
}
.is-icon-book:before {
  content: "\f02d";
}
.is-icon-bookmark:before {
  content: "\f02e";
}
.is-icon-print:before {
  content: "\f02f";
}
.is-icon-camera:before {
  content: "\f030";
}
.is-icon-font:before {
  content: "\f031";
}
.is-icon-bold:before {
  content: "\f032";
}
.is-icon-italic:before {
  content: "\f033";
}
.is-icon-text-height:before {
  content: "\f034";
}
.is-icon-text-width:before {
  content: "\f035";
}
.is-icon-align-left:before {
  content: "\f036";
}
.is-icon-align-center:before {
  content: "\f037";
}
.is-icon-align-right:before {
  content: "\f038";
}
.is-icon-align-justify:before {
  content: "\f039";
}
.is-icon-list:before {
  content: "\f03a";
}
.is-icon-dedent:before,
.is-icon-outdent:before {
  content: "\f03b";
}
.is-icon-indent:before {
  content: "\f03c";
}
.is-icon-video-camera:before {
  content: "\f03d";
}
.is-icon-photo:before,
.is-icon-image:before,
.is-icon-picture-o:before {
  content: "\f03e";
}
.is-icon-pencil:before {
  content: "\f040";
}
.is-icon-map-marker:before {
  content: "\f041";
}
.is-icon-adjust:before {
  content: "\f042";
}
.is-icon-tint:before {
  content: "\f043";
}
.is-icon-edit:before,
.is-icon-pencil-square-o:before {
  content: "\f044";
}
.is-icon-share-square-o:before {
  content: "\f045";
}
.is-icon-check-square-o:before {
  content: "\f046";
}
.is-icon-arrows:before {
  content: "\f047";
}
.is-icon-step-backward:before {
  content: "\f048";
}
.is-icon-fast-backward:before {
  content: "\f049";
}
.is-icon-backward:before {
  content: "\f04a";
}
.is-icon-play:before {
  content: "\f04b";
}
.is-icon-pause:before {
  content: "\f04c";
}
.is-icon-stop:before {
  content: "\f04d";
}
.is-icon-forward:before {
  content: "\f04e";
}
.is-icon-fast-forward:before {
  content: "\f050";
}
.is-icon-step-forward:before {
  content: "\f051";
}
.is-icon-eject:before {
  content: "\f052";
}
.is-icon-chevron-left:before {
  content: "\f053";
}
.is-icon-chevron-right:before {
  content: "\f054";
}
.is-icon-plus-circle:before {
  content: "\f055";
}
.is-icon-minus-circle:before {
  content: "\f056";
}
.is-icon-times-circle:before {
  content: "\f057";
}
.is-icon-check-circle:before {
  content: "\f058";
}
.is-icon-question-circle:before {
  content: "\f059";
}
.is-icon-info-circle:before {
  content: "\f05a";
}
.is-icon-crosshairs:before {
  content: "\f05b";
}
.is-icon-times-circle-o:before {
  content: "\f05c";
}
.is-icon-check-circle-o:before {
  content: "\f05d";
}
.is-icon-ban:before {
  content: "\f05e";
}
.is-icon-arrow-left:before {
  content: "\f060";
}
.is-icon-arrow-right:before {
  content: "\f061";
}
.is-icon-arrow-up:before {
  content: "\f062";
}
.is-icon-arrow-down:before {
  content: "\f063";
}
.is-icon-mail-forward:before,
.is-icon-share:before {
  content: "\f064";
}
.is-icon-expand:before {
  content: "\f065";
}
.is-icon-compress:before {
  content: "\f066";
}
.is-icon-plus:before {
  content: "\f067";
}
.is-icon-minus:before {
  content: "\f068";
}
.is-icon-asterisk:before {
  content: "\f069";
}
.is-icon-exclamation-circle:before {
  content: "\f06a";
}
.is-icon-gift:before {
  content: "\f06b";
}
.is-icon-leaf:before {
  content: "\f06c";
}
.is-icon-fire:before {
  content: "\f06d";
}
.is-icon-eye:before {
  content: "\f06e";
}
.is-icon-eye-slash:before {
  content: "\f070";
}
.is-icon-warning:before,
.is-icon-exclamation-triangle:before {
  content: "\f071";
}
.is-icon-plane:before {
  content: "\f072";
}
.is-icon-calendar:before {
  content: "\f073";
}
.is-icon-random:before {
  content: "\f074";
}
.is-icon-comment:before {
  content: "\f075";
}
.is-icon-magnet:before {
  content: "\f076";
}
.is-icon-chevron-up:before {
  content: "\f077";
}
.is-icon-chevron-down:before {
  content: "\f078";
}
.is-icon-retweet:before {
  content: "\f079";
}
.is-icon-shopping-cart:before {
  content: "\f07a";
}
.is-icon-folder:before {
  content: "\f07b";
}
.is-icon-folder-open:before {
  content: "\f07c";
}
.is-icon-arrows-v:before {
  content: "\f07d";
}
.is-icon-arrows-h:before {
  content: "\f07e";
}
.is-icon-bar-chart-o:before,
.is-icon-bar-chart:before {
  content: "\f080";
}
.is-icon-twitter-square:before {
  content: "\f081";
}
.is-icon-facebook-square:before {
  content: "\f082";
}
.is-icon-camera-retro:before {
  content: "\f083";
}
.is-icon-key:before {
  content: "\f084";
}
.is-icon-gears:before,
.is-icon-cogs:before {
  content: "\f085";
}
.is-icon-comments:before {
  content: "\f086";
}
.is-icon-thumbs-o-up:before {
  content: "\f087";
}
.is-icon-thumbs-o-down:before {
  content: "\f088";
}
.is-icon-star-half:before {
  content: "\f089";
}
.is-icon-heart-o:before {
  content: "\f08a";
}
.is-icon-sign-out:before {
  content: "\f08b";
}
.is-icon-linkedin-square:before {
  content: "\f08c";
}
.is-icon-thumb-tack:before {
  content: "\f08d";
}
.is-icon-external-link:before {
  content: "\f08e";
}
.is-icon-sign-in:before {
  content: "\f090";
}
.is-icon-trophy:before {
  content: "\f091";
}
.is-icon-github-square:before {
  content: "\f092";
}
.is-icon-upload:before {
  content: "\f093";
}
.is-icon-lemon-o:before {
  content: "\f094";
}
.is-icon-phone:before {
  content: "\f095";
}
.is-icon-square-o:before {
  content: "\f096";
}
.is-icon-bookmark-o:before {
  content: "\f097";
}
.is-icon-phone-square:before {
  content: "\f098";
}
.is-icon-twitter:before {
  content: "\f099";
}
.is-icon-facebook-f:before,
.is-icon-facebook:before {
  content: "\f09a";
}
.is-icon-github:before {
  content: "\f09b";
}
.is-icon-unlock:before {
  content: "\f09c";
}
.is-icon-credit-card:before {
  content: "\f09d";
}
.is-icon-rss:before {
  content: "\f09e";
}
.is-icon-hdd-o:before {
  content: "\f0a0";
}
.is-icon-bullhorn:before {
  content: "\f0a1";
}
.is-icon-bell:before {
  content: "\f0f3";
}
.is-icon-certificate:before {
  content: "\f0a3";
}
.is-icon-hand-o-right:before {
  content: "\f0a4";
}
.is-icon-hand-o-left:before {
  content: "\f0a5";
}
.is-icon-hand-o-up:before {
  content: "\f0a6";
}
.is-icon-hand-o-down:before {
  content: "\f0a7";
}
.is-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.is-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.is-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.is-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.is-icon-globe:before {
  content: "\f0ac";
}
.is-icon-wrench:before {
  content: "\f0ad";
}
.is-icon-tasks:before {
  content: "\f0ae";
}
.is-icon-filter:before {
  content: "\f0b0";
}
.is-icon-briefcase:before {
  content: "\f0b1";
}
.is-icon-arrows-alt:before {
  content: "\f0b2";
}
.is-icon-group:before,
.is-icon-users:before {
  content: "\f0c0";
}
.is-icon-chain:before,
.is-icon-link:before {
  content: "\f0c1";
}
.is-icon-cloud:before {
  content: "\f0c2";
}
.is-icon-flask:before {
  content: "\f0c3";
}
.is-icon-cut:before,
.is-icon-scissors:before {
  content: "\f0c4";
}
.is-icon-copy:before,
.is-icon-files-o:before {
  content: "\f0c5";
}
.is-icon-paperclip:before {
  content: "\f0c6";
}
.is-icon-save:before,
.is-icon-floppy-o:before {
  content: "\f0c7";
}
.is-icon-square:before {
  content: "\f0c8";
}
.is-icon-navicon:before,
.is-icon-reorder:before,
.is-icon-bars:before {
  content: "\f0c9";
}
.is-icon-list-ul:before {
  content: "\f0ca";
}
.is-icon-list-ol:before {
  content: "\f0cb";
}
.is-icon-strikethrough:before {
  content: "\f0cc";
}
.is-icon-underline:before {
  content: "\f0cd";
}
.is-icon-table:before {
  content: "\f0ce";
}
.is-icon-magic:before {
  content: "\f0d0";
}
.is-icon-truck:before {
  content: "\f0d1";
}
.is-icon-pinterest:before {
  content: "\f0d2";
}
.is-icon-pinterest-square:before {
  content: "\f0d3";
}
.is-icon-google-plus-square:before {
  content: "\f0d4";
}
.is-icon-google-plus:before {
  content: "\f0d5";
}
.is-icon-money:before {
  content: "\f0d6";
}
.is-icon-caret-down:before {
  content: "\f0d7";
}
.is-icon-caret-up:before {
  content: "\f0d8";
}
.is-icon-caret-left:before {
  content: "\f0d9";
}
.is-icon-caret-right:before {
  content: "\f0da";
}
.is-icon-columns:before {
  content: "\f0db";
}
.is-icon-unsorted:before,
.is-icon-sort:before {
  content: "\f0dc";
}
.is-icon-sort-down:before,
.is-icon-sort-desc:before {
  content: "\f0dd";
}
.is-icon-sort-up:before,
.is-icon-sort-asc:before {
  content: "\f0de";
}
.is-icon-envelope:before {
  content: "\f0e0";
}
.is-icon-linkedin:before {
  content: "\f0e1";
}
.is-icon-rotate-left:before,
.is-icon-undo:before {
  content: "\f0e2";
}
.is-icon-legal:before,
.is-icon-gavel:before {
  content: "\f0e3";
}
.is-icon-dashboard:before,
.is-icon-tachometer:before {
  content: "\f0e4";
}
.is-icon-comment-o:before {
  content: "\f0e5";
}
.is-icon-comments-o:before {
  content: "\f0e6";
}
.is-icon-flash:before,
.is-icon-bolt:before {
  content: "\f0e7";
}
.is-icon-sitemap:before {
  content: "\f0e8";
}
.is-icon-umbrella:before {
  content: "\f0e9";
}
.is-icon-paste:before,
.is-icon-clipboard:before {
  content: "\f0ea";
}
.is-icon-lightbulb-o:before {
  content: "\f0eb";
}
.is-icon-exchange:before {
  content: "\f0ec";
}
.is-icon-cloud-download:before {
  content: "\f0ed";
}
.is-icon-cloud-upload:before {
  content: "\f0ee";
}
.is-icon-user-md:before {
  content: "\f0f0";
}
.is-icon-stethoscope:before {
  content: "\f0f1";
}
.is-icon-suitcase:before {
  content: "\f0f2";
}
.is-icon-bell-o:before {
  content: "\f0a2";
}
.is-icon-coffee:before {
  content: "\f0f4";
}
.is-icon-cutlery:before {
  content: "\f0f5";
}
.is-icon-file-text-o:before {
  content: "\f0f6";
}
.is-icon-building-o:before {
  content: "\f0f7";
}
.is-icon-hospital-o:before {
  content: "\f0f8";
}
.is-icon-ambulance:before {
  content: "\f0f9";
}
.is-icon-medkit:before {
  content: "\f0fa";
}
.is-icon-fighter-jet:before {
  content: "\f0fb";
}
.is-icon-beer:before {
  content: "\f0fc";
}
.is-icon-h-square:before {
  content: "\f0fd";
}
.is-icon-plus-square:before {
  content: "\f0fe";
}
.is-icon-angle-double-left:before {
  content: "\f100";
}
.is-icon-angle-double-right:before {
  content: "\f101";
}
.is-icon-angle-double-up:before {
  content: "\f102";
}
.is-icon-angle-double-down:before {
  content: "\f103";
}
.is-icon-angle-left:before {
  content: "\f104";
}
.is-icon-angle-right:before {
  content: "\f105";
}
.is-icon-angle-up:before {
  content: "\f106";
}
.is-icon-angle-down:before {
  content: "\f107";
}
.is-icon-desktop:before {
  content: "\f108";
}
.is-icon-laptop:before {
  content: "\f109";
}
.is-icon-tablet:before {
  content: "\f10a";
}
.is-icon-mobile-phone:before,
.is-icon-mobile:before {
  content: "\f10b";
}
.is-icon-circle-o:before {
  content: "\f10c";
}
.is-icon-quote-left:before {
  content: "\f10d";
}
.is-icon-quote-right:before {
  content: "\f10e";
}
.is-icon-spinner:before {
  content: "\f110";
}
.is-icon-circle:before {
  content: "\f111";
}
.is-icon-mail-reply:before,
.is-icon-reply:before {
  content: "\f112";
}
.is-icon-github-alt:before {
  content: "\f113";
}
.is-icon-folder-o:before {
  content: "\f114";
}
.is-icon-folder-open-o:before {
  content: "\f115";
}
.is-icon-smile-o:before {
  content: "\f118";
}

.is-icon-frown-o:before {
  content: "\f119";
}
.is-icon-meh-o:before {
  content: "\f11a";
}
.is-icon-gamepad:before {
  content: "\f11b";
}
.is-icon-keyboard-o:before {
  content: "\f11c";
}
.is-icon-flag-o:before {
  content: "\f11d";
}
.is-icon-flag-checkered:before {
  content: "\f11e";
}
.is-icon-terminal:before {
  content: "\f120";
}
.is-icon-code:before {
  content: "\f121";
}
.is-icon-mail-reply-all:before,
.is-icon-reply-all:before {
  content: "\f122";
}
.is-icon-star-half-empty:before,
.is-icon-star-half-full:before,
.is-icon-star-half-o:before {
  content: "\f123";
}
.is-icon-location-arrow:before {
  content: "\f124";
}
.is-icon-crop:before {
  content: "\f125";
}
.is-icon-code-fork:before {
  content: "\f126";
}
.is-icon-unlink:before,
.is-icon-chain-broken:before {
  content: "\f127";
}
.is-icon-question:before {
  content: "\f128";
}
.is-icon-info:before {
  content: "\f129";
}
.is-icon-exclamation:before {
  content: "\f12a";
}
.is-icon-superscript:before {
  content: "\f12b";
}
.is-icon-subscript:before {
  content: "\f12c";
}
.is-icon-eraser:before {
  content: "\f12d";
}
.is-icon-puzzle-piece:before {
  content: "\f12e";
}
.is-icon-microphone:before {
  content: "\f130";
}
.is-icon-microphone-slash:before {
  content: "\f131";
}
.is-icon-shield:before {
  content: "\f132";
}
.is-icon-calendar-o:before {
  content: "\f133";
}
.is-icon-fire-extinguisher:before {
  content: "\f134";
}
.is-icon-rocket:before {
  content: "\f135";
}
.is-icon-maxcdn:before {
  content: "\f136";
}
.is-icon-chevron-circle-left:before {
  content: "\f137";
}
.is-icon-chevron-circle-right:before {
  content: "\f138";
}
.is-icon-chevron-circle-up:before {
  content: "\f139";
}
.is-icon-chevron-circle-down:before {
  content: "\f13a";
}
.is-icon-html5:before {
  content: "\f13b";
}
.is-icon-css3:before {
  content: "\f13c";
}
.is-icon-anchor:before {
  content: "\f13d";
}
.is-icon-unlock-alt:before {
  content: "\f13e";
}
.is-icon-bullseye:before {
  content: "\f140";
}
.is-icon-ellipsis-h:before {
  content: "\f141";
}
.is-icon-ellipsis-v:before {
  content: "\f142";
}
.is-icon-rss-square:before {
  content: "\f143";
}
.is-icon-play-circle:before {
  content: "\f144";
}
.is-icon-ticket:before {
  content: "\f145";
}
.is-icon-minus-square:before {
  content: "\f146";
}
.is-icon-minus-square-o:before {
  content: "\f147";
}
.is-icon-level-up:before {
  content: "\f148";
}
.is-icon-level-down:before {
  content: "\f149";
}
.is-icon-check-square:before {
  content: "\f14a";
}
.is-icon-pencil-square:before {
  content: "\f14b";
}
.is-icon-external-link-square:before {
  content: "\f14c";
}
.is-icon-share-square:before {
  content: "\f14d";
}
.is-icon-compass:before {
  content: "\f14e";
}
.is-icon-toggle-down:before,
.is-icon-caret-square-o-down:before {
  content: "\f150";
}
.is-icon-toggle-up:before,
.is-icon-caret-square-o-up:before {
  content: "\f151";
}
.is-icon-toggle-right:before,
.is-icon-caret-square-o-right:before {
  content: "\f152";
}
.is-icon-euro:before,
.is-icon-eur:before {
  content: "\f153";
}
.is-icon-gbp:before {
  content: "\f154";
}
.is-icon-dollar:before,
.is-icon-usd:before {
  content: "\f155";
}
.is-icon-rupee:before,
.is-icon-inr:before {
  content: "\f156";
}
.is-icon-cny:before,
.is-icon-rmb:before,
.is-icon-yen:before,
.is-icon-jpy:before {
  content: "\f157";
}
.is-icon-ruble:before,
.is-icon-rouble:before,
.is-icon-rub:before {
  content: "\f158";
}
.is-icon-won:before,
.is-icon-krw:before {
  content: "\f159";
}
.is-icon-bitcoin:before,
.is-icon-btc:before {
  content: "\f15a";
}
.is-icon-file:before {
  content: "\f15b";
}
.is-icon-file-text:before {
  content: "\f15c";
}
.is-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.is-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.is-icon-sort-amount-asc:before {
  content: "\f160";
}
.is-icon-sort-amount-desc:before {
  content: "\f161";
}
.is-icon-sort-numeric-asc:before {
  content: "\f162";
}
.is-icon-sort-numeric-desc:before {
  content: "\f163";
}
.is-icon-thumbs-up:before {
  content: "\f164";
}
.is-icon-thumbs-down:before {
  content: "\f165";
}
.is-icon-youtube-square:before {
  content: "\f166";
}
.is-icon-youtube:before {
  content: "\f167";
}
.is-icon-xing:before {
  content: "\f168";
}
.is-icon-xing-square:before {
  content: "\f169";
}
.is-icon-youtube-play:before {
  content: "\f16a";
}
.is-icon-dropbox:before {
  content: "\f16b";
}
.is-icon-stack-overflow:before {
  content: "\f16c";
}
.is-icon-instagram:before {
  content: "\f16d";
}
.is-icon-flickr:before {
  content: "\f16e";
}
.is-icon-adn:before {
  content: "\f170";
}
.is-icon-bitbucket:before {
  content: "\f171";
}
.is-icon-bitbucket-square:before {
  content: "\f172";
}
.is-icon-tumblr:before {
  content: "\f173";
}
.is-icon-tumblr-square:before {
  content: "\f174";
}
.is-icon-long-arrow-down:before {
  content: "\f175";
}
.is-icon-long-arrow-up:before {
  content: "\f176";
}
.is-icon-long-arrow-left:before {
  content: "\f177";
}
.is-icon-long-arrow-right:before {
  content: "\f178";
}
.is-icon-apple:before {
  content: "\f179";
}
.is-icon-windows:before {
  content: "\f17a";
}
.is-icon-android:before {
  content: "\f17b";
}
.is-icon-linux:before {
  content: "\f17c";
}
.is-icon-dribbble:before {
  content: "\f17d";
}
.is-icon-skype:before {
  content: "\f17e";
}
.is-icon-foursquare:before {
  content: "\f180";
}
.is-icon-trello:before {
  content: "\f181";
}
.is-icon-female:before {
  content: "\f182";
}
.is-icon-male:before {
  content: "\f183";
}
.is-icon-gittip:before,
.is-icon-gratipay:before {
  content: "\f184";
}
.is-icon-sun-o:before {
  content: "\f185";
}
.is-icon-moon-o:before {
  content: "\f186";
}
.is-icon-archive:before {
  content: "\f187";
}
.is-icon-bug:before {
  content: "\f188";
}
.is-icon-vk:before {
  content: "\f189";
}
.is-icon-weibo:before {
  content: "\f18a";
}
.is-icon-renren:before {
  content: "\f18b";
}
.is-icon-pagelines:before {
  content: "\f18c";
}
.is-icon-stack-exchange:before {
  content: "\f18d";
}
.is-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.is-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.is-icon-toggle-left:before,
.is-icon-caret-square-o-left:before {
  content: "\f191";
}
.is-icon-dot-circle-o:before {
  content: "\f192";
}
.is-icon-wheelchair:before {
  content: "\f193";
}
.is-icon-vimeo-square:before {
  content: "\f194";
}
.is-icon-turkish-lira:before,
.is-icon-try:before {
  content: "\f195";
}
.is-icon-plus-square-o:before {
  content: "\f196";
}
.is-icon-space-shuttle:before {
  content: "\f197";
}
.is-icon-slack:before {
  content: "\f198";
}
.is-icon-envelope-square:before {
  content: "\f199";
}
.is-icon-wordpress:before {
  content: "\f19a";
}
.is-icon-openid:before {
  content: "\f19b";
}
.is-icon-institution:before,
.is-icon-bank:before,
.is-icon-university:before {
  content: "\f19c";
}
.is-icon-mortar-board:before,
.is-icon-graduation-cap:before {
  content: "\f19d";
}
.is-icon-yahoo:before {
  content: "\f19e";
}
.is-icon-google:before {
  content: "\f1a0";
}
.is-icon-reddit:before {
  content: "\f1a1";
}
.is-icon-reddit-square:before {
  content: "\f1a2";
}
.is-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.is-icon-stumbleupon:before {
  content: "\f1a4";
}
.is-icon-delicious:before {
  content: "\f1a5";
}
.is-icon-digg:before {
  content: "\f1a6";
}
.is-icon-pied-piper:before {
  content: "\f1a7";
}
.is-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.is-icon-drupal:before {
  content: "\f1a9";
}
.is-icon-joomla:before {
  content: "\f1aa";
}
.is-icon-language:before {
  content: "\f1ab";
}
.is-icon-fax:before {
  content: "\f1ac";
}
.is-icon-building:before {
  content: "\f1ad";
}
.is-icon-child:before {
  content: "\f1ae";
}
.is-icon-paw:before {
  content: "\f1b0";
}
.is-icon-spoon:before {
  content: "\f1b1";
}
.is-icon-cube:before {
  content: "\f1b2";
}
.is-icon-cubes:before {
  content: "\f1b3";
}
.is-icon-behance:before {
  content: "\f1b4";
}
.is-icon-behance-square:before {
  content: "\f1b5";
}
.is-icon-steam:before {
  content: "\f1b6";
}
.is-icon-steam-square:before {
  content: "\f1b7";
}
.is-icon-recycle:before {
  content: "\f1b8";
}
.is-icon-automobile:before,
.is-icon-car:before {
  content: "\f1b9";
}
.is-icon-cab:before,
.is-icon-taxi:before {
  content: "\f1ba";
}
.is-icon-tree:before {
  content: "\f1bb";
}
.is-icon-spotify:before {
  content: "\f1bc";
}
.is-icon-deviantart:before {
  content: "\f1bd";
}
.is-icon-soundcloud:before {
  content: "\f1be";
}
.is-icon-database:before {
  content: "\f1c0";
}
.is-icon-file-pdf-o:before {
  content: "\f1c1";
}
.is-icon-file-word-o:before {
  content: "\f1c2";
}
.is-icon-file-excel-o:before {
  content: "\f1c3";
}
.is-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.is-icon-file-photo-o:before,
.is-icon-file-picture-o:before,
.is-icon-file-image-o:before {
  content: "\f1c5";
}
.is-icon-file-zip-o:before,
.is-icon-file-archive-o:before {
  content: "\f1c6";
}
.is-icon-file-sound-o:before,
.is-icon-file-audio-o:before {
  content: "\f1c7";
}
.is-icon-file-movie-o:before,
.is-icon-file-video-o:before {
  content: "\f1c8";
}
.is-icon-file-code-o:before {
  content: "\f1c9";
}
.is-icon-vine:before {
  content: "\f1ca";
}
.is-icon-codepen:before {
  content: "\f1cb";
}
.is-icon-jsfiddle:before {
  content: "\f1cc";
}
.is-icon-life-bouy:before,
.is-icon-life-buoy:before,
.is-icon-life-saver:before,
.is-icon-support:before,
.is-icon-life-ring:before {
  content: "\f1cd";
}
.is-icon-circle-o-notch:before {
  content: "\f1ce";
}
.is-icon-ra:before,
.is-icon-rebel:before {
  content: "\f1d0";
}
.is-icon-ge:before,
.is-icon-empire:before {
  content: "\f1d1";
}
.is-icon-git-square:before {
  content: "\f1d2";
}
.is-icon-git:before {
  content: "\f1d3";
}
.is-icon-hacker-news:before {
  content: "\f1d4";
}
.is-icon-tencent-weibo:before {
  content: "\f1d5";
}
.is-icon-qq:before {
  content: "\f1d6";
}
.is-icon-wechat:before,
.is-icon-weixin:before {
  content: "\f1d7";
}
.is-icon-send:before,
.is-icon-paper-plane:before {
  content: "\f1d8";
}
.is-icon-send-o:before,
.is-icon-paper-plane-o:before {
  content: "\f1d9";
}
.is-icon-history:before {
  content: "\f1da";
}
.is-icon-genderless:before,
.is-icon-circle-thin:before {
  content: "\f1db";
}
.is-icon-header:before {
  content: "\f1dc";
}
.is-icon-paragraph:before {
  content: "\f1dd";
}
.is-icon-sliders:before {
  content: "\f1de";
}
.is-icon-share-alt:before {
  content: "\f1e0";
}
.is-icon-share-alt-square:before {
  content: "\f1e1";
}
.is-icon-bomb:before {
  content: "\f1e2";
}
.is-icon-soccer-ball-o:before,
.is-icon-futbol-o:before {
  content: "\f1e3";
}
.is-icon-tty:before {
  content: "\f1e4";
}
.is-icon-binoculars:before {
  content: "\f1e5";
}
.is-icon-plug:before {
  content: "\f1e6";
}
.is-icon-slideshare:before {
  content: "\f1e7";
}
.is-icon-twitch:before {
  content: "\f1e8";
}
.is-icon-yelp:before {
  content: "\f1e9";
}
.is-icon-newspaper-o:before {
  content: "\f1ea";
}
.is-icon-wifi:before {
  content: "\f1eb";
}
.is-icon-calculator:before {
  content: "\f1ec";
}
.is-icon-paypal:before {
  content: "\f1ed";
}
.is-icon-google-wallet:before {
  content: "\f1ee";
}
.is-icon-cc-visa:before {
  content: "\f1f0";
}
.is-icon-cc-mastercard:before {
  content: "\f1f1";
}
.is-icon-cc-discover:before {
  content: "\f1f2";
}
.is-icon-cc-amex:before {
  content: "\f1f3";
}
.is-icon-cc-paypal:before {
  content: "\f1f4";
}
.is-icon-cc-stripe:before {
  content: "\f1f5";
}
.is-icon-bell-slash:before {
  content: "\f1f6";
}
.is-icon-bell-slash-o:before {
  content: "\f1f7";
}
.is-icon-trash:before {
  content: "\f1f8";
}
.is-icon-copyright:before {
  content: "\f1f9";
}
.is-icon-at:before {
  content: "\f1fa";
}
.is-icon-eyedropper:before {
  content: "\f1fb";
}
.is-icon-paint-brush:before {
  content: "\f1fc";
}
.is-icon-birthday-cake:before {
  content: "\f1fd";
}
.is-icon-area-chart:before {
  content: "\f1fe";
}
.is-icon-pie-chart:before {
  content: "\f200";
}
.is-icon-line-chart:before {
  content: "\f201";
}
.is-icon-lastfm:before {
  content: "\f202";
}
.is-icon-lastfm-square:before {
  content: "\f203";
}
.is-icon-toggle-off:before {
  content: "\f204";
}
.is-icon-toggle-on:before {
  content: "\f205";
}
.is-icon-bicycle:before {
  content: "\f206";
}
.is-icon-bus:before {
  content: "\f207";
}
.is-icon-ioxhost:before {
  content: "\f208";
}
.is-icon-angellist:before {
  content: "\f209";
}
.is-icon-cc:before {
  content: "\f20a";
}
.is-icon-shekel:before,
.is-icon-sheqel:before,
.is-icon-ils:before {
  content: "\f20b";
}
.is-icon-meanpath:before {
  content: "\f20c";
}
.is-icon-buysellads:before {
  content: "\f20d";
}
.is-icon-connectdevelop:before {
  content: "\f20e";
}
.is-icon-dashcube:before {
  content: "\f210";
}
.is-icon-forumbee:before {
  content: "\f211";
}
.is-icon-leanpub:before {
  content: "\f212";
}
.is-icon-sellsy:before {
  content: "\f213";
}
.is-icon-shirtsinbulk:before {
  content: "\f214";
}
.is-icon-simplybuilt:before {
  content: "\f215";
}
.is-icon-skyatlas:before {
  content: "\f216";
}
.is-icon-cart-plus:before {
  content: "\f217";
}
.is-icon-cart-arrow-down:before {
  content: "\f218";
}
.is-icon-diamond:before {
  content: "\f219";
}
.is-icon-ship:before {
  content: "\f21a";
}
.is-icon-user-secret:before {
  content: "\f21b";
}
.is-icon-motorcycle:before {
  content: "\f21c";
}
.is-icon-street-view:before {
  content: "\f21d";
}
.is-icon-heartbeat:before {
  content: "\f21e";
}
.is-icon-venus:before {
  content: "\f221";
}
.is-icon-mars:before {
  content: "\f222";
}
.is-icon-mercury:before {
  content: "\f223";
}
.is-icon-transgender:before {
  content: "\f224";
}
.is-icon-transgender-alt:before {
  content: "\f225";
}
.is-icon-venus-double:before {
  content: "\f226";
}
.is-icon-mars-double:before {
  content: "\f227";
}
.is-icon-venus-mars:before {
  content: "\f228";
}
.is-icon-mars-stroke:before {
  content: "\f229";
}
.is-icon-mars-stroke-v:before {
  content: "\f22a";
}
.is-icon-mars-stroke-h:before {
  content: "\f22b";
}
.is-icon-neuter:before {
  content: "\f22c";
}
.is-icon-facebook-official:before {
  content: "\f230";
}
.is-icon-pinterest-p:before {
  content: "\f231";
}
.is-icon-whatsapp:before {
  content: "\f232";
}
.is-icon-server:before {
  content: "\f233";
}
.is-icon-user-plus:before {
  content: "\f234";
}
.is-icon-user-times:before {
  content: "\f235";
}
.is-icon-hotel:before,
.is-icon-bed:before {
  content: "\f236";
}
.is-icon-viacoin:before {
  content: "\f237";
}
.is-icon-train:before {
  content: "\f238";
}
.is-icon-subway:before {
  content: "\f239";
}
.is-icon-medium-logo:before {
  content: "\f23a";
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.is-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.is-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.5;
}
/* Icon */
.is-close:after {
  display: block;
  content: "\e615";
  font-family: 'isbc';
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.is-close:hover,
.is-close:focus {
  opacity: 1;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* Modifier
 ========================================================================== */
.is-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eeeeee;
  opacity: 1;
}
/* Hover */
.is-close-alt:hover,
.is-close-alt:focus {
  opacity: 1;
}
/* Icon */
.is-close-alt:after {
  opacity: 0.5;
}
.is-close-alt:hover:after,
.is-close-alt:focus:after {
  opacity: 0.8;
}
/* ========================================================================
   Component: Badge
 ========================================================================== */
.is-badge {
  font-family: 'ClearSans-Light';
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  padding: 0px 8px 2px;
  border-radius: 2px;
  background: #353535;
  color: #fff;
}
.is-badge:hover { color: #fff; }
/* Color modifier
 ========================================================================== */
/*
 * Modifier: `is-badge-info`
 */
 
.is-badge_info {
  background-color: #39f;
}
/*
 * Modifier: `is-badge-success`
 */

.is-badge-success {
  background-color: #8cc14c;
}
/*
 * Modifier: `is-badge-warning`
 */
.is-badge-warning {
  background-color: #faa732;
}
/*
 * Modifier: `is-badge-danger`
 */
.is-badge-danger {
  background-color: #da314b;
}
/*
 * Modifier: `is-badge_pill`
 */
.is-badge_pill {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 50px/50px;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.is-alert {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  background: #f4f4f4;
  font-family: 'ClearSans-Regular';
  color: #585858;
}
.is-alert:before {
  vertical-align: baseline;
  font-family: 'isbc';
  font-size: 14px;
  position: relative;
  margin: 0 8px 0 -26px;
}
/*
 * Add margin if adjacent element
 */
* + .is-alert {
  margin-top: 16px;
}
/*
 * Remove margin from the last-child
 */
.is-alert > :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.is-alert h1,
.is-alert h2,
.is-alert h3,
.is-alert h4,
.is-alert h5,
.is-alert h6 {
  color: inherit;
}
/* Close in alert
 ========================================================================== */
.is-alert > .is-close:first-child {
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.is-alert > .is-close:first-child + * {
  margin-top: 0;
}
/* Modifier: `is-alert-success`
 ========================================================================== */
.is-alert-success {
  padding: 16px 24px 16px 50px;
  background: #f2fae3;
  color: #585858;
}
.is-alert-success:before {
  content: '\e6e5';
}
/* Modifier: `is-alert-warning`
 ========================================================================== */
.is-alert-warning {
  padding: 16px 24px 16px 50px;
  background: #c8001a;
  color: #ffffff;
}
.is-alert-warning:before {
  content: '\f071';
}
/* Modifier: `is-alert-danger`
 ========================================================================== */
.is-alert-danger {
  padding: 16px 24px 16px 50px;
  background: #c8001a;
  border: 2px solid #000;
  color: #000000;
}
.is-alert-danger:before {
  content: '\f071';
}
/* Modifier: `is-alert-large`
 ========================================================================== */
.is-alert-large {
  padding: 20px;
}
.is-alert-large > .is-close:first-child {
  margin: -10px -10px 0 0;
}
/* Sub-oject `is-alert-local`
 ========================================================================== */
.is-alert-local {
  position: relative;
}
.is-alert-local > .is-alert {
  margin: 0;
  padding: 4px 16px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 100%;
  z-index: 900;
  -webkit-transform: translateY(-10px);
}
.is-alert-local > .is-alert:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -12px;
  background-color: inherit;
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
}
/* ========================================================================
   Component: Thumbnail
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Responsive behavior
 * 3. Corrects `max-width` behavior sed
 * 4. Required for `figure` element
 * 5. Style
 */
.is-thumbnail {
  /* 1 */
  display: inline-block;
  /* 2 */
  max-width: 100%;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  padding: 4px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */
a.is-thumbnail:hover,
a.is-thumbnail:focus {
  border-color: #aaaaaa;
  background-color: #ffffff;
  /* 2 */
  text-decoration: none;
  /* 3 */
  outline: none;
}
/* Caption
 ========================================================================== */
.is-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444444;
}
/* Sizes
 ========================================================================== */
.is-thumbnail-mini {
  width: 150px;
}
.is-thumbnail-small {
  width: 200px;
}
.is-thumbnail-medium {
  width: 300px;
}
.is-thumbnail-large {
  width: 400px;
}
.is-thumbnail-expand,
.is-thumbnail-expand > img {
  width: 100%;
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 * 7. Reset margin
 */
.is-overlay {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  overflow: hidden;
  /* 6 */
  -webkit-transform: translateZ(0);
  /* 7 */
  margin: 0;
}
/* 6 for Safari */
.is-overlay.is-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
/*
 * Remove margin from content
 */
.is-overlay > :first-child {
  margin-bottom: 0;
}
/* Sub-object `is-overlay-panel`
 ========================================================================== */
/*
 * 1. Position cover
 * 2. Style
 */
.is-overlay-panel {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 20px;
  color: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.is-overlay-panel > :last-child,
.is-overlay-panel.is-flex > * > :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.is-overlay-panel h1,
.is-overlay-panel h2,
.is-overlay-panel h3,
.is-overlay-panel h4,
.is-overlay-panel h5,
.is-overlay-panel h6 {
  color: inherit;
}
.is-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.is-overlay-panel a[class*='is-icon-']:not(.is-icon-button) {
  color: inherit;
}
/* Sub-object `is-overlay-hover` and `is-overlay-active`
 ========================================================================== */
.is-overlay-hover:not(:hover):not(.is-hover) .is-overlay-panel:not(.is-ignore) {
  opacity: 0;
}
.is-overlay-active :not(.is-active) > .is-overlay-panel:not(.is-ignore) {
  opacity: 0;
}
/* Modifier `is-overlay-background`
 ========================================================================== */
.is-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}
/* Modifier `is-overlay-image`
 ========================================================================== */
/*
 * Reset panel
 */
.is-overlay-image {
  padding: 0;
}
/* Position modifiers
 ========================================================================== */
.is-overlay-top {
  bottom: auto;
}
.is-overlay-bottom {
  top: auto;
}
.is-overlay-left {
  right: auto;
}
.is-overlay-right {
  left: auto;
}
/* Sub-object `is-overlay-icon`
 ========================================================================== */
.is-overlay-icon:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}
/* Transitions
 ========================================================================== */
.is-overlay-fade,
.is-overlay-scale,
.is-overlay-spin,
.is-overlay-grayscale,
.is-overlay-blur,
[class*='is-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity transform filter;
}
.is-overlay-active .is-overlay-fade,
.is-overlay-active .is-overlay-scale,
.is-overlay-active .is-overlay-spin,
.is-overlay-active [class*='is-overlay-slide'] {
  transition-duration: 0.8s;
}
/*
 * Fade
 */
.is-overlay-fade {
  opacity: 0.7;
}
.is-overlay-hover:hover .is-overlay-fade,
.is-overlay-active .is-active > .is-overlay-fade {
  opacity: 1;
}
/*
 * Scale
 */
.is-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.is-overlay-hover:hover .is-overlay-scale,
.is-overlay-active .is-active > .is-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*
 * Spin
 */
.is-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.is-overlay-hover:hover .is-overlay-spin,
.is-overlay-active .is-active > .is-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
/*
 * Grayscale
 */
.is-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.is-overlay-hover:hover .is-overlay-grayscale,
.is-overlay-active .is-active > .is-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*
 * Slide
 */
[class*='is-overlay-slide'] {
  opacity: 0;
}
/* Top */
.is-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Bottom */
.is-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Left */
.is-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* Right */
.is-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Hover */
.is-overlay-hover:hover [class*='is-overlay-slide'],
.is-overlay-active .is-active > [class*='is-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
/* DEPRECATED
 * Sub-object `is-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.is-overlay-area {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  background: rgba(0, 0, 0, 0.3);
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `is-hover` to support touch devices
 * 2. Use optional `is-overlay-toggle` to trigger the overlay earlier
 */
.is-overlay:hover .is-overlay-area,
.is-overlay.is-hover .is-overlay-area,
.is-overlay-toggle:hover .is-overlay-area,
.is-overlay-toggle.is-hover .is-overlay-area {
  opacity: 1;
}
/*
 * Icon
 */
.is-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}
/* DEPRECATED
 * Sub-object `is-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
.is-overlay-area:not(:empty) {
  font-size: 0.001px;
}
/*
 * 1. Needed for vertical alignment
 */
.is-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
.is-overlay-area-content {
  /* 1 */
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */
  font-size: 1rem;
  /* 3 */
  text-align: center;
  /* 4 */
  padding: 0 15px;
  color: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.is-overlay-area-content > :last-child {
  margin-bottom: 0;
}
/*
 * Links in overlay area
 */
.is-overlay-area-content a:not([class]),
.is-overlay-area-content a:not([class]):hover {
  color: inherit;
}
/* DEPRECATED
 * Sub-object `is-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.is-overlay-caption {
  /* 1 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `is-hover` to support touch devices
 * 2. Use optional `is-overlay-toggle` to trigger the overlay earlier
 */
.is-overlay:hover .is-overlay-caption,
.is-overlay.is-hover .is-overlay-caption,
.is-overlay-toggle:hover .is-overlay-caption,
.is-overlay-toggle.is-hover .is-overlay-caption {
  opacity: 1;
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='is-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
  [data-is-scrollspy*='is-animation-']:not([data-is-scrollspy*='target']) {
    opacity: 0;
  }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.is-animation-fade {
  -webkit-animation-name: is-fade;
  animation-name: is-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.is-animation-scale-up {
  -webkit-animation-name: is-fade-scale-02;
  animation-name: is-fade-scale-02;
}
.is-animation-scale-down {
  -webkit-animation-name: is-fade-scale-18;
  animation-name: is-fade-scale-18;
}
/*
 * Fade with slide
 */
.is-animation-slide-top {
  -webkit-animation-name: is-fade-top;
  animation-name: is-fade-top;
}
.is-animation-slide-bottom {
  -webkit-animation-name: is-fade-bottom;
  animation-name: is-fade-bottom;
}
.is-animation-slide-left {
  -webkit-animation-name: is-fade-left;
  animation-name: is-fade-left;
}
.is-animation-slide-right {
  -webkit-animation-name: is-fade-right;
  animation-name: is-fade-right;
}
/*
 * Scale
 */
.is-animation-scale {
  -webkit-animation-name: is-scale-12;
  animation-name: is-scale-12;
}
/*
 * Shake
 */
.is-animation-shake {
  -webkit-animation-name: is-shake;
  animation-name: is-shake;
}
/* Direction modifiers
 ========================================================================== */
.is-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.is-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.is-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.is-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.is-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.is-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.is-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.is-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.is-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.is-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Sub-object: `is-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.is-animation-hover:not(:hover),
.is-animation-hover:not(:hover) [class*='is-animation-'],
.is-touch .is-animation-hover:not(.is-hover),
.is-touch .is-animation-hover:not(.is-hover) [class*='is-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes is-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes is-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes is-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes is-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom
 */
@-webkit-keyframes is-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes is-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Left
 */
@-webkit-keyframes is-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes is-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes is-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes is-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes is-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes is-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes is-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes is-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes is-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes is-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes is-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes is-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes is-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes is-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Left third
 */
@-webkit-keyframes is-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes is-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right third
 */
@-webkit-keyframes is-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes is-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes is-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes is-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes is-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes is-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes is-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes is-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes is-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes is-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom fixed
 */
@-webkit-keyframes is-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes is-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `is-dropdown-justify`
 * 4. Set style
 * 5. Reset button group whitespace hack
 */
.is-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 970;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 4 */
  width: 200px;
  margin-top: 5px;
  padding: 15px;
  background: #f4f4f4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #444444;
  /* 5 */
  font-size: 1rem;
  vertical-align: top;
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.is-open > .is-dropdown {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: is-fade 0.2s ease-in-out;
  animation: is-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier `is-dropdown-flip`
 */
.is-dropdown-flip {
  left: auto;
  right: 0;
}
/*
 * Modifier `is-dropdown-up`
 */
.is-dropdown-up {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 5px;
}
/* Nav in dropdown
 ========================================================================== */
.is-dropdown .is-nav {
  margin: 0 -15px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.is-grid .is-dropdown-grid + .is-dropdown-grid {
  margin-top: 15px;
}
/* Panels */
.is-dropdown-grid > [class*='is-width-'] > .is-panel + .is-panel {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  .is-dropdown:not(.is-dropdown-stack) > .is-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .is-dropdown:not(.is-dropdown-stack) > .is-dropdown-grid > [class*='is-width-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
     * Column divider
     */
  .is-dropdown:not(.is-dropdown-stack) > .is-dropdown-grid > [class*='is-width-']:nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
  /*
     * Width multiplier for dropdown columns
     */
  .is-dropdown-width-2:not(.is-dropdown-stack) {
    width: 400px;
  }
  .is-dropdown-width-3:not(.is-dropdown-stack) {
    width: 600px;
  }
  .is-dropdown-width-4:not(.is-dropdown-stack) {
    width: 800px;
  }
  .is-dropdown-width-5:not(.is-dropdown-stack) {
    width: 1000px;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Stack columns and take full width
     */
  .is-dropdown-grid > [class*='is-width-'] {
    width: 100%;
  }
  /*
     * Vertical gutter
     */
  .is-dropdown-grid > [class*='is-width-']:nth-child(n+2) {
    margin-top: 15px;
  }
}
/*
* Stack grid columns
*/
.is-dropdown-stack > .is-dropdown-grid > [class*='is-width-'] {
  width: 100%;
}
.is-dropdown-stack > .is-dropdown-grid > [class*='is-width-']:nth-child(n+2) {
  margin-top: 15px;
}
/* Modifier `is-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.is-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}
/*
 * Nav in dropdown
 */
.is-dropdown-small .is-nav {
  margin: 0 -5px;
}
/* Modifier: `is-dropdown-navbar`
 ========================================================================== */
.is-dropdown-navbar {
  left: -1px;
  margin-top: 0;
  background: #f5f5f5;
  color: #444444;
}
.is-dropdown-navbar.is-dropdown-flip {
  left: auto;
}
.is-open > .is-dropdown-navbar {
  -webkit-animation: is-slide-top-fixed 0.2s ease-in-out;
  animation: is-slide-top-fixed 0.2s ease-in-out;
}
/* Modifier `is-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.is-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.is-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(255, 255, 255, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Open state
 */
.is-modal.is-open {
  opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.is-modal-page,
.is-modal-page body {
  overflow: hidden;
}
/* Sub-object: `is-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.is-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 32px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  color: #585858;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Fit in small screen
     */
  .is-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}
/*
 * Open state
 */
.is-open .is-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.is-modal-dialog > :not([class*='is-modal-']):last-child {
  margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.is-modal-dialog > .is-close:first-child {
  margin: 0px 0px 28px 28px;
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.is-modal-dialog > .is-close:first-child + :not([class*='is-modal-']) {
  margin-top: 0;
}
/* Modifier: `is-modal-dialog-lightbox`
 ========================================================================== */
.is-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
}
/*
 * Close button
 */
.is-modal-dialog-lightbox > .is-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .is-modal-dialog-lightbox > .is-close:first-child {
    top: -7px;
    right: -7px;
  }
}
/* Modifier: `is-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .is-modal-dialog-large {
    width: 930px;
  }
}
/* Large screen and bigger */
@media (min-width: 1280px) {
  .is-modal-dialog-large {
    width: 1130px;
  }
}
/* Sub-Object: `is-modal-header` and `is-modal-footer`
 ========================================================================== */
.is-modal-header {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1;
}
.is-modal-footer {
  margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.is-modal-header > :last-child,
.is-modal-footer > :last-child {
  margin-bottom: 0;
}
/* Sub-Object: `is-modal-caption`
 ========================================================================== */
.is-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin-bottom: -10px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Sub-Object: `is-modal-spinner`
 ========================================================================== */
.is-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}
.is-modal-spinner:after {
  content: "\f110";
  font-family: FontAwesome;
  -webkit-animation: is-rotate 2s infinite linear;
  animation: is-rotate 2s infinite linear;
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
.is-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 3 */
  touch-action: none;
  /* 4 */
  background: rgba(255, 255, 255, 0.6);
}
.is-offcanvas.is-active {
  display: block;
}
/* Sub-object `is-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.is-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
/* Sub-object `is-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deavtivate scroll chaining in IE11
 */
.is-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: #333333;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  /* 5 */
  -ms-scroll-chaining: none;
}
.is-offcanvas.is-active .is-offcanvas-bar.is-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* Modifier `is-offcanvas-bar-flip`
 ========================================================================== */
.is-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel in offcanvas
 ========================================================================== */
.is-offcanvas .is-panel {
  margin: 20px 15px;
  color: #777777;
}
.is-offcanvas .is-panel-title {
  color: #cccccc;
}
.is-offcanvas .is-panel a:not([class]) {
  color: #cccccc;
}
.is-offcanvas .is-panel a:not([class]):hover {
  color: #ffffff;
}
/* ========================================================================
   Component: DrawerLayuot
 ========================================================================== */
.is-drawer-layout {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
/* Sub-object `is-drawer`
 ========================================================================== */
.is-drawer {
  display: none;
  width: 300px;
  background: #333333;
  overflow: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.is-drawer.is-drawer-left {
  left: 0px;
}
.is-drawer.is-drawer-right {
  right: 0px;
}
.is-drawer.is-drawer-push,
.is-drawer.is-drawer-cover {
  transition: transform 0.4s ease-in-out;
}
.is-drawer.is-drawer-push.is-drawer-left,
.is-drawer.is-drawer-cover.is-drawer-left {
  transform: translateX(-100%);
}
.is-drawer.is-drawer-push.is-drawer-right,
.is-drawer.is-drawer-cover.is-drawer-right {
  transform: translateX(100%);
}
.is-drawer.is-drawer-cover {
  z-index: 3;
}
.is-drawer.is-open:not(.is-drawer-reveal) {
  transform: translateX(0%);
}
/* Sub-objects `is-drawer-toggle`
 ========================================================================== */
.is-drawer-toggle {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  color: #353535;
}
.is-drawer-toggle.is-drawer-close {
  z-index: 1001;
}
/*.is-drawer-toggle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: none;
  font-family: 'isbc';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  color: #353535;
  
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  &:before { content: '\e609'; }
  
  &.is-drawer-close {
    color: #f38f00 !important;
    z-index: 1001;
    
    &:before { content: '\e607'; }
  }
  
}*/
/* Sub-object `is-content-overlay`
 ========================================================================== */
.is-content-overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
/* Sub-object `is-content-wrapper`
 ========================================================================== */
.is-content-wrapper {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  overflow: auto;
  position: relative;
  left: 0px;
  z-index: 1;
  transition: left 0.4s ease-in-out;
}
.is-touch .is-content-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.is-drawer.is-open ~ .is-content-wrapper {
  overflow: hidden;
}
.is-drawer.is-open ~ .is-content-wrapper > .is-content-overlay {
  z-index: 1000;
  opacity: 1;
}
.is-drawer-left.is-open:not(.is-drawer-cover) ~ .is-content-wrapper {
  left: 300px;
}
.is-drawer-right.is-open:not(.is-drawer-cover) ~ .is-content-wrapper {
  left: -300px;
}
@media (max-width: 479px) {
  .is-drawer {
    width: 270px;
  }
  .is-drawer-left.is-open:not(.is-drawer-cover) ~ .is-content-wrapper {
    left: 270px;
  }
  .is-drawer-right.is-open:not(.is-drawer-cover) ~ .is-content-wrapper {
    left: -270px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * 1. Deactivate browser history navigation in IE11
 */
.is-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 1 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
/*
 * Items
 */
.is-switcher > :not(.is-active) {
  display: none;
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.is-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 250px;
  padding: 2px 8px 4px;
  /* 4 */
  background: #353535;
  color: #ffffff;
  font-size: 12px;
  line-height: normal;
  text-align: left;
}
/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.is-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 6px dashed #353535;
}
/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.is-tooltip-top:after,
.is-tooltip-top-left:after,
.is-tooltip-top-right:after {
  bottom: -6px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #353535;
}
/*
 * Bottom
 */
.is-tooltip-bottom:after,
.is-tooltip-bottom-left:after,
.is-tooltip-bottom-right:after {
  top: -6px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #353535;
}
/*
 * Top/Bottom center
 */
.is-tooltip-top:after,
.is-tooltip-bottom:after {
  left: 50%;
  margin-left: -6px;
}
/*
 * Top/Bottom left
 */
.is-tooltip-top-left:after,
.is-tooltip-bottom-left:after {
  left: 10px;
}
/*
 * Top/Bottom right
 */
.is-tooltip-top-right:after,
.is-tooltip-bottom-right:after {
  right: 10px;
}
/*
 * Left
 */
.is-tooltip-left:after {
  right: -6px;
  top: 50%;
  margin-top: -6px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #353535;
}
/*
 * Right
 */
.is-tooltip-right:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #353535;
}
.bfh-timepicker-popover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.bfh-timepicker-flip > .bfh-timepicker-popover {
  left: auto;
  right: 0;
}
.bfh-timepicker-popover > table {
  width: 180px;
  margin: 0;
}
.bfh-timepicker-popover > table > tbody > tr > td {
  text-align: center;
  border: 0;
}
.bfh-timepicker-popover > table > tbody > tr > td.separator {
  line-height: 28px;
  font-weight: bold;
  font-size: 20px;
}
.bfh-timepicker-popover > table > tbody > tr > td > div {
  position: relative;
}
.bfh-timepicker-popover > table > tbody > tr > td > div > input {
  text-align: center;
  width: 42px !important;
  height: 30px;
  margin-right: 24px;
}
.bfh-timepicker-popover > table > tbody > tr > td > div > .bfh-number-btn {
  font-size: 14px;
  position: absolute;
  right: 0px;
}
.bfh-timepicker-popover > table > tbody > tr > td > div > .bfh-number-btn.inc {
  top: 0px;
}
.bfh-timepicker-popover > table > tbody > tr > td > div > .bfh-number-btn.dec {
  bottom: 0px;
}
.bfh-timepicker {
  position: relative;
  display: inline-block;
}
.bfh-timepicker-toggle {
  *margin-bottom: -3px;
  display: inline-block;
}
.bfh-timepicker-toggle > input.is-timepicker {
  width: 50px;
  height: 22px;
  padding: 0px;
  border: none;
  background-color: inherit;
  text-align: center;
  color: inherit;
  cursor: pointer;
}
.bfh-timepicker-toggle > input.is-timepicker:disabled {
  border-color: #f4f4f4;
  color: #e1e1e1;
  cursor: default;
}
.bfh-timepicker.open > .bfh-timepicker-toggle > input.is-timepicker {
  color: #808080;
}
.open > .bfh-timepicker-popover {
  display: block;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.is-text-small {
  font-size: 14px;
  line-height: 1.5;
}
.is-text-large {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}
/* Weight modifiers
 ========================================================================== */
.is-text-bold {
  font-weight: bold;
}
/* Color modifiers
 ========================================================================== */
.is-text-muted {
  color: #e1e1e1 !important;
}
.is-text-primary {
  color: #559706 !important;
}
.is-text-success {
  color: #d1f585 !important;
}
.is-text-warning {
  color: #c8001a !important;
}
.is-text-danger {
  color: #c8001a !important;
}
.is-text-contrast {
  color: #bfbfbf !important;
}
/* Alignment modifiers
 ========================================================================== */
.is-text-left {
  text-align: left !important;
}
.is-text-right {
  text-align: right !important;
}
.is-text-center {
  text-align: center !important;
}
.is-text-justify {
  text-align: justify !important;
}
.is-text-top {
  vertical-align: top !important;
}
.is-text-middle {
  vertical-align: middle !important;
}
.is-text-bottom {
  vertical-align: bottom !important;
}
/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  .is-text-center-medium {
    text-align: center !important;
  }
  .is-text-left-medium {
    text-align: left !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .is-text-center-small {
    text-align: center !important;
  }
  .is-text-left-small {
    text-align: left !important;
  }
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.is-text-nowrap {
  white-space: nowrap;
}
/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.is-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * Break strings if their length exceeds the width of their container
 */
.is-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.is-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 94%;
  padding: 0 0px;
}
/* Large screen and bigger */
@media (min-width: 1280px) {
  .is-container {
    max-width: 87%;
    padding: 0 0px;
  }
}
/*
 * Micro clearfix
 */
.is-container:before,
.is-container:after {
  content: "";
  display: table;
}
.is-container:after {
  clear: both;
}
/*
 * Center container
 */
.is-container-center {
  margin-left: auto;
  margin-right: auto;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.is-clearfix:before,
.is-clearfix:after {
  content: "";
  display: table-cell;
}
.is-clearfix:after {
  clear: both;
}
/*
 *  Create a new block formatting context
 */
.is-nbfc {
  overflow: hidden;
}
.is-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.is-float-left {
  float: left;
}
.is-float-right {
  float: right;
}
/* 1 */
[class*='is-float-'] {
  max-width: 100%;
}
/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='is-align-'] {
  display: block;
  margin-bottom: 15px;
}
.is-align-left {
  margin-right: 15px;
  float: left;
}
.is-align-right {
  margin-left: 15px;
  float: right;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .is-align-medium-left {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
  }
  .is-align-medium-right {
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
  }
}
.is-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.is-vertical-align {
  font-size: 0.001px;
}
/*
 *  The `is-vertical-align` container needs a specific height
 */
.is-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.is-vertical-align-middle,
.is-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem;
}
.is-vertical-align-middle {
  vertical-align: middle;
}
.is-vertical-align-bottom {
  vertical-align: bottom;
}
/*
 * New
 */
.is-valign-base,
.is-content-valign-base > * {
  vertical-align: baseline !important;
}
/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='is-height'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.is-height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.is-height-viewport {
  height: 100vh;
  min-height: 600px;
}
/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.is-responsive-width,
.is-responsive-height {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `is-img-preserve img`
 */
.is-responsive-width {
  max-width: 100% !important;
  height: auto;
}
/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.is-responsive-height {
  max-height: 100%;
  width: auto;
}
/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.is-margin {
  margin-bottom: 16px;
}
* + .is-margin {
  margin-top: 16px;
}
.is-margin-top {
  margin-top: 16px !important;
}
.is-margin-bottom {
  margin-bottom: 16px !important;
}
.is-margin-left {
  margin-left: 16px !important;
}
.is-margin-right {
  margin-right: 16px !important;
}
/*
 * Larger margins
 */
.is-margin-large {
  margin-bottom: 24px;
}
* + .is-margin-large {
  margin-top: 24px;
}
.is-margin-large-top {
  margin-top: 24px !important;
}
.is-margin-large-bottom {
  margin-bottom: 24px !important;
}
.is-margin-large-left {
  margin-left: 24px !important;
}
.is-margin-large-right {
  margin-right: 24px !important;
}
/*
 * Smaller margins
 */
.is-margin-small {
  margin-bottom: 8px;
}
* + .is-margin-small {
  margin-top: 8px;
}
.is-margin-small-top {
  margin-top: 8px !important;
}
.is-margin-small-bottom {
  margin-bottom: 8px !important;
}
.is-margin-small-left {
  margin-left: 8px !important;
}
.is-margin-small-right {
  margin-right: 8px !important;
}
/*
 * Remove margins
 */
.is-margin-remove {
  margin: 0 !important;
}
.is-margin-top-remove {
  margin-top: 0 !important;
}
.is-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/* Padding
 ========================================================================== */
.is-padding-remove {
  padding: 0 !important;
}
.is-padding-top-remove {
  padding-top: 0 !important;
}
.is-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.is-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Border
 ========================================================================== */
.is-border-circle {
  border-radius: 50%;
}
.is-border-rounded {
  border-radius: 5px;
}
/* Headings
 ========================================================================== */
.is-heading-large {
  font-size: 36px;
  line-height: 42px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .is-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.is-link-muted,
.is-link-muted a {
  color: #444444;
}
.is-link-muted:hover,
.is-link-muted a:hover {
  color: #444444;
}
/*
 * Reset link style
 */
.is-link-reset,
.is-link-reset a,
.is-link-reset:hover,
.is-link-reset a:hover,
.is-link-reset:focus,
.is-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}
/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.is-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
/*
 * Box with scrolling enabled
 */
.is-scrollable-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.is-scrollable-box > :last-child {
  margin-bottom: 0;
}
/* Overflow
 ========================================================================== */
.is-overflow-hidden {
  overflow: hidden;
}
/*
 * Enable scrollbars if content is clipped
 */
.is-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.is-overflow-container > :last-child {
  margin-bottom: 0;
}
/* Position
 ========================================================================== */
.is-position-absolute,
[class*='is-position-top'],
[class*='is-position-bottom'] {
  position: absolute !important;
}
.is-position-top {
  top: 0;
  width: 100%;
}
.is-position-bottom {
  bottom: 0;
  width: 100%;
}
.is-position-top-left {
  top: 0;
  left: 0;
}
.is-position-top-right {
  top: 0;
  right: 0;
}
.is-position-bottom-left {
  bottom: 0;
  left: 0;
}
.is-position-bottom-right {
  bottom: 0;
  right: 0;
}
/*
 * Cover
 */
.is-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*
 * Relative
 */
.is-position-relative {
  position: relative !important;
}
/*
 * Z-index
 */
.is-position-z-index {
  z-index: 1;
}
/* Display
 ========================================================================== */
/*
 * Display
 */
.is-display-block {
  display: block !important;
}
.is-display-inline {
  display: inline !important;
}
.is-display-inline-block {
  display: inline-block !important;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .is-visible-small {
    display: none !important;
  }
  .is-visible-medium {
    display: none !important;
  }
  .is-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .is-visible-small {
    display: none !important;
  }
  .is-visible-large {
    display: none !important ;
  }
  .is-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .is-visible-medium {
    display: none !important;
  }
  .is-visible-large {
    display: none !important;
  }
  .is-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.is-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.is-visible-hover:hover .is-hidden,
.is-visible-hover:hover .is-invisible {
  display: block !important;
  visibility: visible !important;
}
.is-visible-hover-inline:hover .is-hidden,
.is-visible-hover-inline:hover .is-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */
.is-touch .is-hidden-touch,
.is-notouch .is-hidden-notouch {
  display: none !important;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.is-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.is-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
/*
 * Fixes initial flex-shrink value in IE10
 */
.is-flex > *,
.is-flex-inline > * {
  -ms-flex-negative: 1;
}
/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.is-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.is-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.is-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.is-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.is-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.is-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.is-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* Direction
 ========================================================================== */
.is-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.is-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.is-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.is-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.is-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.is-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.is-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.is-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.is-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.is-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.is-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.is-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .is-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .is-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .is-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .is-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .is-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .is-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1280px) {
  .is-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .is-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.is-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.is-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.is-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* ========================================================================
   Component: Contrast
 ========================================================================== */
.is-contrast {
  color: #bfbfbf;
}
.is-contrast a:not([class]),
.is-contrast .is-link {
  color: #3399ff;
  text-decoration: none;
}
.is-contrast a:not([class]):hover,
.is-contrast .is-link:hover {
  color: #808080;
  text-decoration: none;
}
.is-contrast :not(pre) > code,
.is-contrast :not(pre) > kbd,
.is-contrast :not(pre) > samp {
  color: #bfbfbf;
}
.is-contrast em {
  color: #bfbfbf;
}
.is-contrast h1,
.is-contrast h2,
.is-contrast h3,
.is-contrast h4,
.is-contrast h5,
.is-contrast h6 {
  color: #bfbfbf;
}
.is-contrast hr {
  border-top-color: rgba(191, 191, 191, 0.2);
}
.is-contrast .is-nav li > a,
.is-contrast .is-nav li > a:hover {
  text-decoration: none;
}
.is-contrast .is-nav-side > li > a {
  color: #bfbfbf;
}
.is-contrast .is-nav-side > li > a:hover,
.is-contrast .is-nav-side > li > a:focus {
  background: rgba(191, 191, 191, 0.1);
  color: #bfbfbf;
}
.is-contrast .is-nav-side > li.is-active > a {
  background: #bfbfbf;
  color: #444444;
}
.is-contrast .is-nav-side .is-nav-header {
  color: #bfbfbf;
}
.is-contrast .is-nav-side .is-nav-divider {
  border-top-color: rgba(191, 191, 191, 0.2);
}
.is-contrast .is-nav-side ul a {
  color: rgba(191, 191, 191, 0.7);
}
.is-contrast .is-nav-side ul a:hover {
  color: #bfbfbf;
}
.is-contrast .is-subnav > * > a {
  color: rgba(191, 191, 191, 0.7);
  text-decoration: none;
}
.is-contrast .is-subnav > * > a:hover,
.is-contrast .is-subnav > * > a:focus {
  color: #bfbfbf;
  text-decoration: none;
}
.is-contrast .is-subnav > .is-active > a {
  color: #bfbfbf;
}
.is-contrast .is-subnav-line > :nth-child(n+2):before {
  border-left-color: rgba(191, 191, 191, 0.2);
}
.is-contrast .is-subnav-pill > * > a:hover,
.is-contrast .is-subnav-pill > * > a:focus {
  background: rgba(191, 191, 191, 0.7);
  color: #444444;
  text-decoration: none;
}
.is-contrast .is-subnav-pill > .is-active > a {
  background: #bfbfbf;
  color: #444444;
}
.is-contrast .is-list-line > li:nth-child(n+2) {
  border-top-color: rgba(191, 191, 191, 0.2);
}
.is-contrast .is-form select,
.is-contrast .is-form textarea,
.is-contrast .is-form input:not([type]),
.is-contrast .is-form input[type="text"],
.is-contrast .is-form input[type="password"],
.is-contrast .is-form input[type="datetime"],
.is-contrast .is-form input[type="datetime-local"],
.is-contrast .is-form input[type="date"],
.is-contrast .is-form input[type="month"],
.is-contrast .is-form input[type="time"],
.is-contrast .is-form input[type="week"],
.is-contrast .is-form input[type="number"],
.is-contrast .is-form input[type="email"],
.is-contrast .is-form input[type="url"],
.is-contrast .is-form input[type="search"],
.is-contrast .is-form input[type="tel"],
.is-contrast .is-form input[type="color"] {
  border-color: #dddddd;
  background: #ffffff;
  color: #353535;
  background-clip: padding-box;
}
.is-contrast .is-form select:focus,
.is-contrast .is-form textarea:focus,
.is-contrast .is-form input:not([type]):focus,
.is-contrast .is-form input[type="text"]:focus,
.is-contrast .is-form input[type="password"]:focus,
.is-contrast .is-form input[type="datetime"]:focus,
.is-contrast .is-form input[type="datetime-local"]:focus,
.is-contrast .is-form input[type="date"]:focus,
.is-contrast .is-form input[type="month"]:focus,
.is-contrast .is-form input[type="time"]:focus,
.is-contrast .is-form input[type="week"]:focus,
.is-contrast .is-form input[type="number"]:focus,
.is-contrast .is-form input[type="email"]:focus,
.is-contrast .is-form input[type="url"]:focus,
.is-contrast .is-form input[type="search"]:focus,
.is-contrast .is-form input[type="tel"]:focus,
.is-contrast .is-form input[type="color"]:focus {
  border-color: #d1f585;
  background: #ffffff;
  color: #353535;
}
.is-contrast .is-form select.is-empty,
.is-contrast .is-form textarea.is-empty,
.is-contrast .is-form input:not([type]).is-empty,
.is-contrast .is-form input[type="text"].is-empty,
.is-contrast .is-form input[type="password"].is-empty,
.is-contrast .is-form input[type="datetime"].is-empty,
.is-contrast .is-form input[type="datetime-local"].is-empty,
.is-contrast .is-form input[type="date"].is-empty,
.is-contrast .is-form input[type="month"].is-empty,
.is-contrast .is-form input[type="time"].is-empty,
.is-contrast .is-form input[type="week"].is-empty,
.is-contrast .is-form input[type="number"].is-empty,
.is-contrast .is-form input[type="email"].is-empty,
.is-contrast .is-form input[type="url"].is-empty,
.is-contrast .is-form input[type="search"].is-empty,
.is-contrast .is-form input[type="tel"].is-empty,
.is-contrast .is-form input[type="color"].is-empty {
  background-color: transparent;
}
.is-contrast .is-form :-ms-input-placeholder {
  color: #bfbfbf !important;
}
.is-contrast .is-form ::-moz-placeholder {
  color: #bfbfbf;
}
.is-contrast .is-form ::-webkit-input-placeholder {
  color: #bfbfbf;
}
.is-contrast .is-form :focus:-ms-input-placeholder {
  color: #353535 !important;
}
.is-contrast .is-form :focus::-moz-placeholder {
  color: #353535;
}
.is-contrast .is-form :focus::-webkit-input-placeholder {
  color: #353535;
}
.is-contrast .is-button {
  color: #444444;
  background: #bfbfbf;
}
.is-contrast .is-button:hover,
.is-contrast .is-button:focus {
  background-color: rgba(191, 191, 191, 0.8);
  color: #444444;
}
.is-contrast .is-button:active,
.is-contrast .is-button.is-active {
  background-color: rgba(191, 191, 191, 0.7);
  color: #444444;
}
.is-contrast .is-button-primary {
  background-color: #f28f00;
  color: #ffffff;
}
.is-contrast .is-button-primary:hover,
.is-contrast .is-button-primary:focus {
  background-color: #ef7701;
  color: #ffffff;
}
.is-contrast .is-button-primary:active,
.is-contrast .is-button-primary.is-active {
  background-color: #f28f00;
  color: #ffffff;
}
.is-contrast .is-icon-hover {
  color: rgba(191, 191, 191, 0.7);
}
.is-contrast .is-icon-hover:hover {
  color: #bfbfbf;
}
.is-contrast .is-icon-button {
  background: #bfbfbf;
  color: #444444;
}
.is-contrast .is-icon-button:hover,
.is-contrast .is-icon-button:focus {
  background-color: rgba(191, 191, 191, 0.8);
  color: #444444;
}
.is-contrast .is-icon-button:active {
  background-color: rgba(191, 191, 191, 0.7);
  color: #444444;
}
.is-contrast .is-editable-input {
  background: #353535;
  color: #fff;
}
.is-contrast .is-text-muted {
  color: rgba(191, 191, 191, 0.6) !important;
}
.is-contrast .is-text-primary {
  color: #559706 !important;
}
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ========================================================================
   Component: Notify
 ========================================================================== */
/*
 * Message container for positioning
 */
.is-notify {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
}
/* Position modifiers
========================================================================== */
.is-notify-top-right,
.is-notify-bottom-right {
  left: auto;
  right: 10px;
}
.is-notify-top-center,
.is-notify-bottom-center {
  left: 50%;
  margin-left: -175px;
}
.is-notify-bottom-left,
.is-notify-bottom-right,
.is-notify-bottom-center {
  top: auto;
  bottom: 10px;
}
/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 479px) {
  /*
     * Fit in small screen
     */
  .is-notify {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Sub-object: `is-notify-message`
========================================================================== */
.is-notify-message {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background: #444444;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
/* Close in notify
 ========================================================================== */
.is-notify-message > .is-close {
  visibility: hidden;
  float: right;
}
.is-notify-message:hover > .is-close {
  visibility: visible;
}
/* Modifier: `is-alert-info`
 ========================================================================== */
.is-notify-message-primary {
  background: #ebf7fd;
  color: #2d7091;
}
/* Modifier: `is-alert-success`
 ========================================================================== */
.is-notify-message-success {
  background: #f2fae3;
  color: #659f13;
}
/* Modifier: `is-notify-message-warning`
 ========================================================================== */
.is-notify-message-warning {
  background: #fffceb;
  color: #e28327;
}
/* Modifier: `is-notify-message-danger`
 ========================================================================== */
.is-notify-message-danger {
  background: #fff1f0;
  color: #d85030;
}
/* ========================================================================
   Component: Datepicker
 ========================================================================== */
/*
 * 1. Highest z-index
 * 2. Reset dropdown width
 * 3. Set animation
 * 4. Needed for scale animation
 */
.is-datepicker {
  /* 1 */
  z-index: 1050;
  /* 2 */
  width: auto;
  /* 3 */
  -webkit-animation: is-fade 0.2s ease-in-out;
  animation: is-fade 0.2s ease-in-out;
  /* 4 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Sub-object: `is-datepicker-nav`
========================================================================== */
.is-datepicker-nav {
  margin-bottom: 15px;
  text-align: center;
  line-height: 20px;
}
/*
 * Micro clearfix
 */
.is-datepicker-nav:before,
.is-datepicker-nav:after {
  content: "";
  display: table;
}
.is-datepicker-nav:after {
  clear: both;
}
/*
 * Previous and next navigation
 */
.is-datepicker-nav a {
  color: #444444;
  text-decoration: none;
}
.is-datepicker-nav a:hover {
  color: #444444;
}
.is-datepicker-previous {
  float: left;
}
.is-datepicker-next {
  float: right;
}
.is-datepicker-previous:after,
.is-datepicker-next:after {
  width: 20px;
  font-family: FontAwesome;
}
.is-datepicker-previous:after {
  content: "\f053";
}
.is-datepicker-next:after {
  content: "\f054";
}
/* Sub-object: `is-datepicker-heading`
========================================================================== */
/* Sub-object: `is-datepicker-table`
========================================================================== */
/* Block element behavior */
.is-datepicker-table {
  width: 100%;
  border-collapse: collapse;
}
.is-datepicker-table th,
.is-datepicker-table td {
  padding: 0px;
}
.is-datepicker-table th {
  background-color: #d1f585;
  font-size: 12px;
  color: #559706;
}
/*
 * Item
 */
.is-datepicker-table a {
  display: block;
  width: 26px;
  line-height: 24px;
  text-align: center;
  color: #444444;
  text-decoration: none;
}
/*
 * Sub-object: `is-datepicker-table-muted`
 */
a.is-datepicker-table-muted {
  color: #999999;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.is-datepicker-table a:hover,
.is-datepicker-table a:focus {
  background-color: #dddddd;
  color: #444444;
  /* 2 */
  outline: none;
}
/* OnClick */
.is-datepicker-table a:active {
  background-color: #cccccc;
  color: #444444;
}
/*
 * Active
 */
.is-datepicker-table a.is-active {
  background: #00a8e6;
  color: #ffffff;
}
/*! jQuery UI - v1.11.4 - 2015-10-13
* http://jqueryui.com
* Includes: core.css, datepicker.css, menu.css, selectmenu.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  min-width: 290px;
  padding: 0 2px;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 16px 0;
  background-color: #f28f00;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 16px;
  width: 22px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: inherit;
}
.ui-datepicker .ui-datepicker-prev {
  left: 12px;
}
.ui-datepicker .ui-datepicker-next {
  right: 12px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  border-collapse: collapse;
  margin: 0;
}
.ui-datepicker th {
  padding: 2px 0px;
  background-color: #d1f585;
  text-align: center;
  font-family: 'ClearSans-Bold';
  font-weight: normal;
  font-size: 12px;
  color: #7cbb00;
  border: 1px solid #d1f585;
}
.ui-datepicker td {
  width: 44px;
  border: 1px solid #e1e1e1;
  padding: 0px;
  background-color: #ffffff;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 8px 0;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  color: #b2b2b2;
}
.ui-datepicker .ui-datepicker-other-month span,
.ui-datepicker .ui-datepicker-other-month a {
  color: #e1e1e1;
}
.ui-datepicker .ui-datepicker-today span,
.ui-datepicker .ui-datepicker-today a {
  background-color: #ffffff;
  color: #7cbb00;
}
.ui-datepicker .ui-datepicker-selected span,
.ui-datepicker .ui-datepicker-selected a {
  background-color: #f6fde7;
  color: #b2b2b2;
}
.ui-datepicker .ui-datepicker-current-day span,
.ui-datepicker .ui-datepicker-current-day a {
  position: relative;
  background-color: #7cbb00;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-current-day span:after,
.ui-datepicker .ui-datepicker-current-day a:after {
  content: '';
  display: block;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.ui-datepicker .ui-datepicker-unselectable,
.ui-datepicker .ui-datepicker-unselectable span,
.ui-datepicker .ui-datepicker-unselectable a {
  background-color: #f4f4f4;
}
.ui-datepicker .ui-datepicker-unselectable {
  border-color: #f4f4f4;
}
.ui-datepicker .ui-datepicker-unselectable span,
.ui-datepicker .ui-datepicker-unselectable a {
  color: #e1e1e1;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker-inline {
  margin-bottom: 16px;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'isbc';
  src: url('../fonts/ISBC-Icons/isbc.eot?-gsxtir');
  src: url('../fonts/ISBC-Icons/isbc.eot?#iefix-gsxtir') format('embedded-opentype'), url('../fonts/ISBC-Icons/isbc.ttf?-gsxtir') format('truetype'), url('../fonts/ISBC-Icons/isbc.woff?-gsxtir') format('woff'), url('../fonts/ISBC-Icons/isbc.svg?-gsxtir#isbc1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="it-icon-"],
[class*="icon-"] {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-family: 'isbc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.it-icon-sms_mobile:before {
  content: "\e90a";
}
.it-icon-mms_mobile:before {
  content: "\e90b";
}
.it-icon-Crist_Orange:before {
  content: "\e607";
}
.it-icon-user-plus:before {
  content: "\e909";
}
.it-icon-zoom-in:before {
  content: "\e908";
}
.it-icon-star-empty:before {
  content: "\e906";
}
.it-icon-star-full:before {
  content: "\e907";
}
.it-icon-Mocups:before {
  content: "\e905";
}
.it-icon-arrow-left:before {
  content: "\e900";
}
.it-icon-arrow-right:before {
  content: "\e901";
}
.it-icon-arrow-up:before {
  content: "\e902";
}
.it-icon-arrow-down:before {
  content: "\e60c";
}
.it-icon-chevron-left:before {
  content: "\e903";
}
.it-icon-chevron-right:before {
  content: "\e904";
}
.it-icon-angle-down:before {
  content: "\e60b";
}
.it-icon-copy:before {
  content: "\e803";
}
.it-icon-suitcase:before {
  content: "\e804";
}
.it-icon-price-tags:before {
  content: "\e63a";
}
.it-icon-Spread:before {
  content: "\e802";
}
.it-icon-DatePicker2:before {
  content: "\e801";
}
.it-icon-DatePicker:before {
  content: "\e800";
}
.it-icon-new:before {
  content: "\e61c";
}
.it-icon-Planned:before {
  content: "\e61b";
}
.it-icon-Purse:before {
  content: "\e61a";
}
.it-icon-Ruble_in_circle:before {
  content: "\e911";
}
.it-icon-Delivery_2:before {
  content: "\e619";
}
.it-icon-uniF02A:before {
  content: "\f02a";
}
.it-icon-uniF080:before {
  content: "\f080";
}
.it-icon-image2:before {
  content: "\e611";
}
.it-icon-mic:before {
  content: "\e622";
}
.it-icon-connection:before {
  content: "\e61f";
}
.it-icon-book2:before {
  content: "\e623";
}
.it-icon-folder-open2:before {
  content: "\e634";
}
.it-icon-home3:before {
  content: "\e90c";
}
.it-icon-qrcode2:before {
  content: "\e63c";
}
.it-icon-cart:before {
  content: "\e63e";
}
.it-icon-lock2:before {
  content: "\e693";
}
.it-icon-unlocked:before {
  content: "\e694";
}
.it-icon-wrench2:before {
  content: "\e695";
}
.it-icon-switch:before {
  content: "\e6ba";
}
.it-icon-stopwatch:before {
  content: "\e656";
}
.it-icon-user:before {
  content: "\e600";
}
.it-icon-users:before {
  content: "\e910";
}
.it-icon-smile:before {
  content: "\e6e5";
}
.it-icon-shocked:before {
  content: "\e9f1";
}
.it-icon-sms_small:before {
  content: "\e601";
}
.it-icon-group:before {
  content: "\e715";
}
.it-icon-group-plus:before {
  content: "\e7f5";
}
.it-icon-pencil:before {
  content: "\e602";
}
.it-icon-documents:before {
  content: "\e604";
}
.it-icon-dangerous:before {
  content: "\e605";
}
.it-icon-trash:before {
  content: "\e6b0";
}
.it-icon-Crist:before {
  content: "\e615";
}
.it-icon-Alert_triangle:before {
  content: "\f071";
}
.it-icon-clock:before {
  content: "\e653";
}
.it-icon-Attention_vskl:before {
  content: "\e90f";
}
.it-icon-settings:before {
  content: "\f085";
}
.it-icon-Burger_slim:before {
  content: "\e609";
}
.it-icon-Check_point_1:before {
  content: "\e60a";
}
.it-icon-Check_Green:before {
  content: "\e90e";
}
.it-icon-pdf:before {
  content: '\e912';
}
.it-icon-Filters_3:before {
  content: "\e60d";
}
.it-icon-Finder:before {
  content: "\e60e";
}
.it-icon-info:before {
  content: "\e90d";
}
.it-icon-plus:before {
  content: "\e610";
}
.it-icon-Plus_16:before {
  content: "\e612";
}
.it-icon-Repeat:before {
  content: "\e613";
}
.it-icon-Rubles:before {
  content: "\e614";
}
.it-icon-Spinner:before {
  content: "\e616";
}
.it-icon-crown:before {
  content: "\e844";
}
.icon-SMS_120:before {
  content: "\e91a";
}
.icon-NFC_120:before {
  content: "\e919";
}
.icon-HLR_120:before {
  content: "\e91c";
}
.icon-Attach:before {
  content: '\e91b';
}
.it-sms-textbox-container {
  border: 1px solid #e1e1e1;
  position: relative;
  overflow: hidden;
}
.it-sms-textbox-container:after {
  content: '';
  display: block;
  clear: both;
}
.it-sms-options {
  padding: 16px 8px 0;
  font-size: 14px;
}
.it-sms-options .it-sms-option {
  display: inline-block;
  margin: 8px 0;
}
.it-sms-options .it-sms-option.it-sms-variables {
  font-family: 'ClearSans-Bold';
  font-size: 12px;
  position: relative;
}
.it-sms-options .it-sms-option.it-sms-variables > .it-sms-variable {
  cursor: pointer;
}
.it-sms-options .it-sms-option.it-sms-variables > .it-icon-info {
  margin: 0;
  font-size: 8px;
  position: absolute;
  top: -1em;
  right: -1em;
  cursor: pointer;
}
.it-sms-options .it-sms-option.it-sms-variables > .it-icon-info:hover {
  color: #f28f00;
}
.it-sms-textbox {
  display: block;
  width: 100%;
  background: #fff;
}
.it-sms-textbox.it-sms-textbox-translit {
  display: none;
  background: #bfbfbf;
}
.it-sms-textbox.it-sms-textbox-translit:before {
  content: '';
  width: 100%;
  height: 2px;
  margin: -1px 0 0;
  background: #b1b1b1;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0) 2px, #b1b1b1 6px);
  position: absolute;
  left: auto;
  top: auto;
}
.it-translit .it-sms-textbox.it-sms-textbox-translit {
  display: block;
}
.it-sms-input,
.it-sms-input-measurer {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  background: transparent;
  overflow: hidden;
  border: none;
  outline: none;
  resize: none;
  font: inherit;
  color: #585858;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.it-sms-textbox-container.it-filled .it-sms-input,
.it-sms-textbox-container.it-filled .it-sms-input-measurer {
  padding-bottom: 30px;
}
.it-sms-input {
  height: 100%;
  min-height: 109px;
  transition: height 0.1s ease;
}
.it-sms-input-translit {
  color: #585858;
}
.it-sms-input-translit[placeholder] {
  color: #585858;
}
.it-sms-input-translit::-webkit-input-placeholder {
  color: #585858;
}
.it-sms-input-translit::-moz-placeholder {
  color: #585858;
}
.it-sms-input-translit:-moz-placeholder {
  color: #585858;
}
.it-sms-input-translit:-ms-input-placeholder {
  color: #585858;
}
.it-sms-input-measurer {
  height: 0;
  margin-top: -16px;
  visibility: hidden;
  position: relative;
  z-index: -1;
}
.it-sms-textbox-container.it-filled .it-sms-input-measurer {
  margin-top: -38px;
}
.it-sms-count {
  display: block;
  height: 28px;
  margin-top: -28px;
  padding: 0 4px;
  background: transparent;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'ClearSans-Bold';
  font-size: 9px;
  line-height: 28px;
  color: #7a7a7a;
  transition: background 0.15s ease, color 0.15s ease, opacity 0.3s ease;
}
.it-sms-count:before {
  content: attr(data-text-length);
}
.it-sms-count:after {
  float: right;
  content: attr(data-sms-count);
}
.it-sms-count.it-sms-count-translit {
  color: #7a7a7a;
}
@media (min-width: 480px) {
  .it-sms-input,
  .it-sms-input-measurer {
    padding: 8px 16px;
  }
  .it-sms-count {
    padding: 0 16px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .it-sms-options {
    float: right;
  }
  .it-sms-options .it-sms-option {
    display: block;
    margin: 0;
  }
  .it-sms-options .it-sms-option + .it-sms-option {
    margin-top: 16px;
  }
  .it-sms-options .it-sms-option.it-sms-variables {
    display: inline-block;
  }
  .it-sms-options .it-sms-option.it-sms-variables > .it-sms-variable {
    display: block;
  }
  .it-translit .it-sms-textbox {
    float: left;
    width: 50%;
  }
  .it-sms-textbox.it-sms-textbox-translit:before {
    width: 1px;
    height: 100%;
    margin: 0 0 0 -1px;
    background: #b1b1b1;
    background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0) 2px, #b1b1b1 6px);
  }
  .it-sms-input,
  .it-sms-input-measurer {
    padding: 16px 24px;
  }
  .it-sms-textbox-container.it-filled .it-sms-input,
  .it-sms-textbox-container.it-filled .it-sms-input-measurer {
    padding-bottom: 58px;
  }
  .it-sms-input {
    min-height: 148px;
  }
  .it-sms-input-measurer {
    margin-top: -32px;
  }
  .it-sms-textbox-container.it-filled .it-sms-input-measurer {
    margin-top: -74px;
  }
  .it-sms-count {
    height: 42px;
    margin-top: -42px;
    padding: 0 24px;
    background: #585858;
    font-size: 14px;
    line-height: 42px;
    color: #bfbfbf !important;
  }
  .it-sms-count-error .it-sms-count {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .it-sms-count-error .it-sms-count.it-sms-count-translit {
    z-index: 1;
  }
}
@media (min-width: 960px) {
  .it-sms-options .it-sms-option.it-sms-variables {
    display: block;
  }
  .it-sms-options .it-sms-option.it-sms-variables > .it-sms-variable {
    display: inline;
  }
  .it-sms-input {
    min-height: 109px;
  }
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.it-disable-hover,
.it-disable-hover * {
  pointer-events: none !important;
}
.it-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .it-container {
    width: 98%;
  }
}
@media (min-width: 960px) {
  .it-container {
    width: 90%;
  }
}
@media (min-width: 1280px) {
  .it-container {
    width: 82%;
    max-width: 840px;
  }
}
.it-burger {
  width: 30px;
  height: 20px;
  transition: all 0.3s;
}
.it-burger:before,
.it-burger:after {
  content: '';
  display: block;
  width: 30px;
  height: 7px;
  border-top: 2px solid #808080;
  position: absolute;
  left: 0px;
  transition: all 0.2s 0.3s, border 0.1s 0.2s, transform 0.3s;
}
.it-burger:before {
  top: 0px;
}
.it-burger:after {
  top: 9px;
  border-bottom: 2px solid #808080;
}
.it-burger:hover:before,
.it-burger:hover:after {
  border-color: #353535;
}
.it-burger.is-drawer-close {
  transform: rotate(90deg);
  transition: all 0.3s 0.2s;
  z-index: 1001;
}
.it-burger.is-drawer-close:before,
.it-burger.is-drawer-close:after {
  height: 0px;
  border-color: #f28f00 !important;
  transition: all 0.2s, border 0.1s 0.1s, transform 0.3s 0.2s;
}
.it-burger.is-drawer-close:before {
  top: 9px;
  transform: rotate(45deg);
}
.it-burger.is-drawer-close:after {
  transform: rotate(135deg);
  border-bottom-width: 0px;
}
.it-page-modules .it-burger:before,
.it-page-modules .it-burger:after {
  border-color: #fff;
}
.it-filter-toggle {
  position: relative;
  display: inline-block;
  font-family: 'ClearSans-Bold';
  color: #f28f00 !important;
  font-size: 24px;
  z-index: 1001;
}
.it-filter-toggle:before {
  content: "\e901";
  display: inline-block;
  float: right;
  margin-left: 8px;
  margin-top: -2px;
  font-family: 'isbc';
  font-size: 30px;
}
/*.is-drawer-close.it-filter-toggle:before {
  content: "\e607";
  color: #f28f00;
}*/
.is-drawer-page .it-drawer-toggle {
  color: #f38f00 !important;
  z-index: 10001;
}
.is-notouch .it-page-modules .is-nav-drawer a {
  position: relative;
}
.is-notouch .it-page-modules .is-nav-drawer a > [class*="icon-"] {
  color: #fff;
  z-index: 101;
}
.it-page-modules .is-drawer-toggle {
  color: #fff;
}
.is-content-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.it-content {
  padding: 8px 0px;
  margin: 0 16px;
}
.it-content.it-content-left {
  max-width: 870px;
}
@media (min-width: 480px) {
  .it-content {
    padding: 16px 0px 32px;
    margin: 0 4%;
  }
}
@media (min-width: 960px) {
  .it-content {
    margin: 0 6.25%;
  }
}
@media (min-width: 1280px) {
  .it-content {
    margin: 0 9%;
  }
}
.it-subcontent {
  display: block;
  position: absolute;
}
.it-contacts-count {
  display: inline-block;
  font-size: 1.25em;
  line-height: 1;
  color: #585858;
}
.it-contacts-count:not(:first-child) {
  margin-left: 6px;
}
.it-import-notify {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
  transition: opacity 0.3s;
}
.it-import-notify.is-active {
  opacity: 1;
}
.it-import-notify > .is-alert {
  position: relative;
  width: 600px;
  max-width: 100%;
  max-width: calc(80%);
  box-sizing: border-box;
  margin: 0 auto 0;
  opacity: 0;
  font-family: 'ClearSans-Medium';
  transition: all 0.3s;
}
.is-active.it-import-notify > .is-alert {
  margin-top: 127px;
  opacity: 1;
}
.it-import-notify > .is-alert.is-alert-success {
  background-color: #d1f585;
}
.it-import-notify > .is-alert > .it-import-notify-text {
  white-space: pre-wrap;
}
.it-schedule-progress {
  display: block;
  width: 100%;
  height: 12px;
  background-color: #F5EB85;
  position: relative;
}
.it-schedule-progress > .it-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
}
.it-progress-bar {
  display: inline-block;
  width: 0;
  height: 12px;
  font-size: 0;
}
.is-active > .it-progress-bar {
  transition: width 0.3s ease-in;
}
.it-progress-bar[data-type="processed"] {
  background-color: #d1f585;
}
.it-progress-bar[data-type="fail"] {
  background-color: #c8001a;
}
.it-user-block-container {
  position: relative;
  margin: -8px 0px 20px;
}
.it-user-block-button {
  float: right;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #bfbfbf;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease-in-out;
}
.it-user-block-button:hover {
  color: #585858;
}
.it-user-block-button > .it-icon-user {
  overflow: hidden;
  font-size: 16px;
  vertical-align: baseline;
}
.it-user-block {
  display: none;
  opacity: 0;
  position: absolute;
  top: 32px;
  right: 0;
  min-width: 25%;
  z-index: 1000;
  transition: opacity 0.3s;
}
.it-user-block.is-open {
  opacity: 1;
}
.it-user-block-overlay {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
.it-user-menu {
  list-style-type: none;
  margin: 0px 0px 32px;
  padding: 0;
  background: #333;
  color: #ccc;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  position: relative;
  top: 96px;
  z-index: 1001;
  transition: top 0.3s;
}
  .it-user-menu a {
    color: #ccc;
  }

  .it-user-menu .accent_info {
    color: #f28f00;
  }

.it-user-block.is-open > .it-user-menu {
  top: 0px;
}

  .it-user-section {
    padding: 24px 0;
    border-width: 0 0 1px;
    border-style: dotted;
    border-color: #666;
  }
    .it-user-section:last-child {
      border-style: none;
      margin-bottom: 0;
    }

    .it-user-section-title {
      margin: 0;
      padding: 0 16px 0 42px;
      color: #fff;
      font-family: 'ClearSans-Light';
      font-size: 20px;
    }
      .it-user-section-title a {
        color: #fff;
      }

    .it-user-section-note {
      display: block;
      padding: 0px;
      margin: 0 48px 8px 42px;
      font-size: 13px;
      opacity: .9;
    }
    .it-user-menu-item {
      display: block;
      padding: 8px 0 0;
      margin: 0 48px 0 64px;
      font-size: 16px;
    }
  .is-active > .it-user-menu-item.is-active > a {
    color: #fff !important;
  }
  .it-user-menu-item > .with_icon > [class*="icon-"] {
    margin-left: -24px;
    vertical-align: baseline;
    color: #fff !important;
  }
  .it-user-menu-item > .it-user-menu-pointer {
    display: none;
    width: 18px;
    height: 18px;
    margin: 0px;
    margin-left: -2px;
    padding: 0px;
    vertical-align: top;
    font-size: 18px;
    color: #fff !important;
    position: absolute;
    left: auto;
    bottom: -7px;
    z-index: -1;
  }
  .it-user-menu-item > .it-user-menu-pointer:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border: 32px solid transparent;
    border-top-color: #353535;
    position: absolute;
    left: -23px;
    top: 10px;
    z-index: -1;
  }
  .is-active.it-user-menu-item > .it-user-menu-pointer {
    display: block;
  }
.it-user-block-content {
  margin-bottom: 32px;
  padding: 32px;
  background-color: #353535;
  opacity: 0;
  position: relative;
  top: 96px;
  z-index: 1001;
  transition: all 0.3s;
}
.it-user-block-content.is-open {
  top: 0px;
  opacity: 1;
}
.it-user-block-content > div {
  display: none;
}
.it-user-block-content > div.is-active {
  display: block;
}
.it-button-rounded {
  background-color: #d1f585;
  color: #808080;
  padding: 13px 24px;
  font-size: 16px;
  min-width: 1em;
  border-radius: 50px/50px;
  line-height: 1;
  min-width: 16px;
  padding: 9px;
  min-width: 18px;
  padding: 13px;
}
.it-button-rounded:hover,
.it-button-rounded:focus {
  background-color: #d1f585;
  color: #808080;
}
.it-button-rounded:active,
.it-button-rounded.is-active {
  background-color: #f6fde7;
  color: #808080;
}
.it-button-rounded > [class*="-icon-"] {
  margin: 0;
}
.it-button-rounded.is-button-mini {
  min-width: 14px;
  padding: 4px;
}
.it-button-rounded.is-button-small {
  min-width: 16px;
  padding: 6px;
}
.it-button-rounded.is-button-large {
  min-width: 18px;
  padding: 13px;
}
.it-button-rounded.is-button-xlarge {
  min-width: 28px;
  padding: 18px;
}
.it-button-hover-warning:hover,
.it-button-hover-warning:focus {
  background-color: #c8001a;
  color: #ffffff;
}
.it-button-hover-warning:hover:hover,
.it-button-hover-warning:focus:hover,
.it-button-hover-warning:hover:focus,
.it-button-hover-warning:focus:focus {
  background-color: #c8001a;
  color: #ffffff;
}
.it-button-hover-warning:hover:active,
.it-button-hover-warning:focus:active,
.it-button-hover-warning:hover.is-active,
.it-button-hover-warning:focus.is-active {
  background-color: #c8001a;
  color: #ffffff;
}
#contactDetail {
  display: none;
  padding: 8px;
  background: #fff;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  z-index: 1030;
  transition: all 0.15s;
}
#contactDetail.is-active {
  opacity: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  #contactDetail {
    padding: 16px 32px 32px;
  }
}
.it-filter-options {
  position: relative;
  overflow: hidden;
}
/*
 * Login
 */
.it-page-login {
  background-image: url('/images/ISBC_arc_gradient.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.it-logo {
  display: block;
  width: 20%;
  height: 128px;
  margin-top: 64px;
  margin-left: 8.5%;
}
.it-logo img {
  width: auto;
  height: 100%;
}
.it-head-contacts {
  margin-top: 96px;
  margin-right: 8.5%;
  color: #333;
}
  .it-head-contacts strong {
    color: #96bd20;
  }
.it-login-form {
  display: block;
  width: 294px;
  margin: 0 auto;
}
.it-login-form .uk-button[type="submit"] {
  font-family: "ClearSans-Light";
}
.it-form-step {
  display: none;
}
.it-form-step-active {
  display: block;
}
@media (max-width: 959px) {
  .it-logo {
    width: 24%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .it-logo {
    width: 30%;
    height: auto;
    margin: 16px auto 0;
  }
}
@media (max-width: 479px) {
  .it-logo {
    width: 40%;
  }
}
@media (max-width: 1050px) {
  .it-page-login {
    background-image: none;
  }
}
/*
 * Modules
 */
.it-page-modules {
  background-color: #efefef;
  background-size: cover;
}
.it-page-modules .it-content .is-drawer-toggle {
  position: fixed;
}
.it-page-modules .it-content .it-reg {
  padding: 50px 0px;
}
.it-page-modules .it-content .it-reg > span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
}
.it-page-modules .is-content-wrapper:before {
  content: '';
  display: none;
  background: rgba(0, 0, 0, 0.25);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.it-page-modules .it-user-block-button {
  color: #fff !important;
}

.copyright {
  display: block;
  padding: 24px 8px;
  background: rgba(0,0,0,0.7);
  text-align: center;
  font-family: 'ClearSans-Light';
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}


.modules-list {
  display: block;
  margin: 16px 0px 82px;
}

.modules-list__item {
  display: block;
  margin: 30px 46px;
  padding: 21px;
  position: relative;
}
.modules-list__item-link {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.7), 0 0 0 14px rgba(255,255,255,0.4), 0 0 0 21px rgba(255,255,255,0.5);
  overflow: hidden;
  font-size: 120px;
  color: #f28f00;
  transition: color 0.15s ease-in-out;
}
.modules-list__item-link:hover {
  color: #ef7701;
  __box-shadow: 0 0 0 21px rgba(255,255,255,0.3), 0 0 0 21px rgba(255,255,255,0.3), 0 0 0 21px rgba(255,255,255,0.3);
}

.modules-list__item_locked .modules-list__item-link {
  cursor: not-allowed;
  color: #e1e1e1 !important;
}

.modules-list__item-icon {
  display: block;
  margin: 0;
  border-radius: 50%;
  background: #fff;
}

.modules-list__item__hint {
  margin-top: 2px;
  margin-left: 46px;
}

@media (min-width: 480px) {
  .modules-list {
    margin: 24px 48px;
    margin-right: 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .modules-list__item {
    display: inline-block;
    margin: 16px 24px;
  }
}

@media (min-width: 768px) {
  .modules-list__item {
    display: inline-block;
    margin: 16px 24px;
  }
}

@media (min-width: 960px) {
  .modules-list {
    margin: 82px 0px;
    margin-left: 8.7%;
  }
  .modules-list__item {
    margin: 30px 46px;
  }
}

@media (min-width: 1280px) {
  .modules-list {
    margin: 82px 0px;
    margin-left: 1.7%;
  }
  .modules-list__item {
    margin: 30px 46px;
  }
}

.it-header > * {
  vertical-align: bottom;
}
/*
 * newSending
 */
#newMessageForm {
  color: #b2b2b2;
}
.it-shedule-name-block {
  height: 20px;
}
.it-sending-cost-container {
  text-align: right;
  line-height: 1;
}
.it-sending-cost-container > div {
  display: inline-block;
  vertical-align: bottom;
}
.it-sending-cost-container > div:first-child {
  margin-right: 8px;
  font-size: 12px;
}
.it-sending-cost-container .it-sending-cost {
  display: inline-block;
  height: 1em;
  border-radius: 50px/50px;
  padding: 7px 16px;
  background-color: #585858;
  color: #d1f585;
  cursor: pointer;
}
.it-sending-cost-container .it-sending-cost_disabled {
  opacity: 0.8;
  cursor: default;
}
.it-sending-cost-container .it-sending-cost > [class*=-icon-] {
  margin: 0px 6px 0px -6px;
  font-size: 13px;
  line-height: 1;
  vertical-align: baseline;
  color: #e1e1e1;
}
.it-sending-cost-container .it-sending-cost:not(.it-sending-cost_disabled):hover * {
  opacity: 0.8;
}
.it-sending-cost-container .it-sending-cost > .approx-price-loader {
  display: none;
  font-size: 10px;
  position: relative;
  width: 62px;
  height: 1em;
}
.it-sending-cost-container .it-sending-cost > .approx-price-loader .dot {
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #d1f585;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.it-sending-cost-container .it-sending-cost > .approx-price-loader .dot1,
.it-sending-cost-container .it-sending-cost > .approx-price-loader .dot2 {
  left: 0;
}
.it-sending-cost-container .it-sending-cost > .approx-price-loader .dot3 {
  left: 1.5em;
}
.it-sending-cost-container .it-sending-cost > .approx-price-loader .dot4 {
  left: 3em;
}
.it-sending-cost-container .it-sending-cost > .approx-price-loader .dot1 {
  animation-name: reveal;
}
.it-sending-cost-container .it-sending-cost > .approx-price-loader .dot2,
.it-sending-cost-container .it-sending-cost > .approx-price-loader .dot3 {
  animation-name: slide;
}
.it-sending-cost-container .it-sending-cost > .approx-price-loader .dot4 {
  animation-name: reveal;
  animation-direction: reverse;
}
.it-sending-cost-container .it-sending-cost.is-loading {
  cursor: default;
}
.it-sending-cost-container .it-sending-cost.is-loading > #approx-price-span {
  display: none;
}
.it-sending-cost-container .it-sending-cost.is-loading > .approx-price-loader {
  display: inline-block;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
[data-items-count]:after {
  content: attr(data-items-count);
  display: inline-block;
  vertical-align: baseline;
  font-size: 0.9em;
}
.it-send-to {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.it-send-contacts {
  box-sizing: border-box;
  hite-space: nowrap;
}
.it-send-contacts.it-send-recipients {
  display: block;
  float: left;
  max-width: 70%;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.it-send-contacts.it-send-watchers {
  display: inline;
}
.it-send-contacts > a > [class*="-icon-"] {
  vertical-align: text-bottom;
  font-size: 20px;
  color: #b2b2b2;
}
.it-filed.it-send-contacts > a > [class*="-icon-"] {
  color: #585858;
}
@media (max-width: 767px) {
  .it-send-contacts {
    display: inline-block !important;
    max-width: 100% !important;
    vertical-align: bottom;
  }
  .it-send-contacts.it-send-recipients {
    margin-right: -43px;
    padding-right: 59px;
  }
  .it-send-contacts.it-send-watchers {
    float: right;
  }
  .it-send-contacts.it-send-watchers:before {
    content: '';
    width: 5px;
    background: #fff;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
  }
  .it-send-contacts.it-send-watchers > a {
    display: block;
    width: 22px;
    margin-left: 21px;
    overflow: hidden;
  }
}
.it-send-form-label {
  font-family: 'ClearSans-Light';
  font-size: 24px;
  line-height: 64px;
  color: #585858;
}
.it-send-form-panel {
  display: block;
  padding: 20px 24px;
  background: #f4f4f4;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.it-send-form-control {
  position: relative;
  display: inline-block;
  max-width: 50%;
  margin-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.it-send-form-control > * {
  vertical-align: middle;
}
.it-send-form-panel .is-button-dropdown {
  vertical-align: baseline;
}
.it-sender {
  cursor: pointer;
}
.it-sender > span {
  margin-right: 4px;
}
.it-sender ~ .is-dropdown {
  margin-top: 22px;
  left: -24px;
}
.it-sender ~ .is-dropdown .it-sender-selected {
  display: none;
}
.it-message-text {
  display: block;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.it-message-text textarea {
  display: block;
  width: 100%;
  height: 92px;
  padding: 8px 24px 0px;
  margin-bottom: 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  resize: none;
  font-size: 16px;
}
.it-message-text textarea:disabled { margin-bottom: 0;}
.it-message-text .it-message-text-info {
  padding: 8px 24px;
  background-color: #585858;
  color: #bfbfbf;
  font-size: 14px;
  font-family: 'ClearSans-Bold';
}
.it-message-text-translit {
  display: none;
  width: 42%;
  background-color: #b2b2b2;
  border-left-width: 0px;
}
.it-message-text-translit > textarea {
  background-color: #b2b2b2;
}
.it-message-translit .it-message-text {
  float: left;
}
.it-message-translit .it-message-text-source {
  width: 58%;
  border-right-style: dashed;
}
.it-message-translit .it-message-text-translit {
  display: block;
}
.it-message-text-options {
  font-size: 12px;
  line-height: 1;
}
.it-message-text-variables {
  font-family: 'ClearSans-Bold';
}
.it-message-options {
  font-size: 14px;
}
@media (max-width: 767px) {
  .it-send-form-label {
    line-height: 1.5;
  }
  .it-send-form-panel {
    padding: 16px;
  }
  .it-recipients-divider {
    width: 5px;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
  }
  .it-message-text-source,
  .it-message-text-translit {
    width: 100% !important;
  }
  .it-message-translit .it-message-text-source {
    border-right-style: solid !important;
    border-bottom-width: 0px;
  }
  .it-message-translit .it-message-text-translit {
    border-left-width: 1px !important;
    border-top-style: dashed;
  }
  .it-translit-toggle {
    text-align: right;
  }
}
.it-search {
  border: none !important;
}
.it-search:focus,
.it-search.uk-active {
  border-bottom: 2px dashed #d1f585 !important;
}
.uk-form-icon > [class*="it-icon-"] {
  position: absolute;
  top: 0.55em;
  left: 0.5em;
}

/* Addressbook filter */
.ab-filter {
  padding: 48px 24px 24px 32px;
  font-family: 'ClearSans-Light';
  line-height: 1;
  color: #e1e1e1;
}

.ab-filter__group { margin: 16px 0; }
.ab-filter__group:last-child { margin-bottom: 0; }
.ab-filter__item {
  margin: 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ab-filter__group-header {
  display: block;
  position: relative;
  font-family: 'ClearSans-Regular';
  color: #808080;
  cursor: pointer;
}
.ab-filter__group-header:before,
.ab-filter__group-header:after {
  position: absolute;
  background: #808080;
  content: '';
}
.ab-filter__group-header:before {
  left: 0;
  top: 7px;
  width: 12px;
  height: 2px;
}
.ab-filter__group-header:after {
  display: none;
  left: 5px;
  top: 2px;
  width: 2px;
  height: 12px;
}
.ab-filter__group-toggle { display: none; }
.ab-filter__group-toggle:not(:checked) + .ab-filter__group-header:after { display: block; }
.ab-filter__group-toggle:not(:checked) ~ .ab-filter__group-body { height: 0; }

.ab-filter__group-title,
.ab-filter__item { padding-left: 20px; }

.ab-filter__group-body {
  overflow: hidden;
}

.ab-filter__controls { margin: 20px 0; }

.ab-filter__controls .is-button:first-child { margin-right: 8px; }

.ab-filter__number-found {
  visibility: hidden;
}
.ab-filter__number-found:after {
  content: attr(data-count);
  margin-left: 8px;
  font-size: 24px;
  color: #f28f00;
}
.ab-filter__number-found[data-count] {
  visibility: visible;
}

.ab-filter__search {
  line-height: 1;
  color: #fff;
}
.ab-filter__search .it-icon-Finder {
  display: inline;
  vertical-align: baseline;
}
.ab-filter__search-control {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent !important;
  color: inherit;
  font-family: 'ClearSans-Regular';
  font-size: 14px;
}

.ab-filter__item {
  display: block;
  font-size: 14px;
}
.ab-filter__item .is-custom-control {
  display: inline;
}
.ab-filter__item .is-custom-control-view { vertical-align: bottom; }


.is-button-reset {
  position: relative;
  background: transparent !important;
  color: #b2b2b2;
}
.is-button-reset:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: inherit;
  border-width: 2px;
  border-style:  solid;
  border-radius: 4px;
  content: '';
}

.is-button-reset[disabled] {
  color: #808080 !important;
  background: transparent !important;
  cursor: default;
}


form#contactForm {
  padding-top: 128px;
}
.it-sending-time {
  height: 24px;
}
.it-sending-time > .it-timepicker,
.it-sending-time > .it-datepicker {
  display: inline-block;
}
.it-sending-now.it-sending-time > .it-timepicker,
.it-sending-now.it-sending-time > .it-datepicker {
  display: none;
}
.it-sending-time > .it-timepicker > input[type="text"],
.it-sending-time > .it-datepicker > input[type="text"] {
  position: relative;
  margin-left: -28px;
  padding-left: 24px;
  background: none;
  border: none;
  outline: none;
  color: inherit;
  cursor: pointer;
}
.it-sending-time > .it-datepicker > .it-icon-DatePicker {
  font-size: 20px;
  line-height: 24px;
  vertical-align: bottom;
}
.it-sending-time > .it-datepicker > input[type="text"] {
  width: 70px;
}
.it-sending-time > .it-sending-time-toggle {
  font-size: 8px;
  vertical-align: bottom;
  cursor: pointer;
}
.it-sending-time > .it-sending-time-toggle:after {
  font-family: 'isbc';
  content: '\e615';
}
.it-sending-time > .it-sending-time-toggle > .it-now {
  display: none;
}
.it-sending-now.it-sending-time > .it-sending-time-toggle {
  font-size: 16px;
}
.it-sending-now.it-sending-time > .it-sending-time-toggle:after {
  content: '\e602';
  font-size: 0.75em;
}
.it-sending-now.it-sending-time > .it-sending-time-toggle > .it-now {
  display: inline-block;
}
.it-timepicker:before {
  content: '\e653';
  font-family: 'isbc';
  font-size: 20px;
  line-height: 24px;
  vertical-align: bottom;
}
.it-sheduler-time {
  display: block;
  text-align: center;
}
.it-sheduler-time:hover {
  background-color: #b2b2b2;
  text-decoration: none;
}
.it-sheduler-link > .it-icon-Crist_Orange {
  margin: 0 0 0 4px;
  font-size: 8px;
  cursor: pointer;
}
#schedulerList {
  display: block;
  float: right;
  position: relative;
  margin: -8px 0 0;
  padding: 0 24px;
  list-style-type: none;
  font-size: 14px;
  /*
  &:before {
    font-family: 'isbc';
    font-size: 12px;
    line-height: 24px;
    
    
    .it-scheduler-spread& { content: "\e802"; }
    .it-scheduler-repeat& { content: "\e613"; }
  }
  */
}
#schedulerList > #it-scheduler-type-icon {
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  left: 4px;
  top: 0;
}
#schedulerList li {
  padding: 0px;
}
.it-message-lifetime [class*="it-icon-"] {
  margin-top: -4px;
  color: #585858;
  font-size: 20px;
}
@media (max-width: 959px) {
  .it-form-label {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .it-form-label {
    padding-bottom: 8px;
    color: #f38f00;
  }
}
.it-panel-gray {
  background-color: #f4f4f4;
  padding: 17px 24px;
}
td[data-form-action] {
  cursor: pointer;
}
dl.it-contractor-settings {
  display: block;
  position: relative;
  zoom: 1;
  max-width: 870px;
  color: #585858;
}
dl.it-contractor-settings:before,
dl.it-contractor-settings:after {
  content: '';
  display: table;
}
dl.it-contractor-settings:after {
  clear: both;
}
dl.it-contractor-settings dt,
dl.it-contractor-settings dd {
  display: block;
  float: left;
  margin-bottom: 8px;
  box-sizing: border-box;
}
dl.it-contractor-settings dt {
  clear: left;
  padding-right: 16px;
  font-weight: normal !important;
  width: 40%;
}
dl.it-contractor-settings dt:first-child ~ dt:before {
  content: '';
  display: block;
  width: 100%;
  margin-top: -5px;
  border-top: 1px solid #e1e1e1;
  position: absolute;
  left: 0px;
  top: auto;
}
dl.it-contractor-settings dd {
  width: 60%;
}

/* Profile settings */

.settings__settings-form {
  width: 800px;
  margin-top: 48px;
  color: #585858;
}

.services-form__row {
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.services-form__row:last-child { border: 0; }

.services-form__row:before,
.services-form__row:after {
  display: block;
  clear: both;
  content: '';
}
.services-form__row .is-hint-block {
  padding: 3px 0;
}
.services-form__column {
  display: block;
  box-sizing: border-box;
}
.services-form__column_left {
  float: left;
  width: 25%;
}
.services-form__column_right {
  width: 75%;
  margin-left: 25%;
  padding-left: 16px;
}
.services-form__ip-range-col {
  display: inline-block;
  vertical-align: top;
}
.services-form__ip-range-col_left {
  width: 300px;
  margin-right: 8px;
  text-align: right;
}
.services-form__ip-range-list {
  display: block;
  width: 100%;
  font-size: 14px;
}

.users__user-form {
  width: 700px;
  color: #585858;
}
.user-form__fieldset {
  width: 640px;
}


.it-report-period {
  position: relative;
}
.it-report-period .it-report-period-datetime {
  display: inline-block;
}
.it-report-period .it-report-period-datetime + .it-report-period-datetime:before {
  content: '-';
  display: inline-block;
  margin: 0 8px;
}
.it-report-period .it-report-update {
  margin-top: 16px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
}
.it-report-date,
.it-report-time .bfh-timepicker-toggle > .is-timepicker {
  height: auto !important;
  border: 0;
  border-bottom: 1px dashed #e1e1e1 !important;
  font-size: 16px;
  line-height: 18px;
  color: #b2b2b2;
}
.it-report-date {
  width: 82px;
  margin: 0;
  padding: 0;
  outline: none;
}
.it-report-charts {
  position: relative;
}
.it-report-charts:before,
.it-report-charts:after {
  content: "";
  display: table-cell;
}
.it-report-charts:after {
  clear: both;
}
.it-report-charts .it-report-types {
  /*width: 700px;*/
  border: 0;
  font-size: 16px;
}
.it-report-charts .it-report-filter {
  width: 437px;
  border: 0;
  font-size: 12px;
  position: absolute;
  left: 16px;
  bottom: 0px;
  z-index: 9;
  transform: rotate(-90deg) translateY(-1em);
  transform-origin: left bottom;
}
.it-report-charts .it-report-filter > li {
  padding-top: 8px;
}
.it-report-charts .it-report-filter > li.is-active {
  padding-top: 1px;
}
.it-report-charts .it-report-filter > li > a {
  background: #585858;
  color: #fff;
}
.it-report-charts .it-report-filter > li > a[data-report-filter="success"] {
  background: #d1f585;
  color: #808080;
}
.it-report-charts .it-report-filter > li > a[data-report-filter="fail"] {
  background: #c8001a;
}
.it-report-charts.it-loading {
  background: url('/images/loading.gif') center center no-repeat;
}
.it-report-charts.it-loading .it-report {
  visibility: hidden;
}
.it-report-charts .it-report {
  height: 437px;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  overflow: hidden;
}
.it-report-charts .it-report.it-report-graphic {
  float: left;
  width: 700px;
  margin-right: 8px;
  position: relative;
  z-index: 10;
}
.it-report-charts .it-report.it-report-graphic[data-report-type="daily"] {
  float: none;
  width: 100%;
}
.it-report-charts .it-report.it-report-table {
  /*padding-bottom: 36px;*/
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.it-report-charts .it-report.it-report-table[data-report-type="daily"] {
  display: none;
}
.it-report-charts .it-report.it-report-table[data-report-filter="total"] th > span.it-total {
  background: #f28f00;
}
.it-report-charts .it-report.it-report-table[data-report-filter="success"] th > span.it-success {
  background: #d1f585;
  color: #808080;
}
.it-report-charts .it-report.it-report-table[data-report-filter="fail"] th > span.it-fail {
  background: #c8001a;
}
.it-report-charts .it-report.it-report-table table {
  font-size: 14px;
  line-height: 1.5;
}
.it-report-charts .it-report.it-report-table table th,
.it-report-charts .it-report.it-report-table table td {
  padding: 9px 15px;
  border: 0;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.it-report-charts .it-report.it-report-table table thead tr {
  background: #f4f4f4;
  color: #b2b2b2;
}
.it-report-charts .it-report.it-report-table table thead tr.it-subheader > th {
  position: relative;
  background: #585858;
  color: #fff;
}
.it-report-charts .it-report.it-report-table table thead tr.it-subheader > th > span {
  display: inline-block;
  padding: 0 8px;
  text-align: center;
  border-radius: 50px / 50px;
}
.it-report-charts .it-report.it-report-table table tbody tr {
  color: #585858;
}
.it-report-charts .it-report.it-report-table table tbody tr td,
.it-report-charts .it-report.it-report-table table tbody tr th {
  border-top: 1px solid #e1e1e1;
}
.it-report-charts .it-report.it-report-table table .it-text-overflow {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.google-visualization-table-sortind {
  display: inline-block;
  padding-left: 4px;
  vertical-align: middle;
  font-family: 'isbc';
  color: #ccc;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.google-visualization-table-sortind:after {
  content: '\e916' !important;
}
.sort-ascending .google-visualization-table-sortind:after {
  content: '\e917' !important;
}
.google-visualization-table-td:nth-child(1n+3) { padding-left: 23px !important; }
.google-visualization-table-td .reports__cell_fail {
  color: #c8001a;
}
@media (max-width: 1400px) {
  .it-report-table .it-text-overflow {
    max-width: 140px !important;
  }
}
.it-progress-line {
  display: block;
  width: 0;
  height: 2px;
  background: #ffd209;
}
.it-progress-line.active {
  width: 99%;
  transition: all 60s;
}
.it-progress-line.active.success,
.it-progress-line.active.error {
  transition: all 0.3s, height 0.2s 0.6s !important;
  width: 100%;
  height: 0;
}
.it-progress-line.active.success {
  background: #98cc27;
}
.it-progress-line.active.error {
  background: #c00;
}
@keyframes loader-rotate {
  0% {
    border-width: 10px;
    border-top-color: #98cc27;
    border-right-color: #98cc27;
  }
  25% {
    border-width: 3px;
  }
  48% {
    border-top-color: #98cc27;
    border-right-color: #98cc27;
  }
  49% {
    border-top-color: #f28f00;
    border-right-color: #f28f00;
  }
  50% {
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  98% {
    border-top-color: #f28f00;
    border-right-color: #f28f00;
  }
  99% {
    border-top-color: #98cc27;
    border-right-color: #98cc27;
  }
  100% {
    border-width: 10px;
  }
}
.it-loader-wrap {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
}
.it-loader-wrap > .it-loader-container {
  width: 70px;
  height: 35px;
  margin: 0 0 0 -35px;
  overflow: hidden;
  position: absolute;
  top: 30%;
  left: 50%;
}
.it-loader-wrap > .it-loader-container > .it-loader {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #98cc27;
  border-right-color: #98cc27;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: loader-rotate 3s ease-in-out infinite;
  transform: rotate(-200deg);
}
.it-loader-wrap.is-active {
  display: block;
}
#addressBookList {
  min-height: 50px;
}
#abTable td:not(:first-child) {
  cursor: pointer;
}
.is-table .it-contact-region {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.it-partially-selected {
  display: block;
  position: relative;
}
.it-partially-selected > .it-icon-info {
  font-size: 12px;
  position: absolute;
  left: 26px;
  top: 6px;
}
.scheduler-choice {
  width: 300px;
}
.scheduler-choice .scheduler-choice__item {
  padding: 20px 0 4px;
}
.scheduler-choice .scheduler-choice__link {
  height: 1em;
  font-size: 16px;
  line-height: 1;
}
.scheduler-choice .scheduler-choice__icon {
  margin-top: -1px;
  color: #808080;
}
.scheduler-choice .scheduler-choice__desc {
  margin: 6px 0 0 24px;
  font-size: 12px;
  color: #585858;
}

.navigation__link_home { color: #39f !important; }
.navigation__link_home [class*="icon-"] {
  font-size: 14px !important;
  width: 1em !important;
  height: 1em !important;
  left: 5px !important;
  top: 5px !important;
}

.sl-title {
  display: inline-block;
  vertical-align: middle;
  font-family: 'ClearSans-Regular';
  font-size: 24px;
  line-height: 1.5;
  color: #585858;
}

.sl-actions {
  display: inline-block;
  margin-left: 24px;
  vertical-align: middle;
}

.sl-actions__item {
  margin-right: 8px;
}

.sl-actions__item[data-sl-action="stop"]:after {
  content: '';
  display: block;
  width: 26px;
  height: 5px;
  margin: 5px -5px 6px;
  background: #fff;
}

.sl-menu {
  width: auto;
}

.sl-menu__list {
  white-space: nowrap;
}


.is-nav-dropdown .sl-menu__link {
  cursor: pointer;
  color: #585858;
}
.is-nav-dropdown .sl-menu__link:hover {
  background: #d1f585;
  color: #585858;
}

.is-nav-dropdown .sl-menu__link[disabled],
.is-nav-dropdown .sl-menu__link[disabled]:hover {
  cursor: default;
  color: #bfbfbf;
  background: none;
}

.scheduler-list__container {
  min-height: 100px;
  overflow: auto;
  position: relative;
}
.scheduler-list__item {
  cursor: pointer;
}
.scheduler-list__item-content {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scheduler-list__item-content_name { max-width: 150px; }
.scheduler-list__item-content_text { max-width: 150px; }

/* ****************************************
.is-radio-big .is-custom-control-view {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #e1e1e1;
  background-color: #e1e1e1;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.is-radio-big .is-custom-control-view:after {
  margin: -8px 0 0 -8px;
  width: 8px;
  height: 8px;
  border: 4px solid #FFF;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
  left: 50%;
  top: 50%;
}

.is-radio-big > input { display: none; }

.is-radio-big:hover>input~.is-custom-control-view, .is-radio-big>input:checked~.is-custom-control-view {
    background-color: #808080;
    border-color: #e1e1e1;
    -webkit-transition: background-color .2s,border-color .2s ease-in-out;
    -moz-transition: background-color .2s,border-color .2s ease-in-out;
    -o-transition: background-color .2s,border-color .2s ease-in-out;
    transition: background-color .2s,border-color .2s ease-in-out;
}
.is-radio-big>input:checked~.is-custom-control-view {
    border-color: #bfbfbf;
}

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


.sl-filter {
  margin-bottom: 2px;
}

.sl-filter__item {
  margin-right: 16px;
  font-family: 'ClearSans-Regular';
  cursor: pointer;
  color: #585858;
}
.sl-filter__label {
  vertical-align: middle;
}


.ab-menu { width: auto; }
.ab-menu__list {
  white-space: nowrap;
}

.is-nav-dropdown .ab-menu__link {
  cursor: pointer;
  color: #585858;
}
.is-nav-dropdown .ab-menu__link:hover {
  background: #d1f585;
  color: #585858;
}

.is-nav-dropdown .ab-menu__link[disabled],
.is-nav-dropdown .ab-menu__link[disabled]:hover {
  cursor: default;
  color: #bfbfbf;
  background: none;
}


.support__products {
  display: block;
  height: 40px;
  padding: 0 64px 0 128px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
}
.support__product-item {
  display: block;
  float: left;
  width: 122px;
  height: 122px;
  margin-top: -90px;
  border-radius: 50%;
  background: #e1e1e1;
  overflow: hidden;
  font-size: 0px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 1;
}
.support__product-item:before {
  content: attr(data-product-title);
  display: block;
  font-family: 'ClearSans-Bold';
  font-size: 14px;
  padding: 13px 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.support__product-item + .support__product-item {
  margin-left: -38px;
}
.support__product-item_active {
  background: #f28f00;
  z-index: 2;
}



.support__title { color: #585858; }

.support__add-ticket {
  width: 196px;
}

.tickets { display: none; }
.tickets_showed { display: block; }

.tickets__type { margin-top: 32px; }

.tickets__status {
  margin-top: 20px;
}
.tickets__status-item {
  margin-right: 16px;
  font-family: 'ClearSans-Regular';
  cursor: pointer;
  color: #585858;
}
.tickets__status-label {
  vertical-align: middle;
}

.tickets__container {
  min-height: 100px;
  overflow: auto;
  position: relative;
  margin-top: 20px;
}

.tickets__list-table tr[data-ticket] {
  cursor: pointer;
}
.tickets__item-subj {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-oveflow: ellipsis;
  white-space: nowrap;
}

.tickets__item-status {
  display: inline-block;
  padding: 0 4px 2px;
  border-radius: 19px;
  font-family: 'ClearSans-Light';
  font-size: 12px;
  line-height: 1;
  color: #fefefe;
}
.tickets__item-status_new {
  background: #c8001a;
}

.ticket {
  display: block;
  width: 780px;
  margin-top: 24px;
}
.ticket_new { width: 542px;}

.ticket__number {
  display: inline-block;
  background: #353535;
  padding: 0px 6px 2px;
  margin: 2px 13px 0 0;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
.ticket_closed .ticket__number { background: #e1e1e1; }
.ticket__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.5;
  color: #585858;
}
.ticket__nav {
  float: right;
  font-size: 24px;
}
.ticket__nav-arrow {
  display: inline-block;
  line-height: 1;
  color: #e1e1e1;
}
.ticket__nav-arrow[data-ticket] {
  color: #bfbfbf;
  cursor: pointer;
}
.ticket__nav-arrow [class*="icon-"] {
  width: 18px;
  margin: 0; 
}

.ticket__message {
  display: block;
  margin: 30px 0 16px;
}
.ticket__textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 98px;
  margin: 0;
  padding: 8px;
  border: 1px solid #e1e1e1;
  outline: none;
  resize: none;
}
.ticket__textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.ticket__textarea::-moz-placeholder {
  color: #b2b2b2;
}
.ticket__textarea:-moz-placeholder {
  color: #b2b2b2;
}
.ticket__textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.ticket_new .ticket__textarea {
  height: 192px;
}
.ticket__send,
.ticket__clear,
.ticket__close {
  display: block;
  margin: 0 0 16px;
  text-align: right;
}
.ticket__actions-item[data-action="add-file"] {
  font-size: 14px;
  color: #39f;
}
.ticket__actions-item[data-action="add-file"] .icon-Attach {
  color: #b2b2b2;
}

.ticket__actions-item.is-button { width: 138px; }
.ticket__actions-item.is-button[data-action="add-ticket"],
.ticket__actions-item.is-button[data-action="clear-ticket"] { width: 196px; }


.ticket__field_with_error .ticket__textarea,
.ticket__field_with_error .selectize-input,
.ticket__field_with_error .is-editable-content,
.ticket__field_with_error .is-input__box:before { border-color: #a11 !important; }

.thread__item {
  display: block;
  padding: 16px 24px 14px;
  background: #f4f4f4;
}
.thread__item:nth-child(2n) {
  background: #fff;
}
.thread__item-autor {
  display: block;
  float: left;
  width: 120px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 70px;
  font-size: 12px;
  line-height: 1.5;
  color: #585858;
}
.thread__item-content {
  display: block;
  overflow: hidden;
}
.thread__item-date {
  font-size: 12px;
  line-height: 1.5;
  color: #b2b2b2;
}
.thread__item-text {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #353535;
}
.thread__item-attachments {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #353535;
}
  .thread__item-attachments-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

.ticket__subject .it-icon-pencil {
  margin: 0 0 0 8px;
  font-size: 12px;
  vertical-align: baseline;
  cursor: pointer;
}

.new-ticket__textarea {
  display: block;
  width: 504px;
  height: 166px;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid #e1e1e1;
  outline: none;
  resize: none;
  font-size: 14px;
}



.tickets__type-select.selectize-control.single .selectize-input {
  width: 370px;
  height: 32px;
  padding: 6px 16px;
  font-size: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.tickets__type-select.selectize-control.single .selectize-input:after {
    background: url(/images/icon-arrow.svg) 0 0 no-repeat;
    width: 10px;
    height: 6px;
    border: none;
    right: 12px;
    top: 14px;
    margin-top: 0;
}
.tickets__type-select.selectize-control.single .selectize-input.input-active input { height: 0; }
.tickets__type-select .selectize-dropdown {
    background: #f4f4f4;
    margin-top: 4px;
    border-top: 1px solid #d0d0d0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
.tickets__type-select .selectize-dropdown-content .active {
    background: #e1e1e1;
    color: #585858;
}
.tickets__type-select .selectize-dropdown .optgroup-header, .tickets__type-select .selectize-dropdown [data-selectable] {
    font-size: 16px;
    padding: 7px 16px;
}
.tickets__type-select .selectize-dropdown-content .selected {
    position: relative;
}
.tickets__type-select .selectize-dropdown-content .selected:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #585858;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 6px;
}

.report-title {
  color: #585858;
}


/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013â€“2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}


.attach__file-name {
  display: inline-block;
  vertical-align: middle;
}

.attach {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #b2b2b2;
  cursor: pointer;
}
.attach__control {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.attach__control_hidden {}
.attach__text {
  font-size: 14px;
  color: #39f;
}
.attach [class*=icon-] {
  vertical-align: middle;
}

.black-hole {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.is-form__row {
  display: block;
  margin-bottom: 16px;
}
.is-form__field {
  display: block;
  vertical-align: middle;
}

.is-input__hint {
  display: block;
  margin: 3px 0;
  padding: 0px 16px;
  font-size: 0.75em;
  color: #808080;
}

.is-sup {
  font-size: 0.55em;
  vertical-align: super;
}
.is-separator {
  display: block;
  height: 2px;
  margin: 16px 0;
  background: #e1e1e1;
}
.is-hint-block {
  font-size: 12px;
}

.is-button__text {
  display: inline-block;
  margin: 0 16px;
}
.is-button__text:not(:first-child) { margin-left: 0; }
.is-button__text:not(:last-child) { margin-right: 0; }

.platform__products {
  display: block;
  height: 40px;
  padding: 0 76px 0 128px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
}
.platform__products-item {
  display: block;
  float: left;
  width: 122px;
  height: 122px;
  margin-top: -90px;
  border-radius: 50%;
  background: #e1e1e1;
  overflow: hidden;
  font-size: 0px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 1;
}
.platform__products-item:before {
  content: attr(data-product-title);
  display: block;
  font-family: 'ClearSans-Bold';
  font-size: 14px;
  padding: 13px 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.platform__products-item + .platform__products-item {
  margin-left: -38px;
}
.platform__products-item_active {
  background: #f28f00;
  z-index: 2;
}


/* ************
   Tariffs
 ************ */
.tariffs {
  color: #585858;
  margin-top: 8px;
}
.tariffs .it-icon-info {
  margin: 0 2px;
  color: #b2b2b2;
}
.tariffs__title {
  font-family: 'ClearSans-Regular';
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
}


.tariffs-filter__panel {
  display: block;
  box-sizing: border-box;
  width: 450px;
  margin-top: 16px;
  padding: 24px;
  border-top: 1px solid #e1e1e1;
  background: #f4f4f4;
}

.tariffs-filter__list {
  margin-top: 24px; 
}
.tariffs-filter__list_inline:before,
.tariffs-filter__list_inline:after {
  content: '';
  display: block;
  clear: both;
}

.tariffs-filter__item {
  display: block;
}
.tariffs-filter__item + .tariffs-filter__item { margin-top: 8px; }
.tariffs-filter__item .is-custom-control { margin: 0; }
.tariffs-filter__item .is-custom-control-view { margin-right: 8px; }
.tariffs-filter__list_inline .tariffs-filter__item {
  float: left;
  margin: 0;
  margin-right: 16px;
}

.tariffs-filter__items-count:before,
.tariffs-filter__items-count:after { color: #585858 !important; }
.tariffs-filter__items-count:before { content: '('; }
.tariffs-filter__items-count:after { content: ')'; }

input:checked ~ .tariffs-filter__items-count { color: #f38f00; }

.tariffs-filter__sender-select {
  width: 154px;
}
.tariffs-filter__sender-select .selectize-input,
.tariffs-filter__sender-select .selectize-dropdown {
  font-size: 16px;
  line-height: 1;
}

.tariffs__list-container {
  position: relative;
  margin-top: 16px;
}

.tariffs__list-item {
  cursor: pointer;
}
.tariffs__list-item_personal > td {
  background: #f5fde3;
  color: #353535;
}
.tariffs__list-item .tariff-name {
  font-family: 'ClearSans-Bold';
}
.tariffs__list-item .it-icon-Check_Green {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #98cc27;
}


.tariff-modal .is-modal-dialog {
  width: 653px;
  background: #f4f4f4;
}
.tariff-modal__title {
  margin-bottom: 16px;
  overflow: hidden;
  font-family: 'ClearSans-Regular';
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tariff-modal__content {
  font-size: 14px;
  color: #353535;
}


.tariff-info {
  color: #585858;
}

.tariff-info__products {
  display: block;
  height: 40px;
  padding: 0 76px 0 128px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
}
.tariff-info__product-item {
  display: block;
  float: left;
  width: 122px;
  height: 122px;
  margin-top: -90px;
  border-radius: 50%;
  background: #e1e1e1;
  overflow: hidden;
  font-size: 0px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 1;
}
.tariff-info__product-item:before {
  content: attr(data-product-title);
  display: block;
  font-family: 'ClearSans-Bold';
  font-size: 14px;
  padding: 13px 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.tariff-info__product-item + .tariff-info__product-item {
  margin-left: -38px;
}
.tariff-info__product-item_active {
  background: #f28f00;
  z-index: 2;
}

.tariff-info .is-hint-block {
  margin: 16px 0 32px;
  padding: 0 16px;
}
.tariff-info .is-hint-block:before {
  content: '*';
  position: relative;
  margin-left: -9px;
}
.tariff-info__title {
  font-family: 'ClearSans-Regular';
  font-size: 24px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tariff-info__title small { font-size: 16px; }

.tariff-info__tags {
  line-height: 1;
  margin-top: 8px;
}

.tariff-info__details {
  display: block;
  box-sizing: border-box;
  max-width: 710px;
  margin-top: 28px;
  padding: 24px;
  background: #f4f4f4;
}
.tariff-info__detail {
  display: block;
  border-bottom: 1px dotted #bfbfbf;
}
.tariff-info__detail:before,
.tariff-info__detail:after {
  content: '';
  display: block;
  clear: both;
}
.tariff-info__detail + .tariff-info__detail { margin-top: 8px; }
.tariff-info__detail .it-icon-info {
  color: #b2b2b2;
  margin: 0 0 0 4px;
}
.tariff-info__detail-l,
.tariff-info__detail-r {
  display: block;
  box-sizing: border-box;
  background: #f4f4f4;
  margin-bottom: -2px;
  position: relative;
  line-height: 1;
}
.tariff-info__detail-l {
  float: left;
  max-width: 70%;
  padding-right: 8px;
}
.tariff-info__detail-r {
  float: right;
  width: 30%;
  padding-left: 8px;
  font-weight: 400;
}

.tariff-info__senders {
  margin: 0 0 32px 13px;
  padding: 0 0 0 13px;
  font-family: 'ClearSans-Bold';
  font-size: 12px;
}
.tariff-info__senders li { padding-left: 8px; }
.tariff-info__senders a { font-family: 'ClearSans-Regular'; }

.tariff-info__sender-name { color: #b2b2b2; }

.tariff-info__regions {
  margin-top: 20px;
}
.tariff-info__regions-selector {
  width: 314px;
}
.tariff-info__regions-selector .selectize-input,
.tariff-info__regions-selector .selectize-dropdown { font-size: 16px; }

.tariff-info__price-list {
  margin-top: 16px;
}
.tariff-info__price-list tbody td:first-child { font-family: 'ClearSans-Bold'; }
.tariff-info__price-list tbody tr:nth-child(even) { background: #f4f4f4; }
.tariff-info__price-list .it-icon-info {
  color: inherit;
  margin: 0 0 0 4px;
}

.tariff-info__export-button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  outline: 0;
  background: transparent;
  font-family: 'ClearSans-Light';
  font-size: 14px;
  line-height: 32px;
  color: #b2b2b2;
  text-align: center;
  cursor: pointer;
}
.tariff-info__export-button:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #b2b2b2;
  border-radius: 4px;
}
.tariff-info__export-button:hover {
  color: #808080;
}
.tariff-info__export-button:hover:before {
  border-color: #808080;
}

.tariff-info__export-button[data-export-type]:after {
  content: attr(data-export-type);
  margin: 0 12px;
  font-size: 16px;
  vertical-align: baseline;
  color: #39f;
}
.tariff-info__export-button[data-export-type] .is-button__text {
  margin-right: 0;
  vertical-align: top;
}

.tariff-info__export-button [class*="it-icon-"] {
  width: 32px;
  margin: 0;
  vertical-align: baseline;
}
.tariff-info__export-button + .tariff-info__export-button { margin-left: 4px; }

#tariffSystemDesc .is-modal-dialog {
  width: 653px;
  background: #f4f4f4;
}
#tariffSystemDesc .tariff-info__title {
  margin-bottom: 16px;
}

#tariffSystemDesc .tariff-info__modal-content {
  font-size: 14px;
  color: #353535;
}


.is-input {
  font-size: 12px;
  color: #b2b2b2;
  position: relative;
  display: inline-block;
}
.is-input .is-input__box {
  position: relative;
  display: block;
  height: 36px;
  line-height: 36px;
}
.is-input .is-input__box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #b2b2b2;
  background: #fff;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out;
  will-change: border-width, border-color, background;
}
.is-input .is-input__prefix,
.is-input .is-input__postfix {
  display: block;
}
.is-input .is-input__prefix + .is-input__box,
.is-input .is-input__postfix + .is-input__box {
  overflow: hidden;
}
.is-input .is-input__prefix {
  float: left;
}
.is-input .is-input__postfix {
  float: right;
}
.is-input .is-input__control {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent !important;
  resize: none;
}
.is-input .is-input__control:not(:focus) {
  background: transparent !important;
}
.is-input .is-input__control:-moz-placeholder {
  font: inherit;
  color: inherit;
  opacity: 1;
}
.is-input .is-input__control::-moz-placeholder {
  font: inherit;
  color: inherit;
  opacity: 1;
}
.is-input .is-input__control:-ms-input-placeholder {
  font: inherit;
  color: inherit;
}
.is-input .is-input__control::-webkit-input-placeholder {
  font: inherit;
  color: inherit;
}
.is-input .is-input__control::-ms-clear {
  display: none;
}
.is-input .is-input__control::-webkit-search-cancel-button {
  display: none;
}
.is-input.is-input_hovered .is-input__box:before {
  border-color: #808080;
}
.is-input.is-input_filled {
  color: #353535;
}
.is-input.is-input_filled .is-input__box:before {
  border-color: #808080;
  background: rgba(209, 245, 133, 0.2);
}
.is-input.is-input_focused .is-input__box {
  color: #353535;
}
.is-input.is-input_focused .is-input__box:before {
  border-width: 2px;
  border-color: #d1f585;
  background: #fff;
}
.is-input.is-input_focused .is-input__control {
  text-overflow: clip;
}
.is-input.is-input_error .is-input__box:before {
  border-width: 2px;
  border-color: #c8001a;
  background: #fff;
}
.is-input.is-input_disabled {
  color: #e1e1e1;
}
.is-input.is-input_disabled .is-input__box:before {
  border-color: #e1e1e1;
  background: #fff;
}
.is-input.is-input_disabled .is-input__control {
  cursor: not-allowed;
}
.is-input.is-input_small {
  font-size: 12px;
}
.is-input.is-input_small .is-input__box {
  height: 24px;
  line-height: 24px;
}
.is-input.is-input_small .is-input__control {
  padding: 0px 8px;
}
.is-input.is-input_small.is-input_error .is-input__box:before {
  border-bottom-color: #c8001a;
}
.is-input.is-input_large {
  font-size: 16px;
}
.is-input.is-input_large .is-input__box {
  height: 48px;
  line-height: 48px;
}
.is-input.is-input_large .is-input__control {
  padding: 0px 16px;
}
.is-input_block {
  width: 100% !important;
}
.is-input.is-input_simple {
  font-size: 24px;
  width: 150px;
}
.is-input.is-input_simple .is-input__box:before {
  border: 0;
  border-bottom: 1px dotted #e1e1e1;
  background: transparent;
}
.is-input.is-input_simple .is-input__control {
  padding: 0px 2px;
}
.is-input.is-input_simple.is-input_hovered {
  color: #808080;
}
.is-input.is-input_simple.is-input_filled {
  color: #585858;
}
.is-input.is-input_simple.is-input_filled .is-input__box:before {
  border-color: transparent;
}
.is-input.is-input_simple.is-input_focused {
  color: #353535;
}
.is-input.is-input_simple.is-input_focused .is-input__box:before {
  border-width: 2px;
  border-color: #d1f585;
}
.is-input.is-input_simple.is-input_small {
  font-size: 16px;
}
.is-input.is-input_simple.is-input_small .is-input__box {
  height: 24px;
  line-height: 24px;
}
.is-input.is-input_simple.is-input_small .is-input__control {
  padding: 0 2px;
}
.is-input.is-input_elastic {
  width: auto;
}
.is-input.is-input_elastic .is-input__box { min-width: 110px; max-width: 250px; }
.is-input.is-input_elastic .is-input__box:after {
  content: attr(data-is-value);
  font: inherit;
  line-height: inherit;
  color: inherit;
  display: inline-block;
  height: 0;
  padding: 0 16px;
  overflow: hidden;
}
.is-input_small.is-input.is-input_elastic .is-input__box:after {
  padding: 0px 8px;
}
.is-input_simple.is-input.is-input_elastic .is-input__box:after {
  padding: 0px 2px;
}
.is-input_small.is-input_simple.is-input.is-input_elastic .is-input__box:after {
  padding: 0 2px;
}
.is-input.is-input_elastic .is-input__control {
  position: absolute;
}

.is-textarea {
  display: block;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #b2b2b2;
  outline: none;
  resize: none;
}
.is-textarea:-moz-placeholder {
  font: inherit;
  color: inherit;
  opacity: 1;
}
.is-textarea::-moz-placeholder {
  font: inherit;
  color: inherit;
  opacity: 1;
}
.is-textarea:-ms-input-placeholder {
  font: inherit;
  color: inherit;
}
.is-textarea::-webkit-input-placeholder {
  font: inherit;
  color: inherit;
}
.is-textarea::-ms-clear {
  display: none;
}
.is-textarea:not(:empty) {
  background: rgba(209, 245, 133, 0.2);
  border-color: #808080;
  color: #353535;
}
.is-textarea:focus {
  background: #fff;
  border-color: #d1f585;
}

.balance {
  color: #585858;
}

.balance .page__loader {
  position: fixed;
}

.no-payments-way {
  margin-top: 50px;
}
.no-payments-way__message {
  position: relative;
  width: 380px;
  padding: 0 0 32px 46px;
}
.no-payments-way__message .it-icon-shocked {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 30px;
}
.no-payments-way__solutions {
  padding-left: 46px;
}

.no-payments-way__solutions .phone-numbers {
  display: block;
  margin-top: 4px;
}
.no-payments-way__solutions .phone-numbers__item {
  display: block;
  font-family: 'ClearSans-Bold';
}

.payment-types {
  margin-top: 34px;
}

.payment-type {
  display: block;
  width: 328px;
}
.payment-type .is-custom-control {
  vertical-align: top;
}

.payment-type__desc {
  display: block;
  margin: 8px 0;
  font-size: 12px;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  cursor: default;
  transition-property: line-height, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  will-change: line-height, opacity;
}
.payment-type__desc:before {
  content: attr(data-label);
  display: block;
  visibility: hidden;
  font: inherit;
  line-height: inherit;
}
.payment-type_selected .payment-type__desc {
  line-height: 1.5;
  opacity: 1;
}

.payment-type__desc-item {
  display: block;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.payment-form {
  display: block;
  background: #fff;
  width: 304px;
  position: relative;
}

.payment-form__section {
  width: 100%;
  position: absolute;
  top: 64px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}

.payment-form_sbank {
  position: absolute;
}

.payment-form__section_active {
  position: relative;
  z-index: 2;
  top: 0;
  opacity: 1;
}

.payment-form__title {
  display: block;
  margin: 34px 0 60px;
}

.payment-form__field {
  width: 100%;
  font-size: 16px !important;
}

.payment-amount {
  width: 225px;
  vertical-align: middle;
}
.payment-amount__control {
  text-align: right;
}

.payment-form__currency {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  line-height: 48px;
}

.payments {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 60px;
  height: 0;
  opacity: 0;
  transition: opacity 0.2s;
  will-change: opacity;
}
.payments_showed {
  height: auto;
  opacity: 1;
  transition: opacity 0.3s 0.2s;
}
.payments__list {
  font-size: 14px;
  white-space: nowrap;
}
.payments__list td {
  vertical-align: middle !important;
}

.bill__amount { text-align: right !important; }
.bill__pdf {
  font-size: 30px;
  color: #e1e1e1;
}
.bill__pdf_link { color: #b2b2b2; }
.bill__pdf_link:hover { color: #be0600; }
.bill__status .it-icon-Check_Green {
  margin-left: 8px;
  vertical-align: baseline;
  color: #98cc27;
}
.bill__payment-order {
  display: block;
  font-size: 10px;
  line-height: 1.2; 
}
.bill__payment-wait { font-size: 12px; }

.bill__modal {
  width: 320px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: solid 1px #e1e1e1;
  box-shadow: none;
  background: #b2b2b2;
  text-align: center;
  color: #353535;
}

.bill__modal .is-input_simple {
  __display: block;
  __width: 100%;
  margin: 6px 0 8px;
}
.bill__modal .is-input_simple .is-input__box {
  color: #fff !important;
}
.bill__modal .is-input_simple .is-input__box:before {
  border-color: #353535 !important;
}
.bill__modal .is-input_simple .is-input__box:after {
  min-width: 150px;
}
.bill__modal .is-input_simple .is-input__control {
  text-align: center;
}

/* Documents */
.documents {
  margin-top: 8px;
  color: #585858;
}

.documents__list-container {
  position: relative;
}

.documents__title {
  font-family: 'ClearSans-Regular';
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 34px;
}

.documents__types {
  margin-bottom: 44px;
}
.documents__types-item {
  display: block;
  margin-bottom: 24px;
}

.documents__types-item .is-custom-control-view { margin-right: 8px; }

.document-title {
  font-family: 'ClearSans-Bold';
}

.document__pdf {
  font-size: 30px;
  color: #e1e1e1;
}
.document__pdf_link { color: #b2b2b2; }
.document__pdf_link:hover { color: #be0600; }

/* Documents edit */
.contract {
  width: 700px;
  margin-top: 38px;
  color: #585858;
}

.contract__title {
  font-family: 'ClearSans-Regular';
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.contract__title a {
  font-size: 16px;
  margin-left: 12px;
}

.contract__help-block {
  font-size: 14px;
  display: block;
  margin: 0 0 32px;
}

.contract .is-separator {
  width: 700px;
  margin: 32px 0 24px;
  background: #585858;
}

.contract-form__title {
  font-family: 'ClearSans-Bold';
  display: block;
  margin-bottom: 12px;
}

.contract-form__label {
  font-size: 14px;
  vertical-align: bottom;
  line-height: 1;
  color: #808080;
}

.contract-form__fieldset {
  width: 640px;
}

.contract-form__address {
  width: 100%;
  margin-top: 6px;
}
.contract-form__address_comment {
  background: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}

.contract-form__postal-address {
  margin: 32px 0;
  padding: 24px 32px 24px 40px;
  border: 2px solid #353535;
}

.contract-form__postal-address .envelope {
  margin-left: -6px;
}
.contract-form__postal-address .contract__title {
  margin: 0;
}
.documents__modal {
  width: 320px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: solid 1px #e1e1e1;
  box-shadow: none;
  background: #b2b2b2;
  text-align: center;
  color: #353535;
}

.documents__modal .is-input_simple {
  __display: block;
  __width: 100%;
  margin: 6px 0 8px;
}
.documents__modal .is-input_simple .is-input__box {
  color: #fff !important;
}
.documents__modal .is-input_simple .is-input__box:before {
  border-color: #353535 !important;
}
.documents__modal .is-input_simple .is-input__box:after {
  min-width: 150px;
}
.documents__modal .is-input_simple .is-input__control {
  text-align: center;
}


.popup_news_container a{color:red;float:right;}
.popup_news_container h3{color:black;font-size:25px;}
.popup_news_container p{color:black;}
.popup_news_container {
  cursor: pointer;
  display: none;
  padding: 15px;
  position: absolute;
  bottom: 9%;
  right: 2%;
  min-width: 350px;
  width: 35%;
  height: 150px;
  background-image: url('../images/news_bg.png');
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.popup_news_show{display:block;}
.checked{
  background: #b7b7b7;
  border: white solid 1px;
}
.progress{
  width: 80%;
  margin: auto;
  text-align: center;
  display:none;
}