/* compiled by scssphp v0.7.8 on Wed, 23 Jul 2025 06:33:17 +0000 (0.1711s) */

@charset "UTF-8";
/* `XHTML, HTML4, HTML5 Reset
 ----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }
/*
 html,
 body {
 height: 100%;
 }
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  /*
   Override the default (display: inline) for
   browsers that do not recognize HTML5 tags.
   IE8 (and lower) requires a shiv:
   http://ejohn.org/blog/html5-shiv
   */
  display: block; }

b, strong {
  /*
   Makes browsers agree.
   IE + Opera = font-weight: bold.
   Gecko + WebKit = font-weight: bolder.
   */
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
   For IE.
   http://css-tricks.com/ie-fix-bicubic-scaling-for-images
   */
  -ms-interpolation-mode: bicubic; }

ol, ul {
  list-style: none; }

li {
  /*
   For IE6 + IE7:
   "display: list-item" keeps bullets from
   disappearing if hasLayout is triggered.
   */
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

sub, sup, small {
  font-size: 75%; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  /*
   For IE9. Without, occasionally draws shapes
   outside the boundaries of <svg> rectangle.
   */
  overflow: hidden; }

*:focus {
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }
/* Buttons
 -----------------------------------------------*/
button, input[type="reset"], input[type="button"], input[type="submit"] {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer; }

input[type="text"], input[type="email"] {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none; }

.blank {
  display: none; }

.chosenImage-container .chosen-single {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  text-align: left; }

.chosenImage-container .chosen-results {
  overflow-y: hidden;
  padding: 2px;
  margin: 0px; }

.chosenImage-container .chosen-single div {
  display: flex;
  align-items: center;
  justify-content: center; }

.chosenImage-container .chosen-single div b {
  background: transparent !important;
  display: block;
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border: 2px solid #292936;
  border-left: none;
  border-top: none;
  transform: rotate(45deg); }

.chosenImage-container .chosen-single span, .chosenImage-container .chosen-results li {
  padding-left: 26px;
  color: #292936;
  font-family: 'Lato', sans-serif;
  font-size: 16px; }

.chosenImage-container .chosen-single span {
  margin-right: 20px; }

.chosen-container-active {
  outline: 1px #090959 dotted !important; }

.datepicker {
  border-radius: 0;
  width: 316px;
  font-family: 'Lato', sans-serif; }
  .datepicker--pointer {
    display: none; }
  .datepicker--nav {
    min-height: 54px;
    background-color: #090959;
    border-bottom: none;
    color: #fff; }
  .datepicker--nav-title {
    color: #fff;
    font-size: 18px; }
    .datepicker--nav-title i {
      color: #fff; }
    .datepicker--nav-title:hover {
      background: transparent; }
  .datepicker--nav-action:hover {
    background: transparent; }
  .datepicker--nav-action path {
    stroke: #fff;
    stroke-width: 1px; }
  .datepicker--days-names {
    padding-bottom: 12px;
    padding-top: 4px;
    position: relative; }
    .datepicker--days-names::after {
      content: '';
      background-color: #d9dbed;
      height: 1px;
      width: calc(100% - 20px);
      left: 10px;
      bottom: 0;
      position: absolute; }
  .datepicker--day-name {
    font-size: 12px;
    color: #686890; }
  .datepicker--cells {
    margin-top: 12px;
    margin-bottom: 10px; }
  .datepicker--cell {
    height: 38px; }
  .datepicker--cell.-current-, .datepicker--cell.-focus-, .datepicker--cell.-selected-.-current-, .datepicker--cell.-selected-, .datepicker--cell.-selected-.-focus- {
    position: relative;
    background-color: transparent; }
  .datepicker--cell.-current-.-focus- {
    color: #fff; }
  .datepicker--cell.-focus-::after, .datepicker--cell.-selected-::after, .datepicker--cell.-current-::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 17px;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px; }
  .datepicker--cell.-selected- {
    color: #292936; }
    .datepicker--cell.-selected-::after {
      background-color: #d9dbed; }
  .datepicker--cell-month.-focus-::after, .datepicker--cell-year.-focus-::after, .datepicker--cell-month.-current-::after, .datepicker--cell-year.-current-::after {
    background-color: #090959;
    width: 55px;
    margin-left: -27px;
    height: 30px;
    margin-top: -16px; }
  .datepicker--cell-month.-selected-::after, .datepicker--cell-year.-selected-::after {
    width: 55px;
    margin-left: -27px;
    height: 30px;
    margin-top: -16px; }
  .datepicker--cell.-focus-::after {
    background-color: #d9dbed; }
  .datepicker--cell.-current- {
    color: #fff; }
    .datepicker--cell.-current-::after {
      background-color: #090959; }
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }
/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

button, a, h1, h2, h3, h4, h5 {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
/**
 * Basic styles for links
 */
a {
  color: #090959;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    color: #ff233e; }

.main-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr; }
  @media (min-width: 992px) {
  .main-grid {
    grid-template-columns: repeat(12, 1fr); } }
/**
 * Basic typography style for copy text
 */
body {
  color: #292936;
  font: normal 125% / 1.4 'Open Sans', sans-serif;
  overflow-x: hidden; }

h1, h2, h3, h4 {
  color: #090959;
  font-family: 'Lato', sans-serif;
  font-weight: normal; }

h1 {
  font-size: 48px;
  font-family: 'Lora', serif;
  line-height: 64px;
  font-weight: normal; }

h2 {
  font-size: 34px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 18px; }

h5 {
  font-family: 'Lora', serif;
  color: #686890;
  font-size: 18px;
  font-weight: normal; }

p, li {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; }

hr {
  border-top: 1px solid #d9dbed; }

.details {
  font-size: 14px;
  line-height: 17px;
  color: #686890; }
  .details.upper {
    text-transform: uppercase; }
  .details.small {
    font-size: 12px;
    line-height: 17px; }
  .details.wider {
    letter-spacing: 2.49px; }

.download-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none; }
  .download-link:after {
    content: '';
    width: 50px;
    height: 50px;
    border: #d9dbed 1px solid;
    border-radius: 50%;
    background: #fff url('/templates/centenary/images/download.svg') no-repeat center;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; }
  .download-link:hover {
    color: #090959; }
    .download-link:hover:after {
      background-image: url('/templates/centenary/images/download_red.svg');
      border-color: #ff233e; }
  .download-link.external-link {
    background-image: none;
    padding-right: 0; }

input[type=text], input[type=button] {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px; }
  input[type=text]:disabled, input[type=button]:disabled {
    opacity: 0.5; }

input[type=text] {
  border: 1px solid #d9dbed;
  background-color: #fff;
  color: #292936; }

input[type=button] {
  background-color: #090959;
  color: #fff; }
  input[type=button]:hover {
    background-color: #686890; }
  input[type=button]:disabled:hover {
    background-color: #090959; }

::-webkit-input-placeholder {
  color: #292936;
  opacity: 1; }

:-moz-placeholder {
  color: #292936;
  opacity: 1; }

::-moz-placeholder {
  color: #292936;
  opacity: 1; }

:-ms-input-placeholder {
  color: #292936;
  opacity: 1; }

::-ms-input-placeholder {
  color: #292936;
  opacity: 1; }

:placeholder-shown {
  color: #292936;
  opacity: 1; }

input[type=checkbox] {
  position: absolute;
  opacity: 0; }
  input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    line-height: 19px;
    padding-left: 29px;
    font-size: 18px; }
    @media all and (-ms-high-contrast: none) {
  input[type=checkbox] + label {
    margin-right: 15px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  input[type=checkbox] + label {
    margin-right: 15px; } }
    input[type=checkbox] + label:before {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      content: "";
      background: transparent;
      width: 19px;
      height: 19px;
      border: 1px solid #d9dbed;
      transition: 200ms ease-in-out all; }
    input[type=checkbox] + label:after {
      content: "";
      display: block;
      position: absolute;
      left: 2px;
      top: 4px;
      width: 15px;
      height: 11px;
      background-image: url('/templates/centenary/images/check.png');
      background-repeat: no-repeat;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  input[type=checkbox]:checked + label:before {
    background: #5e9d1a;
    box-shadow: none;
    border: 3px none; }
    input[type=checkbox]:checked + label:after {
      border-color: white; }
  input[type=checkbox]:focus-visible + label::before {
    outline: 1px #090959 dotted !important; }

input::-ms-clear {
  display: none; }

::-webkit-search-decoration, ::-webkit-search-cancel-button, ::-webkit-search-results-button, ::-webkit-search-results-decoration {
  display: none; }

:focus-visible {
  outline: 1px #090959 dotted !important; }

.moduletable.banner-slider *:focus-visible, .moduletable.banners-highlights .highlight-left *:focus-visible, footer *:focus-visible {
  outline-color: #fff !important; }
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }
/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1312px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }
/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.hidden {
  display: none; }

@media (max-width: 767px) {
    .mobile-full-width {
      width: calc(100% + 20px * 2);
      margin-left: -20px; }
      .mobile-full-width.moduletable > h3 {
        padding-left: 20px; } }

.read-more-ext {
  display: flex;
  align-items: center; }
  .read-more-ext::after {
    content: '';
    width: 7px;
    height: 13px;
    display: inline-block;
    margin-left: 12px;
    margin-top: 2px;
    background: transparent url('/templates/centenary/images/arrow-head-right.svg') no-repeat center center; }

.arrow-right {
  display: inline-flex;
  align-items: center; }
  .arrow-right::after {
    content: '';
    width: 11px;
    height: 9px;
    margin-left: 10px;
    background: transparent url('/templates/centenary/images/arrow-full-right.svg') no-repeat right center;
    background-size: contain; }
  .arrow-right:hover::after, .arrow-right:active::after, .arrow-right:focus::after {
    background: transparent url('/templates/centenary/images/arrow-full-right-hover.svg') no-repeat right center;
    background-size: contain; }

.tag {
  position: relative;
  padding-right: 30px;
  padding-left: 20px;
  color: #686890;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  z-index: 0; }
  .tag:hover::before {
    content: '';
    position: absolute;
    background-color: #d9dbed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 32px; }
  .tag::after {
    content: '';
    background: transparent url('/templates/centenary/images/small-x.svg') no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 10px; }

.info-tag {
  position: relative;
  display: inline-block;
  color: #686890;
  font-size: 14px;
  min-width: 175px;
  min-height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }
  @media (min-width: 992px) {
  .info-tag {
    font-size: 12px;
    min-height: 30px;
    line-height: 30px;
    min-width: 130px; } }
  .info-tag::before {
    content: '';
    position: absolute;
    border: 1px solid #d9dbed;
    border-radius: 32px;
    background-color: #f2f2f7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.play-btn {
  position: relative; }
  .play-btn::after {
    content: '';
    position: absolute;
    background: transparent url('/templates/centenary/images/play-btn.svg') no-repeat center center;
    background-size: contain;
    width: 41px;
    height: 41px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer; }
  .play-btn.big::after {
    background: transparent url('/templates/centenary/images/play-btn.svg') no-repeat center center;
    width: 81px;
    height: 81px; }

@media (min-width: 768px) {
    .visible-sm {
      display: none; } }

@media (max-width: 767px) {
    .hidden-sm {
      display: none; } }

.CV-title {
  font-size: 24px;
  font-family: 'Lora', sans-serif; }

body > header {
  width: 100vw;
  display: flex;
  border-bottom: 1px solid #d9dbed;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px; }
  @media (min-width: 1200px) {
  body > header {
    justify-content: center; } }
  @media all and (-ms-high-contrast: none) {
  body > header {
    justify-content: space-between; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  body > header {
    justify-content: space-between; } }
  body > header .logo {
    width: 139px;
    height: 49px;
    background: transparent url('/templates/centenary/images/logo-silver.svg') no-repeat center center;
    margin-right: 10px;
    background-size: contain; }
    body > header .logo a {
      height: 100%;
      width: 100%;
      display: block; }
    @media (min-width: 1200px) {
  body > header .logo {
    margin-right: 0;
    margin-right: auto; } }
  body > header .language-switch {
    margin-left: auto; }
    @media (min-width: 1200px) {
  body > header .language-switch {
    margin-left: 0; } }
  body > header .search {
    width: 80px;
    height: 100%;
    display: none; }
    @media (min-width: 1200px) {
  body > header .search {
    display: block;
    margin-left: auto; } }
    body > header .search a {
      width: 100%;
      height: 100%;
      display: flex;
      background: transparent url('/templates/centenary/images/search.svg') no-repeat center center; }
    body > header .search a:hover {
      background-color: #d9dbed; }
  body > header .open-overlay {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    margin-left: 10px; }
    @media (min-width: 1200px) {
  body > header .open-overlay {
    display: none; } }

.moduletable.sitemap {
  grid-column: span 12;
  grid-row-gap: 45px; }
  .moduletable.sitemap .header {
    height: 125px;
    opacity: 0.5;
    background: #f2f2f7 url('/templates/centenary/images/sitemap-header.svg') no-repeat right; }
  .moduletable.sitemap .content {
    border-top: 1px solid #d9dbed; }
  .moduletable.sitemap .menu.sitemap {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (min-width: 768px) {
  .moduletable.sitemap {
    grid-column: span 12;
    min-height: 567px;
    padding-bottom: 30px;
    background-color: #f2f2f7;
    margin-top: 36px; }
    .moduletable.sitemap a:hover {
      text-decoration: none; }

    .moduletable.sitemap .menu.sitemap {
      padding-right: 0;
      display: block;
      columns: 4;
      column-gap: 25px; }
      .moduletable.sitemap .menu.sitemap .parent {
        width: inherit;
        margin-top: 22px;
        margin-bottom: 20px;
        display: inline-block; }
        .moduletable.sitemap .menu.sitemap .parent .title, .moduletable.sitemap .menu.sitemap .parent a {
          color: #090959;
          font-size: 16px; }
        .moduletable.sitemap .menu.sitemap .parent ul li {
          line-height: 21px; }
          .moduletable.sitemap .menu.sitemap .parent ul li a {
            font-size: 14px;
            color: #686890; }
            .moduletable.sitemap .menu.sitemap .parent ul li a.break {
              display: none; }
            .moduletable.sitemap .menu.sitemap .parent ul li a:hover {
              color: #090959; }
      .moduletable.sitemap .menu.sitemap .hidden-mainmenu {
        display: none; } }

body {
  overflow-x: hidden; }
  body > main.main-grid {
    grid-row-gap: 45px;
    margin-top: 45px; }
    @media (min-width: 992px) {
  body > main.main-grid {
    grid-template-areas: "breadcrumbs breadcrumbs" "component  right-menu" "module  right-menu" "bottom  right-menu"; } }
    body > main.main-grid .moduletable:last-child {
      margin-bottom: 70px; }
    body > main.main-grid .moduletable:nth-child(3):last-child, body > main.main-grid .moduletable:nth-child(2):last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
  body > main.main-grid {
    grid-row-gap: 70px;
    margin-top: 0; } }
    body > main.main-grid > .moduletable > h3 {
      margin-bottom: 30px;
      font-family: 'Lato', sans-serif;
      font-size: 32px;
      font-weight: normal; }
  @media (min-width: 576px) {
    body .desktop-hidden {
      display: none; } }
  @media (max-width: 575px) {
    body .mobile-hidden {
      display: none; } }

footer {
  padding-bottom: 20px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  background-color: #28294f;
  color: #fff; }
  footer .container nav, footer .container .address {
    display: flex;
    flex-direction: column; }
    footer .container .logo {
      grid-column: span 12;
      min-height: 95px;
      margin-bottom: 25px; }
    @media all and (-ms-high-contrast: none) {
    footer .container .logo {
      -ms-grid-column-span: 12; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    footer .container .logo {
      -ms-grid-column-span: 12; } }
    footer .container .logo img {
      width: 133px;
      margin-top: 45px; }
    footer .container .moduletable {
      grid-column: span 12; }
    @media all and (-ms-high-contrast: none) {
    footer .container .moduletable {
      -ms-grid-column-span: 4; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    footer .container .moduletable {
      -ms-grid-column-span: 4; } }
    footer .container .moduletable a {
      font-size: 14px;
      line-height: 24px; }
      footer .container .moduletable a:hover {
        color: #fff !important; }
    footer .container .moduletable h3 {
      font-size: 12px;
      opacity: 0.8;
      letter-spacing: 3.72px;
      color: #d9dbed;
      text-transform: uppercase;
      font-family: 'Lato', sans-serif;
      font-weight: 500; }
    footer .container .moduletable.address {
      line-height: 24px; }
      footer .container .moduletable.address .link {
        margin-top: 30px;
        margin-bottom: 16px;
        opacity: 0.9;
        text-decoration: underline; }
        footer .container .moduletable.address .link a {
          font-size: 16px;
          line-height: 19px;
          opacity: 0.8;
          color: #d9dbed; }
          footer .container .moduletable.address .link a:hover {
            opacity: 0.9; }
    footer .container .moduletable.links a {
      line-height: 32px;
      opacity: 0.9;
      color: #d9dbed; }
      footer .container .moduletable.links a:hover {
        text-decoration: none; }
      footer .container .moduletable.links.social h3 {
        margin-top: 7px; }
    footer .container .copyright {
      grid-column: span 12;
      min-height: 50px;
      margin-top: 15px; }
    @media all and (-ms-high-contrast: none) {
    footer .container .copyright {
      -ms-grid-column-span: 12; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    footer .container .copyright {
      -ms-grid-column-span: 12; } }
    footer .container .copyright p {
      font-size: 14px; }
    footer .container .copyright a {
      font-size: 14px;
      line-height: 24px; }

@media (min-width: 768px) {
  .footer {
    min-height: 507px;
    padding-top: 10px; }
    .footer .container .logo {
      margin-bottom: inherit; }
      .footer .container .moduletable {
        grid-column: span 4;
        margin-top: 23px; }
        .footer .container .moduletable.address .link {
          margin-top: auto;
          margin-bottom: initial; }
      .footer .container .copyright {
        min-height: initial;
        margin-top: 20px; } }

.tag-filter {
  border: 1px solid #d9dbed; }
  .tag-filter .tags-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: auto 60px;
    min-height: 74px;
    background-color: #f2f2f7; }
    @media all and (-ms-high-contrast: none) {
  .tag-filter .tags-container {
    -ms-grid-columns: 82px 1fr 155px 60px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .tag-filter .tags-container {
    -ms-grid-columns: 82px 1fr 155px 60px; } }
    @media all and (-ms-high-contrast: none) {
  .tag-filter .tags-container {
    padding: 16px 0; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .tag-filter .tags-container {
    padding: 16px 0; } }
    @media (min-width: 576px) {
  .tag-filter .tags-container {
    grid-template-columns: 82px auto 60px; } }
    @media (min-width: 992px) {
  .tag-filter .tags-container {
    grid-template-columns: 82px auto max-content 60px; } }
    .tag-filter .tags-container .title-no-tags {
      display: none; }
    .tag-filter .tags-container .title {
      display: none;
      text-align: center;
      align-content: center; }
    @media (min-width: 576px) {
    .tag-filter .tags-container .title {
      display: -ms-grid;
      display: grid; } }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container .title {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container .title {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1; } }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container .title {
      display: block;
      line-height: 42px;
      padding-left: 0; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container .title {
      display: block;
      line-height: 42px;
      padding-left: 0; } }
    .tag-filter .tags-container .tags {
      padding-top: 18px;
      padding-bottom: 16px; }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container .tags {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container .tags {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1; } }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container .tags {
      padding: 0; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container .tags {
      padding: 0; } }
    .tag-filter .tags-container .open-button {
      display: grid;
      justify-content: center;
      align-content: center;
      padding-right: 10px;
      cursor: pointer; }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container .open-button {
      display: block;
      position: relative;
      height: 42px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container .open-button {
      display: block;
      position: relative;
      height: 42px; } }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container .open-button {
      -ms-grid-column: 4;
      -ms-grid-column-span: 1; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container .open-button {
      -ms-grid-column: 4;
      -ms-grid-column-span: 1; } }
    .tag-filter .tags-container .open-button .glyph {
      width: 9px;
      height: 8px;
      background-image: url('/templates/centenary/images/triangle.svg');
      background-size: 9px 8px; }
      @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container .open-button .glyph {
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -4px; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container .open-button .glyph {
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -4px; } }
    .tag-filter .tags-container .open-button.opened .glyph {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .tag-filter .tags-container .close-button {
      display: none;
      justify-content: center;
      align-content: center;
      padding-right: 10px;
      cursor: pointer; }
    .tag-filter .tags-container .close-button .glyph {
      width: 20px;
      height: 20px;
      background-image: url('/templates/centenary/images/popup-close.svg');
      background-size: 20px 20px; }
    .tag-filter .tags-container .recycle-header {
      display: none;
      align-self: center; }
    @media (min-width: 992px) {
    .tag-filter .tags-container .recycle-header {
      display: block; } }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container .recycle-header {
      -ms-grid-column: 3; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container .recycle-header {
      -ms-grid-column: 3; } }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container .recycle-header {
      max-height: 42px;
      display: block; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container .recycle-header {
      max-height: 42px;
      display: block; } }
    .tag-filter .tags-container .recycle-mobile {
      display: none; }
    .tag-filter .tags-container.opened {
      grid-template-columns: auto 60px;
      justify-content: normal;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 62px;
      z-index: 2; }
    .tag-filter .tags-container.opened .title {
      display: block;
      justify-self: left;
      padding-left: 20px;
      align-self: center; }
      @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container.opened .title {
      display: none; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container.opened .title {
      display: none; } }
    .tag-filter .tags-container.opened .tags {
      display: none; }
    .tag-filter .tags-container.opened .recycle-header {
      display: none; }
    .tag-filter .tags-container.opened .open-button {
      display: none; }
      @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container.opened .open-button {
      display: block; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container.opened .open-button {
      display: block; } }
    .tag-filter .tags-container.opened .close-button {
      display: grid; }
      @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container.opened .close-button {
      display: none; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container.opened .close-button {
      display: none; } }
    .tag-filter .tags-container.opened .recycle-mobile {
      display: -ms-grid;
      display: grid;
      grid-template-columns: max-content;
      justify-content: center;
      align-content: center;
      position: fixed;
      width: 100%;
      height: 44px;
      top: 62px;
      left: 0;
      background-color: #f2f2f7;
      border-top: 1px solid #d9dbed;
      border-bottom: 1px solid #d9dbed; }
      .tag-filter .tags-container.opened .recycle-mobile div {
        display: -ms-grid;
        display: grid;
        align-items: center;
        padding-right: 24px;
        position: relative;
        font-size: 18px;
        color: #090959; }
      .tag-filter .tags-container.opened .recycle-mobile div::after {
        content: '';
        position: absolute;
        background-image: url('/templates/centenary/images/recycle.svg');
        width: 14px;
        height: 17px;
        right: 0; }
      @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container.opened .recycle-mobile {
      display: none; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container.opened .recycle-mobile {
      display: none; } }
    @media (min-width: 992px) {
    .tag-filter .tags-container.opened {
      grid-template-columns: 60px;
      justify-content: right;
      position: relative;
      width: auto;
      height: auto;
      min-height: 74px;
      z-index: auto; }
      .tag-filter .tags-container.opened .title {
        display: none; }

      .tag-filter .tags-container.opened .open-button {
        display: grid; }

      .tag-filter .tags-container.opened .close-button {
        display: none; }

      .tag-filter .tags-container.opened .recycle-mobile {
        display: none; } }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container.opened {
      grid-template-columns: 60px;
      justify-content: right;
      position: relative;
      width: auto;
      height: auto;
      min-height: 74px;
      z-index: auto; }
      .tag-filter .tags-container.opened .recycle-mobile {
        position: relative; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container.opened {
      grid-template-columns: 60px;
      justify-content: right;
      position: relative;
      width: auto;
      height: auto;
      min-height: 74px;
      z-index: auto; }
      .tag-filter .tags-container.opened .recycle-mobile {
        position: relative; } }
    .tag-filter .tags-container.no-tags {
      grid-template-columns: auto 60px;
      justify-content: normal; }
    .tag-filter .tags-container.no-tags .title-no-tags {
      display: grid;
      text-align: center;
      align-content: center;
      cursor: pointer; }
      @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container.no-tags .title-no-tags {
      display: block;
      text-align: center;
      line-height: 42px; }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container.no-tags .title-no-tags {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2; } } }
        @media all and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
      .tag-filter .tags-container.no-tags .title-no-tags {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container.no-tags .title-no-tags {
      display: block;
      text-align: center;
      line-height: 42px; }
      @media all and (-ms-high-contrast: none) {
    .tag-filter .tags-container.no-tags .title-no-tags {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .tags-container.no-tags .title-no-tags {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2; } } }
    .tag-filter .tags-container.no-tags .title, .tag-filter .tags-container.no-tags .tags {
      display: none; }
    .tag-filter .tags-container.no-tags .recycle-header {
      display: none; }
    .tag-filter .tags-container.opened.no-tags {
      grid-template-columns: 60px;
      justify-content: right; }
      .tag-filter .tags-container.opened.no-tags .title-no-tags {
        display: none; }
      .tag-filter .tags-container.opened.no-tags .recycle-mobile {
        display: none; }
  .tag-filter .opener {
    display: none; }
    .tag-filter .opener .categories {
      display: -ms-grid;
      display: grid;
      grid-template-columns: auto;
      border-top: 1px solid #d9dbed; }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .opener .categories {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .opener .categories {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
    @media (min-width: 992px) {
    .tag-filter .opener .categories {
      grid-template-columns: 50% 50%; } }
    .tag-filter .opener .categories .category {
      display: -ms-grid;
      display: grid;
      padding-left: 20px;
      min-height: 56px;
      align-content: center;
      border-bottom: 1px solid #d9dbed; }
      @media (min-width: 992px) {
    .tag-filter .opener .categories .category {
      padding-left: 68px; } }
      @media all and (-ms-high-contrast: none) {
    .tag-filter .opener .categories .category {
      display: block;
      padding-left: 68px;
      min-height: auto;
      padding-top: 20px;
      padding-bottom: 20px; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .opener .categories .category {
      display: block;
      padding-left: 68px;
      min-height: auto;
      padding-top: 20px;
      padding-bottom: 20px; } }
      @media all and (-ms-high-contrast: none) {
    .tag-filter .opener .categories .category {
      -ms-grid-column-span: 6; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .opener .categories .category {
      -ms-grid-column-span: 6; } }
    .tag-filter .opener .buttons {
      grid-template-columns: max-content max-content;
      justify-content: space-between;
      border-top: 1px solid #d9dbed;
      padding: 17px 34px;
      margin-top: -1px;
      display: -ms-grid;
      display: grid; }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .opener .buttons {
      display: block; }
      .tag-filter .opener .buttons .recycle {
        margin-right: 10px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .opener .buttons {
      display: block; }
      .tag-filter .opener .buttons .recycle {
        margin-right: 10px; } }
    .tag-filter .opener.opened {
      padding-top: 105px;
      position: fixed;
      left: 0;
      top: 0;
      background: #fff;
      width: 100%;
      z-index: 1;
      height: 100%;
      overflow-y: scroll; }
    .tag-filter .opener.opened .buttons {
      display: none; }
    @media (min-width: 992px) {
    .tag-filter .opener.opened {
      padding-top: 0;
      position: relative;
      z-index: auto;
      left: auto;
      top: auto;
      background: #fff;
      width: auto;
      height: auto;
      overflow-y: initial; }
      .tag-filter .opener.opened .buttons {
        display: -ms-grid;
        display: grid; } }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .opener.opened {
      padding-top: 0;
      position: relative;
      z-index: auto;
      left: auto;
      top: auto;
      background: #fff;
      width: auto;
      height: auto;
      overflow-y: auto; }
      .tag-filter .opener.opened .buttons {
        display: block; }
        .tag-filter .opener.opened .buttons .recycle {
          margin-right: 10px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .opener.opened {
      padding-top: 0;
      position: relative;
      z-index: auto;
      left: auto;
      top: auto;
      background: #fff;
      width: auto;
      height: auto;
      overflow-y: auto; }
      .tag-filter .opener.opened .buttons {
        display: block; }
        .tag-filter .opener.opened .buttons .recycle {
          margin-right: 10px; } }
    .tag-filter .opener.opened.no-tags {
      padding-top: 62px; }
      @media (min-width: 992px) {
    .tag-filter .opener.opened.no-tags {
      padding-top: 0; } }
      .tag-filter .opener.opened.no-tags .buttons {
        justify-content: end; }
      .tag-filter .opener.opened.no-tags .buttons .recycle {
        display: none; }
    @media all and (-ms-high-contrast: none) {
    .tag-filter .opener.opened {
      position: relative; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .tag-filter .opener.opened {
      position: relative; } }

.search-input {
  position: relative; }
  .search-input form input.search {
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 2px;
    padding-left: 0;
    padding-right: 40px;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 24px;
    color: #090959; }
    .search-input form .search-icon {
      position: absolute;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url('/templates/centenary/images/search.svg');
      width: 23px;
      height: 23px;
      right: 0;
      top: 7px; }
    .search-input form .delete {
      position: absolute;
      display: none;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url('/templates/centenary/images/small-x.svg');
      width: 20px;
      height: 20px;
      right: 38px;
      top: 7px;
      background-size: 11px 10px;
      cursor: pointer; }
    .search-input form .placeholder {
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      line-height: 40px;
      font-size: 24px;
      color: #686890;
      -webkit-transition: transform 150ms ease-out, font-size 150ms ease-out;
      -moz-transition: transform 150ms ease-out, font-size 150ms ease-out;
      transition: transform 150ms ease-out, font-size 150ms ease-out; }
    .search-input form .placeholder.upper {
      transform: translateY(-24px);
      font-size: 12px; }
    .search-input form .with-text input {
      border-width: 2px;
      border-color: #686890; }
    .search-input form .with-text .delete {
      display: block; }
  .search-input .suggestions-container {
    margin-top: 8px; }
    .search-input .suggestions-container .suggestion {
      line-height: 22px;
      margin-bottom: 15px;
      font-size: 24px;
      color: #090959;
      cursor: pointer; }
    .search-input .suggestions-container span {
      color: #686890; }

.table {
  width: 100%;
  border-collapse: collapse; }
  @media (min-width: 768px) {
  .table {
    min-width: 100%; } }
  .table thead tr th span, .table tbody tr th span, .table thead tr td span, .table tbody tr td span {
    display: inherit;
    padding: 0; }
    .table thead tr th span .glyph-link, .table tbody tr th span .glyph-link, .table thead tr td span .glyph-link, .table tbody tr td span .glyph-link {
      margin-bottom: 2px; }
      .table thead tr th span .glyph-link:last-child, .table tbody tr th span .glyph-link:last-child, .table thead tr td span .glyph-link:last-child, .table tbody tr td span .glyph-link:last-child {
        margin-bottom: 0; }
    .table thead tr th:first-child, .table tbody tr th:first-child, .table thead tr td:first-child, .table tbody tr td:first-child {
      width: 100px;
      position: relative; }
    @media (min-width: 768px) {
        .table thead tr th:first-child, .table tbody tr th:first-child, .table thead tr td:first-child, .table tbody tr td:first-child {
          width: auto; } }
    .table thead tr td.decission span .doc, .table tbody tr td.decission span .doc {
      text-decoration: underline; }
  .table.table-no-clone {
    min-width: initial; }
    .table.table-no-clone thead tr th:first-child, .table.table-no-clone tbody tr th:first-child, .table.table-no-clone thead tr td:first-child, .table.table-no-clone tbody tr td:first-child {
      width: auto; }
  .table.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
    @media (min-width: 768px) {
  .table.clone {
    display: none; } }
    .table.clone tbody tr th:first-child {
      background-color: #f2f2f7; }
    .table.clone tbody tr td:first-child {
      background-color: #fff; }
    .table.clone tbody tr th:not(:first-child), .table.clone tbody tr td:not(:first-child) {
      visibility: hidden;
      border-color: transparent; }

.nano-tab-container .table {
  border: 1px solid #d9dbed; }
  .nano-tab-container .table thead tr th, .nano-tab-container .table tbody tr th, .nano-tab-container .table thead tr td, .nano-tab-container .table tbody tr td {
    background-clip: padding-box;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #d9dbed;
    vertical-align: middle; }
  @media (min-width: 1200px) {
          .nano-tab-container .table thead tr th, .nano-tab-container .table tbody tr th, .nano-tab-container .table thead tr td, .nano-tab-container .table tbody tr td {
            padding-left: 12px;
            padding-right: 10px; } }
  .nano-tab-container .table thead tr.header td, .nano-tab-container .table tbody tr.header td, .nano-tab-container .table thead tr th, .nano-tab-container .table tbody tr th {
    background-color: #f2f2f7;
    color: #090959; }
  .nano-tab-container .table thead tr.header td span, .nano-tab-container .table tbody tr.header td span, .nano-tab-container .table thead tr th span, .nano-tab-container .table tbody tr th span {
    font-size: 18px;
    line-height: 24px; }

.clone-table-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .clone-table-wrapper .table.cloned.clone tr.subheader {
    opacity: 0; }

.clone-table-scroller {
  position: relative;
  overflow-x: auto;
  width: 100%; }

.flexible-iframe:not([width]) {
  width: 100%; }

.moduletable.main-menu {
  display: none; }
  @media (min-width: 1200px) {
  .moduletable.main-menu {
    display: block;
    width: 100%;
    max-width: 1100px; } }
  .moduletable.main-menu > nav {
    display: flex;
    margin-left: 60px; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.main-menu > nav {
      display: -ms-flexbox;
      margin-left: 30px;
      margin-right: 30px;
      justify-content: space-between; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.main-menu > nav {
      display: -ms-flexbox;
      margin-left: 30px;
      margin-right: 30px;
      justify-content: space-between; } }
  .moduletable.main-menu > nav > button {
    margin-right: 40px; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.main-menu > nav > button {
        margin-right: 0px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.main-menu > nav > button {
        margin-right: 0px; } }
  .moduletable.main-menu > nav > button h4:hover, .moduletable.main-menu > nav > button span:hover {
    color: #ff233e; }
  .moduletable.main-menu > nav > button span {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #090959;
    transition: ease-out 0.5s; }
  .moduletable.main-menu > nav .active {
    position: relative; }
  .moduletable.main-menu > nav .active::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #090959;
    left: 0;
    bottom: -6px;
    box-sizing: border-box; }
  .moduletable.main-menu > nav .active:hover::after {
    background-color: #ff233e; }
  .moduletable.main-menu > nav .overlay {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background-color: rgba(9, 9, 89, 0.6);
    z-index: 2; }
  .moduletable.main-menu > nav .overlay .content {
    background-color: #f2f2f7;
    padding: 30px 0 70px; }
  .moduletable.main-menu > nav .overlay .content .container .toolbar {
    grid-column: span 12; }
    @media all and (-ms-high-contrast: none) {
          .moduletable.main-menu > nav .overlay .content .container .toolbar {
            -ms-grid-column-span: 12; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.main-menu > nav .overlay .content .container .toolbar {
            -ms-grid-column-span: 12; } }
    .moduletable.main-menu > nav .overlay .content .container .toolbar button {
      background: transparent url('/templates/centenary/images/close-blue.svg') no-repeat center center;
      width: 21px;
      height: 20px;
      display: block;
      margin-left: auto; }
  .moduletable.main-menu > nav .overlay .content .container ul {
    grid-column: span 12;
    columns: 3; }
    .moduletable.main-menu > nav .overlay .content .container ul li {
      position: relative;
      padding-inline-start: 24px;
      padding-bottom: 21px;
      break-inside: avoid-column; }
      .moduletable.main-menu > nav .overlay .content .container ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 9px;
        width: 13px;
        height: 4px;
        background-color: #1b1b3d; }
      .moduletable.main-menu > nav .overlay .content .container ul li a h4:hover, .moduletable.main-menu > nav .overlay .content .container ul li a h5:hover {
        color: #ff233e; }

.moduletable.overlay-menu nav .wrapper {
  border-bottom: 1px solid #d9dbed; }
  .moduletable.overlay-menu nav .wrapper .container {
    display: flex;
    flex-direction: column;
    align-items: start; }
  .moduletable.overlay-menu nav .wrapper .container > button {
    height: 100%;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative; }
  .moduletable.overlay-menu nav .wrapper .container > button span {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #090959; }
  .moduletable.overlay-menu nav .wrapper .container > button::before {
    content: '+';
    font-size: 18px;
    position: absolute;
    left: 0;
    line-height: 18px;
    color: #686890;
    top: 50%;
    margin-top: -11px; }
    @media all and (-ms-high-contrast: none) {
          .moduletable.overlay-menu nav .wrapper .container > button::before {
            margin-top: -9px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.overlay-menu nav .wrapper .container > button::before {
            margin-top: -9px; } }
  .moduletable.overlay-menu nav .wrapper .container > button.open::before {
    content: '-'; }
  .moduletable.overlay-menu nav .wrapper .container > .items {
    display: none; }
  .moduletable.overlay-menu nav .wrapper .container > .items > .item {
    position: relative; }
    .moduletable.overlay-menu nav .wrapper .container > .items > .item > a h4 {
      color: #686890;
      display: inline-block;
      margin-left: 20px;
      margin-bottom: 20px; }
    .moduletable.overlay-menu nav .wrapper .container > .items > .item > button {
      position: absolute;
      left: 0;
      height: 100%; }
      @media all and (-ms-high-contrast: none) {
          .moduletable.overlay-menu nav .wrapper .container > .items > .item > button {
            width: 100%; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.overlay-menu nav .wrapper .container > .items > .item > button {
            width: 100%; } }
      .moduletable.overlay-menu nav .wrapper .container > .items > .item > button::before {
        font-size: 18px;
        content: '+';
        line-height: 12px;
        position: absolute;
        left: 0;
        color: #686890;
        top: 8px;
        width: 13px;
        height: 13px; }
      .moduletable.overlay-menu nav .wrapper .container > .items > .item > button.open::before {
        content: '-'; }
    .moduletable.overlay-menu nav .wrapper .container > .items > .item h5 {
      margin-left: 40px;
      margin-bottom: 20px; }
    .moduletable.overlay-menu nav .wrapper .container > .items > .item .items {
      display: none; }
  .moduletable.overlay-menu nav .wrapper .container form {
    width: 100%;
    position: relative; }
  .moduletable.overlay-menu nav .wrapper .container form .search {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    width: 100%;
    padding-right: 60px; }
  .moduletable.overlay-menu nav .wrapper .container form .search-icon {
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/templates/centenary/images/search.svg');
    width: 23px;
    height: 23px;
    right: 20px;
    top: 38px; }

.moduletable.side-menu-wrap {
  grid-column-start: 10;
  grid-column-end: 13;
  display: none; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.side-menu-wrap {
    -ms-grid-column-span: 3; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.side-menu-wrap {
    -ms-grid-column-span: 3; } }
  @media all and (-ms-high-contrast: none) {
  .moduletable.side-menu-wrap {
    display: block; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.side-menu-wrap {
    display: block; } }
  @media (min-width: 992px) {
  .moduletable.side-menu-wrap {
    display: block; } }
  .moduletable.side-menu-wrap .side-menu {
    margin-left: 60px;
    padding-left: 20px;
    border-left: 1px solid #d9dbed;
    width: 324px;
    padding-bottom: 40px; }
  .moduletable.side-menu-wrap .side-menu .first-lvl {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    color: #090959;
    margin-bottom: 10px; }
  .moduletable.side-menu-wrap .side-menu .item {
    margin-bottom: 8px; }
  .moduletable.side-menu-wrap .side-menu .item a {
    color: #545473; }
  .moduletable.side-menu-wrap .side-menu .item a:hover {
    color: #ff233e; }
  .moduletable.side-menu-wrap .side-menu .item a.active, .moduletable.side-menu-wrap .side-menu .item a.active-parent {
    color: #090959; }
  .moduletable.side-menu-wrap .side-menu .item a.active:hover, .moduletable.side-menu-wrap .side-menu .item a.active-parent:hover {
    color: #ff233e; }
  .moduletable.side-menu-wrap .side-menu .item header {
    display: flex;
    align-items: center;
    position: relative; }
  .moduletable.side-menu-wrap .side-menu .item header .second-lvl {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    margin-left: 30px; }
  .moduletable.side-menu-wrap .side-menu .item header .toggle {
    height: 13px;
    width: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 6px;
    margin-right: -15px; }
  @media all and (-ms-high-contrast: none) {
          .moduletable.side-menu-wrap .side-menu .item header .toggle {
            justify-content: flex-start; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.side-menu-wrap .side-menu .item header .toggle {
            justify-content: flex-start; } }
  .moduletable.side-menu-wrap .side-menu .item header .toggle::before, .moduletable.side-menu-wrap .side-menu .item header .toggle::after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #686890;
    height: 1px;
    width: 10px; }
  .moduletable.side-menu-wrap .side-menu .item header .toggle.closed::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .moduletable.side-menu-wrap .side-menu .item .children {
    display: none;
    margin: 10px 0 10px 30px; }
  .moduletable.side-menu-wrap .side-menu .item .children .third-lvl {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    border-bottom: 1px solid #d9dbed;
    padding: 10px 0; }
  .moduletable.side-menu-wrap .side-menu .item .children .third-lvl:first-child {
    border-top: 1px solid #d9dbed; }

.moduletable.multimedia {
  grid-column: span 12; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.multimedia {
    -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.multimedia {
    -ms-grid-column-span: 12; } }
  .moduletable.multimedia .items h4, .moduletable.multimedia .items h5 {
    font-family: 'Open Sans', sans-serif; }
  .moduletable.multimedia .items a h4 {
    color: inherit; }
  .moduletable.multimedia .items .highlight {
    grid-column: span 12;
    width: 100%;
    position: relative; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.multimedia .items .highlight {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.multimedia .items .highlight {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7; } }
  @media all and (-ms-high-contrast: none) {
      .moduletable.multimedia .items .highlight {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.multimedia .items .highlight {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3; } }
  @media all and (-ms-high-contrast: none) {
      .moduletable.multimedia .items .highlight {
        margin-right: 25px;
        width: auto; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.multimedia .items .highlight {
        margin-right: 25px;
        width: auto; } }
  @media (min-width: 768px) {
      .moduletable.multimedia .items .highlight {
        grid-column: span 7;
        grid-row: span 3;
        height: 486px; } }
  .moduletable.multimedia .items .highlight img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .moduletable.multimedia .items .highlight .title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 103px;
    display: flex;
    flex-direction: column;
    background-color: #090959;
    padding: 15px 40px;
    display: none; }
  @media (min-width: 768px) {
        .moduletable.multimedia .items .highlight .title {
          display: block; } }
  .moduletable.multimedia .items .highlight .title h4 {
    margin-bottom: 8px; }
  .moduletable.multimedia .items .highlight .title h4, .moduletable.multimedia .items .highlight .title p {
    color: #fff; }
  .moduletable.multimedia .items .highlight .title .desc {
    display: none; }
  @media (min-width: 1200px) {
          .moduletable.multimedia .items .highlight .title .desc {
            display: block; } }
  .moduletable.multimedia .items .item {
    display: -ms-grid;
    display: grid;
    grid-column: span 12;
    height: 152px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d9dbed;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.multimedia .items .item {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.multimedia .items .item {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; } }
  @media all and (-ms-high-contrast: none) {
      .moduletable.multimedia .items .item {
        -ms-grid-column: 8;
        -ms-grid-column-span: 5; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.multimedia .items .item {
        -ms-grid-column: 8;
        -ms-grid-column-span: 5; } }
  @media (min-width: 768px) {
      .moduletable.multimedia .items .item {
        grid-column: span 5;
        grid-row: span 1; } }
  .moduletable.multimedia .items .item .left {
    grid-column: span 2;
    margin-left: 20px; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.multimedia .items .item .left {
          -ms-grid-column: 1;
          -ms-grid-column-span: 2; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.multimedia .items .item .left {
          -ms-grid-column: 1;
          -ms-grid-column-span: 2; } }
  @media all and (-ms-high-contrast: none) {
        .moduletable.multimedia .items .item .left {
          margin-right: 25px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.multimedia .items .item .left {
          margin-right: 25px; } }
  @media (min-width: 768px) {
        .moduletable.multimedia .items .item .left {
          margin-left: 0; } }
  .moduletable.multimedia .items .item .left .img-wrap img {
    width: 100%;
    max-height: 131px;
    object-fit: cover; }
  .moduletable.multimedia .items .item .content {
    grid-column: span 3;
    overflow: hidden;
    margin-right: 20px; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.multimedia .items .item .content {
          -ms-grid-column: 3;
          -ms-grid-column-span: 3; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.multimedia .items .item .content {
          -ms-grid-column: 3;
          -ms-grid-column-span: 3; } }
  @media (min-width: 768px) {
        .moduletable.multimedia .items .item .content {
          margin-right: 0; } }
  .moduletable.multimedia .items .item .content .desc {
    display: none; }
  @media (min-width: 1200px) {
          .moduletable.multimedia .items .item .content .desc {
            display: block; } }
  .moduletable.multimedia .items .item .content .live-now {
    color: #ff233e;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    margin-top: 10px; }
  .moduletable.multimedia .items .item .content .live-now::before {
    content: '';
    background: transparent url('/templates/centenary/images/live-now.svg') center no-repeat no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 13px; }
  .moduletable.multimedia .items .item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.multimedia .items .item:nth-child(2) {
          -ms-grid-row: 1; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.multimedia .items .item:nth-child(2) {
          -ms-grid-row: 1; } }
  @media all and (-ms-high-contrast: none) {
        .moduletable.multimedia .items .item:nth-child(3) {
          -ms-grid-row: 2; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.multimedia .items .item:nth-child(3) {
          -ms-grid-row: 2; } }
  @media all and (-ms-high-contrast: none) {
        .moduletable.multimedia .items .item:nth-child(4) {
          -ms-grid-row: 3; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.multimedia .items .item:nth-child(4) {
          -ms-grid-row: 3; } }
  .moduletable.multimedia .items .play-btn::after {
    pointer-events: none; }

.moduletable.live-broadcast {
  position: absolute;
  top: 640px;
  left: 0;
  pointer-events: none;
  width: 100%; }
  @media (min-width: 768px) {
  .moduletable.live-broadcast {
    top: 320px; } }
  .moduletable.live-broadcast .container {
    display: flex;
    justify-content: flex-end; }
  .moduletable.live-broadcast .container .item {
    pointer-events: all;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    height: 81px; }
  @media (min-width: 768px) {
      .moduletable.live-broadcast .container .item {
        width: 280px;
        height: 170px;
        background-color: transparent;
        height: auto; } }
  .moduletable.live-broadcast .container .item .left {
    width: 100%; }
  .moduletable.live-broadcast .container .item .img-wrap {
    height: 100%;
    display: block; }
  .moduletable.live-broadcast .container .item .img-wrap img {
    width: 126px;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 768px) {
          .moduletable.live-broadcast .container .item .img-wrap img {
            width: auto; } }
  .moduletable.live-broadcast .container .item .img-wrap .live-now {
    position: absolute;
    bottom: 5px;
    left: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 17px;
    display: flex; }
  .moduletable.live-broadcast .container .item .img-wrap .live-now::before {
    content: '';
    background: transparent url('/templates/centenary/images/live-now.svg') center no-repeat no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px; }
  .moduletable.live-broadcast .container .item .content {
    background-color: #fff;
    padding: 5px 10px; }
  @media (min-width: 768px) {
        .moduletable.live-broadcast .container .item .content {
          display: none; } }
  .moduletable.live-broadcast .container .item .content p {
    font-size: 14px; }

.moduletable.custom.interest-rates {
  grid-column: span 12; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.custom.interest-rates {
    -ms-grid-column-span: 4; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.custom.interest-rates {
    -ms-grid-column-span: 4; } }
  @media (min-width: 768px) {
  .moduletable.custom.interest-rates {
    grid-column: span 4; } }
  .moduletable.custom.interest-rates .interest-rates-container {
    height: 508px;
    width: 100%;
    min-width: 240px;
    border: 1px solid #d9dbed;
    border-radius: 1px;
    background-color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    padding: 19px 18px; }
  @media (min-width: 992px) {
    .moduletable.custom.interest-rates .interest-rates-container {
      padding: 19px 30px; } }
  .moduletable.custom.interest-rates .interest-rates-container .date {
    flex: 0;
    margin-bottom: 16px; }
  .moduletable.custom.interest-rates .interest-rates-container .interest-rate-item {
    flex: 1;
    border-top: 1px solid #d9dbed;
    padding: 17px 6px; }
  .moduletable.custom.interest-rates .interest-rates-container .interest-rate-item .value {
    color: #090959;
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 46px; }

@media (min-width: 768px) {
    .moduletable.custom.data-formats {
      grid-column: span 12; } }
  @media (min-width: 992px) {
  .moduletable.custom.data-formats {
    grid-column-start: 10;
    grid-column-end: 13; } }

.moduletable.actual-number {
  grid-column: span 12; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.actual-number {
    -ms-grid-column-span: 4; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.actual-number {
    -ms-grid-column-span: 4; } }
  @media (min-width: 768px) {
  .moduletable.actual-number {
    grid-column: span 4; } }
  .moduletable.actual-number .actual-number-container {
    height: 508px;
    width: 100%;
    min-width: 240px;
    border: 1px solid #d9dbed;
    border-radius: 1px;
    background-color: #f2f2f7;
    background-size: cover;
    background-position: center center;
    font-size: 16px;
    display: flex;
    flex-direction: column; }
  .moduletable.actual-number .actual-number-container:not(.show-type-banner) {
    padding: 19px 13px; }
  @media (min-width: 992px) {
      .moduletable.actual-number .actual-number-container:not(.show-type-banner) {
        padding: 19px 25px; } }
  .moduletable.actual-number .actual-number-container .actual-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #090959; }
  .moduletable.actual-number .actual-number-container .actual-item img {
    max-height: 350px; }
  .moduletable.actual-number .actual-number-container .actual-item .number-first-part, .moduletable.actual-number .actual-number-container .actual-item .number-second-part {
    font-family: 'Lato', sans-serif; }
  .moduletable.actual-number .actual-number-container .actual-item.size-large img {
    width: 100%; }
  .moduletable.actual-number .actual-number-container .actual-item.size-large .number-first-part {
    font-size: 68px; }
  .moduletable.actual-number .actual-number-container .actual-item.size-large .number-second-part {
    font-size: 28px; }
  .moduletable.actual-number .actual-number-container .actual-item.size-medium img {
    width: 75%; }
  .moduletable.actual-number .actual-number-container .actual-item.size-medium .number-first-part {
    font-size: 48px; }
  .moduletable.actual-number .actual-number-container .actual-item.size-medium .number-second-part {
    font-size: 22px; }
  .moduletable.actual-number .actual-number-container .actual-item.size-small img {
    width: 50%; }
  .moduletable.actual-number .actual-number-container .actual-item.size-small .number-first-part {
    font-size: 36px; }
  .moduletable.actual-number .actual-number-container .actual-item.size-small .number-second-part {
    font-size: 18px; }
  .moduletable.actual-number .actual-number-container .actual-item-description-container {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #686890;
    padding: 19px 5px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif; }
  .moduletable.actual-number .actual-number-container .actual-item-description-container .actual-item-description {
    flex: 1; }
  .moduletable.actual-number .actual-number-container .actual-item-description-container .glyph-circle {
    position: relative;
    width: 45px;
    height: 30px;
    align-self: center; }
  .moduletable.actual-number .actual-number-container .actual-item-banner-url {
    width: 100%;
    height: 100%; }
  .moduletable.actual-number .actual-number-container.color-palette-bright .actual-item {
    color: #fff; }
  .moduletable.actual-number .actual-number-container.color-palette-bright .actual-item-description-container {
    border-color: #fff;
    color: #fff; }
  .moduletable.actual-number .actual-number-container.color-palette-bright .actual-item-description-container:hover, .moduletable.actual-number .actual-number-container.color-palette-bright .actual-item-description-container:active, .moduletable.actual-number .actual-number-container.color-palette-bright .actual-item-description-container:focus {
    color: #ff233e;
    cursor: pointer; }

.moduletable.quick-exchange-rates {
  grid-column: span 12; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.quick-exchange-rates {
    -ms-grid-column-span: 4; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.quick-exchange-rates {
    -ms-grid-column-span: 4; } }
  @media (min-width: 768px) {
  .moduletable.quick-exchange-rates {
    grid-column: span 4; } }
  .moduletable.quick-exchange-rates .index-table-container {
    height: 281px;
    width: 100%;
    min-width: 240px;
    border: 1px solid #d9dbed;
    border-radius: 1px;
    background-color: #fff;
    font-size: 16px;
    padding: 0px 18px; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.quick-exchange-rates .index-table-container {
      height: auto; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.quick-exchange-rates .index-table-container {
      height: auto; } }
  @media (min-width: 992px) {
    .moduletable.quick-exchange-rates .index-table-container {
      padding: 0px 30px; } }
  .moduletable.quick-exchange-rates .index-table-container .index-table {
    width: 100%; }
  .moduletable.quick-exchange-rates .index-table-container .index-table tr {
    height: 54px; }
  .moduletable.quick-exchange-rates .index-table-container .index-table tr:not(:last-child) {
    border-bottom: 1px solid #d9dbed; }
  .moduletable.quick-exchange-rates .index-table-container .index-table tr td {
    text-align: left;
    vertical-align: middle; }
  .moduletable.quick-exchange-rates .index-table-container .index-table tr td:nth-child(1) {
    width: 37px; }
  .moduletable.quick-exchange-rates .index-table-container .index-table tr td:nth-child(3) {
    width: 96px; }
  .moduletable.quick-exchange-rates .index-table-container .index-table tr td:nth-child(4) {
    width: 15px; }
  .moduletable.quick-exchange-rates .index-table-container .index-table tr.top-row td:last-child {
    text-align: right; }
  .moduletable.quick-exchange-rates .index-table-container .index-table tr.top-row .details.small {
    color: #515170; }
  .moduletable.quick-exchange-rates .flag {
    width: 18px;
    border-radius: 2px; }
  .moduletable.quick-exchange-rates .bullet {
    height: 8px;
    width: 9px;
    background: transparent none no-repeat center center;
    background-size: 100%; }
  .moduletable.quick-exchange-rates .bullet.rise {
    background-image: url('/templates/centenary/images/bullet-rise.svg'); }
  .moduletable.quick-exchange-rates .bullet.fall {
    background-image: url('/templates/centenary/images/bullet-fall.svg'); }

@media (min-width: 768px) {
    .calculator-module, .moduletable.exchange-rates-calculator {
      grid-column: span 4; } }
  .calculator-module .calculator-form, .moduletable.exchange-rates-calculator .calculator-form {
    display: block;
    height: 227px;
    width: 100%;
    min-width: 240px;
    border: 1px solid #d9dbed;
    border-radius: 1px;
    background-color: #fff;
    margin-top: -1px;
    padding: 17px 18px; }
  @media (min-width: 1200px) {
    .calculator-module .calculator-form, .moduletable.exchange-rates-calculator .calculator-form {
      padding: 22px 30px; } }
  .calculator-module .calculator-form .title-and-date-container, .moduletable.exchange-rates-calculator .calculator-form .title-and-date-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px; }
  .calculator-module .calculator-form .title-and-date-container .title, .moduletable.exchange-rates-calculator .calculator-form .title-and-date-container .title {
    flex: 1; }
  .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.exchange-rates-calculator .calculator-form .title-and-date-container .calculation-date {
    width: 85px;
    text-decoration: underline;
    text-align: right;
    font-size: 16px;
    color: #090959;
    border: 0;
    padding: 0; }
  .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.exchange-rates-calculator .calculator-form .title-and-date-container .calculation-date:hover, .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.exchange-rates-calculator .calculator-form .title-and-date-container .calculation-date:active, .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.exchange-rates-calculator .calculator-form .title-and-date-container .calculation-date:focus {
    color: #ff233e;
    cursor: pointer; }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container {
    height: 70px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 26px;
    box-sizing: border-box; }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container .calculation-amount, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .calculation-amount {
    height: 49px;
    width: 100%;
    min-width: 100px;
    flex: 1;
    box-sizing: border-box;
    border: 1px solid #d9dbed;
    color: #292936;
    font-size: 16px;
    padding: 15px 17px;
    margin: 0px 20px 0px 0px; }
  @media all and (-ms-high-contrast: none) {
        .calculator-module .calculator-form .calculation-amount-and-currencies-container .calculation-amount, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .calculation-amount {
          -ms-flex: 1 1 15px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .calculator-module .calculator-form .calculation-amount-and-currencies-container .calculation-amount, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .calculation-amount {
          -ms-flex: 1 1 15px; } }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }
  @media (min-width: 1200px) {
        .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container {
          flex-direction: row;
          align-items: center; } }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .from-currency-container, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .from-currency-container, .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .to-currency-container, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .to-currency-container {
    display: flex;
    align-items: center; }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .from-currency-container .currency-to, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .from-currency-container .currency-to, .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .to-currency-container .currency-to, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .to-currency-container .currency-to {
    color: #292936;
    font-size: 16px; }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .from-currency-container .currency-from, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .from-currency-container .currency-from, .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .to-currency-container .currency-from, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .to-currency-container .currency-from {
    width: 85px; }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .to-currency-container, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .to-currency-container {
    margin-left: 3px; }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .calculation-direction-toggle, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .calculation-direction-toggle {
    width: 22px;
    height: 18px;
    align-self: center;
    margin: 5px 0px;
    transform: rotate(90deg);
    flex-shrink: 0;
    background: transparent url('/templates/centenary/images/arrows-both-sides.svg') no-repeat center center;
    background-size: 100% 100%; }
  @media (min-width: 1200px) {
          .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .calculation-direction-toggle, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .calculation-direction-toggle {
            margin: 0px 15px;
            transform: rotate(0deg); } }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .flag, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .flag {
    display: inline-block;
    margin: 0px 7px 0px 0px; }
  .calculator-module .calculator-form .calculation-amount-and-currencies-container .currencies-container .flag img, .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .currencies-container .flag img {
    width: 18px;
    border-radius: 2px; }
  .calculator-module .calculator-form .calculation-result, .moduletable.exchange-rates-calculator .calculator-form .calculation-result {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #090959; }
  @media (min-width: 992px) {
      .calculator-module .calculator-form .calculation-result, .moduletable.exchange-rates-calculator .calculator-form .calculation-result {
        font-size: 24px; } }
  @media (min-width: 1200px) {
      .calculator-module .calculator-form .calculation-result, .moduletable.exchange-rates-calculator .calculator-form .calculation-result {
        font-size: 28px; } }
  .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.exchange-rates-calculator .calculator-form.from-eur .currencies-container {
    flex-direction: column-reverse; }
  @media (min-width: 1200px) {
        .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.exchange-rates-calculator .calculator-form.from-eur .currencies-container {
          flex-direction: row-reverse; } }
  .calculator-module .calculator-form .invalid, .moduletable.exchange-rates-calculator .calculator-form .invalid {
    border: 1px solid #ff233e !important; }

.moduletable.breadcrumbs {
  grid-column: span 12;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
  display: none; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.breadcrumbs {
    -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.breadcrumbs {
    -ms-grid-column-span: 12; } }
  @media (min-width: 768px) {
  .moduletable.breadcrumbs {
    display: block; } }
  .moduletable.breadcrumbs ul {
    display: flex;
    align-items: center; }
  .moduletable.breadcrumbs ul li {
    font-size: 14px; }
  .moduletable.breadcrumbs ul li a {
    display: flex;
    align-items: center;
    color: #686890; }
  .moduletable.breadcrumbs ul li a:hover {
    color: #ff233e; }
  .moduletable.breadcrumbs ul li a::after {
    content: '';
    display: inline-flex;
    border: solid #686890;
    border-width: 0 1px 1px 0;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0.4; }
  .moduletable.breadcrumbs ul li .text {
    color: #090959; }

.overlay {
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f2f2f7;
  display: none; }
  .overlay.menu > header {
    background-color: #fff;
    height: 80px; }
  .overlay.menu > header .container {
    display: flex;
    align-items: center;
    height: 100%; }
  .overlay.menu > header .container .logo {
    width: 139px;
    height: 49px;
    background: transparent url('/templates/centenary/images/logo-silver.svg') no-repeat center center;
    margin-right: 10px;
    background-size: contain; }
  .overlay.menu > header .container .overlay-header-right {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: auto; }
  .overlay.menu > header .container .language-switch {
    margin-left: auto; }
  .overlay.menu > header .container .close-wrap {
    width: 50px;
    margin-left: 10px;
    display: flex;
    justify-content: center; }
  .overlay.menu > header .container .close-wrap .close {
    width: 21px;
    height: 20px;
    background: transparent url('/templates/centenary/images/close-blue.svg') no-repeat center center; }
  .overlay.popup {
    background-color: #fff; }
  .overlay.popup .close-wrap {
    position: absolute;
    width: 100%;
    top: 0; }
  .overlay.popup .close-wrap .container {
    position: relative; }
  .overlay.popup .close-wrap .close, .overlay.popup .close-wrap .popup-close {
    position: absolute;
    top: 30px;
    right: 28px;
    width: 21px;
    height: 21px;
    background: transparent url('/templates/centenary/images/popup-close.svg') no-repeat center center;
    background-size: 25px; }
  .overlay.popup .content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto; }

.moduletable.language-switch {
  width: 80px;
  border-left: 1px solid #d9dbed;
  border-right: 1px solid #d9dbed;
  height: 100%; }
  .moduletable.language-switch a {
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .moduletable.language-switch a:hover {
    background-color: #d9dbed; }

.moduletable.banner-slider {
  grid-column: span 12;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.banner-slider {
    -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.banner-slider {
    -ms-grid-column-span: 12; } }
  @media (min-width: 768px) {
  .moduletable.banner-slider {
    margin-bottom: 47px; } }
  .moduletable.banner-slider .slider-container {
    position: relative;
    height: 436px; }
  @media (min-width: 768px) {
    .moduletable.banner-slider .slider-container {
      height: 580px; } }
  .moduletable.banner-slider .slider-container .lSSlideOuter {
    position: sticky; }
  .moduletable.banner-slider .slider-container .items {
    position: relative;
    width: 100%;
    height: 436px; }
  @media (min-width: 768px) {
      .moduletable.banner-slider .slider-container .items {
        height: 580px; } }
  .moduletable.banner-slider .slider-container .items .item {
    position: relative;
    height: 436px;
    background-size: cover;
    background-position: top center; }
  @media (min-width: 768px) {
        .moduletable.banner-slider .slider-container .items .item {
          height: 580px; } }
  .moduletable.banner-slider .slider-container .items .item .container {
    display: flex;
    height: 100%;
    align-items: center; }
  .moduletable.banner-slider .slider-container .items .item .container .info-block {
    margin-top: 55px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
          .moduletable.banner-slider .slider-container .items .item .container .info-block {
            margin-top: 0;
            margin-bottom: 148px; } }
    .moduletable.banner-slider .slider-container .items .item .container .info-block .animation {
      -webkit-transition: all 0s ease-out 0s;
      -o-transition: all 0s ease-out 0s;
      transition: all 0s ease-out 0s;
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0; }
      .moduletable.banner-slider .slider-container .items .item .container .info-block .animation.animate {
        -webkit-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1; }
        .moduletable.banner-slider .slider-container .items .item .container .info-block .animation.animate:nth-child(1) {
          -webkit-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }
        .moduletable.banner-slider .slider-container .items .item .container .info-block .animation.animate:nth-child(2) {
          -webkit-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }
        .moduletable.banner-slider .slider-container .items .item .container .info-block .animation.animate:nth-child(3) {
          -webkit-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }
        .moduletable.banner-slider .slider-container .items .item .container .info-block .animation.animate:nth-child(4) {
          -webkit-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  .moduletable.banner-slider .slider-container .items .item .info {
    width: 100%;
    max-width: 400px;
    word-wrap: break-word;
    font-family: 'Open Sans', sans-serif;
    color: #fff; }
  @media (min-width: 992px) {
          .moduletable.banner-slider .slider-container .items .item .info {
            max-width: 500px; } }
  .moduletable.banner-slider .slider-container .items .item .info h1 {
    font-size: 58px;
    line-height: 64px;
    font-weight: normal;
    color: #fff; }
  .moduletable.banner-slider .slider-container .items .item .info h1.title {
    max-height: 256px; }
  .moduletable.banner-slider .slider-container .items .item .info .details {
    height: 17px;
    margin-top: 10px;
    font-weight: 600;
    color: #d9dbed;
    letter-spacing: 2.49px; }
  .moduletable.banner-slider .slider-container .items .item .info h4 {
    line-height: 32px;
    margin-top: 7px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; }
  .moduletable.banner-slider .slider-container .items .item .info h4.description {
    max-height: 96px; }
  .moduletable.banner-slider .slider-container .items .item .info .readmore {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff; }
    .moduletable.banner-slider .slider-container .items .item .info .readmore:hover, .moduletable.banner-slider .slider-container .items .item .info .readmore:active, .moduletable.banner-slider .slider-container .items .item .info .readmore:focus {
      color: #ff233e; }
  .moduletable.banner-slider .slider-container .items .item .info.color-mode-b .title {
    color: #090959; }
    .moduletable.banner-slider .slider-container .items .item .info.color-mode-b .details {
      color: #686890; }
    .moduletable.banner-slider .slider-container .items .item .info.color-mode-b h4 {
      color: #292936; }
    .moduletable.banner-slider .slider-container .items .item .info.color-mode-b .readmore {
      color: #292936; }
      .moduletable.banner-slider .slider-container .items .item .info.color-mode-b .readmore:hover, .moduletable.banner-slider .slider-container .items .item .info.color-mode-b .readmore:active, .moduletable.banner-slider .slider-container .items .item .info.color-mode-b .readmore:focus {
        color: #ff233e; }
  .moduletable.banner-slider .slider-container .nav-items {
    position: absolute;
    width: 100%; }
  @media (max-width: 767px) {
      .moduletable.banner-slider .slider-container .nav-items {
        top: 30px; } }
  @media (min-width: 768px) {
      .moduletable.banner-slider .slider-container .nav-items {
        bottom: 0;
        min-height: 148px; } }
  .moduletable.banner-slider .slider-container .nav-items .nav-item {
    grid-column: span 3;
    padding: 15px 0;
    border-top: 2px solid #fff;
    opacity: 0.45;
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    color: #fff; }
  @media (max-width: 767px) {
        .moduletable.banner-slider .slider-container .nav-items .nav-item {
          display: none; } }
  .moduletable.banner-slider .slider-container .nav-items .nav-item .title, .moduletable.banner-slider .slider-container .nav-items .nav-item .description {
    display: none; }
  @media (min-width: 768px) {
          .moduletable.banner-slider .slider-container .nav-items .nav-item .title, .moduletable.banner-slider .slider-container .nav-items .nav-item .description {
            display: block;
            max-height: 48px;
            margin-top: 15px;
            line-height: 24px;
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            transition: color 0.3s ease-out 0s;
            -moz-transition: color 0.3s ease-out 0s; } }
  @media (min-width: 768px) {
          .moduletable.banner-slider .slider-container .nav-items .nav-item .description {
            margin-top: 10px;
            font-size: 14px; } }
  .moduletable.banner-slider .slider-container .nav-items .nav-item:hover, .moduletable.banner-slider .slider-container .nav-items .nav-item:active, .moduletable.banner-slider .slider-container .nav-items .nav-item:focus {
    opacity: 1; }
  .moduletable.banner-slider .slider-container .nav-items .nav-item.active {
    opacity: 1; }
  .moduletable.banner-slider .slider-container .nav-items .nav-item.color-mode-b {
    border-top: 2px solid #686890; }
  .moduletable.banner-slider .slider-container .nav-items .nav-item.color-mode-b .title {
    color: #090959; }
  .moduletable.banner-slider .slider-container .nav-items .nav-item.color-mode-b .description {
    color: #686890; }
  .moduletable.banner-slider .slider-container .nav-items .nav-item.animation {
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  .moduletable.banner-slider .slider-container .nav-items .nav-item.animation:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .moduletable.banner-slider .slider-container .nav-items .nav-item.animation:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .moduletable.banner-slider .slider-container .nav-items .nav-item.animation:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .moduletable.banner-slider .slider-container .nav-items .nav-item.animation.animate {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .moduletable.banner-slider .slider-container .nav-items.animation {
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 0; }
  .moduletable.banner-slider .slider-container .nav-items.animation.animate {
    opacity: 1; }

.moduletable.buildings-wrapper {
  grid-column: span 12;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.buildings-wrapper {
    -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.buildings-wrapper {
    -ms-grid-column-span: 8; } }
  @media (min-width: 992px) {
  .moduletable.buildings-wrapper {
    grid-column: span 8; } }
  .moduletable.buildings-wrapper > h3 {
    padding-bottom: 4px;
    font-size: 48px;
    line-height: 64px; }
  .moduletable.buildings-wrapper .buildings {
    max-width: 844px; }
  .moduletable.buildings-wrapper .buildings .building {
    display: grid;
    grid-template-columns: auto;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #d9dbed;
    margin-top: 50px; }
  .moduletable.buildings-wrapper .buildings .building .title {
    order: 1;
    font-family: inherit;
    font-weight: normal;
    line-height: 43px;
    margin-bottom: 20px; }
  .moduletable.buildings-wrapper .buildings .building .media-container {
    order: 2;
    grid-row: auto;
    margin-bottom: 26px; }
  .moduletable.buildings-wrapper .buildings .building .media-container .image {
    display: block;
    width: 100%; }
  .moduletable.buildings-wrapper .buildings .building .media-container .map {
    position: relative;
    height: 194px;
    margin-top: 22px; }
  .moduletable.buildings-wrapper .buildings .building .media-container .map.map-only {
    margin-top: 0px; }
  .moduletable.buildings-wrapper .buildings .building .media-container .map iframe {
    width: 100%;
    height: 100%; }
  .moduletable.buildings-wrapper .buildings .building .media-container .map .full {
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 49px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    color: #090959;
    cursor: pointer; }
    .moduletable.buildings-wrapper .buildings .building .media-container .map .full span {
      font-size: 18px;
      line-height: 48px;
      display: block;
      padding-right: 69px;
      text-align: center;
      padding-left: 20px;
      min-width: 180px; }
    .moduletable.buildings-wrapper .buildings .building .media-container .map .full.close span {
      display: none; }
    .moduletable.buildings-wrapper .buildings .building .media-container .map .full::after {
      content: url('/templates/centenary/images/full-map-expand.svg');
      position: absolute;
      background-color: #090959;
      width: 49px;
      height: 49px;
      right: 0;
      top: 0; }
  .moduletable.buildings-wrapper .buildings .building .description {
    order: 3;
    margin-bottom: 44px; }
  .moduletable.buildings-wrapper .buildings .building .description h4 {
    margin-bottom: 8px;
    font-family: inherit;
    line-height: 24px; }
  .moduletable.buildings-wrapper .buildings .building .description p {
    margin-bottom: 14px;
    line-height: 28px; }
  .moduletable.buildings-wrapper .buildings .building .description p:last-child {
    margin-bottom: 0px; }
  .moduletable.buildings-wrapper .buildings .building .description .alert {
    color: #ff233e; }
  .moduletable.buildings-wrapper .buildings .building:last-of-type {
    border-bottom: none; }
  @media (min-width: 768px) {
    .moduletable.buildings-wrapper .buildings .building {
      grid-column: span 12;
      grid-template-columns: 430px 1fr;
      grid-template-rows: min-content 1fr; }
      .moduletable.buildings-wrapper .buildings .building .title {
        order: 2; }
      .moduletable.buildings-wrapper .buildings .building .media-container {
        grid-row-start: 1;
        grid-row-end: 3;
        order: 1;
        padding-right: 45px;
        margin-bottom: 44px; } }

.moduletable.contacts-wrapper {
  grid-column: span 12;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.contacts-wrapper {
    -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.contacts-wrapper {
    -ms-grid-column-span: 8; } }
  @media (min-width: 992px) {
  .moduletable.contacts-wrapper {
    grid-column: span 8; } }
  .moduletable.contacts-wrapper > h3 {
    padding-bottom: 4px;
    font-size: 48px;
    line-height: 64px; }
  .moduletable.contacts-wrapper .contacts {
    max-width: 844px; }
  .moduletable.contacts-wrapper .contacts .addinfo {
    margin-top: 50px;
    margin-bottom: 50px; }
  .moduletable.contacts-wrapper .contacts .addinfo p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px; }
  .moduletable.contacts-wrapper .contacts .employee {
    margin-bottom: 50px;
    margin-top: 50px; }
  .moduletable.contacts-wrapper .contacts .employee .datagrid {
    border: 1px solid #f2f2f7; }
  .moduletable.contacts-wrapper .contacts .employee .datagrid table {
    width: 100%; }
  .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr {
    border-top: none;
    border-bottom: 1px solid #f2f2f7; }
    .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr th, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr th, .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td {
      width: 100%;
      text-align: left;
      border-left: none;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 25px;
      font-size: 18px;
      line-height: 1.4;
      color: #686890; }
    .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td {
      display: grid;
      align-items: center;
      vertical-align: middle;
      min-height: 80px; }
      .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td span:first-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td span:first-child {
        color: #090959;
        align-self: end; }
        .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td span:last-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td span:last-child {
          align-self: start; }
      .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td:first-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td:first-child {
        margin-top: 10px; }
      .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td:last-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td:last-child {
        margin-bottom: 10px; }
    .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr:last-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr:last-child {
      border-bottom: none; }
      .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr:last-child td:last-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr:last-child td:last-child {
        border-bottom: none; }
  .moduletable.contacts-wrapper .contacts .employee .datagrid .contacts-main {
    color: #090959;
    font-size: 18px; }
  .moduletable.contacts-wrapper .contacts .employee .datagrid .main-structure {
    padding: 25px 0; }
  .moduletable.contacts-wrapper .contacts .employee .datagrid .contacts-email {
    color: #090959;
    text-decoration: underline; }
  .moduletable.contacts-wrapper .contacts .employee .datagrid .contacts-phone {
    color: #090959; }
  @media (min-width: 768px) {
    .moduletable.contacts-wrapper .contacts .employee {
      margin-bottom: 50px; }
      .moduletable.contacts-wrapper .contacts .employee .datagrid {
        border: 1px solid #d9dbed; }
        .moduletable.contacts-wrapper .contacts .employee .datagrid table {
          border-collapse: collapse;
          text-align: left;
          width: 100%; }
          .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr th, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr th, .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td {
            display: table-cell;
            width: auto;
            vertical-align: middle;
            min-height: 74px;
            padding-left: 0px;
            padding-top: 14px;
            padding-bottom: 14px; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr th:first-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr th:first-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td:first-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td:first-child {
              border-left: none;
              padding-left: 30px; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr th:nth-child(2), .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr th:nth-child(2), .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td:nth-child(2), .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td:nth-child(2) {
              width: 28%; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr th:nth-child(3), .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr th:nth-child(3), .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td:nth-child(3), .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td:nth-child(3) {
              width: 23%; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr th:last-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr th:last-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td:last-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td:last-child {
              padding-right: 30px;
              width: 13%;
              border-bottom: 2px solid #f2f2f7; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr th, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr th {
              background-color: #f2f2f7;
              color: #090959;
              font-size: 18px; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr th:first-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr th:first-child {
              border: none; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td {
              display: table-cell;
              align-items: center;
              border-bottom: 2px solid #f2f2f7;
              padding-right: 15px; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td:last-child, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td:last-child {
              border-left: none;
              border-bottom: 2px solid #f2f2f7; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr td span, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr td span {
              color: #686890; }
            .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr:last-child th, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr:last-child th, .moduletable.contacts-wrapper .contacts .employee .datagrid table thead tr:last-child td, .moduletable.contacts-wrapper .contacts .employee .datagrid table tbody tr:last-child td {
              border-bottom: none; } }

.moduletable.news-mailer-wrapper .news-mailer {
  grid-column: span 12;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  max-height: 100%;
  overflow-x: hidden;
  z-index: 11;
  background-color: #f2f2f7;
  color: #292936;
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s; }
  .moduletable.news-mailer-wrapper .news-mailer.opened {
    transform: translateY(0); }
  @media print {
      .moduletable.news-mailer-wrapper .news-mailer.opened {
        display: none; } }
  .moduletable.news-mailer-wrapper .news-mailer .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-image: url('/templates/centenary/images/close-blue.svg');
    background-size: cover;
    cursor: pointer; }
  .moduletable.news-mailer-wrapper .news-mailer .container {
    height: 100%;
    position: relative;
    padding-top: 35px;
    border-top: 1px solid #d9dbed; }
  .moduletable.news-mailer-wrapper .news-mailer .mail-icon {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 17px; }
  .moduletable.news-mailer-wrapper .news-mailer .message-container {
    max-width: 530px; }
  .moduletable.news-mailer-wrapper .news-mailer .message-container .title {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 32px;
    min-height: 45px;
    font-weight: normal;
    float: left;
    padding-top: 5px; }
  .moduletable.news-mailer-wrapper .news-mailer .message-container .description, .moduletable.news-mailer-wrapper .news-mailer .message-container .verification-message {
    padding-top: 15px;
    clear: both;
    color: #292936;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato', sans-serif; }
  .moduletable.news-mailer-wrapper .news-mailer .message-container .verification-message {
    display: none; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container {
    position: relative;
    display: grid;
    grid-column: span 12;
    grid-template-columns: minmax(100px, auto) 170px;
    margin-top: 35px;
    margin-bottom: 33px; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container input[type=text], .moduletable.news-mailer-wrapper .news-mailer .input-container input[type=button] {
    height: 65px;
    line-height: 65px; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .error-message {
    display: none;
    position: absolute;
    height: 14px;
    top: 70px;
    font-size: 12px;
    color: #ff233e; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .news-mailer-email {
    -webkit-transition: border-color 0.3s ease-out 0s;
    -moz-transition: border-color 0.3s ease-out 0s;
    transition: border-color 0.3s ease-out 0s; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .news-mailer-email.error {
    border: 1px solid #ff233e; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .news-mailer-send {
    text-align: center;
    max-width: 170px;
    margin-left: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .mailer-types {
    grid-column: span 12;
    margin-top: 20px; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .mailer-types div {
    margin-top: 10px; }
  @media (min-width: 768px) {
  .moduletable.news-mailer-wrapper .news-mailer .container {
    padding-bottom: 35px; }
    .moduletable.news-mailer-wrapper .news-mailer .mail-icon {
      margin-right: 56px;
      width: 74px;
      height: 74px; }

    .moduletable.news-mailer-wrapper .news-mailer .message-container {
      float: left;
      padding-right: 30px; }
      .moduletable.news-mailer-wrapper .news-mailer .message-container .title {
        font-size: 34px;
        padding: 0;
        float: none; }
      .moduletable.news-mailer-wrapper .news-mailer .message-container .description, .moduletable.news-mailer-wrapper .news-mailer .message-container .verification-message {
        padding-top: 0px; }

    .moduletable.news-mailer-wrapper .news-mailer .input-container {
      clear: both;
      padding-top: 35px;
      margin-bottom: 0;
      grid-template-columns: minmax(170px, auto) 170px; }
      .moduletable.news-mailer-wrapper .news-mailer .input-container .news-mailer-email {
        min-width: 170px; } }
  @media (min-width: 1200px) {
  .moduletable.news-mailer-wrapper .news-mailer .message-container {
    max-width: 530px; }
    .moduletable.news-mailer-wrapper .news-mailer .input-container {
      margin-top: 15px;
      padding-top: 0;
      float: right;
      clear: none; } }

.moduletable.news {
  grid-column: span 12;
  grid-template-areas: "h h h h h h h h h h h h" "f f f f f f f f f f f f" "s s s s s s s s s s s s" "a a a a a a a a a a a a ";
  -ms-grid-rows: 100px auto 1fr; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.news {
    -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.news {
    -ms-grid-column-span: 12; } }
  .moduletable.news a h4 {
    font-family: 'Open Sans', sans-serif; }
  .moduletable.news a h4:hover {
    color: #ff233e; }
  .moduletable.news h1, .moduletable.news h2 {
    grid-area: h;
    margin-bottom: 15px;
    -ms-grid-row: 1; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.news h1, .moduletable.news h2 {
      -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news h1, .moduletable.news h2 {
      -ms-grid-column-span: 12; } }
  .moduletable.news .no-articles {
    grid-area: a;
    height: 693px; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.news .no-articles {
      -ms-grid-row: 3; }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news .no-articles {
      -ms-grid-column-span: 8; } } }
  @media all and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
        .moduletable.news .no-articles {
          -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news .no-articles {
      -ms-grid-row: 3; }
      @media all and (-ms-high-contrast: none) {
    .moduletable.news .no-articles {
      -ms-grid-column-span: 8; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news .no-articles {
      -ms-grid-column-span: 8; } } }
  .moduletable.news .filters {
    grid-area: f;
    -ms-grid-row: 2;
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid #d9dbed;
    border-bottom: 1px solid #d9dbed;
    font-size: 18px;
    color: #090959;
    text-align: right; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.news .filters {
      -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news .filters {
      -ms-grid-column-span: 8; } }
  .moduletable.news .filters label {
    padding-right: 10px; }
  .moduletable.news .filters .filter {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding-bottom: 25px; }
  .moduletable.news .filters .filter .years, .moduletable.news .filters .filter .themes {
    display: flex;
    display: -ms-flexbox;
    align-items: center; }
  .moduletable.news .filters .filter .years .year, .moduletable.news .filters .filter .themes .year, .moduletable.news .filters .filter .years .theme, .moduletable.news .filters .filter .themes .theme {
    position: relative; }
  .moduletable.news .filters .filter .years .year:after, .moduletable.news .filters .filter .themes .year:after, .moduletable.news .filters .filter .years .theme:after, .moduletable.news .filters .filter .themes .theme:after {
    content: '';
    position: absolute;
    right: 1px;
    top: 3px;
    width: 22px;
    height: 8px;
    background-color: #fff;
    background-image: url('/templates/centenary/images/triangle.svg');
    background-repeat: no-repeat;
    height: calc(100% - 4px);
    background-position: 3px;
    pointer-events: none; }
  .moduletable.news .filters .filter .years .year .ordering, .moduletable.news .filters .filter .themes .year .ordering, .moduletable.news .filters .filter .years .theme .ordering, .moduletable.news .filters .filter .themes .theme .ordering {
    height: 40px;
    width: 85px;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 18px;
    color: #090959;
    background: none;
    border: 1px solid #d9dbed;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    .moduletable.news .filters .filter .years .year .ordering[name=themes], .moduletable.news .filters .filter .themes .year .ordering[name=themes], .moduletable.news .filters .filter .years .theme .ordering[name=themes], .moduletable.news .filters .filter .themes .theme .ordering[name=themes] {
      width: 233px; }
  .moduletable.news .filters .filter .years .year select::-ms-expand, .moduletable.news .filters .filter .themes .year select::-ms-expand, .moduletable.news .filters .filter .years .theme select::-ms-expand, .moduletable.news .filters .filter .themes .theme select::-ms-expand {
    display: none; }
  .moduletable.news .filters .authors {
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template: "l a"/auto 1fr; }
  .moduletable.news .filters .authors label {
    -ms-grid-column: 1;
    grid-area: l;
    align-self: center; }
  .moduletable.news .filters .authors .input-autocomplete {
    position: relative;
    justify-self: stretch;
    -ms-grid-column: 2;
    grid-area: a; }
  .moduletable.news .filters .authors .input-autocomplete .placeholder-top {
    display: none;
    position: absolute;
    top: -6px;
    left: 10px;
    font-size: 10px;
    color: #686890;
    background-color: #fff; }
  .moduletable.news .filters .authors .input-autocomplete input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    color: #090959; }
  .moduletable.news .filters .authors .input-autocomplete input::-webkit-input-placeholder {
    color: #d9dbed;
    font-size: 16px; }
  .moduletable.news .filters .authors .input-autocomplete input::-moz-placeholder {
    color: #d9dbed;
    font-size: 16px; }
  .moduletable.news .filters .authors .input-autocomplete input:-ms-input-placeholder {
    color: #d9dbed;
    font-size: 16px; }
  .moduletable.news .filters .authors .input-autocomplete input:-moz-placeholder {
    color: #d9dbed;
    font-size: 16px; }
  .moduletable.news .filters .btn.recycle-filter {
    display: none;
    margin-top: 25px; }
  .moduletable.news .news-articles {
    grid-area: a;
    -ms-grid-row: 3; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.news .news-articles {
      -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news .news-articles {
      -ms-grid-column-span: 8; } }
  .moduletable.news .news-articles .article {
    grid-column: span 12;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9dbed;
    font-family: 'Open Sans', sans-serif; }
  .moduletable.news .news-articles .article .image {
    grid-column: span 12; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.news .news-articles .article .image {
          -ms-grid-column-span: 5; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.news .news-articles .article .image {
          -ms-grid-column-span: 5; } }
  @media all and (-ms-high-contrast: none) {
        .moduletable.news .news-articles .article .image {
          display: block; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.news .news-articles .article .image {
          display: block; } }
  .moduletable.news .news-articles .article .image img {
    width: 100%; }
  .moduletable.news .news-articles .article .content {
    grid-column: span 12;
    margin-bottom: 30px;
    position: relative; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.news .news-articles .article .content {
          -ms-grid-column: 6;
          -ms-grid-column-span: 7; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.news .news-articles .article .content {
          -ms-grid-column: 6;
          -ms-grid-column-span: 7; } }
  @media all and (-ms-high-contrast: none) {
        .moduletable.news .news-articles .article .content {
          display: block;
          margin-left: 25px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.news .news-articles .article .content {
          display: block;
          margin-left: 25px; } }
  .moduletable.news .news-articles .article .content .details {
    display: flex;
    align-items: center;
    margin-bottom: 2px; }
  .moduletable.news .news-articles .article .content .details .date {
    font-size: 12px;
    letter-spacing: 2.49px;
    line-height: 17px;
    color: #686890; }
  .moduletable.news .news-articles .article .content .details .info-tag {
    margin-left: auto; }
  .moduletable.news .news-articles .article .content h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px; }
  .moduletable.news .news-articles .article .content p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #292936; }
  .moduletable.news .news-articles .article .content .author-container {
    display: flex;
    flex-wrap: wrap; }
  .moduletable.news .news-articles .article .content .author-container .profile {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 10px; }
    .moduletable.news .news-articles .article .content .author-container .profile .author-image {
      width: 36px;
      height: 49px;
      margin-right: 5px;
      object-fit: cover; }
    .moduletable.news .news-articles .article .content .author-container .profile .author-name {
      font-size: 16px; }
    .moduletable.news .news-articles .article .content .author-container .profile div.author-name {
      color: #686890; }
  .moduletable.news .load-more {
    grid-area: x;
    text-align: center;
    -ms-grid-row: 3; }
  .moduletable.news.news-clear {
    grid-template-areas: "h h h h h h h h h h h h" "a a a a a a a a a a a a" "x x x x x x x x x x x x"; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.news.news-clear .news-articles {
        -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.news.news-clear .news-articles {
        -ms-grid-column-span: 12; } }
  .moduletable.news.news-clear .news-articles .article {
    align-items: center; }
  @media all and (-ms-high-contrast: none) {
          .moduletable.news.news-clear .news-articles .article .content {
            -ms-grid-column: 6;
            -ms-grid-column-span: 7; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.news.news-clear .news-articles .article .content {
            -ms-grid-column: 6;
            -ms-grid-column-span: 7; } }
  .moduletable.news.news-clear .news-articles .article:last-child {
    border: none; }
  .moduletable.news.news-clear .load-more button {
    min-height: 50px;
    padding: 22px 25px;
    border: 1px solid #d9dbed;
    height: 100%;
    width: 80%;
    color: #090959;
    font-size: 16px; }
  .moduletable.news .news-page-separator {
    display: none; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.news .news-page-separator {
      display: block;
      height: 747px;
      margin-top: 50px;
      border-right: 1px solid #d9dbed; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news .news-page-separator {
      display: block;
      height: 747px;
      margin-top: 50px;
      border-right: 1px solid #d9dbed; } }
  @media all and (-ms-high-contrast: none) {
    .moduletable.news .news-page-separator {
      -ms-grid-column: 9;
      -ms-grid-column-span: 1; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news .news-page-separator {
      -ms-grid-column: 9;
      -ms-grid-column-span: 1; } }
  .moduletable.news .side {
    grid-area: s; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.news .side {
      -ms-grid-column: 10;
      -ms-grid-column-span: 3; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news .side {
      -ms-grid-column: 10;
      -ms-grid-column-span: 3; } }
  @media all and (-ms-high-contrast: none) {
    .moduletable.news .side {
      margin-top: 50px;
      padding-left: 30px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.news .side {
      margin-top: 50px;
      padding-left: 30px; } }
  .moduletable.news .side ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .moduletable.news .side ul h3 {
    display: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.news .side ul h3 {
          display: block;
          margin-bottom: 13px;
          font-size: 24px;
          line-height: 28px;
          width: 100%; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.news .side ul h3 {
          display: block;
          margin-bottom: 13px;
          font-size: 24px;
          line-height: 28px;
          width: 100%; } }
  .moduletable.news .side ul li button {
    margin: 0px 9px 9px 0px; }
  @media all and (-ms-high-contrast: none) {
          .moduletable.news .side ul li button {
            height: 30px;
            padding: 0 0 0 0;
            border: none;
            border-radius: 0;
            color: #686890; }
            .moduletable.news .side ul li button:not(.active):hover, .moduletable.news .side ul li button:not(.active):active, .moduletable.news .side ul li button:not(.active):focus {
              color: #090959;
              background: none; }
            .moduletable.news .side ul li button.active {
              color: #090959;
              background: none;
              font-weight: 900; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.news .side ul li button {
            height: 30px;
            padding: 0 0 0 0;
            border: none;
            border-radius: 0;
            color: #686890; }
            .moduletable.news .side ul li button:not(.active):hover, .moduletable.news .side ul li button:not(.active):active, .moduletable.news .side ul li button:not(.active):focus {
              color: #090959;
              background: none; }
            .moduletable.news .side ul li button.active {
              color: #090959;
              background: none;
              font-weight: 900; } }
  @media (min-width: 992px) {
  .moduletable.news {
    grid-template-areas: "h h h h h h h h x s s s " "f f f f f f f f x s s s " "a a a a a a a a x s s s "; }
    .moduletable.news.news-clear {
      grid-template-areas: "h h h h h h h h h h h h" "a a a a a a a a a a a a" "x x x x x x x x x x x x"; }

    .moduletable.news h1, .moduletable.news h2 {
      grid-area: h; }

    .moduletable.news .news-articles {
      grid-area: a; }
      .moduletable.news .news-articles .article {
        grid-template-columns: repeat(3, 83.35px) repeat(5, 1fr); }
        .moduletable.news .news-articles .article .image {
          grid-column: inherit; }
        .moduletable.news .news-articles .article .image + .content {
          grid-column: inherit; }
        .moduletable.news .news-articles .article .content {
          grid-column: span 8; }

    .moduletable.news .news-page-separator {
      grid-area: x;
      height: 747px;
      margin-top: 50px;
      border-right: 1px solid #d9dbed;
      display: block; }

    .moduletable.news .side {
      grid-area: s;
      height: 747px;
      margin-top: 50px; }
      .moduletable.news .side ul {
        flex-direction: column; }
        .moduletable.news .side ul h3 {
          margin-bottom: 13px;
          display: block;
          color: #090959;
          font-size: 24px;
          line-height: 29px; }
        .moduletable.news .side ul li button {
          height: 30px;
          padding: 0 0 0 0;
          border: none;
          border-radius: 0;
          color: #686890; }
          .moduletable.news .side ul li button:not(.active):hover, .moduletable.news .side ul li button:not(.active):active, .moduletable.news .side ul li button:not(.active):focus {
            color: #090959;
            background: none; }
          .moduletable.news .side ul li button.active {
            color: #090959;
            background: none;
            font-weight: 900; } }
    @media (min-width: 992px) and (min-width: 992px) {
          .moduletable.news .news-articles .article .image {
            grid-column: span 3;
            margin-bottom: 30px; } }
    @media (min-width: 992px) and (min-width: 992px) {
          .moduletable.news .news-articles .article .image + .content {
            grid-column: span 5;
            margin-left: 25px; } }

.ui-autocomplete {
  width: 100px;
  background-color: #fff;
  border: 1px solid #d9dbed;
  border-top: none;
  color: #090959;
  cursor: pointer; }
  .ui-autocomplete img {
    width: 36px;
    height: 49px;
    object-fit: cover;
    margin: 5px; }
  .ui-autocomplete li {
    border: 1px solid transparent; }
  .ui-autocomplete li:hover {
    border-top: 1px solid #d9dbed;
    border-bottom: 1px solid #d9dbed;
    background-color: #f2f2f7; }
  .ui-autocomplete li:first-of-type:hover {
    border-top: 1px solid transparent; }
  .ui-autocomplete li:last-of-type:hover {
    border-bottom: 1px solid transparent; }

.moduletable.vacancies {
  margin: 15px 0 25px 0;
  grid-column: span 8;
  -ms-grid-column-span: 8;
  color: #090959; }
  @media (max-width: 991px) {
  .moduletable.vacancies {
    grid-column: span 12;
    -ms-grid-column-span: 12; } }
  .moduletable.vacancies .header {
    display: flex;
    justify-content: space-between; }
  .moduletable.vacancies .header .glyph-buttons {
    display: flex;
    align-items: center; }
  .moduletable.vacancies .header .glyph-buttons:hover {
    cursor: pointer; }
  .moduletable.vacancies .header h3 {
    font-size: 48px;
    line-height: 64px;
    font-family: 'Lora', serif; }
  .moduletable.vacancies .no-vacancies p {
    font-size: 24px; }
  .moduletable.vacancies .actual-date {
    margin-bottom: 25px;
    margin-top: 15px; }
  .moduletable.vacancies .actual-date p {
    font-size: 14px;
    color: #686890; }
  .moduletable.vacancies .container {
    margin-top: 20px;
    padding: 2% 10% 2% 2%;
    border: 1px solid #d9dbed; }
  .moduletable.vacancies .container .vacancies .title p {
    font-size: 24px; }
  .moduletable.vacancies .container .vacancies .deadline p, .moduletable.vacancies .container .vacancies .details p {
    font-size: 12px; }
  .moduletable.vacancies .container .vacancies .details {
    margin-bottom: 13px;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9dbed; }
  .moduletable.vacancies .container .vacancies .details p {
    color: #686890; }
  .moduletable.vacancies .container .vacancies .description a {
    display: flex; }
  .moduletable.vacancies .container .vacancies .description a .extension {
    height: 25px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
    margin-right: 5px;
    color: #fff;
    background-color: #ff233e; }
    .moduletable.vacancies .container .vacancies .description a .extension.doc {
      background-color: #a4a4d3; }
    .moduletable.vacancies .container .vacancies .description a .extension.pdf {
      background-color: #f5a9b3; }
  .moduletable.vacancies .container .vacancies .description a:hover p {
    text-decoration: underline;
    color: #090959; }
    .moduletable.vacancies .container .vacancies .description a:hover .extension {
      background-color: #ff233e; }
  .moduletable.vacancies .container .vacancies .deadline {
    padding: 14px 0 10px 0; }

@media print {
  footer {
    display: none; }

  header {
    display: none !important; } }

.moduletable.banner-slider.banner-buildings {
  margin-bottom: 50px; }
  .moduletable.banner-slider.banner-buildings .article {
    display: none; }
  .moduletable.banner-slider.banner-buildings .article.active {
    display: block; }
  .moduletable.banner-slider.banner-buildings .no-image {
    background-color: #1b1b3d; }
  .moduletable.banner-slider.banner-buildings .slider-container .info-block .description {
    font-size: 18px;
    padding: 20px 0 0 0; }
  @media (min-width: 768px) {
  .moduletable.banner-slider.banner-buildings .slider-body .nav-items .button {
    display: none; } }
  .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper {
    background-color: #090959;
    height: 0; }
  .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items {
    padding: 35px 24px 35px 24px;
    display: flex; }
  @media (min-width: 768px) {
      .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items {
        padding: 0;
        display: block; } }
  .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .button {
    background-image: url('/templates/centenary/images/arrow-head-right.svg');
    background-repeat: no-repeat;
    height: 22px;
    width: 11px;
    filter: invert(82%) sepia(153%) saturate(11%) hue-rotate(87deg) brightness(1111%) contrast(119%);
    background-size: 100%; }
  .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .button:hover {
    cursor: pointer;
    filter: invert(12%) sepia(13%) saturate(1777%) hue-rotate(76deg) brightness(111%) contrast(119%); }
  .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .button-left {
    transform: rotate(180deg); }
  .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .main-grid {
    grid-template-columns: 1fr; }
  @media (min-width: 768px) {
        .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .main-grid {
          grid-template-columns: repeat(12, 1fr); } }
  .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .main-grid.container .title div {
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
          .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .main-grid.container .title div {
            text-align: left; } }
  .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .main-grid.container .description {
    display: none; }
    @media (min-width: 768px) {
          .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .main-grid.container .description {
            display: block; } }
  .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .main-grid.container .nav-item:not(.active) {
    display: none; }
    @media (min-width: 768px) {
          .moduletable.banner-slider.banner-buildings .slider-body .nav-wrapper .nav-items .main-grid.container .nav-item:not(.active) {
            display: block; } }
  .moduletable.banner-slider.banner-buildings .articles {
    margin-top: 30px;
    grid-column: span 12;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 767px) {
    .moduletable.banner-slider.banner-buildings .articles {
      margin-top: 120px;
      padding: 0 30px 10px 24px; } }
  @media all and (-ms-high-contrast: none) {
    .moduletable.banner-slider.banner-buildings .articles {
      -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.banner-slider.banner-buildings .articles {
      -ms-grid-column-span: 12; } }
  @media all and (-ms-high-contrast: none) {
    .moduletable.banner-slider.banner-buildings .articles {
      margin-right: auto !important; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.banner-slider.banner-buildings .articles {
      margin-right: auto !important; } }
  .moduletable.banner-slider.banner-buildings .articles h1 {
    text-align: center; }
  @media (max-width: 767px) {
    .moduletable.banner-slider.banner-buildings .articles {
      margin-top: 120px;
      padding: 0 30px 10px 24px; } }
  .moduletable.banner-slider.banner-buildings .articles img {
    height: 291px; }
  @media (min-width: 768px) {
      .moduletable.banner-slider.banner-buildings .articles img {
        height: 530px; } }

.moduletable.news-highlights {
  grid-column: span 12;
  width: 100%;
  max-width: calc(100vw - 40px);
  position: relative;
  min-width: 0; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.news-highlights {
    -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.news-highlights {
    -ms-grid-column-span: 12; } }
  .moduletable.news-highlights .news-tags-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px; }
  @media (min-width: 768px) {
    .moduletable.news-highlights .news-tags-container {
      margin-bottom: 10px; } }
  .moduletable.news-highlights .news-tags-container .title {
    margin: 0px 25px 15px 0px;
    font-size: 16px;
    display: none; }
  @media (min-width: 768px) {
      .moduletable.news-highlights .news-tags-container .title {
        display: inherit; } }
  .moduletable.news-highlights .news-tags-container .news-tag {
    margin: 0px 9px 9px 0px; }
  @media (min-width: 768px) {
      .moduletable.news-highlights .news-tags-container .news-tag {
        margin: 0px 15px 15px 0px; } }
  .moduletable.news-highlights .articles-container {
    position: relative; }
  .moduletable.news-highlights .articles-container .tag-articles {
    display: none; }
  .moduletable.news-highlights .articles-container .tag-articles .lightSlider {
    padding-left: 20px; }
  @media (min-width: 768px) {
        .moduletable.news-highlights .articles-container .tag-articles .lightSlider {
          padding-left: 0; } }
  .moduletable.news-highlights .articles-container .tag-articles .articles {
    display: flex;
    transition: none; }
  .moduletable.news-highlights .articles-container .tag-articles .articles .article {
    border: 1px solid #d9dbed;
    border-radius: 3px;
    background-color: #fff;
    padding: 26px 20px;
    margin-bottom: 1px; }
  .moduletable.news-highlights .articles-container .tag-articles .articles .article .img {
    width: 100%;
    height: 195px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  @media (max-width: 1199px) {
          .moduletable.news-highlights .articles-container .tag-articles .articles .article:hover, .moduletable.news-highlights .articles-container .tag-articles .articles .article:active, .moduletable.news-highlights .articles-container .tag-articles .articles .article:focus {
            background-color: #f2f2f7;
            cursor: pointer; }
            .moduletable.news-highlights .articles-container .tag-articles .articles .article:hover .title *, .moduletable.news-highlights .articles-container .tag-articles .articles .article:active .title *, .moduletable.news-highlights .articles-container .tag-articles .articles .article:focus .title * {
              color: #ff233e; } }
  @media (min-width: 1200px) {
          .moduletable.news-highlights .articles-container .tag-articles .articles .article {
            border: none;
            padding: 0px;
            height: auto; } }
  .moduletable.news-highlights .articles-container .tag-articles .articles .article .date {
    margin-bottom: 9px; }
  .moduletable.news-highlights .articles-container .tag-articles .articles .article .image {
    display: none;
    margin-bottom: 13px; }
    @media (min-width: 992px) {
          .moduletable.news-highlights .articles-container .tag-articles .articles .article .image {
            display: block; } }
    .moduletable.news-highlights .articles-container .tag-articles .articles .article .image img, .moduletable.news-highlights .articles-container .tag-articles .articles .article .image .image-placeholder {
      display: block;
      max-width: 100%;
      max-height: 195px;
      background-color: #d9dbed; }
    .moduletable.news-highlights .articles-container .tag-articles .articles .article .image .image-placeholder {
      height: 14.8vw; }
    @media (min-width: 1200px) {
          .moduletable.news-highlights .articles-container .tag-articles .articles .article .image {
            display: inherit; } }
  .moduletable.news-highlights .articles-container .tag-articles .articles .article .title * {
    font-size: 16px; }
    .moduletable.news-highlights .articles-container .tag-articles .articles .article .title *:hover, .moduletable.news-highlights .articles-container .tag-articles .articles .article .title *:active, .moduletable.news-highlights .articles-container .tag-articles .articles .article .title *:focus {
      color: #ff233e; }
    @media (min-width: 1200px) {
          .moduletable.news-highlights .articles-container .tag-articles .articles .article .title * {
            margin-bottom: 8px;
            font-size: 18px; } }
  .moduletable.news-highlights .articles-container .tag-articles .articles .article .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 13px;
    display: none; }
    @media (min-width: 1200px) {
          .moduletable.news-highlights .articles-container .tag-articles .articles .article .text {
            display: block; } }
  .moduletable.news-highlights .articles-container .tag-articles .articles .article .glyph-link {
    display: none; }
    @media (min-width: 1200px) {
          .moduletable.news-highlights .articles-container .tag-articles .articles .article .glyph-link {
            display: grid; } }
  @media (min-width: 992px) {
  .moduletable.news-highlights {
    max-width: 100%; } }
  .moduletable.news-highlights hr {
    margin-bottom: 18px; }
  .moduletable.news-highlights .all-news-button {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 16px; }
  .moduletable.news-highlights .slider-prev, .moduletable.news-highlights .slider-next {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d9dbed;
    background-color: #fff;
    box-shadow: 0 6px 8px 0 rgba(104, 104, 144, 0.17); }
  .moduletable.news-highlights .slider-prev::after, .moduletable.news-highlights .slider-next::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1.5px solid #686890;
    border-top: none;
    border-right: none; }
  .moduletable.news-highlights .slider-prev:hover, .moduletable.news-highlights .slider-next:hover, .moduletable.news-highlights .slider-prev:active, .moduletable.news-highlights .slider-next:active, .moduletable.news-highlights .slider-prev:focus, .moduletable.news-highlights .slider-next:focus {
    border-color: #f2f2f7; }
  .moduletable.news-highlights .slider-prev:hover:after, .moduletable.news-highlights .slider-next:hover:after, .moduletable.news-highlights .slider-prev:active:after, .moduletable.news-highlights .slider-next:active:after, .moduletable.news-highlights .slider-prev:focus:after, .moduletable.news-highlights .slider-next:focus:after {
    border-color: #090959; }
  @media (min-width: 768px) {
    .moduletable.news-highlights .slider-prev, .moduletable.news-highlights .slider-next {
      display: flex;
      top: calc(50% - 25px); } }
  @media (min-width: 1200px) {
    .moduletable.news-highlights .slider-prev, .moduletable.news-highlights .slider-next {
      display: flex;
      top: 143px; } }
  .moduletable.news-highlights .slider-prev {
    left: -10px; }
  @media (min-width: 1340px) {
    .moduletable.news-highlights .slider-prev {
      left: -25px; } }
  .moduletable.news-highlights .slider-prev::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 3px; }
  .moduletable.news-highlights .slider-next {
    right: -10px; }
  @media (min-width: 1340px) {
    .moduletable.news-highlights .slider-next {
      right: -25px; } }
  .moduletable.news-highlights .slider-next::after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin-left: -3px; }
  .moduletable.news-highlights .loading .slider-prev, .moduletable.news-highlights .not-enough-items .slider-prev, .moduletable.news-highlights .loading .slider-next, .moduletable.news-highlights .not-enough-items .slider-next {
    display: none; }

.moduletable.news-tagged {
  grid-column: span 12;
  width: 100%; }
  .moduletable.news-tagged > h3 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px; }
  @media (min-width: 992px) {
  .moduletable.news-tagged > h3 {
    margin-top: 40px;
    margin-bottom: 35px; } }

.news-tagged-container {
  margin-bottom: 43px; }
  .news-tagged-container .title {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px; }
  .news-tagged-container .articles-container .article {
    padding-top: 28px;
    margin-bottom: 30px;
    border-top: 1px solid #d9dbed; }
  .news-tagged-container .articles-container .article:nth-child(1), .news-tagged-container .articles-container .article:nth-child(2) {
    border-top: none;
    padding-top: 0; }
  .news-tagged-container .articles-container .article:last-child {
    margin-bottom: 40px; }
  .news-tagged-container .articles-container .article .image img {
    width: 100%;
    max-width: 366px; }
  .news-tagged-container .articles-container .article .info {
    display: grid;
    grid-template-rows: 1fr auto; }
  .news-tagged-container .articles-container .article .info div {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .news-tagged-container .articles-container .article .info h4 {
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px; }
  .news-tagged-container .articles-container .article .info p {
    color: #292936;
    margin-bottom: 10px; }
  .news-tagged-container .articles-container .article .info .url {
    margin-top: 20px; }
  .news-tagged-container .articles-container .article:hover .info h4, .news-tagged-container .articles-container .article:hover .info a {
    color: #ff233e; }
    .news-tagged-container .articles-container .article:hover .info h4::before, .news-tagged-container .articles-container .article:hover .info a::before {
      opacity: 1; }
    .news-tagged-container .articles-container .article:hover .info h4::after, .news-tagged-container .articles-container .article:hover .info a::after {
      border-color: #ff233e; }
  .news-tagged-container .articles-paginator {
    margin-top: 16px; }
  .news-tagged-container .all-articles {
    font-size: 18px;
    line-height: 24px; }
  .news-tagged-container .all-articles a {
    position: relative; }
  @media (min-width: 768px) {
  .news-tagged-container .articles-container .article {
    display: grid;
    grid-template-columns: 386px 1fr; }
    .news-tagged-container .articles-container .article .info div {
      margin-top: 0; }

    .news-tagged-container .articles-container .article .image {
      padding-right: 20px; }
      .news-tagged-container .articles-container .article .image img {
        width: 100%; } }
  @media (min-width: 992px) {
  .news-tagged-container .title {
    margin-top: 40px;
    margin-bottom: 35px; }
    .news-tagged-container .articles-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto; }
      .news-tagged-container .articles-container .article {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        max-width: 588px;
        margin-right: 12px;
        margin-bottom: 24px;
        border-top: 2px solid #d9dbed; }
        .news-tagged-container .articles-container .article:nth-child(2n) {
          margin-right: 0;
          margin-left: 12px; }
        .news-tagged-container .articles-container .article:last-child {
          margin-bottom: 24px; }
        .news-tagged-container .articles-container .article .image {
          padding-right: 20px; }
          .news-tagged-container .articles-container .article .image img {
            width: 100%; }
        .news-tagged-container .articles-container .article .info div {
          margin-top: 0; }
          .news-tagged-container .articles-container .article .info .glyph-link {
            margin-bottom: 10px; }
          .news-tagged-container .articles-container .article .info .url {
            margin-top: 0; }

    .news-tagged-container .all-articles {
      margin-top: 16px; } }

.moduletable.history {
  grid-column: span 12;
  -ms-grid-column-span: 12;
  padding-bottom: 75px;
  border-top: 2px solid #d9dbed;
  justify-self: center; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.history {
    margin-right: auto !important;
    max-width: 1060px;
    -ms-grid-column-align: center; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.history {
    margin-right: auto !important;
    max-width: 1060px;
    -ms-grid-column-align: center; } }
  @media (min-width: 992px) {
  .moduletable.history {
    margin-left: auto;
    margin-right: auto; } }
  .moduletable.history h3 {
    padding-top: 60px;
    padding-bottom: 25px;
    text-align: center; }
  .moduletable.history .items {
    display: -ms-grid;
    display: grid;
    max-width: 555px;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-row-gap: 30px;
    margin-bottom: 30px;
    align-items: center;
    -ms-grid-row-align: center; }
  @media (min-width: 768px) {
    .moduletable.history .items {
      max-width: 1060px;
      grid-template-columns: 1fr 1fr;
      -ms-grid-columns: 1fr 1fr;
      grid-column-gap: 30px; } }
  @media (min-width: 992px) {
    .moduletable.history .items {
      grid-row-gap: 0;
      margin-bottom: 0;
      -ms-grid-row-align: center; } }
  @media (min-width: 1200px) {
    .moduletable.history .items {
      display: -ms-grid;
      display: grid;
      grid-template-columns: 418px 580px;
      grid-column-gap: 70px; }
      .moduletable.history .items .item:nth-child(even) {
        justify-self: right; }
      .moduletable.history .items .item:nth-child(2), .moduletable.history .items .item:nth-child(3) {
        min-width: 600px;
        min-height: 310px; } }
  @media all and (-ms-high-contrast: none) {
    .moduletable.history .items {
      margin-bottom: 30px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px) {
        .moduletable.history .items .item:nth-child(2), .moduletable.history .items .item:nth-child(4) {
          margin-left: 30px;
          margin-bottom: 0; } }
  @media all and (-ms-high-contrast: none) and (min-width: 992px) {
        .moduletable.history .items .item:nth-child(even) {
          -ms-grid-row-align: center; }
          .moduletable.history .items .item:nth-of-type(2) {
            margin-left: -60px; }
          .moduletable.history .items .item:nth-of-type(3) {
            -ms-grid-row-align: center; }
          .moduletable.history .items .item:nth-of-type(4) {
            -ms-grid-column-align: end; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.history .items {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
    .moduletable.history .items .item:nth-child(2), .moduletable.history .items .item:nth-child(4) {
      margin-left: 30px;
      margin-bottom: 0; } }
      @media (min-width: 992px) {
    .moduletable.history .items .item:nth-child(even) {
      -ms-grid-row-align: center; }
      .moduletable.history .items .item:nth-of-type(2) {
        margin-left: -60px; }
      .moduletable.history .items .item:nth-of-type(3) {
        -ms-grid-row-align: center; }
      .moduletable.history .items .item:nth-of-type(4) {
        -ms-grid-column-align: end; } } }
  @media all and (-ms-high-contrast: none) {
      .moduletable.history .items .item {
        margin-bottom: 30px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 992px) {
          .moduletable.history .items .item {
            margin-bottom: 0; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.history .items .item {
        margin-bottom: 30px; }
        @media (min-width: 992px) {
    .moduletable.history .items .item {
      margin-bottom: 0; } } }
  .moduletable.history .items .item .content {
    display: block;
    position: relative;
    right: 0;
    border: 6px solid #f6f6f6;
    transition: right ease 0.2s; }
  .moduletable.history .items .item .content:hover {
    right: -10px;
    border-color: #e5e5e5;
    box-shadow: 10px 10px 31px 5px rgba(223, 223, 223, 0.5);
    cursor: auto; }
  .moduletable.history .items .item .content:hover .intro-text {
    color: #090959; }
  @media (min-width: 992px) {
        .moduletable.history .items .item .content {
          display: flex; } }
  .moduletable.history .items .item .content .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .moduletable.history .items .item .content .image > img:hover {
    cursor: pointer; }
  .moduletable.history .items .item .content .intro-text {
    padding: 33px; }
  @media (min-width: 1200px) {
          .moduletable.history .items .item .content .intro-text {
            width: 50%; } }
  .moduletable.history .items .item .content .intro-text h4 {
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif; }
    .moduletable.history .items .item .content .intro-text h4:hover {
      color: #ff233e;
      cursor: pointer; }
  .moduletable.history .items .item .content .intro-text p {
    padding-bottom: 30px;
    line-height: 24px;
    color: #292936; }
  .moduletable.history .items .item .content .intro-text .read-more {
    position: relative;
    font-size: 18px; }
    .moduletable.history .items .item .content .intro-text .read-more:hover {
      color: #ff233e;
      cursor: pointer; }
    .moduletable.history .items .item .content .intro-text .read-more:hover .glyph-circle:before {
      background-color: #ff233e; }
    .moduletable.history .items .item .content .intro-text .read-more .glyph-circle {
      top: -2px;
      right: 4px; }
    .moduletable.history .items .item .content .intro-text .read-more .glyph-circle:before {
      background-color: #090959; }
    .moduletable.history .items .item .content .intro-text .read-more .glyph-circle:after {
      top: 7px; }
  @media (min-width: 992px) {
    .moduletable.history .items .item:first-child > .content, .moduletable.history .items .item:not(.question):nth-of-type(4) > .content {
      min-height: 552px;
      max-width: 418px;
      flex-direction: column; }
      .moduletable.history .items .item:first-child > .content .intro-text, .moduletable.history .items .item:not(.question):nth-of-type(4) > .content .intro-text {
        width: 100%; } }
  .moduletable.history .items .question {
    align-self: center;
    justify-self: center;
    -ms-grid-column-align: center; }
  @media (min-width: 992px) {
      .moduletable.history .items .question {
        margin-top: -60px;
        min-height: 552px;
        justify-self: end;
        -ms-grid-column-align: end;
        grid-column: 2;
        -ms-grid-column: 2; } }
  .moduletable.history .items .question .content {
    max-width: 410px;
    flex-direction: column;
    justify-content: center;
    padding: 68px 32px 40px 38px;
    background: url('/templates/centenary/images/question-mark.png') no-repeat center right 20px;
    background-size: 45%; }
  @media (min-width: 768px) {
        .moduletable.history .items .question .content {
          height: 380px; } }
  .moduletable.history .items .question h4 {
    padding-bottom: 25px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif; }
  .moduletable.history .items .question p {
    line-height: 40px;
    font-size: 22px; }

.page-buildings .overlay.popup .content article {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 80px; }
  .page-buildings .overlay.popup .content article .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-buildings .overlay.popup .content article h3 {
    text-align: left;
    font-size: 48px; }
  .page-buildings .overlay.popup .content article .intro > p {
    padding-bottom: 30px;
    line-height: 34px;
    font-size: 24px;
    color: #090959; }
  .page-buildings .overlay.popup .content article .intro + div > p {
    padding-bottom: 30px; }

.moduletable.in-media {
  grid-column: span 12;
  width: 100%;
  margin-bottom: 74px; }
  .moduletable.in-media .articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-column-gap: 32px;
    grid-row-gap: 25px; }
  .moduletable.in-media .articles .article-container {
    grid-column: span 1;
    display: grid;
    grid-template-columns: 195px auto;
    grid-gap: 25px; }
  .moduletable.in-media .articles .article-container:nth-child(n + 3) {
    border-top: 1px solid #d9dbed;
    padding-top: 21px; }
  .moduletable.in-media .articles .article-container .image {
    width: 195px;
    height: 127px;
    object-fit: cover; }
  .moduletable.in-media .articles .article-container .article .date-and-media {
    font-size: 12px;
    line-height: 17px;
    color: #090959;
    margin-bottom: 11px; }
  .moduletable.in-media .articles .article-container .article .date-and-media .date {
    padding-right: 25px; }
  .moduletable.in-media .articles .article-container .article .date-and-media .media {
    text-transform: uppercase; }
  .moduletable.in-media .articles .article-container .article .date-and-media .live-now {
    color: #ff233e;
    padding-right: 25px; }
    .moduletable.in-media .articles .article-container .article .date-and-media .live-now::before {
      content: '';
      background: transparent url('/templates/centenary/images/live-now.svg') center no-repeat no-repeat;
      background-size: 14px 14px;
      display: inline-block;
      width: 14px;
      height: 14px;
      margin-right: 10px; }
  .moduletable.in-media .articles .article-container .article .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px; }
  .moduletable.in-media .articles .article-container .article .text {
    font-size: 18px;
    line-height: 24px;
    color: #292936;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  @media (max-width: 575px) {
  .moduletable.in-media .articles {
    display: block; }
    .moduletable.in-media .articles .article-container {
      display: block;
      padding: 25px 0 40px;
      border-bottom: 1px solid #d9dbed; }
      .moduletable.in-media .articles .article-container:first-child {
        padding-top: 0; }
      .moduletable.in-media .articles .article-container:last-child {
        border: none; }
      .moduletable.in-media .articles .article-container .image {
        aspect-ratio: 1.5;
        width: 100%;
        height: auto;
        object-fit: cover; }
      .moduletable.in-media .articles .article-container .article {
        margin-top: 25px; } }

.moduletable.banners-wrapper {
  grid-column: span 12;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.banners-wrapper {
    -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.banners-wrapper {
    -ms-grid-column-span: 12; } }
  .moduletable.banners-wrapper h2 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    line-height: 34px; }
  .moduletable.banners-wrapper .block-banners .block {
    position: relative;
    display: flex;
    margin-bottom: 23px;
    padding: 28px 24px;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f2f2f7;
    cursor: pointer; }
  @media (min-width: 768px) {
      .moduletable.banners-wrapper .block-banners .block {
        padding: 21px 30px 38px 40px; } }
  .moduletable.banners-wrapper .block-banners .block .info {
    width: 100%;
    order: 2; }
  @media (min-width: 768px) {
        .moduletable.banners-wrapper .block-banners .block .info {
          width: 65%;
          order: 1; } }
  @media (min-width: 1200px) {
        .moduletable.banners-wrapper .block-banners .block .info {
          width: 76%; } }
  .moduletable.banners-wrapper .block-banners .block .info h2 {
    line-height: 48px;
    font-family: 'Lora', serif;
    font-weight: normal; }
  .moduletable.banners-wrapper .block-banners .block .info div {
    margin-top: 5px;
    font-size: 14px;
    color: #686890; }
  .moduletable.banners-wrapper .block-banners .block .banner-icon {
    display: none; }
  .moduletable.banners-wrapper .block-banners .block .arrow {
    position: relative;
    height: 24px;
    width: 24px;
    margin-top: 21px;
    order: 3;
    transform: translate(-14px); }
  .moduletable.banners-wrapper .block-banners .block .arrow .glyph-circle {
    height: 24px;
    width: 24px; }
  .moduletable.banners-wrapper .block-banners .block-with-icon .banner-icon {
    display: block;
    height: 100px;
    width: auto;
    order: 1; }
  @media (min-width: 768px) {
          .moduletable.banners-wrapper .block-banners .block-with-icon .banner-icon {
            margin-left: auto;
            margin-right: 30px;
            order: 2; } }
  @media (min-width: 768px) {
    .moduletable.banners-wrapper .block-banners .block .arrow {
      margin-top: 0; } }
  .moduletable.banners-wrapper .block-banners.dark .block {
    background-color: #1b1b3d; }
  .moduletable.banners-wrapper .block-banners.dark .block .info h2 {
    color: #fff; }
  .moduletable.banners-wrapper .portal-banners {
    display: -ms-grid;
    display: grid;
    grid-template-columns: auto;
    margin-top: 44px;
    padding-top: 34px;
    margin-bottom: 36px;
    border-top: 1px solid #d9dbed; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.banners-wrapper .portal-banners {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.banners-wrapper .portal-banners {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .moduletable.banners-wrapper .portal-banners a {
    margin-bottom: 24px; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.banners-wrapper .portal-banners a {
        -ms-grid-column-span: 3; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.banners-wrapper .portal-banners a {
        -ms-grid-column-span: 3; } }
  @media all and (-ms-high-contrast: none) {
      .moduletable.banners-wrapper .portal-banners a {
        display: block; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.banners-wrapper .portal-banners a {
        display: block; } }
  .moduletable.banners-wrapper .portal-banners a:last-child {
    margin-bottom: 0; }
  .moduletable.banners-wrapper .portal-banners a .portal {
    display: -ms-grid;
    display: grid;
    grid-template-columns: auto 1fr; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-wrapper .portal-banners a .portal {
          -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-wrapper .portal-banners a .portal {
          -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 991px) {
        .moduletable.banners-wrapper .portal-banners a .portal {
          display: block; } }
  @media all and (-ms-high-contrast: none) {
          .moduletable.banners-wrapper .portal-banners a .portal .image {
            -ms-grid-column: 1;
            -ms-grid-column-span: 3; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.banners-wrapper .portal-banners a .portal .image {
            -ms-grid-column: 1;
            -ms-grid-column-span: 3; } }
  .moduletable.banners-wrapper .portal-banners a .portal .image img {
    width: 84px;
    height: auto; }
    @media all and (-ms-high-contrast: none) {
          .moduletable.banners-wrapper .portal-banners a .portal .image img {
            width: 100%;
            height: auto; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.banners-wrapper .portal-banners a .portal .image img {
            width: 100%;
            height: auto; } }
    @media (max-width: 991px) {
          .moduletable.banners-wrapper .portal-banners a .portal .image img {
            width: auto; } }
  .moduletable.banners-wrapper .portal-banners a .portal div {
    display: grid;
    grid-template-rows: auto auto;
    align-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px; }
  @media all and (-ms-high-contrast: none) {
          .moduletable.banners-wrapper .portal-banners a .portal div {
            -ms-grid-column: 4;
            -ms-grid-column-span: 9; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.banners-wrapper .portal-banners a .portal div {
            -ms-grid-column: 4;
            -ms-grid-column-span: 9; } }
  .moduletable.banners-wrapper .portal-banners a .portal div h4 {
    font-family: 'Open Sans', sans-serif; }
  .moduletable.banners-wrapper .portal-banners a .portal div h4, .moduletable.banners-wrapper .portal-banners a .portal div p {
    padding-left: 24px;
    padding-right: 15px; }
    @media (max-width: 991px) {
          .moduletable.banners-wrapper .portal-banners a .portal div h4, .moduletable.banners-wrapper .portal-banners a .portal div p {
            padding-left: 0px; } }
  .moduletable.banners-wrapper .portal-banners a .portal div p {
    font-size: 18px;
    line-height: 24px;
    color: #686890;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .moduletable.banners-wrapper .portal-banners a .portal div p span {
      border-color: #686890;
      margin-left: 19px; }
  .moduletable.banners-wrapper .portal-banners a:hover .portal div p {
    color: #ff233e; }
    .moduletable.banners-wrapper .portal-banners a:hover .portal div p span {
      border-color: #ff233e; }
  @media (min-width: 768px) {
    .moduletable.banners-wrapper .portal-banners {
      grid-template-columns: repeat(2, auto); }
      .moduletable.banners-wrapper .portal-banners a:nth-last-child(-n+2) {
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .moduletable.banners-wrapper .portal-banners {
      grid-template-columns: repeat(4, minmax(auto, 324px)); }
      .moduletable.banners-wrapper .portal-banners a {
        margin-bottom: 0; } }
  .moduletable.banners-wrapper .target-banners {
    margin-bottom: 36px; }
  .moduletable.banners-wrapper .target-banners .targets-container {
    border: 1px solid #d9dbed;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  .moduletable.banners-wrapper .target-banners .targets-container .targets-title {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 75px auto; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-wrapper .target-banners .targets-container .targets-title {
          -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-wrapper .target-banners .targets-container .targets-title {
          -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .moduletable.banners-wrapper .target-banners .targets-container .targets-title:last-child {
    margin-bottom: 0; }
  .moduletable.banners-wrapper .target-banners .targets-container .targets-title .digit {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px; }
  @media all and (-ms-high-contrast: none) {
          .moduletable.banners-wrapper .target-banners .targets-container .targets-title .digit {
            -ms-grid-column: 1;
            -ms-grid-column-span: 2; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.banners-wrapper .target-banners .targets-container .targets-title .digit {
            -ms-grid-column: 1;
            -ms-grid-column-span: 2; } }
  .moduletable.banners-wrapper .target-banners .targets-container .targets-title .digit::after {
    position: absolute;
    content: '.'; }
  .moduletable.banners-wrapper .target-banners .targets-container .targets-title .title {
    display: flex;
    align-items: center; }
  @media all and (-ms-high-contrast: none) {
          .moduletable.banners-wrapper .target-banners .targets-container .targets-title .title {
            -ms-grid-column: 3;
            -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.banners-wrapper .target-banners .targets-container .targets-title .title {
            -ms-grid-column: 3;
            -ms-grid-column-span: 12; } }
  .moduletable.banners-wrapper .target-banners .targets-container .targets-description {
    display: none;
    padding-left: 75px;
    padding-top: 10px; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-wrapper .target-banners .targets-container .targets-description {
          padding-left: 0; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-wrapper .target-banners .targets-container .targets-description {
          padding-left: 0; } }
  .moduletable.banners-wrapper .target-banners .targets-container.clickable {
    cursor: pointer; }
  .moduletable.banners-wrapper .target-banners .targets-container:nth-child(1) .targets-title .digit {
    background-color: #6ac388; }
  .moduletable.banners-wrapper .target-banners .targets-container:nth-child(2) .targets-title .digit {
    background-color: #b89e6d; }
  .moduletable.banners-wrapper .target-banners .targets-container:nth-child(3) .targets-title .digit {
    background-color: #547fd6; }
  @media (min-width: 768px) {
    .moduletable.banners-wrapper .target-banners .targets-container:hover {
      -webkit-transform: translate(4px, -4px);
      -o-transform: translate(4px, -4px);
      transform: translate(4px, -4px);
      box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1); } }
  .moduletable.banners-wrapper .important-banners {
    margin-top: 40px; }
  .moduletable.banners-wrapper .important-banners .block {
    display: -ms-grid;
    display: grid;
    align-items: center;
    background-color: #f2f2f7;
    padding: 32px 40px 32px 40px;
    margin-bottom: 23px;
    position: relative; }
  .moduletable.banners-wrapper .important-banners .block .banner-icon {
    margin-bottom: 25px; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-wrapper .important-banners .block .banner-icon {
          -ms-grid-column: 1;
          -ms-grid-column-span: 2; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-wrapper .important-banners .block .banner-icon {
          -ms-grid-column: 1;
          -ms-grid-column-span: 2; } }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-wrapper .important-banners .block .banner-icon {
          max-width: 78px;
          max-height: 78px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-wrapper .important-banners .block .banner-icon {
          max-width: 78px;
          max-height: 78px; } }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-wrapper .important-banners .block .description {
          -ms-grid-column: 4;
          -ms-grid-column-span: 9; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-wrapper .important-banners .block .description {
          -ms-grid-column: 4;
          -ms-grid-column-span: 9; } }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-wrapper .important-banners .block .description {
          padding-left: 30px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-wrapper .important-banners .block .description {
          padding-left: 30px; } }
  .moduletable.banners-wrapper .important-banners .block .description a {
    text-decoration: underline; }
  @media (min-width: 768px) {
      .moduletable.banners-wrapper .important-banners .block {
        grid-template-columns: 108px auto; }
        .moduletable.banners-wrapper .important-banners .block .banner-icon {
          margin-bottom: 0; } }
  @media (min-width: 992px) {
      .moduletable.banners-wrapper .important-banners .block {
        padding: 32px 102px 32px 40px; } }
  .moduletable.banners-wrapper .iconic-banners {
    margin-bottom: 60px; }
  .moduletable.banners-wrapper .iconic-banners h3 {
    margin-top: 30px;
    margin-bottom: 20px; }
  .moduletable.banners-wrapper .iconic-banners .iconic-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 25px;
    justify-content: space-between; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.banners-wrapper .iconic-banners .iconic-container {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.banners-wrapper .iconic-banners .iconic-container {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media all and (-ms-high-contrast: none) {
      .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic {
        margin-right: 25px; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 4;
          -ms-grid-row: 1; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(2) {
          -ms-grid-column: 5;
          -ms-grid-column-span: 4;
          -ms-grid-row: 1; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(3) {
          -ms-grid-column: 9;
          -ms-grid-column-span: 4;
          -ms-grid-row: 1; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(4) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 4;
          -ms-grid-row: 2; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(5) {
          -ms-grid-column: 5;
          -ms-grid-column-span: 4;
          -ms-grid-row: 2; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(6) {
          -ms-grid-column: 9;
          -ms-grid-column-span: 4;
          -ms-grid-row: 2; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(7) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 4;
          -ms-grid-row: 3; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(8) {
          -ms-grid-column: 5;
          -ms-grid-column-span: 4;
          -ms-grid-row: 3; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(9) {
          -ms-grid-column: 9;
          -ms-grid-column-span: 4;
          -ms-grid-row: 3; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(10) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 4;
          -ms-grid-row: 4; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(11) {
          -ms-grid-column: 5;
          -ms-grid-column-span: 4;
          -ms-grid-row: 4; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(12) {
          -ms-grid-column: 9;
          -ms-grid-column-span: 4;
          -ms-grid-row: 4; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:last-child {
          margin-right: 0; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic {
        margin-right: 25px; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 4;
          -ms-grid-row: 1; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(2) {
          -ms-grid-column: 5;
          -ms-grid-column-span: 4;
          -ms-grid-row: 1; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(3) {
          -ms-grid-column: 9;
          -ms-grid-column-span: 4;
          -ms-grid-row: 1; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(4) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 4;
          -ms-grid-row: 2; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(5) {
          -ms-grid-column: 5;
          -ms-grid-column-span: 4;
          -ms-grid-row: 2; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(6) {
          -ms-grid-column: 9;
          -ms-grid-column-span: 4;
          -ms-grid-row: 2; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(7) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 4;
          -ms-grid-row: 3; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(8) {
          -ms-grid-column: 5;
          -ms-grid-column-span: 4;
          -ms-grid-row: 3; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(9) {
          -ms-grid-column: 9;
          -ms-grid-column-span: 4;
          -ms-grid-row: 3; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(10) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 4;
          -ms-grid-row: 4; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(11) {
          -ms-grid-column: 5;
          -ms-grid-column-span: 4;
          -ms-grid-row: 4; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:nth-child(12) {
          -ms-grid-column: 9;
          -ms-grid-column-span: 4;
          -ms-grid-row: 4; }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:last-child {
          margin-right: 0; } }
  .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic {
    display: block;
    border: 1px solid #d9dbed;
    height: 120px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic {
          margin-bottom: 20px;
          margin-right: 20px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic {
          margin-bottom: 20px;
          margin-right: 20px; } }
  .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic .image {
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 10px;
    height: 100%;
    display: flex;
    height: 100%;
    text-align: center; }
  .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic .image .ie-fixer {
    display: none; }
    @media all and (-ms-high-contrast: none) {
          .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic .image .ie-fixer {
            display: inline-block;
            height: 100%;
            vertical-align: middle; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic .image .ie-fixer {
            display: inline-block;
            height: 100%;
            vertical-align: middle; } }
  .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }
  .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic > section {
    height: 120px; }
  @media (min-width: 768px) {
      .moduletable.banners-wrapper .iconic-banners .iconic-container {
        grid-template-columns: repeat(2, 50%); }
        .moduletable.banners-wrapper .iconic-banners .iconic-container .iconic:hover {
          -webkit-transform: translate(4px, -4px);
          -o-transform: translate(4px, -4px);
          transform: translate(4px, -4px);
          box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1200px) {
      .moduletable.banners-wrapper .iconic-banners .iconic-container {
        grid-template-columns: repeat(4, minmax(auto, 190px)); } }

.moduletable.banners-highlights {
  grid-column: span 12;
  position: relative; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.banners-highlights {
    -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.banners-highlights {
    -ms-grid-column-span: 12; } }
  .moduletable.banners-highlights::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f0f0f5;
    z-index: -1;
    left: calc(50% - 50vw);
    width: 100vw; }
  .moduletable.banners-highlights .content {
    min-height: 450px; }
  .moduletable.banners-highlights .content .highlight {
    grid-column: span 12;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.banners-highlights .content .highlight {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.banners-highlights .content .highlight {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6; } }
  @media all and (-ms-high-contrast: none) {
      .moduletable.banners-highlights .content .highlight {
        margin-right: 25px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.banners-highlights .content .highlight {
        margin-right: 25px; } }
  .moduletable.banners-highlights .content .highlight .logo {
    align-self: flex-start; }
  .moduletable.banners-highlights .content .highlight h2.title {
    margin-bottom: 76px;
    margin-top: auto;
    font-size: 34px;
    font-family: 'Lora', serif; }
  @media (min-width: 576px) {
        .moduletable.banners-highlights .content .highlight h2.title {
          font-size: 48px; } }
  .moduletable.banners-highlights .content .highlight .description-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 26px;
    font-family: 'Open Sans', sans-serif; }
  .moduletable.banners-highlights .content .highlight .description-wrap .desc {
    width: 60%; }
  .moduletable.banners-highlights .content .highlight .description-wrap h4 {
    color: #fff; }
  .moduletable.banners-highlights .content .highlight .description-wrap a {
    margin-left: auto;
    margin-right: 40px;
    position: relative; }
  .moduletable.banners-highlights .content .highlight .description-wrap a h4 {
    color: #fff;
    font-family: 'Open Sans', sans-serif; }
    .moduletable.banners-highlights .content .highlight .description-wrap a h4:hover {
      color: #ff233e; }
  @media (min-width: 992px) {
      .moduletable.banners-highlights .content .highlight-left {
        grid-column: span 6; } }
  @media (min-width: 992px) {
      .moduletable.banners-highlights .content .highlight-left {
        margin-left: -52%;
        padding-left: 52%;
        padding-right: 80px; } }
  @media (min-width: 992px) {
      .moduletable.banners-highlights .content .highlight-right {
        grid-column: 7 / span 6; } }
  @media (min-width: 992px) {
      .moduletable.banners-highlights .content .highlight-right {
        margin-right: -52%;
        padding-right: 52%;
        padding-left: 80px; } }
  .moduletable.banners-highlights .content .items {
    grid-column: span 12;
    padding: 20px 0;
    grid-template-columns: repeat(6, 1fr); }
  @media all and (-ms-high-contrast: none) {
      .moduletable.banners-highlights .content .items {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.banners-highlights .content .items {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6; } }
  @media (max-width: 767px) {
      .moduletable.banners-highlights .content .items {
        display: none; } }
  .moduletable.banners-highlights .content .items .item {
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-highlights .content .items .item {
          -ms-grid-column-span: 6; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-highlights .content .items .item {
          -ms-grid-column-span: 6; } }
  @media (min-width: 768px) {
        .moduletable.banners-highlights .content .items .item {
          grid-column: span 3; } }
  .moduletable.banners-highlights .content .items .item h4 {
    font-family: 'Open Sans', sans-serif; }
  .moduletable.banners-highlights .content .items .item .image-container {
    height: 300px;
    margin-bottom: 20px; }
  .moduletable.banners-highlights .content .items .item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .moduletable.banners-highlights .content .items .item a h4 {
    color: inherit; }
  .moduletable.banners-highlights .content .items .item .details {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
            .moduletable.banners-highlights .content .items.small-view .item .image-container {
              height: 190px;
              max-width: 100%; } }
  @media (min-width: 992px) {
      .moduletable.banners-highlights .content .items-left {
        grid-column: span 6; } }
  @media (min-width: 992px) {
      .moduletable.banners-highlights .content .items-right {
        grid-row: 1;
        grid-column: 1 / span 6; } }
  .moduletable.banners-highlights .content.highlight-mode .highlight {
    grid-column: span 12;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    text-align: center; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.banners-highlights .content.highlight-mode .highlight {
          -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.banners-highlights .content.highlight-mode .highlight {
          -ms-grid-column-span: 12; } }
  .moduletable.banners-highlights .content.highlight-mode .highlight .logo {
    align-self: center; }
  .moduletable.banners-highlights .content.highlight-mode .highlight .description-wrap {
    flex-direction: column;
    align-items: center; }
  .moduletable.banners-highlights .content.highlight-mode .highlight .description-wrap a {
    margin-top: 40px;
    margin-left: 0; }
  .moduletable.banners-highlights .content h2 {
    color: #fff; }

.moduletable.acts-wrapper {
  grid-column: span 12;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.acts-wrapper {
    -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.acts-wrapper {
    -ms-grid-column-span: 8; } }
  @media (min-width: 992px) {
  .moduletable.acts-wrapper {
    grid-column: span 8; } }
  .moduletable.acts-wrapper > h3 {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 64px;
    font-weight: normal; }
  .moduletable.acts-wrapper h2 {
    font-family: 'Lato', sans-serif;
    line-height: 34px;
    font-weight: normal; }
  .moduletable.acts-wrapper .acts {
    margin-top: 45px; }
  @media (min-width: 992px) {
    .moduletable.acts-wrapper .acts {
      margin-top: 54px; } }
  .moduletable.acts-wrapper .acts .acts-list {
    margin-bottom: 35px;
    margin-top: 40px; }
  .moduletable.acts-wrapper .acts .acts-list p {
    margin-bottom: 1rem; }
  @media (min-width: 992px) {
      .moduletable.acts-wrapper .acts .acts-list {
        margin-top: 30px; } }
  .moduletable.acts-wrapper .acts .acts-list h2 {
    margin-top: 54px;
    margin-bottom: 35px; }
  .moduletable.acts-wrapper .acts .acts-list .amendment {
    margin-left: 30px; }
  .moduletable.acts-wrapper .acts .acts-list .act {
    width: -webkit-fill-available;
    position: relative;
    margin-bottom: 20px;
    padding: 18px 0px 18px 10px;
    line-height: 24px;
    color: #292936;
    text-align: start;
    border-radius: 1px;
    border: 1px solid #d9dbed;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .moduletable.acts-wrapper .acts .acts-list .act .glyph-circle {
    width: 66px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer; }
  .moduletable.acts-wrapper .acts .acts-list .act .glyph-link {
    position: relative;
    padding-right: 70px; }
  @media all and (-ms-high-contrast: none) {
          .moduletable.acts-wrapper .acts .acts-list .act .glyph-link > span {
            display: inline-table; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.acts-wrapper .acts .acts-list .act .glyph-link > span {
            display: inline-table; } }
  .moduletable.acts-wrapper .acts .acts-list .act .remark {
    display: block;
    font-size: 12px; }
  .moduletable.acts-wrapper .acts .acts-list .act .remark .date {
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif; }
  .moduletable.acts-wrapper .acts .acts-list .act:hover {
    background-color: #f2f2f7; }
  .moduletable.acts-wrapper .acts .acts-list .act:hover .glyph-circle::before {
    background-color: #ff233e; }
  .moduletable.acts-wrapper .acts .acts-list .act:hover .glyph-link::before {
    opacity: 1; }
  .moduletable.acts-wrapper .acts .no-results-match {
    text-align: center;
    padding-bottom: 30px; }

.acts-wrapper .title-no-tags {
  padding: 5px 0 0 10px;
  display: grid;
  cursor: pointer;
  background-color: #f2f2f7; }
  .acts-wrapper .tags-container {
    background-color: #fff; }

.moduletable.reports-wrapper {
  grid-column: span 12;
  width: 100%; }
  @media (min-width: 992px) {
  .moduletable.reports-wrapper {
    grid-column: span 8; } }
  .moduletable.reports-wrapper > h3 {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 64px;
    font-weight: normal; }
  .moduletable.reports-wrapper h2 {
    font-family: 'Lato', sans-serif;
    line-height: 34px;
    font-weight: normal; }
  .moduletable.reports-wrapper .tag-filter .opener .categories.five-items {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px 0 20px; }
  @media (min-width: 992px) {
          .moduletable.reports-wrapper .tag-filter .opener .categories.five-items {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            padding: 10px 0px 10px 80px; } }
  .moduletable.reports-wrapper .tag-filter .opener .categories.five-items .category {
    padding-left: 0;
    border-bottom: none; }
    @media all and (-ms-high-contrast: none) {
          .moduletable.reports-wrapper .tag-filter .opener .categories.five-items .category {
            -ms-grid-column-span: 3; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.reports-wrapper .tag-filter .opener .categories.five-items .category {
            -ms-grid-column-span: 3; } }
  .moduletable.reports-wrapper .reports .reports-list {
    margin-bottom: 60px; }
  .moduletable.reports-wrapper .reports .reports-list .report-container {
    margin-top: 26px;
    font-size: 18px; }
  .moduletable.reports-wrapper .reports .reports-list .report-container h4 {
    line-height: 24px;
    font-family: 'Open Sans', sans-serif; }
  .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif; }
  @media all and (-ms-high-contrast: none) {
          .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row {
            -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row {
            -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
          .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 24px; } }
  @media (min-width: 992px) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row.with-comments {
              grid-template-columns: 1fr 1fr 1fr; } }
  @media all and (-ms-high-contrast: none) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a {
              display: block; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a {
            display: block; } }
    @media all and (-ms-high-contrast: none) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(1) {
              -ms-grid-column: 1;
              -ms-grid-column-span: 4; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(1) {
              -ms-grid-column: 1;
              -ms-grid-column-span: 4; } }
    @media all and (-ms-high-contrast: none) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(1) {
              margin-right: 25px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(1) {
              margin-right: 25px; } }
    @media all and (-ms-high-contrast: none) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(2) {
              -ms-grid-column: 5;
              -ms-grid-column-span: 4; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(2) {
              -ms-grid-column: 5;
              -ms-grid-column-span: 4; } }
    @media all and (-ms-high-contrast: none) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(2) {
              margin-right: 25px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(2) {
              margin-right: 25px; } }
    @media all and (-ms-high-contrast: none) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(3) {
              -ms-grid-column: 9;
              -ms-grid-column-span: 4; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row a:nth-child(3) {
              -ms-grid-column: 9;
              -ms-grid-column-span: 4; } }
  .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row .report {
    min-height: 118px;
    padding: 22px 25px;
    margin-bottom: 20px;
    border: 1px solid #d9dbed;
    height: 100%; }
    @media all and (-ms-high-contrast: none) {
          .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row .report {
            padding: 22px 20px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row .report {
            padding: 22px 20px; } }
    @media (min-width: 992px) {
          .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row .report {
            margin-bottom: 0; } }
    .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row .report .glyph-link {
      margin-bottom: 10px; }
    @media all and (-ms-high-contrast: none) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row .report .glyph-link {
              display: block;
              height: 20px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
            .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row .report .glyph-link {
              display: block;
              height: 20px; } }
    .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row .report .report-title {
      font-size: 18px;
      line-height: 24px;
      color: #090959;
      text-decoration: underline; }
    .moduletable.reports-wrapper .reports .reports-list .report-container .reports-row .report:hover .glyph-link::before {
      opacity: 1; }
  .moduletable.reports-wrapper .reports .no-results-match {
    text-align: center; }

.overlay-finder {
  height: 100%; }
  .overlay-finder .opener {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/templates/centenary/images/search.svg'); }
  .overlay-finder .opener:hover {
    background-color: #f2f2f7; }
  .overlay-finder .opener.opened {
    background-color: #f2f2f7; }
  .overlay-finder .finder-form {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 1px;
    z-index: 1; }
  .overlay-finder .finder-form .form-opener {
    display: none;
    position: relative;
    background-color: #f2f2f7;
    border-left: 1px solid #d9dbed;
    border-right: 1px solid #d9dbed;
    border-bottom: 1px solid #d9dbed; }
  .overlay-finder .finder-form .form-opener .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
    min-height: 136px; }
  .overlay-finder .finder-form .form-opener .container-small {
    max-width: 836px;
    margin: auto; }
  .overlay-finder .finder-form .form-opener .close-finder {
    position: absolute;
    right: 24px;
    top: 30px;
    width: 26px;
    height: 26px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/templates/centenary/images/popup-close.svg');
    cursor: pointer; }

.moduletable.mini-calendar-wrapper {
  grid-column: span 8;
  width: 100%; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.mini-calendar-wrapper {
    -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.mini-calendar-wrapper {
    -ms-grid-column-span: 8; } }
  .moduletable.mini-calendar-wrapper > h3 {
    margin-bottom: 42px;
    font-size: 34px;
    font-family: 'Lato', sans-serif;
    line-height: 34px;
    font-weight: normal; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media all and (-ms-high-contrast: none) {
      .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container {
        display: -ms-grid; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container {
        display: -ms-grid; } }
  @media (min-width: 992px) {
      .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container {
        display: grid;
        grid-template-columns: 445px auto; } }
  .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container {
    display: grid;
    grid-template-rows: min-content auto;
    border: 1px solid #d9dbed;
    background-color: #f2f2f7;
    color: #090959; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container {
          -ms-grid-column-span: 4; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container {
          -ms-grid-column-span: 4; } }
  .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-header {
    padding: 22px 15px 18px 15px;
    border-bottom: 1px solid #d9dbed; }
  @media (min-width: 992px) {
          .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-header {
            padding: 22px 24px 18px 24px; } }
  .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-header .header-line {
    display: grid;
    grid-template-columns: auto auto;
    font-family: 'Lato', sans-serif;
    lign-items: center;
    margin-bottom: 12px; }
    @media (min-width: 576px) {
          .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-header .header-line {
            grid-template-columns: 145px auto; } }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-header .header-line:last-child {
      margin-bottom: 0; }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-header .header-line .header-date {
      font-size: 68px;
      line-height: 66px;
      font-family: 'Lato', sans-serif; }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-header .header-line .header-add-to-calendar {
      display: grid;
      grid-template-columns: max-content;
      justify-content: end; }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-header .header-line .event-range {
      display: grid;
      grid-template-columns: max-content;
      justify-content: end;
      align-self: center;
      font-size: 14px;
      line-height: 20px;
      color: #686890;
      font-family: 'Open Sans', sans-serif; }
  .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content {
    padding: 24px 15px 47px 15px;
    position: relative; }
  @media (min-width: 992px) {
          .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content {
            padding: 24px 24px 47px 24px; } }
  .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content .event-info {
    height: 100%; }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content .event-info .event-tags .event-tag {
      z-index: 1;
      margin-right: 14px;
      margin-bottom: 12px; }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content .event-info .event-title {
      font-size: 24px;
      line-height: 32px;
      padding-top: 5px; }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content .event-info .description-container {
      margin-top: 20px;
      margin-bottom: 15px; }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content .event-info .description-container .event-description, .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content .event-info .description-container .event-venue {
      padding-bottom: 15px;
      font-size: 18px;
      line-height: 24px;
      color: #686890; }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content .event-info .event-read-more {
      position: absolute;
      bottom: 24px;
      font-size: 18px; }
    .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .highlighted-container .event-content .event-info .event-read-more a:hover .glyph-arrow {
      border-color: #ff233e; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .common-container {
          -ms-grid-column: 5;
          -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .common-container {
          -ms-grid-column: 5;
          -ms-grid-column-span: 8; } }
  .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .common-container .calendar-events .day-container .event-container:last-child {
    border-bottom: none; }
    @media (min-width: 992px) {
            .moduletable.mini-calendar-wrapper .mini-calendar .calendar-container .common-container .calendar-events .day-container .event-container {
              border-bottom: none; } }
  .moduletable.mini-calendar-wrapper .all-events-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    justify-content: end; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.mini-calendar-wrapper .all-events-container {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.mini-calendar-wrapper .all-events-container {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
    .moduletable.mini-calendar-wrapper .all-events-container {
      grid-template-columns: calc(100% - 544px); } }
  .moduletable.mini-calendar-wrapper .all-events-container .all-events {
    display: grid;
    align-content: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #d9dbed;
    font-size: 18px; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.mini-calendar-wrapper .all-events-container .all-events {
        text-align: center;
        line-height: 50px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.mini-calendar-wrapper .all-events-container .all-events {
        text-align: center;
        line-height: 50px; } }
  .moduletable.mini-calendar-wrapper .all-events-container a {
    display: -ms-grid;
    display: grid; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.mini-calendar-wrapper .all-events-container a {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.mini-calendar-wrapper .all-events-container a {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media all and (-ms-high-contrast: none) {
      .moduletable.mini-calendar-wrapper .all-events-container a {
        -ms-grid-column: 5;
        -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.mini-calendar-wrapper .all-events-container a {
        -ms-grid-column: 5;
        -ms-grid-column-span: 8; } }
  .moduletable.mini-calendar-wrapper .all-events-container a .all-events {
    margin-left: 16px; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.mini-calendar-wrapper .all-events-container a .all-events {
          -ms-grid-column: 3;
          -ms-grid-column-span: 10; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.mini-calendar-wrapper .all-events-container a .all-events {
          -ms-grid-column: 3;
          -ms-grid-column-span: 10; } }
  .moduletable.mini-calendar-wrapper .all-events-container a:hover .all-events span .glyph-arrow {
    border-color: #ff233e; }
  .moduletable.mini-calendar-wrapper.highlighted-none .mini-calendar .calendar-container {
    grid-template-columns: 100%; }
  .moduletable.mini-calendar-wrapper.highlighted-none .all-events-container {
    justify-content: center; }

.moduletable.items.text-desc-3-col {
  grid-column: span 12;
  -ms-grid-column-span: 12; }
  .moduletable.items.text-desc-3-col h1 {
    margin-bottom: 30px; }
  .moduletable.items.text-desc-3-col h3 {
    color: #090959; }
  .moduletable.items.text-desc-3-col .items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 58px; }
  @media (min-width: 992px) {
    .moduletable.items.text-desc-3-col .items {
      grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); } }
  @media all and (-ms-high-contrast: none) {
    .moduletable.items.text-desc-3-col .items {
      -ms-grid-columns: 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.items.text-desc-3-col .items {
      -ms-grid-columns: 1fr; } }
  @media (min-width: 576px) {
    .moduletable.items.text-desc-3-col .items {
      -ms-grid-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .moduletable.items.text-desc-3-col .items {
      -ms-grid-columns: 1fr 1fr 1fr; } }
  .moduletable.items.text-desc-3-col .items .item {
    display: flex;
    min-height: 358px;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background-color: #f2f2f7; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.items.text-desc-3-col .items .item {
        margin: 26px 12px; }
        .moduletable.items.text-desc-3-col .items .item:last-child {
          margin-right: 0; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.items.text-desc-3-col .items .item {
        margin: 26px 12px; }
        .moduletable.items.text-desc-3-col .items .item:last-child {
          margin-right: 0; } }
  .moduletable.items.text-desc-3-col .items .item .desc {
    margin: 20px 0 30px;
    font-size: 18px; }
  .moduletable.items.text-desc-3-col .items .item .desc ul {
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif; }
  .moduletable.items.text-desc-3-col .items .item .desc ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 11px;
    line-height: 24px;
    word-wrap: break-word; }
    .moduletable.items.text-desc-3-col .items .item .desc ul li a {
      text-decoration: underline;
      color: #292936; }
    .moduletable.items.text-desc-3-col .items .item .desc ul li a:hover {
      color: #ff233e; }
    .moduletable.items.text-desc-3-col .items .item .desc ul li:before {
      content: '';
      position: absolute;
      width: 13px;
      height: 1.5px;
      left: 0;
      top: 9px;
      background: #292936; }
  .moduletable.items.text-desc-3-col .items .item .link {
    display: flex;
    position: relative;
    font-size: 18px; }
  .moduletable.items.text-desc-3-col .items .item .link .glyph-circle {
    position: relative; }

.moduletable.experts {
  grid-column: span 12;
  padding-bottom: 40px; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.experts {
    -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.experts {
    -ms-grid-column-span: 12; } }
  .moduletable.experts h3 {
    padding-bottom: 44px;
    border-bottom: 1px solid #d9dbed; }
  .moduletable.experts .items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-row-gap: 25px;
    padding-top: 34px; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.experts .items {
      -ms-grid-columns: 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.experts .items {
      -ms-grid-columns: 1fr; } }
  @media (min-width: 576px) {
    .moduletable.experts .items {
      -ms-grid-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .moduletable.experts .items {
      -ms-grid-columns: 1fr 1fr 1fr 1fr; } }
  .moduletable.experts .items .expert {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 90px 1fr;
    -ms-grid-columns: 90px 1fr;
    grid-column-gap: 20px;
    padding-bottom: 40px; }
  @media all and (-ms-high-contrast: none) {
      .moduletable.experts .items .expert {
        margin-bottom: 20px;
        margin-left: 10px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.experts .items .expert {
        margin-bottom: 20px;
        margin-left: 10px; } }
  .moduletable.experts .items .expert .image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top -4px; }
  .moduletable.experts .items .expert .content {
    padding-top: 10px; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.experts .items .expert .content {
          min-height: 100px;
          padding-left: 20px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.experts .items .expert .content {
          min-height: 100px;
          padding-left: 20px; } }
  .moduletable.experts .items .expert .content p {
    color: #686890;
    font-size: 18px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-family: 'Lato', sans-serif;
    line-height: 17px; }
  .moduletable.experts .items .expert .overlay-opener {
    display: inline-block;
    position: relative;
    align-self: end; }
  .moduletable.experts .items .expert .overlay-opener .glyph-circle {
    cursor: pointer; }
  .moduletable.experts .items .expert .overlay-opener .glyph-circle:before {
    margin-left: 20px; }
  .moduletable.experts .items .expert .overlay-opener .glyph-circle:after {
    margin-left: 25px; }

.moduletable.summary_numbers.two-in-line {
  grid-column: span 8; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.summary_numbers.two-in-line {
      -ms-grid-column-span: 8; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.summary_numbers.two-in-line {
      -ms-grid-column-span: 8; } }
  .moduletable.summary_numbers.two-in-line .items {
    grid-template-columns: repeat(auto-fill, minmax(403px, 1fr)); }
  .moduletable.summary_numbers.two-in-line .item {
    padding: 144px 27px 28px 28px;
    min-height: 414px; }
  .moduletable.summary_numbers.four-in-line {
    grid-column: span 12; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.summary_numbers.four-in-line {
      -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.summary_numbers.four-in-line {
      -ms-grid-column-span: 12; } }
  .moduletable.summary_numbers.four-in-line .items {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); }
  .moduletable.summary_numbers.four-in-line .item {
    padding: 58px 27px 28px 28px;
    min-height: 306px; }
  .moduletable.summary_numbers .items {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 50px; }
  @media all and (-ms-high-contrast: none) {
    .moduletable.summary_numbers .items {
      -ms-grid-columns: 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.summary_numbers .items {
      -ms-grid-columns: 1fr; } }
  @media (min-width: 576px) {
    .moduletable.summary_numbers .items {
      -ms-grid-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .moduletable.summary_numbers .items {
      -ms-grid-columns: 1fr 1fr 1fr 1fr; } }
  .moduletable.summary_numbers .items .item {
    display: grid;
    grid-template-rows: 90px 1fr 20px;
    background-color: rgba(208, 209, 217, 0.15); }
  @media all and (-ms-high-contrast: none) {
      .moduletable.summary_numbers .items .item {
        margin: 26px 12px; }
        .moduletable.summary_numbers .items .item:last-child {
          margin-right: 0; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.summary_numbers .items .item {
        margin: 26px 12px; }
        .moduletable.summary_numbers .items .item:last-child {
          margin-right: 0; } }
  .moduletable.summary_numbers .items .item .number {
    text-align: center;
    color: #090959; }
  .moduletable.summary_numbers .items .item .number h3 {
    font-family: 'Lora', serif;
    font-size: 58px; }
  .moduletable.summary_numbers .items .item .number p {
    font-size: 24px; }
  @media all and (-ms-high-contrast: none) {
        .moduletable.summary_numbers .items .item .description {
          min-height: 60px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.summary_numbers .items .item .description {
          min-height: 60px; } }
  .moduletable.summary_numbers .items .item .description p {
    font-family: 'Lora', serif;
    color: #090959;
    font-size: 18px;
    text-align: center; }
  .moduletable.summary_numbers .items .item .date {
    align-self: end;
    color: #292936;
    font-size: 14px; }

.moduletable.lb-contacts {
  grid-column: span 12; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.lb-contacts {
    -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.lb-contacts {
    -ms-grid-column-span: 12; } }
  .moduletable.lb-contacts h3 {
    padding-bottom: 44px;
    border-bottom: 1px solid #d9dbed; }
  .moduletable.lb-contacts .items {
    display: flex;
    flex-direction: column; }
  @media (min-width: 992px) {
    .moduletable.lb-contacts .items {
      flex-direction: row; } }
  .moduletable.lb-contacts .items .item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 30px;
    font-size: 18px;
    color: #686890; }
  .moduletable.lb-contacts .items .item div:first-child {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center; }
  @media (min-width: 576px) {
        .moduletable.lb-contacts .items .item div:first-child {
          width: 50%;
          margin: 0;
          text-align: left; } }
  .moduletable.lb-contacts .items .item div:last-child {
    margin: 0 auto; }
  .moduletable.lb-contacts .items .item div:last-child :first-child {
    padding-bottom: 10px;
    color: #090959;
    font-family: 'Lora', serif; }
  @media (min-width: 576px) {
        .moduletable.lb-contacts .items .item div:last-child {
          margin: 0; } }

.item-page, .item-print {
  margin-bottom: 20px; }
  .item-page .page-header, .item-print .page-header {
    display: flex;
    justify-content: space-between; }
  .item-page .page-header .glyph-buttons, .item-print .page-header .glyph-buttons {
    display: none;
    cursor: pointer; }
  .item-page .page-header .small-title h1, .item-print .page-header .small-title h1 {
    font-size: 34px;
    line-height: 48px; }
  .item-page .page-header .sub-title, .item-print .page-header .sub-title {
    color: #686890; }
  .item-page .details, .item-print .details {
    margin-top: 10px;
    margin-bottom: 35px; }
  .item-page .details .publish-date, .item-print .details .publish-date {
    padding-right: 36px; }
  .item-page .intro p, .item-print .intro p {
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 34px;
    color: #090959; }
  .item-page .glyph-print a, .item-print .glyph-print a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block; }
  .item-page .glyph-link, .item-print .glyph-link {
    margin-bottom: 10px; }
  .item-page p, .item-print p {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 18px; }
  .item-page .body table tbody tr td p, .item-print .body table tbody tr td p, .item-page .body table thead tr td p, .item-print .body table thead tr td p, .item-page .body table tbody th p, .item-print .body table tbody th p, .item-page .body table thead th p, .item-print .body table thead th p {
    font-size: 14px;
    line-height: 21px; }
  .item-page .bottom .file p, .item-print .bottom .file p {
    margin-bottom: 0; }
  .item-page .files-wrap, .item-print .files-wrap {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 17px;
    margin-top: 40px; }
  .item-page .link-wrap, .item-print .link-wrap {
    margin-top: 40px;
    padding-left: 17px; }
  .item-page .files-wrap, .item-print .files-wrap {
    border-top: 5px solid #ff233e;
    font-size: 16px;
    background-color: #ffdfe3; }
  .item-page .files-wrap .file, .item-print .files-wrap .file {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    color: #842632; }
  .item-page .files-wrap .file p, .item-print .files-wrap .file p {
    font-size: initial; }
  .item-page .files-wrap .file .extension, .item-print .files-wrap .file .extension {
    height: 25px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #ff233e;
    color: #fff; }
  .item-page .files-wrap .file:hover, .item-print .files-wrap .file:hover {
    color: #ff233e; }
  .item-page .bottom, .item-print .bottom {
    margin-top: 50px; }
  @media (min-width: 768px) {
  .item-page .page-header .glyph-buttons, .item-print .page-header .glyph-buttons {
    display: flex;
    margin-top: 6px;
    margin-left: 15px;
    margin-right: 7px; } }
  .item-page .author-container, .item-print .author-container {
    display: flex;
    flex-wrap: wrap; }
  .item-page .author-container .author, .item-print .author-container .author {
    display: flex;
    align-items: center;
    margin: 10px 40px 50px 0; }
  .item-page .author-container .author img, .item-print .author-container .author img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    object-fit: cover; }
  .item-page .author-container .author .profile, .item-print .author-container .author .profile {
    margin-left: 25px; }
  .item-page .author-container .author .profile .author-name, .item-print .author-container .author .profile .author-name {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lora', serif;
    color: #090959;
    margin-bottom: 5px; }
  .item-page .author-container .author .profile .position, .item-print .author-container .author .profile .position {
    font-feature-settings: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #292936;
    line-height: 19px; }
  .item-page .url-link, .item-print .url-link {
    font-size: 10px; }

.content-category .pagination-limit-container {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: right;
  align-content: start;
  grid-gap: 20px;
  height: 40px;
  font-size: 18px;
  line-height: 24px; }
  .content-category .pagination-navigation-container {
    margin-top: 60px;
    margin-bottom: 60px; }
  @media print {
  @page {
    margin-bottom: 0; }
  .content-category footer {
    position: fixed;
    bottom: 0;
    margin-bottom: 5px;
    font-size: 10px; } }

article figure {
  margin: 44px 0; }
  article figure figcaption, article figure span {
    margin-top: 11px;
    color: #292936;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 17px; }

.articles-list .month {
  margin-bottom: 20px; }
  .articles-list .article .content {
    margin-bottom: 30px; }
  .articles-list .article .content h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px; }
  .articles-list .article .content .date {
    margin-bottom: 2px;
    font-size: 12px;
    letter-spacing: 2.49px;
    line-height: 17px;
    color: #686890; }
  .articles-list .article .content p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    color: #292936; }

article table:not([class]), article table.fi-table:not([class]) {
  margin: 50px 0; }
  article table:not([class]) .table-nav, article table.fi-table:not([class]) .table-nav {
    display: none; }
  article table tbody tr td, article table.fi-table tbody tr td, article table thead tr td, article table.fi-table thead tr td, article table tbody th, article table.fi-table tbody th, article table thead th, article table.fi-table thead th {
    color: #090959;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid #090959;
    border-right: 0.5px solid #d9dbed;
    padding: 12px 14px; }
  article table tbody tr td:last-child, article table.fi-table tbody tr td:last-child, article table thead tr td:last-child, article table.fi-table thead tr td:last-child, article table tbody th:last-child, article table.fi-table tbody th:last-child, article table thead th:last-child, article table.fi-table thead th:last-child {
    border-right: none; }
  article table tbody td[rowspan], article table.fi-table tbody td[rowspan], article table thead td[rowspan], article table.fi-table thead td[rowspan] {
    border-left: 0.5px solid #d9dbed; }
  article table tbody td[rowspan]:first-child, article table.fi-table tbody td[rowspan]:first-child, article table thead td[rowspan]:first-child, article table.fi-table thead td[rowspan]:first-child {
    border-left: none; }
  article table tbody .value-column, article table.fi-table tbody .value-column, article table thead .value-column, article table.fi-table thead .value-column {
    width: 100px; }
  article table tbody .indented, article table.fi-table tbody .indented, article table thead .indented, article table.fi-table thead .indented {
    padding-left: 32px; }
  article table thead tr th, article table.fi-table thead tr th, article table .table-head td, article table.fi-table .table-head td, article table .header td, article table.fi-table .header td {
    font-weight: 600;
    line-height: 24px;
    background-color: #f2f2f7;
    border-right: none;
    position: relative;
    z-index: 1; }
  article table thead tr th:before, article table.fi-table thead tr th:before, article table .table-head td:before, article table.fi-table .table-head td:before, article table .header td:before, article table.fi-table .header td:before {
    content: "";
    position: absolute;
    left: -0.25px;
    bottom: 0;
    height: 12px;
    border-left: 0.5px solid #d9dbed; }
  article table thead tr th:first-child:before, article table.fi-table thead tr th:first-child:before, article table .table-head td:first-child:before, article table.fi-table .table-head td:first-child:before, article table .header td:first-child:before, article table.fi-table .header td:first-child:before {
    border-left: none; }
  article table ul.table-nav, article table.fi-table ul.table-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    text-align: center; }
  article table ul.table-nav li, article table.fi-table ul.table-nav li {
    display: inline;
    padding: 0;
    margin: 0 8px;
    cursor: pointer; }
  article table ul.table-nav li:before, article table.fi-table ul.table-nav li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: #686890 solid 1px;
    background-color: transparent;
    border-radius: 50%;
    left: 0; }
  article table ul.table-nav li.active:before, article table.fi-table ul.table-nav li.active:before {
    background-color: #686890; }
  article .intro .image-panel {
    background: #f2f2f7;
    padding: 20px;
    margin-bottom: 35px; }
  article .intro .image-panel img {
    max-width: 100%; }
  article .body img {
    max-width: 100%; }
  article .body .wf_caption {
    max-width: 100% !important;
    margin: 44px 0; }
  article .body .wf_caption span {
    margin-top: 11px;
    color: #292936;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 17px; }
  article .body iframe {
    max-width: 100%; }
  article .body h1, article .body h2, article .body h3, article .body h4, article .body h5 {
    font-weight: normal; }
  article .body h2 {
    margin: 46px 0 22px;
    font-size: 28px; }
  article .body h3 {
    margin-top: 40px;
    font-size: 21px;
    line-height: 34px; }
  article .body h1, article .body h3, article .body h4, article .body h5, article .body p, article .body ol {
    margin-bottom: 14px; }
  article .body ol li, article .body ul li {
    position: relative;
    padding-left: 20px; }
  article .body ol li::before, article .body ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #292936;
    border-radius: 3px;
    left: 0;
    top: 9px; }
  article .body ol li ul li::before, article .body ul li ul li::before {
    width: 5.4545454545px;
    height: 5.4545454545px;
    background-color: transparent;
    border: 1px solid #292936;
    border-radius: 2.7272727273px; }
  article .body ul {
    margin-bottom: 14px; }
  article .body table > tbody > tr > td > ol li, article .body table > tbody > tr > td > ul li {
    font-size: 14px;
    line-height: 21px; }
  article .body table > tbody > tr > td > ol li::before, article .body table > tbody > tr > td > ul li::before {
    top: 7.5px; }
  article .body blockquote {
    position: relative;
    padding-left: 38px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Lora', serif;
    font-size: 34px;
    line-height: 48px;
    color: #090959; }
  article .body blockquote p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  article .body blockquote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #090959; }
  article .body a {
    text-decoration: underline; }
  article .body.blue {
    color: #090959; }
  article .body.blue ol li::before, article .body.blue ul li::before {
    background-color: #292936; }
  article .body.blue blockquote::before {
    background-color: #090959; }

.articles-archive {
  margin-bottom: 30px;
  border-bottom: 2px solid #090959; }
  .articles-archive .archive-item {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer; }
  .articles-archive .archive-item-active {
    background-color: #f2f2f7;
    text-decoration: underline; }

#flexicontent .description.no_space.floattext {
  margin: 35px 0 35px 0; }

.letters {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 25px; }

.fc_alpha_index {
  float: left;
  padding: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
  min-width: 20px;
  border: 1px solid #090959;
  text-align: center; }

a.fc_alpha_index, .conceptText.lietotieJedzieniEng {
  background-color: #f2f2f7; }

#flexitable td {
  border: none; }
  #flexitable .conceptTitle {
    border: none; }
  #flexitable .conceptTitle td {
    font-size: 16px;
    padding-bottom: 5px; }
  #flexitable.flexitable-no-border {
    border: none; }

.conceptText {
  border: none; }
  .conceptText.lietotieJedzieniEng {
    margin-bottom: 5px;
    padding: 10px; }
  .conceptText a {
    text-decoration: underline;
    color: #4e6a9b; }
  .conceptText p {
    margin-bottom: 15px; }

.flexi-filter {
  float: left;
  width: calc(100% - 70px); }

.flexi-print-button-container {
  float: right;
  padding-right: 10px; }

.flexi-print-button {
  cursor: pointer; }

.structures {
  grid-column: span 12;
  width: 100%; }
  .structures h1 {
    line-height: 64px; }
  .structures h2 {
    margin-top: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    line-height: 64px; }
  .structures .items-container {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
    position: relative; }
  .structures .items-container .items {
    position: relative;
    width: 100%;
    height: auto; }
  .structures .items-container .items .item {
    position: relative;
    display: grid;
    gap: 10px;
    height: 184px;
    border: 1px solid #d9dbed;
    border-radius: 3px;
    margin-bottom: 12px;
    padding: 12px;
    grid-template-columns: auto 1fr; }
  .structures .items-container .items .item .position {
    align-self: start;
    grid-column: 2;
    grid-row: 1; }
  .structures .items-container .items .item .position .details {
    display: block;
    font-size: 12px; }
  .structures .items-container .items .item .image {
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex; }
  .structures .items-container .items .item .image img {
    width: auto;
    max-height: 160px;
    border-radius: 4px;
    display: block; }
  .structures .items-container .items .item .name {
    font-size: 18px;
    margin-top: 30px;
    grid-column: 2;
    grid-row: 1;
    line-height: 24px;
    font-weight: 600;
    color: #090959; }
  @media (min-width: 992px) {
  .structures {
    max-width: 840px; }
    .structures h2 {
      margin-top: 40px; }
      .structures h2.bordered {
        border-bottom: 2px solid #d9dbed; }

    .structures .items-container {
      height: auto;
      margin-left: 0px;
      margin-top: 30px;
      margin-bottom: 30px; }
      .structures .items-container .items {
        display: grid;
        grid-template-columns: repeat(3, 251px);
        grid-template-rows: max-content;
        row-gap: 25px;
        column-gap: 15px;
        height: auto;
        justify-content: space-between; }
        .structures .items-container .items .item {
          height: 100%;
          min-height: 360px;
          display: grid;
          gap: 0;
          grid-template-rows: max-content 1fr max-content;
          grid-template-columns: auto;
          margin-bottom: 0;
          padding: 0;
          align-items: start; }
          .structures .items-container .items .item .position {
            align-self: end;
            grid-column: auto;
            grid-row: auto;
            min-height: 54px;
            display: grid;
            text-align: center;
            padding: 5px;
            line-height: initial; }
            .structures .items-container .items .item .position .details {
              line-height: initial; }
            .structures .items-container .items .item .position span {
              font-size: 12px;
              align-self: center; }
          .structures .items-container .items .item .image {
            grid-row-start: 2;
            grid-row-end: 2;
            max-width: initial; }
            .structures .items-container .items .item .image img {
              max-width: 190px;
              max-height: 254px;
              margin: auto;
              display: block; }
          .structures .items-container .items .item .name {
            min-height: 50px;
            display: grid;
            grid-column: auto;
            grid-row: auto;
            text-align: center;
            padding: 5px;
            line-height: 28px;
            line-height: initial;
            margin-top: 0; }
            .structures .items-container .items .item .name span {
              align-self: center; } }
  @media (max-width: 1100px) {
  .structures .items-container .items {
    grid-template-columns: repeat(3, 222px); } }

.structures-popup {
  padding-bottom: 130px; }
  .structures-popup .belt {
    background-color: #f2f2f7;
    padding-top: 84px;
    padding-bottom: 40px; }
  .structures-popup .belt .error-message {
    padding-bottom: 84px;
    text-align: center; }
  .structures-popup .belt .content {
    grid-column: span 12;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: min-content 1fr;
    margin-top: 0; }
  .structures-popup .belt .content .image {
    grid-row-start: 1;
    grid-row-end: 3; }
  .structures-popup .belt .content .image img {
    border-radius: 4px;
    max-width: 364px;
    width: 100%;
    height: auto; }
  .structures-popup .belt .content .name {
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 64px; }
  .structures-popup .belt .content .cv-short {
    padding-left: 0;
    max-width: initial; }
  .structures-popup .belt .content .cv-short .name {
    margin-top: 0;
    margin-bottom: 0px;
    font-family: 'Lora', serif;
    font-size: 24px;
    line-height: 45px; }
  .structures-popup .belt .content .cv-short .position {
    margin-bottom: 15px;
    max-width: 236px;
    font-size: 18px;
    line-height: 28px; }
  .structures-popup .belt .content .cv-short .email {
    margin-bottom: 20px; }
  .structures-popup .container .cv-full {
    padding: 30px 0 35px 0; }
  .structures-popup .aims {
    font-size: 34px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 50px; }
  .structures-popup .border-top {
    border-top: 1px solid #d9dbed; }
  .structures-popup .border-bottom {
    border-bottom: 1px solid #d9dbed; }
  .structures-popup .child-structures {
    padding: 40px 0 20px 0; }
  .structures-popup .child-structures .child-structure {
    padding-top: 5px;
    padding-bottom: 50px;
    border-top: 1px solid #d9dbed; }
  .structures-popup .child-structures .child-structure ol li, .structures-popup .child-structures .child-structure ul li {
    position: relative;
    padding-left: 20px; }
  .structures-popup .child-structures .child-structure ol li::before, .structures-popup .child-structures .child-structure ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #292936;
    border-radius: 3px;
    left: 0;
    top: 9px; }
  .structures-popup .child-structures .child-structure ol li ul li::before, .structures-popup .child-structures .child-structure ul li ul li::before {
    width: 5.4545454545px;
    height: 5.4545454545px;
    background-color: transparent;
    border: 1px solid #292936;
    border-radius: 2.7272727273px; }
  .structures-popup .child-structures .child-structure ul {
    margin-bottom: 14px; }
  .structures-popup .child-structures .child-structure table > tbody > tr > td > ol li, .structures-popup .child-structures .child-structure table > tbody > tr > td > ul li {
    font-size: 14px;
    line-height: 21px; }
  .structures-popup .child-structures .child-structure table > tbody > tr > td > ol li::before, .structures-popup .child-structures .child-structure table > tbody > tr > td > ul li::before {
    top: 7.5px; }
  .structures-popup .child-structures .child-structure:first-child {
    border-top: none; }
  .structures-popup .child-structures .child-structure:last-child {
    padding-bottom: 0; }
  .structures-popup .child-structures .child-structure .name {
    font-size: 24px;
    color: #090959; }
  .structures-popup .child-structures .child-structure .description-container, .structures-popup .child-structures .child-structure .email-container, .structures-popup .child-structures .child-structure .phone-container {
    margin-top: 15px;
    font-size: 18px; }
  .structures-popup .child-structures .child-structure .description-container .label, .structures-popup .child-structures .child-structure .email-container .label, .structures-popup .child-structures .child-structure .phone-container .label {
    color: #090959; }
  .structures-popup .child-structures .child-structure .email {
    text-decoration: underline; }
  @media (min-width: 992px) {
  .structures-popup .belt {
    padding-bottom: 0; }
    .structures-popup .belt .content {
      grid-template-columns: auto;
      grid-template-columns: 300px 1fr;
      margin-top: 40px;
      padding-bottom: 74px; }
      .structures-popup .belt .content .name {
        margin-top: 0px;
        padding-left: 104px; }
      .structures-popup .belt .content .image img {
        max-width: 300px; }
      .structures-popup .belt .content .cv-short {
        padding-left: 104px;
        max-width: 644px; }
        .structures-popup .belt .content .cv-short .name {
          padding-left: 0; }

    .structures-popup .container .cv-full {
      padding: 68px 80px 68px 84px; }

    .structures-popup .narrow {
      max-width: 1020px; }

    .structures-popup .child-structures {
      padding: 50px 80px 20px 84px; }

    .structures-popup .child-structures .child-structure {
      padding-top: 15px; } }

.calendar-extension {
  grid-column: span 12;
  width: 100%; }
  .calendar-extension .year-container {
    height: 64px;
    margin-bottom: 20px; }
  .calendar-extension .year-container .year-mask {
    position: relative;
    height: 100%;
    width: 110px;
    overflow: hidden; }
  .calendar-extension .year-container .year-mask .year {
    font-weight: normal;
    position: absolute;
    width: 110px; }
  .calendar-extension .month-container {
    height: 74px;
    background-color: #f2f2f7;
    margin-bottom: 20px;
    border: 1px solid #d9dbed;
    color: #686890;
    font-size: 18px;
    text-align: center; }
  .calendar-extension .month-container .small {
    display: grid;
    grid-template-columns: minmax(82px, auto) 60px;
    grid-template-rows: 74px;
    align-content: center;
    justify-content: space-between;
    position: relative;
    height: 74px; }
  @media (min-width: 992px) {
      .calendar-extension .month-container .small {
        display: none; } }
  .calendar-extension .month-container .small .selected-month {
    text-align: left;
    align-content: center;
    display: grid;
    font-size: 18px;
    color: #292936;
    padding-left: 15px; }
  .calendar-extension .month-container .small .month-open-button {
    display: grid;
    justify-content: center;
    align-content: center;
    padding-right: 10px;
    cursor: pointer; }
  .calendar-extension .month-container .small .month-open-button .glyph {
    width: 9px;
    height: 8px;
    background-image: url('/templates/centenary/images/triangle.svg');
    background-size: 9px 8px; }
  .calendar-extension .month-container .small .month-open-button.opened .glyph {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .calendar-extension .month-container .small select {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .calendar-extension .month-container .small select .invisible {
    display: none; }
  .calendar-extension .month-container .wide {
    display: none;
    height: 74px; }
  @media (min-width: 992px) {
      .calendar-extension .month-container .wide {
        display: grid;
        grid-template-columns: repeat(14, 1fr);
        grid-template-rows: 73px; } }
  .calendar-extension .month-container .wide .years-navigation {
    cursor: pointer;
    line-height: 70px; }
  .calendar-extension .month-container .wide .month {
    color: #686890;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    display: grid;
    align-content: center; }
  .calendar-extension .month-container .wide .month.selected {
    background-color: #d9dbed; }
  .calendar-extension .events-container {
    margin-bottom: 45px;
    margin-top: 40px; }

.ajax-loading {
  background: url('/templates/centenary/images/spinner.gif') no-repeat scroll center center transparent; }

#ajax-loading-container, #ajax-loading-container-ecb {
  padding: 0px 0px 0px 28px;
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom; }

.exchange-data .addtext {
  margin: 20px 0; }
  .exchange-data .addtext p {
    margin-bottom: 10px; }

.calendar-events {
  color: #090959; }
  .calendar-events .month-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Lora', serif; }
  .calendar-events .day-container {
    border-top: 1px solid #d9dbed;
    padding-top: 25px;
    padding-bottom: 25px; }
  .calendar-events .day-container.stick-to-top:first-child {
    border-top: none;
    padding-top: 0; }
  .calendar-events .day-container .event-container .event-line {
    display: grid;
    grid-template-columns: 110px auto;
    grid-template-rows: minmax(80px, auto);
    padding: 0; }
  @media all and (-ms-high-contrast: none) {
        .calendar-events .day-container .event-container .event-line {
          display: -ms-grid; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .calendar-events .day-container .event-container .event-line {
          display: -ms-grid; } }
  .calendar-events .day-container .event-container .event-line .event-date-info {
    border-right: 1px solid #d9dbed; }
  @media (max-width: 767px) {
          .calendar-events .day-container .event-container .event-line .event-date-info {
            border: none; } }
  .calendar-events .day-container .event-container .event-line .event-date-info .event-date .day-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #090959; }
    @media (max-width: 767px) {
            .calendar-events .day-container .event-container .event-line .event-date-info .event-date .day-number {
              font-size: 24px; } }
  .calendar-events .day-container .event-container .event-line .event-date-info .event-time {
    font-size: 14px;
    line-height: 32px;
    color: #686890;
    margin-top: 11px; }
    @media (max-width: 767px) {
          .calendar-events .day-container .event-container .event-line .event-date-info .event-time {
            margin-top: 0; } }
  .calendar-events .day-container .event-container .event-line .event-info {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    margin-top: 0;
    padding-left: 20px; }
  @media all and (-ms-high-contrast: none) {
          .calendar-events .day-container .event-container .event-line .event-info {
            -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .calendar-events .day-container .event-container .event-line .event-info {
            -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
          .calendar-events .day-container .event-container .event-line .event-info {
            display: block; } }
  .calendar-events .day-container .event-container .event-line .event-info .event-wrapper .event-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    line-height: 32px;
    color: #090959; }
    .calendar-events .day-container .event-container .event-line .event-info .event-wrapper .event-tags-mobile {
      display: none; }
    @media (max-width: 767px) {
            .calendar-events .day-container .event-container .event-line .event-info .event-wrapper .event-tags-mobile {
              display: block;
              margin-top: 8px; } }
    .calendar-events .day-container .event-container .event-line .event-info .event-wrapper .event-tags-mobile .event-tag {
      color: #686890;
      font-size: 12px;
      min-height: 30px;
      line-height: 30px;
      min-width: 130px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      margin-right: 12px;
      margin-bottom: 12px; }
    .calendar-events .day-container .event-container .event-line .event-info .event-wrapper .event-description {
      padding-bottom: 15px;
      font-size: 18px;
      line-height: 24px;
      color: #686890; }
    .calendar-events .day-container .event-container .event-line .event-info .event-wrapper .event-description .glyph-link {
      padding-top: 13px; }
    .calendar-events .day-container .event-container .event-line .event-info .event-wrapper .event-description.collapsed {
      display: none; }
    .calendar-events .day-container .event-container .event-line .event-info .event-wrapper .event-read-more {
      margin-top: 8px;
      font-size: 18px; }
    .calendar-events .day-container .event-container .event-line .event-info .event-wrapper .event-read-more a:hover .glyph-arrow {
      border-color: #ff233e; }
  .calendar-events .day-container .event-container .event-line .event-info .event-sidebar {
    display: block;
    justify-self: end; }
    @media (max-width: 767px) {
          .calendar-events .day-container .event-container .event-line .event-info .event-sidebar {
            display: none; } }
    .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-tags {
      float: right; }
    .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-tags .event-tag {
      color: #686890;
      font-size: 12px;
      min-height: 30px;
      line-height: 30px;
      min-width: 130px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      float: right;
      margin-left: 12px;
      margin-bottom: 12px; }
    .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container {
      position: relative;
      float: right;
      font-size: 12px;
      color: #686890;
      padding-right: 36px; }
      .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container::after {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        right: 0;
        top: 0;
        background-image: url('/templates/centenary/images/calendar.svg'); }
      .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container a {
        display: block; }
        .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container a:not(:hover) {
          color: #686890; }
      .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container .event-add-opener {
        color: #686890;
        font-size: 12px;
        line-height: 28px;
        height: 42px;
        cursor: pointer;
        text-align: right; }
        .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container .event-add-opener .add-options-list {
          opacity: 0;
          visibility: hidden;
          border: 1px solid #d9dbed;
          position: absolute;
          width: 100%;
          top: 32px;
          border-radius: 4px;
          padding: 5px 10px;
          background-color: #fff;
          -webkit-transition: opacity 600ms, visibility 600ms;
          -o-transition: opacity 600ms, visibility 600ms;
          transition: opacity 600ms, visibility 600ms; }
          .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container .event-add-opener .add-options-list .add-option {
            padding-top: 5px;
            padding-bottom: 5px;
            line-height: 14px; }
            @media all and (-ms-high-contrast: none) {
            .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container .event-add-opener .add-options-list .add-option {
              text-align: center; } }
            @supports (-ms-ime-align:auto) and (not (position:sticky)) {
            .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container .event-add-opener .add-options-list .add-option {
              text-align: center; } }
        .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container .event-add-opener:hover .add-options-list, .calendar-events .day-container .event-container .event-line .event-info .event-sidebar .event-add-to-calendar .event-add-container .event-add-opener:active .add-options-list {
          opacity: 1;
          visibility: visible; }
  .calendar-events .no-results-match {
    padding-top: 14px;
    text-align: center; }

.finder-extension .search-form {
  margin-top: 50px; }
  .finder-extension .search-form .search-input .search {
    border-width: 1px; }
  .finder-extension .search-form .search-input .suggestions-container {
    position: absolute;
    width: 100%;
    margin-top: 0;
    background: #fff;
    border-bottom: 1px solid #d9dbed;
    border-right: 1px solid #d9dbed;
    border-left: 1px solid #d9dbed;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1; }
  .finder-extension .search-form .search-input .suggestions-container:empty {
    padding: 0;
    border: none; }
  .finder-extension .search-form .search-filter {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9dbed; }
  .finder-extension .search-form .search-filter .finder-filters {
    font-size: 18px;
    color: #090959; }
  @media (min-width: 768px) {
        .finder-extension .search-form .search-filter .finder-filters {
          display: grid;
          grid-template-columns: repeat(3, 33%);
          align-items: center;
          justify-content: space-between; } }
  @media all and (-ms-high-contrast: none) {
        .finder-extension .search-form .search-filter .finder-filters {
          display: -ms-grid; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .finder-extension .search-form .search-filter .finder-filters {
          display: -ms-grid; } }
  @media all and (-ms-high-contrast: none) {
        .finder-extension .search-form .search-filter .finder-filters {
          -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .finder-extension .search-form .search-filter .finder-filters {
          -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .finder-extension .search-form .search-filter .finder-filters li {
    margin-bottom: 18px;
    display: grid;
    align-items: center;
    grid-template-columns: 100px auto; }
  .finder-extension .search-form .search-filter .finder-filters li:last-child {
    margin-bottom: 0px; }
  @media (min-width: 768px) {
          .finder-extension .search-form .search-filter .finder-filters li {
            margin-bottom: 0px; } }
  @media (min-width: 768px) {
          .finder-extension .search-form .search-filter .finder-filters li {
            grid-template-columns: min-content minmax(auto, max-content); } }
  .finder-extension .search-form .search-filter .finder-filters li label {
    padding-right: 15px; }
  .finder-extension .search-form .search-filter .finder-filters li .calendar-component {
    position: relative; }
  .finder-extension .search-form .search-filter .finder-filters li .clear-calendar {
    position: absolute;
    display: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/templates/centenary/images/small-x.svg');
    width: 20px;
    height: 20px;
    right: 30px;
    top: 10px;
    background-size: 11px 10px;
    cursor: pointer; }
    @media (max-width: 1112px) and (min-width: 992px) {
          .finder-extension .search-form .search-filter .finder-filters li .clear-calendar {
            right: auto;
            left: -20px;
            top: -3px; } }
    @media (max-width: 767px) {
          .finder-extension .search-form .search-filter .finder-filters li .clear-calendar {
            right: 38px; } }
    @media all and (-ms-high-contrast: none) {
          .finder-extension .search-form .search-filter .finder-filters li .clear-calendar {
            left: auto;
            right: -6px;
            top: -30px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .finder-extension .search-form .search-filter .finder-filters li .clear-calendar {
            left: auto;
            right: -6px;
            top: -30px; } }
  .finder-extension .search-form .search-filter .finder-filters li .calendar-opener {
    content: '';
    position: absolute;
    right: 10px;
    top: 11px;
    width: 18px;
    height: 19px;
    background-image: url('/templates/centenary/images/calendar-date.svg');
    background-repeat: no-repeat;
    cursor: pointer; }
    @media all and (-ms-high-contrast: none) {
          .finder-extension .search-form .search-filter .finder-filters li .calendar-opener {
            top: 2px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .finder-extension .search-form .search-filter .finder-filters li .calendar-opener {
            top: 2px; } }
  .finder-extension .search-form .search-filter .finder-filters li .error-message {
    display: none;
    position: absolute;
    width: 100%;
    color: #ff233e;
    font-size: 10px;
    top: -17px; }
    .finder-extension .search-form .search-filter .finder-filters li .error-message.error {
      display: block; }
    @media all and (-ms-high-contrast: none) {
          .finder-extension .search-form .search-filter .finder-filters li .error-message {
            top: 33px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .finder-extension .search-form .search-filter .finder-filters li .error-message {
            top: 33px; } }
  .finder-extension .search-form .search-filter .finder-filters li .date-filter {
    position: relative;
    padding-right: 35px;
    padding-left: 10px;
    height: 40px;
    font-size: 18px;
    color: #090959;
    width: 100%; }
    @media (min-width: 768px) {
          .finder-extension .search-form .search-filter .finder-filters li .date-filter {
            max-width: 191px; } }
    .finder-extension .search-form .search-filter .finder-filters li .date-filter.error {
      color: #ff233e; }
    .finder-extension .search-form .search-filter .finder-filters li .date-filter::-webkit-input-placeholder, .finder-extension .search-form .search-filter .finder-filters li .date-filter::-moz-placeholder, .finder-extension .search-form .search-filter .finder-filters li .date-filter::placeholder {
      color: #d9dbed; }
    @media all and (-ms-high-contrast: none) {
          .finder-extension .search-form .search-filter .finder-filters li .date-filter {
            max-width: none; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .finder-extension .search-form .search-filter .finder-filters li .date-filter {
            max-width: none; } }
  .finder-extension .search-form .search-filter .finder-filters li .inputbox {
    outline: none;
    height: 40px;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 10px;
    opacity: 0;
    width: 100%;
    cursor: pointer; }
  @media all and (-ms-high-contrast: none) {
          .finder-extension .search-form .search-filter .finder-filters li:nth-child(1) {
            margin-right: 25px; }
            @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .finder-extension .search-form .search-filter .finder-filters li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4; } }
            .finder-extension .search-form .search-filter .finder-filters li:nth-child(2) {
              margin-right: 25px; }
            @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .finder-extension .search-form .search-filter .finder-filters li:nth-child(2) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 4; } }
            @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .finder-extension .search-form .search-filter .finder-filters li:nth-child(3) {
        -ms-grid-column: 9;
        -ms-grid-column-span: 4; } }
            .finder-extension .search-form .search-filter .finder-filters li .select {
              display: block;
              max-width: 100%;
              text-align: left; } }
    @media all and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
              .finder-extension .search-form .search-filter .finder-filters li:nth-child(1) {
                -ms-grid-column: 1;
                -ms-grid-column-span: 4; } }
    @media all and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
              .finder-extension .search-form .search-filter .finder-filters li:nth-child(2) {
                -ms-grid-column: 5;
                -ms-grid-column-span: 4; } }
    @media all and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
              .finder-extension .search-form .search-filter .finder-filters li:nth-child(3) {
                -ms-grid-column: 9;
                -ms-grid-column-span: 4; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .finder-extension .search-form .search-filter .finder-filters li:nth-child(1) {
            margin-right: 25px; }
            @media all and (-ms-high-contrast: none) {
      .finder-extension .search-form .search-filter .finder-filters li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4; } }
            @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .finder-extension .search-form .search-filter .finder-filters li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4; } }
            .finder-extension .search-form .search-filter .finder-filters li:nth-child(2) {
              margin-right: 25px; }
            @media all and (-ms-high-contrast: none) {
      .finder-extension .search-form .search-filter .finder-filters li:nth-child(2) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 4; } }
            @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .finder-extension .search-form .search-filter .finder-filters li:nth-child(2) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 4; } }
            @media all and (-ms-high-contrast: none) {
      .finder-extension .search-form .search-filter .finder-filters li:nth-child(3) {
        -ms-grid-column: 9;
        -ms-grid-column-span: 4; } }
            @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .finder-extension .search-form .search-filter .finder-filters li:nth-child(3) {
        -ms-grid-column: 9;
        -ms-grid-column-span: 4; } }
            .finder-extension .search-form .search-filter .finder-filters li .select {
              display: block;
              max-width: 100%;
              text-align: left; } }
  .finder-extension .search-results {
    margin-top: 56px; }
  .finder-extension .search-results a h4 {
    font-family: 'Open Sans', sans-serif; }
  .finder-extension .search-results a h4.glyph-link::before {
    margin-top: 8px; }
  @media all and (-ms-high-contrast: none) {
        .finder-extension .search-results a h4.glyph-link::before {
          margin-top: -12px; }
          .finder-extension .search-results a h4.glyph-link.small::before {
            margin-top: -9px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .finder-extension .search-results a h4.glyph-link::before {
          margin-top: -12px; }
          .finder-extension .search-results a h4.glyph-link.small::before {
            margin-top: -9px; } }
  .finder-extension .search-results a h4:hover {
    color: #ff233e; }
  .finder-extension .search-results > ul li {
    grid-column: span 12;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9dbed;
    font-family: 'Open Sans', sans-serif; }
  @media (min-width: 768px) {
        .finder-extension .search-results > ul li {
          grid-template-columns: repeat(3, 83.35px) repeat(5, 1fr); } }
  .finder-extension .search-results > ul li .image {
    grid-column: span 12; }
  @media (min-width: 992px) {
          .finder-extension .search-results > ul li .image {
            grid-column: span 3;
            margin-bottom: 30px; } }
  .finder-extension .search-results > ul li .image img {
    width: 100%; }
  .finder-extension .search-results > ul li .image + .content {
    grid-column: inherit; }
  @media (min-width: 992px) {
          .finder-extension .search-results > ul li .image + .content {
            grid-column: span 5;
            margin-left: 25px; } }
  .finder-extension .search-results > ul li .content {
    grid-column: span 12;
    margin-bottom: 30px;
    position: relative; }
  @media all and (-ms-high-contrast: none) {
          .finder-extension .search-results > ul li .content {
            -ms-grid-column-span: 12; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .finder-extension .search-results > ul li .content {
            -ms-grid-column-span: 12; } }
  @media (min-width: 768px) {
          .finder-extension .search-results > ul li .content {
            grid-column: span 8; } }
  .finder-extension .search-results > ul li .content .date {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2.49px;
    color: #686890; }
  .finder-extension .search-results > ul li .content h4 {
    font-size: 24px;
    line-height: 32px; }
  .finder-extension .search-results > ul li .content p {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    color: #292936; }
  @media all and (-ms-high-contrast: none) {
        .finder-extension .search-results > ul li .image {
          display: block;
          -ms-grid-column: 1;
          -ms-grid-column-span: 4; }
          .finder-extension .search-results > ul li .image + .content {
            -ms-grid-column: 5;
            -ms-grid-column-span: 8;
            margin-left: 25px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .finder-extension .search-results > ul li .image {
          display: block;
          -ms-grid-column: 1;
          -ms-grid-column-span: 4; }
          .finder-extension .search-results > ul li .image + .content {
            -ms-grid-column: 5;
            -ms-grid-column-span: 8;
            margin-left: 25px; } }
  .finder-extension .search-results .no-results-match {
    margin-top: 74px;
    margin-bottom: 35px; }

p.article-quote {
  color: #090959;
  font-family: 'Lora', serif;
  font-size: 28px;
  line-height: 36px;
  padding-left: 34px;
  margin-top: 25px;
  margin-bottom: 30px !important;
  padding-bottom: 12px;
  border-left: #090959 solid 3px; }

p.highlighted-field {
  margin: 40px 0 !important;
  padding: 24px;
  color: #292936;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px; }

.highlighted-field.gray {
  background-color: rgba(9, 9, 89, 0.05); }

.highlighted-field.red-light {
  background-color: #ffdfe3; }

.highlighted-field.green {
  background-color: #eef5e5; }

.highlighted-field.gray + .highlighted-field.gray, .highlighted-field.red-light + .highlighted-field.red-light, .highlighted-field.green + .highlighted-field.green {
  margin-top: -40px !important;
  padding-top: 0; }

.complete-fi-tables-container {
  margin: 25px 0;
  font-size: 0.7em; }
  .complete-fi-tables-container .fi-tables-container {
    position: relative; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper {
    display: table;
    width: 100%; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .fi-table {
    width: 100%; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .fi-table thead th {
    z-index: 1;
    border-bottom: 1px solid #090959;
    padding: 10px 18px; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .fi-table thead th sup {
    padding-left: 2px; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .fi-table tbody > tr .dt-control {
    background-image: url('/templates/centenary/images/details_open.svg'); }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .fi-table tbody > tr.dt-hasChild .dt-control {
    background-image: url('/templates/centenary/images/details_close.svg'); }
    .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .fi-table tbody > tr.dt-hasChild td {
      border-bottom: 0.5px solid #090959; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .fi-table tbody > tr table {
    margin: 25px 0; }
    .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .fi-table tbody > tr table tbody tr:last-child > td {
      border-bottom: 0; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dataTables_filter {
    margin-right: 0.5em; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #8484ac;
    border-radius: 2px;
    padding: 0.39em 0.5em;
    vertical-align: top;
    font-size: 0.8em; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dt-buttons {
    float: right;
    vertical-align: top; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dt-buttons .dt-button {
    background: unset;
    border: 1px solid #8484ac;
    padding: 0.18em 0.5em;
    font-size: 0.8em; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dataTables_empty {
    font-size: 1.125rem; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dataTables_info, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dataTables_paginate, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dataTables_filter, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dt-button {
    color: #090959 !important; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button {
    color: #090959 !important;
    border: 1.6px solid #fff;
    border-radius: 100%;
    background: none;
    width: 22px;
    height: 22px;
    margin: auto 5px;
    padding: 0; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button:hover, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.current:hover, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button:active, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.current:active, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button:focus, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.current:focus {
    border: 1.6px solid #f2f2f7;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin: auto 5px;
    text-align: center;
    padding: 0;
    background: #f2f2f7;
    box-shadow: none;
    color: #ff233e !important; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.next, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.previous, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.disabled {
    width: unset;
    height: unset;
    border: none; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.next:hover, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.previous:hover, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.disabled:hover, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.next:active, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.previous:active, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.disabled:active, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.next:focus, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.previous:focus, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.disabled:focus {
    border: none;
    background: none; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.disabled:hover, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.disabled:active, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.disabled:focus {
    color: #545473 !important; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.next:hover, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.previous:hover, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.next:active, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.previous:active, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.next:focus, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.previous:focus {
    color: #ff233e; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.disabled {
    color: #545473 !important; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .paginate_button.current {
    background: none;
    border: 1.6px solid #d4d4e2;
    text-align: center;
    color: #090959 !important; }
  .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dataTables_info, .complete-fi-tables-container .fi-tables-container .dataTables_wrapper .dataTables_paginate {
    padding-top: 0.45rem;
    line-height: 22px; }

.fi-tables-tabs {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  color: #090959;
  font-size: 12px;
  font-variant: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  z-index: 3; }
  .fi-tables-tabs .fi-table-tab {
    margin: 17px 14px;
    cursor: pointer; }
  .fi-tables-tabs .fi-table-tab.active {
    font-weight: 600;
    text-decoration: underline; }

.date-dropdown {
  display: inline-block;
  position: relative; }

.fi-table-tab.dropdown {
  position: relative;
  padding: 5px 25px 2px 5px; }
  .fi-table-tab.dropdown::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 25px;
    top: 2px;
    right: 8px;
    z-index: -1;
    background: right no-repeat url('/templates/centenary/images/arrow-head-right.svg');
    transform: rotate(90deg); }

.fi-table-tab.flipped::before {
  transform: rotate(-90deg); }

.date-dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 320px;
  text-align: center;
  background-color: white;
  border: #d9dbed solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 5px 5px;
  padding-top: 10px;
  margin-top: -10px;
  cursor: pointer;
  overflow-y: auto;
  z-index: 5; }
  .date-dropdown-content .separator {
    letter-spacing: 2px;
    cursor: default; }

.fi-table-container {
  display: none; }

.fi-table-container.active {
  display: block;
  position: relative;
  z-index: 1; }

.fi-tables-remarks {
  margin-top: 14px; }

table.fi-table.dataTable {
  border-collapse: collapse; }

.fi-tables-remark {
  color: #090959;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px; }

.purchase-table-container {
  position: relative; }
  .purchase-table-container .purchase-table-content .purchase-table .glyph-link {
    margin-bottom: 2px;
    word-break: normal;
    min-width: 188px; }
  @media (min-width: 768px) {
    .purchase-table-container .purchase-table-content {
      overflow: auto;
      margin-left: 0; } }

.contracts .header-container {
  display: none;
  background-color: #f2f2f7;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contracts .header-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(16.66%, 1fr)); } }
  .contracts .header-container div {
    display: grid;
    align-items: center;
    height: 100%;
    border-top: 1px solid #d9dbed;
    border-bottom: 1px solid #d9dbed;
    border-left: 1px solid #d9dbed; }
  .contracts .header-container div:last-child {
    border-right: 1px solid #d9dbed; }
  .contracts .header-container div h4 {
    padding: 10px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    color: #090959; }
  .contracts .contract-container .contract {
    margin-bottom: 20px;
    border: 1px solid #d9dbed; }
  .contracts .contract-container .contract .contract-header {
    border-bottom: 1px solid #d9dbed; }
  .contracts .contract-container .contract .contract-header h4 {
    padding: 20px 15px 10px 15px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    color: #090959; }
  @media (min-width: 768px) {
          .contracts .contract-container .contract .contract-header h4 {
            padding: 20px 10px 10px 10px; } }
  .contracts .contract-container .contract .contract-header a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    color: #090959; }
  @media (min-width: 768px) {
          .contracts .contract-container .contract .contract-header a {
            padding-left: 10px;
            padding-right: 10px; } }
  @media all and (-ms-high-contrast: none) {
          .contracts .contract-container .contract .contract-header a {
            padding-left: 70px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
          .contracts .contract-container .contract .contract-header a {
            padding-left: 70px; } }
  .contracts .contract-container .contract .contract-header a:last-child {
    margin-bottom: 15px; }
  .contracts .contract-container .contract .contract-header a span {
    text-decoration: underline; }
  .contracts .contract-container .contract .contract-info {
    align-items: center; }
  @media (min-width: 768px) {
        .contracts .contract-container .contract .contract-info {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(16.66%, 1fr)); } }
  .contracts .contract-container .contract .contract-info .info-block {
    display: grid;
    grid-template-columns: 50% 50%;
    align-content: center;
    border-right: none;
    border-bottom: 1px solid #d9dbed;
    height: 100%; }
  @media (min-width: 768px) {
          .contracts .contract-container .contract .contract-info .info-block {
            grid-template-columns: auto;
            border-right: 1px solid #d9dbed; } }
  @media (min-width: 768px) {
          .contracts .contract-container .contract .contract-info .info-block {
            border-bottom: none; } }
  .contracts .contract-container .contract .contract-info .info-block:last-child {
    border-bottom: none; }
    @media (min-width: 768px) {
          .contracts .contract-container .contract .contract-info .info-block:last-child {
            border-right: none; } }
  .contracts .contract-container .contract .contract-info .info-block .info-title {
    background-color: #f2f2f7;
    border-right: 1px solid #d9dbed;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    color: #090959;
    padding: 15px 15px; }
    @media (min-width: 768px) {
          .contracts .contract-container .contract .contract-info .info-block .info-title {
            padding: 15px 10px;
            display: none; } }
  .contracts .contract-container .contract .contract-info .info-block .info-description {
    display: grid;
    align-content: center;
    padding: 10px;
    height: 100%;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #686890; }
    @media (min-width: 768px) {
          .contracts .contract-container .contract .contract-info .info-block .info-description {
            text-align: left;
            color: #292936; } }

.attachments-container {
  display: flex;
  border-style: solid;
  border-color: #d9dbed;
  border-width: 1px 0;
  padding: 14px 0;
  margin: 50px 0;
  align-items: center;
  justify-content: space-between; }
  .attachments-container .attachments-title, .attachments-container a {
    color: #090959;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px; }
  .attachments-container .attachments-title {
    margin-right: auto;
    align-self: center; }
  .attachments-container a {
    text-decoration: none !important;
    margin-right: 30px; }
  .attachments-container a:last-child {
    margin-right: 0; }

@media (max-width: 767px) {
  .attachments-title {
    word-wrap: break-word;
    width: calc(100% - 110px); } }

.in-short-container {
  display: block;
  border-left-style: solid;
  border-width: 3px;
  border-color: #090959;
  padding: 0 15px 0 30px;
  margin: 40px 0; }
  .in-short-container h3 {
    font-size: 28px !important; }

.in-short {
  color: #292936;
  font-family: 'Open Sans', sans-serif; }

.reference-container {
  position: relative;
  display: inline-block;
  bottom: 10px;
  padding-left: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #ff233e;
  text-decoration: underline;
  cursor: pointer; }

.reference-container.active {
  color: #ff233e;
  text-decoration: underline; }

.reference-text {
  visibility: hidden;
  position: absolute;
  bottom: 150%;
  left: 50%;
  border: rgba(9, 9, 89, 0.35) solid 1px;
  background-color: #f8f8fd;
  padding: 7px;
  width: max-content;
  color: #090959;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 0 !important;
  max-width: 500px;
  z-index: 1; }

article p .external-link, article ul .external-link, article ol .external-link, article table .external-link {
  background-image: url("images/external-link.svg");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px; }

.btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9dbed;
  border-radius: 32px;
  background-color: #fff;
  padding: 9px 28px;
  color: #292936;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px; }
  .btn.active {
    background-color: #090959;
    color: #fff; }
  .btn:not(.active):hover, .btn:not(.active):active, .btn:not(.active):focus {
    background-color: #f2f2f7;
    color: #292936; }
  .btn .badge {
    background-color: #ff233e;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    width: 24px;
    line-height: 24px;
    margin-left: 13px;
    margin-right: -18px;
    font-weight: normal; }
  .btn.rect {
    border-radius: 0;
    padding: 7px 28px;
    background-color: transparent; }
  .btn.rect:hover {
    background-color: #d9dbed; }
  .btn.rect:hover.plus {
    background-color: #ff233e; }
  .btn.rect.recycle, .btn.rect.plus {
    position: relative;
    padding-left: 44px; }
  .btn.rect.recycle::before, .btn.rect.plus::before {
    content: '';
    background-repeat: no-repeat;
    height: 17px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -7px; }
  .btn.rect.recycle::before {
    background-image: url('/templates/centenary/images/recycle.svg'); }
  .btn.rect.plus {
    background-color: #090959;
    color: #fff; }
  .btn.rect.plus::before {
    background-image: url('/templates/centenary/images/plus.png'); }
  .btn.primary {
    font-size: 20px;
    color: #fff;
    background-color: #090959;
    border-radius: 0; }
  .btn.primary:hover {
    color: #fff;
    background-color: #686890; }

.signup-button {
  background-color: #28294f;
  color: #fff;
  padding: 0 42px 12px 42px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500; }
  .signup-button:hover {
    color: #fff !important; }

.glyph-arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle; }
  .glyph-arrow.big {
    padding: 4px; }
  .glyph-arrow.right, .glyph-arrow.next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: top;
    -webkit-transform-origin: top; }
  .glyph-arrow.left, .glyph-arrow.prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform-origin: 90% 60%;
    -webkit-transform-origin: 90% 60%; }
  .glyph-arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform-origin: 90% 50%;
    -webkit-transform-origin: 90% 50%; }
  .glyph-arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 120% 110%;
    -webkit-transform-origin: 120% 110%; }

.glyph-circle {
  position: absolute;
  right: 0;
  top: 0; }
  .glyph-circle::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #ff233e;
    position: absolute;
    margin-left: 14px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .glyph-circle::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 20px;
    top: 8px;
    position: absolute; }
  .glyph-circle.left::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 23px; }
  .glyph-circle.dark::before {
    background-color: #090959; }

.glyph-link {
  display: grid;
  grid-template-columns: 55px auto;
  grid-gap: 13px;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  word-break: break-word; }
  .glyph-link::before {
    content: '';
    align-self: start;
    margin-top: 2px;
    display: block;
    height: 25px;
    width: 55px;
    border-radius: 3px;
    opacity: 0.4;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #090959 url('/templates/centenary/images/chain.svg') no-repeat center; }
  .glyph-link.with-arrow {
    grid-template-columns: 55px auto 10px;
    justify-content: left; }
  .glyph-link.with-arrow::after {
    content: '';
    border: solid #000;
    border-width: 0 1px 1px 0;
    width: 7px;
    height: 7px;
    margin-left: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .glyph-link.with-arrow.small {
    grid-template-columns: 38px auto 10px; }
  .glyph-link:hover::before {
    opacity: 1; }
  .glyph-link:hover::after {
    border-color: #ff233e; }
  .glyph-link.file-docx::before, .glyph-link.file-doc::before {
    content: 'DOC';
    background-image: none;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 26px;
    font-size: 13px; }
  .glyph-link.file-pdf::before {
    content: 'PDF';
    background-image: none;
    background-color: #ff233e;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 26px;
    font-size: 13px; }
  .glyph-link.file-xls::before {
    content: 'XLS';
    background-image: none;
    background-color: #5e9d1a;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 26px;
    font-size: 13px; }
  .glyph-link.small {
    grid-template-columns: 38px auto;
    grid-gap: 10px; }
  .glyph-link.small::before {
    height: 19px;
    width: 38px;
    line-height: 19px;
    font-size: 10px;
    background-size: 15px; }
  @media all and (-ms-high-contrast: none) {
  .glyph-link {
    display: block;
    position: relative;
    padding-left: 70px; }
    .glyph-link::before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px; }

    .glyph-link.small {
      padding-left: 50px; }
      .glyph-link.small::before {
        margin-top: -9px; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .glyph-link {
    display: block;
    position: relative;
    padding-left: 70px; }
    .glyph-link::before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px; }

    .glyph-link.small {
      padding-left: 50px; }
      .glyph-link.small::before {
        margin-top: -9px; } }

body a.glyph-link {
  text-decoration: none; }

.glyph-button-circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  background-color: #f2f2f7;
  margin-left: 5px; }
  .glyph-button-circle:hover {
    background-color: #ff233e; }

.glyph-print {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #f2f2f7 url('/templates/centenary/images/printer-blue.svg') no-repeat center; }
  .glyph-print:hover {
    background-image: url('/templates/centenary/images/printer.svg'); }
  .glyph-print:hover::after {
    border-color: #ff233e; }

.glyph-pdf {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #f2f2f7 url('/templates/centenary/images/download.svg') no-repeat center; }
  .glyph-pdf:hover {
    background-image: url('/templates/centenary/images/download_red.svg'); }
  .glyph-pdf:hover::after {
    border-color: #ff233e; }

.glyph-button-circle-small {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline;
  vertical-align: top;
  background-color: #f2f2f7;
  margin-left: 5px; }
  .glyph-button-circle-small:hover {
    background-color: #ff233e; }

.glyph-copy-small {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #f2f2f7 url('/templates/centenary/images/copy_small.svg') no-repeat center; }
  .glyph-copy-small:hover {
    background-image: url('/templates/centenary/images/copy_small_red.svg'); }
  .glyph-copy-small:hover::after {
    border-color: #ff233e; }

.pagination {
  grid-column: span 12;
  display: flex; }
  .pagination ul {
    display: flex; }
  .pagination ul.desktop {
    display: none; }
  .pagination ul li button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    margin-left: 5px;
    margin-right: 9px;
    border: 1px solid #d9dbed;
    text-align: center;
    color: #090959;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif; }
  .pagination ul li button:hover {
    cursor: pointer; }
  .pagination ul li button.active {
    background-color: #f2f2f7;
    border: none; }
  .pagination ul li button.prev, .pagination ul li button.next {
    background-color: #f2f2f7;
    border: none; }
  .pagination ul li button.prev:after, .pagination ul li button.next:after {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-right: solid 1px #090959;
    border-bottom: solid 1px #090959;
    justify-self: center; }
  .pagination ul li button.prev:hover:after, .pagination ul li button.next:hover:after {
    border-color: #ff233e; }
  .pagination ul li button.next:after {
    transform: rotate(-45deg);
    margin-left: -2px; }
  .pagination ul li button.prev:after {
    transform: rotate(135deg);
    margin-right: -2px; }
  .pagination ul li button.hide {
    pointer-events: none; }
  .pagination ul li button.active:hover, .pagination ul li button.page:hover {
    cursor: pointer;
    background-color: #f2f2f7;
    color: #ff233e; }

@media (min-width: 576px) {
  .pagination {
    grid-column: span 8; }
    .pagination ul.mobile {
      display: none; }
      .pagination ul.desktop {
        display: flex; } }

input {
  font-family: 'Lato', sans-serif; }

.select {
  display: inline-block;
  position: relative;
  min-width: 136px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle; }
  .select::after {
    content: '';
    position: absolute;
    right: 1px;
    top: 3px;
    width: 22px;
    height: 8px;
    background-color: #fff;
    background-image: url('/templates/centenary/images/triangle.svg');
    background-repeat: no-repeat;
    height: calc(100% - 4px);
    background-position: 3px;
    pointer-events: none; }
  .select > span {
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #d9dbed;
    color: #090959;
    font-size: 18px;
    overflow: hidden; }
  .select select {
    outline: none;
    height: 40px;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 10px;
    opacity: 0;
    width: 100%;
    cursor: pointer; }
  .select-small {
    height: 23px;
    line-height: 23px; }
  .select-small > span {
    line-height: 23px; }
  .select-small select {
    height: 23px; }

main > .component {
  width: 100%; }
  @media (min-width: 992px) {
  main > .component {
    grid-area: component;
    grid-column: span 8; }
    main > .component + .moduletable.side-menu-wrap {
      grid-area: right-menu;
      grid-column-start: 10;
      grid-column-end: 13; } }

.moduletable.accordion-wrapper {
  margin-top: 40px; }
  .moduletable.accordion-wrapper h4 {
    margin-bottom: 30px; }
  .moduletable.accordion-wrapper .item {
    padding: 25px 0;
    border-top: 1px solid #d9dbed; }
  .moduletable.accordion-wrapper .item .toggle.title {
    display: flex;
    cursor: pointer;
    align-items: center; }
  .moduletable.accordion-wrapper .item .toggle.title > h4 {
    width: 100%;
    margin-right: 40px;
    color: #090959;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: unset;
    font-family: 'Lora', sans-serif; }
  .moduletable.accordion-wrapper .item .toggle.title button {
    min-width: 42px;
    height: 42px;
    margin-left: 0;
    background: transparent url('/templates/centenary/images/qa-open.svg') no-repeat center center; }
  .moduletable.accordion-wrapper .item .toggle.title.opened button {
    background-image: url('/templates/centenary/images/qa-close.svg'); }
  .moduletable.accordion-wrapper .item .content {
    display: none;
    padding-top: 30px;
    margin-bottom: 0; }
  .moduletable.accordion-wrapper .item .content > p, .moduletable.accordion-wrapper .item .content > ul li, .moduletable.accordion-wrapper .item .content > ol li {
    font-size: 18px; }
  .moduletable.accordion-wrapper .item:last-child {
    margin-bottom: 40px;
    border-bottom: 1px solid #d9dbed; }

.moduletable.symbols-slider {
  grid-column: span 12;
  -ms-grid-column-span: 12; }
  .moduletable.symbols-slider .symbols {
    height: 100%;
    min-height: 944px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff; }
  @media (min-width: 576px) {
    .moduletable.symbols-slider .symbols {
      min-height: 825px; } }
  @media (min-width: 992px) {
    .moduletable.symbols-slider .symbols {
      min-height: 685px; } }
  .moduletable.symbols-slider .symbols .content .header {
    margin: 0 15px;
    padding-top: 63px;
    text-align: center;
    border-bottom: 1px solid rgba(217, 219, 237, 0.25); }
  @media (min-width: 992px) {
        .moduletable.symbols-slider .symbols .content .header {
          margin: 0 85px; } }
  .moduletable.symbols-slider .symbols .content .header .title {
    font-size: 34px; }
  .moduletable.symbols-slider .symbols .content .header .description {
    max-width: 865px;
    margin: 0 auto;
    padding: 20px 0 50px 0; }
  @media (min-width: 992px) {
          .moduletable.symbols-slider .symbols .content .header .description {
            padding-right: 5px;
            padding-left: 5px; } }
  .moduletable.symbols-slider .symbols .content .header p {
    font-size: 18px;
    line-height: 32px; }
  .moduletable.symbols-slider .symbols .slider {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 68px; }
  .moduletable.symbols-slider .symbols .slider .hidden-previous, .moduletable.symbols-slider .symbols .slider .hidden-next, .moduletable.symbols-slider .symbols .slider .items > .symbol {
    display: none; }
  .moduletable.symbols-slider .symbols .slider button {
    position: absolute;
    top: 192px;
    height: 49px;
    width: 49px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    z-index: 100; }
  @media (min-width: 768px) {
        .moduletable.symbols-slider .symbols .slider button {
          position: static; } }
  .moduletable.symbols-slider .symbols .slider button > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    transform: rotate(45deg); }
  .moduletable.symbols-slider .symbols .slider button.btn-previous {
    left: 15px; }
  .moduletable.symbols-slider .symbols .slider button.btn-previous > span {
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: #fff;
    margin-left: 2px; }
  .moduletable.symbols-slider .symbols .slider button.btn-next {
    right: 15px; }
  .moduletable.symbols-slider .symbols .slider button.btn-next > span {
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
    margin-right: 5px; }
  .moduletable.symbols-slider .symbols .slider button:hover {
    background-color: #fff;
    cursor: pointer; }
  .moduletable.symbols-slider .symbols .slider button:hover > span {
    border-color: #686890; }
  .moduletable.symbols-slider .symbols .slider .items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    -ms-grid-columns: auto;
    -ms-grid-rows: 1fr; }
  @media (min-width: 992px) {
        .moduletable.symbols-slider .symbols .slider .items {
          grid-template-columns: auto auto;
          -ms-grid-columns: auto auto; } }
  .moduletable.symbols-slider .symbols .slider .items .symbol .image {
    height: 296px;
    text-align: center; }
    .moduletable.symbols-slider .symbols .slider .items .symbol .image img {
      height: 100%;
      width: 217px;
      object-fit: cover; }
  .moduletable.symbols-slider .symbols .slider .items .symbol .about {
    padding: 30px 10px 30px 30px;
    line-height: 34px;
    font-size: 24px;
    font-family: 'Lora', serif; }
    @media (min-width: 425px) {
          .moduletable.symbols-slider .symbols .slider .items .symbol .about {
            width: 365px;
            padding-left: 25px; } }
    @media (min-width: 768px) {
          .moduletable.symbols-slider .symbols .slider .items .symbol .about {
            width: 270px;
            padding-left: 40px; } }
    @media (min-width: 992px) {
          .moduletable.symbols-slider .symbols .slider .items .symbol .about {
            width: 200px;
            padding-top: 57px;
            padding-bottom: 0;
            padding-left: 25px; } }
    @media (min-width: 1200px) {
          .moduletable.symbols-slider .symbols .slider .items .symbol .about {
            width: 255px; } }
  .moduletable.symbols-slider .symbols .slider .items .symbol.first {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    display: flex;
    flex-direction: column; }
  @media (max-width: 991px) {
          .moduletable.symbols-slider .symbols .slider .items .symbol.first {
            align-items: center; } }
  @media (min-width: 768px) {
          .moduletable.symbols-slider .symbols .slider .items .symbol.first {
            flex-direction: row; } }
  @media (min-width: 992px) {
          .moduletable.symbols-slider .symbols .slider .items .second {
            grid-column: 2;
            grid-row: 1;
            -ms-grid-column: 2;
            -ms-grid-row: 1;
            display: flex;
            margin-left: 17px; } }
  @media (min-width: 1200px) {
          .moduletable.symbols-slider .symbols .slider .items .second {
            margin-left: 80px; } }

.moduletable.banner_image {
  grid-column: 12 span;
  -ms-grid-column-span: 12; }
  .moduletable.banner_image .container {
    padding: 0; }
  .moduletable.banner_image img {
    width: 100%;
    height: 800px; }
  @media (min-width: 768px) {
    .moduletable.banner_image img {
      height: 344px; } }

.moduletable.mod-announcement {
  grid-column: span 12;
  -ms-grid-column-span: 12; }
  @media (min-width: 992px) {
  .moduletable.mod-announcement {
    grid-column: span 8;
    -ms-grid-column-span: 8; } }
  .moduletable.mod-announcement section {
    border-bottom: 2px solid #d9dbed;
    padding-bottom: 40px; }
  .moduletable.mod-announcement section:last-child {
    border: none;
    padding-bottom: 0; }
  .moduletable.mod-announcement section h4 {
    padding-bottom: 8px;
    padding-top: 15px;
    font-size: 24px; }
  .moduletable.mod-announcement section .file {
    display: inline-block;
    margin-top: 10px; }

.phocagallery {
  width: 80%;
  margin: auto;
  position: relative; }

.small-images-slider {
  display: grid;
  grid-template-columns: 1fr 68px;
  margin-bottom: 16px;
  overflow-x: hidden; }
  .small-images-slider button {
    position: absolute;
    display: flex; }
  .small-images-slider button.slider-next {
    right: -25px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d9dbed;
    background-color: #fff;
    box-shadow: 0 6px 8px 0 rgba(104, 104, 144, 0.169);
    top: calc(50% - 25px); }
  .small-images-slider button.slider-next:hover {
    border-color: #f2f2f7; }
  .small-images-slider button.slider-next:hover::after {
    border-color: #090959; }
  .small-images-slider button.slider-next::after {
    -webkit-transform: rotate(225deg);
    margin-left: -3px;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1.5px solid #686890;
    border-top: none;
    border-right: none;
    box-sizing: inherit; }
  .small-images-slider button.btn-next {
    display: flex; }
  .small-images-slider button.btn-next.hidden {
    right: -10%;
    opacity: 0; }
  .small-images-slider button.slider-previous {
    left: -25px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d9dbed;
    background-color: #fff;
    box-shadow: 0 6px 8px 0 rgba(104, 104, 144, 0.169);
    top: calc(50% - 25px); }
  .small-images-slider button.slider-previous:hover {
    border-color: #f2f2f7; }
  .small-images-slider button.slider-previous:hover::after {
    border-color: #090959; }
  .small-images-slider button.slider-previous::after {
    -webkit-transform: rotate(45deg);
    margin-left: 3px;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1.5px solid #686890;
    border-top: none;
    border-right: none; }
  .small-images-slider button.btn-previous {
    display: flex;
    z-index: 2; }
  .small-images-slider button.btn-previous.hidden {
    left: -10%;
    opacity: 0; }
  @media (min-width: 768px) {
  .small-images-slider {
    margin-bottom: 0; } }
  .small-images-slider .slider-items {
    display: grid;
    grid-template-columns: 100% 100% 100%;
    grid-auto-rows: 1fr;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
    transform: translateX(-100%);
    transition: transform 0.3s linear; }
  .small-images-slider .slider-items.visible-next {
    transform: translateX(-110%); }
  .small-images-slider .slider-items.visible-previous {
    transform: translateX(-90%); }
  .small-images-slider .slider-items img, .small-images-slider .slider-items figure {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .small-images-slider .slider-items img:not(.active), .small-images-slider .slider-items figure:not(.active) {
    display: none; }
  .small-images-slider .slider-items img:not(.active)[data-src], .small-images-slider .slider-items figure:not(.active)[data-src] {
    width: 0;
    opacity: 0; }
  .small-images-slider .slider-items img.next, .small-images-slider .slider-items figure.next, .small-images-slider .slider-items img.previous, .small-images-slider .slider-items figure.previous {
    display: block; }
  .small-images-slider .slider-items img.active, .small-images-slider .slider-items figure.active {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
  .small-images-slider .slider-items img.next, .small-images-slider .slider-items figure.next {
    grid-column: 3;
    -ms-grid-column: 3;
    grid-row: 1;
    -ms-grid-row: 1; }
  .small-images-slider .slider-items img.previous, .small-images-slider .slider-items figure.previous {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    z-index: 1; }
  .small-images-slider .slider-items.first-slide {
    --start: 0%;
    --end: -110%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.next-animation {
    --start: -10%;
    --end: -110%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.previous-animation {
    --start: -190%;
    --end: -90%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.next-animation-mobile {
    --start: 0%;
    --end: -100%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.previous-animation-mobile {
    --start: -200%;
    --end: -100%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.two-images {
    grid-template-columns: 100% 100%;
    transform: translateX(0); }
  .small-images-slider .slider-items.two-images img.active, .small-images-slider .slider-items.two-images figure.active {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1; }
  .small-images-slider .slider-items.two-images img.next, .small-images-slider .slider-items.two-images figure.next {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
  .small-images-slider .slider-items.two-images.visible-next {
    transform: translateX(-100%); }
  .small-images-slider .slider-items.two-images.visible-next img.active, .small-images-slider .slider-items.two-images.visible-next figure.active {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
  .small-images-slider .slider-items.two-images.visible-next img.next, .small-images-slider .slider-items.two-images.visible-next figure.next {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1; }
  .small-images-slider .slider-items.two-images.next-animation, .small-images-slider .slider-items.two-images.next-animation-mobile, .small-images-slider .slider-items.two-images.first-slide {
    --start: 0%;
    --end: -100%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.two-images.previous-animation, .small-images-slider .slider-items.two-images.previous-animation-mobile {
    --start: -100%;
    --end: 0%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }

@keyframes mini-slider-translate {
  from {
    -webkit-transform: translateX(var(--start));
    transform: translateX(var(--start)); }

  to {
    -webkit-transform: translateX(var(--end));
    transform: translateX(var(--end)); } }

.slider-items.two-images {
  grid-template-columns: 100% 100%;
  transform: translateX(0); }
  .slider-items.two-images img.active, .slider-items.two-images figure.active {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1; }
  .slider-items.two-images img.next, .slider-items.two-images figure.next {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
  .slider-items.two-images.visible-next {
    transform: translateX(-100%); }
  .slider-items.two-images.visible-next img.active, .slider-items.two-images.visible-next figure.active {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
  .slider-items.two-images.visible-next img.next, .slider-items.two-images.visible-next figure.next {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1; }
  .slider-items.two-images.next-animation, .slider-items.two-images.next-animation-mobile, .slider-items.two-images.first-slide {
    --start: 0%;
    --end: -100%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .slider-items.two-images.previous-animation, .slider-items.two-images.previous-animation-mobile {
    --start: -100%;
    --end: 0%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }

.cf-checkbox-group input[type="checkbox"] + label {
  padding-left: 29px !important; }

.cf-control-group.cf-percent-field {
  display: flex; }
  .cf-control-group.cf-percent-field .cf-control-label {
    order: 2;
    display: flex;
    align-items: center;
    flex-basis: 90%; }
  .cf-control-group.cf-percent-field .cf-control-input {
    margin-right: 10px;
    flex-basis: 10%; }
  .cf-control-group.cf-percent-field .cf-control-input .cf-control-input-desc {
    position: absolute; }

.cf-control-group.cf-comment {
  padding: 2px 0 0 10px; }
  .cf-control-group.cf-comment p {
    opacity: 0.8;
    font-size: 14px;
    color: #888;
    padding-top: unset;
    line-height: normal; }

.cf-control-group.cf-percent-field.cf-hidden-arrows input::-webkit-outer-spin-button, .cf-control-group.cf-percent-field.cf-hidden-arrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
  .cf-control-group.cf-percent-field.cf-hidden-arrows input[type=number] {
    -moz-appearance: textfield; }

.cf-control-input input::-webkit-outer-spin-button, .cf-control-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .cf-control-input input[type=number] {
    -moz-appearance: textfield; }

.questionsAndAnswers-wrap {
  margin-top: 40px; }
  .questionsAndAnswers-wrap h2 {
    margin-bottom: 30px; }
  .questionsAndAnswers-wrap .item {
    border-top: 1px solid #d9dbed;
    padding: 25px 0; }
  .questionsAndAnswers-wrap .item .question {
    display: flex;
    cursor: pointer;
    align-items: center; }
  .questionsAndAnswers-wrap .item .question > h2 {
    width: 100%;
    margin: 0 40px 0 0;
    color: #090959;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    pointer-events: none; }
  .questionsAndAnswers-wrap .item .question > h2 > a {
    pointer-events: none;
    text-decoration: none; }
  .questionsAndAnswers-wrap .item .question button {
    margin-left: 0;
    min-width: 42px;
    height: 42px;
    background: transparent url('/templates/centenary/images/qa-open.svg') no-repeat center center;
    pointer-events: none; }
  .questionsAndAnswers-wrap .item .question.opened button {
    background-image: url('/templates/centenary/images/qa-close.svg'); }
  .questionsAndAnswers-wrap .item .answer {
    display: none;
    padding-top: 30px;
    margin-bottom: 0; }
  .questionsAndAnswers-wrap .item .answer > p, .questionsAndAnswers-wrap .item .answer > ul li, .questionsAndAnswers-wrap .item .answer > ol li {
    font-size: 18px; }
  .questionsAndAnswers-wrap .item .answer > table > tbody > tr > td > p {
    font-size: 14px;
    line-height: 21px; }
  .questionsAndAnswers-wrap .item:last-child {
    border-bottom: 1px solid #d9dbed;
    margin-bottom: 40px; }

.page-404 {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-color: #f2f2f7; }
  .page-404 header {
    background-color: #fff; }
  .page-404 > .container {
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #090959; }
  @media (min-width: 1200px) {
    .page-404 > .container {
      text-align: left;
      margin-top: auto; } }
  .page-404 > .container .title {
    flex: 1;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif; }
  .page-404 > .container .title h1 {
    margin-bottom: 24px;
    line-height: 64px;
    font-size: 78px; }
  .page-404 > .container .title h4 {
    margin-bottom: 50px; }
  .page-404 > .container .title .btn.primary {
    padding: 16px 44px 16px 28px; }
  .page-404 > .container .title .glyph-arrow.right.big.white {
    margin-top: 2px;
    margin-left: -40px;
    border-color: #fff; }
  .page-404 > .container .piggy {
    flex: 1;
    background: transparent url('/templates/centenary/images/piggy.png') no-repeat center center;
    background-size: contain;
    display: none; }
  @media (min-width: 992px) {
      .page-404 > .container .piggy {
        display: block;
        height: 325px; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
          .page-404 > .container .piggy {
            height: 383px; } }

body.page-exchange-rates > main > .component {
  grid-row: span 10; }
  @media (min-width: 768px) {
      body.page-exchange-rates > main > .moduletable.exchange-rates-calculator {
        grid-column: span 12; } }
  @media (min-width: 992px) {
      body.page-exchange-rates > main > .moduletable.exchange-rates-calculator {
        grid-column-start: 10;
        grid-column-end: 13; }
        body.page-exchange-rates > main > .moduletable.exchange-rates-calculator .calculator-module .calculator-form, body.page-exchange-rates > main > .moduletable.exchange-rates-calculator .moduletable.exchange-rates-calculator .calculator-form {
          height: auto; }
          body.page-exchange-rates > main > .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-currencies-container, body.page-exchange-rates > main > .moduletable.exchange-rates-calculator .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container {
            flex-direction: column;
            height: auto; }
            body.page-exchange-rates > main > .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-currencies-container .calculation-amount, body.page-exchange-rates > main > .moduletable.exchange-rates-calculator .moduletable.exchange-rates-calculator .calculator-form .calculation-amount-and-currencies-container .calculation-amount {
              margin-bottom: 10px; } }

.page-general-error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }

body.page-operation-areas {
  position: relative; }
  body.page-operation-areas .main-grid.container.non-modern .breadcrumbs {
    position: absolute;
    top: 75px; }
  body.page-operation-areas .moduletable.banner-slider {
    margin-bottom: 45px; }
  @media (min-width: 768px) {
    body.page-operation-areas .moduletable.banner-slider {
      margin-top: 52px; } }
  body.page-operation-areas .moduletable.banner-slider .slider-container {
    height: 610px; }
  body.page-operation-areas .moduletable.banner-slider .slider-container .items {
    height: 610px; }
  body.page-operation-areas .moduletable.banner-slider .slider-container .items .item .container .info-block {
    max-width: 100%;
    margin-bottom: 20px; }
    body.page-operation-areas .moduletable.banner-slider .slider-container .items .item .container .info-block .description {
      max-width: 665px; }
    @media (min-width: 992px) {
              body.page-operation-areas .moduletable.banner-slider .slider-container .items .item .container .info-block .description {
                font-size: 24px; } }
  body.page-operation-areas .moduletable.news-highlights {
    border-top: 1px solid #d9dbed; }
  body.page-operation-areas .moduletable.news-highlights h3 {
    padding-top: 10px; }

body.page-buildings .moduletable.sitemap {
  margin-top: 0; }
  body.page-buildings article .page-header {
    justify-content: center;
    display: flex; }
  body.page-buildings article .details {
    margin: 0; }
  body.page-buildings article .body h3:first-child {
    padding: 30px 0 15px 0;
    line-height: 34px;
    font-size: 24px; }
  body.page-buildings article .body p {
    margin-bottom: 30px;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif; }
  body.page-buildings article .body figure {
    margin-top: 40px; }
  @media (min-width: 768px) {
        body.page-buildings article .body figure {
          display: grid;
          display: -ms-grid;
          display: grid;
          grid-template-columns: 1fr 1fr;
          -ms-grid-columns: 1fr 1fr; } }
  body.page-buildings article .body figure blockquote {
    margin-top: 0;
    align-self: baseline;
    -ms-grid-row-align: start; }
  @media (min-width: 768px) {
          body.page-buildings article .body figure blockquote {
            padding-right: 50px; } }
  body.page-buildings article .body figure blockquote p {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 41px;
    font-family: 'Lora', serif; }
  body.page-buildings article .body figure h3 {
    margin-bottom: 30px;
    text-align: center; }
  @media (min-width: 768px) {
          body.page-buildings article .body figure h3 {
            margin-bottom: 0;
            grid-row-start: 1;
            grid-row-end: 3;
            -ms-grid-row-span: 2;
            grid-column-start: 2; } }
  body.page-buildings article .body figure h3 a > img {
    width: 100%;
    height: 100%; }
  body.page-buildings article .body figure h3 + p {
    margin-bottom: 0;
    align-self: end;
    -ms-grid-row-align: end;
    line-height: 20px;
    font-size: 14px;
    color: rgba(41, 41, 54, 0.5); }
  @media (min-width: 768px) {
          body.page-buildings article .body figure h3 + p {
            padding-right: 50px;
            font-size: 12px;
            line-height: 17px; } }

body.page-full-width .component {
  grid-column: span 12; }
