/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

@font-face {
  font-family: 'Panton-BlackCaps';
  src: url("../fonts/Panton-BlackCaps.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-BlackCaps.otf") format("opentype"), url("../fonts/Panton-BlackCaps.woff") format("woff"), url("../fonts/Panton-BlackCaps.ttf") format("truetype"), url("../fonts/Panton-BlackCaps.svg#Panton-BlackCaps") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'Panton-BlackitalicCaps';
  src: url("../fonts/Panton-BlackitalicCaps.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-BlackitalicCaps.otf") format("opentype"), url("../fonts/Panton-BlackitalicCaps.woff") format("woff"), url("../fonts/Panton-BlackitalicCaps.ttf") format("truetype"), url("../fonts/Panton-BlackitalicCaps.svg#Panton-BlackitalicCaps") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Panton-Regular';
  src: url("../fonts/Panton-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-Bold.otf") format("opentype"), url("../fonts/Panton-Bold.woff") format("woff"), url("../fonts/Panton-Bold.ttf") format("truetype"), url("../fonts/Panton-Bold.svg#Panton-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Panton-BoldItalic';
  src: url("../fonts/Panton-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-BoldItalic.otf") format("opentype"), url("../fonts/Panton-BoldItalic.woff") format("woff"), url("../fonts/Panton-BoldItalic.ttf") format("truetype"), url("../fonts/Panton-BoldItalic.svg#Panton-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Panton-Regular';
  src: url("../fonts/Panton-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-Italic.otf") format("opentype"), url("../fonts/Panton-Italic.woff") format("woff"), url("../fonts/Panton-Italic.ttf") format("truetype"), url("../fonts/Panton-Italic.svg#Panton-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Panton-LightCaps';
  src: url("../fonts/Panton-LightCaps.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-LightCaps.otf") format("opentype"), url("../fonts/Panton-LightCaps.woff") format("woff"), url("../fonts/Panton-LightCaps.ttf") format("truetype"), url("../fonts/Panton-LightCaps.svg#Panton-LightCaps") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Panton-LightitalicCaps';
  src: url("../fonts/Panton-LightitalicCaps.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-LightitalicCaps.otf") format("opentype"), url("../fonts/Panton-LightitalicCaps.woff") format("woff"), url("../fonts/Panton-LightitalicCaps.ttf") format("truetype"), url("../fonts/Panton-LightitalicCaps.svg#Panton-LightitalicCaps") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Panton-Regular';
  src: url("../fonts/Panton-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-Regular.otf") format("opentype"), url("../fonts/Panton-Regular.woff") format("woff"), url("../fonts/Panton-Regular.ttf") format("truetype"), url("../fonts/Panton-Regular.svg#Panton-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* New colors */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

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

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

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

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

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

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

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Panton-Regular", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

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

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

.row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

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

.row::after {
  clear: both;
}

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

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media screen and (min-width: 64em) {
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

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

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

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

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

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 64em) {
  .column, .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

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

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

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

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

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-up-9 > .column, .medium-up-9 > .columns {
    width: 11.11111%;
    float: left;
  }
  .medium-up-9 > .column:nth-of-type(1n), .medium-up-9 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-9 > .column:nth-of-type(9n+1), .medium-up-9 > .columns:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-up-9 > .column:last-child, .medium-up-9 > .columns:last-child {
    float: left;
  }
  .medium-up-10 > .column, .medium-up-10 > .columns {
    width: 10%;
    float: left;
  }
  .medium-up-10 > .column:nth-of-type(1n), .medium-up-10 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-10 > .column:nth-of-type(10n+1), .medium-up-10 > .columns:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-up-10 > .column:last-child, .medium-up-10 > .columns:last-child {
    float: left;
  }
  .medium-up-11 > .column, .medium-up-11 > .columns {
    width: 9.09091%;
    float: left;
  }
  .medium-up-11 > .column:nth-of-type(1n), .medium-up-11 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-11 > .column:nth-of-type(11n+1), .medium-up-11 > .columns:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-up-11 > .column:last-child, .medium-up-11 > .columns:last-child {
    float: left;
  }
  .medium-up-12 > .column, .medium-up-12 > .columns {
    width: 8.33333%;
    float: left;
  }
  .medium-up-12 > .column:nth-of-type(1n), .medium-up-12 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-12 > .column:nth-of-type(12n+1), .medium-up-12 > .columns:nth-of-type(12n+1) {
    clear: both;
  }
  .medium-up-12 > .column:last-child, .medium-up-12 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-up-9 > .column, .large-up-9 > .columns {
    width: 11.11111%;
    float: left;
  }
  .large-up-9 > .column:nth-of-type(1n), .large-up-9 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-9 > .column:nth-of-type(9n+1), .large-up-9 > .columns:nth-of-type(9n+1) {
    clear: both;
  }
  .large-up-9 > .column:last-child, .large-up-9 > .columns:last-child {
    float: left;
  }
  .large-up-10 > .column, .large-up-10 > .columns {
    width: 10%;
    float: left;
  }
  .large-up-10 > .column:nth-of-type(1n), .large-up-10 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-10 > .column:nth-of-type(10n+1), .large-up-10 > .columns:nth-of-type(10n+1) {
    clear: both;
  }
  .large-up-10 > .column:last-child, .large-up-10 > .columns:last-child {
    float: left;
  }
  .large-up-11 > .column, .large-up-11 > .columns {
    width: 9.09091%;
    float: left;
  }
  .large-up-11 > .column:nth-of-type(1n), .large-up-11 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-11 > .column:nth-of-type(11n+1), .large-up-11 > .columns:nth-of-type(11n+1) {
    clear: both;
  }
  .large-up-11 > .column:last-child, .large-up-11 > .columns:last-child {
    float: left;
  }
  .large-up-12 > .column, .large-up-12 > .columns {
    width: 8.33333%;
    float: left;
  }
  .large-up-12 > .column:nth-of-type(1n), .large-up-12 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-12 > .column:nth-of-type(12n+1), .large-up-12 > .columns:nth-of-type(12n+1) {
    clear: both;
  }
  .large-up-12 > .column:last-child, .large-up-12 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

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

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

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

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

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .bx-pager{
    display: none;
  }
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em){
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2199e8;
  color: #fefefe;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 960px;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 960px;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 960px;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 960px;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

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

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

/**/
.tabs-titles {
  float: left;
}

.tabs-titles > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 1rem;
}

.tabs-titles > a:hover {
  background: #fefefe;
}

.tabs-titles > a:focus, .tabs-titles > a[aria-selected='true'] {
  background: #e6e6e6;
}

/**/

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

html {
  height: 100%;
}

body {
  background: #fff;
  min-height: 100%;
  font-weight: 400;
  color: #4D4D4D;
  position: relative;
}

a {
  color: #4D4D4D;
}

a:hover {
  text-decoration: none;
}

[data-open] {
  cursor: pointer;
}

.image-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*border: 1px solid #CCC;*/
}

.button {
  background: #11A4DE;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  border: none;
  padding: 10px 12px 8px;
  margin: 0;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}

.button:hover {
  background: none;
}

.button.blue {
  background: #11A4DE;
}

.button.blue.shadow:after {
  background: #11A4DE;
}

.button.red {
  background: #b83438;
}

.button.red.shadow:after {
  background: #B83438;
}



.button.light {
  background: #8FCBE3;
}

.button.light.shadow:after {
  background: #8FCBE3;
}

.button.dark {
  background: #4D4D4D;
  font-size: 1rem;
}

.button.dark.shadow:after {
  background: #4D4D4D;
}

.button.shadow:before, .button.shadow:after {
  content: '';
  position: absolute;
}

.button.shadow:before {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  box-shadow: 0px -4px 10px 5px rgba(0, 0, 0, 0.4);
}

.button.shadow:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 3px;
}

.button.back-to, .button.next-article {
  width: 170px;
  font-size: 0.875rem;
}

.button.back-to span, .button.next-article span {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -286px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.button.back-to span {
  left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button.next-article {
  padding-right: 35px;
}

.button.next-article span {
  right: 10px;
}

.button.big {
  padding: 12px 25px 12px;
}

@media screen and (max-width: 39.9375em) {
  .button.back-to, .button.next-article {
    width: auto;
  }
  .button.back-to {
    padding-left: 35px;
  }
}

.header {
  font-size: 1.8125rem;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1;
}

.header.white {
  color: #fff;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .header {
    font-size: 1.5rem;
    /*text-align: center;*/
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .header {
    font-size: 1.625rem;
  }
}

header {
  padding: 35px 0 15px;
  position: relative;
}

header .button {
  font-size: 0.9375rem;
  margin-left: 2px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  header {
    padding: 10px 0;
  }
  header .logo {
    max-width: 80px;
    margin: 0;
  }
  header .social {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@media screen and (max-width: 39.9375em) {
  header {
    margin-bottom: 20px;
  }
  header .social {
    margin-left: 20px;
  }
}

.logo {
  max-width: 162px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

.logo img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .logo img {
    max-width: none;
    width: 200px;
    margin-top: -35px;
    margin-left: -50px;
  }
}


.social span {
  cursor: pointer;
  background: #CCC;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  border-radius: 50%;
}

.social-header span{
  background: #12a4de !important;
  margin-bottom: 0 !important;
  margin-top: 50px !important;
}

.social span:before {
  content: '';
}

.social span.vk:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -254px;
  width: 18px;
  height: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -9px;
}

.social span.fb:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -191px;
  width: 9px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -4.5px;
}

.social span.ok:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -60px;
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -7px;
}

.social span.tw:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -322px;
  width: 12px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -6px;
}


.social span.yt:before {
  background: url("../img/youtube.png") no-repeat;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  width: 22px;
  height: 29px;
  margin-left: 5px;
  margin-top: 5px;
  position: absolute;
}

.social span.ins:before {
  background: url("../img/inst.png") no-repeat;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  width: 22px;
  height: 29px;
  margin-left: 5px;
  margin-top: 5px;
  position: absolute;
}

nav.main {
  margin-top: 35px;
  position: relative;
  z-index: 10;
}

nav.main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.main ul li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

nav.main ul li a {
  display: block;
  text-decoration: none;
}

nav.main .list {
  text-align: center;
  font-size: 0;
}

nav.main .list > li {
  font-size: 1rem;
}

nav.main .list > li:hover > a, nav.main .list > li.active > a {
  background: #11A4DE;
  color: #fff;
}

nav.main .list > li:hover > a:after, nav.main .list > li.active > a:after {
  z-index: 1;
}

nav.main .list > li:hover ul, nav.main .list > li.active ul {
  display: block;
}

nav.main .list > li.active > a {
  font-weight: 700;
}

nav.main .list > li:last-child > a:before, nav.main .list > li:last-child > a:after {
  display: none;
}

nav.main .list > li  a {
  padding: 5px 21px;
  border-radius: 3px;
  position: relative;
}

nav.main .list > li > a:before, nav.main .list > li > a:after,
nav.main .list > li > noindex > a:before, nav.main .list > li > noindex > a:after
{
  content: '';
  width: 1px;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: -1px;
}

nav.main .list > li > a:before, nav.main .list > li > noindex > a:before {
  background: #CCC;
  z-index: -1;
}

nav.main .list > li > a:after, nav.main .list > li > noindex > a:after {
  background: #fff;
  z-index: -2;
}

nav.main .list > li ul {
  font-size: 0;
  padding-top: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
}

nav.main .list > li ul:before {
  content: '';
  background: #11A4DE;
  height: 34px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

nav.main .list > li ul li {
  font-size: 1rem;
}

nav.main .list > li ul li:hover a:before, nav.main .list > li ul li.active a:before {
  display: block;
}

nav.main .list > li ul li.active a {
  font-weight: 700;
}

nav.main .list > li ul a {
  background: #11A4DE;
  height: 34px;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
}

nav.main .list > li ul a:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 141px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.slider-main {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.slider-main .item {
  width: 100%;
  height: 400px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  white-space: normal;
  overflow: hidden;
}

.slider-main .image {
  width: 1920px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
}

.slider-main .image img {
  display: block;
  margin: 0 auto;
}

.slider-main .info {
  max-width: 500px;
  font-weight: 700;
  color: #11A4DE;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -470px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-main .info .title, .slider-main .info .description {
  margin: 10px 0;
}

.slider-main .info .title {
  font-size: 4.5rem;
  line-height: 0.8;
}

.slider-main .info .description {
  font-size: 1.46875rem;
}

.slider-main .slick-dots {
  width: 300px;
  font-size: 0;
  text-align: center;
  list-style: none;
  margin: 0 0 0 -150px;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.slider-main .slick-dots li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0 4px;
}

.slider-main .slick-dots li:hover button, .slider-main .slick-dots li.slick-active button {
  background: #11A4DE;
}

.slider-main .slick-dots button {
  background: #4D4D4D;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  outline: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slider-main .info {
    left: 20px;
    margin: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .slider-main {
    padding-bottom: 20px;
  }
  .slider-main .item {
    height: auto;
  }
  .slider-main .image {
    width: 200%;
    position: relative;
    left: -50%;
    margin: 0;
  }
  .slider-main .info {
    max-width: 100%;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .slider-main .info .title, .slider-main .info .description {
    margin: 10px 0;
  }
  .slider-main .info .title {
    font-size: 1.25rem;
    line-height: 0.8;
  }
  .slider-main .info .description {
    font-size: 1rem;
  }
}

.about {
  padding: 40px 0;
  position: relative;
  /*overflow: hidden;*/
}

.about:before {
  content: '';
  background: #8FCBE3;
  width: 10000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -10145px;
}

.about .info {
  padding-left: 40px;
}

.about .info .html-content {
  font-size: 0.875rem;
}

.about .info .html-content p {
  line-height: 1.2;
}

.about .button {
  margin-top: 20px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .about {
    padding: 10px 0 15px;
  }
  .about:before {
    display: none;
  }
  .about .large-5 {
    padding: 0;
  }
  .about .columns {
    height: auto;
  }
  .about .wrapper {
    max-width: 100%;
    padding: 20px;
    margin-bottom: 15px;
  }
  .about .logo {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  .about .info {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .about .button {
    display: block;
    width: 200px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .about .info {
    padding: 0;
  }
}

.video {
  padding: 30px 0;
}

.video .header {
  margin-bottom: 10px;
}

.video .item {
  margin-bottom: 25px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.video .item:hover {
  background: #fff;
  border-color: transparent;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.video .image {
  margin-bottom: 15px;
  position: relative;
}

.video .image .button {
  position: absolute;
  left: 0;
  bottom: 0;
}

.video .image .button:hover {
  background: #11A4DE;
}

.video .title {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 10px;
}

.video .description {
  font-size: 0.9375rem;
  line-height: 1.2;
}

.video .date {
  display: block;
  margin-top: 15px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .video .item {
    padding: 10px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .video .row.items {
    margin: 0 -10px;
  }
  .video .row.items .columns {
    padding: 0 10px;
  }
}

@media screen and (max-width: 39.9375em) {
  .video {
    padding: 15px 0 0;
  }
}

.events {
  background: #f0f0f0;
  padding: 50px 0 20px;
  position: relative;
}

.events .monitor-wrapper {
  width: 418px;
  height: 332px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -600px;
  z-index: 1;
}

.events .monitor-wrapper .monitor {
  display: block;
  position: relative;
  z-index: 2;
}

.events .monitor-wrapper .image {
  position: absolute;
  top: 0;
  left: 14px;
}

.events .event {
  margin-bottom: 20px;
}

.events .date {
  display: block;
}

.events .description {
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .events {
    padding: 15px 0 0;
  }
  .events:before {
    display: none;
  }
  .events .monitor-wrapper {
    display: none;
  }
  .events .large-4 {
    padding: 0;
  }
}

.calendar {
  color: #fff;
  text-align: center;
  padding-left: 25px;
  position: relative;
  z-index: 2;
}

.calendar .header {
  margin-bottom: 50px;
  position: relative;
}

.calendar .prev-month, .calendar .next-month {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.calendar .prev-month:before, .calendar .next-month:before {
  content: '';
}

.calendar .prev-month {
  left: 0;
}

.calendar .prev-month:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -141px;
  width: 11px;
  height: 21px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10.5px;
  margin-left: -5.5px;
}

.calendar .next-month {
  right: 0;
}

.calendar .next-month:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -166px;
  width: 11px;
  height: 21px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10.5px;
  margin-left: -5.5px;
}

.calendar table {
  width: 100%;
  table-layout: fixed;
}

.calendar table th {
  font-weight: 400;
  padding: 0 0 27px 0;
}

.calendar table td {
  padding: 4px 0;
}

.calendar .day {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  /*border: 2px solid transparent;*/
  position: relative;
  cursor: pointer;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.calendar .day:hover, .calendar .day.active {
  background: #fff;
  color: #11A4DE;
  border-color: #fff;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.calendar .day.near {
  border-color: #fff;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .calendar {
    background: #8FCBE3;
    padding: 20px 10px 10px;
  }
  .calendar .header {
    margin-bottom: 30px;
  }
  .calendar table th {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .calendar {
    margin-bottom: 20px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.articles {
  padding: 30px 0;
}

.articles .header {
  margin-bottom: 10px;
}

.articles .item {
  display: block;
  min-height: 300px;
  text-decoration: none;
  padding: 20px 15px 55px 15px;
  border: 2px solid #CCC;
  margin-bottom: 25px;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.articles .item:hover {
  background: #4D4D4D;
  border-color: #4D4D4D;
}

.articles .item:hover .date {
  color: #11A4DE;
}

.articles .item:hover .description {
  color: #fff;
}

.articles .item:hover .arrows .arrow-white, .articles .item:hover .arrows .arrow-blue {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

.articles .date {
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}

.articles .description {
  display: block;
  font-size: 0.8125rem;
}

.articles .arrows {
  position: absolute;
  left: 15px;
  bottom: 20px;
}

.articles .arrows .arrow-white {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -286px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  display: none;
}

.articles .arrows .arrow-blue-light {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -304px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

.articles .arrows .arrow-blue {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -268px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  display: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .articles {
    padding: 15px 0;
  }
  .articles .item {
    min-height: 0;
  }
}

.news .item {
  position: relative;
  overflow: hidden;
}

.news .item:before {
  content: '';
  position: absolute;
}

.news .item.type-1 {
  background: #B3B3B3;
}

.news .item.type-1:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -364px;
  width: 324px;
  height: 189px;
  background-size: 641px, 553px;
  background-repeat: no-repeat;
  right: -100px;
  bottom: -30px;
}

.news .item.type-1 .date {
  background: #CDCDCD;
}

.news .item.type-1 .description {
  padding-right: 50px;
}

.news .item.type-2 {
  background: #8FCBE3;
  height: 270px;
}

.news .item.type-2:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 641px;
  height: 360px;
  background-size: 641px, 553px;
  background-repeat: no-repeat;
  right: -290px;
  bottom: -90px;
}

.news .item.type-2 .date {
  background: #B5DDED;
}

.news .item.type-3 {
  background: #11A4DE;
  height: 270px;
}

.news .item.type-3:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -328px -364px;
  width: 185px;
  height: 107px;
  background-size: 641px, 553px;
  background-repeat: no-repeat;
  right: 20px;
  bottom: 10px;
}

.news .item.type-3 .date {
  background: #62C3EA;
}

.news .item.type-2 .view, .news .item.type-3 .view {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.news .wrapper {
  height: 100%;
  padding: 70px 20px 20px;
  position: relative;
  z-index: 1;
}

.news .date {
  color: #fff;
  padding: 14px 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.news .description {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3;
}

.news .view {
  font-size: 0.9375rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding: 5px 35px 5px 10px;
  margin-top: 30px;
  border: 2px solid #fff;
  position: relative;
}

.news .view:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -286px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news .all-news {
  background: #4D4D4D;
  display: block;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
}

.news .all-news span {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0 2px;
}

.news .all-news span.arrow-white {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -286px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
}

.news .all-news span.arrow-blue-light {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -304px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
}

.news .all-news span.arrow-blue {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -268px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 39.9375em) {
  .news {
    padding: 15px 0;
  }
  .news .column, .news .columns, .news .columns {
    padding: 0;
  }
  .news .item {
    height: auto !important;
  }
  .news .item:before {
    display: none;
  }
  .news .item.type-2 .view, .news .item.type-3 .view {
    position: relative;
    left: 0;
    bottom: 0;
  }
}

#footer-offset {
  /*height: 390px;*/
  clear: both;
}

footer {
  background: #E6E6E6;
  padding: 55px 0;
  /*position: absolute !important;*/
  bottom: 0;
  left: 0;
  right: 0;
}

footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-menu ul a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

footer .footer-menu .list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  white-space: nowrap;
}

footer .footer-menu .list > li {
  margin-bottom: 2px;
}

footer .footer-menu .list > li > a {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #11A4DE;
}

footer .footer-menu .list > li ul li {
  line-height: 1.2;
}

footer .footer-menu .list > li ul a {
  font-size: 0.8125rem;
}

footer .logo {
  margin: 10px auto 0;
}

footer .logo span {
  font-size: 0.75rem;
  color: #074970;
}

footer .contacts {
  list-style: none;
  margin: 0;
  padding: 0 0 0 70px;
}

footer .contacts li {
  font-size: 0.875rem;
  padding-left: 30px;
  margin-bottom: 17px;
  line-height: 1.3;
  position: relative;
}

footer .contacts li:before {
  content: '';
  position: absolute;
  left: 0;
}

footer .contacts li.address:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -88px;
  width: 15px;
  height: 23px;
  background-repeat: no-repeat;
  top: 0;
}

footer .contacts li.phone:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -215px;
  width: 12px;
  height: 19px;
  background-repeat: no-repeat;
  top: 0;
}

footer .contacts li.email:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -238px;
  width: 18px;
  height: 12px;
  background-repeat: no-repeat;
  top: 3px;
}
footer .contacts li.webex:before {
  background-image: url("../../images/icon_webex.png");
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  top: 0px;
  background-size: contain;
}


footer .contacts li a {
  text-decoration: none;
}

footer .social {
  margin: 50px 0 0 70px;
}

footer .social span {
  background: #44A8D2;
  margin-right: 5px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  footer .footer-menu .list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    text-align: center;
  }
  footer .social {
    /*text-align: center;*/
    margin-left: 70px;

  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer .logo {
    margin: 10px auto 30px;
  }
}

@media screen and (max-width: 39.9375em) {
  footer {
    padding: 30px 0;
  }
  footer .logo {
    margin: 20px auto;
  }
  footer .contacts {
    padding-left: 20px;
  }
}

.form {
  background: #f0f0f0;
  border: 1px solid #fff;
  border-radius: 3px;
}

.form .row .column, .form .row .columns, .form .row .columns {
  padding: 0 20px;
}

.form .row .row .column, .form .row .row .columns, .form .row .row .columns {
  padding: 0 10px;
}

.form .title-form {
  background: #11A4DE;
  font-weight: 700;
  color: #fff;
  padding: 8px 35px;
  border-bottom: 1px solid #fff;
  border-radius: 3px;
}

.form form {
  margin: 0;
  padding: 20px 15px 25px 15px;
}

.form label {
  font-size: 0.9375rem;
  color: #4D4D4D;
  line-height: 1.4;
}

.form input, .form .select {
  background: #fff;
  height: 29px;
  padding: 4px 12px;
  margin: 0 0 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form .select {
  height: 29px;
  position: relative;
}

.form .select:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -356px;
  width: 11px;
  height: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.form .select select {
  background: none;
  height: auto;
  border: none;
  padding: 4px 12px;
  margin: 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: none;
}

.form input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.form input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 10px 0;
  padding: 0 0 0 45px;
  line-height: 1.2;
  position: relative;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
}

input[type="checkbox"] + label:before {
  background: #fff;
  width: 28px;
  height: 28px;
  border: 1px solid #CCC;
  border-radius: 3px;
  top: 50%;
  left: 0;
  margin-top: -15px;
}

input[type="checkbox"] + label:after {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -342px;
  width: 11px;
  height: 10px;
  background-repeat: no-repeat;
  top: 6px;
  left: 9px;
  display: none;
}

input[type="checkbox"]:checked + label:after {
  display: block;
}

.form .button {
  margin-top: 20px;
}

.form.calculation-form {
  margin-bottom: 30px;
}

.form.calculation-form .title-form {
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}

.form.calculation-form form {
  padding: 20px 60px 25px;
}

.form.calculation-form .row .column, .form.calculation-form .row .columns, .form.calculation-form .row .columns {
  padding: 0 10px;
}

.form.calculation-form .row .row .column, .form.calculation-form .row .row .columns, .form.calculation-form .row .row .columns {
  padding: 0 10px;
}

.form.calculation-form .select select {
  font-weight: 400;
}

.form.calculation-form .note {
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.2;
  margin: 20px 0 10px;
}

.form.calculation-form .result-block {
  background: #11A4DE;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0;
  border-radius: 3px;
}

.form.calculation-form .result-block .item {
  margin: 10px 0;
}

.form.calculation-form .level {
  position: relative;
}

.form.calculation-form .increase, .form.calculation-form .decrease {
  width: 30px;
  height: 14px;
  position: absolute;
  right: 0;
  outline: none;
}

.form.calculation-form .increase:before, .form.calculation-form .decrease:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}

.form.calculation-form .increase {
  top: 2px;
}

.form.calculation-form .increase:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -370px;
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -5.5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form.calculation-form .increase:hover:before, .form.calculation-form .increase.disabled:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -382px;
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -5.5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.form.calculation-form .decrease {
  bottom: 2px;
}

.form.calculation-form .decrease:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -370px;
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -5.5px;
}

.form.calculation-form .decrease:hover:before, .form.calculation-form .decrease.disabled:before {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -382px;
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -5.5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form.calculation-form .actions .button {
  width: 100%;
}

.form.calculation-form .hidden-block {
  height: 21px;
}

.form.calculation-form input[type="checkbox"] + label {
  height: 29px;
  margin: 0 0 8px;
  font-size: 0;
}

.form.calculation-form input[type="checkbox"] + label .title {
  font-size: 0.9375rem;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

.form.calculation-form input[type="checkbox"] + label .help-block {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .form.calculation-form form {
    padding: 20px 20px 25px;
  }
}

.registration-form {
  max-width: 700px;
  margin: 0 auto;
}

.enter-form {
  max-width: 390px;
  margin: 0 auto;
}

.enter-form .button {
  width: 100%;
  display: block;
}

.enter-form .reg {
  font-size: 0.9375rem;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-top: 25px;
}

.enter-form .reg:hover {
  text-decoration: none;
}

.reveal {
  width: auto;
  padding: 0;
  outline: none;
  border-radius: 3px;
  overflow: visible;
}

.reveal#registration-form {
  max-width: 760px;
}
.reveal#join-form{
  max-width: 760px;
}

.reveal#enter-form, .reveal#recovery-form {
  max-width: 390px;
}

.reveal .close-modal {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  right: -28px;
  outline: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reveal .close-modal:before, .reveal .close-modal:after {
  content: '';
  background: #4D4D4D;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
}

.reveal .close-modal:before {
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
}

.reveal .close-modal:after {
  width: 2px;
  height: 14px;
  margin-top: -7px;
  margin-left: -1px;
}

.reveal .close-modal:hover:before, .reveal .close-modal:hover:after {
  background: #4D4D4D;
}

.reveal-overlay {
  background: rgba(10, 10, 10, 0.3);
}

.shadow-block {
  position: relative;
  overflow: hidden;
}

.shadow-block:before, .shadow-block:after {
  content: '';
  width: 1144px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -572px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 100px / 10px;
  z-index: 5;
}

.shadow-block:before {
  top: -20px;
}

.shadow-block:after {
  bottom: -20px;
}

.association-page .about-block {
  height: 412px;
  position: relative;
  overflow: hidden;
}

.association-page .about-block:before {
  content: '';
  background: url("../img/content/back-1.png") no-repeat top right;
  width: 702px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  margin-right: -955px;
}

.association-page .about-block .monitor-wrapper {
  width: 418px;
  height: 332px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -470px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.association-page .about-block .monitor-wrapper .monitor {
  display: block;
  position: relative;
  z-index: 2;
}

.association-page .about-block .monitor-wrapper .image {
  position: absolute;
  top: 14px;
  left: 14px;
}

.association-page .about-block .html-content {
  margin-top: 45px;
}

.association-page .info-block {
  background: #f0f0f0;
  padding: 55px 0;
  position: relative;
}

.association-page .info-block .medium-8 {
  padding-left: 0;
}

.association-page .info-block .row {
  position: relative;
  z-index: 2;
}

.association-page .info-block img {
  box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.1);
}

.association-page .info-block .blue-block {
  background: #11A4DE;
  width: 618px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -952px;
}

.association-page .info-block .title {
  font-weight: 700;
  color: #11A4DE;
  line-height: 1.2;
  margin: 10px 0;
}

.association-page .info-block .list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.association-page .info-block .list li {
  font-size: 0.875rem;
  line-height: 1.2;
}

.association-page .info-block .list li:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -268px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: -2px 3px 0 0;
}

.association-page .note {
  font-weight: 700;
  padding: 60px 0;
  line-height: 1.2;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .association-page {
    margin-top: 0;
  }
  .association-page .about-block {
    height: auto;
    padding: 0 0 15px;
  }
  .association-page .about-block:before {
    display: none;
  }
  .association-page .about-block .monitor-wrapper {
    width: auto;
    height: auto;
    display: block;
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .association-page .about-block .monitor-wrapper .image {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .association-page .about-block .html-content {
    margin: 0;
  }
  .association-page .info-block {
    padding: 15px 0;
  }
  .association-page .info-block .medium-8 {
    padding-left: 10px;
  }
  .association-page .info-block img {
    display: block;
    margin: 0 auto;
  }
  .association-page .note {
    padding: 15px 0;
    text-align: center;
  }
}

.sorter {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.sorter li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-right: 20px;
}

.sorter li:hover a {
  text-decoration: underline;
}

.sorter li.active {
  font-weight: 700;
  text-decoration: underline;
}

.sorter a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sorter {
    padding-top: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .sorter {
    text-align: center;
    padding-top: 20px;
  }
  .sorter li {
    display: block;
    margin: 5px 0;
  }
}

.leaders-page {
  background: #f0f0f0;
  padding: 0 0 70px;
}

.leaders-page .item {
  background: #fff;
  display: block;
  text-decoration: none;
  padding: 20px;
  margin: 10px 0;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.leaders-page .item:hover {
  box-shadow: 0 0 15px 4px rgba(77, 77, 77, 0.2);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.leaders-page .item .photo {
  display: block;
  padding-top: 100%;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}

.leaders-page .item .name {
  display: block;
  font-weight: 700;
  color: #11A4DE;
  margin-bottom: 8px;
  line-height: 1.2;
}

.leaders-page .item .post {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.2;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .leaders-page {
    padding: 15px 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .leaders-page .item {
    padding: 0 0 15px 0;
    text-align: center;
  }
}

.partners-page {
  padding: 0 0 50px;
}

.partners-page .partner-block {
  margin-bottom: 50px;
  position: relative;
}

.partners-page .partner-block:last-child .separator {
  display: none;
}

.partners-page .partner-category {
  background: #CCC;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 5px 20px;
  border-radius: 3px;
}

.partners-page .items.row {
  margin: 0 -15px;
}

.partners-page .items.row .column, .partners-page .items.row .columns {
  padding: 0 15px;
}

.partners-page .item {
  padding-top: 100%;
  margin: 15px 0;
  box-shadow: 0 0 15px 4px rgba(77, 77, 77, 0.2);
  position: relative;
}

.partners-page .item:hover img {
  max-width: 100px;
  max-height: 65px;
  margin-bottom: 15px;
  position: relative;
}

.partners-page .item:hover .title, .partners-page .item:hover .link {
  display: block;
}

.partners-page .item .wrapper {
  padding: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.partners-page .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.partners-page .item .title {
  font-size: 0.9375rem;
  line-height: 1.3;
  cursor: default;
  display: none;
}

.partners-page .item .link {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #11A4DE;
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: none;
}

.partners-page .separator {
  margin-top: 50px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .partners-page .separator {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .partners-page {
    padding: 20px 0;
  }
  .partners-page .partner-category {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .partners-page .partner-block {
    margin-bottom: 10px;
  }
}

.separator {
  height: 50px;
  position: relative;
  overflow: hidden;
}

.separator:before, .separator:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.separator:before {
  content: '';
  height: 20px;
  box-shadow: 0 0 20px rgba(77, 77, 77, 0.2);
  border-radius: 100px / 10px;
  z-index: 1;
}

.separator:after {
  background: #fff;
  height: 20px;
  z-index: 2;
}

.report-page {
  padding: 0 0 86px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .report-page {
    padding: 20px 0;
  }
}

.research-page {
  background: #f0f0f0;
  padding: 50px 0;
}

.research-page:after {
  display: none;
}

.journal-page {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.journal-page .journal-menu {
  background: #11A4DE;
  padding: 50px 0;
  position: relative;
  z-index: 5;
}

.journal-page .journal-menu:before {
  content: '';
  background: #11A4DE;
  width: 1000px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}

.journal-page .journal-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.journal-page .journal-menu ul li {
  margin-left: -10px;
}

.journal-page .journal-menu ul li:hover a, .journal-page .journal-menu ul li.active a {
  background: #0E85CB;
}

.journal-page .journal-menu ul li:hover a:before, .journal-page .journal-menu ul li.active a:before {
  display: none;
}

.journal-page .journal-menu ul li:hover + li a:before, .journal-page .journal-menu ul li.active + li a:before {
  display: none;
}

.journal-page .journal-menu ul li:first-child a:before {
  display: none;
}

.journal-page .journal-menu ul a {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  padding: 9px 10px;
  line-height: 1.3;
  position: relative;
}

.journal-page .journal-menu ul a:before {
  content: '';
  background: #fff;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
}

.journal-page .main-info {
  background: #f0f0f0;
  padding: 50px 0 20px;
  position: relative;
}

.journal-page .main-info:before, .journal-page .main-info:after {
  content: '';
  background: #f0f0f0;
  width: 1000px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.journal-page .main-info:before {
  right: 100%;
}

.journal-page .main-info:after {
  left: 100%;
}

.journal-page .main-info img {
  box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.journal-page .main-info .wrapper {
  padding-left: 20px;
}

.journal-page .main-info p {
  margin: 0 0 12px;
  line-height: 1.2;
}

.journal-page .main-info a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 0.875rem;
  color: #11A4DE;
  text-decoration: none;
}

.journal-page .main-info .links div {
  line-height: 1.4;
}

.journal-page .mission {
  padding-top: 10px;
}

.journal-page .mission .header {
  margin-bottom: 10px;
}

.journal-page .mission .html-content {
  font-size: 0.875rem;
}

.journal-page .mission .html-content p {
  font-size: 0.875rem;
}

.journal-page .for-subscriber {
  background: #f0f0f0;
  padding: 15px 0;
  position: relative;
}

.journal-page .for-subscriber:before, .journal-page .for-subscriber:after {
  content: '';
  background: #f0f0f0;
  width: 1000px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.journal-page .for-subscriber:before {
  right: 100%;
}

.journal-page .for-subscriber:after {
  left: 100%;
}

.journal-page .for-subscriber .header {
  margin-bottom: 10px;
}

.journal-page .for-subscriber a {
  color: #11A4DE;
  text-decoration: none;
}

.journal-page .presentation {
  padding: 10px 0 0;
}

.journal-page .presentation .header {
  margin-bottom: 10px;
}

.journal-page .presentation .html-content {
  font-size: 0.875rem;
}

.journal-page .presentation .html-content p {
  font-size: 0.875rem;
}

.journal-page .info-journal {
  background: #f0f0f0;
  position: relative;
  padding: 10px 0;
}

.journal-page .info-journal:before, .journal-page .info-journal:after {
  content: '';
  background: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.journal-page .info-journal:before {
  width: 150px;
  right: 100%;
}

.journal-page .info-journal:after {
  left: 100%;
  width: 1000px;
}

.journal-page .last-articles {
  padding: 10px 0;
}

.journal-page .last-articles .header {
  margin-bottom: 10px;
}

.journal-page .last-articles table {
  width: 100%;
}

.journal-page .last-articles table th {
  background: #11A4DE;
  font-weight: 400;
  color: #fff;
  text-align: left;
  padding: 8px 20px;
}

.journal-page .last-articles table th.date {
  width: 25%;
}

.journal-page .last-articles table th.name {
  width: 50%;
  padding-left: 0;
}

.journal-page .last-articles table td {
  background: #f0f0f0;
  padding: 7px 10px;
  line-height: 1.3;
}

.journal-page .last-articles table td.date {
  padding-left: 20px;
}

.journal-page .last-articles table td.name, .journal-page .last-articles table td.theme {
  font-size: 0.875rem;
}

.journal-page .last-articles table td.name {
  padding-left: 0;
}

@media screen and (max-width: 39.9375em) {
  .journal-page .main-info img {
    max-width: 50%;
    display: block;
    margin: 0 auto 20px;
  }
  .journal-page .main-info .wrapper {
    padding: 0;
  }
  .journal-page .journal-menu:before {
    width: auto;
    left: -10px;
    right: -10px;
  }
  .journal-page .journal-menu ul li {
    margin: 0;
  }
  .journal-page .last-articles table th {
    padding: 8px 10px;
  }
  .journal-page .last-articles table th.date {
    width: 25%;
  }
  .journal-page .last-articles table th.name {
    width: 50%;
  }
  .journal-page .last-articles table td {
    background: #f0f0f0;
    padding: 7px 10px;
    line-height: 1.3;
  }
  .journal-page .last-articles table td.date {
    font-size: 0.875rem;
    padding-left: 10px;
  }
  .journal-page .last-articles table td.name {
    padding-left: 10px;
  }
}

.author-page, .edition-page {
  padding: 0 0 50px;
}

.author-page .html-content, .edition-page .html-content {
  margin-bottom: 30px;
}

.author-page .html-content h1, .author-page .html-content h2, .author-page .html-content h3, .author-page .html-content h4, .author-page .html-content h5, .author-page .html-content h6, .edition-page .html-content h1, .edition-page .html-content h2, .edition-page .html-content h3, .edition-page .html-content h4, .edition-page .html-content h5, .edition-page .html-content h6 {
  font-weight: 700;
  font-size: 1.375rem;
  margin: 0 0 -5px;
  line-height: 1;
}

.author-page .html-content h1, .edition-page .html-content h1 {
  font-size: 1.8125rem;
}

.author-page .html-content p, .edition-page .html-content p {
  font-size: 0.875rem;
  margin: 10px 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .author-page, .edition-page {
    padding: 0;
  }
  .author-page .html-content h1, .edition-page .html-content h1 {
    font-size: 1.5rem;
  }
}

.archive-page {
  padding: 0 0 30px;
  overflow: hidden;
}

.archive-page .years {
  margin-right: 70px;
  padding: 0 40px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.archive-page .years .list {
  height: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
}

.archive-page .years .list:after {
  content: '';
  width: 100%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

.archive-page .years .list li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

.archive-page .years .list li:hover a, .archive-page .years .list li.active a {
  text-decoration: underline;
}

.archive-page .years .list li.active a {
  font-weight: 700;
}

.archive-page .years .list li a {
  display: block;
  text-decoration: none;
}

.archive-page .years .prev-year, .archive-page .years .next-year {
  background: #11A4DE;
  width: 28px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}

.archive-page .years .prev-year:before, .archive-page .years .next-year:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -286px;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -8.5px;
}

.archive-page .years .prev-year:hover, .archive-page .years .next-year:hover {
  background: #0E85CB;
}

.archive-page .years .prev-year {
  left: 0;
}

.archive-page .years .prev-year:before {
  -webkit-transform: rotate(180deg) scale(0.7);
  transform: rotate(180deg) scale(0.7);
}

.archive-page .years .next-year {
  right: 0;
}

.archive-page .years .next-year:before {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.archive-page .info-block {
  margin-bottom: 70px;
}

.archive-page .info-block img {
  box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.1);
}

.archive-page .info-block .html-content {
  padding-left: 30px;
}

.archive-page .info-block .html-content p {
  line-height: 1.6;
}

.archive-page .info-block .html-content.description-journal {
  font-size: 0.9375rem;
  padding: 0;
  margin-bottom: 40px;
}

.archive-page .info-block .html-content.description-journal p {
  font-size: 0.9375rem;
  line-height: 1.2;
}

.archive-page .info-block .html-content.description-journal ul li, .archive-page .info-block .html-content.description-journal ol li {
  font-size: 0.9375rem;
  line-height: 1.2;
}

.archive-page .archive .header {
  float: left;
}

.archive-page .title-journal {
  color: #11A4DE;
  line-height: 1.3;
  margin: 50px 0 10px;
}

.archive-page .authors, .archive-page .published {
  font-size: 0.9375rem;
  margin: 10px 0;
}

.archive-page .tags {
  list-style: none;
  margin: 10px 0 30px;
  padding: 0;
}

.archive-page .tags li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 2px 0;
}

.archive-page .tags li:hover a {
  background: #8FCBE3;
}

.archive-page .tags a {
  background: #CCC;
  display: block;
  font-size: 0.9375rem;
  padding: 5px 10px;
  text-decoration: none;
}

.archive-page .views-sort {
  float: right;
  margin-top: 6px;
}

.archive-page .views-sort from {
  margin: 0;
}

.archive-page .views-sort input {
  position: absolute;
  left: -9999px;
}

.archive-page .views-sort input + label {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding-left: 20px;
  margin: 0 0 0 10px;
  position: relative;
}

.archive-page .views-sort input + label:before, .archive-page .views-sort input + label:after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

.archive-page .views-sort input + label:before {
  width: 16px;
  height: 16px;
  border: 2px solid #11A4DE;
  left: 0;
  margin-top: -8px;
}

.archive-page .views-sort input + label:after {
  background: #11A4DE;
  width: 8px;
  height: 8px;
  left: 4px;
  margin-top: -4px;
  display: none;
}

.archive-page .views-sort input:checked + label:after {
  display: block;
}

.archive-page .items .item {
  background: #f0f0f0;
  margin: 14px 0;
  padding: 10px 5px;
}

.archive-page .items .item .section + .section {
  margin-top: 10px;
}

.archive-page .items .item .title {
  color: #11A4DE;
  text-decoration: none;
}

.archive-page .items .item .description {
  font-size: 0.875rem;
  line-height: 1.3;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .archive-page {
    padding: 15px 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .archive-page .info-block {
    margin-bottom: 10px;
  }
  .archive-page .info-block img {
    display: block;
    max-width: 50%;
    margin: 0 auto 10px;
  }
  .archive-page .info-block .html-content {
    padding: 0;
  }
  .archive-page .archive .header {
    float: none;
  }
  .archive-page .views-sort {
    float: none;
    text-align: center;
  }
  .archive-page .years {
    margin: 0;
  }
  .archive-page .view-all {
    margin-bottom: 20px;
  }
  .archive-page .title-journal {
    margin-top: 10px;
  }
}

.archive-right-block {
  background: #f0f0f0;
  position: relative;
}

.archive-right-block:after {
  content: '';
  background: #f0f0f0;
  width: 1000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}

.archive-right-block .search {
  padding: 15px 20px;
}

.archive-right-block .search form {
  margin: 0;
  position: relative;
}

.archive-right-block .search input {
  height: 42px;
  margin: 0;
  padding: 5px 45px 5px 10px;
  border: none;
}

.archive-right-block .search button {
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.archive-right-block .search button:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -115px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
}

.archive-right-block .wrapper-image {
  padding: 0 20px 20px;
}

.archive-right-block .wrapper-image .row {
  margin: 0 -3px;
}

.archive-right-block .wrapper-image .row .column, .archive-right-block .wrapper-image .row .columns, .archive-right-block .wrapper-image .row .columns {
  padding: 0 3px;
}

.archive-right-block .wrapper-image .link {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 0.875rem;
  color: #11A4DE;
  margin-top: 10px;
  line-height: 1.3;
}

.archive-right-block .view-all .wrapper {
  background: #8FCBE3;
  padding: 0 3px;
}

.archive-right-block .view-all .image {
  display: block;
  margin: 3px 0;
  padding-top: 134%;
  position: relative;
}

.archive-right-block .current-journal {
  background: #8FCBE3;
  padding: 9px 7px;
}

.archive-right-block .current-journal .image {
  display: block;
  padding-top: 138%;
  position: relative;
}

.archive-right-block .list-journal {
  background: #8FCBE3;
  color: #fff;
  padding: 20px;
}

.archive-right-block .list-journal a {
  color: #fff;
}

.archive-right-block .list-journal ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.archive-right-block .list-journal .item-journal {
  padding: 8px 0;
  border-bottom: 1px solid #C2DEEA;
}

.archive-right-block .list-journal .item-journal:last-child {
  border: none;
}

.archive-right-block .list-journal .item-journal .title {
  text-decoration: none;
}

.archive-right-block .list-journal .item-journal .description {
  font-size: 0.9375rem;
}

.course-page {
  padding: 0 0 50px;
}

.course-page .title {
  font-weight: 700;
  line-height: 1.2;
}

.course-page .description {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin: 20px 0;
}

.course-page .read-more {
  font-weight: 700;
  position: absolute;
  left: 20px;
  bottom: 14px;
}

.course-page .read-more:hover {
  color: #11A4DE;
}

.course-page .copy-certificate {
  background: #CCC;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #fff;
  padding: 14px 20px 14px 70px;
  margin-top: 20px;
  border-radius: 3px;
  line-height: 1.3;
  position: relative;
}

.course-page .copy-certificate:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -24px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course-page .characters {
  line-height: 1.2;
  margin-bottom: 15px;
}

.course-page .characters .blue {
  color: #11A4DE;
}

.course-page .modules .title {
  height: 20px;
  margin-bottom: 8px;
}

.course-page .modules .button {
  margin-right: 5px;
  padding: 12px 20px 12px 70px;
}

.course-page .modules .button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course-page .modules .button.video-ico:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -552px -364px;
  width: 29px;
  height: 29px;
  background-size: 641px, 553px;
  background-repeat: no-repeat;
}

.course-page .modules .button.test-ico:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -517px -364px;
  width: 31px;
  height: 31px;
  background-size: 641px, 553px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .course-page {
    padding: 0 0 15px;
  }
  .course-page .image {
    margin-bottom: 15px;
  }
  .course-page .read-more {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .course-page .separator {
    display: none;
  }
  .course-page .copy-certificate {
    margin-bottom: 15px;
  }
  .course-page .modules .button {
    margin: 5px 0;
  }
}

.video-page .item, .course-page .item {
  padding: 25px 0;
  position: relative;
}

.video-page .item:before, .course-page .item:before {
  content: '';
  background: #fff;
  box-shadow: 0 0 15px 4px rgba(77, 77, 77, 0.2);
  position: absolute;
  top: 5px;
  left: -20px;
  right: -20px;
  bottom: 5px;
  z-index: 3;
  display: none;
}

.video-page .item:hover:before, .course-page .item:hover:before {
  display: block;
}

.video-page .item:hover .separator, .course-page .item:hover .separator {
  display: none;
}

.video-page .item .row, .course-page .item .row {
  position: relative;
  z-index: 5;
}

.video-page .image, .course-page .image {
  padding-top: 53%;
  border: 14px solid #FFF;
  border-radius: 3px;
  position: relative;
}

.video-page .image.big, .course-page .image.big {
  border-width: 20px;
}

.video-page .info, .course-page .info {
  height: 100%;
  padding-left: 20px;
  position: relative;
}

.video-page .separator, .course-page .separator {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.video-page {
  padding: 0 0 50px;
}

.video-page .title {
  font-weight: 700;
  color: #11A4DE;
  text-decoration: none !important;
}
.title.link:hover{
  text-decoration: underline !important;
}

.video-page .description {
  font-size: 0.9375rem;
  margin: 20px 0;
}

.video-page .date, .video-page .interview {
  font-size: 0.875rem;
}

.video-page .date {
  margin-right: 50px;
}

.video-page .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-page .button {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 30px auto;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .video-page {
    padding: 0 0 15px;
  }
  .video-page .sorter {
    padding: 0;
  }
  .video-page .image {
    margin-bottom: 15px;
  }
  .video-page .wrapper {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .video-page .separator {
    display: none;
  }
}

.contact-page {
  position: relative;
  overflow: hidden;
}

.contact-page .image {
  background: #fff;
  width: 278px;
  height: 366px;
  box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50px;
  right: 50%;
  margin-right: -460px;
  z-index: 6;
}

.contact-page .image:before {
  content: '';
  background: url("../img/content/logo.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-page .title {
  font-weight: 700;
  color: #11A4DE;
}

.contact-page .contact-info {
  background: #f0f0f0;
}

.contact-page .contact-info .wrapper {
  padding: 50px 0;
  position: relative;
}

.contact-page .contact-info .wrapper:before {
  content: '';
  width: 740px;
  background: #11A4DE;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  margin-right: -955px;
}

.contact-page .contact-info .wrapper .row {
  position: relative;
  z-index: 2;
}

.contact-page .legal-info {
  padding: 50px 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .contact-page .image {
    right: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .contact-page .contact-info:before {
    display: none;
  }
}

.education-page {
  padding: 0 0 50px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .education-page {
    padding: 0 0 20px;
  }
}

.bg-grey-light {
  background: #f0f0f0;
}

.calculator-page {
  padding: 0 0 20px;
}

.calculator-page .title-block {
  margin-bottom: 20px;
  line-height: 1.3;
}

.calculator-page .description-block {
  font-size: 0.9375rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .calculator-page {
    padding-top: 20px;
  }
}

.tabs {
  background: none;
  padding: 0;
  border: none;
  text-align: center;
}

.tabs .tabs-title {
  float: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0 15px;
}

.tabs .tabs-title.is-active a {
  text-decoration: none;
  background: #398cd3;
  color: #FFF;
}

.tabs .tabs-title a {
  background: none;
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
}

.tabs-content {
  background: none;
  border: none;
}

.breadcrumbs {
  list-style: none;
  margin: 65px 0 10px;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 0.8125rem;
  position: relative;
}

.breadcrumbs li + li {
  margin-left: 14px;
}
.breadcrumbs li a{
  cursor: pointer !important;
}
.breadcrumbs li + li:before {
  content: '';
  background: #4D4D4D;
  width: 4px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -1px 6px 0 0;
}

.breadcrumbs a {
  display: block;
  color: #11A4DE;
}

.breadcrumbs span {
  display: block;
  cursor: default;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .breadcrumbs {
    margin-top: 20px;
  }
}

.registration-page {
  padding: 0 0 50px;
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 40px 0 20px;
  position: relative;
  z-index: 5;
}

.pagination li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0 1px;
  line-height: 32px;
}

.pagination li:hover a, .pagination li.active a {
  background: #11A4DE;
  color: #fff;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  line-height: 32px;
}

.pagination a {
  background: #4D4D4D;
  width: 28px;
  height: 28px;
  display: block;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.geography-page {
  padding: 50px 0;
}

.map {
  position: relative;
  overflow: hidden;
}

.map .image-map {
  display: block;
  margin: 0 auto;
}

.map .zoom {
  position: absolute;
  top: 0;
  left: 0;
}

.map .zoom button {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 0 3px;
  border-radius: 3px;
  position: relative;
}

.map .zoom button:before, .map .zoom button:after {
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3px;
}

.map .zoom button:before {
  width: 8px;
  height: 2px;
  margin: -1px 0 0 -4px;
}

.map .zoom button.zoom-out {
  background: #8FCBE3;
}

.map .zoom button.zoom-out:after {
  display: none;
}

.map .zoom button.zoom-in {
  background: #11A4DE;
}

.map .zoom button.zoom-in:after {
  width: 2px;
  height: 8px;
  margin: -4px 0 0 -1px;
}

.map .logos {
  position: absolute;
  top: 0;
  right: 0;
}

.map .logos .image {
  background: #f0f0f0;
  width: 72px;
  height: 72px;
  margin-bottom: 9px;
  position: relative;
  border-radius: 3px;
}

.map .logos .image:before {
  content: '';
  background: #CCC;
  width: 8px;
  height: 8px;
  border: 1px solid #CCC;
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  border-radius: 50%;
  z-index: 3;
}

.map .logos .image:hover:before, .map .logos .image.active:before {
  background: #fff;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
  display: none !important;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious, #cboxNext {
  width: 50px;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  outline: none;
}

#cboxPrevious:hover:before, #cboxNext:hover:before {
  color: #000;
}

#cboxPrevious {
  right: 100%;
}

#cboxPrevious:before {
  content: '\f104';
}

#cboxNext {
  left: 100%;
}

#cboxNext:before {
  content: '\f105';
}

#cboxClose {
  width: 40px;
  height: 40px;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -40px;
  right: -40px;
  outline: none;
}

#cboxClose:before, #cboxClose:after {
  content: '';
  background: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
}

#cboxClose:before {
  width: 30px;
  height: 2px;
  margin-top: -1px;
  margin-left: -15px;
}

#cboxClose:after {
  width: 2px;
  height: 30px;
  margin-top: -15px;
  margin-left: -1px;
}

#cboxClose:hover:before, #cboxClose:hover:after {
  background: "";
}

.html-content {
  color: #4D4D4D;
}

.html-content h2, .html-content h3, .html-content h4, .html-content h5, .html-content h6 {
  font-weight: 300;
  color: #4D4D4D;
  clear: both;
  margin: 0 0 20px;
  line-height: 1.3;
}

.html-content h2 {
  font-size: 1.8125rem;
}

.html-content h3 {
  font-size: 1.625rem;
}

.html-content h4 {
  font-size: 1.4375rem;
}

.html-content h5, .html-content h6 {
  font-size: 1.25rem;
}

.html-content p {
  margin: 15px 0;
  line-height: 1.3;
}

.html-content a {
  color: #11A4DE;
  text-decoration: underline;
}

.html-content a:hover {
  text-decoration: none;
}

.html-content img {
  padding: 4px;
  max-width: 100%;
}

.html-content img[style*=left] {
  margin: 0 10px 10px 0;
}

.html-content img[style*=right] {
  margin: 0 0 10px 10px;
}

.html-content blockquote {
  font-weight: 300;
  font-style: italic;
  padding: 30px 20px;
  margin: 0;
}

.html-content ol, .html-content ul {
  margin: 10px 0 10px 15px;
  padding: 0;
}

.html-content ol li, .html-content ul li {
  font-size: 0.875rem;
  margin: 5px 0;
}

.right-off-canvas-toggle {
  background: none;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  outline: none;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  display: none;
}

.right-off-canvas-toggle:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -0.44444rem;
  margin-left: -10px;
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.right-off-canvas-toggle:hover, .right-off-canvas-toggle:focus, .right-off-canvas-toggle:active {
  background: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .right-off-canvas-toggle {
    display: block;
  }
}

.off-canvas-wrapper-inner.is-off-canvas-open .right-off-canvas-toggle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.off-canvas {
  background: #000;
  bottom: 0;
  z-index: 5;
}

.off-canvas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.off-canvas ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
}

.is-reveal-open .off-canvas-wrapper-inner {
  overflow-y: scroll;
}

.off-canvas-content {
  min-height: 100vh;
}

.js-off-canvas-exit {
  z-index: 50;
}

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fff;
}

.is-drilldown-submenu-parent .is-drilldown-submenu {
  background: #000;
}

.is-drilldown-submenu-parent .is-drilldown-submenu li.js-drilldown-back a:before {
  border-color: transparent #fff transparent transparent;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.title-blue{
  background: #11A4DE;
  font-weight: 700;
  color: #fff;
  padding: 8px 35px;
  border-bottom: 1px solid #fff;
  border-radius: 3px;

}
h3.title-blue{
  display: inline-block;
  background: #11A4DE;
  font-weight: 700;
  color: #fff;
  padding: 8px 35px;
  border-bottom: 1px solid #fff;
  border-radius: 3px;
  font-size: 16px !important;
}
.media-object{
  padding: 5px;
  /*border: 1px solid #CCC;*/
  border-radius: 50%;
  background: #FFF;
  transition: all .3s ease-in-out;
}
.media-object:hover{
  /*border-radius: 0%;*/
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
  background: #FFF;
}
.event-params{
  list-style: none;
}
section.event{
  position: relative;
  margin-top: 65px
}
@media screen and (min-width: 39.9375em) {
  section.event:before {
    content: '';
    background: #8FCBE3;
    width: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1145px;
  }
}





.calendar table th{
  padding: 0;
}

th.prev .glyphicon{
  display: inline-block;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: 10px -141px;
  height: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
th.next .glyphicon{
  display: inline-block;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: 10px -166px;
  height: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.list-unstyled{
  list-style: none;
  padding: 0;
  margin: 0;
}
.calendar table th.picker-switch{
  margin-bottom: 50px;
  position: relative;
  font-size: 1.8125rem;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1;
  color: #fff;
  padding-bottom: 20px;
}
.registerIframe{
  /*margin-top: 20px;*/
  border: 1px solid #CCC;
}
input[type="file"]{
  border: 0
}
h1.title{
  margin: 10px 0;
  line-height: 1.1;
}
.callout{
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: #e2ecfc;
}
.interview{
  color: #0092ef;
}
.link{
  text-decoration: underline !important;
}
.city-image{
  filter: brightness(0.7);
  margin-left: -32px;
  display: inline-block;
  /*max-width: 250px;*/
  max-height: 300px;
  height: auto;
  /*padding: 4px;*/
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.city-title{
  background: rgba(255,255,255,0.4);
  text-align: center;
  padding: 8px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 17px;
  text-transform: uppercase;
  color: #FFF;
}
.isEvent{
  background: #EEE;
  color: #0092ef
}
.isConf{
  background: #bbbbbb;
  color: #fff
}
.events-list li{
  padding-bottom: 10px;
}
.events-list li a{
  text-decoration: none;
}
.in-img, .in-img-trainings{
  min-height: 260px;
  margin-top: -260px;
}
.ajax-event{
  cursor: pointer;
}
#toTop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
}
#toTop img{
  width: 48px;
}
#toTop2{
  display: none;
  background: #0092ef;
  color: #FFF;
  text-align: center;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #toTop2{
    display: block;
    margin-top: -25px;
  }
}
@media screen and (max-width: 767px) {
  #toTop{
    display: none !important;
  }
  #toTop2{
    padding: 10px;
    position: fixed;
    bottom:0;
    z-index: 999999;
    left: 0;
    right: 0;
  }
}
.pagination{
  width: 300px;
}
a{
  text-decoration: none;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.old-event{
  background: #f97460;
  padding: 3px 10px;
  color: #FFF;
  display: inline-block;
  margin-top: -5px;
  margin-left: 15px;
}

.label-primary {
  background-color: #337ab7;
}
.label-default {
  background-color: #777;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}




.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
  display: block;
  padding: 10px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .in-img, .in-img-trainings{
    margin-top: 0;
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .in-img, .in-img-trainings{
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.breadcrumbs li a:hover{
  text-decoration: underline;
}

.tabs{
  text-align: left;
  background: #EEE;
}
.tabs li{
  margin: 0;
}
.tabs li.page-active{
  background: #0b93d5;
  margin: 0;
}
.tabs li:hover{
  background: #0b93d5;
  margin: 0;
}
.tabs li a{
  padding: 10px;
}
.tabs li.page-active a{
  color: #FFF;
}
.tabs li:hover a{
  color: #FFF;
}
.tabs .tabs-title{
  margin: 0;
}
.tabs .tabs-title a{
  padding: 10px;
}

.tablerow{
  display: table-row;
}
.tablecell{
  display: table-cell;
  padding: 0 20px;
}
@media screen and (max-width: 64em) {
  .tablecell{
    display: inline-block;
    padding: 10px 10px;
  }
}
.vcenter {
  display: table-cell !important;
  vertical-align: middle;
  float: none;
  margin: 5px;
  height: 150px;
  width: 150px;
  text-align: center;
}
.form-left{
  float: left;
  margin: 0 10px 10px 0;
  max-width: 250px;
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
}
.form-modal{
  margin: 0 10px 10px 0;
  width: 100%;
  padding: 10px;
}
.alert-box-info{
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
  position: relative;
  transition: opacity 300ms ease-out;
}

.alert-box-danger{
  background-color: #e8beb8;
  border-color: #dd8c93;
  color: #4f3a37;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
  position: relative;
  transition: opacity 300ms ease-out;
}

.BDC_CaptchaDiv .BDC_CaptchaImageDiv a{
  position: absolute;
  left: -100000px;
}
.read-more, .read-more:hover, .read-more:active, .read-more:focus {
  text-decoration: none !important;
}
.read-more-content{
  display: none;
}

ul.tabs{
  margin: 0;
}
.tabs-panel{
  padding: 0;
}
.bx-wrapper{
  border: none !important;
}
.bx-controls-direction{
  display: none;
}

.open-adrs-map{
  display: none;
  position: absolute;
  top: 18px;
  width: 100%;
  height: 314px;
  background: #FFF;
  padding: 5px;
  border: 1px solid #EEE;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-map-marker:before {
  content: "\e062";
}
form input[type=file]{
  background: none;
}
.shadow-hover{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.shadow-hover:hover{
  transition: box-shadow 0.5s ease;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.56);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.56);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.56);
}

.reveal-member{
  padding: 20px;
}

.close-button{
  float: right;
  font-size: 70px;
  margin-top: -20px;
  margin-right: -6px;
  margin-bottom: -40px;
}




.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  margin-left: 0px !important;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}


#calendar-popup{
  background: #FFF;
  padding: 10px;
  border: 1px solid #11A4DE;
  width: 500px;
  position: absolute;
  z-index: 9999;
  display: none;
}
#calendar-popup ul{
  padding: 0 10px;
}
#calendar-popup ul li a{
  margin-top: -6px;
  margin-bottom: 5px;
  display: inline-block;
}
#calendar-popup ul li a:hover{
  text-decoration: underline;
}
#fz_wrap{
  font-size: 13px;
}
#fz_wrap a{
  color: #44a8d2;
}

.html-content img{
  width: 100%;
}
.html-content .work-group-card{
  position: relative;
  margin-bottom: 40px;
  -moz-background-size: 100%; /* Firefox 3.6+ */
  -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size: 100%; /* Opera 9.6+ */
  background-size: 100%; /* Современные браузеры */
}
.html-content .work-group-card .work-group-card-content{
  background: url("../images/workgroup/list-bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;

  -moz-background-size: 100%; /* Firefox 3.6+ */
  -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size: 100%; /* Opera 9.6+ */
  position: absolute;
  bottom: 0px;
  margin-left: -10px;
  color: #FFF;
  padding: 30px 20px 20px 220px;
}

@media screen and (max-width: 39.9375em) {
  .html-content .work-group-card .work-group-card-content{
    padding: 30px 20px;
  }
  .html-content .work-group-card .work-group-card-content h2{
    text-align: center;
  }
  .html-content .work-group-card .work-group-card-content .hidden-sm{
    display: none;
  }
  .html-content .work-group-card .work-group-card-content{
    background-image: none;
    background-color: rgba(0,0,0,0.5);
  }
}


.html-content .work-group-card .work-group-card-content h2{
  margin-bottom: 10px;
  color: #FFF;
}
.html-content .work-group-card a{
  text-decoration: none;
}
.html-content .work-group-card h2{
  margin-top: 15px;
}

.wg-sidebar{
  width: 100%;
  list-style: none;
  margin: 0 !important;
}
.wg-sidebar li a{
  padding: 5px 10px;
  color: #4D4D4D;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #EEE;
  position: relative;
}
.wg-sidebar li a:hover{
  background: #EEE;
}
.wg-sidebar .title{
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
}
.wg-sidebar li.active>a{
  background: #f5f5f5;
}
.wg-sidebar li.active>a:after{
  content: " >";
  position: absolute;
  right: 10px;
}


#vmapRussia, #wmapWorld{
  width: 100%;
  height: 600px;
}

.wg-no-comment{
  padding: 10px;
}
.text-right{
  float: right;
}
.wg-comment-block{
  margin: 10px;
  background: #EEE;
  padding: 10px;
}
















.wg-events #cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.wg-events #cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
  left: 50%;
  margin-left: -2px;
}
.wg-events .cd-container::after {
  content: '';
  display: table;
  clear: both;
}
.wg-events .cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.wg-events .cd-timeline-block:first-child {
  margin-top: 0;
}
.wg-events .cd-timeline-block {
  position: relative;
  margin: 4em 0;
}
.wg-events .cd-timeline-content {
  margin-left: 0;
  padding: 1.6em;
  width: 42%;
  position: relative;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  /*box-shadow: 0 3px 0 #d7e4ed;*/
}
.wg-events .cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: 135%;
  top: 17px;
  font-size: 16px;
  font-size: 1rem;
}
.wg-events .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  left: auto;
  right: 135%;
  text-align: right;
}
.wg-events .cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: right;
}
.wg-events .cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.wg-events .cd-timeline-img {
  left: 50%;
  margin-left: -30px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.wg-events .cd-timeline-img.cd-month{
  margin-left: -75px;
  width: 150px;
  text-align: center;
  background: #93cddd;
  color: #FFF;
  font-weight: bold;
  box-shadow: none;
}
.wg-events .cd-timeline-img {
  position: absolute;
  top: 0;
  padding: 10px 20px 6px 20px;
  border-radius: 8%;
  /*box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
  background: #EEE;
}
.wg-events .cd-timeline-img img,.cd-timeline-img svg {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  vertical-align: middle;
}
.wg-events .cssanimations .cd-timeline-img.is-hidden,.cssanimations .cd-timeline-content.is-hidden {
  visibility: hidden;
}
.wg-events .cssanimations .cd-timeline-img.bounce-in,.cssanimations .cd-timeline-content.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.6s;
}
.wg-events .cd-timeline-content h3 a{
  color: #777;
  text-decoration: none;
  line-height: 26px;
  font-size: 21px;
  font-weight: normal;
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.html-content h2.title{
    margin: 10px 0;
    display: block;
}
.wg-event-date{
  font-size: 12px;
  /*font-style: italic;*/
  /*font-weight: bold;*/
  color: #11A4DE;
}
.table{
  width: 100%;
}
.table thead{
  background: #EEE;
}
.table thead tr th{
  text-align: left;
  padding: 5px 10px;
}
.table tbody tr td{
  padding: 5px 10px;
  border-bottom: 1px solid #EEE
}
.table select{
  margin: 0;
}
.btn-succes{
  border: 1px solid #EEE;
  border-radius: 4px;
  padding: 8px 10px;
}
.btn-succes:hover{
  background: #F5F5F5;
}
h1 .text-right button{
  margin-top: -5px;
}
.alert-notice{
  background: #deffce;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #a1dea1;
}
.text-red{
  color: #CC0000;
}

.thumbnail.vcenter img{
  width: auto !important;
}
.conf{
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
}
.conf-img{
  padding: 10px;
  vert-align: middle;
}
.conf-img img{
  width: 100px;
}
.conf-content{
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  padding: 10px;
}
.ng-pristine{
  height: 15px !important;
  font-size: 17px !important;
}

@font-face {
  font-family: 'Franklin Gothic Medium Cond';
  src: url('../fonts/Franklin Gothic Medium Cond/FranklinGothic-MediumCond.eot');
  src: url('../fonts/Franklin Gothic Medium Cond/FranklinGothic-MediumCond.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Franklin Gothic Medium Cond/FranklinGothic-MediumCond.woff2') format('woff2'),
  url('../fonts/Franklin Gothic Medium Cond/FranklinGothic-MediumCond.woff') format('woff'),
  url('../fonts/Franklin Gothic Medium Cond/FranklinGothic-MediumCond.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


.banner_c{
  font-family: "Franklin Gothic Medium Cond";
  background: url("/bundles/app/images/920х265_4_bg.png") 100% 100% no-repeat;
  background-size: cover;
  width: 100%;
  height: 265px;
  color: #FFF;
  font-size: 26px;
}
.banner_c table{
  height: 100%;
  width: 100%;
}
.banner_c table tr td{
  vertical-align: middle;
}
@media screen and (max-width: 39.9375em) {
  .wg-menu{
    display: none;
  }
}

.btn-white{
  font-weight: bold;
  border: 1px solid #FFF
}
.btn-white:hover{
  background: #4f98c3;
}

.dropdown.menu{
  display: block;
  list-style: none;
}
.dropdown.menu li{
  list-style: none;
  padding: 0;
  display: inline;
  position: relative;
}
.dropdown.menu ul.menu{
  display: none;
  list-style: none;
  position: absolute;
  background: #FFF;
  border: 1px solid #EEE;
  padding: 5px 10px;
  left: 0;
  z-index: 99999;
  width: 150px;
}
.dropdown.menu ul.menu li{
  display: block;
  text-align: left;
  padding: 5px 0;
}
.dropdown.menu ul.menu li:not(:last-child){
  border-bottom: 1px solid #EEE;
}
.dropdown.menu:hover ul.menu{
  display: block;
}
.menu{
  list-style: none;
}
.left-sidebar{
  display: inline-block;
  float: left;
  margin-right: 50px;
}
.left-sidebar .avatar{
  max-width: 140px;
}
.wrapper{
  display: inline-block;
  float: left;
  max-width: 700px;
}
.menu li a{
  display: block;
  padding: 5px;
}
.menu li:not(:last-child) a{
  border-bottom: 1px solid #EEE;
}

.wg_main_menu .medium-4 .wg-block-btn,
.wg_main_menu .medium-6 .wg-block-btn,
.wg_main_menu .medium-8 .wg-block-btn,
.wg_main_menu .medium-12 .wg-block-btn{
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  background-color: #EEE;
  margin-top: 1.25rem;
  padding: 10px;
  padding-top: 30px;
  text-align: center;
  font-size: 24px;
  background-size: 100%;
  background-position: center;
}
.wg_main_menu .wg-more{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(204,204,204,0.5);
  text-align: center;
  padding: 20px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}
.wg-more a{
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
a.wg-btn-gray-a{
  text-decoration: none;
}
.wg-btn-gray{
  margin-top: 20px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #4b85c4;
  height: 30px;
}
.wg-btn-gray img{
  width: auto;
  max-height: 100%;
}

.hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
a.wg_a{
  color: #4D4D4D;
  text-decoration: none;
}

a.wg_a:hover{
  text-decoration: underline;
}
.badge {
  display: inline-block;
  /* min-width: 2.1em; */
  padding: 3px 8px 0px 6px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  background: #ba1717;
  color: #fefefe;
  font-weight: bold;
}
.bx-pager{
  display: none;
}
.hidden{
  display: none;
}

.well{
  padding: 20px;
  background: #EEE;
  border: 1px solid #CCC;
}
.well ul{
  list-style: none;
}
.poll-item li{
  display: block;
  padding: 10px 10px 5px 10px;
  margin: 0 !important;
}
.poll-item li:hover{
  background: #DDD;
}

@media screen and (max-width: 40em) {
  #ajax-container .item{
    border-bottom: 1px solid #CCC;
  }
}

.alert-success{
  padding: 10px 40px;
  font-size: 18px;
  background: #8efd80;
  border-radius: 4px;
  border: 1px solid #5db95d;
  font-weight: bold;
  margin-bottom: 20px;
}

.alert-danger{
  padding: 10px 40px;
  font-size: 18px;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 20px;
}


.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{
position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:39px;border:1px solid #aaa;border-radius:0px;background-color:#fff;
font-size: 1rem;     margin: 0 0 1rem;
box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:39px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-15px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(chosen-sprite.png) no-repeat -30px -20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#form-warn{
  max-width: 500px;
  margin-top: 20px;
}

.btn-live{
  text-align: left;
  border: 2px solid #d60001;
  color: #d60001;
  font-weight: bold;
  margin-top: 20px;
  width: 175px;
  float: right;
  border-radius: 6px;
  font-size: 14px;
}
.btn-live img{
  width: 64px;

}

.btn-live-big{
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: -54px;
  border-radius: 0;
  background: #d60001;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .btn-live-big{
    display: none;
  }
}

.video-frame{
  max-width: 100%;
  height: 560px;
  position: relative;
}
@media screen and (max-width: 50em) {
  .video-frame{
    max-width: 100%;
    height: 200px;
    position: relative;
  }
}

.timer{
  background: url("../images/timer.png");
  width: 300px;
  height: 100px;
  background-size: cover;
  float: right;
  text-align: left;
  border-radius: 3px;
}
.timer-time{
  color: #FFF;
  margin-top: 72px;
  margin-left: 175px;
  font-weight: bold;
  font-size: 18px;
}