* {
  text-shadow: none !important;
  box-sizing: border-box; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important;
}

html {
  font-size: 100%;
  font-family: sans-serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: auto; }

audio,
canvas,
video {
  display: inline-block; }

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

ul {
  margin: 0;
  padding: 0; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
	Typography
	========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1,
h2 {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }
  h1::after, h1::before,
  h2::after,
  h2::before,
  h3::after,
  h3::before,
  h4::after,
  h4::before,
  h5::after,
  h5::before,
  h6::after,
  h6::before {
    margin: 0;
    padding: 0; }

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
	Embedded content
	========================================================================== */
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
	Forms
	========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* gutter*/
.gutter--margin {
  margin-bottom: 27px; }

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

hr {
  height: 0;
  box-sizing: content-box; }

mark {
  color: #000;
  background: #ff0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box; }

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ''; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm .5cm; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #ffffff !important; }
  .table td,
  .table th {
    background-color: #ffffff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important; }
  *,
  *:after,
  *:before {
    box-sizing: border-box; } }

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

.clearfix:after {
  clear: both; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #eeeeee;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 100%;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #555555; }
  .nice-select:active, .nice-select:focus {
    border-color: #555555; }
  .nice-select:after {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ececec;
    color: #333333;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #666666; }
  .nice-select .list {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #eeeeee;
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    min-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    margin: 0;
    text-align: left;
    transition: all .2s; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #333333;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.panel .title {
  font-family: 'source_sans_prosemibold';
  font-size: 1.1em;
  position: relative;
  cursor: pointer; }
  .panel .title:before {
    content: '';
    position: absolute;
    top: 52%;
    height: 2px;
    width: .5em;
    background-color: #333333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: width .3s,-webkit-transform .3s;
    transition: width .3s,transform .3s;
    transition: width .3s,transform .3s,-webkit-transform .3s;
    right: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .panel .title:after {
    content: '';
    position: absolute;
    top: 52%;
    height: 2px;
    width: .5em;
    background-color: #333333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: width .3s,-webkit-transform .3s;
    transition: width .3s,transform .3s;
    transition: width .3s,transform .3s,-webkit-transform .3s;
    right: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .panel .title a {
    text-decoration: none; }

.panel .pane-toggler-down {
  position: relative; }
  .panel .pane-toggler-down:before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
    width: .87em; }
  .panel .pane-toggler-down:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: .87em; }

article .pane-slider ul {
  margin-left: 0; }
  article .pane-slider ul li {
    list-style: none;
    padding: 6px; }
    article .pane-slider ul li:nth-child(odd) {
      background-color: #eeeeee; }
    article .pane-slider ul li a {
      text-decoration: none; }

.pane-slider.content.pane-down {
  display: block; }

.pane-slider.content {
  display: none; }

.article .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }
  .article .pager .next,
  .article .pager .previous {
    list-style: none; }

.next,
.previous {
  text-align: center;
  max-width: none;
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 0.7em 1em; }
  .next:after,
  .previous:after {
    content: "";
    display: table;
    clear: both; }
  .next a,
  .previous a {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    border: none;
    text-decoration: none;
    background-repeat: no-repeat;
    font-size: 0.9em; }

.previous a {
  background-image: url("../images/icons/pagination/ic_chevron_left_24px.svg");
  background-position: left center;
  padding-left: 36px; }

.next a {
  background-image: url("../images/icons/pagination/ic_chevron_right_24px.svg");
  background-position: right center;
  padding-right: 36px; }

.lead-story {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  background-color: white; }
  @media (max-width: 768px) {
    .lead-story {
      -webkit-align-items: baseline;
      align-items: baseline; } }
  @media (min-width: 992px) {
    .lead-story {
      grid-template-columns: 55% 45%;
      grid-column-gap: 24px; } }
  .lead-story .article__subactions {
    display: none; }

@media (min-width: 992px) {
  .lead-story--item3437, .lead-story--item3438 , .lead-story--item3439 , .lead-story--item3440 {
    grid-template-columns: 35% 65%;
    align-items: start;
  }
}

.lead-story__figure {
  position: relative;
  margin: 0; }
  @media (max-width: 768px) {
    .lead-story__figure {
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .lead-story__figure {
      display: -webkit-inline-flex;
      display: inline-flex; } }

.lead-story__image {
  width: 100%;
  object-fit: cover;
  height: 100%; }

.lead-story--item3437 .lead-story__figure , .lead-story--item3438 .lead-story__figure , .lead-story--item3439 .lead-story__figure, .lead-story--item3440 .lead-story__figure {
  margin: 0;
}

.lead-story--item3437 .lead-story__image , .lead-story--item3438 .lead-story__image , .lead-story--item3439 .lead-story__image, .lead-story--item3440 .lead-story__image {
  height: auto;
  object-fit: none;
  margin-bottom: 1.5em;
}


.lead-story__image-caption {
  font-size: 0.8rem;
  width: 100%; }
  @media (min-width: 768px) {
    .lead-story__image-caption {
      padding: 12px;
      background-color: rgba(0, 0, 0, 0.6);
      color: #ffffff;
      position: absolute;
      bottom: 0; } }
  @media (max-width: 768px) {
    .lead-story__image-caption {
      margin-bottom: 12px; } }

.lead-story__content {
  padding-right: 24px; }
  .lead-story__content p {
    margin-bottom: 18px; }

.lead-story__title {
  font-size: 2.4rem;
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .lead-story__title {
      font-size: 2.8rem;
      margin-top: 24px; } }
  @media (min-width: 992px) {
    .lead-story__title {
      margin-top: 0; } }
  .lead-story__title a {
    text-decoration: none; }

.subheading-category {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 18px; }
  @media (min-width: 414px) {
    .subheading-category {
      font-size: 2.4rem; } }
  @media (min-width: 768px) {
    .subheading-category {
      font-size: 2.8rem; } }

.category-desc {
  margin-bottom: 36px; }
  .category-desc p {
    line-height: 1.45;
    margin-bottom: 12px; }

.article-info {
  margin: 0; }

.article__info-term {
  display: none; }

.article {
  margin-bottom: 60px; }
  .article h2 {
    margin-top: 36px;
    margin-bottom: 6px; }
  .article h3 {
    font-family: 'source_sans_proregular';
    margin-top: 24px;
    margin-bottom: 6px; }
  .article h4 {
    font-family: 'source_sans_prosemibold';
    margin-top: 6px;
    margin-bottom: 6px; }
  .article ul {
    margin-top: 18px;
    margin-bottom: 12px;
    margin-left: 18px; }
  .article h2 + ul,
  .article h3 + ul {
    margin-top: 0; }
  .article p {
    margin-bottom: 12px; }
    .article p:last-of-type {
      margin-bottom: 0; }
  .article li {
    font-size: 1.1rem;
    margin-top: 6px;
    margin-bottom: 6px; }
  .article img {
    display: block;
    width: 100%;
    margin-bottom: 6px; }

.article__subactions .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0; }
  .article__subactions .actions li {
    display: inline-block;
    padding-right: 12px; }

.article--two-column .article__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 36px; }
  @media (max-width: 360px) {
    .article--two-column .article__grid .card--portrait {
      max-width: 7em; } }

  @media (max-width: 450px) {
.article--two-column .article__grid {
display:  block;
}
}

.article__title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 6px; }
  .article__title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #eeeeee;
    margin-top: 12px; }
  @media (min-width: 414px) {
    .article__title {
      font-size: 2.4rem; } }
  @media (min-width: 768px) {
    .article__title {
      font-size: 2.8rem; } }
  .article__title a {
    text-decoration: none; }

.article__image {
  display: block;
  width: 100%;
  margin-bottom: 6px; }

.article__image-caption {
  color: #555555;
  font-size: .8rem;
  margin-bottom: 12px; }

.article__subactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8rem;
  margin-bottom: 18px;
  color: #555555; }

.published {
  margin-left: 0; }

.search-field--results {
  background-color: #F2F8FF;
  padding: 24px; }

.search-field__count-info {
  font-size: .8rem; }
  .search-field__count-info strong {
    font-weight: normal; }

.search-field__inputbox {
  width: calc(100% - 48px);
  height: 48px;
  float: left;
  padding-left: 12px;
  border-top: 1px solid #e7e7e7;
  border-right: 0;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  background-color: #ffffff; }

.button--search {
  background-image: url("../images/icons/toggle-search.svg");
  background-position: center center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border: 1px solid #e7e7e7;
  width: 48px;
  height: 48px;
  text-indent: 999%;
  white-space: nowrap;
  overflow: hidden; }

.gc-flag img {
  width: 220px; }

.page-footer {
  background-color: #0D488D;
  margin-top: 18px; }

.footer-content-grid {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding: 24px; }
  @media (max-width: 768px) {
    .footer-content-grid {
      row-gap: 30px; } }
  @media (min-width: 768px) {
    .footer-content-grid {
      width: 750px;
      grid-template-columns: 1fr 1fr 1fr;
      -moz-column-gap: 30px;
      column-gap: 30px; } }
  @media (min-width: 992px) {
    .footer-content-grid {
      grid-column-gap: 42px;
      width: 970px; } }
  @media (min-width: 1200px) {
    .footer-content-grid {
      width: 1170px; } }
  @media (max-width: 768px) {
    .footer-content-grid .custom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.footer-content-cr {
  text-align: center;
  padding: 0.5rem 0;
  font-size: .8rem;
}

.footer__block h3,
.footer__block h4,
.footer__block p {
  color: #ffffff; }

.footer__block a {
  color: #ffffff; }
  .footer__block a:hover {
    color: #ffffff; }

.footer-sub {
  background: #ffffff; }

.yeardates img {
  width: 75%;
  display: block; }

@media (max-width: 580px) {
  .card--employee {
    grid-column: 1 / 3; } }

.article--two-column .article__grid .card--secretary {
  grid-column: 1 / 3; }
  @media (max-width: 360px) {
    .article--two-column .article__grid .card--secretary .card__image {
      max-width: 7em; } }
  @media (min-width: 360px) {
    .article--two-column .article__grid .card--secretary .card__image {
      max-width: 50%; } }
  @media (min-width: 360px) {
    .article--two-column .article__grid .card--secretary {
      margin-right: 36px; } }

@media (max-width: 580px) {
  .card--team {
    grid-column: 1 / 3; } }

.card__content-address,
.card__content-name,
.card__content-title {
  font-size: .85em; }
  @media (min-width: 768px) {
    .card__content-address,
    .card__content-name,
    .card__content-title {
      font-size: 1em; } }

.card__content-address {
  font-family: 'source_sans_proregular'; }

.card__content-name,
.card__content-title {
  font-family: 'source_sans_prosemibold'; }

.card__content p {
  margin: 0; }

.map {
  position: relative; }
  .map img {
    display: block;
    width: 100%; }

.map__title {
  position: absolute;
  padding: 12px;
  font-family: 'source_sans_prosemibold';
  font-size: 1em; }
  @media (min-width: 768px) {
    .map__title {
      font-size: 1.4em;
      padding: 24px; } }

.map__title--bg-color {
  background-color: #ffffff; }

.news-teasers-grid {
  --auto-grid-min-size: 18rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  grid-gap: 2rem; }

.news-teaser {
  min-width: 0;
  position: relative;
  text-decoration: none; }
.news-teaser__article {
  position: relative;
}
.news-teaser__titlelink {
  text-decoration: none;
}
.news-teaser__titlelink:after {
  position: absolute;
  inset: 0;
  cursor: pointer;
  content: " ";
  display: block;
}
.news-teaser__title {
  font-family: 'fira_sans_compressedbook';
  margin-bottom: 12px;
  font-size: 1.25rem;
  color: inherit;
  text-decoration: none; }

.news-teaser__image {
  width: 100%;
  margin-bottom: 12px;
  margin-top: 34px; }

.news-teaser__language-tag {
  font-family: 'fira_sans_compressedbook';
  color: #ffffff;
  padding: 6px 12px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0D488D; }

#default .news-teaser__language-tag {
  display: none; }

.module__articles-category ul {
  margin-top: 6px; }

.articles-category__list-item {
  border-bottom: 1px solid #eeeeee;
  padding-top: 12px;
  padding-bottom: 12px;
  list-style: none; }
  .articles-category__list-item:last-child {
    border-bottom: 0; }

.articles-category__link {
  text-decoration: none;
  display: block;
  color: #333333;
  font-size: .95em; }
  .articles-category__link.active, .articles-category__link:hover {
    color: #3A70B1; }

.breadcrumbs {
  margin-top: 98px; }
  @media (min-width: 768px) {
    .breadcrumbs {
      margin-top: 122px; } }

.container--breadcrumb {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  border-bottom: 1px solid #eeeeee; }
  @media (min-width: 768px) {
    .container--breadcrumb {
      width: 750px; } }
  @media (min-width: 992px) {
    .container--breadcrumb {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container--breadcrumb {
      width: 1170px; } }

.breadcrumb__list {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative; }
  .breadcrumb__list:before {
    content: "";
    display: block;
    border-left: 2px solid #0D488D;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0; }

.breadcrumb__item {
  list-style: none;
  display: inline-block;
  font-size: .9rem;
  line-height: 2;
  margin-left: 12px; }
  .breadcrumb__item:after {
    padding: 0 3px;
    content: '/\00a0'; }
  .breadcrumb__item:first-child {
    position: relative; }
    .breadcrumb__item:first-child:after {
      content: none; }
  .breadcrumb__item:last-child {
    font-family: 'source_sans_prosemibold';
    line-height: inherit; }
    .breadcrumb__item:last-child:after {
      content: none; }

.page-search {
  position: relative;
  height: 48px;
  align-self: flex-end;
  margin-left: auto; }


.page-search__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background: #F2F8FF;
  cursor: pointer; }

.page-search__toggle--transform {
  position: absolute;
  left: 0;
  z-index: 99;
  border-left: 0; }

.container--page-search {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 48px); }
  @media (min-width: 768px) {
    .container--page-search {
      width: 750px; } }
  @media (min-width: 992px) {
    .container--page-search {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container--page-search {
      width: 1170px; } }

.page-search__form {
  display: none; }
  .page-search__form label {
    text-indent: 999%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute; }

.page-search__form--visible {
  display: block;
  padding: 4px;
}

.page-search__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0; }

.page-search__inputbox {
  background-color: #597196;
  border: 1px solid #597196;
  color: #fff;
  height: 42px;
  width: 100%;
  padding-left: 60px;
  z-index: 1; }
.page-search__inputbox::placeholder {
  color: #fff;
  opacity: 1;
}
.button--page-search {
  width: 42px;
  height: 42px;
  border: 1px solid #597196;
  color: #597196;
  white-space: nowrap;
  background: transparent;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.main-navigation__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 992px) {
    .main-navigation__menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.main-navigation__dropdown {
  display: none; }

.dropdown__toggle--active + .main-navigation__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
  clear: both;
  height: 48px;
  margin-top: 12px;
  margin-left: -24px;
  margin-bottom: -24px;
  padding-left: 12px;
  background-color: #0d488d;
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
  transition: transform .5s; }
  @media (min-width: 992px) {
    .dropdown__toggle--active + .main-navigation__dropdown {
      width: 970px;
      margin: auto;
      height: auto;
      position: fixed;
      left: 0;
      right: 0;
      background-color: #ffffff;
      display: grid;
      grid-auto-flow: column;
      grid-template-rows: repeat(7, auto);
      padding: 24px 0;
      z-index: -1;
      border-top: 1px solid #F2F8FF;
      -webkit-animation: slide-in-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-in-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } }
  @media (min-width: 1200px) {
    .dropdown__toggle--active + .main-navigation__dropdown {
      width: 1170px; } }
.dropdown__toggle--active + .main-navigation__dropdown a, .dropdown__toggle--active + .main-navigation__dropdown span {
    height: 100%;
    color: #333333;
    display: block;
    line-height: 2em;
    padding: 0 1em; }
    @media (max-width: 991px) {
      .dropdown__toggle--active + .main-navigation__dropdown a, .dropdown__toggle--active + .main-navigation__dropdown span {
        color: #ffffff;
        line-height: 48px; } }
      .dropdown__toggle--active + .main-navigation__dropdown a:hover,
      .dropdown__toggle--active + .main-navigation__dropdown a .active {
      opacity: 1;
      color: #3A70B1; }
.dropdown__toggle--active + .main-navigation__dropdown ul:after {
    clear: both;
    content: "";
    display: block; }
.dropdown__toggle--active + .main-navigation__dropdown li {
    display: inline-block;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 0; }
    @media (min-width: 992px) {
      .dropdown__toggle--active + .main-navigation__dropdown li {
        display: block;
        float: inherit;
        height: 100%; } }
.dropdown__toggle--active + .main-navigation__dropdown li:last-of-type {
      padding-right: 20px; }
.dropdown__toggle--active + .main-navigation__dropdown .menu__item--current a {
    font-family: 'source_sans_prosemibold' }
.dropdown__toggle--active + .main-navigation__dropdown .menu__item--current a:after {
      content: none; }

.menu__item {
  list-style: none; }
  .menu__item a {
    text-decoration: none; }
    @media (min-width: 992px) {
      .menu__item a {
        color: #333333;
        line-height: 48px;
        display: inline-block; } }

.menu__item--main {
  margin-top: 24px;
  margin-left: 24px; }
  @media (min-width: 992px) {
    .menu__item--main {
      margin-left: 30px;
      margin-top: 0; }
      .menu__item--main:first-child {
        margin-left: 0; } }
  @media (min-width: 1200px) {
    .menu__item--main {
      margin-left: 42px; } }

.main-navigation__menu .activeparent > a,
.menu__item--current > a {
  font-family: 'source_sans_prosemibold';
  position: relative; }
  @media (min-width: 992px) {
    .menu__item--current a:after {
      content: '';
      display: block;
      bottom: 0;
      height: 4px;
      width: 100%;
      position: absolute;
      background-color: #0D488D; } }

.dropdown__toggle {
  position: relative;
  display: inline-block;
  width: 102px; }
  .dropdown__toggle:after {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: -20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out; }
    @media (min-width: 992px) {
      .dropdown__toggle:after {
        right: 0; } }
  @media (min-width: 992px) {
    .dropdown__toggle {
      width: calc(100% + 24px); } }

.dropdown__toggle--active:after {
  transform: rotate(-135deg); }

.country-navigation {
  margin-left: 24px; }
  @media (min-width: 992px) {
    .country-navigation {
      margin-right: 30px;
      margin-left: 24px; } }
  @media (min-width: 1200px) {
    .country-navigation {
      margin-right: 36px;
      margin-left: 30px; } }

.country-navigation__dropdown {
  margin-top: 24px; }
  @media (min-width: 992px) {
    .country-navigation__dropdown {
      margin-top: 0; } }

@media (max-width: 768px) {
  .country__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.menu__item--country-current a {
  color: #0D488D; }

.menu-item--sidebar {
  border-bottom: 1px solid #eeeeee;
  padding-top: 12px;
  padding-bottom: 12px;
  list-style: none; }
  .menu-item--sidebar:last-child {
    border-bottom: 0; }
  .menu-item--sidebar a {
    text-decoration: none;
    display: block;
    color: #333333;
    font-size: .95em; }
.menu-item--sidebar.active > a {
  font-family: 'source_sans_prosemibold';
}
    .menu-item--sidebar a:hover {
      color: #3A70B1; }

.sidebar-menu ~ .main-navigation__dropdown--visible {
  display: none; }

.footer__menu li {
  list-style: none; }
  @media (min-width: 768px) {
    .footer__menu li {
      border-bottom: 1px solid #ffffff; } }
  .footer__menu li:last-child {
    border-bottom: none; }
  .footer__menu li a {
    color: #ffffff;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none; }
    @media (min-width: 992px) {
      .footer__menu li a {
        padding-right: 12px;
        padding-left: 12px; } }

.row--footer-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 768px) {
    .row--footer-sub {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 768px) {
  .footer__sub-navigation {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

.footer__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer__sub-menu li {
    list-style: none;
    margin-top: 12px; }
    @media (min-width: 768px) {
      .footer__sub-menu li {
        -ms-flex-item-align: start;
        align-self: flex-start; } }
    .footer__sub-menu li a {
      color: #000000;
      text-decoration: none;
      font-family: 'source_sans_proregular'; }

/**
 * @package		IRZ Sedcard Modul
 * @version		1.0.0
 * @author		IRZ (http://irz.de)
 * @copyright	Copyright (C) 2014 IRZ (http://irz.de). All rights reserved
 * @license		GNU/GPL (http://www.gnu.org/copyleft/gpl.html)
**/
ul.sedcard-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

li.sedcard-tabs-list-item {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; }
  li.sedcard-tabs-list-item:nth-child(2n) {
    margin-left: 24px; }

.sedcard-tabs-list-item-link {
  color: #000000;
  display: block;
  font-family: 'source_sans_proregular';
  font-size: .95em;
  text-decoration: none;
  line-height: 1.2;
  padding: 12px 0 3px;
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #0D488D;
  margin-bottom: 12px;
  appearance: none; }
  .sedcard-tabs-list-item-link:hover {
    color: #0D488D; }
  .sedcard-tabs-list-item-link.active {
    font-family: 'source_sans_prosemibold';
    color: #0D488D; }

.sedcard-tabs-content p {
  font-size: .95em;
  margin-bottom: 0; }
  .sedcard-tabs-content p strong {
    font-family: 'source_sans_prosemibold'; }

.sedcard-tabs-content.first-content {
  border-bottom: 0 none; }

.sedcard-article-introtext img {
  display: block;
  min-width: 100%;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px; }

h3.sedcard-article-title,
h4.sedcard-article-title {
  font-family: 'source_sans_probold';
  font-size: .95em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

.office-info {
  background-color: #0D488D;
  clear: both;
  color: #ffffff;
  display: inline-block;
  margin-top: 24px;
  padding: 18px;
  width: 100%; }
  .office-info a {
    color: #ffffff !important;
    text-decoration: underline; }

select {
  padding: 0 0.5em;
  height: 48px;
  color: #333333;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid #cccccc !important;
  background-image: none;
  position: relative; }
  select option {
    direction: ltr; }

/* Remove IE arrow */
select::-ms-expand {
  display: none; }

option.language-option {
  direction: ltr !important; }

body #mod-eu-cookies.position-center.extended {
  top: auto !important; }

#mod-eu-cookies.position-center {
  background-color: #F2F8FF;
  border: 1px solid #5a8ac1;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
  height: auto !important;
  top: auto !important;
  right: 0 !important;
  bottom: 30px;
  left: 0 !important;
  width: 90% !important;
  max-width: 485px !important;
  margin: auto !important;
  border-radius: 2px; }
  @media (min-width: 992px) {
    #mod-eu-cookies.position-center {
      margin: 0 !important;
      right: auto !important;
      left: 60px !important;
      bottom: 60px !important;
      width: 714px !important; } }

#mod-eu-cookies .user-content {
  min-height: 0 !important; }
  @media (max-width: 365px) {
    #mod-eu-cookies .user-content {
      margin-bottom: 18px; } }

#mod-eu-cookies .cookie-accept,
#mod-eu-cookies .cookie-settings {
  padding: 0;
  margin-right: 12px; }
  @media (min-width: 365px) {
    #mod-eu-cookies .cookie-accept,
    #mod-eu-cookies .cookie-settings {
      margin-top: 12px; } }

#mod-eu-cookies #eu-cookie-save.btn-module-class button,
#mod-eu-cookies #eu-cookies-accept.btn-module-class button,
#mod-eu-cookies #eu-cookies-accept-all.btn-module-class button,
#mod-eu-cookies #eu-cookies-more-info.btn-module-class button,
#mod-eu-cookies #eu-cookies-settings.btn-module-class button {
  display: block !important;
  background-color: #0D488D;
  width: 100% !important;
  font-family: 'source_sans_prosemibold'; }

#mod-eu-cookies .overview-btn.btn-module-class {
  text-decoration: none !important; }
  #mod-eu-cookies .overview-btn.btn-module-class span {
    text-decoration: underline;
    font-size: .8rem; }

#mod-eu-cookies .btn-module-class button {
  padding: 8px 12px; }

#mod-eu-cookies #eu_cookie_decline {
  color: #333333;
  font-size: 2em;
  top: 6px;
  right: 6px; }

#mod-eu-cookies .cookie-explain-content {
  padding: 0 !important; }

#mod-eu-cookies h6 {
  font-size: 1rem;
  font-family: 'source_sans_prosemibold';
  top: 0 !important; }

.eu-cookies-wrapper .overview-btn {
  width: auto !important; }

.cookie-save {
  display: inline-block; }
  .cookie-save button {
    width: 100% !important; }

#back-link span {
  float: left;
  text-decoration: underline;
  font-family: 'source_sans_prosemibold';
  font-size: .9em;
  color: #0D488D; }

.site-links .link-datenschutz {
  color: #0D488D !important; }

#overview-caption p {
  font-size: .8rem;
  font-family: 'source_sans_prosemibold'; }

.cookie-accept,
.cookie-more-information,
.cookie-settings {
  width: auto !important;
  padding: 0 !important; }

.cookie-more-information {
  padding: 0 !important;
  display: inline-block;
  width: 100% !important;
  float: left !important;
  text-align: left !important;
  margin-top: 12px; }

.overview-btn.btn-module-class span {
  color: #0D488D !important; }

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.slide-in-top {
  -webkit-animation: slide-in-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

body {
  font-family: 'source_sans_proregular';
  color: #333333;
  background-image: url("../images/map-bg.svg");
  background-repeat: no-repeat;
  background-color: #5a8ac1;
  background-size: contain;
  background-attachment: fixed; }
  @media (min-width: 992px) {
    body {
      background-size: cover; } }

#frontpage .container--content {
  margin-top: 122px; }

#frontpage .main-content {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%; }

#frontpage .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 580px) {
    #frontpage .article {
      width: 65%; } }

#frontpage .article__figure {
  width: 100%;
  margin: auto; }
  @media (min-width: 580px) {
    #frontpage .article__figure {
      width: 115%;
      margin: auto auto auto -7.5%; } }

#search-results-page .sidebar {
  display: none; }

@media (min-width: 992px) {
  #search-results-page .container--content {
    grid-template-columns: 1fr; } }

#search-results-page .search-results {
  --auto-grid-min-size: 15rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  grid-gap: 2rem; }

#search-results-page .search-result {
  position: relative;
  font-size: .9em;
  padding: 18px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  #search-results-page .search-result:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3A70B1;
    opacity: 0;
    transition: opacity .25s ease-in-out; }
  #search-results-page .search-result:hover:before {
    opacity: 1; }

#search-results-page .result-info {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e7e7e7; }

#search-results-page .result-created {
  font-size: .8em;
  display: block;
  color: #555555; }

#search-results-page .result-category {
  font-family: 'source_sans_prosemibold';
  display: block;
  font-size: 1.1em; }

.navbar-brand {
  background-image: url("../images/label-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  float: left;
  width: 100px;
  height: 48px; }

.button {
  border-radius: 0;
  border: 0;
  padding: 8px 10px;
  font-size: 0.9em; }

.button--primary {
  background-color: #0D488D;
  color: #ffffff; }

.button--secondary {
  background-color: transparent;
  border: 1px solid #0D488D;
  color: #0D488D; }

.button--toggle-modal {
  position: absolute; }

.is-fixed {
  position: fixed; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

a {
  text-decoration: underline;
  color: inherit;
  transition: color .25s ease-in-out; }
  a:focus, a:hover {
    color: #3A70B1; }

.readmore,
.readmore a {
  color: #0D488D;
  font-family: 'source_sans_prosemibold';
  font-size: inherit;
  display: block;
  text-decoration: none;
  margin-top: 6px; }

.overflow-hidden {
  overflow: hidden; }

p {
  line-height: 1.45;
  padding: 0;
  margin: 0;
  font-size: 1.1em; }

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

.tooltip,
.tooltip-arrow,
.tooltip-inner,
.tooltip.bottom,
.tooltip.bottom .tooltip-arrow,
.tooltip.fade.top.in,
.tooltip.in,
.tooltip.left,
.tooltip.left .tooltip-arrow,
.tooltip.right,
.tooltip.right .tooltip-arrow,
.tooltip.top,
.tooltip.top .tooltip-arrow {
  display: none !important; }

h1,
h2 {
  color: inherit;
  font-family: 'fira_sans_compressedbook'; }

h2 {
  font-size: 2.4rem;
  line-height: 1.2; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 1.3rem; }

.module__title {
  font-family: 'fira_sans_compressedbook';
  font-size: 1.1em;
  position: relative; }

.caption {
  color: #555555;
  font-size: .8rem; }
  .caption img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }

.funded__illu {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eeeeee; }
  .funded__illu img {
    width: 200px !important; }

.container--yeardates {
  margin-left: auto;
  margin-right: auto;
  padding: 24px; }
  @media (min-width: 768px) {
    .container--yeardates {
      width: 750px; } }
  @media (min-width: 992px) {
    .container--yeardates {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container--yeardates {
      width: 1170px; } }

.container--news-teasers {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding: 24px; }
  @media (min-width: 768px) {
    .container--news-teasers {
      width: 750px; } }
  @media (min-width: 992px) {
    .container--news-teasers {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container--news-teasers {
      width: 1170px; } }

.container--content {
  display: grid;
  grid-template-columns: 100%;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding: 24px; }
  @media (min-width: 768px) {
    .container--content {
      width: 750px; } }
  @media (min-width: 992px) {
    .container--content {
      grid-template-columns: 1fr 2fr;
      grid-column-gap: 42px;
      width: 970px; } }
  @media (min-width: 1200px) {
    .container--content {
      width: 1170px; } }
  @media (max-width: 991px) {
    .container--content .sidebar {
      order: 2; } }

.container--map {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  padding: 24px; }
  @media (min-width: 768px) {
    .container--map {
      width: 750px; } }
  @media (min-width: 992px) {
    .container--map {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container--map {
      width: 1170px; } }

.container--content-boxes {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 24px; }
  @media (min-width: 768px) {
    .container--content-boxes {
      grid-template-columns: 1fr 1fr 1fr;
      width: 750px; } }
  @media (min-width: 992px) {
    .container--content-boxes {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container--content-boxes {
      width: 1170px; } }

.main-header {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 50px; }

.main-header--shadow {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); }

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 48px;
  position: relative; }
  @media (min-width: 992px) {
    .main-navigation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 48px; } }

.main-content {
  min-width: 0; }
  @media (max-width: 992px) {
    .main-content {
      order: 1; } }

.page-navigation {
  background-color: #ffffff; }
  .page-navigation.page-navigation--off-canvas .page-navigation__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 0;
    width: 48px; }
  .page-navigation.page-navigation--off-canvas .main-navigation {
    display: none;
    position: relative; }
  .page-navigation.page-navigation--off-canvas .main-navigation--visible {
    display: -webkit-box;
    display: -ms-flexbox;x
    display: flex;
    padding: 0 0 24px 0;
    height: auto;
    width: 100%;
    position: fixed;
    top: 96px;
    left: 0;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.26); }

.page-navigation__toggle {
  display: none; }

.page-navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
  max-width: 1170px;
  position: relative; }
  @media (min-width: 768px) {
    .page-navigation__wrapper {
      margin-left: auto;
      margin-right: auto;
      width: 750px; } }
  @media (min-width: 992px) {
    .page-navigation__wrapper {
      width: 970px;
      justify-content: start} }
  @media (min-width: 1200px) {
    .page-navigation__wrapper {
      width: 1200px; } }

.counter {
  font-family: 'source_sans_prosemibold';
  text-align: center;
  font-size: 0.9em; }

.pagination__list {
  margin-top: 18px;
  margin-bottom: 30px;
  text-align: center;
  width: auto;
  max-width: none;
  display: inline-block;
  border: 1px solid #e7e7e7; }
  .pagination__list:after {
    content: "";
    display: table;
    clear: both; }

.pagination__list-item {
  display: none;
  margin: 0;
  float: left;
  border-right: 1px solid #e7e7e7; }
  .pagination__list-item:nth-child(2) {
    display: inline-block; }
  .pagination__list-item:nth-last-child(2) {
    display: inline-block; }
  .pagination__list-item:last-of-type {
    border-right: none; }
  @media (min-width: 768px) {
    .pagination__list-item {
      display: inline-block; } }

.item__link {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  padding: 0.7em 1em;
  border: none;
  text-decoration: none; }
  .item__link:active {
    /* click effect */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

.item--skip span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  border: none;
  padding: 0.75em 1em; }

.item--current {
  /* selected number */
  background-color: #0D488D;
  border-color: #0D488D;
  color: #ffffff;
  pointer-events: none;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  border: none; }

.pagination__icon {
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.75em 1em; }

.icon--first,
.icon-angle-double-left {
  background-image: url("../images/icons/pagination/ic_first_page_24px.svg"); }

.icon--previous,
.icon-angle-left {
  background-image: url("../images/icons/pagination/ic_chevron_left_24px.svg"); }

.icon--next,
.icon-angle-right {
  background-image: url("../images/icons/pagination/ic_chevron_right_24px.svg"); }

.icon--last,
.icon-angle-double-right{
  background-image: url("../images/icons/pagination/ic_last_page_24px.svg"); }

.no-touch .pagination__list-item a:hover {
  background-color: #F2F8FF; }

.sidebar .module,
.sidebar .moduletable,
.sidebar .sedcard {
  margin-bottom: 36px; }
  .sidebar .module:last-child,
  .sidebar .moduletable:last-child,
  .sidebar .sedcard:last-child {
    margin-bottom: 0; }


.navigation--sidebar ul ul {
  margin-top: 6px;
}

.navigation--sidebar ul ul .menu-item--sidebar {
  border-bottom: 0;
  padding: 6px 0 6px 18px;
}

.main-navigation .item-215,
.main-navigation .item-104 {
  margin-top: 1.5rem;
}

.homeintroblock {
  padding: 24px;
}

.fluidmedia--16by9 {
  position: relative;
  padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.fluidmedia--16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*# sourceMappingURL=build.css.map */

/* Add Styles for Offcanvas */

@media screen and (max-width: 991px) {
  .page-navigation.page-navigation--off-canvas .main-navigation--visible {
    height: calc(100% - 96px);
    overflow-y: auto;
  }

  .dropdown__toggle--active + .main-navigation__dropdown {
    display: block;
    height: auto;
    margin-bottom: -5px;
  }
  .dropdown__toggle--active + .main-navigation__dropdown li {
    display: block;
  }
}

@media (min-width: 992px) {
  .dropdown__toggle--mobile:after {
    display: none !important;
  }
  .dropdown__toggle--mobile.dropdown__toggle--active + .main-navigation__dropdown {
    display: none;
  }
}

/* Add Styles for new Toolbar */

.toolbar {
  background: #F2F8FF;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.toolbar .page-navigation__wrapper {
  display: flex;
  justify-content: space-between;
}
.toolbar__links {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .toolbar .page-navigation__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .activesearch .toolbar__links {
    display: none;
  }
}
.toolbar__links-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
/*  border-right: 1px solid rgba(85,85,85,.1); */
  gap: 8px;
  text-decoration: none;
  padding: 0 12px;
  transition: .2s ease-in-out;
}
.toolbar__links-link:hover,
.toolbar__links-link:focus-visible {
  background: rgba(0,0,0,.05);
}
.toolbar__links-link img {
  display: block;
  width: auto;
  height: .9em;
}
.toolbar__links-link span {
  display: none;
}
@media screen and (min-width: 992px) {
  .toolbar__links-link {
    width: auto;
  }
  .toolbar__links-link span {
    display: block;
  }
}
.toolbar__utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.toolbar__utility > * {
  height: 50px;
  border-left: 1px solid rgba(85,85,85,.1);
}
@media screen and (min-width: 992px) {
  .page-search__inputbox {
    min-width: 300px;
  }
}

/* Mod Languages */

.mod-languages {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.mod-languages .dropdown-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: currentColor;
  display: flex;
  gap: 8px;
  align-items: center;
}
.mod-languages .dropdown-menu {
  color: #444;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  top: 100%;
  left: 0;
  padding: 0 !important;
  margin: 0;
  border: 1px solid rgba(85,85,85,.1);
  border-radius: 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  min-width: 40px;
  display: none;
}
.mod-languages .dropdown-menu.show {
  display: block;
}
.mod-languages .dropdown-menu li {
  padding: 0 !important;
  margin: 0;
}
.mod-languages .dropdown-menu li a {
  display: block;
  padding: .25rem .5rem;
}
.mod-languages .dropdown-menu li a:hover {
  background: rgba(85,85,85,.1);
  color: #444;
}
.mod-languages .dropdown-menu li a:focus {
  background: #0D488D;
  color: #fff;
}
.mod-languages .btn-group {
  position: relative;
}
.mod-languages select {
  background: transparent;
  border: 0 !important;
}
.mod-languages .chzn-container {
  min-width: 50px;
  font-size: 1rem;
}
.mod-languages .chzn-container .chzn-results {
  padding: 0;
  margin: 0;
}
.chzn-container .chzn-drop {
  border: 1px solid rgba(85,85,85,.1);
}
.mod-languages .chzn-container-single .chzn-single {
  background: transparent;
  border: 0px;
  border-radius: 0;
  height: auto;
  box-shadow: none;
  padding: 0px;
}
.chzn-container .chzn-results li.active-result.result-selected {
  font-weight: 700;
}
.chzn-container .chzn-results li.active-result.highlighted {
  background: rgba(85,85,85,.1);
  color: #444;
}

/* Pagination Joomla 4 */

.pagination__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination__wrapper ul.pagination {
  margin-top: 18px;
  margin-bottom: 30px;
  text-align: center;
  width: auto;
  border: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  justify-content: initial;
  list-style: none;
  padding: 0;
  margin-left: 0;
  flex-wrap: wrap;
}
.pagination__wrapper ul.pagination li {
  border-right: 1px solid #e7e7e7;
}

.pagination__wrapper ul.pagination li > a,
.pagination__wrapper ul.pagination li > span {
  user-select: none;
  float: left;
  padding: 0.7em 1em;
  border: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pagination__wrapper ul.pagination li.active > a,
.pagination__wrapper ul.pagination li.active > span {
  background: #0D488D;
  color: #fff;
}
.pagination__wrapper ul.pagination svg {
  height: 1.25em;
  width: auto;
}

/* Com Finder */

.com-finder .com-finder__search {
  background-color: #0D488D;
  padding: 24px;
  border: 0;
  color: #fff;
}
.com-finder .com-finder__search .input-group {
  display: flex;
}
.com-finder .com-finder__search .input-group .awesomplete {
  width: calc(100% - 48px);
  height: 48px;
  border-top: 1px solid #e7e7e7;
  border-right: 0;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.com-finder .com-finder__search .input-group .awesomplete input {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  padding-left: 12px;
}
.com-finder .com-finder__search .input-group .btn-primary {
  border: 1px solid #e7e7e7;
  width: 48px;
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-finder .com-finder__search .input-group .awesomplete input:focus,
.com-finder .com-finder__search .input-group .awesomplete input:focus-visible,
.com-finder .com-finder__search .input-group .btn-primary:focus,
.com-finder .com-finder__search .input-group .btn-primary:focus-visible {
   border: 3px dotted red !important;
 }
*:focus-visible,
*:focus {
  outline: 3px dotted #0D488D !important;
}
footer > .footer-content-grid *:focus-visible,
footer > .footer-content-grid *:focus {
  outline: 3px dotted #fff !important;
}

/* Skiplinks */

.skiplinks li a {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skiplinks li a {
  background: #fff;
  color: #000;
  padding: 10px;
}

.skiplinks li a:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
  z-index: 1000000;
}


/* Mapnote */

.map-partnernote {
  font-size: .85rem;
}
.map-partnernote ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.map-partnernote ul li:after {
  content: ",\00a0";
}
.map-partnernote ul li:last-child:after {
  content: "."
}