@charset "UTF-8";
html {
  overflow-x: hidden; }
  html.map-opened {
    overflow: hidden; }

.grid, .box-timeline-progress__list, .btn-dropdown__list, .inp-items__list, .list-icon, #fancybox-thumbs ul, .box-tabs__menu, .box-poll__list, .box-timeline__list, .box-timeline-dates__list, .box-vcards-list__list, .box-product-attrs__list, .menu-secondary__list, .menu-secondary__submenu__list, .menu-side__list, .menu-inside__list, .menu-content__list, .menu-filter__list, .crossroad-links__list, .header__menu__primary, .header__menu__secondary, .header__menu__submenu ul,
.header__menu__submenu > ul:first-child, .header__menu__subbox__list, .header-min__menu__list, .footer__menu__list {
  margin: 0; }

.grid__cell, .box-timeline-progress__item, .icon-ul > li, .btn-dropdown__item, .inp-items__item, .list-icon__item, #fancybox-thumbs li, .box-tabs__menu__item, .box-poll__item, .box-timeline__item, .box-timeline-dates__item, .box-vcards-list__item, .box-product-attrs__item, .menu-secondary__item, .menu-secondary__submenu__item, .menu-side__item, .menu-inside__item, .menu-content__item, .menu-filter__item, .crossroad-links__item, .header__menu__primary__item, .header__menu__secondary__item, .header__menu__submenu__item, .header__menu__subbox__list__item, .header-min__menu__item, .footer__menu__item {
  position: static;
  padding: 0;
  margin: 0;
  background: none;
  overflow: visible;
  background-size: auto;
  background-position: 0 0; }
  .grid__cell:before, .box-timeline-progress__item:before, .icon-ul > li:before, .btn-dropdown__item:before, .inp-items__item:before, .list-icon__item:before, #fancybox-thumbs li:before, .box-tabs__menu__item:before, .box-poll__item:before, .box-timeline__item:before, .box-timeline-dates__item:before, .box-vcards-list__item:before, .box-product-attrs__item:before, .menu-secondary__item:before, .menu-secondary__submenu__item:before, .menu-side__item:before, .menu-inside__item:before, .menu-content__item:before, .menu-filter__item:before, .crossroad-links__item:before, .header__menu__primary__item:before, .header__menu__secondary__item:before, .header__menu__submenu__item:before, .header__menu__subbox__list__item:before, .header-min__menu__item:before, .footer__menu__item:before {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    content: normal; }

.grid__cell:before, .box-timeline-progress__item:before {
  content: normal;
  position: static;
  left: auto;
  top: auto; }

.grid {
  font-size: 0px;
  text-align: justify; }
  @media (min--moz-device-pixel-ratio: 0) {
    .grid {
      letter-spacing: -1px; } }
  @media (-webkit-min-device-pixel-ratio: 0) {
    .grid {
      letter-spacing: -1px; } }

.grid__cell {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  text-align: left;
  letter-spacing: normal;
  white-space: normal; }
  @media (min-width: 700px) {
    .grid__cell {
      font-size: 16px; } }

.grid--scroll {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto; }
  .js .grid--scroll {
    overflow-x: hidden; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  /* SK */
  overflow-y: scroll;
  /* SK */
  -webkit-font-smoothing: antialiased;
  /* SK */
  -moz-osx-font-smoothing: grayscale;
  /* SK */ }

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

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

/* HTML5 display definitions
  		========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

img,
iframe,
object,
embed {
  vertical-align: middle; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
  		========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
  /* SK */ }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 0;
  /* SK */
  margin: 0;
  /* SK */
  padding: 0;
  /* SK */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

@font-face {
  font-family: "Meta Web Pro";
  src: url("../fonts/8bae3873-0739-4792-8e54-da668a6bbb04.eot?#iefix");
  src: url("../fonts/8bae3873-0739-4792-8e54-da668a6bbb04.eot?#iefix") format("eot"), url("../fonts/a34efb95-278a-4d83-b40b-5adfa10f9679.woff2") format("woff2"), url("../fonts/2152f0c3-78d9-46a5-a850-fa36c1a4d4a6.woff") format("woff"), url("../fonts/c41b302c-40f7-4211-97e1-4efb032a9fff.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Meta Web Pro";
  src: url("../fonts/3647ba2e-7b03-4fc3-90eb-b098badd9d6f.eot?#iefix");
  src: url("../fonts/3647ba2e-7b03-4fc3-90eb-b098badd9d6f.eot?#iefix") format("eot"), url("../fonts/9c63c3fd-317d-48c4-905e-a8dd9db662a1.woff2") format("woff2"), url("../fonts/591023e1-fb9d-4504-9b3e-1ef43b14b083.woff") format("woff"), url("../fonts/9a49cf9d-0f25-46fe-98f8-b7e908507604.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

body {
  font: normal 15px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  min-width: 320px; }
  @media (min-width: 700px) {
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.box-map__text,
.h4,
.box-timeline-progress__title,
.box-map__icon,
.h5,
.h6 {
  font-family: "Meta Web Pro", Tahoma, sans-serif;
  font-weight: bold;
  line-height: 1.25em;
  margin: 1.5em 0 .5em;
  color: #000; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .h1 a,
  .h2 a,
  .h3 a, .box-map__text a,
  .h4 a, .box-timeline-progress__title a, .box-map__icon a,
  .h5 a,
  .h6 a {
    text-decoration: none; }

h1,
.h1 {
  font-size: 32px; }
  @media (min-width: 700px) {
    h1,
    .h1 {
      font-size: 40px; } }
  @media (min-width: 1000px) {
    h1,
    .h1 {
      font-size: 48px; } }

h2,
.h2 {
  font-size: 28px; }
  @media (min-width: 700px) {
    h2,
    .h2 {
      font-size: 32px; } }
  @media (min-width: 1000px) {
    h2,
    .h2 {
      font-size: 40px; } }

h3,
.h3,
.box-map__text {
  font-size: 24px; }
  @media (min-width: 700px) {
    h3,
    .h3,
    .box-map__text {
      font-size: 24px; } }
  @media (min-width: 1000px) {
    h3,
    .h3,
    .box-map__text {
      font-size: 32px; } }

h4,
.h4,
.box-timeline-progress__title,
.box-map__icon {
  font-size: 18px; }
  @media (min-width: 700px) {
    h4,
    .h4,
    .box-timeline-progress__title,
    .box-map__icon {
      font-size: 21px; } }
  @media (min-width: 1000px) {
    h4,
    .h4,
    .box-timeline-progress__title,
    .box-map__icon {
      font-size: 24px; } }

h5,
.h5 {
  font-size: 16px; }
  @media (min-width: 700px) {
    h5,
    .h5 {
      font-size: 18px; } }

h6,
.h6 {
  font-size: 14px;
  text-transform: uppercase; }
  @media (min-width: 700px) {
    h6,
    .h6 {
      font-size: 16px; } }

p {
  margin: 0 0 1.25em; }

hr {
  border: none;
  margin: 30px 0;
  height: 1px;
  border-top: 1px solid #ddd;
  overflow: hidden; }

blockquote {
  margin: 0 0 1.25em;
  padding: 0; }

cite {
  font-family: Georgia, Times, "Times New Roman", serif; }

a {
  color: #002776;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s; }
  .no-touch a:hover {
    color: #000; }
  a:not([href]) {
    opacity: .5;
    color: #002776;
    cursor: default;
    text-decoration: line-through; }
  .no-a-underline a {
    text-decoration: none; }

ul,
ol {
  margin: 0 0 1.25em 20px;
  list-style: none;
  padding: 0; }

li {
  padding: 0 0 0 13px;
  margin: 0 0 .25em;
  position: relative; }
  li ol, li ol:first-child,
  li ul,
  li ul:first-child {
    margin-top: .25em;
    margin-bottom: 0; }

ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background: #000; }

ol {
  counter-reset: item; }
  ol > li {
    background: none;
    padding: 0 0 0 25px; }
    ol > li:before {
      content: counter(item) ".";
      counter-increment: item;
      position: absolute;
      left: 0;
      top: 4px;
      font-weight: bold;
      color: #000;
      font-size: 12px;
      width: 1.4em;
      text-align: right; }
  ol[type="1"] > li:before {
    content: counter(item, decimal) "."; }
  ol[type="A"] > li:before {
    content: counter(item, upper-alpha) "."; }
  ol[type="a"] > li:before {
    content: counter(item, lower-alpha) "."; }
  ol[type="I"] > li:before {
    content: counter(item, upper-roman) "."; }
  ol[type="i"] > li:before {
    content: counter(item, lower-roman) "."; }

dl {
  margin: 0 0 1.25em; }

dt {
  font-weight: bold;
  margin: 0; }

dd {
  margin: 0 0 .75em;
  padding: 0; }

table {
  width: 100%;
  clear: both;
  margin: 0 0 2em;
  empty-cells: show;
  border-collapse: collapse;
  border: none;
  font-size: 14px; }
  table.table-padded td:first-child,
  table.table-padded th:first-child {
    padding-left: 10px; }
  table.table-padded td:last-child,
  table.table-padded th:last-child {
    padding-right: 10px; }
  table.table-condensed {
    width: auto; }
    table.table-condensed td,
    table.table-condensed th {
      padding: 0 0 0 16px;
      border: 0; }
    table.table-condensed td:first-child,
    table.table-condensed th:first-child {
      padding-left: 0; }
  @media (max-width: 479px) {
    table {
      display: block; }
      table tbody,
      table tr {
        display: block; }
      table th {
        display: block;
        border-bottom-width: 0px;
        padding-left: 0;
        padding-right: 0; }
      table td {
        display: block;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        border-top-width: 0px;
        border-bottom-width: 0px; }
        table td:last-child {
          border-bottom-width: 1px; } }

td,
th {
  vertical-align: top;
  padding: 11px 10px 9px;
  border: 1px solid #e5e9f1;
  border-width: 0 0 1px;
  text-align: left; }
  td:first-child,
  th:first-child {
    padding-left: 0; }
  td:last-child,
  th:last-child {
    padding-right: 0; }

th {
  font-weight: bold;
  color: #000; }

tbody tr:last-child td,
tbody tr:last-child th {
  border-bottom: 0; }

thead {
  text-transform: uppercase;
  font-weight: bold;
  color: #000; }
  thead th,
  thead td {
    border-width: 0 0 1px;
    border-color: #ccd4e4; }

tfoot {
  font-weight: bold;
  color: #000;
  font-size: 16px; }
  tfoot th,
  tfoot td {
    border-color: #ccd4e4;
    border-width: 1px 0 0; }

.table-wrap {
  border: 1px solid #ccd4e4;
  padding: 20px;
  margin: 0 0 1.25em; }
  .table-wrap table {
    margin: 0; }

.js .tr-clickable {
  cursor: pointer; }
  .js .tr-clickable td,
  .js .tr-clickable th {
    -webkit-transition: color 0.2s, background 0.2s;
    -moz-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s; }
  .no-touch .js .tr-clickable:hover td,
  .no-touch .js .tr-clickable:hover th {
    background: rgba(242, 212, 92, 0.2); }

img.left {
  float: left;
  margin: .25em 30px 10px 0; }

img.right {
  float: right;
  margin: .25em 0 10px 30px; }

@media (max-width: 1239px) {
  img {
    max-width: 100%;
    height: auto; } }

.image ~ ul li,
.image ~ ol li,
img ~ ul li,
img ~ ol li {
  overflow: hidden; }

.act h2, .act .h2 {
  font-size: 16px;
  text-align: center; }
  @media (min-width: 700px) {
    .act h2, .act .h2 {
      font-size: 18px; } }

.act h3, .act .h3, .act .box-map__text {
  text-align: center;
  margin-top: 5px;
  font-size: 24px; }
  @media (min-width: 700px) {
    .act h3, .act .h3, .act .box-map__text {
      font-size: 24px; } }

.act ol {
  margin-left: 0; }
  .act ol li {
    padding-left: 35px; }
  .act ol > li:before {
    content: "(" counter(item) ")";
    font-size: inherit;
    font-weight: normal;
    top: 0; }
  .act ol > li li:before {
    content: counter(item, lower-alpha) ")";
    font-size: inherit;
    font-weight: normal;
    top: 0; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, .inp-item--checkbox > span:after, .inp-select .selectize-input::after, .crossroad-links__item:before, .header__lang--select .header__lang__selected__link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  position: relative; }

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.icon-4x {
  font-size: 4em; }

.icon-5x {
  font-size: 5em; }

.icon-fw {
  width: 1.28571em;
  text-align: center; }

.icon-ul > li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 25px; }

.icon-ul ul {
  margin-top: 1em;
  margin-bottom: 0; }

.icon-li {
  position: absolute;
  left: 0;
  top: .25em;
  color: #f2d45c;
  font-size: 16px; }

.big .icon-ul,
.big.icon-ul {
  font-size: 22px;
  margin-left: 0; }
  .big .icon-ul > li,
  .big.icon-ul > li {
    padding-left: 38px; }

.big .icon-li {
  font-size: 28px;
  top: 0.15em; }

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.icon-pull-left {
  float: left; }

.icon-pull-right {
  float: right; }

.icon.icon-pull-left {
  margin-right: .3em; }

.icon.icon-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.icon.pull-left {
  margin-right: .3em; }

.icon.pull-right {
  margin-left: .3em; }

.icon-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear; }

.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.icon-stack-1x {
  line-height: inherit; }

.icon-stack-2x {
  font-size: 2em; }

.icon-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-o:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-o:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: ""; }

.icon-search-plus:before {
  content: ""; }

.icon-search-minus:before {
  content: ""; }

.icon-power-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash-o:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-o:before {
  content: ""; }

.icon-clock-o:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-arrow-circle-o-down:before {
  content: ""; }

.icon-arrow-circle-o-up:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle-o:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-align-left:before {
  content: ""; }

.icon-align-center:before {
  content: ""; }

.icon-align-right:before {
  content: ""; }

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-dedent:before,
.icon-outdent:before {
  content: ""; }

.icon-indent:before {
  content: ""; }

.icon-video-camera:before {
  content: ""; }

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before,
.icon-pencil-square-o:before {
  content: ""; }

.icon-share-square-o:before {
  content: ""; }

.icon-check-square-o:before {
  content: ""; }

.icon-arrows:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-plus-circle:before {
  content: ""; }

.icon-minus-circle:before {
  content: ""; }

.icon-times-circle:before {
  content: ""; }

.icon-check-circle:before {
  content: ""; }

.icon-question-circle:before {
  content: ""; }

.icon-info-circle:before {
  content: ""; }

.icon-crosshairs:before {
  content: ""; }

.icon-times-circle-o:before {
  content: ""; }

.icon-check-circle-o:before {
  content: ""; }

.icon-ban:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-mail-forward:before,
.icon-share:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-compress:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-circle:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-eye-slash:before {
  content: ""; }

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-folder:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-arrows-v:before {
  content: ""; }

.icon-arrows-h:before {
  content: ""; }

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: ""; }

.icon-twitter-square:before {
  content: ""; }

.icon-facebook-square:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-o-up:before {
  content: ""; }

.icon-thumbs-o-down:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-o:before {
  content: ""; }

.icon-sign-out:before {
  content: ""; }

.icon-linkedin-square:before {
  content: ""; }

.icon-thumb-tack:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-sign-in:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-square:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-lemon-o:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-square-o:before {
  content: ""; }

.icon-bookmark-o:before {
  content: ""; }

.icon-phone-square:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook-f:before,
.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-feed:before,
.icon-rss:before {
  content: ""; }

.icon-hdd-o:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-o-right:before {
  content: ""; }

.icon-hand-o-left:before {
  content: ""; }

.icon-hand-o-up:before {
  content: ""; }

.icon-hand-o-down:before {
  content: ""; }

.icon-arrow-circle-left:before {
  content: ""; }

.icon-arrow-circle-right:before {
  content: ""; }

.icon-arrow-circle-up:before {
  content: ""; }

.icon-arrow-circle-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-arrows-alt:before {
  content: ""; }

.icon-group:before,
.icon-users:before {
  content: ""; }

.icon-chain:before,
.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-flask:before {
  content: ""; }

.icon-cut:before,
.icon-scissors:before {
  content: ""; }

.icon-copy:before,
.icon-files-o:before {
  content: ""; }

.icon-paperclip:before {
  content: ""; }

.icon-save:before,
.icon-floppy-o:before {
  content: ""; }

.icon-square:before {
  content: ""; }

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-square:before {
  content: ""; }

.icon-google-plus-square:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-unsorted:before,
.icon-sort:before {
  content: ""; }

.icon-sort-down:before,
.icon-sort-desc:before {
  content: ""; }

.icon-sort-up:before,
.icon-sort-asc:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before,
.icon-gavel:before {
  content: ""; }

.icon-dashboard:before,
.icon-tachometer:before {
  content: ""; }

.icon-comment-o:before {
  content: ""; }

.icon-comments-o:before {
  content: ""; }

.icon-flash:before,
.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before,
.icon-clipboard:before {
  content: ""; }

.icon-lightbulb-o:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-o:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-cutlery:before {
  content: ""; }

.icon-file-text-o:before {
  content: ""; }

.icon-building-o:before {
  content: ""; }

.icon-hospital-o:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-square:before {
  content: ""; }

.icon-plus-square:before {
  content: ""; }

.icon-angle-double-left:before {
  content: ""; }

.icon-angle-double-right:before {
  content: ""; }

.icon-angle-double-up:before {
  content: ""; }

.icon-angle-double-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before,
.icon-mobile:before {
  content: ""; }

.icon-circle-o:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-o:before {
  content: ""; }

.icon-folder-open-o:before {
  content: ""; }

.icon-smile-o:before {
  content: ""; }

.icon-frown-o:before {
  content: ""; }

.icon-meh-o:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard-o:before {
  content: ""; }

.icon-flag-o:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: ""; }

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before,
.icon-chain-broken:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-slash:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-o:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-circle-left:before {
  content: ""; }

.icon-chevron-circle-right:before {
  content: ""; }

.icon-chevron-circle-up:before {
  content: ""; }

.icon-chevron-circle-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-h:before {
  content: ""; }

.icon-ellipsis-v:before {
  content: ""; }

.icon-rss-square:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-square:before {
  content: ""; }

.icon-minus-square-o:before {
  content: ""; }

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

.icon-check-square:before {
  content: ""; }

.icon-pencil-square:before {
  content: ""; }

.icon-external-link-square:before {
  content: ""; }

.icon-share-square:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: ""; }

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: ""; }

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-alpha-asc:before {
  content: ""; }

.icon-sort-alpha-desc:before {
  content: ""; }

.icon-sort-amount-asc:before {
  content: ""; }

.icon-sort-amount-desc:before {
  content: ""; }

.icon-sort-numeric-asc:before {
  content: ""; }

.icon-sort-numeric-desc:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-youtube-square:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-square:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stack-overflow:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-square:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-square:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before,
.icon-gratipay:before {
  content: ""; }

.icon-sun-o:before {
  content: ""; }

.icon-moon-o:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

.icon-pagelines:before {
  content: ""; }

.icon-stack-exchange:before {
  content: ""; }

.icon-arrow-circle-o-right:before {
  content: ""; }

.icon-arrow-circle-o-left:before {
  content: ""; }

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: ""; }

.icon-dot-circle-o:before {
  content: ""; }

.icon-wheelchair:before {
  content: ""; }

.icon-vimeo-square:before {
  content: ""; }

.icon-turkish-lira:before,
.icon-try:before {
  content: ""; }

.icon-plus-square-o:before {
  content: ""; }

.icon-space-shuttle:before {
  content: ""; }

.icon-slack:before {
  content: ""; }

.icon-envelope-square:before {
  content: ""; }

.icon-wordpress:before {
  content: ""; }

.icon-openid:before {
  content: ""; }

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: ""; }

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: ""; }

.icon-yahoo:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-reddit:before {
  content: ""; }

.icon-reddit-square:before {
  content: ""; }

.icon-stumbleupon-circle:before {
  content: ""; }

.icon-stumbleupon:before {
  content: ""; }

.icon-delicious:before {
  content: ""; }

.icon-digg:before {
  content: ""; }

.icon-pied-piper-pp:before {
  content: ""; }

.icon-pied-piper-alt:before {
  content: ""; }

.icon-drupal:before {
  content: ""; }

.icon-joomla:before {
  content: ""; }

.icon-language:before {
  content: ""; }

.icon-fax:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-paw:before {
  content: ""; }

.icon-spoon:before {
  content: ""; }

.icon-cube:before {
  content: ""; }

.icon-cubes:before {
  content: ""; }

.icon-behance:before {
  content: ""; }

.icon-behance-square:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-steam-square:before {
  content: ""; }

.icon-recycle:before {
  content: ""; }

.icon-automobile:before,
.icon-car:before {
  content: ""; }

.icon-cab:before,
.icon-taxi:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-spotify:before {
  content: ""; }

.icon-deviantart:before {
  content: ""; }

.icon-soundcloud:before {
  content: ""; }

.icon-database:before {
  content: ""; }

.icon-file-pdf-o:before {
  content: ""; }

.icon-file-word-o:before {
  content: ""; }

.icon-file-excel-o:before {
  content: ""; }

.icon-file-powerpoint-o:before {
  content: ""; }

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: ""; }

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: ""; }

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: ""; }

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: ""; }

.icon-file-code-o:before {
  content: ""; }

.icon-vine:before {
  content: ""; }

.icon-codepen:before {
  content: ""; }

.icon-jsfiddle:before {
  content: ""; }

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: ""; }

.icon-circle-o-notch:before {
  content: ""; }

.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
  content: ""; }

.icon-ge:before,
.icon-empire:before {
  content: ""; }

.icon-git-square:before {
  content: ""; }

.icon-git:before {
  content: ""; }

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: ""; }

.icon-tencent-weibo:before {
  content: ""; }

.icon-qq:before {
  content: ""; }

.icon-wechat:before,
.icon-weixin:before {
  content: ""; }

.icon-send:before,
.icon-paper-plane:before {
  content: ""; }

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: ""; }

.icon-history:before {
  content: ""; }

.icon-circle-thin:before {
  content: ""; }

.icon-header:before {
  content: ""; }

.icon-paragraph:before {
  content: ""; }

.icon-sliders:before {
  content: ""; }

.icon-share-alt:before {
  content: ""; }

.icon-share-alt-square:before {
  content: ""; }

.icon-bomb:before {
  content: ""; }

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: ""; }

.icon-tty:before {
  content: ""; }

.icon-binoculars:before {
  content: ""; }

.icon-plug:before {
  content: ""; }

.icon-slideshare:before {
  content: ""; }

.icon-twitch:before {
  content: ""; }

.icon-yelp:before {
  content: ""; }

.icon-newspaper-o:before {
  content: ""; }

.icon-wifi:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-paypal:before {
  content: ""; }

.icon-google-wallet:before {
  content: ""; }

.icon-cc-visa:before {
  content: ""; }

.icon-cc-mastercard:before {
  content: ""; }

.icon-cc-discover:before {
  content: ""; }

.icon-cc-amex:before {
  content: ""; }

.icon-cc-paypal:before {
  content: ""; }

.icon-cc-stripe:before {
  content: ""; }

.icon-bell-slash:before {
  content: ""; }

.icon-bell-slash-o:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-copyright:before {
  content: ""; }

.icon-at:before {
  content: ""; }

.icon-eyedropper:before {
  content: ""; }

.icon-paint-brush:before {
  content: ""; }

.icon-birthday-cake:before {
  content: ""; }

.icon-area-chart:before {
  content: ""; }

.icon-pie-chart:before {
  content: ""; }

.icon-line-chart:before {
  content: ""; }

.icon-lastfm:before {
  content: ""; }

.icon-lastfm-square:before {
  content: ""; }

.icon-toggle-off:before {
  content: ""; }

.icon-toggle-on:before {
  content: ""; }

.icon-bicycle:before {
  content: ""; }

.icon-bus:before {
  content: ""; }

.icon-ioxhost:before {
  content: ""; }

.icon-angellist:before {
  content: ""; }

.icon-cc:before {
  content: ""; }

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: ""; }

.icon-meanpath:before {
  content: ""; }

.icon-buysellads:before {
  content: ""; }

.icon-connectdevelop:before {
  content: ""; }

.icon-dashcube:before {
  content: ""; }

.icon-forumbee:before {
  content: ""; }

.icon-leanpub:before {
  content: ""; }

.icon-sellsy:before {
  content: ""; }

.icon-shirtsinbulk:before {
  content: ""; }

.icon-simplybuilt:before {
  content: ""; }

.icon-skyatlas:before {
  content: ""; }

.icon-cart-plus:before {
  content: ""; }

.icon-cart-arrow-down:before {
  content: ""; }

.icon-diamond:before {
  content: ""; }

.icon-ship:before {
  content: ""; }

.icon-user-secret:before {
  content: ""; }

.icon-motorcycle:before {
  content: ""; }

.icon-street-view:before {
  content: ""; }

.icon-heartbeat:before {
  content: ""; }

.icon-venus:before {
  content: ""; }

.icon-mars:before {
  content: ""; }

.icon-mercury:before {
  content: ""; }

.icon-intersex:before,
.icon-transgender:before {
  content: ""; }

.icon-transgender-alt:before {
  content: ""; }

.icon-venus-double:before {
  content: ""; }

.icon-mars-double:before {
  content: ""; }

.icon-venus-mars:before {
  content: ""; }

.icon-mars-stroke:before {
  content: ""; }

.icon-mars-stroke-v:before {
  content: ""; }

.icon-mars-stroke-h:before {
  content: ""; }

.icon-neuter:before {
  content: ""; }

.icon-genderless:before {
  content: ""; }

.icon-facebook-official:before {
  content: ""; }

.icon-pinterest-p:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-server:before {
  content: ""; }

.icon-user-plus:before {
  content: ""; }

.icon-user-times:before {
  content: ""; }

.icon-hotel:before,
.icon-bed:before {
  content: ""; }

.icon-viacoin:before {
  content: ""; }

.icon-train:before {
  content: ""; }

.icon-subway:before {
  content: ""; }

.icon-medium:before {
  content: ""; }

.icon-yc:before,
.icon-y-combinator:before {
  content: ""; }

.icon-optin-monster:before {
  content: ""; }

.icon-opencart:before {
  content: ""; }

.icon-expeditedssl:before {
  content: ""; }

.icon-battery-4:before,
.icon-battery-full:before {
  content: ""; }

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: ""; }

.icon-battery-2:before,
.icon-battery-half:before {
  content: ""; }

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: ""; }

.icon-battery-0:before,
.icon-battery-empty:before {
  content: ""; }

.icon-mouse-pointer:before {
  content: ""; }

.icon-i-cursor:before {
  content: ""; }

.icon-object-group:before {
  content: ""; }

.icon-object-ungroup:before {
  content: ""; }

.icon-sticky-note:before {
  content: ""; }

.icon-sticky-note-o:before {
  content: ""; }

.icon-cc-jcb:before {
  content: ""; }

.icon-cc-diners-club:before {
  content: ""; }

.icon-clone:before {
  content: ""; }

.icon-balance-scale:before {
  content: ""; }

.icon-hourglass-o:before {
  content: ""; }

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: ""; }

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: ""; }

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: ""; }

.icon-hourglass:before {
  content: ""; }

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: ""; }

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: ""; }

.icon-hand-scissors-o:before {
  content: ""; }

.icon-hand-lizard-o:before {
  content: ""; }

.icon-hand-spock-o:before {
  content: ""; }

.icon-hand-pointer-o:before {
  content: ""; }

.icon-hand-peace-o:before {
  content: ""; }

.icon-trademark:before {
  content: ""; }

.icon-registered:before {
  content: ""; }

.icon-creative-commons:before {
  content: ""; }

.icon-gg:before {
  content: ""; }

.icon-gg-circle:before {
  content: ""; }

.icon-tripadvisor:before {
  content: ""; }

.icon-odnoklassniki:before {
  content: ""; }

.icon-odnoklassniki-square:before {
  content: ""; }

.icon-get-pocket:before {
  content: ""; }

.icon-wikipedia-w:before {
  content: ""; }

.icon-safari:before {
  content: ""; }

.icon-chrome:before {
  content: ""; }

.icon-firefox:before {
  content: ""; }

.icon-opera:before {
  content: ""; }

.icon-internet-explorer:before {
  content: ""; }

.icon-tv:before,
.icon-television:before {
  content: ""; }

.icon-contao:before {
  content: ""; }

.icon-500px:before {
  content: ""; }

.icon-amazon:before {
  content: ""; }

.icon-calendar-plus-o:before {
  content: ""; }

.icon-calendar-minus-o:before {
  content: ""; }

.icon-calendar-times-o:before {
  content: ""; }

.icon-calendar-check-o:before {
  content: ""; }

.icon-industry:before {
  content: ""; }

.icon-map-pin:before {
  content: ""; }

.icon-map-signs:before {
  content: ""; }

.icon-map-o:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-commenting:before {
  content: ""; }

.icon-commenting-o:before {
  content: ""; }

.icon-houzz:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-black-tie:before {
  content: ""; }

.icon-fonticons:before {
  content: ""; }

.icon-reddit-alien:before {
  content: ""; }

.icon-edge:before {
  content: ""; }

.icon-credit-card-alt:before {
  content: ""; }

.icon-codiepie:before {
  content: ""; }

.icon-modx:before {
  content: ""; }

.icon-fort-awesome:before {
  content: ""; }

.icon-usb:before {
  content: ""; }

.icon-product-hunt:before {
  content: ""; }

.icon-mixcloud:before {
  content: ""; }

.icon-scribd:before {
  content: ""; }

.icon-pause-circle:before {
  content: ""; }

.icon-pause-circle-o:before {
  content: ""; }

.icon-stop-circle:before {
  content: ""; }

.icon-stop-circle-o:before {
  content: ""; }

.icon-shopping-bag:before {
  content: ""; }

.icon-shopping-basket:before {
  content: ""; }

.icon-hashtag:before {
  content: ""; }

.icon-bluetooth:before {
  content: ""; }

.icon-bluetooth-b:before {
  content: ""; }

.icon-percent:before {
  content: ""; }

.icon-gitlab:before {
  content: ""; }

.icon-wpbeginner:before {
  content: ""; }

.icon-wpforms:before {
  content: ""; }

.icon-envira:before {
  content: ""; }

.icon-universal-access:before {
  content: ""; }

.icon-wheelchair-alt:before {
  content: ""; }

.icon-question-circle-o:before {
  content: ""; }

.icon-blind:before {
  content: ""; }

.icon-audio-description:before {
  content: ""; }

.icon-volume-control-phone:before {
  content: ""; }

.icon-braille:before {
  content: ""; }

.icon-assistive-listening-systems:before {
  content: ""; }

.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: ""; }

.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: ""; }

.icon-glide:before {
  content: ""; }

.icon-glide-g:before {
  content: ""; }

.icon-signing:before,
.icon-sign-language:before {
  content: ""; }

.icon-low-vision:before {
  content: ""; }

.icon-viadeo:before {
  content: ""; }

.icon-viadeo-square:before {
  content: ""; }

.icon-snapchat:before {
  content: ""; }

.icon-snapchat-ghost:before {
  content: ""; }

.icon-snapchat-square:before {
  content: ""; }

.icon-pied-piper:before {
  content: ""; }

.icon-first-order:before {
  content: ""; }

.icon-yoast:before {
  content: ""; }

.icon-themeisle:before {
  content: ""; }

.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: ""; }

.icon-fa:before,
.icon-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.btn, .btn-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer; }

/* BUTTON */
.btn > span {
  position: relative;
  display: block;
  padding: 14px 40px 14px;
  font: bold 20px/28px "Meta Web Pro", Tahoma, sans-serif;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -moz-transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; }
  .btn > span:not(.no-uppercase) {
    text-transform: uppercase; }

.btn.is-disabled > span, .btn:disabled > span {
  opacity: .2;
  cursor: default; }

.btn-primary > span {
  background: #f2d45c;
  border: 2px solid #f2d45c;
  color: #000; }

.no-touch .btn-primary:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-primary:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-primary:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-primary:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #f2d45c; }

.btn-primary.btn-border > span {
  color: #f2d45c; }

.no-touch .btn-primary.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-primary.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #f2d45c;
  color: #000; }

.btn-law > span {
  background: #7f379b;
  border: 2px solid #7f379b;
  color: #fff; }

.no-touch .btn-law:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-law:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-law:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-law:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #7f379b; }

.btn-law.btn-border > span {
  color: #7f379b; }

.no-touch .btn-law.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-law.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #7f379b;
  color: #fff; }

.btn-med > span {
  background: #f01928;
  border: 2px solid #f01928;
  color: #fff; }

.no-touch .btn-med:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-med:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-med:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-med:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #f01928; }

.btn-med.btn-border > span {
  color: #f01928; }

.no-touch .btn-med.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-med.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #f01928;
  color: #fff; }

.btn-sci > span {
  background: #01af40;
  border: 2px solid #01af40;
  color: #fff; }

.no-touch .btn-sci:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-sci:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-sci:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-sci:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #01af40; }

.btn-sci.btn-border > span {
  color: #01af40; }

.no-touch .btn-sci.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-sci.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #01af40;
  color: #fff; }

.btn-fi > span {
  background: #f2d45c;
  border: 2px solid #f2d45c;
  color: #000; }

.no-touch .btn-fi:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-fi:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-fi:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-fi:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #f2d45c; }

.btn-fi.btn-border > span {
  color: #f2d45c; }

.no-touch .btn-fi.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-fi.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #f2d45c;
  color: #000; }

.btn-fss > span {
  background: #007b69;
  border: 2px solid #007b69;
  color: #fff; }

.no-touch .btn-fss:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-fss:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-fss:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-fss:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #007b69; }

.btn-fss.btn-border > span {
  color: #007b69; }

.no-touch .btn-fss.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-fss.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #007b69;
  color: #fff; }

.btn-fsps > span {
  background: #009aa6;
  border: 2px solid #009aa6;
  color: #fff; }

.no-touch .btn-fsps:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-fsps:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-fsps:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-fsps:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #009aa6; }

.btn-fsps.btn-border > span {
  color: #009aa6; }

.no-touch .btn-fsps.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-fsps.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #009aa6;
  color: #fff; }

.btn-fss > span {
  background: #007b69;
  border: 2px solid #007b69;
  color: #fff; }

.no-touch .btn-fss:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-fss:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-fss:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-fss:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #007b69; }

.btn-fss.btn-border > span {
  color: #007b69; }

.no-touch .btn-fss.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-fss.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #007b69;
  color: #fff; }

.btn-phil > span {
  background: #00a3e2;
  border: 2px solid #00a3e2;
  color: #fff; }

.no-touch .btn-phil:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-phil:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-phil:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-phil:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #00a3e2; }

.btn-phil.btn-border > span {
  color: #00a3e2; }

.no-touch .btn-phil.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-phil.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #00a3e2;
  color: #fff; }

.btn-ped > span {
  background: #ffa030;
  border: 2px solid #ffa030;
  color: #fff; }

.no-touch .btn-ped:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-ped:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-ped:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-ped:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #ffa030; }

.btn-ped.btn-border > span {
  color: #ffa030; }

.no-touch .btn-ped.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-ped.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #ffa030;
  color: #fff; }

.btn-econ > span {
  background: #782328;
  border: 2px solid #782328;
  color: #fff; }

.no-touch .btn-econ:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-econ:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-econ:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-econ:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #782328; }

.btn-econ.btn-border > span {
  color: #782328; }

.no-touch .btn-econ.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-econ.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #782328;
  color: #fff; }

.btn-muni > span {
  background: #002776;
  border: 2px solid #002776;
  color: #fff; }

.no-touch .btn-muni:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-muni:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-muni:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-muni:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #002776; }

.btn-muni.btn-border > span {
  color: #002776; }

.no-touch .btn-muni.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-muni.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #002776;
  color: #fff; }

.btn-white > span {
  background: #fff;
  border: 2px solid #fff;
  color: #f2d45c; }

.no-touch .btn-white:hover:not(.is-disabled):not(:disabled),
.no-touch .btn-white:focus:not(.is-disabled):not(:disabled) {
  text-decoration: none; }
  .no-touch .btn-white:hover:not(.is-disabled):not(:disabled) > span,
  .no-touch .btn-white:focus:not(.is-disabled):not(:disabled) > span {
    background: none;
    color: #fff; }

.btn-white.btn-border > span {
  color: #fff; }

.no-touch .btn-white.btn-border:hover:not(.is-disabled):not(:disabled) > span,
.no-touch .btn-white.btn-border:focus:not(.is-disabled):not(:disabled) > span {
  background: #fff;
  color: #f2d45c; }

.btn-block {
  width: 100%;
  display: block; }

.btn-icon {
  font-size: 16px;
  color: #002776;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s; }
  .no-touch .btn-icon:hover:not(.is-disabled):not(:disabled),
  .no-touch .btn-icon:focus:not(.is-disabled):not(:disabled) {
    color: #444; }

.btn-border > span {
  background: none; }

.btn-s > span {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 40px 8px; }

.btn-icon-before .icon, .btn-icon-after .icon {
  vertical-align: middle;
  position: relative;
  top: -3px; }

.btn-icon-before.btn-s .icon, .btn-icon-after.btn-s .icon {
  top: -2px; }

.btn-icon-before .icon {
  margin-right: 5px; }

.btn-icon-after .icon {
  margin-left: 5px; }

.btn-dropdown {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 1.25em; }
  .btn-dropdown .btn .icon {
    font-size: 18px; }
  .btn-dropdown.is-open .btn-dropdown__menu {
    opacity: 1;
    visibility: visible; }
  .btn-dropdown__menu {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 370px;
    border: 1px solid #e5e9f1;
    padding: 15px 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s; }
    @media (max-width: 699px) {
      .btn-dropdown__menu {
        top: 100%;
        margin-top: 10px;
        left: 0;
        max-width: calc(100vw - 30px); } }
    @media (min-width: 700px) {
      .btn-dropdown__menu--right {
        left: 100%;
        top: 0;
        margin-left: 10px; }
      .btn-dropdown__menu--left {
        top: 0;
        right: 100%;
        margin-right: 10px; }
      .btn-dropdown__menu--up {
        left: 0;
        margin-bottom: 10px;
        bottom: 100%; }
      .btn-dropdown__menu--down {
        left: 0;
        margin-top: 10px;
        top: 100%; } }
  .btn-dropdown__item {
    border-top: 1px solid #ccd4e4; }
    .btn-dropdown__item:first-child {
      border: none; }
  .btn-dropdown__link {
    display: block;
    padding: 10px 15px; }
    .no-touch .btn-dropdown__link:hover {
      background: rgba(242, 212, 92, 0.2);
      text-decoration: none; }
    .btn-dropdown__link.with-icon {
      padding-left: 40px;
      position: relative; }
      .btn-dropdown__link.with-icon .icon {
        position: absolute;
        left: 15px;
        top: 14px;
        font-size: 16px;
        color: #f2d45c; }
    .btn-dropdown__link .tag {
      float: right;
      margin-left: 5px;
      margin-top: 2px; }

.btn-wrap {
  font-size: 0px;
  margin: 0 0 0 -20px; }
  .btn-wrap > .btn,
  .btn-wrap > .btn-dropdown {
    margin: 0 0 20px 20px;
    font-size: 16px; }
  .btn-wrap--wide .btn {
    display: block; }

.inp-text, select.inp-select, .selectize-input {
  display: block;
  border: 1px solid #99a9c8;
  padding: 10px 15px;
  background: #fff;
  color: #444;
  font: normal 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 44px;
  border-radius: 0px;
  box-shadow: inset 0 1px 5px rgba(63, 105, 160, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: color 0.2s, border-color 0.2s, background 0.2s;
  -moz-transition: color 0.2s, border-color 0.2s, background 0.2s;
  transition: color 0.2s, border-color 0.2s, background 0.2s; }
  .inp-text::-webkit-input-placeholder, select.inp-select::-webkit-input-placeholder, .selectize-input::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.75);
    opacity: 1;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
  .inp-text::-moz-placeholder, select.inp-select::-moz-placeholder, .selectize-input::-moz-placeholder {
    color: rgba(68, 68, 68, 0.75);
    opacity: 1;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
  .inp-text:-moz-placeholder, select.inp-select:-moz-placeholder, .selectize-input:-moz-placeholder {
    color: rgba(68, 68, 68, 0.75);
    opacity: 1;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
  .inp-text:-ms-input-placeholder, select.inp-select:-ms-input-placeholder, .selectize-input:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.75);
    opacity: 1;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
  .inp-text:focus, select.inp-select:focus, .selectize-input:focus {
    background-color: #fafbfc;
    border-color: #f2d45c; }
    .inp-text:focus::-webkit-input-placeholder, select.inp-select:focus::-webkit-input-placeholder, .selectize-input:focus::-webkit-input-placeholder {
      color: rgba(68, 68, 68, 0.4); }
    .inp-text:focus::-moz-placeholder, select.inp-select:focus::-moz-placeholder, .selectize-input:focus::-moz-placeholder {
      color: rgba(68, 68, 68, 0.4); }
    .inp-text:focus:-moz-placeholder, select.inp-select:focus:-moz-placeholder, .selectize-input:focus:-moz-placeholder {
      color: rgba(68, 68, 68, 0.4); }
    .inp-text:focus:-ms-input-placeholder, select.inp-select:focus:-ms-input-placeholder, .selectize-input:focus:-ms-input-placeholder {
      color: rgba(68, 68, 68, 0.4); }
  .inp-text:disabled, select.inp-select:disabled, .selectize-input:disabled {
    border-color: #ddd;
    box-shadow: inset 0 1px 5px rgba(63, 105, 160, 0.15);
    color: rgba(68, 68, 68, 0.5); }
  .error .inp-text, .error select.inp-select, .error .selectize-input {
    border-color: #e51c24 !important; }
  .inp-text--big {
    height: 60px;
    padding: 19px 15px; }

.inp-fix {
  display: block;
  position: relative; }
  label + br + .inp-fix, .inp-items__label + br + .inp-fix {
    margin-top: .35em; }
  label.vhide + .inp-fix, .vhide.inp-items__label + .inp-fix {
    margin-top: 0; }
  .inp-fix .inp-text, .inp-fix select.inp-select, .inp-fix .selectize-input {
    width: 100%; }

.inp-info {
  font-size: 14px;
  display: block;
  padding: 8px 0 0;
  text-align: right; }
  .error .inp-info {
    color: #e51c24; }
  .success .inp-info {
    color: #3fb666; }
  .warning .inp-info {
    color: #fec107; }

.inp-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: normal;
  padding-left: 30px;
  cursor: pointer; }
  .inp-item input {
    position: absolute;
    top: 0;
    left: -5000%; }
    .no-touch .inp-item input:focus + span:before {
      border-color: #f2d45c; }
    .inp-item input:checked + span:after {
      opacity: 1; }
    .inp-item input:disabled + span {
      color: #999;
      cursor: default; }
      .inp-item input:disabled + span:before {
        border-color: #ddd;
        box-shadow: none; }
  .inp-item > span {
    display: block; }
    .inp-item > span:before, .inp-item > span:after {
      content: '';
      position: absolute;
      left: 0;
      top: 2px; }
    .inp-item > span:before {
      border: 1px solid #99a9c8;
      box-shadow: inset 0 1px 5px rgba(63, 105, 160, 0.4);
      width: 20px;
      height: 20px;
      -webkit-transition: border-color 0.2s;
      -moz-transition: border-color 0.2s;
      transition: border-color 0.2s; }
    .inp-item > span:after {
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
  .inp-item--checkbox input:disabled + span:after {
    color: #ddd; }
  .inp-item--checkbox > span:after {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    color: #f2d45c;
    content: ""; }
  .inp-item--radio input:disabled + span:after {
    background: #ddd; }
  .inp-item--radio > span:before, .inp-item--radio > span:after {
    border-radius: 10px; }
  .inp-item--radio > span:after {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 6px;
    background: #f2d45c; }
  .error .inp-item {
    color: #e51c24; }
    .no-touch .error .inp-item input:focus + span:before {
      border-color: #e51c24; }
    .error .inp-item > span:before {
      border-color: #e51c24;
      box-shadow: none; }
    .error .inp-item--checkbox > span:after {
      color: #e51c24; }
    .error .inp-item--radio > span:after {
      background: #e51c24; }

.inp-items {
  margin: 0 0 .75em; }
  .inp-items__label {
    margin: 0 0 .5em; }
  .inp-items__list {
    overflow: hidden; }
  .inp-items__item {
    margin: 0 0 .5em; }
  .inp-items--inline .inp-items__list {
    font-size: 0px;
    margin-left: -30px; }
    @media (-webkit-min-device-pixel-ratio: 0) {
      .inp-items--inline .inp-items__list {
        letter-spacing: -1px; } }
    .inp-items--inline .inp-items__list > * {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      width: auto;
      font-size: 16px; }
  .inp-items--inline .inp-items__item {
    margin: 0 0 .5em 30px; }

.inp-icon .icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 16px; }

.inp-icon--after .icon {
  right: 14px; }

.inp-icon--after .inp-text, .inp-icon--after select.inp-select, .inp-icon--after .selectize-input {
  padding-right: 42px; }

.inp-icon--before .icon {
  left: 14px; }

.inp-icon--before .inp-text, .inp-icon--before select.inp-select, .inp-icon--before .selectize-input {
  padding-left: 42px; }

textarea.inp-text, textarea.selectize-input {
  height: auto; }

label, .inp-items__label {
  font-weight: bold; }
  label .required, .inp-items__label .required {
    font-weight: normal;
    font-size: 14px; }
    label .required--asterisk, .inp-items__label .required--asterisk {
      font-size: 24px;
      line-height: 19px;
      color: #e51c24; }

select.inp-select {
  padding-right: 65px;
  background-image: url(../images/bg/select-fi.png);
  background-size: 51px 60px;
  background-repeat: no-repeat;
  background-position: 100% 50%; }
  select.inp-select--big {
    height: 60px;
    padding: 19px 15px; }

.selectize-control.inp-text, select.selectize-control.inp-select, .selectize-control.selectize-input {
  border: 0;
  padding: 0; }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.no-touch .selectize-dropdown-header-close:hover {
  color: #000000; }

.no-touch .selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.no-touch .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
  vertical-align: top; }

.selectize-input {
  padding-right: 65px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  background-color: #fff;
  border-color: #f2d45c; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block; }

.inp-select .selectize-input > * {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .inp-select .selectize-input > input {
    position: absolute !important;
    left: -9999px !important; }

.inp-select .selectize-input:before {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 1px;
  background: #ccd4e4;
  right: 50px; }

.inp-select .selectize-input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12px;
  font-size: 22px;
  text-align: center;
  color: #f2d45c; }

.selectize-input.input-active:after {
  content: ""; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #f2d45c;
  border-top-color: #ccd4e4;
  background: #ffffff;
  margin: -1px 0 0 0;
  box-sizing: border-box; }
  .error .selectize-dropdown {
    border-color: #e51c24; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
  transition: color .3s, background .3s; }

.selectize-dropdown [data-selectable] {
  padding: 10px 15px;
  border-top: 1px solid #ccd4e4; }
  .selectize-dropdown [data-selectable]:first-child {
    border-top: 0; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: rgba(242, 212, 92, 0.2);
  color: #000; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active {
  cursor: text;
  box-shadow: none; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.inp-text .selectize-dropdown, select.inp-select .selectize-dropdown, .selectize-input .selectize-dropdown {
  font-size: 14px; }
  .inp-text .selectize-dropdown:before, select.inp-select .selectize-dropdown:before, .selectize-input .selectize-dropdown:before, .inp-text .selectize-dropdown:after, select.inp-select .selectize-dropdown:after, .selectize-input .selectize-dropdown:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    border-style: solid; }
  .inp-text .selectize-dropdown:before, select.inp-select .selectize-dropdown:before, .selectize-input .selectize-dropdown:before {
    border-width: 12px 12px 0 12px;
    border-color: #ccd4e4 transparent transparent;
    margin-left: -12px; }
    .error .inp-text .selectize-dropdown:before, .error select.inp-select .selectize-dropdown:before, .error .selectize-input .selectize-dropdown:before {
      border-color: #e51c24 transparent transparent; }
  .inp-text .selectize-dropdown:after, select.inp-select .selectize-dropdown:after, .selectize-input .selectize-dropdown:after {
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent;
    margin-left: -10px; }

.inp-text .selectize-dropdown-content, select.inp-select .selectize-dropdown-content, .selectize-input .selectize-dropdown-content {
  max-height: none; }

.selectize-dropdown .optgroup {
  padding: 18px 0 15px;
  border-top: 1px solid #ccd4e4; }
  .selectize-dropdown .optgroup:first-child {
    border-top: 0; }
  .selectize-dropdown .optgroup:last-child {
    padding-bottom: 20px; }

.selectize-dropdown .optgroup-header {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 5px; }

.inp-text [data-selectable], select.inp-select [data-selectable], .selectize-input [data-selectable] {
  padding: 5px 20px;
  border: 0;
  color: #002776; }

.optgroup-category {
  font-weight: bold; }

.logo-version--cz {
  display: none; }

.logo-version--en {
  display: block; }

html[lang="cs"] .logo-version--cz {
  display: block; }

html[lang="cs"] .logo-version--en {
  display: none; }

.row-main {
  position: relative;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 15px;
  /* zjisti proč? */ }
  .row-main:after, .row-main:before {
    content: '';
    display: table;
    clear: both; }
  .row-main--narrow {
    max-width: 770px; }
  .row-main--full {
    max-width: none; }
  @media (min-width: 700px) {
    .row-main {
      padding: 0 25px; } }
  @media (min-width: 1000px) {
    .row-main {
      padding: 0 35px; } }
  .row-main .row-main {
    padding: 0; }

.row {
  position: relative;
  margin: 0;
  padding: 0; }
  .row:after, .row:before {
    content: '';
    display: table;
    clear: both; }

.grid {
  margin-left: -20px; }
  @media (min-width: 1240px) {
    .grid {
      margin-left: -30px; } }
  .grid__cell {
    width: 100%;
    position: relative;
    border-left: 20px solid transparent; }
    @media (min-width: 1240px) {
      .grid__cell {
        border-left-width: 30px; } }
    .grid__cell.size--auto {
      width: auto; }
  .grid--center {
    text-align: center; }
  .grid--right {
    text-align: right; }
  .grid--middle > .grid__cell {
    vertical-align: middle; }
  .grid--bottom > .grid__cell {
    vertical-align: bottom; }
  .grid--nogutter {
    margin-left: 0; }
  .grid--nogutter > .grid__cell {
    border-left-width: 0; }

.size--xs--1-2 {
  width: 50%; }

.size--xs--2-2 {
  width: 100%; }

.push--xs--1-2 {
  left: 50%; }

.push--xs--2-2 {
  left: 100%; }

.pull--xs--1-2 {
  left: -50%; }

.pull--xs--2-2 {
  left: -100%; }

@media (min-width: 480px) {
  .size--s--1-2 {
    width: 50%; }
  .size--s--2-2 {
    width: 100%; }
  .push--s--1-2 {
    left: 50%; }
  .push--s--2-2 {
    left: 100%; }
  .pull--s--1-2 {
    left: -50%; }
  .pull--s--2-2 {
    left: -100%; } }

@media (min-width: 700px) {
  .size--m--1-4 {
    width: 25%; }
  .size--m--2-4 {
    width: 50%; }
  .size--m--3-4 {
    width: 75%; }
  .size--m--4-4 {
    width: 100%; }
  .push--m--1-4 {
    left: 25%; }
  .push--m--2-4 {
    left: 50%; }
  .push--m--3-4 {
    left: 75%; }
  .push--m--4-4 {
    left: 100%; }
  .pull--m--1-4 {
    left: -25%; }
  .pull--m--2-4 {
    left: -50%; }
  .pull--m--3-4 {
    left: -75%; }
  .pull--m--4-4 {
    left: -100%; }
  .size--m--1-12 {
    width: 8.33333%; }
  .size--m--2-12 {
    width: 16.66667%; }
  .size--m--3-12 {
    width: 25%; }
  .size--m--4-12 {
    width: 33.33333%; }
  .size--m--5-12 {
    width: 41.66667%; }
  .size--m--6-12 {
    width: 50%; }
  .size--m--7-12 {
    width: 58.33333%; }
  .size--m--8-12 {
    width: 66.66667%; }
  .size--m--9-12 {
    width: 75%; }
  .size--m--10-12 {
    width: 83.33333%; }
  .size--m--11-12 {
    width: 91.66667%; }
  .size--m--12-12 {
    width: 100%; }
  .push--m--1-12 {
    left: 8.33333%; }
  .push--m--2-12 {
    left: 16.66667%; }
  .push--m--3-12 {
    left: 25%; }
  .push--m--4-12 {
    left: 33.33333%; }
  .push--m--5-12 {
    left: 41.66667%; }
  .push--m--6-12 {
    left: 50%; }
  .push--m--7-12 {
    left: 58.33333%; }
  .push--m--8-12 {
    left: 66.66667%; }
  .push--m--9-12 {
    left: 75%; }
  .push--m--10-12 {
    left: 83.33333%; }
  .push--m--11-12 {
    left: 91.66667%; }
  .push--m--12-12 {
    left: 100%; }
  .pull--m--1-12 {
    left: -8.33333%; }
  .pull--m--2-12 {
    left: -16.66667%; }
  .pull--m--3-12 {
    left: -25%; }
  .pull--m--4-12 {
    left: -33.33333%; }
  .pull--m--5-12 {
    left: -41.66667%; }
  .pull--m--6-12 {
    left: -50%; }
  .pull--m--7-12 {
    left: -58.33333%; }
  .pull--m--8-12 {
    left: -66.66667%; }
  .pull--m--9-12 {
    left: -75%; }
  .pull--m--10-12 {
    left: -83.33333%; }
  .pull--m--11-12 {
    left: -91.66667%; }
  .pull--m--12-12 {
    left: -100%; } }

@media (min-width: 1000px) {
  .size--l--1-12 {
    width: 8.33333%; }
  .size--l--2-12 {
    width: 16.66667%; }
  .size--l--3-12 {
    width: 25%; }
  .size--l--4-12 {
    width: 33.33333%; }
  .size--l--5-12 {
    width: 41.66667%; }
  .size--l--6-12 {
    width: 50%; }
  .size--l--7-12 {
    width: 58.33333%; }
  .size--l--8-12 {
    width: 66.66667%; }
  .size--l--9-12 {
    width: 75%; }
  .size--l--10-12 {
    width: 83.33333%; }
  .size--l--11-12 {
    width: 91.66667%; }
  .size--l--12-12 {
    width: 100%; }
  .push--l--1-12 {
    left: 8.33333%; }
  .push--l--2-12 {
    left: 16.66667%; }
  .push--l--3-12 {
    left: 25%; }
  .push--l--4-12 {
    left: 33.33333%; }
  .push--l--5-12 {
    left: 41.66667%; }
  .push--l--6-12 {
    left: 50%; }
  .push--l--7-12 {
    left: 58.33333%; }
  .push--l--8-12 {
    left: 66.66667%; }
  .push--l--9-12 {
    left: 75%; }
  .push--l--10-12 {
    left: 83.33333%; }
  .push--l--11-12 {
    left: 91.66667%; }
  .push--l--12-12 {
    left: 100%; }
  .pull--l--1-12 {
    left: -8.33333%; }
  .pull--l--2-12 {
    left: -16.66667%; }
  .pull--l--3-12 {
    left: -25%; }
  .pull--l--4-12 {
    left: -33.33333%; }
  .pull--l--5-12 {
    left: -41.66667%; }
  .pull--l--6-12 {
    left: -50%; }
  .pull--l--7-12 {
    left: -58.33333%; }
  .pull--l--8-12 {
    left: -66.66667%; }
  .pull--l--9-12 {
    left: -75%; }
  .pull--l--10-12 {
    left: -83.33333%; }
  .pull--l--11-12 {
    left: -91.66667%; }
  .pull--l--12-12 {
    left: -100%; }
  .push-m--l--1-12 {
    margin-right: -8.33333%; }
  .push-m--l--2-12 {
    margin-right: -16.66667%; }
  .push-m--l--3-12 {
    margin-right: -25%; }
  .push-m--l--4-12 {
    margin-right: -33.33333%; }
  .push-m--l--5-12 {
    margin-right: -41.66667%; }
  .push-m--l--6-12 {
    margin-right: -50%; }
  .push-m--l--7-12 {
    margin-right: -58.33333%; }
  .push-m--l--8-12 {
    margin-right: -66.66667%; }
  .push-m--l--9-12 {
    margin-right: -75%; }
  .push-m--l--10-12 {
    margin-right: -83.33333%; }
  .push-m--l--11-12 {
    margin-right: -91.66667%; }
  .push-m--l--12-12 {
    margin-right: -100%; }
  .pull-m--l--1-12 {
    margin-left: -8.33333%; }
  .pull-m--l--2-12 {
    margin-left: -16.66667%; }
  .pull-m--l--3-12 {
    margin-left: -25%; }
  .pull-m--l--4-12 {
    margin-left: -33.33333%; }
  .pull-m--l--5-12 {
    margin-left: -41.66667%; }
  .pull-m--l--6-12 {
    margin-left: -50%; }
  .pull-m--l--7-12 {
    margin-left: -58.33333%; }
  .pull-m--l--8-12 {
    margin-left: -66.66667%; }
  .pull-m--l--9-12 {
    margin-left: -75%; }
  .pull-m--l--10-12 {
    margin-left: -83.33333%; }
  .pull-m--l--11-12 {
    margin-left: -91.66667%; }
  .pull-m--l--12-12 {
    margin-left: -100%; } }

.message {
  margin: 0 0 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  text-align: center;
  padding: 20px 20px 2px; }
  .message__close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #c3d6ff; }
    .no-touch .message__close:hover {
      color: #e51c24;
      text-decoration: none; }
  .message__icon {
    font-size: 24px;
    vertical-align: top;
    margin: 0 0 10px; }
  .message__title {
    margin: 0 0 10px;
    font-size: 24px; }
  .message--error .message__title,
  .message--error .message__icon {
    color: #e51c24; }
  .message--success .message__title,
  .message--success .message__icon {
    color: #3fb666; }
  .message--warning .message__title,
  .message--warning .message__icon {
    color: #fec107; }
  .message--info .message__title,
  .message--info .message__icon {
    color: #3fabb5; }
  @media (min-width: 700px) {
    .message {
      padding: 40px 60px 20px; } }

.order-icons {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  white-space: nowrap;
  font-size: 0px;
  margin-left: 4px; }
  .order-icons .icon {
    font-size: 14px;
    margin-left: 2px;
    color: #f2d45c; }
  .order-icons .is-active {
    color: #999;
    cursor: default; }

.link-icon {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  .link-icon .icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    font-size: 0.875em; }
  .link-icon--before {
    padding-left: 1.25em; }
    .link-icon--before .icon {
      left: 0; }
  .link-icon--after {
    padding-right: 1.25em; }
    .link-icon--after .icon {
      right: 0; }
  .link-icon:visited {
    color: #002776; }

.link-file {
  text-decoration: none; }
  .link-file__name {
    text-decoration: underline;
    display: inline-block;
    vertical-align: top; }
  .link-file .file-type {
    top: -1px;
    margin-left: 3px; }
  .link-file:visited {
    color: #002776; }

html:not(.no-ext) a[href^="http://"]:not([class]),
html:not(.no-ext) a[href^="https://"]:not([class]),
html:not(.no-ext) a[href^="//"]:not([class]) {
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../images/bg/ico-external.png");
  padding-right: 13px; }
  html:not(.no-ext) a[href^="http://"]:not([class]):visited,
  html:not(.no-ext) a[href^="https://"]:not([class]):visited,
  html:not(.no-ext) a[href^="//"]:not([class]):visited {
    color: #002776; }

.file-type {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccd4e4;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  padding: 0 5px;
  position: relative;
  color: #444;
  font-weight: normal; }
  .file-type strong {
    color: #f2d45c; }

.paging {
  margin: 0 0 50px;
  overflow: hidden;
  line-height: 40px;
  color: #000; }
  .paging__pages {
    font-weight: bold;
    float: left; }
    .paging__pages__prev, .paging__pages__next {
      text-decoration: none; }
      .paging__pages__prev:visited, .paging__pages__next:visited {
        color: #002776; }
    .paging__pages__prev {
      margin-right: 10px; }
    .paging__pages__next {
      margin-left: 10px; }
    .paging__pages__item {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      min-width: 40px;
      padding: 0 5px;
      text-decoration: none;
      -webkit-transition: color 0.2s, background 0.2s;
      -moz-transition: color 0.2s, background 0.2s;
      transition: color 0.2s, background 0.2s; }
      .no-touch .paging__pages__item[href]:hover {
        background: #f2d45c;
        color: #000; }
      .paging__pages__item.is-active {
        line-height: 38px;
        color: #000;
        background: none;
        border: 1px solid #ddd; }
  .paging__pager {
    float: right; }
    .paging__pager__item {
      display: inline-block;
      vertical-align: top;
      margin-left: 17px; }
  .paging--center {
    text-align: center; }
    .paging--center .paging__pages,
    .paging--center .paging__pager {
      float: none;
      display: block; }
    .paging--center .paging__pager {
      margin-top: 15px; }
      .paging--center .paging__pager__item {
        margin-left: 7px;
        margin-right: 7px; }
  .paging--border-top {
    border-top: 1px solid #ddd;
    padding-top: 30px; }
  @media (max-width: 699px) {
    .paging {
      text-align: center; }
      .paging .paging__pages,
      .paging .paging__pager {
        float: none;
        display: block; }
      .paging .paging__pager {
        margin-top: 15px; }
        .paging .paging__pager__item {
          margin-left: 7px;
          margin-right: 7px; } }
  @media (max-width: 479px) {
    .paging .paging__pages {
      padding-top: 50px;
      position: relative; }
      .paging .paging__pages__prev, .paging .paging__pages__next {
        position: absolute;
        top: 0; }
      .paging .paging__pages__prev {
        left: 0; }
      .paging .paging__pages__next {
        right: 0; }
    .paging .paging__pager {
      margin-top: 10px; } }

.share {
  font-size: 0px;
  margin: 0 0 30px; }
  .share .icon-facebook {
    background: #3b5998; }
    .no-touch .share .icon-facebook:hover {
      background: #2d4373; }
  .share .icon-twitter {
    background: #55acee; }
    .no-touch .share .icon-twitter:hover {
      background: #2795e9; }
  .share .icon-linkedin {
    background: #007bb5; }
    .no-touch .share .icon-linkedin:hover {
      background: #005882; }
  .share .icon-envelope {
    background: #999; }
    .no-touch .share .icon-envelope:hover {
      background: gray; }
  .share .icon-google-plus {
    background: #dd4b39; }
    .no-touch .share .icon-google-plus:hover {
      background: #c23321; }
  .share .icon-instagram {
    background: #3f729b; }
    .no-touch .share .icon-instagram:hover {
      background: #305777; }
  .share .icon-youtube {
    background: #cd201f; }
    .no-touch .share .icon-youtube:hover {
      background: #a11918; }
  .share .icon-github {
    background: #000; }
    .no-touch .share .icon-github:hover {
      background: black; }
  .share .icon-rss {
    background: #ffa333; }
    .no-touch .share .icon-rss:hover {
      background: darkorange; }
  .share__item {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    line-height: 44px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s; }
    .no-touch .share__item:hover {
      color: #fff; }
  .share__btn {
    background: #f2d45c;
    color: #000; }
    .no-touch .share__btn:hover {
      background: #000;
      color: #fff; }
    .share__btn--text {
      display: inline-block;
      vertical-align: top;
      line-height: 44px;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #000;
      text-decoration: none;
      padding: 0 30px 0 50px;
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      transition: background 0.2s;
      position: relative; }
      .share__btn--text .icon {
        position: absolute;
        left: 30px;
        top: 50%;
        font-size: 16px;
        margin-top: -8px; }
  .share__box {
    display: none;
    vertical-align: top; }
  .share.is-open .share__btn {
    background: #000; }
  .share.is-open .share__box {
    display: inline-block; }
  .share--big .share__item {
    width: 90px;
    line-height: 56px;
    font-size: 30px; }

.meta {
  font-size: 0px;
  margin: 0 0 10px; }
  .meta + * {
    margin-top: 0; }
  .meta a:visited {
    color: #002776; }
  .meta__item {
    padding: 0 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #ddd; }
    .meta__item:first-child {
      border-left-width: 0;
      padding-left: 0; }
  .meta--block {
    position: relative;
    margin-top: 15px;
    padding-top: 15px; }
    .meta--block:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 2px;
      background: #fff; }
    .meta--block:first-child {
      margin-top: 0;
      padding-top: 0; }
      .meta--block:first-child:before {
        display: none; }
    .meta--block .meta__item {
      display: block;
      padding: 0;
      border-left: 0; }
  .meta--inline .meta__item {
    display: inline;
    padding: 0;
    border-left: 0; }
    .meta--inline .meta__item:after {
      content: ', '; }
    .meta--inline .meta__item:last-child:after {
      content: ''; }
  @media (min-width: 700px) {
    .meta__item {
      padding: 0 10px; } }

.datebox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 70px;
  text-align: center;
  font-size: 14px;
  font-weight: bold; }
  .datebox__day {
    margin: 0;
    padding: 4px 10px 3px;
    background: #444;
    color: #fff;
    font-size: 12px; }
  .datebox__date {
    margin: 0;
    padding: 7px 10px 6px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    color: #000; }
  .datebox--old .datebox__day {
    background: #ddd;
    color: #444; }
  .datebox--muni .datebox__day {
    background: #002776; }
  .datebox--law .datebox__day {
    background: #7f379b; }
  .datebox--med .datebox__day {
    background: #f01928; }
  .datebox--sci .datebox__day {
    background: #01af40; }
  .datebox--fi .datebox__day {
    background: #f2d45c;
    color: #000; }
  .datebox--fss .datebox__day {
    background: #007b69; }
  .datebox--fsps .datebox__day {
    background: #009aa6; }
  .datebox--phil .datebox__day {
    background: #00a3e2; }
  .datebox--ped .datebox__day {
    background: #ffa030; }
  .datebox--econ .datebox__day {
    background: #782328; }

.list-icon {
  color: #000;
  line-height: 1.875; }
  .list-icon .icon {
    float: left;
    margin-left: -42px;
    color: #f2d45c;
    line-height: 1.875; }
  .list-icon__item {
    margin-bottom: 1em;
    padding-left: 45px; }

.table-vcard {
  border: 0; }
  .table-vcard th,
  .table-vcard td {
    border: 0;
    padding: 0; }
  .table-vcard th {
    font-weight: normal; }
  .table-vcard td {
    font-weight: bold;
    color: #000;
    padding-left: 10px; }
    .table-vcard td a[href*="mailto:"] {
      hyphens: manual;
      word-wrap: break-word; }
  @media (max-width: 699px) {
    .table-vcard table,
    .table-vcard tbody,
    .table-vcard tr,
    .table-vcard td {
      display: block;
      width: 100%; }
    .table-vcard th {
      display: none; }
    .table-vcard td {
      padding-left: 0; } }
  @media (min-width: 700px) {
    .table-vcard {
      font-size: 16px; } }

.tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  background: #f2d45c;
  border-radius: 4px;
  padding: 0 8px; }
  .tag__remove {
    margin-left: 3px;
    color: #fff; }
    .no-touch .tag__remove:hover {
      color: #ddd; }
  .tag--flat {
    border-radius: 0;
    padding: 5px 15px 5px 12px;
    margin: 0 5px 0 12px;
    position: relative; }
    .tag--flat:before {
      content: '';
      position: absolute;
      top: 0;
      left: -12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 12px 15px 0;
      border-color: transparent #f2d45c transparent transparent; }
  .tag--white {
    background: #fff;
    border: solid #ddd;
    border-width: 1px 1px 1px 0;
    color: #000;
    padding-top: 4px;
    padding-bottom: 4px; }
    .tag--white:before {
      top: -1px;
      border-color: transparent #ddd transparent transparent; }
    .tag--white:after {
      content: '';
      position: absolute;
      top: -1px;
      left: -11px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 12px 15px 0;
      border-color: transparent #fff transparent transparent; }
    .tag--white .tag__remove {
      color: #f2d45c; }
      .no-touch .tag--white .tag__remove:hover {
        color: #444; }
  .tag--muni {
    background: #002776;
    color: #fff; }
  .tag--law {
    background: #7f379b;
    color: #fff; }
  .tag--med {
    background: #f01928;
    color: #fff; }
  .tag--sci {
    background: #01af40;
    color: #fff; }
  .tag--fi {
    background: #f2d45c;
    color: #000; }
  .tag--fss {
    background: #007b69;
    color: #fff; }
  .tag--fsps {
    background: #009aa6;
    color: #fff; }
  .tag--phil {
    background: #00a3e2;
    color: #fff; }
  .tag--ped {
    background: #ffa030;
    color: #fff; }
  .tag--econ {
    background: #782328;
    color: #fff; }

.image {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-bottom: 30px;
  clear: both; }
  .image:before {
    content: '';
    display: table;
    clear: both; }
  .no-touch .image:hover .image__play .icon {
    border-color: #fff; }
  .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .image__holder {
    position: relative;
    display: block; }
    .image__holder:after {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .image__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    line-height: 1; }
    .image__inner:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
  .image__caption {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.42857;
    font-style: italic;
    color: #555; }
    .image__caption--inside {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 10px;
      margin: 0;
      color: #fff;
      font-size: 12px;
      font-style: normal; }
  .image__play {
    color: #fff;
    font-weight: bold;
    font-size: 0;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 101;
    margin-top: -24px;
    z-index: 102; }
    .image__play .icon {
      display: block;
      margin: 0 auto 10px;
      width: 48px;
      height: 48px;
      border: 2px solid rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      line-height: 48px;
      font-size: 22px;
      -webkit-transition: border-color 0.2s;
      -moz-transition: border-color 0.2s;
      transition: border-color 0.2s; }
      .image__play .icon:before {
        position: relative;
        top: -1px;
        left: 3px; }
    @media (min-width: 700px) {
      .image__play {
        margin-top: -48px;
        font-size: 14px; }
        .image__play .icon {
          width: 64px;
          height: 64px;
          line-height: 64px;
          font-size: 24px; }
        .image__play--small {
          margin-top: -24px; }
          .image__play--small .icon {
            width: 48px;
            height: 48px;
            margin-bottom: 0;
            font-size: 22px;
            line-height: 48px; } }
  .image--4by3 .image__holder:after {
    padding-top: 75%; }
  .image--full img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%); }
  .image--full .image__holder:after {
    padding-top: 0;
    height: 200px; }
  .image--full .image__inner {
    overflow: hidden; }
  @media (min-width: 700px) {
    .image--full .image__holder:after {
      height: 600px; }
    .image--right {
      float: right;
      margin-left: 30px; }
      .image--right + * {
        clear: left; }
    .image--left {
      float: left;
      margin-right: 30px; }
      .image--left + * {
        clear: right; } }

.tooltip-link {
  text-decoration: none;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top; }
  .tooltip-link:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 20px;
    border-top: 1px dotted #002776;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s; }
  .no-touch .tooltip-link:hover:after {
    border-color: #444; }
  .tooltip-link .icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    color: #f2d45c; }
  .tooltip-link .tooltip {
    cursor: help; }

.tipso_bubble {
  position: absolute;
  border-radius: 3px;
  z-index: 9999;
  border: 1px solid #ccd4e4;
  font-size: 14px;
  line-height: 1.2857em; }
  .tipso_bubble .tipso_title {
    border-radius: 3px 3px 0 0; }
  .tipso_bubble .tipso_content {
    text-align: left;
    padding: 8px 10px; }

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  pointer-events: none; }
  .tipso_bubble > .tipso_arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: -1; }

.tipso_bubble.top > .tipso_arrow {
  border-top-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px; }
  .tipso_bubble.top > .tipso_arrow:before {
    top: -7px;
    left: -8px;
    border-width: 8px 8px 0;
    border-color: #ccd4e4 transparent transparent; }

.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -8px; }
  .tipso_bubble.bottom > .tipso_arrow:before {
    bottom: -7px;
    left: -8px;
    border-width: 0 8px 8px;
    border-color: transparent transparent #ccd4e4; }

.tipso_bubble.left > .tipso_arrow {
  border-left-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -8px; }
  .tipso_bubble.left > .tipso_arrow:before {
    bottom: -8px;
    left: -7px;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #ccd4e4; }

.tipso_bubble.right > .tipso_arrow {
  border-right-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -8px; }
  .tipso_bubble.right > .tipso_arrow:before {
    bottom: -8px;
    right: -7px;
    border-width: 8px 8px 8px 0;
    border-color: transparent #ccd4e4 transparent transparent; }

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
  margin: -6px 0 0 -22px; }
  .tipso_bubble .top_right_corner > .tipso_arrow,
  .tipso_bubble.top_right_corner > .tipso_arrow {
    border-width: 12px 12px 0 0;
    border-color: #fff transparent !important;
    margin: -1px 0 0 -85px !important; }
    .tipso_bubble .top_right_corner > .tipso_arrow:before,
    .tipso_bubble.top_right_corner > .tipso_arrow:before {
      top: -10px;
      left: -1px;
      border-width: 12px 12px 0 0;
      border-color: #ccd4e4 transparent; }

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
  margin: 6px 0 0 -22px; }
  .tipso_bubble .bottom_right_corner > .tipso_arrow,
  .tipso_bubble.bottom_right_corner > .tipso_arrow {
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #fff !important;
    margin: 0 0 -1px -85px !important; }
    .tipso_bubble .bottom_right_corner > .tipso_arrow:before,
    .tipso_bubble.bottom_right_corner > .tipso_arrow:before {
      top: -14px;
      left: -13px;
      border-width: 12px 0 0 12px;
      border-color: transparent transparent transparent #ccd4e4; }

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0; }

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0; }

.scroll-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #fff;
  z-index: 1; }
  .scroll-nav:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px; }
  .scroll-nav .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    margin: -6px 0 0 -5px; }
  .scroll-nav--right {
    right: 0; }
    .scroll-nav--right:before {
      right: 100%;
      background-image: -webkit-linear-gradient( left , rgba(255, 255, 255, 0), white);
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white); }
  .scroll-nav--left {
    left: 0; }
    .scroll-nav--left:before {
      left: 100%;
      background-image: -webkit-linear-gradient( right , rgba(255, 255, 255, 0), white);
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white); }
  .scroll-nav--background {
    background: #f2d45c;
    color: #fff; }
    .no-touch .scroll-nav--background:hover {
      color: rgba(255, 255, 255, 0.75); }
    .scroll-nav--background.scroll-nav--right:before {
      background-image: -webkit-linear-gradient( left , rgba(242, 212, 92, 0), #f2d45c);
      background-image: linear-gradient(to right, rgba(242, 212, 92, 0), #f2d45c); }
    .scroll-nav--background.scroll-nav--left:before {
      background-image: -webkit-linear-gradient( right , rgba(242, 212, 92, 0), #f2d45c);
      background-image: linear-gradient(to left, rgba(242, 212, 92, 0), #f2d45c); }
  .box-bg .scroll-nav {
    background: #eee; }
    .box-bg .scroll-nav.scroll-nav--right:before {
      background-image: -webkit-linear-gradient( left , rgba(238, 238, 238, 0), #eeeeee);
      background-image: linear-gradient(to right, rgba(238, 238, 238, 0), #eeeeee); }
    .box-bg .scroll-nav.scroll-nav--left:before {
      background-image: -webkit-linear-gradient( right , rgba(238, 238, 238, 0), #eeeeee);
      background-image: linear-gradient(to left, rgba(238, 238, 238, 0), #eeeeee); }

.show-xs,
.show-s-up,
.show-s,
.show-m-up,
.show-m,
.show-l-up,
.show-l-only,
.show-xl-up {
  display: none; }

@media (max-width: 479px) {
  .show-xs {
    display: inherit !important; }
  .hide-xs {
    display: none; } }

@media (min-width: 480px) {
  .show-s-up {
    display: inherit !important; }
  .hide-s-up {
    display: none; } }

@media (min-width: 480px) and (max-width: 699px) {
  .show-s {
    display: inherit !important; }
  .hide-s {
    display: none; } }

@media (min-width: 700px) {
  .show-m-up {
    display: inherit !important; }
  .hide-m-up {
    display: none; } }

@media (min-width: 700px) and (max-width: 999px) {
  .show-m {
    display: inherit !important; }
  .hide-m {
    display: none; } }

@media (min-width: 1000px) {
  .show-l-up {
    display: inherit !important; }
  .hide-l-up {
    display: none; } }

@media (min-width: 1000px) and (max-width: 1239px) {
  .show-l {
    display: inherit !important; }
  .hide-l {
    display: none; } }

@media (min-width: 1240px) {
  .show-xl-up {
    display: inherit !important; }
  .hide-xl-up {
    display: none; } }

.js-scrollbar {
  position: relative; }
  .js-scrollbar .viewport {
    overflow: hidden;
    position: relative; }
  .js-scrollbar .overview {
    position: relative;
    top: 0;
    left: 0;
    right: 0; }
    .js-scrollbar .overview > *:last-child {
      margin-bottom: 0; }
  .js-scrollbar .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    z-index: 1; }
    .noSelect .js-scrollbar .scrollbar .thumb,
    .no-touch .js-scrollbar .scrollbar:hover .thumb {
      background: #f4da74; }
  .js-scrollbar .track {
    background: #e5e9f1;
    position: relative;
    height: 10px;
    width: 10px; }
  .js-scrollbar .thumb {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #f2d45c;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s; }
  .js-scrollbar--x .viewport {
    padding-bottom: 25px; }
  .js-scrollbar--x .scrollbar {
    top: auto;
    bottom: 0; }
    .noSelect .js-scrollbar--x .scrollbar .thumb,
    .no-touch .js-scrollbar--x .scrollbar:hover .thumb {
      -webkit-transform: scaleY(1.4);
      -moz-transform: scaleY(1.4);
      -ms-transform: scaleY(1.4);
      -o-transform: scaleY(1.4);
      transform: scaleY(1.4); }
  .js-scrollbar--y .viewport {
    height: 250px;
    padding-right: 25px; }
  .noSelect .js-scrollbar--y .scrollbar .thumb,
  .no-touch .js-scrollbar--y .scrollbar:hover .thumb {
    -webkit-transform: scaleX(1.4);
    -moz-transform: scaleX(1.4);
    -ms-transform: scaleX(1.4);
    -o-transform: scaleX(1.4);
    transform: scaleX(1.4); }
  .js-scrollbar--bordered {
    border: 1px solid #ddd; }
    .js-scrollbar--bordered .scrollbar,
    .js-scrollbar--bordered .viewport {
      margin: 9px 7px 9px 9px; }
    .js-scrollbar--bordered.js-scrollbar--y .viewport {
      margin-right: 28px;
      padding-right: 0; }
    .js-scrollbar--bordered.js-scrollbar--x .viewport {
      margin-bottom: 28px;
      padding-bottom: 0; }
  @media (min-width: 700px) {
    .js-scrollbar--bordered .scrollbar,
    .js-scrollbar--bordered .viewport {
      margin: 19px 17px 19px 19px; }
    .js-scrollbar--bordered.js-scrollbar--y .viewport {
      margin-right: 48px; }
    .js-scrollbar--bordered.js-scrollbar--x .viewport {
      margin-bottom: 48px; } }

.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox {
  /* Overlay */ }
  .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object, .fancybox-nav,
  .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }
  .fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020; }
  .fancybox-opened {
    z-index: 8030; }
  .fancybox-outer, .fancybox-inner {
    position: relative; }
  .fancybox-inner {
    overflow: hidden; }
  .fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%; }
  .fancybox-image {
    max-width: 100%;
    max-height: 100%; }
  .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }
  .fancybox-close {
    padding: 10px;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 8040;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px; }
    .no-touch .fancybox-close:hover {
      color: #fff; }
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    text-decoration: none;
    z-index: 8040;
    color: rgba(255, 255, 255, 0.7);
    font-size: 50px; }
    .no-touch .fancybox-nav:hover {
      color: #fff; }
    .fancybox-nav .icon {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      z-index: 8040; }
  .fancybox-prev {
    left: 0; }
    .fancybox-prev .icon {
      left: 15px; }
  .fancybox-next {
    right: 0; }
    .fancybox-next .icon {
      right: 15px; }
  .fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important; }
  .fancybox-title {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.25; }
    .fancybox-title .child {
      display: block;
      padding: 15px 0; }
      .fancybox-title .child > *:last-child {
        margin-bottom: 0; }
    .fancybox-title .h5 {
      color: #fff;
      margin-bottom: 5px; }
  .fancybox-lock {
    overflow: hidden !important;
    width: auto; }
    .fancybox-lock body {
      overflow: hidden !important; }
    .fancybox-lock-test {
      overflow-y: hidden !important; }
    .fancybox-lock .fancybox-overlay {
      overflow: auto;
      overflow-y: scroll; }
  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.8); }
    .fancybox-overlay-fixed {
      position: fixed;
      bottom: 0;
      right: 0; }
  .fancybox-fullscreen .fancybox-skin,
  .fancybox-fullscreen .fancybox-outer,
  .fancybox-fullscreen .fancybox-inner {
    width: 100% !important;
    height: 100% !important; }
  .fancybox-fullscreen .fancybox-wrap {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important; }
  .fancybox-fullscreen .fancybox-nav {
    height: auto;
    top: 70px;
    bottom: 70px; }
  .fancybox-fullscreen .fancybox-title {
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 20px;
    text-align: left; }
  .fancybox-fullscreen .fancybox-outer {
    overflow: hidden; }
  .fancybox-fullscreen .fancybox-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .fancybox-fullscreen.fancybox-gallery .fancybox-wrap {
    bottom: 90px !important; }
  @media (min-width: 700px) {
    .fancybox-title {
      font-size: 14px;
      line-height: 1.5; }
    .fancybox-nav {
      display: block; }
    .fancybox-prev {
      left: -70px; }
      .fancybox-prev .icon {
        left: 25px; }
    .fancybox-next {
      right: -70px; }
      .fancybox-next .icon {
        right: 25px; }
    .fancybox-fullscreen .fancybox-title {
      bottom: 10px;
      left: 30px;
      right: 30px; }
    .fancybox-fullscreen .fancybox-prev {
      left: 0; }
    .fancybox-fullscreen .fancybox-next {
      right: 0; } }
  @media (min-width: 1000px) {
    .fancybox-close {
      top: 10px;
      right: 20px; } }

#fancybox {
  /* Thumbs */ }
  #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060; }
    #fancybox-loading div {
      width: 44px;
      height: 44px;
      background: url("../images/bg/fancybox_loading.gif") center center no-repeat; }
  #fancybox-thumbs {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050; }
    #fancybox-thumbs ul {
      position: relative; }
    #fancybox-thumbs li {
      -webkit-transition: border-color 0.2s;
      -moz-transition: border-color 0.2s;
      transition: border-color 0.2s;
      border-top: 4px solid transparent;
      float: left; }
      #fancybox-thumbs li.active {
        border-color: #f2d45c; }
      .no-touch #fancybox-thumbs li:hover a:after {
        opacity: .7; }
      #fancybox-thumbs li a {
        display: block;
        position: relative;
        overflow: hidden;
        outline: none; }
        #fancybox-thumbs li a:after {
          content: '';
          background: #f2d45c;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: 0;
          -webkit-transition: opacity 0.2s;
          -moz-transition: opacity 0.2s;
          transition: opacity 0.2s; }
      #fancybox-thumbs li img {
        display: block;
        position: relative;
        border: 0;
        padding: 0;
        max-width: none; }

.nvd3 .nv-axis {
  pointer-events: none;
  opacity: 1; }

.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis path.domain {
  stroke-opacity: .75; }

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0; }

.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75; }

.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold; }

.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle; }

.nvd3 .nv-axis.nv-disabled {
  opacity: 0; }

.nvd3 .nv-bars rect {
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-bars rect.hover {
  fill-opacity: 1; }

.nvd3 .nv-bars .hover rect {
  fill: lightblue; }

.nvd3 .nv-bars text {
  fill: transparent; }

.nvd3 .nv-bars .hover text {
  fill: black; }

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1; }

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: black;
  stroke: transparent; }

/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5; }

.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1; }

.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1; }

.nvd3 line.nv-boxplot-median {
  stroke: black; }

.nv-boxplot-tick:hover {
  stroke-width: 2.5px; }

/* bullet */
.nvd3.nv-bullet {
  font: 10px sans-serif; }

.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8; }

.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1; }

.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px; }

.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px; }

.nvd3.nv-bullet .nv-markerLine {
  stroke: #000;
  stroke-width: 1.5px; }

.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px; }

.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee; }

.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd; }

.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc; }

.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold; }

.nvd3.nv-bullet .nv-subtitle {
  fill: #999; }

.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4; }

.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728; }

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333; }

.nv-force-node {
  stroke: #fff;
  stroke-width: 1.5px; }

.nv-force-link {
  stroke: #999;
  stroke-opacity: .6; }

.nv-force-node text {
  stroke-width: 0px; }

.nvd3 .nv-legend .nv-disabled rect {
  /*fill-opacity: 0;*/ }

.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2; }

.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4; }

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0; }

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75; }

.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1; }

.nvd3 .nv-groups path.nv-line {
  fill: none; }

.nvd3 .nv-groups path.nv-area {
  stroke: none; }

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important; }

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important; }

.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important; }

.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0; }

.nvd3 .nv-indexLine {
  cursor: ew-resize; }

/********************
 * SVG CSS
 */
/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%; }

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nvd3 text {
  font: normal 14px Arial;
  font-weight: bold; }

.nvd3 .title {
  font: bold 14px Arial; }

.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0; }

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold; }

/**********
*  Brush
*/
.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges; }

.nv-brush .resize path {
  fill: #eee;
  stroke: #666; }

/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
  cursor: pointer; }

.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0; }

/* focus */
.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important; }

.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7; }

/**********
*  Print
*/
@media print {
  .nvd3 text {
    stroke-width: 0;
    fill-opacity: 1; } }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728; }

.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: .4;
  shape-rendering: crispEdges; }

.nvd3 .foreground path {
  fill: none;
  stroke-opacity: .7; }

.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: .6;
  stroke: gray;
  shape-rendering: crispEdges; }

.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px; }

.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5; }

.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, 0.59); }

.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0; }

.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 0;
  stroke-opacity: 1; }

.nvd3.nv-pie path {
  fill-opacity: .7; }

.nvd3.nv-pie .hover path {
  fill-opacity: 1; }

.nvd3.nv-pie .nv-label {
  pointer-events: none; }

.nvd3.nv-pie .nv-label text {
  font: bold 18px "Meta Web Pro", Tahoma, sans-serif;
  fill: #fff !important; }
  .box-graph--donut .nvd3.nv-pie .nv-label text {
    fill: #002776 !important; }

.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0; }

/* scatter */
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5; }

.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1; }

.nv-noninteractive {
  pointer-events: none; }

.nv-distx, .nv-disty {
  pointer-events: none; }

/* sparkline */
.nvd3.nv-sparkline path {
  fill: none; }

.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none; }

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px; }

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all; }

.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal; }

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66; }

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c; }

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728; }

.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: bold;
  font-size: 1.1em; }

/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9; }

.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0; }

.nvtooltip {
  position: absolute;
  background-color: white;
  color: black;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: block;
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nvtooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms; }

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px; }

.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  color: black;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center; }

.nvtooltip span {
  display: inline-block;
  margin: 2px 0; }

.nvtooltip table {
  margin: 6px;
  border-spacing: 0; }

.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle; }

.nvtooltip table td.key {
  font-weight: normal; }

.nvtooltip table td.key.total {
  font-weight: bold; }

.nvtooltip table td.value {
  text-align: right;
  font-weight: bold; }

.nvtooltip table td.percent {
  color: darkgray; }

.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px; }

.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle; }

.nvtooltip table td.legend-color-guide div {
  width: 12px;
  height: 12px;
  border: 1px solid #999; }

.nvtooltip .footer {
  padding: 3px;
  text-align: center; }

.nvtooltip-pending-removal {
  pointer-events: none;
  display: none; }

/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
  pointer-events: none; }

.nvd3 line.nv-guideline {
  stroke: #ccc; }

.video {
  margin-bottom: 1.25em; }
  .video__holder {
    position: relative;
    height: 0;
    padding-top: 56.25%; }
    .video__holder iframe,
    .video__holder video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*
  BOX
*/
.box-accordion {
  margin: 0 0 50px;
  border: 1px solid #ccd4e4;
  border-width: 1px 0 0; }
  .box-accordion__item {
    border-bottom: 1px solid #ccd4e4; }
    .box-accordion__item.is-open .box-accordion__title .icon:before {
      content: ""; }
    .box-accordion__item.is-open .box-accordion__box {
      display: block; }
  .box-accordion__title {
    margin: 0;
    font-size: 0px;
    line-height: 60px;
    position: relative; }
    .box-accordion__title__link {
      text-decoration: none;
      display: block;
      padding: 5px 90px 5px 20px;
      -webkit-transition: color 0.2s, background 0.2s;
      -moz-transition: color 0.2s, background 0.2s;
      transition: color 0.2s, background 0.2s; }
      .no-touch .box-accordion__title__link:hover {
        background: rgba(242, 212, 92, 0.2); }
    .box-accordion__title__name {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 24px; }
    .box-accordion__title .icon {
      position: absolute;
      right: 0;
      top: 0;
      bottom: -1px;
      width: 70px;
      font-size: 0px;
      color: #f2d45c; }
      .box-accordion__title .icon:before {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -9px 0 0 -9px;
        font-size: 18px; }
  .box-accordion__box {
    position: relative;
    overflow: hidden; }
    .js .box-accordion__box {
      display: none; }
  .box-accordion__inner {
    border-bottom: 2px solid #f2d45c;
    padding: 20px 20px 0; }
  .box-accordion--bordered {
    border-width: 1px 1px 0; }
    .box-accordion--bordered .box-accordion__title .icon {
      border: 1px solid #ccd4e4;
      border-width: 0 0 1px 1px; }
  @media (min-width: 1000px) {
    .box-accordion--big .box-accordion__title__name {
      font-size: 24px;
      line-height: 30px; } }

.box-tabs {
  margin: 0 0 50px; }
  .box-tabs__menu {
    font-family: "Meta Web Pro", Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd; }
    .box-tabs__menu:after {
      content: '';
      display: table;
      clear: both; }
    .box-tabs__menu__item {
      float: left; }
      .box-tabs__menu__item:first-child {
        border-left: 1px solid #ddd; }
    .box-tabs__menu__link {
      display: block;
      text-decoration: none;
      padding: 13px 30px 11px;
      border: 1px solid #ddd;
      margin: 0 0 -1px;
      border-width: 1px 1px 1px 0;
      background: #eee;
      position: relative;
      -webkit-transition: background 0.2s, color 0.2s;
      -moz-transition: background 0.2s, color 0.2s;
      transition: background 0.2s, color 0.2s; }
      .no-touch .box-tabs__menu__link:not(.is-disabled):not(.is-active):hover {
        background: #002776;
        color: #fff; }
      .box-tabs__menu__link.is-active {
        background: #fff;
        border-bottom-color: #fff;
        color: #000; }
      .box-tabs__menu__link.is-disabled {
        cursor: default;
        opacity: .5;
        text-decoration: none; }
  @media (max-width: 699px) {
    .box-tabs {
      border-bottom: 2px solid #f2d45c;
      border-left: 1px solid #ccd4e4;
      border-right: 1px solid #ccd4e4; }
      .box-tabs__menu,
      .box-tabs .menu-filter {
        display: none; }
      .box-tabs__responsive-link {
        text-decoration: none;
        display: block;
        position: relative;
        padding: 20px 90px 20px 20px;
        text-transform: uppercase;
        font-weight: bold;
        -webkit-transition: color 0.2s, background 0.2s;
        -moz-transition: color 0.2s, background 0.2s;
        transition: color 0.2s, background 0.2s; }
        .no-touch .box-tabs__responsive-link:hover {
          background: rgba(242, 212, 92, 0.2); }
        .box-tabs__responsive-link .icon {
          position: absolute;
          right: 0;
          top: 0;
          bottom: -1px;
          width: 70px;
          font-size: 0px;
          color: #f2d45c; }
          .box-tabs__responsive-link .icon:before {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -9px 0 0 -9px;
            font-size: 18px; }
        .box-tabs__responsive-link.is-disabled {
          text-decoration: none;
          opacity: .5; }
          .box-tabs__responsive-link.is-disabled .icon {
            display: none; }
      .box-tabs__fragment {
        border-top: 1px solid #ccd4e4; }
        .box-tabs__fragment.is-active .box-tabs__content {
          position: relative;
          left: auto;
          top: auto;
          width: auto; }
        .box-tabs__fragment.is-active .box-tabs__responsive-link .icon:before {
          content: ""; }
      .box-tabs__content {
        padding: 0 20px 4px; }
        .js .box-tabs__content {
          position: absolute;
          width: 100%;
          left: -5000px;
          top: -5000px; } }
  @media (min-width: 700px) {
    .box-tabs__responsive-link {
      display: none; }
    .box-tabs__fragment {
      padding: 25px 0 5px; }
      .box-tabs__fragment--bordered {
        border: 1px solid #ddd;
        border-width: 0 1px 1px;
        padding-left: 30px;
        padding-right: 30px; }
      .box-tabs__fragment--bordered-bottom {
        border-bottom: 1px solid #ddd; }
      .js .box-tabs__fragment {
        position: absolute;
        width: 100%;
        left: -5000px;
        top: -5000px; }
        .js .box-tabs__fragment.is-active {
          position: relative;
          left: auto;
          top: auto;
          width: auto; } }

.box-poll {
  margin: 0 0 50px; }
  .box-poll__question {
    font-weight: bold;
    color: #000; }
  .box-poll__list {
    margin: 0 0 15px;
    border: 1px solid #ccd4e4; }
  .box-poll__item {
    border-top: 1px solid #e5e9f1;
    font-weight: bold; }
    .box-poll__item:first-child {
      border-top: none; }
  .box-poll__inner {
    display: block;
    padding: 15px 40px 20px 20px;
    position: relative;
    color: #002776;
    text-decoration: none;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s; }
    .no-touch .box-poll__inner[href]:hover, .box-poll__inner.is-active {
      color: #002776;
      background: rgba(242, 212, 92, 0.2); }
      .no-touch .box-poll__inner[href]:hover .box-poll__icon, .box-poll__inner.is-active .box-poll__icon {
        opacity: 1; }
  .box-poll__answer {
    margin: 0;
    padding: 0 0 0 25px;
    position: relative; }
  .box-poll__number {
    position: absolute;
    left: 0;
    top: 0;
    color: #000; }
  .box-poll__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
    color: #f2d45c;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .box-poll__percent {
    margin-right: 45px;
    position: relative;
    font-size: 14px;
    color: #000;
    height: 10px;
    margin-top: 10px; }
    .box-poll__percent__inner {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background: #f2d45c; }
    .box-poll__percent__number {
      position: absolute;
      left: 100%;
      top: -5px;
      width: 45px;
      text-align: right;
      line-height: 20px;
      white-space: nowrap; }
  .box-poll__info {
    margin: 0;
    font-size: 14px; }

.box-grid {
  margin: 0 0 50px; }
  .box-grid .grid {
    overflow: hidden; }
  .box-grid__inner {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #444;
    text-align: center;
    border: 1px solid #ccd4e4;
    border-width: 1px 0 0 1px;
    padding: 15px 15px;
    margin: -2px 0 0 -2px; }
    .box-grid__inner:first-child {
      margin-top: -2px; }
    .box-grid__inner--left {
      text-align: left; }
    .box-grid__inner > *:last-child {
      margin-bottom: 0; }
    .box-grid__inner[href] h2 {
      text-decoration: underline;
      transition: color .2s; }
    .no-touch .box-grid__inner[href]:hover {
      color: inherit; }
      .no-touch .box-grid__inner[href]:hover h2 {
        color: inherit;
        text-decoration: none; }
    .box-grid__inner[href]:visited h2 {
      color: #002776; }
  .box-grid--background .grid {
    background: #f2d45c; }
  .box-grid--background .box-grid__inner {
    color: #000;
    border-color: rgba(255, 255, 255, 0.2); }
    .no-touch .box-grid--background .box-grid__inner[href]:hover {
      color: #fff; }
      .no-touch .box-grid--background .box-grid__inner[href]:hover h2 {
        color: #fff;
        text-decoration: none; }
  @media (min-width: 480px) {
    .box-grid--bordered .grid {
      outline: 1px solid #ccd4e4;
      border: 15px solid #fff; }
    .box-grid--background .grid {
      border: 15px solid #f2d45c; } }
  @media (min-width: 700px) {
    .box-grid--bordered .grid, .box-grid--background .grid {
      border-left-width: 0;
      border-right-width: 0; } }
  @media (min-width: 1000px) {
    .box-grid:not(.box-grid--bordered):not(.box-grid--background) .grid__cell:first-child .box-grid__inner--left {
      padding-left: 2px; }
    .box-grid--bordered .grid, .box-grid--background .grid {
      border-top-width: 20px;
      border-bottom-width: 20px; } }
  @media (min-width: 1240px) {
    .box-grid--bordered .grid, .box-grid--background .grid {
      border-top-width: 40px;
      border-bottom-width: 40px; }
    .box-grid__inner {
      padding: 15px 40px; } }

.box-bg {
  margin: 0 0 50px;
  padding: 15px;
  background: #eee; }
  .box-bg > .row-main > :last-child,
  .box-bg > :last-child {
    margin-bottom: 0; }
  .box-bg .menu-inside:before {
    display: none; }
  .box-bg--color-light, .box-bg--color-light h1, .box-bg--color-light h2, .box-bg--color-light h3, .box-bg--color-light h4, .box-bg--color-light h5, .box-bg--color-light h6, .box-bg--color-light p, .box-bg--color-light ul, .box-bg--color-light ol, .box-bg--color-light a, .box-bg--color-light cite, .box-bg--color-light cite strong {
    color: #000; }
  .no-touch .box-bg--color-light a:hover {
    color: #000;
    text-decoration: none; }
  .box-bg--primary {
    background: #f2d45c; }
  .box-bg--muni {
    background: #002776; }
  .box-bg--law {
    background: #7f379b; }
  .box-bg--med {
    background: #f01928; }
  .box-bg--sci {
    background: #01af40; }
  .box-bg--fi {
    background: #f2d45c;
    color: #000; }
  .box-bg--fss {
    background: #007b69; }
  .box-bg--fsps {
    background: #009aa6; }
  .box-bg--phil {
    background: #00a3e2; }
  .box-bg--ped {
    background: #ffa030; }
  .box-bg--econ {
    background: #782328; }
  .box-bg--dark {
    background: #000; }
  .box-bg--color {
    background: #444; }
  .box-bg--grey-dark {
    background: #ddd; }
  .box-bg--grey-light {
    background: #eee; }
  .box-bg--white {
    background: #fff;
    border: 1px solid #ccd4e4; }
  .box-bg--full {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 700px) {
    .box-bg {
      padding: 30px; }
      .box-bg--small {
        padding: 15px; }
      .box-bg--full {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1000px) {
    .box-bg {
      padding-top: 50px;
      padding-bottom: 50px; }
      .box-bg--small {
        padding: 15px; }
      .box-bg--medium {
        padding: 30px; }
      .box-bg--full {
        padding-left: 0;
        padding-right: 0; } }

.box-content {
  margin: 0 0 50px;
  max-width: 800px; }
  .box-content li {
    overflow: hidden; }
  .box-content a:visited {
    color: #002776; }

.box-code {
  margin: 0 0 50px; }
  .box-code__title {
    background: #f2d45c;
    color: #fff;
    padding: 0 46px 0 46px;
    position: relative;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px; }
    .box-code__title__icon, .box-code__title__close {
      position: absolute;
      left: 20px;
      top: 50%;
      font-size: 16px;
      margin-top: -9px;
      color: #fff;
      text-decoration: none; }
    .box-code__title__close {
      left: auto;
      right: 20px;
      transition: opacity .2s; }
      .no-touch .box-code__title__close:hover {
        opacity: .75;
        color: #fff; }
  .box-code__inner {
    margin: 0;
    background: #f2f4f8;
    border-left: 2px solid #f2d45c;
    padding: 20px;
    font-size: 14px;
    font-family: Consolas, monaco, monospace;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .box-code__content {
    margin: 0;
    background: #f2f4f8;
    border-left: 2px solid #f2d45c;
    padding: 20px 20px 3px;
    font-size: 14px; }
  @media (min-width: 700px) {
    .box-code {
      margin-left: 30px; } }

.box-testimonial {
  margin: 0 0 50px; }
  .box-testimonial:after {
    content: '';
    display: table;
    clear: both; }
  .box-testimonial > :last-child {
    margin-bottom: 0; }
  .box-testimonial__comment {
    font-size: 18px;
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic; }
  .box-testimonial__author {
    font-size: 14px;
    font-style: normal;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 1.25em; }
    .box-testimonial__author a {
      text-decoration: none;
      color: #444;
      display: inline-block;
      vertical-align: top; }
    .box-testimonial__author strong {
      font-size: 16px;
      color: #000; }
    .box-testimonial__author.with-img {
      position: relative;
      min-height: 46px;
      padding: 8px 0 8px 80px; }
      .box-testimonial__author.with-img a {
        margin-left: -80px;
        padding-left: 80px; }
      .box-testimonial__author.with-img .box-testimonial__author__img {
        position: absolute;
        left: 0;
        top: 0;
        width: 62px;
        text-align: center; }
        .box-testimonial__author.with-img .box-testimonial__author__img img {
          border-radius: 100px; }
  .box-testimonial--avatar .box-testimonial__img {
    text-align: center; }
    .box-testimonial--avatar .box-testimonial__img img {
      border-radius: 300px; }
  .box-testimonial--img {
    position: relative; }
    .box-testimonial--img .box-testimonial__img {
      margin: 0 0 15px; }
  .box-testimonial--bordered {
    border: 1px solid #ddd;
    padding: 20px; }
    .box-testimonial--bordered.box-testimonial--img {
      border-width: 1px 0; }
    .box-testimonial--bordered.box-testimonial--avatar {
      padding: 20px; }
  .box-testimonial--bordered-top-bottom {
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 20px; }
  .box-testimonial--background {
    background: #002776;
    color: #fff;
    padding: 20px; }
    .box-testimonial--background .box-testimonial__author a,
    .box-testimonial--background .box-testimonial__author strong,
    .box-testimonial--background .box-testimonial__comment {
      color: #fff; }
    .box-testimonial--background.box-testimonial--avatar {
      padding: 20px; }
  @media (min-width: 700px) {
    .box-testimonial--avatar {
      padding-left: 210px; }
      .box-testimonial--avatar .box-testimonial__img {
        float: left;
        margin-left: -210px;
        width: 180px; }
      .box-testimonial--avatar .box-testimonial__comment {
        font-size: 21px; }
    .box-testimonial--img .box-testimonial__comment {
      font-size: 21px; }
    .box-testimonial--bordered, .box-testimonial--background {
      padding: 30px; }
      .box-testimonial--bordered.box-testimonial--avatar, .box-testimonial--background.box-testimonial--avatar {
        padding: 30px 30px 30px 240px; }
        .box-testimonial--bordered.box-testimonial--avatar .box-testimonial__img, .box-testimonial--background.box-testimonial--avatar .box-testimonial__img {
          margin-left: -210px; }
    .box-testimonial--bordered-top-bottom {
      padding: 30px; } }
  @media (min-width: 1000px) {
    .box-testimonial--avatar {
      padding-left: 300px; }
      .box-testimonial--avatar .box-testimonial__img {
        margin-left: -300px;
        width: 240px; }
      .box-testimonial--avatar .box-testimonial__comment {
        font-size: 24px; }
    .box-testimonial--img .row-main:before {
      content: '';
      height: 490px;
      display: inline-block;
      vertical-align: middle;
      margin-left: -.2em; }
    .box-testimonial--img .box-testimonial__content {
      padding: 20px 15px 0 0;
      width: 50%;
      display: inline-block;
      vertical-align: middle; }
    .box-testimonial--img .box-testimonial__comment {
      font-size: 24px; }
    .box-testimonial--img .box-testimonial__img {
      margin: 0 0 0 15px;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      right: 0;
      overflow: hidden; }
      .box-testimonial--img .box-testimonial__img img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        min-height: 100%;
        width: auto; }
    .box-testimonial--bordered.box-testimonial--avatar, .box-testimonial--background.box-testimonial--avatar {
      padding: 30px 50px 40px 280px; }
      .box-testimonial--bordered.box-testimonial--avatar .box-testimonial__img, .box-testimonial--background.box-testimonial--avatar .box-testimonial__img {
        margin-left: -230px;
        width: 180px; } }

.box-hero {
  position: relative;
  display: block;
  margin: 0 0 50px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #444;
  background: #fff; }
  .no-touch .box-hero[href]:hover {
    text-decoration: none;
    color: #444; }
  .box-hero .row-main {
    position: static; }
  .box-hero__title--light {
    font-weight: normal; }
    .box-hero__title--light strong {
      border-bottom: 4px solid #f2d45c; }
  .box-hero__title--special {
    border: solid #000;
    border-width: 1px 0;
    display: inline-block;
    padding: 5px 20px 10px 0;
    margin-top: 0; }
  .box-hero__img {
    position: relative;
    top: -1px;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden; }
    .box-hero__img:before {
      content: '';
      display: block;
      padding-top: 200px; }
    .box-hero__img img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: none;
      min-height: 100%;
      min-width: 100%;
      width: auto;
      height: auto; }
  .box-hero__content {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    z-index: 1; }
  .box-hero__content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0px 25px; }
    .box-hero__content-inner > * {
      max-width: 600px; }
      .box-hero__content-inner > *:last-child {
        margin-bottom: 0; }
    .box-hero__content-inner > .center {
      margin-left: auto;
      margin-right: auto; }
  .row-main .box-hero .box-hero__content-inner {
    padding-left: 20px;
    padding-right: 20px; }
  .row-main .box-hero .box-hero__img {
    margin-left: -1px;
    margin-right: -1px; }
  .box-hero__particles {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .box-hero__img ~ .box-hero__particles {
    right: 50%;
    margin-left: -310px; }
  .box-hero__particles:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin-bottom: -300px;
    left: 0;
    width: 1000px;
    height: 876px;
    background-position: 100% 100%;
    background-image: url(../pics-fi/particles.png);
    background-repeat: no-repeat; }
  .box-hero--space {
    margin: 50px 0; }
  .box-hero--bordered {
    border-color: #ddd; }
  .box-hero--background {
    background: #f2d45c;
    color: #000; }
    .box-hero--background h1, .box-hero--background h2, .box-hero--background h3, .box-hero--background h4, .box-hero--background h5, .box-hero--background h6, .box-hero--background p, .box-hero--background ul, .box-hero--background ol, .box-hero--background a, .box-hero--background cite, .box-hero--background cite strong {
      color: #000; }
    .no-touch .box-hero--background a:hover {
      color: #000;
      text-decoration: none; }
    .box-hero--background-muni {
      background-color: #002776; }
    .box-hero--background-law {
      background-color: #7f379b; }
    .box-hero--background-med {
      background-color: #f01928; }
    .box-hero--background-sci {
      background-color: #01af40; }
    .box-hero--background-fi {
      background-color: #f2d45c; }
    .box-hero--background-fss {
      background-color: #007b69; }
    .box-hero--background-fsps {
      background-color: #009aa6; }
    .box-hero--background-phil {
      background-color: #00a3e2; }
    .box-hero--background-ped {
      background-color: #ffa030; }
    .box-hero--background-econ {
      background-color: #782328; }
    .box-hero--background-color {
      background: #444; }
    .box-hero--background-dark {
      background: #000; }
    .box-hero--background-grey-dark {
      background: #ddd; }
    .box-hero--background-grey-light {
      background: #eee; }
  .box-hero--background-img {
    border: none;
    background: #f2d45c 50% 50% no-repeat;
    background-size: cover;
    color: #000; }
    .box-hero--background-img h1, .box-hero--background-img h2, .box-hero--background-img h3, .box-hero--background-img h4, .box-hero--background-img h5, .box-hero--background-img h6, .box-hero--background-img p, .box-hero--background-img ul, .box-hero--background-img ol, .box-hero--background-img a, .box-hero--background-img cite, .box-hero--background-img cite strong {
      color: #000; }
    .no-touch .box-hero--background-img a:hover {
      color: #000;
      text-decoration: none; }
    .box-hero--background-img:not(.no-overlay):before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.2); }
    .box-hero--background-img .row-main {
      z-index: 1; }
  .box-hero--background-img-gradient {
    border: none;
    background: #f2d45c 50% 50% no-repeat;
    background-size: cover; }
    .box-hero--background-img-gradient:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
    .box-hero--background-img-gradient .row-main {
      z-index: 1; }
    .box-hero--background-img-gradient .box-hero__content {
      position: relative;
      z-index: 1; }
  @media (min-width: 480px) {
    .box-hero__img:before {
      padding-top: 300px; } }
  @media (min-width: 700px) {
    .box-hero__img {
      position: absolute;
      left: 50%;
      top: -1px;
      bottom: -1px;
      right: -1px;
      height: auto;
      overflow: hidden;
      margin: 0; }
    .box-hero__content-inner {
      padding: 45px 0; }
    .box-hero__img ~ .box-hero__content {
      padding: 0;
      max-width: 50%; }
    .box-hero__img ~ .box-hero__content .box-hero__content-inner {
      padding: 30px 30px 30px 0; }
    .row-main .box-hero .box-hero__content-inner {
      padding-left: 30px; }
    .row-main .box-hero .box-hero__img {
      margin: 0; }
    .box-hero--inverse .box-hero__img {
      left: 0;
      right: 50%; }
    .box-hero--inverse .box-hero__content {
      margin-left: auto; }
    .box-hero--inverse .box-hero__content .box-hero__content-inner {
      padding-left: 30px;
      padding-right: 0; }
    .row-main .box-hero--inverse .box-hero__content .box-hero__content-inner {
      padding-right: 30px; }
    .box-hero--size-s .box-hero__content-inner {
      height: 300px; }
    .box-hero--size-m .box-hero__content-inner {
      height: 450px; }
    .box-hero--size-l .box-hero__content-inner {
      height: 530px; }
    .box-hero--particles .box-hero__particles {
      display: block; }
    .box-hero--particles .box-hero__content-inner > * {
      max-width: 600px; } }
  @media (min-width: 1000px) {
    .box-hero__img ~ .box-hero__content .box-hero__content-inner {
      padding: 60px 70px 60px 0; }
    .row-main .box-hero .box-hero__content-inner {
      padding-left: 60px; }
    .box-hero--inverse .box-hero__content .box-hero__content-inner {
      padding-left: 70px;
      padding-right: 0; }
    .row-main .box-hero--inverse .box-hero__content .box-hero__content-inner {
      padding-right: 60px; } }

.box-timeline {
  margin: 0 0 50px; }
  .box-timeline__list {
    overflow: hidden;
    position: relative; }
    .box-timeline__list:before {
      content: '';
      position: absolute;
      left: 9px;
      top: 0;
      bottom: 0;
      width: 1px;
      background: #ddd; }
    .box-timeline__list + * {
      margin-top: 30px; }
  .box-timeline__item {
    margin-top: 30px; }
    .box-timeline__item:first-child .box-timeline__point:before, .box-timeline__item:last-child .box-timeline__point:before {
      content: '';
      position: absolute;
      left: 50%;
      width: 2px;
      height: 5000px;
      margin-left: -1px;
      background: #fff; }
    .box-timeline__item:first-child .box-timeline__point:before {
      bottom: 100%;
      margin-bottom: 1px; }
    .box-timeline__item:last-child .box-timeline__point:before {
      top: 100%;
      margin-top: 1px; }
    .box-timeline__item--end .box-timeline__point {
      background: #fff;
      border: 1px solid #ddd;
      width: 13px;
      height: 13px;
      left: 3px;
      top: 7px; }
  .box-timeline__inner {
    display: block;
    color: #444;
    text-decoration: none;
    padding: 0 0 0 30px;
    position: relative; }
    .box-timeline__inner[href] .box-timeline__title {
      color: #002776; }
    .no-touch .box-timeline__inner[href]:hover .box-timeline__title {
      color: #000; }
    .box-timeline__inner[href]:visited .box-timeline__title {
      color: #002776; }
  .box-timeline__point {
    position: absolute;
    left: 0;
    top: 4px;
    background: #f2d45c;
    width: 19px;
    height: 19px;
    border-radius: 10px; }
  .box-timeline__title {
    display: block;
    font-size: 18px;
    color: #000;
    font-family: "Meta Web Pro", Tahoma, sans-serif;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
  .box-timeline__date {
    display: block;
    font-size: 14px; }
  .box-timeline__title-date {
    font-size: 16px;
    color: #999;
    margin: 0 0 15px 25px;
    padding-top: 20px;
    font-family: "Meta Web Pro", Tahoma, sans-serif;
    font-weight: bold; }
    .box-timeline__title-date--big {
      font-size: 24px; }
  .box-timeline__box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px 15px 0;
    position: relative;
    margin-left: 10px; }
    .box-timeline__box:before, .box-timeline__box:after {
      content: '';
      position: absolute;
      right: 100%;
      top: 30px;
      border-width: 10px 10px 10px 0;
      border-style: dashed solid;
      border-color: transparent #ddd; }
    .box-timeline__box:after {
      margin-right: -1px;
      border-color: transparent #fff; }
    .box-timeline__box__title {
      font-size: 18px;
      margin-top: 0; }
    .box-timeline__box__img {
      position: absolute;
      top: -1px;
      bottom: -1px;
      right: -1px;
      overflow: hidden;
      margin-bottom: 0; }
      .box-timeline__box__img img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .box-timeline__box .box-timeline__point {
      top: 31px;
      left: -41px; }
    .box-timeline__box--bg {
      background: #f2d45c;
      color: #000; }
      .box-timeline__box--bg:after {
        border-color: transparent #f2d45c; }
      .box-timeline__box--bg .box-timeline__box__title {
        color: #000; }
  .box-timeline--center {
    text-align: center; }
    .box-timeline--center .box-timeline__list {
      font-size: 18px;
      font-family: "Meta Web Pro", Tahoma, sans-serif;
      font-weight: bold; }
      .box-timeline--center .box-timeline__list:before {
        left: 50%; }
      .box-timeline--center .box-timeline__list + * {
        margin-top: 50px; }
    .box-timeline--center .box-timeline__item {
      margin-top: 50px; }
      .box-timeline--center .box-timeline__item--end {
        font-weight: normal; }
        .box-timeline--center .box-timeline__item--end .box-timeline__title,
        .box-timeline--center .box-timeline__item--end .box-timeline__date {
          color: #444; }
        .box-timeline--center .box-timeline__item--end .box-timeline__point {
          top: 8px;
          margin-left: -6px; }
    .box-timeline--center .box-timeline__inner {
      padding: 0 50% 0 0;
      text-align: right; }
      .box-timeline--center .box-timeline__inner[href] {
        color: #002776; }
        .box-timeline--center .box-timeline__inner[href] .box-timeline__title,
        .box-timeline--center .box-timeline__inner[href] .box-timeline__date,
        .no-touch .box-timeline--center .box-timeline__inner[href]:hover .box-timeline__title {
          color: inherit;
          -webkit-transition: none;
          -moz-transition: none;
          transition: none; }
        .no-touch .box-timeline--center .box-timeline__inner[href]:hover {
          color: #000; }
        .box-timeline--center .box-timeline__inner[href]:visited .box-timeline__title,
        .box-timeline--center .box-timeline__inner[href]:visited .box-timeline__date {
          color: #002776; }
    .box-timeline--center .box-timeline__point {
      top: 11px;
      left: 50%;
      margin-left: -9px; }
    .box-timeline--center .box-timeline__title,
    .box-timeline--center .box-timeline__date {
      font-size: 100%;
      color: #000; }
    .box-timeline--center .box-timeline__title {
      padding-right: 25px; }
    .box-timeline--center .box-timeline__date {
      position: absolute;
      left: 50%;
      top: 0;
      width: 50%;
      padding-left: 25px;
      text-align: left; }
  .box-timeline--boxes .box-timeline__list {
    margin: -10px -10px -10px 0;
    padding: 10px 10px 10px 0; }
  .box-timeline--boxes .box-timeline__inner[href]:before {
    content: '';
    position: absolute;
    left: 57px;
    top: 37px;
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s; }
  .box-timeline--boxes .box-timeline__inner[href] .box-timeline__box {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s; }
    .box-timeline--boxes .box-timeline__inner[href] .box-timeline__box__title {
      color: #002776;
      -webkit-transition: color 0.2s;
      -moz-transition: color 0.2s;
      transition: color 0.2s; }
    .box-timeline--boxes .box-timeline__inner[href] .box-timeline__box--bg .box-timeline__box__title {
      color: #fff; }
  .box-timeline--boxes .box-timeline__inner[href]:visited .box-timeline__box__title {
    color: #002776; }
  .no-touch .box-timeline--boxes .box-timeline__inner[href]:hover {
    color: #444; }
    .no-touch .box-timeline--boxes .box-timeline__inner[href]:hover:before {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .no-touch .box-timeline--boxes .box-timeline__inner[href]:hover .box-timeline__box {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .no-touch .box-timeline--boxes .box-timeline__inner[href]:hover .box-timeline__box__title {
        color: #000; }
      .no-touch .box-timeline--boxes .box-timeline__inner[href]:hover .box-timeline__box--bg .box-timeline__box__title {
        color: #fff; }
  .box-timeline--half {
    max-width: 542px; }
  .box-timeline--two-third {
    max-width: 800px; }
  @media (max-width: 699px) {
    .box-timeline__box__img {
      display: none; } }
  @media (min-width: 700px) {
    .box-timeline__inner {
      padding-left: 50px; }
    .box-timeline__title-date {
      margin-left: 50px; }
    .box-timeline__box {
      padding: 20px 30px 10px;
      margin-left: 20px; }
      .box-timeline__box:before, .box-timeline__box:after {
        border-width: 20px 20px 20px 0; }
      .box-timeline__box__title {
        font-size: 24px; }
      .box-timeline__box__img {
        width: 220px; }
      .box-timeline__box .box-timeline__point {
        top: 41px;
        left: -71px; }
      .box-timeline__box--img {
        padding-right: 250px; }
    .box-timeline--center .box-timeline__list {
      font-size: 24px; }
    .box-timeline--center .box-timeline__item--end {
      font-size: 18px; }
    .box-timeline--center .box-timeline__title {
      padding-right: 40px; }
    .box-timeline--center .box-timeline__date {
      padding-left: 40px; } }
  @media (min-width: 1000px) {
    .box-timeline__box__img {
      width: 370px; }
    .box-timeline__box--img {
      padding-right: 400px; } }

.box-event {
  margin: 0 0 50px;
  padding-top: 25px; }
  .box-event .datebox {
    margin-top: -25px;
    margin-bottom: 1.6875em; }
  .box-event__title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.33333; }
    .box-event__title a:visited {
      color: #002776; }
  .box-event__label {
    display: inline-block;
    vertical-align: top;
    padding: 3px 12px 4px 11px;
    background: #f2d45c;
    color: #000;
    font-size: 12px;
    font-weight: 700; }
    .box-event__label-wrap {
      margin-top: 0.75em; }
  .box-event__content > :last-child {
    margin-bottom: 0; }
  .box-event--side {
    padding-top: 0; }
    .box-event--side .datebox {
      float: left;
      margin-top: 0;
      margin-left: -100px;
      margin-bottom: 0; }
    .box-event--side .box-event__title {
      margin-bottom: 5px; }
      .box-event--side .box-event__title ~ * {
        margin-bottom: 2px; }
    .box-event--side .box-event__content {
      padding-left: 100px;
      padding-bottom: 0;
      font-size: 14px; }
      .box-event--side .box-event__content:after {
        content: '';
        display: table;
        clear: both; }
    .box-event--side.box-event--highlighted {
      padding-top: 0; }
      .box-event--side.box-event--highlighted .datebox {
        margin-top: -15px; }
      .box-event--side.box-event--highlighted .box-event__content {
        padding: 15px 25px 20px 100px; }
  .box-event--highlighted {
    padding-top: 25px; }
    .box-event--highlighted .box-event__content {
      background: #f2d45c;
      color: #000;
      padding: 0 25px 30px 30px; }
      .box-event--highlighted .box-event__content a {
        color: #000; }
        .no-touch .box-event--highlighted .box-event__content a:hover {
          text-decoration: none; }
      .no-touch .box-event--highlighted .box-event__content .box-event__title a:hover {
        text-decoration: underline; }

.box-event-detail {
  margin: 0 0 50px; }
  .box-event-detail__title {
    margin-bottom: 1em; }
  .box-event-detail__btn {
    margin: 2.1875em 0 0; }

.box-timeline-dates {
  margin: 0 0 50px; }
  .box-timeline-dates .box-event {
    position: relative;
    z-index: 1; }
  .box-timeline-dates__box {
    padding-top: 30px;
    border-top: 1px solid #ddd; }
  .box-timeline-dates__title {
    margin: 0 0 1.25em; }
  .box-timeline-dates__list {
    margin-bottom: -20px; }
  .box-timeline-dates__item {
    overflow: hidden;
    position: relative; }
    .box-timeline-dates__item:last-child:after {
      display: none; }
    .box-timeline-dates__item:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 35px;
      width: 1px;
      background: #ddd; }
    .box-timeline-dates__item--no-line:after {
      display: none; }
  @media (min-width: 1000px) {
    .box-timeline-dates__box {
      padding-top: 50px; }
    .box-timeline-dates__list {
      margin-bottom: 0; } }

.box-vcard {
  margin: 0 0 50px; }
  .box-vcard .table-vcard {
    clear: none; }
  .box-vcard__inner {
    display: block;
    text-decoration: none;
    padding: 15px;
    color: #444;
    background-color: #fff;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s; }
    .box-vcard__inner:not(.no-border) {
      border: 1px solid #ccd4e4; }
    .box-vcard__inner:after, .box-vcard__inner:before {
      content: '';
      display: table;
      clear: both; }
    .no-touch .box-vcard__inner[href]:hover {
      color: #444;
      box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1), 4px 7px 17px rgba(0, 0, 0, 0.15); }
    .box-vcard__inner[href]:visited .box-vcard__name {
      color: #002776; }
  .box-vcard__img {
    text-align: center;
    margin: 0 0 10px; }
  .box-vcard__name {
    font-size: 21px;
    margin-bottom: 0;
    text-align: center; }
  .box-vcard__position {
    margin-bottom: 0;
    text-align: center; }
  .box-vcard__content {
    display: table-cell; }
    .box-vcard__content:after {
      clear: both;
      display: block;
      visibility: hidden;
      overflow: hidden;
      height: 0px !important;
      line-height: 0px;
      font-size: xx-large;
      content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "; }
    .box-vcard__content hr {
      margin: 25px 0;
      border-top-color: #e5e9f1; }
    .box-vcard__content strong {
      color: #000; }
    .box-vcard__content ul {
      padding: 0;
      margin: 0; }
    .box-vcard__content li {
      margin: 0; }
      .box-vcard__content li:before {
        top: .7em; }
  .box-vcard__foot {
    background: rgba(242, 212, 92, 0.2);
    margin: 0 -15px -15px;
    padding: 15px; }
    .box-vcard__foot > *:last-child {
      margin-bottom: 0; }
  .box-vcard--simple .box-vcard__name, .box-vcard--compact .box-vcard__name {
    color: #002776;
    font-size: 18px;
    text-align: left;
    margin-bottom: 5px; }
  .box-vcard--simple .box-vcard__position, .box-vcard--compact .box-vcard__position {
    text-align: left; }
  .box-vcard--simple .box-vcard__inner, .box-vcard--compact .box-vcard__inner {
    display: table;
    width: 100%;
    padding: 0; }
    .box-vcard--simple .box-vcard__inner > *, .box-vcard--compact .box-vcard__inner > * {
      display: table-cell;
      vertical-align: middle; }
  .box-vcard--simple .box-vcard__img, .box-vcard--compact .box-vcard__img {
    width: 105px;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: top; }
    .box-vcard--simple .box-vcard__img img, .box-vcard--compact .box-vcard__img img {
      max-width: none; }
  .box-vcard--simple .box-vcard__content, .box-vcard--compact .box-vcard__content {
    padding: 15px; }
    .box-vcard--simple .box-vcard__content > *:last-child, .box-vcard--compact .box-vcard__content > *:last-child {
      margin-bottom: 0; }
  .box-vcard--simple .table-vcard, .box-vcard--compact .table-vcard {
    font-size: 14px; }
  .box-vcard--simple .box-vcard__position, .box-vcard--compact .box-vcard__position {
    margin-bottom: 10px; }
  .box-vcard--simple .box-vcard__foot, .box-vcard--compact .box-vcard__foot {
    margin: 0 -15px 0 -120px;
    margin-bottom: -15px !important;
    padding-left: 120px; }
  .box-vcard--simple--noimg .box-vcard__foot, .box-vcard--compact--noimg .box-vcard__foot {
    margin-left: -15px;
    padding-left: 15px; }
  .box-vcard--noimg .box-vcard__position {
    text-align: left; }
  @media (min-width: 700px) {
    .box-vcard__inner {
      padding: 30px 30px 30px 200px; }
    .box-vcard__img {
      float: left;
      margin: 0 0 0 -170px;
      width: 140px;
      padding-right: 20px; }
    .box-vcard__name {
      font-size: 24px;
      text-align: left; }
    .box-vcard__position {
      font-size: 16px;
      text-align: left; }
    .box-vcard__foot {
      margin: 0 -30px -30px -200px;
      padding: 20px 30px; }
    .box-vcard--noimg .box-vcard__inner {
      padding-left: 30px; }
    .box-vcard--noimg .box-vcard__foot {
      margin-left: -30px; } }
  @media (min-width: 1000px) {
    .box-vcard--big .box-vcard__inner {
      padding-left: 300px; }
    .box-vcard--big .box-vcard__img {
      margin: 0 0 0 -270px;
      width: 210px; }
    .box-vcard--big .box-vcard__foot {
      padding-left: 300px;
      margin-left: -300px; }
    .box-vcard--simple .box-vcard__name, .box-vcard--compact .box-vcard__name {
      font-size: 24px; }
    .box-vcard--simple .table-vcard, .box-vcard--compact .table-vcard {
      font-size: 14px; }
    .box-vcard--simple .box-vcard__name, .box-vcard--compact .box-vcard__name {
      font-size: 18px; }
    .box-vcard--simple .box-vcard__position, .box-vcard--compact .box-vcard__position {
      font-size: 14px; }
    .box-vcard--noimg .box-vcard__inner {
      padding-left: 30px; }
    .box-vcard--noimg .box-vcard__foot {
      padding-left: 30px;
      margin-left: -30px; } }
  @media (min-width: 1240px) {
    .box-vcard--simple .box-vcard__content, .box-vcard--compact .box-vcard__content {
      padding: 30px; }
    .box-vcard--simple .box-vcard__content, .box-vcard--compact .box-vcard__content {
      padding: 15px 30px; }
    .box-vcard--simple .box-vcard__foot, .box-vcard--compact .box-vcard__foot {
      margin: 0 -30px -15px -135px;
      padding-left: 135px; }
    .box-vcard--simple--noimg .box-vcard__foot, .box-vcard--compact--noimg .box-vcard__foot {
      margin-left: -30px;
      padding-left: 30px; } }

.box-vcards-list {
  margin: 0 0 50px;
  border: 1px solid #ccd4e4; }
  .box-vcards-list__item {
    position: relative; }
    .box-vcards-list__item:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      height: 1px;
      background: #e5e9f1; }
    .box-vcards-list__item:last-child:after {
      display: none; }
    .box-vcards-list__item--noimg .box-vcards-list__inner {
      padding-top: 0;
      padding-bottom: 0; }
    .box-vcards-list__item--noimg .box-vcards-list__content {
      padding: 0; }
    .box-vcards-list__item + .box-vcards-list__item {
      margin-top: -1px; }
  .box-vcards-list__inner {
    padding: 10px 15px;
    height: 110px;
    display: table;
    width: 100%;
    color: #444;
    text-decoration: none;
    font-size: 0px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s; }
    @media (-webkit-min-device-pixel-ratio: 0) {
      .box-vcards-list__inner {
        letter-spacing: -1px; } }
    .box-vcards-list__inner > * {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      width: auto;
      font-size: 16px; }
    .no-touch .box-vcards-list__inner[href]:hover {
      color: #444;
      background: rgba(242, 212, 92, 0.2); }
    .box-vcards-list__inner > * {
      display: table-cell;
      vertical-align: middle; }
    .box-vcards-list__inner[href]:visited .box-vcards-list__name {
      color: #002776; }
  .box-vcards-list__img {
    margin: 0;
    width: 70px; }
    .box-vcards-list__img img {
      max-width: none; }
  .box-vcards-list__name {
    font-size: 18px;
    margin: 0;
    color: #002776; }
    .box-vcards-list__name .icon {
      color: #f2d45c; }
  .box-vcards-list__position {
    font-size: 14px;
    margin: 0; }
  .box-vcards-list__content {
    padding: 10px 15px; }
  .box-vcards-list--small .box-vcards-list__inner {
    height: 90px; }
  @media (min-width: 700px) {
    .box-vcards-list--small .box-vcards-list__content {
      padding: 0 10px; } }
  @media (min-width: 1000px) {
    .box-vcards-list__item:after {
      left: 20px;
      right: 20px; }
    .box-vcards-list__item--noimg .box-vcards-list__inner {
      padding: 30px; }
    .box-vcards-list__inner {
      padding-left: 20px;
      padding-right: 20px; }
    .box-vcards-list__content {
      padding-left: 30px;
      padding-right: 30px; }
    .box-vcards-list--small .box-vcards-list__inner {
      padding: 20px; } }

.box-slider {
  position: relative;
  z-index: 1;
  margin: 0 0 50px; }
  .no-touch .box-slider:hover .box-slider__prev,
  .no-touch .box-slider:hover .box-slider__next {
    opacity: .7; }
    .no-touch .box-slider:hover .box-slider__prev:hover,
    .no-touch .box-slider:hover .box-slider__next:hover {
      opacity: 1; }
  .no-touch .box-slider:hover .box-slider__play .icon {
    border-color: #fff; }
  .box-slider .image {
    margin: 0; }
    .box-slider .image img {
      min-width: 100%; }
  .box-slider__list {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    overflow-x: auto; }
    .box-slider__list > * > * {
      white-space: normal; }
    .js .box-slider__list {
      overflow-x: hidden; }
  .box-slider__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    text-decoration: none; }
    .box-slider__item[href]:visited .box-slider__title {
      color: #002776; }
    .box-slider__item img {
      max-width: 100%;
      height: auto; }
    .box-slider__item > a {
      display: block;
      text-decoration: none; }
      .no-touch .box-slider__item > a:hover .box-slider__title {
        text-decoration: underline; }
    .box-slider__item[data-desc] .image:after, .box-slider__item[data-title] .image:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 200px;
      z-index: 101;
      background-image: -webkit-linear-gradient( bottom , rgba(0, 0, 0, 0.7), transparent);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
    .box-slider__item--video[data-desc] .image:after, .box-slider__item--video[data-title] .image:after, .box-slider__item--video .image:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      z-index: 101;
      background-image: -webkit-linear-gradient( bottom , rgba(0, 0, 0, 0.7), transparent);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
  .box-slider__wrap {
    position: relative;
    margin-bottom: 16px; }
  .box-slider__prev, .box-slider__next {
    width: 54px;
    height: 54px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 54px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    z-index: 200;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .no-touch .box-slider__prev:hover, .no-touch .box-slider__next:hover {
      color: #fff;
      opacity: 1; }
    .touch .box-slider__prev, .touch .box-slider__next {
      opacity: .7; }
    .box-slider__prev .icon, .box-slider__next .icon {
      display: block; }
    .box-slider__prev.is-disabled, .box-slider__next.is-disabled {
      display: none; }
  .box-slider__prev {
    left: 0; }
  .box-slider__next {
    right: 0; }
  .box-slider__pager {
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    text-align: center;
    z-index: 200;
    margin-left: -5px;
    font-size: 0px; }
    @media (-webkit-min-device-pixel-ratio: 0) {
      .box-slider__pager {
        letter-spacing: -1px; } }
    .box-slider__pager > * {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      width: auto;
      font-size: 0; }
    .box-slider__pager a {
      width: 10px;
      height: 10px;
      border: 1px solid #fff;
      opacity: .5;
      margin: 0 0 5px 5px;
      border-radius: 50%;
      -webkit-transition: opacity 0.2s, background 0.2s;
      -moz-transition: opacity 0.2s, background 0.2s;
      transition: opacity 0.2s, background 0.2s; }
      .no-touch .box-slider__pager a:hover {
        opacity: 1; }
      .box-slider__pager a.is-active {
        opacity: 1;
        background: #fff; }
  .box-slider__pager {
    position: static;
    text-align: left;
    padding-top: 12px; }
    .box-slider__pager a {
      border-color: #444; }
      .box-slider__pager a.is-active {
        background: #f2d45c;
        border-color: #f2d45c; }
  .box-slider__inner {
    display: block;
    position: relative;
    text-decoration: none; }
  .box-slider__overlay {
    position: static;
    color: #444; }
    .box-slider__overlay.is-clickable {
      cursor: pointer; }
  .box-slider__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.33333em;
    color: #f2d45c; }
  .box-slider--small .box-slider__wrap {
    margin-bottom: 16px; }
  .box-slider--small .box-slider__pager {
    position: static;
    text-align: left;
    padding-top: 12px; }
    .box-slider--small .box-slider__pager a {
      border-color: #444; }
      .box-slider--small .box-slider__pager a.is-active {
        background: #f2d45c;
        border-color: #f2d45c; }
  .box-slider--small .box-slider__overlay {
    position: static;
    color: #444; }
  .box-slider--small .box-slider__title {
    color: #002776; }
  .box-slider--small .box-slider__prev {
    left: 0; }
  .box-slider--small .box-slider__next {
    right: 0; }
  .box-slider--small .box-slider__item[data-desc] .image:after, .box-slider--small .box-slider__item[data-title] .image:after {
    display: none; }
  .box-slider--video .box-slider__play .icon {
    margin-bottom: 10px; }
  .no-touch .box-slider--carousel:hover .box-slider__prev,
  .no-touch .box-slider--carousel:hover .box-slider__next {
    opacity: .3; }
  .box-slider--carousel .box-slider__wrap {
    overflow: hidden;
    margin-bottom: 0; }
  .box-slider--carousel .box-slider__list {
    margin-left: -30px; }
  .box-slider--carousel .box-slider__item {
    width: 100%;
    padding-left: 30px;
    vertical-align: top;
    white-space: normal; }
    .box-slider--carousel .box-slider__item--video .box-slider__img {
      position: relative; }
      .box-slider--carousel .box-slider__item--video .box-slider__img:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: -webkit-linear-gradient( bottom , rgba(0, 0, 0, 0.7), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
  .box-slider--carousel .box-slider__play {
    margin-top: -24px; }
    .box-slider--carousel .box-slider__play .icon {
      width: 48px;
      height: 48px;
      line-height: 48px;
      font-size: 22px; }
  .box-slider--carousel .box-slider__pager {
    display: none; }
  .box-slider--carousel .box-slider__inner:before {
    display: none; }
  .box-slider--carousel .box-slider__title {
    color: #002776; }
  .box-slider--carousel .box-slider__content {
    padding-top: 25px;
    color: #444;
    font-size: 14px;
    line-height: 1.71429em; }
  .box-slider--carousel .box-slider__prev,
  .box-slider--carousel .box-slider__next {
    opacity: .3;
    color: #000;
    -webkit-transition: opacity 0.2s, color 0.2s;
    -moz-transition: opacity 0.2s, color 0.2s;
    transition: opacity 0.2s, color 0.2s; }
    .no-touch .box-slider--carousel .box-slider__prev:hover, .no-touch
    .box-slider--carousel .box-slider__next:hover {
      color: #f2d45c;
      opacity: 1; }
  .box-slider--carousel .box-slider__prev {
    left: -65px; }
  .box-slider--carousel .box-slider__next {
    right: -65px; }
  @media (max-width: 1239px) {
    .box-slider--carousel {
      padding-bottom: 50px; }
      .box-slider--carousel .box-slider__prev,
      .box-slider--carousel .box-slider__next {
        top: auto !important;
        bottom: 0; }
      .box-slider--carousel .box-slider__prev {
        left: auto;
        right: 50%; }
      .box-slider--carousel .box-slider__next {
        right: auto;
        left: 50%; } }
  @media (min-width: 700px) {
    .box-slider__wrap {
      margin-bottom: 0; }
    .box-slider__overlay {
      position: absolute;
      bottom: 45px;
      left: 30px;
      right: 30px;
      z-index: 100;
      color: #fff;
      font-size: 14px;
      line-height: 1.71429em;
      z-index: 200; }
      .box-slider__overlay > *:last-child {
        margin-bottom: 0; }
    .box-slider__title {
      color: #fff; }
    .box-slider__prev {
      left: 10px; }
    .box-slider__next {
      right: 10px; }
    .box-slider__pager {
      position: absolute;
      bottom: 15px;
      left: 30px;
      right: 30px;
      text-align: center;
      z-index: 200;
      margin-left: -5px;
      font-size: 0px; } }
  @media (min-width: 700px) and (-webkit-min-device-pixel-ratio: 0) {
    .box-slider__pager {
      letter-spacing: -1px; } }
  @media (min-width: 700px) {
      .box-slider__pager > * {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
        width: auto;
        font-size: 0; }
      .box-slider__pager a {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        opacity: .5;
        margin: 0 0 5px 5px;
        border-radius: 50%;
        -webkit-transition: opacity 0.2s, background 0.2s;
        -moz-transition: opacity 0.2s, background 0.2s;
        transition: opacity 0.2s, background 0.2s; }
        .no-touch .box-slider__pager a:hover {
          opacity: 1; }
        .box-slider__pager a.is-active {
          opacity: 1;
          background: #fff; }
    .box-slider--video .box-slider__overlay {
      text-align: center; }
    .box-slider--carousel .box-slider__item {
      width: 33.333%; } }
  @media (min-width: 1000px) {
    .box-slider--carousel .box-slider__item {
      width: 25%; } }

.box-slider-pager {
  margin-bottom: 50px; }
  .box-slider-pager .box-slider {
    margin-bottom: 0;
    z-index: 1; }
    .box-slider-pager .box-slider__wrap {
      margin-bottom: 0; }
    .box-slider-pager .box-slider--carousel {
      margin-top: -5px; }
      .box-slider-pager .box-slider--carousel .box-slider__list {
        margin-left: 0; }
      .box-slider-pager .box-slider--carousel .box-slider__item {
        position: relative !important;
        padding-top: 5px;
        padding-left: 0;
        cursor: pointer;
        width: 33.333%;
        box-sizing: border-box; }
        .box-slider-pager .box-slider--carousel .box-slider__item:before, .box-slider-pager .box-slider--carousel .box-slider__item:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          background: #f2d45c;
          opacity: 0;
          transition: opacity .2s ease-out; }
        .box-slider-pager .box-slider--carousel .box-slider__item:before {
          top: 0;
          height: 5px; }
        .box-slider-pager .box-slider--carousel .box-slider__item:after {
          top: 5px;
          bottom: 0; }
        .no-touch .box-slider-pager .box-slider--carousel .box-slider__item:hover:after {
          opacity: .7; }
        .box-slider-pager .box-slider--carousel .box-slider__item.is-active:before {
          opacity: 1; }
      .box-slider-pager .box-slider--carousel .box-slider__prev,
      .box-slider-pager .box-slider--carousel .box-slider__next {
        top: 5px;
        bottom: 0;
        width: 30px;
        height: auto;
        font-size: 0; }
        .box-slider-pager .box-slider--carousel .box-slider__prev:before,
        .box-slider-pager .box-slider--carousel .box-slider__next:before {
          content: '';
          height: 100%;
          display: inline-block;
          vertical-align: middle; }
        .box-slider-pager .box-slider--carousel .box-slider__prev .icon,
        .box-slider-pager .box-slider--carousel .box-slider__next .icon {
          display: inline-block;
          vertical-align: middle;
          font-size: 28px;
          line-height: 30px; }
      .box-slider-pager .box-slider--carousel .box-slider__prev {
        right: auto;
        left: -30px; }
      .box-slider-pager .box-slider--carousel .box-slider__next {
        left: auto;
        right: -30px; }
  @media (max-width: 1239px) {
    .box-slider-pager .box-slider--carousel {
      margin-left: 20px;
      margin-right: 20px;
      padding-bottom: 0; } }

.box-timeline-progress {
  margin: 0 0 50px;
  text-align: center;
  overflow: hidden; }
  .box-timeline-progress__list {
    font-size: 0px;
    margin-left: -30px; }
    @media (-webkit-min-device-pixel-ratio: 0) {
      .box-timeline-progress__list {
        letter-spacing: -1px; } }
    .box-timeline-progress__list > * {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      width: 33.333%;
      font-size: 14px; }
  .box-timeline-progress__item {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 30px;
    line-height: 1.57143; }
    .box-timeline-progress__item:first-child .box-timeline-progress__illust:before {
      display: none; }
    .box-timeline-progress__item:last-child .box-timeline-progress__illust:after {
      display: none; }
    .box-timeline-progress__item--ok .box-timeline-progress__illust {
      color: #3fb666;
      border-color: #3fb666; }
    .box-timeline-progress__item--active .box-timeline-progress__illust {
      border-color: #f2d45c; }
  .box-timeline-progress__illust {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    border: 7px solid rgba(242, 212, 92, 0.2);
    text-align: center;
    font-size: 32px;
    line-height: 65px;
    font-weight: 700;
    color: #f2d45c;
    border-radius: 40px; }
    .box-timeline-progress__illust:before, .box-timeline-progress__illust:after {
      content: '';
      position: absolute;
      top: 50%;
      height: 1px;
      width: 1000px;
      background: #ccd4e4; }
    .box-timeline-progress__illust:before {
      right: 100%;
      margin-right: 7px; }
    .box-timeline-progress__illust:after {
      left: 100%;
      margin-left: 7px; }
    .box-timeline-progress__illust .icon {
      top: -3px;
      font-size: 21px; }
      .box-timeline-progress__illust .icon-check {
        top: 0;
        font-size: 32px; }
  .box-timeline-progress__title {
    margin-bottom: .3em;
    color: #002776; }
  @media (max-width: 699px) {
    .box-timeline-progress__illust {
      width: 60px;
      line-height: 55px;
      font-size: 24px;
      height: 60px;
      border-width: 3px; }
      .box-timeline-progress__illust:before {
        margin-right: 3px; }
      .box-timeline-progress__illust:after {
        margin-left: 3px; }
      .box-timeline-progress__illust .icon {
        font-size: 18px; }
        .box-timeline-progress__illust .icon-check {
          font-size: 24px; }
    .box-timeline-progress__title, .box-timeline-progress__desc {
      display: none; } }
  @media (min-width: 1000px) {
    .box-timeline-progress__list {
      margin-left: -60px; }
    .box-timeline-progress__item {
      padding-left: 60px; }
    .box-timeline-progress__desc {
      padding: 0 30px; } }

.box-map {
  position: relative;
  margin: 0 0 50px;
  height: 400px; }
  .box-map__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    text-align: center; }
    .box-map__placeholder:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      margin-right: -.25em; }
  .box-map__inner {
    display: inline-block;
    vertical-align: middle;
    color: #444; }
  .box-map__text {
    margin: 0;
    color: #999; }
  .box-map__icon {
    margin-bottom: .25em;
    color: #999;
    font-size: 40px; }
  .box-map__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-height: 400px) {
    .box-map {
      height: 80vh; } }

.box-article {
  margin: 0 0 50px;
  font-size: 14px;
  display: block;
  color: #444;
  text-decoration: none; }
  .box-article:after, .box-article:before {
    content: '';
    display: table;
    clear: both; }
  .no-touch .box-article[href]:hover {
    color: #444; }
    .no-touch .box-article[href]:hover .box-article__title {
      color: #000; }
  .box-article[href]:visited .box-article__title {
    color: #002776; }
  .box-article__img {
    text-align: center; }
  .box-article__title {
    font-size: 18px;
    margin: 0 0 .8em;
    color: #002776;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
  .box-article__desc {
    margin: 0; }
  @media (max-width: 479px) {
    .box-article__img {
      margin: 0 0 10px; }
    .box-article .meta {
      margin: 0 0 5px; } }
  @media (max-width: 1239px) {
    .box-article__img img {
      min-width: 100%; } }
  @media (min-width: 480px) {
    .box-article__img {
      float: left;
      width: 180px;
      margin: 0 15px 5px 0; } }
  @media (min-width: 700px) {
    .box-article {
      padding-left: 285px; }
      .box-article__img {
        margin: 0 0 0 -285px;
        width: 270px; } }
  @media (min-width: 1000px) {
    .box-article {
      padding-left: 300px; }
      .box-article__img {
        margin: 0 0 0 -300px; } }

.box-article-list {
  margin: 0 0 50px;
  border-bottom: 3px solid #f2d45c;
  display: block;
  color: #444;
  text-decoration: none;
  position: relative;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; }
  .no-touch .box-article-list[href]:hover {
    color: #444;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .no-touch .box-article-list[href]:hover .box-article-list__title {
      color: #000; }
  .box-article-list[href]:visited .box-article-list__title {
    color: #002776; }
  .box-article-list ul {
    margin: 0 0 1.5em; }
  .box-article-list__content {
    border: 1px solid #ddd;
    border-width: 0px 1px 1px;
    padding: 15px; }
    .box-article-list__content > :last-child {
      margin-bottom: 0; }
  .box-article-list__title {
    color: #002776;
    font-size: 18px;
    margin: .5em 0;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
  .box-article-list__img {
    margin: 0; }
  .box-article-list--noimg {
    border-top: 3px solid #f2d45c;
    border-bottom: 0; }
    .box-article-list--noimg .box-article-list__content {
      border-width: 1px; }
  @media (min-width: 700px) {
    .box-article-list__content {
      padding: 20px;
      width: 50%;
      border-width: 1px;
      min-height: 300px; }
    .box-article-list__title {
      font-size: 24px; }
    .box-article-list__img {
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      right: 0;
      overflow: hidden; }
      .box-article-list__img img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        min-height: 100%;
        width: auto; }
    .box-article-list--noimg .box-article-list__content {
      width: auto;
      min-height: 1px; } }
  @media (min-width: 1000px) {
    .box-article-list__content {
      padding: 25px 60px 25px 40px; }
    .box-article-list--big {
      font-size: 22px; }
      .box-article-list--big .icon-ul > li {
        padding-left: 38px; }
      .box-article-list--big .icon-li {
        font-size: 28px;
        top: 0.05em; }
      .box-article-list--big .box-article-list__title {
        font-size: 48px; }
      .box-article-list--big .box-article-list__content {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: 500px; } }

.box-article-grid {
  margin: 0 0 50px;
  display: block;
  color: #444;
  text-decoration: none;
  position: relative;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  font-size: 14px;
  background: #fff; }
  .no-touch .box-article-grid[href]:hover {
    color: #444;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .no-touch .box-article-grid[href]:hover .box-article-grid__title {
      color: #000; }
  .box-article-grid[href]:visited .box-article-grid__title {
    color: #002776; }
  .box-article-grid__content {
    border: 1px solid #ddd;
    padding: 10px 15px 15px; }
    .box-article-grid__content > :last-child {
      margin-bottom: 0; }
  .box-article-grid__title {
    color: #002776;
    font-size: 18px;
    margin: .5em 0;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
    .box-article-grid__title--big {
      font-size: 24px; }
    .box-article-grid__title--bigger {
      font-size: 21px; }
  .box-article-grid__img {
    border-bottom: 3px solid #f2d45c;
    margin: 0;
    text-align: center;
    overflow: hidden; }
  .box-article-grid--noimg {
    border-top: 3px solid #f2d45c; }
  .box-article-grid--noborder .box-article-grid__img,
  .box-article-grid--noborder .box-article-grid__content {
    border: none; }
  @media (max-width: 1239px) {
    .box-article-grid__img img {
      min-width: 100%; } }
  @media (min-width: 700px) {
    .box-article-grid__content {
      padding: 15px 20px 20px; }
    .box-article-grid--big {
      font-size: 16px; }
      .box-article-grid--big .box-article-grid__title {
        font-size: 24px; }
        .box-article-grid--big .box-article-grid__title--big {
          font-size: 32px; } }
  @media (min-width: 1000px) {
    .box-article-grid--big .box-article-grid__content {
      padding: 25px 60px 30px 40px; } }

.box-gallery {
  margin-bottom: 50px; }
  .box-gallery .image {
    margin-bottom: 30px; }
  .box-gallery .grid {
    margin-bottom: -30px; }
  .box-gallery .grid--nogutter {
    margin-bottom: 0; }
    .box-gallery .grid--nogutter .image {
      margin-bottom: 0; }
  @media (max-width: 699px) {
    .box-gallery .grid {
      margin-left: -10px;
      margin-bottom: -10px; }
      .box-gallery .grid.grid--nogutter {
        margin-left: 0; }
        .box-gallery .grid.grid--nogutter .grid__cell {
          border-left-width: 0; }
    .box-gallery .grid__cell {
      border-left-width: 10px; }
    .box-gallery .image {
      margin-bottom: 10px; } }

.box-category {
  margin: 0 0 50px;
  background: #002776 url("../images/bg/box-category.png") 0 100% no-repeat;
  border: 1px solid #002776;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 40px 15px 45px;
  color: #fff; }
  .box-category--no-img {
    background-image: none; }
  .box-category p {
    margin: 0; }
  .box-category__title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px; }
  .box-category--white {
    background-color: #fff;
    border-color: #ddd; }
    .box-category--white .box-category__title {
      color: #002776; }
  .box-category--primary {
    background-color: #f2d45c;
    border-color: #f2d45c; }
  @media (min-width: 700px) {
    .box-category {
      padding-left: 30px;
      padding-right: 30px; }
      .box-category__title--big {
        font-size: 30px;
        line-height: 36px; } }

.box-product {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; }
  .no-touch .box-product[href]:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .no-touch .box-product[href]:hover .box-product__title {
      color: #000; }
  .box-product[href]:visited .box-product__title {
    color: #002776; }
  .box-product__img {
    margin: 0;
    position: relative;
    text-align: center; }
  .box-product__content {
    border: solid #ddd;
    border-width: 0 1px 1px 1px;
    padding: 10px 15px 15px; }
  .box-product__title {
    color: #002776;
    font-size: 18px;
    line-height: 1.334em;
    margin: .5em 0;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
  .box-product__price {
    margin-bottom: 0; }
  .box-product__top {
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1; }
    .box-product__top:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 80px 80px 0 0;
      border-color: #e51c24 transparent transparent;
      position: absolute;
      top: -10px;
      left: -10px;
      z-index: -1; }
  @media (max-width: 1239px) {
    .box-product__img img {
      min-width: 100%; } }
  @media (min-width: 700px) {
    .box-product__content {
      padding: 15px 20px 20px; } }

.box-product-attrs {
  margin: 0 0 30px; }
  .box-product-attrs__list {
    font-size: 0px;
    margin: 0 0 -10px -10px; }
    @media (-webkit-min-device-pixel-ratio: 0) {
      .box-product-attrs__list {
        letter-spacing: -1px; } }
    .box-product-attrs__list > * {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      width: auto;
      font-size: 13px; }
  .box-product-attrs__item {
    min-width: 32px;
    text-transform: uppercase;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 0 10px 10px;
    padding: 0 5px;
    height: 32px;
    line-height: 32px; }
    .box-product-attrs__item--color {
      font: 0px/0px a;
      color: transparent;
      text-decoration: none;
      border-width: 0px; }
    .box-product-attrs__item--border {
      border-width: 1px; }

.box-cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px -6px 20px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 13px; }
  .box-cookies__text {
    margin: 10px; }
    .box-cookies__text:first-child {
      margin-top: 10px; }
  .box-cookies__btn-wrap {
    text-align: center;
    margin: 0; }
  @media (min-width: 700px) {
    .box-cookies {
      padding-top: 13px; }
      .box-cookies__text {
        float: left;
        margin-left: 30px; }
      .box-cookies__btn-wrap {
        float: right; } }

.box-bg + .box-map-search__wrap {
  margin-top: -50px; }

.box-map-search .viewport {
  height: auto; }

.box-map-search .scrollbar {
  display: none; }

.box-map-search__map {
  height: 300px;
  position: relative; }
  .box-map-search__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.box-map-search__back {
  display: none;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 0;
  background: #fff; }

@media (max-width: 699px) {
  .box-map-search .box-vcards-list {
    border: 0; }
  .box-map-search__tools {
    padding: 0 15px; }
  .box-map-search__wrap .row-main {
    padding: 0; }
  .box-map-search__back.is-open {
    display: block; }
  .box-map-search__back.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000; }
  .box-map-search__map.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000; } }

@media (min-width: 700px) {
  .box-map-search__map {
    height: 500px;
    margin: 0 -25px 20px; } }

@media (min-width: 1000px) {
  .box-map-search .viewport {
    height: 498px; }
  .box-map-search .scrollbar {
    display: block; }
  .box-map-search__map {
    margin: 0; }
  .box-map-search__tools {
    display: none; } }

@media (min-width: 1000px) and (min-height: 750px) {
  .box-map-search .viewport {
    height: calc(100vh - 325px); }
  .box-map-search__map {
    height: calc(100vh - 323px); } }

.box-graph {
  height: 350px; }

.box-hero-header {
  position: relative;
  margin-bottom: 30px;
  min-height: 350px; }
  .box-hero-header--full {
    min-height: 100vh; }
    .box-hero-header--full .box-hero-header__content {
      padding-top: 50px; }
      .box-hero-header--full .box-hero-header__content--bottom .row-main:before {
        display: inline-block;
        vertical-align: bottom;
        height: calc(100vh - 100px);
        width: 1px;
        margin-left: -.25em; }
      .box-hero-header--full .box-hero-header__content--bottom .box-hero-header__content-inner {
        display: inline-block;
        vertical-align: bottom;
        width: 470px;
        max-width: 99%; }
    .header--hero ~ .main > .box-hero-header--full:first-child .box-hero-header__content {
      padding-top: 130px; }
      .header--hero ~ .main > .box-hero-header--full:first-child .box-hero-header__content--bottom .row-main:before {
        height: calc(100vh - 180px); }
      @media (min-width: 700px) {
        .header--hero ~ .main > .box-hero-header--full:first-child .box-hero-header__content {
          padding-top: 250px; }
          .header--hero ~ .main > .box-hero-header--full:first-child .box-hero-header__content--bottom .row-main:before {
            height: calc(100vh - 300px); } }
  .box-hero-header__img, .box-hero-header__video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .box-hero-header__img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .box-hero-header__video {
    overflow: hidden; }
    .box-hero-header__video video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .box-hero-header__content {
    position: relative;
    padding-top: 130px;
    padding-bottom: 50px; }
    .box-hero-header__content--bg .box-hero-header__content-inner {
      background: rgba(0, 0, 0, 0.7);
      padding: 15px 20px 5px;
      margin-bottom: 0; }
      .box-hero-header__content--bg .box-hero-header__content-inner > * {
        color: #fff; }
      .box-hero-header__content--bg .box-hero-header__content-inner a {
        color: #fff; }
        .no-touch .box-hero-header__content--bg .box-hero-header__content-inner a:hover {
          text-decoration: none; }
    .box-hero-header__content--bg--white .box-hero-header__content-inner {
      background: rgba(255, 255, 255, 0.8); }
      .box-hero-header__content--bg--white .box-hero-header__content-inner > * {
        color: #000; }
      .box-hero-header__content--bg--white .box-hero-header__content-inner a {
        color: #002776; }
        .no-touch .box-hero-header__content--bg--white .box-hero-header__content-inner a:hover {
          color: #000; }
    .box-hero-header__content--right {
      text-align: right; }
      .box-hero-header__content--right .box-hero-header__content-inner {
        margin-left: auto; }
  .box-hero-header__content-inner {
    max-width: 470px;
    text-align: left; }
  @media (max-width: 699px) {
    .box-hero-header__content {
      padding-bottom: 20px; } }
  @media (min-width: 700px) {
    .box-hero-header {
      margin-bottom: 50px; }
      .box-hero-header__content {
        padding-top: 350px; }
        .box-hero-header__content--bg {
          padding-top: 250px; }
          .box-hero-header__content--bg .box-hero-header__content-inner {
            padding: 20px 20px 10px 40px; } }

.box-deaf.is-open .box-deaf__link {
  opacity: 1;
  visibility: visible; }

.box-deaf.is-open .box-deaf__content {
  padding-left: 30px; }

.box-deaf__toggle {
  font-size: 20px;
  line-height: 1;
  margin-left: 10px;
  color: #f2d45c; }

.box-deaf__content {
  position: relative;
  transition: padding-left .2s; }

.box-deaf__link {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 1;
  color: #f2d45c;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s; }

@media (min-width: 700px) {
  .box-deaf.is-open .box-deaf__content {
    padding-left: 40px; }
  .box-deaf__toggle {
    font-size: 28px; }
  .box-deaf__link {
    font-size: 24px; } }

@media (min-width: 1360px) {
  .box-deaf.is-open .box-deaf__content {
    padding-left: 0; }
  .box-deaf__link {
    font-size: 24px;
    left: -55px; } }

.box-quote {
  text-align: center;
  padding: 45px 0 30px;
  margin-bottom: 50px;
  position: relative; }
  .box-quote:before {
    content: '“';
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 264px;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -75px;
    color: #eee; }
  .box-quote .row-main blockquote {
    padding: 0; }
  .box-quote blockquote {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px; }
  .box-quote p {
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0; }
  .box-quote cite {
    display: inline-block;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 15px;
    padding-top: 15px;
    position: relative; }
    .box-quote cite:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -35px;
      width: 70px;
      height: 2px;
      background: #f2d45c; }
  .box-quote--bg {
    background: #002776; }
    .box-quote--bg:before {
      color: rgba(0, 0, 0, 0.2); }
    .box-quote--bg p,
    .box-quote--bg cite {
      color: #fff; }
    .box-quote--bg cite:before {
      background: rgba(255, 255, 255, 0.2); }
  @media (min-width: 700px) {
    .box-quote {
      padding: 70px 0 50px; }
      .box-quote:before {
        top: 10px; }
      .box-quote p {
        font-size: 24px; }
      .box-quote cite {
        margin-top: 25px;
        padding-top: 25px; } }
  @media (min-width: 1000px) {
    .box-quote p {
      font-size: 32px; } }

.box-alternative {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 0 50px; }
  .no-touch .box-alternative:hover .box-alternative__title {
    text-decoration: underline; }
  .box-alternative:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient( bottom , black, transparent);
    background-image: linear-gradient(to top, black, transparent); }
  .box-alternative__img {
    margin-bottom: 0; }
    .box-alternative__img img {
      width: 100%;
      height: auto; }
  .box-alternative__title {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff; }
  .box-alternative__author {
    font-size: 13px;
    margin: 10px 0 0;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-top: 15px; }
    .box-alternative__author:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 1px;
      background: rgba(255, 255, 255, 0.4); }
  .box-alternative__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 25px; }
  @media (min-width: 700px) {
    .box-alternative__title {
      font-size: 21px; } }

.box-filter {
  margin-bottom: 30px; }
  .box-filter .box-bg {
    margin-bottom: 10px; }
  .box-filter .tag {
    margin-top: 5px;
    margin-bottom: 5px; }
  .box-filter__link {
    margin-bottom: 0; }
  .box-filter__label {
    font-weight: bold;
    font-size: 14px;
    margin: 15px 0 10px;
    color: #000; }
  .box-filter table a:visited {
    color: #002776; }
  @media (max-width: 699px) {
    .box-filter__btn {
      display: none; }
    .box-filter__close {
      position: absolute;
      top: -59px;
      right: -15px; }
      .box-filter__close .btn > span {
        padding-left: 14px;
        padding-right: 14px; }
      .box-filter__close .btn .icon {
        margin-left: 0; }
      .box-filter__close-text {
        display: none; }
    .box-filter__table table,
    .box-filter__table tbody,
    .box-filter__table tr,
    .box-filter__table td {
      display: block; }
    .box-filter__table td {
      border-bottom: 0;
      padding: 0; }
    .box-filter__table tr {
      border-bottom: 1px solid #ddd;
      padding: 8px 0; } }
  @media (min-width: 700px) {
    .box-filter {
      margin-bottom: 50px; }
      .box-filter .btn-icon {
        display: none; }
      .box-filter__link {
        padding-left: 25px;
        text-align: right; }
      .box-filter__close {
        text-align: right; } }
  @media (min-width: 1000px) {
    .box-filter__link {
      width: 100%;
      text-align: left; } }

.box-workplaces {
  margin-bottom: 30px; }
  .box-workplaces__title {
    margin-bottom: 25px;
    font-size: 24px; }
  .box-workplaces__wrap {
    background: url("../images/bg/workplaces.png") no-repeat;
    background-position: -25px 0;
    border: 1px solid #ddd;
    padding: 60px 20px 0; }
    .box-workplaces__wrap + .box-workplaces__wrap {
      margin-top: -1px; }
  @media (min-width: 700px) {
    .box-workplaces {
      margin-bottom: 50px; }
      .box-workplaces__wrap {
        padding: 70px 40px 10px;
        background-position: 0 0; } }
  @media (min-width: 1000px) {
    .box-workplaces__title {
      float: left;
      margin-left: -345px;
      max-width: 300px; }
    .box-workplaces__wrap {
      padding: 70px 20px 20px 415px;
      background-position: 0 0; }
      .box-workplaces__wrap:after, .box-workplaces__wrap:before {
        content: '';
        display: table;
        clear: both; } }

.box-fixed-notice {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #f2d45c;
  color: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.5);
  padding-bottom: 13px; }
  .box-fixed-notice--old-browsers {
    display: none; }
    .old-browser .box-fixed-notice--old-browsers {
      display: block; }
  .box-fixed-notice a {
    color: #fff; }
  .box-fixed-notice__text {
    margin: 10px; }
    .box-fixed-notice__text:first-child {
      margin-top: 10px; }
  .box-fixed-notice__btn-wrap {
    text-align: center;
    margin: 0; }
  @media (min-width: 700px) {
    .box-fixed-notice {
      padding-top: 13px; }
      .box-fixed-notice__text {
        float: left;
        margin-left: 30px; }
      .box-fixed-notice__btn-wrap {
        float: right; } }

/*
  MENU
*/
.menu-accessibility {
  position: absolute;
  left: -5000px;
  top: 0; }
  .menu-accessibility a:focus,
  .menu-accessibility a:active {
    position: absolute;
    top: 0;
    left: 5000px;
    width: 200px;
    z-index: 900;
    text-align: center;
    background: #fff;
    padding: 2px 0 5px; }

.menu-secondary {
  background: #f2d45c;
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased; }
  .menu-secondary + .menu-secondary {
    margin-top: 40px; }
  .menu-secondary__wrap {
    white-space: nowrap;
    overflow: hidden; }
  .menu-secondary__list {
    font-size: 0px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .menu-secondary__item {
    display: inline-block;
    vertical-align: top; }
  .menu-secondary__link {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 17px 10px;
    position: relative;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s; }
    .menu-secondary__link.with-icon {
      padding-left: 30px; }
      .menu-secondary__link.with-icon .icon {
        position: absolute;
        left: 10px;
        top: 50%;
        font-size: 14px;
        margin-top: -7px; }
    .no-touch .menu-secondary__link:hover, .menu-secondary__link.is-active, .menu-secondary__link.is-hover {
      background: #002776;
      color: #fff; }
  .menu-secondary__submenu {
    position: absolute;
    left: 15px;
    top: 100%;
    background: #002776;
    width: 250px;
    z-index: 50;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.19);
    font-size: 14px;
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s; }
    .menu-secondary__submenu--wide {
      width: 300px; }
    .menu-secondary__submenu__list:first-child {
      margin-top: 0; }
    .menu-secondary__submenu__item {
      border-top: 1px solid rgba(255, 255, 255, 0.15); }
      .menu-secondary__submenu__item:first-child {
        border-top: none; }
    .menu-secondary__submenu__link {
      display: block;
      padding: 13px 20px;
      color: #fff;
      text-decoration: none; }
      .no-touch .menu-secondary__submenu__link:hover, .menu-secondary__submenu__link.is-active {
        color: #fff;
        background: #001f5d; }
    .menu-secondary__submenu.is-open {
      opacity: 1;
      visibility: visible; }
  .menu-secondary--right {
    text-align: right; }
  .menu-secondary--center {
    text-align: center; }
  @media (max-width: 699px) {
    .menu-secondary .row-main {
      padding: 0 10px; }
    .menu-secondary__submenu {
      width: 100%;
      left: 0; } }
  @media (min-width: 700px) {
    .menu-secondary {
      margin: 30px 0 -31px; }
      .header--nav-under .menu-secondary {
        margin: 12px 0 -11px; }
      .main .menu-secondary {
        margin-bottom: 0; }
      .menu-secondary__list {
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-secondary__item {
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-secondary__link {
        padding-left: 20px;
        padding-right: 20px; }
        .menu-secondary__link.with-icon {
          padding-left: 40px; }
          .menu-secondary__link.with-icon .icon {
            left: 20px; } }

.menu-breadcrumb {
  margin: 0 0 30px;
  padding: 0 0 13px;
  border-bottom: 1px solid #ddd;
  font-size: 0; }
  .menu-breadcrumb + .box-hero,
  .menu-breadcrumb + .box-bg {
    margin-top: -31px; }
  .menu-breadcrumb__mobile-hidden > *:first-child {
    display: none; }
  .menu-breadcrumb__item {
    font-size: 14px;
    margin: 0 10px 0 0; }
  .menu-breadcrumb .icon {
    font-size: 14px;
    color: #999;
    margin: 0 10px 0 0; }
  @media (max-width: 699px) {
    .menu-breadcrumb__mobile-hidden > * {
      display: none; }
      .menu-breadcrumb__mobile-hidden > *:first-child {
        display: inline;
        color: #f2d45c; }
    .menu-breadcrumb__item--home {
      font: 0px/0px a;
      color: transparent;
      text-decoration: none; }
      .menu-breadcrumb__item--home:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 14px;
        color: #f2d45c; } }
  @media (min-width: 700px) {
    .menu-breadcrumb:first-child {
      margin-top: -17px; } }

.menu-side {
  margin: 0 0 50px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-family: "Meta Web Pro", Tahoma, sans-serif;
  font-weight: bold; }
  .menu-side__list--depth1 > .menu-side__item, .menu-side__list--depth2 > .menu-side__item {
    border-top: 1px solid #ddd; }
    .menu-side__list--depth1 > .menu-side__item > .menu-side__link, .menu-side__list--depth2 > .menu-side__item > .menu-side__link {
      padding: 10px 20px; }
  .menu-side__list--depth2 {
    background: #eee;
    font-weight: normal; }
  .menu-side__list--depth3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #ddd;
    border: 1px solid #d0d0d0;
    border-width: 1px 0;
    margin-bottom: -1px;
    position: relative;
    padding: 5px 0; }
    .menu-side__list--depth3 > .menu-side__item > .menu-side__link {
      padding: 5px 20px 5px 40px; }
  .menu-side__list--depth4 > .menu-side__item > .menu-side__link {
    padding: 5px 20px 5px 60px; }
  .menu-side__item.with-subitems .menu-side__link {
    padding-right: 35px;
    position: relative; }
  .menu-side__item.is-open > .menu-side__list {
    display: block; }
  .menu-side__item .menu-side__list {
    display: none; }
  .menu-side__link {
    display: block;
    text-decoration: none; }
    .menu-side__link.is-active {
      opacity: .7;
      -webkit-transition: opacity 0.2s, color 0.2s;
      -moz-transition: opacity 0.2s, color 0.2s;
      transition: opacity 0.2s, color 0.2s; }
    .no-touch .menu-side__link:hover {
      opacity: 1; }
  .menu-side__toggle {
    width: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #999; }
    .menu-side__toggle:before {
      position: absolute;
      top: 50%;
      right: 13px;
      margin-top: -7px; }
      .menu-side__item.is-open > .menu-side__link .menu-side__toggle:before {
        content: ""; }

.menu-inside {
  margin: 0 0 50px;
  font-weight: bold;
  font-size: 0px;
  position: relative;
  overflow: hidden; }
  .menu-inside .scroll-nav {
    bottom: 1px; }
  .menu-inside:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd; }
  .menu-inside__wrap {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -25px; }
    .menu-inside__wrap:first-child {
      margin-top: -25px; }
  .menu-inside__list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .menu-inside__item {
    display: inline-block;
    vertical-align: top; }
  .menu-inside__link {
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 35px 15px;
    position: relative;
    -webkit-transition: color 0.2s, background 0.2s;
    -moz-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s; }
    .menu-inside__link.with-icon {
      padding-left: 35px; }
      .menu-inside__link.with-icon .icon {
        position: absolute;
        left: 15px;
        top: 50%;
        font-size: 14px;
        margin-top: -7px;
        color: #f2d45c; }
    .menu-inside__link.is-active {
      color: #444; }
      .menu-inside__link.is-active:after {
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        height: 2px;
        background: #444; }
    .no-touch .menu-inside__link:hover {
      color: #444; }
  .menu-inside__side {
    margin: -15px 0 25px;
    position: relative;
    z-index: 1; }
  .menu-inside--right {
    text-align: right; }
  .menu-inside--center {
    text-align: center; }
  .menu-inside--light {
    font-weight: normal; }
    .menu-inside--light .menu-inside__wrap {
      margin: 0; }
      .menu-inside--light .menu-inside__wrap:first-child {
        margin: 0; }
    .menu-inside--light .menu-inside__link {
      font-size: 14px;
      padding-top: 15px;
      padding-bottom: 15px; }
  @media (min-width: 700px) {
    .menu-inside.with-side .menu-inside__wrap {
      margin-right: 200px; }
    .menu-inside__wrap {
      margin-bottom: 0; }
    .menu-inside__side {
      float: right;
      text-align: right;
      margin-top: -69px;
      width: 190px; }
      .menu-inside__side .btn > span {
        padding-left: 15px;
        padding-right: 15px; }
    .menu-inside--right.with-side .menu-inside__wrap {
      margin-right: 0;
      margin-left: 200px; }
    .menu-inside--right .menu-inside__side {
      text-align: left;
      float: left; }
    .menu-inside--center {
      padding-right: 0; } }

.menu-content {
  margin: 0 0 50px;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 0px;
  position: relative;
  white-space: nowrap;
  overflow: hidden; }
  .menu-content__wrap {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  .menu-content__list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .menu-content__item {
    display: inline-block;
    vertical-align: top; }
  .menu-content__link {
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 14px 15px;
    position: relative;
    -webkit-transition: color 0.2s, background 0.2s;
    -moz-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s; }
    .menu-content__link.with-icon {
      padding-left: 35px; }
      .menu-content__link.with-icon .icon {
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -7px;
        color: #f2d45c;
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        transition: color 0.2s; }
    .menu-content__link.is-active {
      background: #eee; }
    .no-touch .menu-content__link:hover {
      background: #002776;
      color: #fff; }
      .no-touch .menu-content__link:hover .icon {
        color: #fff; }

.menu-filter {
  margin: 0 0 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "Meta Web Pro", Tahoma, sans-serif; }
  .box-tabs .menu-filter {
    margin: 0; }
  .menu-filter__list {
    display: table;
    width: 100%; }
  .menu-filter__item {
    display: table-cell;
    vertical-align: middle; }
    .menu-filter__item:first-child .menu-filter__link {
      border-left-width: 1px; }
  .menu-filter__link {
    border: 1px solid #ddd;
    border-width: 1px 1px 1px 0;
    display: block;
    text-decoration: none;
    padding: 9px 10px;
    background: #fff;
    -webkit-transition: color 0.2s, background 0.2s, border-color 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border-color 0.2s;
    transition: color 0.2s, background 0.2s, border-color 0.2s; }
    .menu-filter__link.is-active {
      border-color: #000;
      background: #000;
      color: #fff; }
    .no-touch .menu-filter__link:hover {
      border-color: #002776;
      background: #002776;
      color: #fff; }
  .menu-filter--big .menu-filter__link {
    padding-top: 17px;
    padding-bottom: 17px; }
  @media (min-width: 1000px) {
    .menu-filter__list {
      table-layout: fixed; }
    .menu-filter__link {
      padding-left: 15px;
      padding-right: 15px; } }

/*
  FORM
*/
.form-std {
  margin: 0 0 50px; }
  .form-std__fieldset {
    border: 1px solid #ddd;
    padding: 15px 15px 5px;
    margin: 0 0 30px; }
  .form-std__legend {
    font-family: "Meta Web Pro", Tahoma, sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
    color: #000; }
  @media (min-width: 700px) {
    .form-std__fieldset {
      padding: 30px 30px 10px; }
    .form-std__legend {
      padding: 0 20px; } }

.form-filter {
  margin-bottom: 25px; }
  .form-filter .menu-filter {
    margin-bottom: 1.25em; }

@media (max-width: 699px) {
  .form-inline__btn {
    display: none; } }

@media (min-width: 700px) {
  .form-inline {
    display: table;
    width: 100%; }
    .form-inline > * {
      display: table-cell;
      vertical-align: middle; }
    .form-inline .btn-icon {
      display: none; }
    .form-inline--spaced {
      display: block; }
      .form-inline--spaced > * {
        display: inline-block; } }

/*
  CROSSROAD
*/
.crossroad-std {
  margin: 0 0 50px; }
  .crossroad-std .grid {
    margin-bottom: -20px; }
  .crossroad-std .grid__cell {
    margin-bottom: 20px; }
    .crossroad-std .grid__cell > * {
      margin-bottom: 0; }
    .crossroad-std .grid__cell > .grid {
      margin-bottom: -20px; }
  @media (min-width: 1240px) {
    .crossroad-std .grid {
      margin-bottom: -30px; }
    .crossroad-std .grid__cell {
      margin-bottom: 30px; }
      .crossroad-std .grid__cell > .grid {
        margin-bottom: -30px; } }

.crossroad-links {
  margin: 0 0 50px; }
  .crossroad-links__title {
    margin: 0 0 .75em; }
  .crossroad-links__list {
    margin: 0 0 30px; }
    .crossroad-links__list .crossroad-links__list {
      margin: .75em 0 0; }
  .crossroad-links__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 18px;
    margin: 0 0 .5em;
    position: relative; }
    .crossroad-links__item:before {
      content: "";
      position: absolute;
      left: 0;
      top: .25em;
      font-size: 14px;
      color: #999; }
  .crossroad-links__subtitle {
    font-size: 18px;
    margin: 0 0 1em; }
    .crossroad-links__subtitle a:visited {
      color: #002776; }
  .crossroad-links__links {
    font-size: 14px;
    margin: 0 0 2px -15px; }
    .crossroad-links__links a {
      margin-left: 15px; }
  .crossroad-links__desc .table-vcard {
    margin: 0 0 1.25em;
    font-size: 14px; }
    .crossroad-links__desc .table-vcard td {
      color: #444; }
  .crossroad-links__link:visited {
    color: #002776; }
  .crossroad-links--type-2 .crossroad-links__link {
    font-weight: bold; }
  .crossroad-links--type-2 .crossroad-links__desc {
    display: block;
    font-size: 14px; }
  .crossroad-links--type-3 {
    border-bottom: 1px solid #ddd;
    padding: 0 15px 10px; }
    .crossroad-links--type-3 .crossroad-links__link {
      font-weight: bold;
      text-decoration: none; }
  .crossroad-links--type-4 .crossroad-links__item {
    padding-left: 0;
    margin: 0 0 1em; }
    .crossroad-links--type-4 .crossroad-links__item:before {
      display: none; }
  .crossroad-links--type-4 .crossroad-links__subtitle {
    margin: 0 0 5px; }
  .crossroad-links--type-4 .crossroad-links__desc {
    display: block;
    font-size: 14px;
    margin: 0; }
  .crossroad-links--background {
    background: #f2d45c;
    padding: 18px 15px 10px;
    -webkit-font-smoothing: subpixel-antialiased; }
    .crossroad-links--background .crossroad-links__link {
      color: #000;
      font-weight: bold;
      text-decoration: none; }
      .no-touch .crossroad-links--background .crossroad-links__link:hover {
        text-decoration: underline; }
    .crossroad-links--background .crossroad-links__item:before {
      color: #000; }
  .crossroad-links--size--auto .crossroad-links__list {
    margin: 0 0 0 -20px; }
  .crossroad-links--size--auto .crossroad-links__item {
    width: auto;
    margin-left: 20px; }
  .crossroad-links--size--xs--1-2 .crossroad-links__list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
  .crossroad-links--size--xs--1-2 .crossroad-links__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  @media (min-width: 480px) {
    .crossroad-links--size--s--1-2 .crossroad-links__list {
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; }
    .crossroad-links--size--s--1-2 .crossroad-links__list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 700px) {
    .crossroad-links--size--auto .crossroad-links__list {
      margin-left: -40px; }
    .crossroad-links--size--auto .crossroad-links__item {
      margin-left: 40px; }
    .crossroad-links--size--m--1-4 .crossroad-links__list, .crossroad-links--size--m--2-4 .crossroad-links__list {
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; }
    .crossroad-links--size--m--1-4 .crossroad-links__list {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; }
    .crossroad-links--size--m--2-4 .crossroad-links__list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 1000px) {
    .crossroad-links--size--l--2-12 .crossroad-links__list, .crossroad-links--size--l--3-12 .crossroad-links__list, .crossroad-links--size--l--4-12 .crossroad-links__list, .crossroad-links--size--l--6-12 .crossroad-links__list {
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px; }
    .crossroad-links--size--l--2-12 .crossroad-links__list {
      -webkit-column-count: 6;
      -moz-column-count: 6;
      column-count: 6; }
    .crossroad-links--size--l--3-12 .crossroad-links__list {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; }
    .crossroad-links--size--l--4-12 .crossroad-links__list {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; }
    .crossroad-links--size--l--6-12 .crossroad-links__list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }

body .gsc-control-cse.gsc-control-cse.gsc-control-cse {
  margin: 0 0 50px;
  padding: 0;
  border: none;
  background: none;
  font-size: 13px;
  color: #444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-table-result,
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-thumbnail-inside,
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-url-top {
    padding: 0; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-results {
    width: 100%;
    padding: 0; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-above-wrapper-area,
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gcsc-branding,
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-resultsHeader,
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-thumbnail {
    display: none; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gs-snippet {
    margin: 0; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-table-result {
    font-size: 13px;
    color: #444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 19px; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-webResult table {
    margin: 0; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-webResult td {
    padding: 0; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-webResult .gsc-result {
    border: 0px !important;
    padding: 0;
    margin: 0 0 30px; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-webResult .gs-visibleUrl {
    color: #999; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-webResult .gs-title {
    font-weight: bold;
    font-size: 18px;
    color: #002776;
    text-decoration: none;
    margin: 0 0 3px; }
    body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-webResult .gs-title * {
      color: #002776;
      transition: color .2s;
      text-decoration: none; }
    .no-touch body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-webResult .gs-title:hover * {
      color: #000 !important; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-results .gsc-cursor-box {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    line-height: 40px;
    margin: 30px 0 50px;
    overflow: hidden;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
    body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      min-width: 40px;
      padding: 0 5px;
      margin: 0 2px;
      color: #002776;
      outline: none;
      text-decoration: none;
      -webkit-transition: color 0.2s, background 0.2s;
      -moz-transition: color 0.2s, background 0.2s;
      transition: color 0.2s, background 0.2s; }
      .no-touch body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
        background: #f2d45c;
        color: #000;
        text-decoration: none; }
      body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
        line-height: 38px;
        color: #000;
        background: none;
        border: 1px solid #ddd; }
  body .gsc-control-cse.gsc-control-cse.gsc-control-cse .gs-webResult .gs-snippet {
    color: #444; }

.header {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 10;
}
  .js .header__menu {
    visibility: hidden; }
  .header__logo {
    margin: 0; }
    .header__logo a {
      display: inline-block;
      vertical-align: top;
      z-index: 1;
      position: relative; }
    .header__logo svg {
      vertical-align: top; }
  .header__lang {
    margin: 0;
    font-size: 14px;
    position: absolute;
    white-space: nowrap; }
    .header__lang__selected {
      font-size: 0px;
      margin: 0 0 0 -15px; }
      .header__lang__selected__link {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
        font-size: 14px; }
      .header__lang__selected__link, .header__lang__selected__link:hover {
        text-decoration: none; }
    .header__lang--select {
      z-index: 500; }
      .header__lang--select .header__lang__selected__link {
        padding: 0 30px 0 15px;
        position: relative; }
        .header__lang--select .header__lang__selected__link:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -7px;
          font-size: 14px;
          text-align: center;
          color: #999; }
        .header__lang--select .header__lang__selected__link:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          background: #fff;
          height: 10px;
          z-index: 10;
          visibility: hidden;
          opacity: 0;
          transition: opacity .2s; }
      .header__lang--select .header__lang__popup {
        position: absolute;
        right: 0;
        top: 100%;
        font-weight: bold;
        width: 150px;
        box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.19);
        background: #fff;
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s; }
        .header__lang--select .header__lang__popup__link {
          display: block;
          border-top: 1px solid #ddd;
          padding: 0 15px;
          text-decoration: none;
          transition: color .2s, background .2s; }
          .no-touch .header__lang--select .header__lang__popup__link:hover, .header__lang--select .header__lang__popup__link.is-active {
            background: #eee;
            color: #000; }
          .header__lang--select .header__lang__popup__link:first-child {
            border: 0; }
      .header__lang--select.is-hover .header__lang__selected__link,
      .no-touch .header__lang--select:hover .header__lang__selected__link {
        background: #fff;
        box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.19); }
        .header__lang--select.is-hover .header__lang__selected__link:after,
        .no-touch .header__lang--select:hover .header__lang__selected__link:after {
          visibility: visible;
          opacity: 1; }
      .header__lang--select.is-hover .header__lang__popup,
      .no-touch .header__lang--select:hover .header__lang__popup {
        opacity: 1;
        visibility: visible; }
      .header__lang--select-dark .header__lang__selected__link:after {
        background: #002776; }
      .header__lang--select-dark .header__lang__popup {
        background: #002776; }
        .header__lang--select-dark .header__lang__popup__link {
          color: #fff;
          border-color: rgba(255, 255, 255, 0.15); }
          .no-touch .header__lang--select-dark .header__lang__popup__link:hover, .header__lang--select-dark .header__lang__popup__link.is-active {
            color: #fff;
            background: #001f5d; }
      .header__lang--select-dark.is-hover .header__lang__selected__link,
      .no-touch .header__lang--select-dark:hover .header__lang__selected__link {
        background: #002776;
        color: #fff; }
      @media (max-width: 699px) {
        .header__lang--select {
          line-height: 42px;
          margin-top: -10px; } }
  .header__search p {
    margin: 0; }
  .header__menu .grid__cell {
    font-size: 14px; }
  .header__menu__subbox {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .header__menu__subbox td,
    .header__menu__subbox th {
      padding: 3px 0; }
  .header__menu.is-open .header__menu-toggle {
    visibility: visible;
    opacity: 1; }
  .header__menu.is-open .header__menu__title .icon:before {
    display: none; }
  .header__menu.is-open .header__menu__title .icon:after {
    content: ""; }
  .header__menu__title {
    display: none;
    position: absolute;
    top: 57px;
    font-size: 18px;
    right: 15px;
    text-transform: uppercase;
    font-family: "Meta Web Pro", Tahoma, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding-left: 25px;
    z-index: 1; }
    .no-touch .header__menu__title:hover {
      color: #002776; }
    .header__menu__title .icon {
      position: absolute;
      left: 0;
      top: 50%;
      font-size: 20px;
      margin-top: -10px;
      color: #002776;
      -webkit-transform: translateZ(-1px);
      -moz-transform: translateZ(-1px);
      -ms-transform: translateZ(-1px);
      -o-transform: translateZ(-1px);
      transform: translateZ(-1px); }
    .has-toggle .header__menu__title {
      display: block; }
  .header__menu-main {
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 10px;
    font-weight: bold;
    margin-left: 100px; }
    @media (min-width: 1240px) {
    .header__menu-main {margin-left: 270px;}
    }
    .has-toggle .header__menu-main {
      padding-right: 100px; }
    .header__menu-main .header__menu__primary {
      font-family: "Meta Web Pro", Tahoma, sans-serif;
      text-transform: uppercase;
      float: left;
      font-size: 18px; }
      .header__menu-main .header__menu__primary__item {
        float: left;
        margin-left: 5px; }
        .header__menu-main .header__menu__primary__item.with-submenu .header__menu__primary__link, .header__menu-main .header__menu__primary__item.with-subbox .header__menu__primary__link {
          padding-right: 30px; }
          .header__menu-main .header__menu__primary__item.with-submenu .header__menu__primary__link:before, .header__menu-main .header__menu__primary__item.with-subbox .header__menu__primary__link:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            height: 10px;
            visibility: hidden;
            opacity: 0;
            transition: opacity .2s, background .2s;
            box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.19);
            background: #fff; }
          .header__menu-main .header__menu__primary__item.with-submenu .header__menu__primary__link:after, .header__menu-main .header__menu__primary__item.with-subbox .header__menu__primary__link:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            height: 20px;
            margin-top: -10px;
            z-index: 100;
            background: #fff;
            opacity: 0;
            visibility: hidden;
            transition: opacity .2s, background .2s; }
        .header__menu-main .header__menu__primary__item.with-submenu.is-open .header__menu__primary__link, .header__menu-main .header__menu__primary__item.with-subbox.is-open .header__menu__primary__link {
          background: #fff;
          box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.19); }
          .header__menu-main .header__menu__primary__item.with-submenu.is-open .header__menu__primary__link:before, .header__menu-main .header__menu__primary__item.with-submenu.is-open .header__menu__primary__link:after, .header__menu-main .header__menu__primary__item.with-subbox.is-open .header__menu__primary__link:before, .header__menu-main .header__menu__primary__item.with-subbox.is-open .header__menu__primary__link:after {
            opacity: 1;
            visibility: visible; }
          .header__menu-main .header__menu__primary__item.with-submenu.is-open .header__menu__primary__link .icon, .header__menu-main .header__menu__primary__item.with-subbox.is-open .header__menu__primary__link .icon {
            transform: rotate(180deg); }
        .header__menu-main .header__menu__primary__item.with-submenu {
          position: relative; }
          .header__menu-main .header__menu__primary__item.with-submenu.is-open .header__menu__submenu {
            opacity: 1;
            visibility: visible; }
        .header__menu-main .header__menu__primary__item.with-subbox.is-open .header__menu__subbox {
          opacity: 1;
          visibility: visible; }
        .header__menu-main .header__menu__primary__item--dark.with-submenu .header__menu__primary__link:before, .header__menu-main .header__menu__primary__item--dark.with-submenu .header__menu__primary__link:after, .header__menu-main .header__menu__primary__item--dark.with-subbox .header__menu__primary__link:before, .header__menu-main .header__menu__primary__item--dark.with-subbox .header__menu__primary__link:after {
          background: #fff; }
        .header__menu-main .header__menu__primary__item--dark.with-submenu.is-open .header__menu__primary__link, .header__menu-main .header__menu__primary__item--dark.with-subbox.is-open .header__menu__primary__link {
          background: #002776;
          color: #fff; }
          .header__menu-main .header__menu__primary__item--dark.with-submenu.is-open .header__menu__primary__link .icon, .header__menu-main .header__menu__primary__item--dark.with-subbox.is-open .header__menu__primary__link .icon {
            color: #fff; }
          .header__menu-main .header__menu__primary__item--dark.with-submenu.is-open .header__menu__primary__link:before, .header__menu-main .header__menu__primary__item--dark.with-submenu.is-open .header__menu__primary__link:after, .header__menu-main .header__menu__primary__item--dark.with-subbox.is-open .header__menu__primary__link:before, .header__menu-main .header__menu__primary__item--dark.with-subbox.is-open .header__menu__primary__link:after {
            background: #002776; }
        .header__menu-main .header__menu__primary__item--dark .header__menu__submenu {
          background: #002776; }
          .header__menu-main .header__menu__primary__item--dark .header__menu__submenu__item {
            border-color: rgba(255, 255, 255, 0.15); }
          .header__menu-main .header__menu__primary__item--dark .header__menu__submenu__link {
            color: #fff; }
            .no-touch .header__menu-main .header__menu__primary__item--dark .header__menu__submenu__link:hover, .header__menu-main .header__menu__primary__item--dark .header__menu__submenu__link.is-active {
              color: #fff;
              background: #001f5d; }
        .header__menu-main .header__menu__primary__item--dark .header__menu__subbox {
          background: #002776;
          color: #fff; }
          .header__menu-main .header__menu__primary__item--dark .header__menu__subbox__title {
            color: #fff; }
          .header__menu-main .header__menu__primary__item--dark .header__menu__subbox a {
            color: #fff; }
            .no-touch .header__menu-main .header__menu__primary__item--dark .header__menu__subbox a:hover {
              color: rgba(255, 255, 255, 0.85); }
          .header__menu-main .header__menu__primary__item--dark .header__menu__subbox th {
            color: inherit; }
      .header__menu-main .header__menu__primary__link {
        display: block;
        text-decoration: none;
        padding: 5px 15px;
        position: relative;
        transition: color .2s, background .2s; }
        .header__menu-main .header__menu__primary__link .icon {
          position: absolute;
          right: 13px;
          top: 50%;
          font-size: 14px;
          margin-top: -7px;
          color: #999;
          transition: color .2s; }
        .header__menu-main .header__menu__primary__link.is-active {
          color: #000; }
      .header__menu-main .header__menu__primary__toggle {
        display: none; }
    .header__menu-main .header__menu__secondary {
      font-size: 14px;
      float: right; }
      .header__menu-main .header__menu__secondary__item {
        float: left;
        margin-left: 30px; }
      .header__menu-main .header__menu__secondary__link {
        text-decoration: none;
        padding: 9px 0 7px;
        display: block; }
        .header__menu-main .header__menu__secondary__link.is-active {
          color: #000; }
      .header__menu-main .header__menu__secondary--left {
        float: left; }
    .header__menu-main .header__menu__submenu {
      position: absolute;
      left: 0;
      top: 100%;
      background: #fff;
      width: 250px;
      z-index: 50;
      margin: 10px 0 0;
      box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.19);
      font-size: 14px;
      text-transform: none;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      visibility: hidden;
      opacity: 0;
      transition: opacity .2s;
      -webkit-font-smoothing: subpixel-antialiased; }
      .header__menu-main .header__menu__submenu--wide {
        width: 300px; }
      .header__menu-main .header__menu__submenu ul,
      .header__menu-main .header__menu__submenu > ul:first-child {
        margin: 0; }
      .header__menu-main .header__menu__submenu__item {
        border-top: 1px solid #ddd; }
        .header__menu-main .header__menu__submenu__item:first-child {
          border-top: none; }
      .header__menu-main .header__menu__submenu__link {
        display: block;
        padding: 13px 20px;
        text-decoration: none; }
        .no-touch .header__menu-main .header__menu__submenu__link:hover, .header__menu-main .header__menu__submenu__link.is-active {
          background: #eee;
          color: #000; }
    .header__menu-main .header__menu__subbox {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: 50;
      background: #fff;
      box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.19);
      margin: 10px 0 0;
      padding: 20px;
      visibility: hidden;
      opacity: 0;
      transition: opacity .2s; }
      .header__menu-main .header__menu__subbox .grid__cell > :last-child {
        margin-bottom: 0; }
      .header__menu-main .header__menu__subbox__close {
        display: none; }
      .header__menu-main .header__menu__subbox__title {
        text-transform: uppercase;
        font-size: 16px;
        font-family: "Meta Web Pro", Tahoma, sans-serif;
        font-weight: bold;
        color: #000; }
        .header__menu-main .header__menu__subbox__title__link {
          color: #000; }
          .no-touch .header__menu-main .header__menu__subbox__title__link:hover {
            color: #002776; }
        .header__menu-main .header__menu__subbox__title__toggle {
          display: none; }
      .header__menu-main .header__menu__subbox__list__item {
        margin: 0 0 .25em; }
  .header__menu-toggle {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.19);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s;
    overflow: hidden;
    background: #fff; }
    .header .header__menu-toggle .grid__cell {
      width: 100%;
      margin-bottom: 0; }
    .header__menu-toggle .header__menu__primary__item, .header__menu-toggle .header__menu__secondary__item, .header__menu-toggle .header__menu__submenu__item {
      border-top: 1px solid rgba(0, 39, 118, 0.15); }
    .header__menu-toggle .header__menu__primary__link, .header__menu-toggle .header__menu__secondary__link, .header__menu-toggle .header__menu__submenu__link {
      color: #002776;
      text-decoration: none; }
      .no-touch .header__menu-toggle .header__menu__primary__link:hover, .no-touch .header__menu-toggle .header__menu__secondary__link:hover, .no-touch .header__menu-toggle .header__menu__submenu__link:hover {
        color: #000; }
      .header--hero .header__menu-toggle .header__menu__primary__link, .header--hero .header__menu-toggle .header__menu__secondary__link, .header--hero .header__menu-toggle .header__menu__submenu__link {
        color: #002776; }
        .header--hero .header__menu-toggle .header__menu__primary__link.is-active,
        .no-touch .header--hero .header__menu-toggle .header__menu__primary__link:hover, .header--hero .header__menu-toggle .header__menu__secondary__link.is-active,
        .no-touch .header--hero .header__menu-toggle .header__menu__secondary__link:hover, .header--hero .header__menu-toggle .header__menu__submenu__link.is-active,
        .no-touch .header--hero .header__menu-toggle .header__menu__submenu__link:hover {
          color: #000; }
    .header__menu-toggle .header__menu__primary {
      font-size: 16px;
      font-family: "Meta Web Pro", Tahoma, sans-serif; }
      .header__menu-toggle .header__menu__primary__item.with-submenu.is-open {
        background: #fff;
        position: relative; }
        .header__menu-toggle .header__menu__primary__item.with-submenu.is-open .header__menu__primary__toggle:before {
          content: ""; }
        .header__menu-toggle .header__menu__primary__item.with-submenu.is-open .header__menu__submenu {
          display: block; }
      .header__menu-toggle .header__menu__primary__item.with-subbox.is-open .header__menu__subbox {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        transition-delay: 0s, 0s; }
      .header__menu-toggle .header__menu__primary__item--dark.with-submenu.is-open {
        background: #001f5d; }
      .header__menu-toggle .header__menu__primary__links {
        position: relative;
        display: block;
        padding-right: 50px; }
      .header__menu-toggle .header__menu__primary__link {
        display: block;
        padding: 13px 15px;
        text-transform: uppercase;
        font-weight: bold; }
        .header__menu-toggle .header__menu__primary__link .icon {
          display: none; }
      .header__menu-toggle .header__menu__primary__toggle {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0px;
        height: 50px;
        line-height: 50px;
        width: 50px;
        color: #002776;
        text-align: center;
        border-left: 1px solid rgba(0, 39, 118, 0.15); }
        .header__menu-toggle .header__menu__primary__toggle:after {
          content: '';
          position: absolute;
          right: 100%;
          top: 0;
          bottom: 0;
          width: 800px; }
        .no-touch .header__menu-toggle .header__menu__primary__toggle:hover {
          color: #002776; }
        .header__menu-toggle .header__menu__primary__toggle:before {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px; }
    .header__menu-toggle .header__menu__secondary {
      font-size: 14px; }
      .header__menu-toggle .header__menu__secondary__link {
        font-weight: bold;
        display: block;
        padding: 14px 15px; }
    .header__menu-toggle .header__menu__submenu {
      display: none; }
      .header__menu-toggle .header__menu__submenu__link {
        display: block;
        padding: 13px 15px 13px 30px; }
    .header__menu-toggle .header__menu__subbox {
      position: absolute;
      left: 50px;
      right: 0;
      top: 0;
      min-height: 100%;
      background: #fff;
      z-index: 1;
      padding: 0 0 1px;
      -webkit-transform: translateX(calc(-100% - 50px));
      -moz-transform: translateX(calc(-100% - 50px));
      -ms-transform: translateX(calc(-100% - 50px));
      -o-transform: translateX(calc(-100% - 50px));
      transform: translateX(calc(-100% - 50px));
      visibility: hidden;
      transition: transform .3s 0s, visibility 0s .3s; }
      .header__menu-toggle .header__menu__subbox .grid__cell:first-child .header__menu__subbox__title {
        border: none; }
      .header__menu-toggle .header__menu__subbox__toggle.is-open .header__menu__subbox__box {
        display: block; }
      .header__menu-toggle .header__menu__subbox__toggle.is-open .header__menu__subbox__title__toggle:before {
        content: ""; }
      .header__menu-toggle .header__menu__subbox__toggle .header__menu__subbox__box {
        display: none; }
      .header__menu-toggle .header__menu__subbox__close {
        position: absolute;
        right: 100%;
        width: 50px;
        top: 0;
        bottom: 0;
        background: rgba(0, 31, 93, 0.9);
        text-align: center;
        font-size: 0px;
        color: #fff;
        line-height: 50px;
        z-index: 10; }
        .header__menu-toggle .header__menu__subbox__close:before {
          font-size: 16px; }
        .no-touch .header__menu-toggle .header__menu__subbox__close:hover {
          color: #fff; }
      .header__menu-toggle .header__menu__subbox__title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        font-family: "Meta Web Pro", Tahoma, sans-serif;
        padding: 13px 0 13px 15px;
        margin: 0;
        border-top: 1px solid #ddd; }
        .header__menu-toggle .header__menu__subbox__title.with-subitems {
          padding-right: 50px;
          position: relative; }
        .header__menu-toggle .header__menu__subbox__title__link {
          text-decoration: none;
          display: block;
          margin: -13px 0 -13px -15px;
          padding: 13px 0 13px 15px; }
        .header__menu-toggle .header__menu__subbox__title__toggle {
          position: absolute;
          right: 0;
          top: 0;
          font-size: 0px;
          height: 51px;
          line-height: 50px;
          width: 50px;
          color: #002776;
          text-align: center;
          border-left: 1px solid #ddd;
          border-bottom: 1px solid #ddd; }
          .no-touch .header__menu-toggle .header__menu__subbox__title__toggle:hover {
            color: #002776; }
          .header__menu-toggle .header__menu__subbox__title__toggle:before {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px; }
          .header__menu-toggle .header__menu__subbox__title__toggle:after {
            content: '';
            position: absolute;
            right: 100%;
            top: 0;
            bottom: 0;
            width: 800px; }
      .header__menu-toggle .header__menu__subbox__box {
        padding: 0 15px; }
      .header__menu-toggle .header__menu__subbox__list {
        margin: 0 0 1.25em 20px; }
        .header__menu-toggle .header__menu__subbox__list__item {
          margin-top: .45em; }
          .header__menu-toggle .header__menu__subbox__list__item:first-child {
            margin-top: 0; }
    .header__menu-toggle .header__menu__primary__item--dark, .header__menu-toggle .header__menu__secondary__item--dark, .header__menu-toggle .header__menu__submenu__item--dark {
      background: #002776;
      border-top-color: rgba(255, 255, 255, 0.15); }
      .header__menu-toggle .header__menu__primary__item--dark .header__menu__primary__link, .header__menu-toggle .header__menu__primary__item--dark .header__menu__secondary__link, .header__menu-toggle .header__menu__primary__item--dark .header__menu__submenu__link, .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__title__link, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__primary__link, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__secondary__link, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__submenu__link, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__title__link, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__primary__link, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__secondary__link, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__submenu__link, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__title__link {
        color: #fff; }
        .no-touch .header__menu-toggle .header__menu__primary__item--dark .header__menu__primary__link:hover, .no-touch .header__menu-toggle .header__menu__primary__item--dark .header__menu__secondary__link:hover, .no-touch .header__menu-toggle .header__menu__primary__item--dark .header__menu__submenu__link:hover, .no-touch .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__title__link:hover, .no-touch .header__menu-toggle .header__menu__secondary__item--dark .header__menu__primary__link:hover, .no-touch .header__menu-toggle .header__menu__secondary__item--dark .header__menu__secondary__link:hover, .no-touch .header__menu-toggle .header__menu__secondary__item--dark .header__menu__submenu__link:hover, .no-touch .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__title__link:hover, .no-touch .header__menu-toggle .header__menu__submenu__item--dark .header__menu__primary__link:hover, .no-touch .header__menu-toggle .header__menu__submenu__item--dark .header__menu__secondary__link:hover, .no-touch .header__menu-toggle .header__menu__submenu__item--dark .header__menu__submenu__link:hover, .no-touch .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__title__link:hover {
          color: rgba(255, 255, 255, 0.8); }
        .header--hero .header__menu-toggle .header__menu__primary__item--dark .header__menu__primary__link, .header--hero .header__menu-toggle .header__menu__primary__item--dark .header__menu__secondary__link, .header--hero .header__menu-toggle .header__menu__primary__item--dark .header__menu__submenu__link, .header--hero .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__title__link, .header--hero .header__menu-toggle .header__menu__secondary__item--dark .header__menu__primary__link, .header--hero .header__menu-toggle .header__menu__secondary__item--dark .header__menu__secondary__link, .header--hero .header__menu-toggle .header__menu__secondary__item--dark .header__menu__submenu__link, .header--hero .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__title__link, .header--hero .header__menu-toggle .header__menu__submenu__item--dark .header__menu__primary__link, .header--hero .header__menu-toggle .header__menu__submenu__item--dark .header__menu__secondary__link, .header--hero .header__menu-toggle .header__menu__submenu__item--dark .header__menu__submenu__link, .header--hero .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__title__link {
          color: #fff; }
          .no-touch .header--hero .header__menu-toggle .header__menu__primary__item--dark .header__menu__primary__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__primary__item--dark .header__menu__secondary__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__primary__item--dark .header__menu__submenu__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__title__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__secondary__item--dark .header__menu__primary__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__secondary__item--dark .header__menu__secondary__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__secondary__item--dark .header__menu__submenu__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__title__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__submenu__item--dark .header__menu__primary__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__submenu__item--dark .header__menu__secondary__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__submenu__item--dark .header__menu__submenu__link:hover, .no-touch .header--hero .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__title__link:hover {
            color: rgba(255, 255, 255, 0.8); }
      .header__menu-toggle .header__menu__primary__item--dark .header__menu__primary__toggle, .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__title__toggle, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__primary__toggle, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__title__toggle, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__primary__toggle, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__title__toggle {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.15); }
        .no-touch .header__menu-toggle .header__menu__primary__item--dark .header__menu__primary__toggle:hover, .no-touch .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__title__toggle:hover, .no-touch .header__menu-toggle .header__menu__secondary__item--dark .header__menu__primary__toggle:hover, .no-touch .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__title__toggle:hover, .no-touch .header__menu-toggle .header__menu__submenu__item--dark .header__menu__primary__toggle:hover, .no-touch .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__title__toggle:hover {
          color: #fff; }
      .header__menu-toggle .header__menu__primary__item--dark .header__menu__submenu__item, .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__title, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__submenu__item, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__title, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__submenu__item, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__title {
        border-color: rgba(255, 255, 255, 0.15); }
      .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox {
        background: #002776;
        color: #fff; }
        .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox th, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox th, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox th {
          color: #fff; }
        .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__link, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__link, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__link {
          color: #fff; }
          .no-touch .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__link:hover, .no-touch .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__link:hover, .no-touch .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__link:hover {
            color: rgba(255, 255, 255, 0.8); }
        .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__close, .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__close, .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__close {
          color: #002776;
          background: rgba(255, 255, 255, 0.9); }
          .no-touch .header__menu-toggle .header__menu__primary__item--dark .header__menu__subbox__close:hover, .no-touch .header__menu-toggle .header__menu__secondary__item--dark .header__menu__subbox__close:hover, .no-touch .header__menu-toggle .header__menu__submenu__item--dark .header__menu__subbox__close:hover {
            color: #002776; }
  .header--hero {
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .header--hero:not(.no-gradient) {
      background-image: -webkit-linear-gradient( top , black, transparent);
      background-image: linear-gradient(to bottom, black, transparent); }
    .header-min ~ .header--hero {
      top: 40px; }
    .header--hero .header__lang__selected__link {
      color: #fff; }
    .header--hero .header__logo path,
    .header--hero .header__logo polygon {
      fill: #fff !important; }
    .header--hero .header__search__label {
      color: #fff; }
    .header--hero .header__menu__title, .header--hero .header__menu__secondary__link, .header--hero .header__menu__primary__link {
      color: #fff; }
      .header--hero .header__menu__title.is-active, .header--hero .header__menu__secondary__link.is-active, .header--hero .header__menu__primary__link.is-active {
        color: #fff; }
      .header--hero .header__menu__title .icon, .header--hero .header__menu__secondary__link .icon, .header--hero .header__menu__primary__link .icon {
        color: #fff; }
    .no-touch .header--hero .header__menu__title:hover {
      color: rgba(255, 255, 255, 0.7); }
    .header--hero .header__menu__title .icon {
      color: inherit; }
    .no-touch .header--hero .header__menu__primary__link:hover, .header--hero .header__menu__primary__link.is-active {
      color: rgba(255, 255, 255, 0.7); }
    .header--hero .header__menu__primary__link .icon {
      color: inherit; }
    .header--hero .header__menu .header__menu__primary__item.is-open .header__menu__primary__link {
      color: #000; }
    .header--hero .header__menu .header__menu__primary__item--dark.is-open .header__menu__primary__link {
      color: #fff; }
  @media (max-width: 699px) {
    .header {
      margin: 0 0 10px; }
      .header__logo svg {
        height: 90px;
        width: 145px; }
      .header__lang {
        right: 45px;
        top: 15px; }
      .header__search__label {
        position: absolute;
        right: 15px;
        top: 18px;
        color: #002776; }
      .header__search .inp-fix {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 10;
        border: 15px solid #fff;
        margin-top: 1px;
        box-shadow: 0 1px 0 #ddd;
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s; }
      .header__search.is-open .header__search__label:before {
        content: ""; }
      .header__search.is-open .inp-fix {
        opacity: 1;
        visibility: visible; } }
  @media (min-width: 700px) {
    .header {
      margin: 0 0 30px;
      padding: 0;
      transition: transform .3s; }
      .header.headroom--pinned {
        transform: translateY(0%); }
      .header.headroom--unpinned {
        transform: translateY(-100%); }
      .header__lang {
        right: 330px;
        top: 19px;
        line-height: 42px; }
      .header__search {
        position: absolute;
        right: 25px;
        top: 19px;
        width: 285px; }
        .header__search p {
          margin: 0; }
        .header__search .inp-fix {
          margin-top: 0; }
        .header__search .inp-text, .header__search select.inp-select, .header__search .selectize-input {
          font-size: 14px; }
        .header__search__label {
          position: absolute;
          left: -5000px;
          top: -5000px; }
      .header__menu-main {
        right: 25px;
        left: 25px; }
        .header__menu-main .header__menu__subbox {
          left: -270px; }
      .header__menu-toggle {
        width: 500px;
        left: auto; }
        .header__menu-toggle .grid__cell {
          width: 100%; }
      .header__menu__title {
        right: 25px;
        top: 97px; }
      .header--nav-under {
        padding-bottom: 10px; }
        .header--nav-under:before {
          content: '';
          position: absolute;
          top: 146px;
          left: 0;
          right: 0;
          height: 1px;
          background: #ddd; }
        .header--nav-under .header__search {
          top: 74px; }
        .header--nav-under .header__lang {
          right: 25px; }
        .header--nav-under .header__menu-main {
          padding-top: 10px;
          margin: 7px 0 0 0;
          position: static;
          min-height: 47px; }
          .header--nav-under .header__menu-main:after, .header--nav-under .header__menu-main:before {
            content: '';
            display: table;
            clear: both; }
          .header--nav-under .header__menu-main .header__menu__primary__item:first-child {
            margin-left: 0; }
          .header--nav-under .header__menu-main .header__menu__secondary {
            position: absolute;
            top: 20px;
            right: 110px; }
          .header--nav-under .header__menu-main .header__menu__subbox {
            left: 25px;
            right: 25px; }
        .header--nav-under .header__menu__title {
          top: auto;
          bottom: 5px; }
        .header--nav-under .header__menu-toggle {
          margin-top: 10px; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .header .size--m--1-3 {
      width: 33.333%;
      margin-bottom: 30px; } }
  @media (min-width: 1000px) {
    .header__menu-main {
      right: 35px;
      left: 35px; }
      .header__menu-main .header__menu__subbox {
        padding: 30px 50px; }
    .header__menu__title {
      right: 35px; }
    .header__lang {
      right: 345px; }
    .header__search {
      right: 35px; }
    .header-fixed-wrap {
      height: 200px; }
      .header-fixed-wrap.is-fixed .header {
        min-height: 80px;
        background: #fff;
        position: fixed;
        padding-bottom: 10px; }
        .header-fixed-wrap.is-fixed .header__logo svg {
          height: 69px;
          width: 101px; }
        .header-fixed-wrap.is-fixed .header__lang, .header-fixed-wrap.is-fixed .header__search {
          display: none; }
        .header-fixed-wrap.is-fixed .header__menu-main {
          top: 32px; }
        .header-fixed-wrap.is-fixed .header__menu__title {
          top: 37px; }
      .header-fixed-wrap .header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 500; }
    .header--nav-under .header__lang {
      right: 35px; }
    .header--nav-under .header__menu-main .header__menu__subbox {
      left: 35px;
      right: 35px; } }

.header-min {
  background: #002776;
  line-height: 40px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased; }
  .header-min__logo {
    font-size: 0;
    float: left; }
    .header-min__logo svg {
      vertical-align: middle; }
    .header-min__logo path {
      fill: #fff; }
  .header-min__menu {
    float: right; }
    .header-min__menu__list:after, .header-min__menu__list:before {
      content: '';
      display: table;
      clear: both; }
    .header-min__menu__item {
      float: left;
      margin-left: 20px; }
      .header-min__menu__item--lang {
        margin-left: 30px; }
    .header-min__menu__link {
      color: #fff;
      text-decoration: none; }
      .no-touch .header-min__menu__link:hover {
        text-decoration: underline;
        color: #fff; }
  .header-min--inverse {
    background: #fff;
    color: #002776; }
    .header-min--inverse .header-min__logo path {
      fill: #002776; }
    .header-min--inverse .header-min__menu__link {
      color: #002776; }
      .no-touch .header-min--inverse .header-min__menu__link:hover {
        color: #000; }
  .header-min--dark {
    background: #000;
    color: #999; }
    .header-min--dark .header-min__logo path {
      fill: #999; }
    .header-min--dark .header-min__menu__link {
      color: #999; }
      .no-touch .header-min--dark .header-min__menu__link:hover {
        color: #fff; }
  @media (max-width: 699px) {
    .header-min__menu__item {
      margin-left: 10px; } }

.footer {
  padding: 0 0 20px; }
  .footer .share {
    text-align: center; }
  .footer__menu {
    margin: 0 0 40px;
    -webkit-font-smoothing: subpixel-antialiased; }
    .footer__menu__link:visited {
      color: #002776; }
  .footer__links {
    border-bottom: 1px solid #ddd;
    padding: 0 0 23px;
    margin: 0 0 40px;
    font-weight: bold; }
    .footer__links .grid__cell {
      font-size: 14px; }
    .footer__links .icon {
      opacity: .5; }
  .footer__copyrights {
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px; }
  .footer--dark {
    background: #000;
    color: #999;
    border: none; }
    .footer--dark .footer__menu,
    .footer--dark .footer__links,
    .footer--dark .footer__menu__title {
      border-color: #333; }
    .footer--dark .footer__menu__title {
      color: #999; }
    .footer--dark .crossroad-light__title {
      color: #999; }
    .footer--dark a:not(.share__item) {
      color: #fff; }
      .no-touch .footer--dark a:not(.share__item):hover {
        color: #999; }
  @media (max-width: 699px) {
    .footer__menu {
      border-bottom: 1px solid #ddd;
      margin-left: -15px;
      margin-right: -15px; }
      .footer__menu__toggle.is-open .footer__menu__box {
        display: block; }
      .footer__menu__toggle.is-open .footer__menu__title__toggle:before {
        content: ""; }
      .footer__menu__toggle .footer__menu__box {
        display: none; }
      .footer__menu__title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        font-family: "Meta Web Pro", Tahoma, sans-serif;
        padding: 13px 0 13px 15px;
        margin: 0;
        border-top: 1px solid #ddd; }
        .footer__menu__title.with-subitems {
          padding-right: 50px;
          position: relative; }
        .footer__menu__title a.footer__menu__title__link {
          text-decoration: none;
          display: block;
          margin: -13px 0 -13px -15px;
          padding: 13px 0 13px 15px; }
        .footer__menu__title__toggle {
          position: absolute;
          right: 0;
          top: 0;
          font-size: 0px;
          height: 50px;
          line-height: 50px;
          width: 50px;
          color: #f2d45c;
          text-align: center; }
          .no-touch .footer__menu__title__toggle:hover {
            color: #f2d45c; }
          .footer__menu__title__toggle:before {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px; }
      .footer__menu__box {
        padding: 0 15px; }
      .footer__menu__list {
        margin: 0 0 1.25em; }
      .footer__menu__item {
        margin-top: .45em; }
        .footer__menu__item:first-child {
          margin-top: 0; }
    .footer__links {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 700px) {
    .footer {
      padding-top: 40px;
      border-top: 1px solid #ddd; }
      .footer__menu {
        padding: 0 0 40px;
        border-bottom: 1px solid #ddd; }
        .footer__menu__title {
          font-size: 16px;
          text-transform: uppercase;
          font-family: "Meta Web Pro", Tahoma, sans-serif;
          color: #000;
          margin: 0 0 1em;
          font-weight: bold; }
          .footer__menu__title__link {
            text-decoration: none; }
          .footer__menu__title__toggle {
            display: none; }
        .footer__menu__list {
          font-size: 14px; }
        .footer__menu__item {
          margin: 0 0 .25em; } }
  @media (min-width: 700px) and (max-width: 999px) {
    .footer .size--m--1-5 {
      width: 20%; } }

.footer-light {
  border-top: 1px solid #ddd;
  padding: 40px 0 20px;
  font-size: 14px;
  text-align: center; }
  .footer-light path {
    fill: #002776; }
  .footer-light a:visited {
    color: #002776; }
  .footer-light__copyrights.with-img .footer-light__copyrights__img {
    display: block;
    margin: 0 0 1.25em; }
  .footer-light__links a {
    font-weight: bold;
    margin: 0 5px; }
  .footer-light--dark {
    background: #000;
    color: #999;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased; }
    .footer-light--dark .footer-light__menu,
    .footer-light--dark .footer-light__links {
      border-color: #333; }
    .footer-light--dark a {
      color: #fff; }
      .footer-light--dark a:visited {
        color: #fff; }
      .no-touch .footer-light--dark a:hover {
        color: #999; }
    .footer-light--dark path {
      fill: #999; }
  @media (min-width: 700px) {
    .footer-light {
      text-align: left; }
      .footer-light__copyrights.with-img {
        padding-left: 100px;
        position: relative; }
        .footer-light__copyrights.with-img .footer-light__copyrights__img {
          position: absolute;
          left: 0;
          top: 0; }
        .footer-light__copyrights.with-img + .footer-light__links {
          padding-left: 95px; } }
  @media (min-width: 1000px) {
    .footer-light__copyrights {
      float: left; }
      .footer-light__copyrights.with-img .footer-light__copyrights__img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .footer-light__copyrights.with-img + .footer-light__links {
        padding-left: 0; }
    .footer-light__links {
      float: right; } }

:first-child {
  margin-top: 0; }

.l {
  float: left; }

.r {
  float: right; }

.cb {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cfx:after, .cfx:before {
  content: '';
  display: table;
  clear: both; }

.ctx {
  display: table-cell; }
  .ctx:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0px !important;
    line-height: 0px;
    font-size: xx-large;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "; }

.hide,
.js .jsHide {
  display: none; }

.out,
.js .jsOut {
  position: absolute;
  left: -5000px;
  top: -5000px; }

.vhide {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.lower {
  text-transform: lowercase; }

.upper {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.thin {
  font-weight: normal; }

.italic {
  font-style: italic; }

.normal {
  font-style: normal; }

.top {
  vertical-align: top; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.big {
  font-size: 18px; }
  @media (min-width: 700px) {
    .big {
      font-size: 24px; } }

.medium {
  font-size: 16px; }
  @media (min-width: 700px) {
    .medium {
      font-size: 18px; } }

.small {
  font-size: 13px;
  line-height: 1.23077em; }
  @media (min-width: 700px) {
    .small {
      font-size: 14px;
      line-height: 1.71429em; } }

.red {
  color: #e51c24; }

.orange {
  color: #fec107; }

.green {
  color: #3fb666; }

.light {
  color: #999; }

.dark {
  color: #000; }

.primary {
  color: #f2d45c; }

.muni {
  color: #002776; }

.white {
  color: #fff; }

.font-primary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-secondary {
  font-family: "Meta Web Pro", Tahoma, sans-serif; }

.font-serif {
  font-family: Georgia, Times, "Times New Roman", serif; }

.font-consola {
  font-family: Consolas, monaco, monospace; }

.title-highlighted {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px; }
  .title-highlighted:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background: #f2d45c; }
  .title-highlighted.white:before {
    background: rgba(255, 255, 255, 0.2); }

.nowrap {
  white-space: nowrap; }

.u-mt-50.u-mt-50 {
  margin-top: 50px; }

.u-mb-50.u-mb-50 {
  margin-bottom: 50px; }

.u-ml-50.u-ml-50 {
  margin-left: 50px; }

.u-mr-50.u-mr-50 {
  margin-right: 50px; }

.u-mt-30.u-mt-30 {
  margin-top: 30px; }

.u-mb-30.u-mb-30 {
  margin-bottom: 30px; }

.u-ml-30.u-ml-30 {
  margin-left: 30px; }

.u-mr-30.u-mr-30 {
  margin-right: 30px; }

.u-mt-0.u-mt-0 {
  margin-top: 0px; }

.u-mb-0.u-mb-0 {
  margin-bottom: 0px; }

.u-pt-50.u-pt-50 {
  padding-top: 50px; }

.u-pb-50.u-pb-50 {
  padding-bottom: 50px; }

.u-pt-30.u-pt-30 {
  padding-top: 30px; }

.u-pb-30.u-pb-30 {
  padding-bottom: 30px; }

.u-pt-0.u-pt-0 {
  padding-top: 0px; }

.u-pb-0.u-pb-0 {
  padding-bottom: 0px; }

.u-pl-0.u-pl-0 {
  padding-left: 0; }

.u-pr-0.u-pr-0 {
  padding-right: 0; }

.u-pl-10.u-pl-10 {
  padding-left: 10px; }

.u-pr-10.u-pr-10 {
  padding-right: 10px; }

.u-pl-20.u-pl-20 {
  padding-left: 20px; }

.u-pr-20.u-pr-20 {
  padding-right: 20px; }

/*# sourceMappingURL=.map/style-fi.css.map */
