@charset "UTF-8";
.grid, .box-timeline-progress__list, .crossroad-links__list, .box-poll__list, .box-product-attrs__list, .box-timeline__list, .box-timeline-dates__list, .box-tabs__menu, .box-vcards-list__list {
  margin: 0; }

.grid__cell, .box-timeline-progress__item, .crossroad-links__item, .box-poll__item, .box-product-attrs__item, .box-timeline__item, .box-timeline-dates__item, .box-tabs__menu__item, .box-vcards-list__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, .crossroad-links__item:before, .box-poll__item:before, .box-product-attrs__item:before, .box-timeline__item:before, .box-timeline-dates__item:before, .box-tabs__menu__item:before, .box-vcards-list__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,
.h4,
.box-timeline-progress__title,
.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,
  .h4 a, .box-timeline-progress__title 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 {
  font-size: 24px; }
  @media (min-width: 700px) {
    h3,
    .h3 {
      font-size: 24px; } }
  @media (min-width: 1000px) {
    h3,
    .h3 {
      font-size: 32px; } }

h4,
.h4,
.box-timeline-progress__title {
  font-size: 18px; }
  @media (min-width: 700px) {
    h4,
    .h4,
    .box-timeline-progress__title {
      font-size: 21px; } }
  @media (min-width: 1000px) {
    h4,
    .h4,
    .box-timeline-progress__title {
      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; }

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: #f2f4f8; }

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 {
  text-align: center;
  margin-top: 5px;
  font-size: 24px; }
  @media (min-width: 700px) {
    .act h3, .act .h3 {
      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; }

.menu-accessibility,
.menu-secondary,
.menu-breadcrumb,
.menu-inside,
.menu-side,
.menu-filter,
.header__search,
.header__menu,
.header__lang,
.footer__menu,
.footer__links,
.footer-light__links,
.footer-light__copyrights__img,
form,
.form-inline,
.paging,
.share,
.tag,
.video,
.gsc-orderby,
.gcsc-branding,
.gsc-cursor-box,
.btn span,
.box-fixed-notice,
.box-cookies,
.box-tabs__menu,
.box-hero-header,
.crossroad-links--type-3,
html[lang="cs"] .logo-version--en,
html[lang="en"] .logo-version--cs,
.box-slider + .box-slider {
  display: none; }

.row-main {
  position: relative;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 15px; }
  .row-main:after, .row-main:before {
    content: '';
    display: table;
    clear: both; }
  .row-main--narrow {
    max-width: 770px; }
  .row-main--full {
    max-width: none; }
  .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; }
  .grid__cell {
    width: 100%;
    position: relative;
    border-left: 20px solid transparent; }
    .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%; }

.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%; }

.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%; }

.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%; }

.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__subtitle {
    font-size: 18px;
    margin: 0 0 1em; }
  .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: black; }
  .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-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--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--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; }

.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: #eee;
    color: white;
    font-size: 12px; }
  .datebox__date {
    margin: 0;
    padding: 7px 10px 6px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    color: black; }

.meta {
  font-size: 0px;
  margin: 0 0 10px; }
  .meta + * {
    margin-top: 0; }
  .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: #ddd; }
    .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: ''; }

.image {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-bottom: 30px;
  clear: both; }
  .image:before {
    content: '';
    display: table;
    clear: both; }
  .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: white;
      font-size: 12px;
      font-style: normal; }
  .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; }
  .image--full .image__holder:after {
    padding-top: 0;
    height: 600px; }
  .image--full .image__inner {
    overflow: hidden; }
  .image--right {
    float: right;
    margin-left: 30px; }
    .image--right + * {
      clear: left; }
  .image--left {
    float: left;
    margin-right: 30px; }
    .image--left + * {
      clear: right; }

.box-hero {
  position: relative;
  display: block;
  margin: 0 0 50px;
  border: 1px solid transparent;
  text-decoration: none;
  color: black;
  background: white; }
  .box-hero .row-main {
    position: static; }
  .box-hero__img {
    position: relative;
    top: -1px;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden; }
    .box-hero__img:before {
      content: '';
      display: block;
      padding-top: 300px; }
    .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--space {
    margin: 50px 0; }
  .box-hero--bordered {
    border-color: #bbb; }
  .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; }
  img left .box-hero--inverse .box-hero__img {
    left: 0;
    right: 50%; }
  img left .box-hero--inverse .box-hero__content {
    margin-left: auto; }
  img left .box-hero--inverse .box-hero__content .box-hero__content-inner {
    padding-left: 70px;
    padding-right: 0; }
  .row-main img left .box-hero--inverse .box-hero__content .box-hero__content-inner {
    padding-right: 60px; }
  .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__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-vcard {
  margin: 0 0 50px;
  background-color: #fff; }
  .box-vcard .table-vcard {
    clear: none; }
  .box-vcard__inner {
    display: block;
    text-decoration: none;
    padding: 15px;
    border: 1px solid #eee;
    color: black;
    padding: 30px 30px 30px 200px; }
    .box-vcard__inner:after, .box-vcard__inner:before {
      content: '';
      display: table;
      clear: both; }
  .box-vcard__img {
    float: left;
    margin: 0 0 0 -170px;
    width: 140px;
    padding-right: 20px; }
  .box-vcard__name {
    font-size: 21px;
    margin-bottom: 0;
    text-align: left; }
  .box-vcard__position {
    font-size: 16px;
    text-align: left; }
  .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: #eee; }
    .box-vcard__content strong {
      color: black; }
    .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: #eee;
    margin: 0 -30px -30px -200px;
    padding: 20px 30px; }
    .box-vcard__foot > *:last-child {
      margin-bottom: 0; }
  .box-vcard--simple .box-vcard__name, .box-vcard--compact .box-vcard__name {
    color: black;
    font-size: 24px;
    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: 30px; }
    .box-vcard--simple .box-vcard__content > *:last-child, .box-vcard--compact .box-vcard__content > *:last-child {
      margin-bottom: 0; }
  .box-vcard--compact .table-vcard {
    font-size: 14px; }
  .box-vcard--compact .box-vcard__name {
    font-size: 18px; }
  .box-vcard--compact .box-vcard__position {
    font-size: 14px;
    margin-bottom: 10px; }
  .box-vcard--compact .box-vcard__content {
    padding: 15px 30px; }
  .box-vcard--noimg .box-vcard__inner {
    padding-left: 30px; }
  .box-vcard--noimg .box-vcard__foot {
    padding-left: 30px;
    margin-left: -30px; }
  .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-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: black;
    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: black;
      display: inline-block;
      vertical-align: top; }
    .box-testimonial__author strong {
      font-size: 16px;
      color: black; }
    .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 {
    padding-left: 300px; }
    .box-testimonial--avatar .box-testimonial__img {
      float: left;
      margin-left: -300px;
      width: 180px; }
      .box-testimonial--avatar .box-testimonial__img img {
        border-radius: 300px; }
    .box-testimonial--avatar .box-testimonial__comment {
      font-size: 24px; }
  .box-testimonial--img {
    position: relative; }
    .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-article-grid {
  margin: 0 0 50px;
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  background: #fff; }
  .box-article-grid__content {
    border: 1px solid #eee;
    padding: 15px 20px 20px; }
    .box-article-grid__content > :last-child {
      margin-bottom: 0; }
  .box-article-grid__title {
    color: black;
    font-size: 18px;
    margin: .5em 0; }
    .box-article-grid__title--big {
      font-size: 24px; }
    .box-article-grid__title--bigger {
      font-size: 21px; }
  .box-article-grid__img {
    border-bottom: 3px solid #eee;
    margin: 0;
    text-align: center;
    overflow: hidden; }
    .box-article-grid__img img {
      min-width: 100%; }
  .box-article-grid--noimg {
    border-top: 3px solid #eee; }
  .box-article-grid--noborder .box-article-grid__img,
  .box-article-grid--noborder .box-article-grid__content {
    border: none; }
  .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; }
    .box-article-grid--big .box-article-grid__content {
      padding: 25px 60px 30px 40px; }

.box-article {
  margin: 0 0 50px;
  font-size: 14px;
  display: block;
  color: black;
  text-decoration: none;
  padding-left: 285px; }
  .box-article:after, .box-article:before {
    content: '';
    display: table;
    clear: both; }
  .box-article__img {
    text-align: center;
    float: left;
    margin: 0 0 0 -285px;
    width: 270px; }
  .box-article__title {
    font-size: 18px;
    margin: 0 0 .8em;
    color: black; }
  .box-article__desc {
    margin: 0; }

.box-article-list {
  margin: 0 0 50px;
  border-bottom: 3px solid #eee;
  display: block;
  color: black;
  text-decoration: none;
  position: relative; }
  .box-article-list ul {
    margin: 0 0 1.5em; }
  .box-article-list__content {
    padding: 25px 60px 25px 40px;
    width: 50%;
    border-width: 1px;
    min-height: 300px;
    border: 1px solid #eee; }
    .box-article-list__content > :last-child {
      margin-bottom: 0; }
  .box-article-list__title {
    color: black;
    font-size: 24px;
    margin: .5em 0; }
  .box-article-list__img {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    margin: 0; }
    .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 {
    border-top: 3px solid #eee;
    border-bottom: 0; }
    .box-article-list--noimg .box-article-list__content {
      border-width: 1px;
      width: auto;
      min-height: 1px; }

.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__label {
    display: inline-block;
    vertical-align: top;
    padding: 3px 12px 4px 11px;
    background: #002776;
    color: black;
    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-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-alternative {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 0 50px; }
  .box-alternative__img {
    margin-bottom: 0; }
    .box-alternative__img img {
      width: 100%;
      height: auto;
      opacity: .1; }
  .box-alternative__title {
    font-size: 18px;
    margin-bottom: 0;
    color: black; }
  .box-alternative__author {
    font-size: 13px;
    margin: 10px 0 0;
    font-weight: bold;
    color: black;
    position: relative;
    padding-top: 15px; }
  .box-alternative__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 25px; }

.box-quote {
  text-align: center;
  padding: 45px 0 30px;
  margin-bottom: 50px;
  position: relative; }
  .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: black;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0; }

.box-category {
  margin: 0 0 50px;
  background: #eee;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 40px 15px 45px;
  color: black; }
  .box-category p {
    margin: 0; }
  .box-category__title {
    color: black;
    font-size: 24px;
    margin: 0 0 30px; }

.box-grid {
  margin: 0 0 50px; }
  .box-grid .grid {
    overflow: hidden; }
  .box-grid__inner {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: black;
    text-align: center;
    border: 1px solid #ccc;
    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:not(.box-grid--bordered):not(.box-grid--background) .grid__cell:first-child .box-grid__inner--left {
    padding-left: 2px; }
  .box-grid--background {
    background-color: #ddd; }

.box-poll {
  margin: 0 0 50px; }
  .box-poll__question {
    font-weight: bold;
    color: black; }
  .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: black;
    text-decoration: none; }
  .box-poll__answer {
    margin: 0;
    padding: 0 0 0 25px;
    position: relative; }
  .box-poll__number {
    position: absolute;
    left: 0;
    top: 0;
    color: black; }
  .box-poll__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
    color: black;
    opacity: 0; }
  .box-poll__percent {
    margin-right: 45px;
    position: relative;
    font-size: 14px;
    color: black;
    height: 10px;
    margin-top: 10px; }
    .box-poll__percent__inner {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background: #002776; }
    .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-content {
  margin: 0 0 50px;
  max-width: 800px; }
  .box-content li {
    overflow: hidden; }

.box-workplaces {
  margin-bottom: 30px; }
  .box-workplaces__title {
    margin-bottom: 25px;
    font-size: 24px; }
  .box-workplaces__wrap {
    border: 1px solid #ddd;
    padding: 60px 20px 0; }
    .box-workplaces__wrap + .box-workplaces__wrap {
      margin-top: -1px; }

.box-product {
  display: block;
  text-decoration: none;
  color: black;
  text-align: center; }
  .box-product__img {
    margin: 0;
    position: relative;
    text-align: center;
    min-width: 100%; }
  .box-product__content {
    border: solid #ddd;
    border-width: 0 1px 1px 1px;
    padding: 10px 15px 15px; }
  .box-product__title {
    color: black;
    font-size: 18px;
    line-height: 1.334em;
    margin: .5em 0; }
  .box-product__price {
    margin-bottom: 0; }
  .box-product__top {
    font-weight: bold;
    color: white;
    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: #eee transparent transparent;
      position: absolute;
      top: -10px;
      left: -10px;
      z-index: -1; }

.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-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: black;
    text-decoration: none;
    padding: 0 0 0 30px;
    position: relative; }
  .box-timeline__point {
    position: absolute;
    left: 0;
    top: 4px;
    background: #002776;
    width: 19px;
    height: 19px;
    border-radius: 10px; }
  .box-timeline__title {
    display: block;
    font-size: 18px;
    color: black;
    font-family: "Meta Web Pro", Tahoma, sans-serif; }
  .box-timeline__date {
    display: block;
    font-size: 14px; }
  .box-timeline__title-date {
    font-size: 16px;
    color: white;
    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; }
    .box-timeline__box .box-timeline__point {
      top: 31px;
      left: -41px; }
    .box-timeline__box--bg {
      background: #002776;
      color: black; }
      .box-timeline__box--bg:after {
        border-color: transparent #002776; }
      .box-timeline__box--bg .box-timeline__box__title {
        color: black; }
  .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: black; }
        .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__point {
      top: 11px;
      left: 50%;
      margin-left: -9px; }
    .box-timeline--center .box-timeline__title,
    .box-timeline--center .box-timeline__date {
      font-size: 100%;
      color: black; }
    .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; }
  .box-timeline--boxes .box-timeline__inner[href] .box-timeline__box__title {
    color: black; }
  .box-timeline--boxes .box-timeline__inner[href] .box-timeline__box--bg .box-timeline__box__title {
    color: white; }
  .box-timeline--half {
    max-width: 542px; }
  .box-timeline--two-third {
    max-width: 800px; }
  .box-timeline__box__img {
    display: none; }
  .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; }
  .box-timeline__box__img {
    width: 370px; }
  .box-timeline__box--img {
    padding-right: 400px; }

.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: #002776; }
  .box-timeline-progress__illust {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    border: 7px solid rgba(0, 39, 118, 0.2);
    text-align: center;
    font-size: 32px;
    line-height: 65px;
    font-weight: 700;
    color: black;
    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: black; }
  .box-timeline-progress__list {
    margin-left: -60px; }
  .box-timeline-progress__item {
    padding-left: 60px; }
  .box-timeline-progress__desc {
    padding: 0 30px; }

.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 #eee ß; }
  .box-timeline-dates__title {
    margin: 0 0 1.25em; }
  .box-timeline-dates__list {
    margin-bottom: 0; }
  .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; }

.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; }
      .box-tabs__menu__link.is-active {
        background: #fff;
        border-bottom-color: #fff;
        color: black; }
      .box-tabs__menu__link.is-disabled {
        cursor: default;
        opacity: .5; }

.box-vcards-list {
  margin: 0 0 50px;
  border: 1px solid #ddd; }
  .box-vcards-list__item {
    position: relative; }
    .box-vcards-list__item:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      height: 1px;
      background: #eee; }
    .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: 0 20px;
    height: 110px;
    display: table;
    width: 100%;
    color: black;
    text-decoration: none;
    font-size: 0px; }
    @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; }
    .box-vcards-list__inner > * {
      display: table-cell;
      vertical-align: middle; }
  .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: black; }
    .box-vcards-list__name .icon {
      color: black; }
  .box-vcards-list__position {
    font-size: 14px;
    margin: 0; }
  .box-vcards-list__content {
    padding: 0 30px; }
  .box-vcards-list--small .box-vcards-list__inner {
    height: 90px;
    padding: 20px; }
  .box-vcards-list--small .box-vcards-list__content {
    padding: 0 10px; }
  .box-vcards-list--noimg .box-vcards-list__inner {
    padding: 30px; }

.box-slider {
  position: relative;
  z-index: 1;
  margin: 0 0 50px; }
  .box-slider__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    text-decoration: none; }
  .box-slider--carousel .box-slider__list {
    position: static !important;
    overflow: visible;
    width: auto !important; }
  .box-slider--carousel .box-slider__item.cycle-slide {
    position: static !important;
    top: auto !important;
    left: auto !important;
    visibility: visible !important;
    margin: 10px !important; }
  .box-slider .cycle-carousel-wrap {
    white-space: normal !important;
    position: static !important; }

: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: #002776; }

.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: #002776; }
  .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/print.css.map */
