/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("//hello.myfonts.net/count/40345e");
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=2bef68c9-a6f3-4d5e-b014-8b58bcc4e0c8");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * 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;
}

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

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

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

/**
   * 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;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * 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;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * 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;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 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 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

@font-face {
  font-family: "Mont";
  font-weight: normal;
  src: url("../fonts/MontBold/font.woff2") format("woff2"), url("../fonts/MontBold/font.woff") format("woff");
}

@font-face {
  font-family: "Mont";
  font-weight: bold;
  src: url("../fonts/MontHeavy/font.woff2") format("woff2"), url("webFonts/MontHeavy/font.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("../fonts/NeueHelvetica/cd4d37bc-a3cb-4b93-a343-33976b64e272.woff2") format("woff2"), url("../fonts/NeueHelvetica/854614dd-05d5-4a91-a8fc-119d3e4697f0.woff") format("woff");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: "Helvetica Neue LT W01_55 Roman";
  font-size: 16px;
  line-height: 21px;
  color: #323b5e;
}

.container {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 1060px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

main > section {
  margin-bottom: 80px;
}

@media screen and (max-width: 1060px) {
  main > section {
    margin-bottom: 30px;
  }
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: auto;
}

figure figcaption {
  font-size: 10px;
  line-height: 18px;
}

.header {
  margin-top: 70px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1060px) {
  .header {
    margin-top: 20px;
  }
}

.header .container {
  position: relative;
  font-family: "Mont";
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.header__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1060px) {
  .header__desktop {
    display: none;
  }
}

.header__mobile {
  display: none;
}

@media screen and (max-width: 1060px) {
  .header__mobile {
    display: block;
  }
}

.header__mobile__row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__mobile__row-2 {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__logo {
  margin-left: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 320px;
}

.header__logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1060px) {
  .header__logo {
    margin-left: 0;
    margin-right: 0;
  }
}

.header__language {
  position: absolute;
  top: 0;
  right: 0;
}

.header__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

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

.header__nav a {
  color: #ca4f1c;
}

.header__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

@media screen and (max-width: 1060px) {
  .header__search {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: right;
    margin-bottom: 24px;
  }
}

.header__search button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 20px;
  height: 20px;
  border: none;
  background: url("../images/icn-search.svg") 100% 0 no-repeat;
  background-size: contain;
  cursor: pointer;
  text-transform: uppercase;
  color: #323b5e;
}

.header__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  text-align: right;
}

@media screen and (max-width: 1060px) {
  .header__social {
    margin-bottom: 24px;
  }
}

.header__social a {
  font-size: 0;
  display: inline-block;
}

.header__social__facebook {
  width: 12px;
  height: 20px;
  background: url("../images/icn-facebook.svg") 50% 100% no-repeat;
}

.header__social__instagram {
  width: 20px;
  height: 20px;
  background: url("../images/icn-instagram.svg") 50% 100% no-repeat;
}

.header__social__twitter {
  width: 24px;
  height: 20px;
  background: url("../images/icn-twitter.svg") 50% 100% no-repeat;
}

.header__social__linkedin {
  width: 19px;
  height: 18px;
  background: url("../images/icn-linkedin.svg") 50% 100% no-repeat;
}

.header__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  text-align: right;
}

@media screen and (max-width: 1060px) {
  .header__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.header__menu__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url("../images/icn-menu.svg") 100% no-repeat;
  background-size: 25px 34px;
  padding: 0 30px 0 0;
  height: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: none;
  cursor: pointer;
  color: #323b5e;
}

.header__menu__foldout {
  position: absolute;
  top: 100%;
  right: 0;
  width: 380px;
  z-index: 100;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1060px) {
  .header__menu__foldout {
    width: 100%;
  }
}

.header__menu__foldout__inner {
  background: #fefaf0;
  padding: 20px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__menu__foldout__inner ul {
  list-style: none;
}

.header__menu__foldout__inner ul .sub-menu {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__menu__foldout__inner ul .sub-menu.is-open {
  max-height: 1000px;
}

.header__menu__foldout__inner ul .sub-menu a {
  font-family: "Helvetica Neue LT W01_55 Roman";
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}

.header__menu__foldout__inner .header__menu__expand__item {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 16px;
  height: 16px;
  margin-left: 1em;
  background: url("../images/plus.png") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}

.header__menu__foldout__inner > .menu-main-menu-container > ul > li > a {
  font-family: "Mont";
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu__foldout__inner > .menu-main-menu-english-container > ul > li > a {
  font-family: "Mont";
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.header__menu__foldout--visible {
  max-height: 1000px;
}

.header__menu__foldout--visible .header__menu__foldout__inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__search-form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 700px;
  z-index: 100;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1060px) {
  .header__search-form {
    width: 100%;
  }
}

.header__search-form__inner {
  background: #CFE3D9;
  padding: 20px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header__search-form__inner .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__search-form__inner .search-form label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-right: 1em;
}

.header__search-form__inner .search-form .search-field {
  border: none;
  border-radius: 0;
  padding: 0 0.5em;
  width: 100%;
  font-family: "Helvetica Neue LT W01_55 Roman";
  font-size: 20px;
  line-height: 32px;
}

.header__search-form__inner .search-form .search-field:focus {
  outline: #87b9a0;
}

.header__search-form__inner .search-form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  text-transform: uppercase;
  color: #323b5e;
}

.header__search-form--visible {
  max-height: 1000px;
}

.header__search-form--visible .header__search-form__inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer {
  background: #fefaf0;
  padding: 30px 0;
  font-family: "Mont";
  font-size: 12px;
  line-height: 18px;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1060px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__1, .footer__2, .footer__3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin-right: 20px;
}

@media screen and (max-width: 1060px) {
  .footer__1, .footer__2, .footer__3 {
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.footer__4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}

@media screen and (max-width: 1060px) {
  .footer__4 {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.blog__header {
  margin-bottom: 60px;
}

.blog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1060px) {
  .blog__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog__main__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin-right: 100px;
  color: #2a4a91;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 1060px) {
  .blog__main__sidebar {
    margin-right: 0;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog__main__sidebar h2 {
  font-family: "Mont";
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

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

.blog__main__articles {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
}

.blog__main__articles__article {
  margin-bottom: 50px;
}

.blog__main__articles__article a:hover {
  text-decoration: none;
}

.blog__main__articles__article__image {
  margin-bottom: 20px;
}

.blog__main__articles__article__date {
  font-family: "Mont";
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

.blog__main__articles__article__title {
  font-family: "Mont";
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog__main__articles__article__more {
  color: #ca4f1c;
}

.blog__main__article__date {
  font-family: "Mont";
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

.blog__main__article__title {
  font-family: "Mont";
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog__main__article__content {
  margin-left: -320px;
}

@media screen and (max-width: 1060px) {
  .blog__main__article__content {
    margin-left: 0;
  }
}

.search__header__inner {
  margin-left: 240px;
  padding: 20px;
  background: #CFE3D9;
}

@media screen and (max-width: 1060px) {
  .search__header__inner {
    margin-left: 0;
  }
}

.search__header__inner__title {
  font-family: "Mont";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

.search__header__inner .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__header__inner .search-form label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-right: 1em;
}

.search__header__inner .search-form .search-field {
  border: none;
  border-radius: 0;
  padding: 0 0.5em;
  width: 100%;
  font-family: "Helvetica Neue LT W01_55 Roman";
  font-size: 20px;
  line-height: 32px;
}

.search__header__inner .search-form .search-field:focus {
  outline: #87b9a0;
}

.search__header__inner .search-form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  text-transform: uppercase;
  color: #323b5e;
  font-family: "Mont";
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.search__header__count {
  padding: 20px;
  background: #f2d8ca;
  margin-left: 580px;
  margin-right: 80px;
  font-family: "Mont";
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

@media screen and (max-width: 1060px) {
  .search__header__count {
    margin-left: 0;
    margin-right: 0;
  }
}

.search__results {
  margin-top: 50px;
}

.search__article {
  margin-left: 240px;
  margin-right: 160px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1060px) {
  .search__article {
    margin-left: 0;
    margin-right: 0;
  }
}

.search__article__type {
  font-family: "Mont";
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
  margin-bottom: 0.2em;
}

.search__article__title {
  margin: 0;
  font-family: "Mont";
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.search__article__excerpt p:first-child {
  margin-top: 0;
}

.events__main {
  margin-top: 50px;
}

.events__main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 240px;
  margin-right: -100px;
}

@media screen and (max-width: 1060px) {
  .events__main__list {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.events__main__article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-right: 100px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1060px) {
  .events__main__article {
    margin-right: 0;
  }
}

.events__main__article a:hover {
  text-decoration: none;
}

.events__main__article__image {
  margin-bottom: 1em;
}

.events__main__article__meta {
  margin-top: 1em;
  font-family: "Mont";
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

.events__main__article__title {
  font-family: "Mont";
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.events__main__past {
  margin-top: 50px;
}

.events__main__past__title {
  margin-left: 240px;
  margin-bottom: 1em;
  font-family: "Mont";
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1060px) {
  .events__main__past__title {
    margin-left: 0;
  }
}

.events__main__article__title {
  font-family: "Mont";
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.events__article__title {
  margin-left: 320px;
  margin-bottom: 0.2em;
  font-family: "Mont";
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1060px) {
  .events__article__title {
    margin-left: 0;
  }
}

.events__article__date {
  margin-left: 320px;
  font-family: "Mont";
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

@media screen and (max-width: 1060px) {
  .events__article__date {
    margin-left: 0;
  }
}

.events__article__location {
  margin-left: 320px;
  margin-bottom: 1em;
  font-family: "Mont";
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

@media screen and (max-width: 1060px) {
  .events__article__location {
    margin-left: 0;
  }
}

.block-hero-frontpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1060px) {
  .block-hero-frontpage {
    display: block;
  }
}

.block-hero-frontpage__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
}

.block-hero-frontpage__image figure {
  position: relative;
}

.block-hero-frontpage__image figure img {
  display: block;
}

.block-hero-frontpage__text {
  min-height: 390px;
  background: #faefea;
  margin-top: 150px;
  margin-left: -380px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
  padding: 60px 20px 20px 400px;
  font-family: "Mont";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
}

@media screen and (max-width: 1060px) {
  .block-hero-frontpage__text {
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
  }
}

.block-hero-frontpage__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Mont";
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
}

.block-hero-frontpage__links__inner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  padding: 10px;
  margin-left: 720px;
  margin-top: -40px;
  background: #f2d8ca;
}

@media screen and (max-width: 1060px) {
  .block-hero-frontpage__links__inner {
    margin-left: auto;
    margin-top: 0;
  }
}

.block-hero-frontpage__links__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-hero-frontpage__links__inner a img {
  margin-right: 0.2em;
}

.block-hero-frontpage__links__inner a span {
  display: inline-block;
  padding-right: 30px;
  background: url("../images/arrow.svg") 100% 40% no-repeat;
  background-size: 24px 18px;
}

.block-hero-image-text__title {
  background-color: #87b9a0;
  margin-left: 320px;
  width: 380px;
  padding: 20px;
}

@media screen and (max-width: 1060px) {
  .block-hero-image-text__title {
    width: auto;
    margin-left: 0;
  }
}

.block-hero-image-text__title h2 {
  font-family: "Mont";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
  margin: 0;
}

.block-hero-image-text__title h1 {
  font-family: "Mont";
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.5em 0 0 0;
}

.block-hero-image-text__title h1 a:hover {
  text-decoration: none;
}

.block-hero-image-text__image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1060px) {
  .block-hero-image-text__image-text {
    display: block;
  }
}

.block-hero-image-text__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
}

.block-hero-image-text__image img {
  display: block;
}

.block-hero-image-text__text {
  background-color: #f2d8ca;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding: 20px;
  font-family: "Mont";
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

.block-hero-page__title {
  background-color: #87b9a0;
  margin-left: 320px;
  width: 380px;
  padding: 20px;
}

@media screen and (max-width: 1060px) {
  .block-hero-page__title {
    margin-left: 0;
    width: auto;
  }
}

.block-hero-page__title h2 {
  font-family: "Mont";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
  margin: 0;
}

.block-hero-page__title h1 {
  font-family: "Mont";
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.5em 0 0 0;
}

.block-hero-page__title h1 a:hover {
  text-decoration: none;
}

.block-hero-page__text {
  background-color: #f2d8ca;
  margin-left: 640px;
  width: 300px;
  padding: 20px;
  font-family: "Mont";
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

@media screen and (max-width: 1060px) {
  .block-hero-page__text {
    margin-left: 0;
    width: auto;
  }
}

.block-hero-transport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1060px) {
  .block-hero-transport {
    display: block;
  }
}

.block-hero-transport__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 620px;
          flex: 0 0 620px;
}

.block-hero-transport__image figure {
  position: relative;
  z-index: 1;
}

.block-hero-transport__image figure img {
  display: block;
}

@media screen and (max-width: 1060px) {
  .block-hero-transport__image {
    position: relative;
  }
}

.block-hero-transport__text {
  position: relative;
  min-height: 390px;
  background: #CFE3D9;
  margin-top: 150px;
  margin-left: -300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
  padding: 50px 20px 40px 400px;
}

@media screen and (max-width: 1060px) {
  .block-hero-transport__text {
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
  }
}

.block-hero-transport__text h1 {
  font-family: "Mont";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 23px;
  font-weight: bold;
}

.block-hero-transport__text__symbol {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 360px;
  width: 75px;
  height: 75px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1060px) {
  .block-hero-transport__text__symbol {
    left: auto;
    right: 0;
  }
}

.block-module-article-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-module-article-links__links {
  margin-left: 320px;
  margin-right: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1060px) {
  .block-module-article-links__links {
    margin-left: 50px;
    width: auto;
  }
}

@media screen and (max-width: 1060px) {
  .block-module-article-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block-module-article-links a:hover {
  text-decoration: none;
}

.block-module-article-links__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-right: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1060px) {
  .block-module-article-links__item {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block-module-article-links__item__image {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

.block-module-article-links__item__tagline {
  font-family: "Mont";
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
  margin-bottom: 1em;
}

.block-module-article-links__item__title {
  font-family: "Mont";
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-module-article-links__item__link-to-all {
  font-family: "Mont";
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
  margin-top: 1em;
}

.block-module-contact-links__title {
  margin-left: 320px;
  margin-bottom: 0.5em;
  font-family: "Mont";
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1060px) {
  .block-module-contact-links__title {
    margin-left: 0;
  }
}

.block-module-contact-links__links {
  margin-left: 320px;
  margin-right: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1060px) {
  .block-module-contact-links__links {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.block-module-contact-links__links__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-bottom: 30px;
  margin-right: 100px;
  padding: 20px;
  background: #faefea;
}

@media screen and (max-width: 1060px) {
  .block-module-contact-links__links__item {
    margin-right: 0;
  }
}

.block-module-contact-links__links__item__job-title {
  margin: 0 0 1em 0;
  font-family: "Mont";
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ca4f1c;
}

.block-module-contact-links__links__item__first-name, .block-module-contact-links__links__item__last-name {
  font-family: "Mont";
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-module-contact-links__links__item__email {
  margin: 1em 0;
}

.block-module-contact-links__links__item__email, .block-module-contact-links__links__item__phone {
  font-family: "Mont";
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

.block-module-frontpage-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1060px) {
  .block-module-frontpage-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block-module-frontpage-links a:hover {
  text-decoration: none;
}

.block-module-frontpage-links__newsletter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-right: 40px;
}

@media screen and (max-width: 1060px) {
  .block-module-frontpage-links__newsletter {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
  }
}

.block-module-frontpage-links__newsletter__link {
  display: block;
  margin-top: 100px;
  background: url("../images/newsletter.svg") 0 0 no-repeat;
  background-size: 135px 120px;
  padding-top: 135px;
  font-family: "Mont";
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ca4f1c;
}

@media screen and (max-width: 1060px) {
  .block-module-frontpage-links__newsletter__link {
    margin-top: 50px;
  }
}

.block-module-frontpage-links__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-right: 100px;
}

@media screen and (max-width: 1060px) {
  .block-module-frontpage-links__item {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block-module-frontpage-links__item__image {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

.block-module-frontpage-links__item__tagline {
  font-family: "Mont";
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
  margin-bottom: 1em;
}

.block-module-frontpage-links__item__title {
  font-family: "Mont";
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-module-frontpage-links__item__link-to-all {
  font-family: "Mont";
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
  margin-top: 1em;
}

.block-module-newsletter-links__title {
  margin-left: 320px;
  margin-bottom: 0.5em;
  font-family: "Mont";
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1060px) {
  .block-module-newsletter-links__title {
    margin-left: 0;
  }
}

.block-module-newsletter-links__links {
  margin-left: 320px;
  width: 540px;
}

@media screen and (max-width: 1060px) {
  .block-module-newsletter-links__links {
    margin-left: 50px;
    width: auto;
  }
}

.block-module-newsletter-links__links__item {
  position: relative;
  margin: 0 0 2em 0;
}

.block-module-newsletter-links__links__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 36px;
  height: 36px;
  background: url("../images/circle.svg") 0 0 no-repeat;
}

.block-module-newsletter-links__links__item a:hover {
  text-decoration: none;
}

.block-module-newsletter-links__links__item__title {
  font-family: "Mont";
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-module-newsletter-links__links__item__date {
  font-family: "Mont";
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

.block-module-press-links__links {
  margin-left: 320px;
  width: 540px;
}

@media screen and (max-width: 1060px) {
  .block-module-press-links__links {
    margin-left: 50px;
    width: auto;
  }
}

.block-module-press-links__links__item {
  position: relative;
  margin: 0 0 2em 0;
}

.block-module-press-links__links__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 40px;
  background: url("../images/star-4.svg") 0 0 no-repeat;
}

.block-module-press-links__links__item a:hover {
  text-decoration: none;
}

.block-module-press-links__links__item__media {
  font-family: "Mont";
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

.block-module-press-links__links__item__title {
  font-family: "Mont";
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-module-related-links__title {
  margin-left: 320px;
  font-family: "Mont";
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1060px) {
  .block-module-related-links__title {
    margin-left: 0;
  }
}

.block-module-related-links__links {
  margin-left: 320px;
  width: 540px;
}

@media screen and (max-width: 1060px) {
  .block-module-related-links__links {
    margin-left: 50px;
    width: auto;
  }
}

.block-module-related-links__links__item {
  position: relative;
  margin: 1em 0;
}

.block-module-related-links__links__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 40px;
  background: url("../images/star-3.svg") 0 0 no-repeat;
}

.block-module-related-links__links__item a:hover {
  text-decoration: none;
}

.block-module-related-links__links__item__tagline {
  font-family: "Mont";
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #2a4a91;
}

.block-module-related-links__links__item__title {
  font-family: "Mont";
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-module-single-image__image {
  margin-left: 320px;
  width: 620px;
}

@media screen and (max-width: 1060px) {
  .block-module-single-image__image {
    margin-left: 0;
    width: auto;
  }
}

.block-module-text-infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1060px) {
  .block-module-text-infobox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block-module-text-infobox__infobox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-right: 20px;
  background: #fefaf0;
  padding: 20px 20px 10px 20px;
  color: #2a4a91;
}

@media screen and (max-width: 1060px) {
  .block-module-text-infobox__infobox {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.block-module-text-infobox__infobox h2 {
  font-family: "Mont";
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.2em 0;
}

.block-module-text-infobox__infobox a {
  text-decoration: underline;
}

.block-module-text-infobox__infobox iframe {
  max-width: 100%;
}

.block-module-text-infobox__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
}

@media screen and (max-width: 1060px) {
  .block-module-text-infobox__text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.block-module-text-infobox__text p:first-child {
  margin-top: 0;
}

.block-module-text-infobox__text h2 {
  font-family: "Mont";
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0 0.2em 0;
}

.block-module-text-infobox__text h2 + p {
  margin-top: 0;
}

.block-module-text-infobox__text a {
  text-decoration: underline;
}

.block-module-text-infobox__text iframe {
  max-width: 100%;
}

.block-module-text__text {
  margin-left: 320px;
  width: 540px;
}

@media screen and (max-width: 1060px) {
  .block-module-text__text {
    margin-left: 0;
    width: auto;
  }
}

.block-module-text__text:first-child {
  margin-top: 0;
}

.block-module-text__text h2 {
  font-family: "Mont";
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0 0.2em 0;
}

.block-module-text__text h2 + p {
  margin-top: 0;
}

.block-module-text__text a {
  text-decoration: underline;
}

.block-module-text__text iframe {
  max-width: 100%;
}

.block-module-transport-links__links {
  margin-left: 240px;
  margin-right: -20px;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1060px) {
  .block-module-transport-links__links {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

.block-module-transport-links__links__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-right: 100px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .block-module-transport-links__links__item {
    margin-right: 0;
  }
}

.block-module-transport-links__links__item__image {
  width: 300px;
  height: 150px;
}

.block-module-transport-links__links__item__title {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  font-family: "Mont";
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #2a4a91;
  text-transform: uppercase;
  text-align: center;
}

.block-module-transport-links__links__item:after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 48px;
  height: 38px;
  background: url("../images/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
}
/*# sourceMappingURL=styles.css.map */