@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-auto {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col {
  box-sizing: border-box;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-1 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media all and (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1184px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-sm-auto {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm {
    box-sizing: border-box;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1184px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-md-auto {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md {
    box-sizing: border-box;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-md-1 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 1440px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1184px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-lg-auto {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg {
    box-sizing: border-box;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

* {
  box-sizing: border-box;
}

body, html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  overflow-x: hidden;
}

.glyphicon-spin, a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

.glyphicon-spin {
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

a.icon-before .glyphicon {
  margin-right: 0.25em;
}
a.icon-after .glyphicon {
  margin-left: 0.25em;
}
.btn.icon-before .glyphicon {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

.contextual-region .contextual .contextual-links li a {
  padding: 0.1rem 1rem !important;
}

#system-breadcrumb {
  color: #fff;
}

.file--application-octet-stream,
.file--package-x-generic,
.file--x-office-spreadsheet,
.file--x-office-document,
.file--x-office-presentation,
.file--text-plain,
.file--application-pdf,
.file--application-x-executable,
.file--text {
  background-image: url("../img/file.svg");
  padding-left: 26px;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Overpass", sans-serif;
  color: #28282C;
  line-height: 1.625;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
h1, h1 a {
  color: #28282C;
  text-decoration: none;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  margin-top: 0;
  margin-bottom: 24px;
}
h2, h2 a {
  color: #28282C;
  text-decoration: none;
}

h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
h3, h3 a {
  color: #28282C;
  text-decoration: none;
}

h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
h4, h4 a {
  color: #28282C;
  text-decoration: none;
}

h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
h5, h5 a {
  color: #28282C;
  text-decoration: none;
}

h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
}
h6, h6 a {
  color: #28282C;
  text-decoration: none;
}

.content-typo p {
  margin: 0;
  margin: 1em 0;
}
.content-typo a {
  text-decoration: none;
  color: #00819E;
}
.content-typo a:hover {
  text-decoration: underline;
  color: #004352;
}
.content-typo a:visited {
  color: #0093B4;
}
.content-typo ul, .content-typo ol {
  margin: 0;
  padding: 0;
  padding-left: 2em;
}
.content-typo blockquote {
  display: block;
}
.content-typo h2 {
  margin: 0;
  margin-top: 48px;
  margin-bottom: 32px;
}

.responsive-figure-table {
  overflow-x: scroll;
}
.responsive-figure-table:after {
  content: "";
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  width: 28px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

table {
  background: #fff;
  border: 1px solid #EDEFF2;
}
table caption {
  background: #F7F8FA;
  border: 1px solid #EDEFF2;
  padding: 15px 24px;
  border-bottom: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #28282C;
  text-align: left;
}
table tbody tr {
  border: 1px solid #EDEFF2;
}
table tbody td {
  padding: 12px 24px;
  border-right: 1px solid #EDEFF2;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #28282C;
}

#toolbar-administration {
  display: none;
}

body {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body, body.gin--horizontal-toolbar {
  padding-top: 60px !important;
}

.toolbar .toolbar-bar {
  z-index: 700;
}

.layout-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 600;
  height: 60px;
  box-shadow: 0px 4px 4px rgba(40, 40, 44, 0.05);
}
.layout-header .header-container,
.layout-header .region {
  position: relative;
}
.layout-header .block--system-branding-block {
  position: absolute;
  top: 12px;
  left: 0;
  height: 36px;
  transition: opacity 0.25s ease;
  opacity: 1;
}
.layout-header .block--system-branding-block img {
  height: 100%;
  width: auto;
}
.layout-header .block--system-menu-block-main {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background-color: #F7F8FA;
  z-index: 590;
  height: calc(100% - 60px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.layout-header .block--system-menu-block-main ul.menu {
  margin: 0;
  padding: 0;
}
.layout-header .block--system-menu-block-main ul.menu li {
  cursor: pointer;
  list-style: none;
  padding: 0;
}
.layout-header .block--system-menu-block-main ul.menu a, .layout-header .block--system-menu-block-main ul.menu span {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #28282C;
  padding: 12px 24px;
  z-index: 1;
}
.layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded {
  position: relative;
}
.layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded > span:after, .layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded > a:after {
  content: " ";
  overflow: hidden;
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("../img/menu_open.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.25s ease;
  margin-left: 8px;
}
.layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded[data-menu-is-open="1"].animation-menu-open > span:after, .layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded[data-menu-is-open="1"].animation-menu-open > a:after, .layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded[data-menu-is-open="0"] > span:after, .layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded[data-menu-is-open="0"] > a:after {
  transform: rotate(0deg);
}
.layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded[data-menu-is-open="0"].animation-menu-open > span:after, .layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded[data-menu-is-open="0"].animation-menu-open > a:after, .layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded[data-menu-is-open="1"] > span:after, .layout-header .block--system-menu-block-main ul.menu li.menu-item--expanded[data-menu-is-open="1"] > a:after {
  transform: rotate(180deg);
}
.layout-header .block--system-menu-block-main ul.menu ul.menu {
  display: none;
}
.layout-header .block--system-menu-block-main ul.menu ul.menu li a {
  padding-left: 48px;
}
.layout-header .block--system-menu-block-main ul.menu ul.menu li.fake-menu-item {
  border: 0;
}
.layout-header .block--system-menu-block-main ul.menu ul.menu li.fake-menu-item a {
  font-size: 0;
  height: 0;
  padding: 0;
  border: none;
  margin: 0;
}
.layout-header .block--system-menu-block-main ul.menu ul.menu li.fake-menu-item a:focus, .layout-header .block--system-menu-block-main ul.menu ul.menu li.fake-menu-item a:focus-visible, .layout-header .block--system-menu-block-main ul.menu ul.menu li.fake-menu-item a:focus-within {
  height: auto;
  font-size: 16px;
  padding: 12px 24px;
  outline: -webkit-focus-ring-color auto 1px;
}
.layout-header .block--system-menu-block-main > ul.menu {
  padding-top: 20px;
}
.layout-header .block--system-menu-block-main .aria-menu-item {
  font-size: 0 !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1 !important;
}
.layout-header .block--system-menu-block-main .aria-menu-item:after {
  display: none !important;
}
.layout-header .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 60px;
  cursor: pointer;
}
.layout-header .menu-toggle .line {
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #00819E;
  transition: all 0.25s ease;
}
.layout-header .search-toggle {
  position: absolute;
  top: 0;
  right: 54px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: 24px 19px;
}
.layout-header[data-menu-is-open="1"] .block--system-menu-block-main {
  max-height: calc(100% - 60px);
  overflow-y: auto;
}
.layout-header[data-menu-is-open="1"] li[data-menu-is-open="1"] ul.menu {
  display: block;
}
.layout-header[data-menu-is-open="1"].animation-menu-open .block--system-menu-block-main {
  overflow-y: hidden;
}
.layout-header[data-menu-is-open="0"] .menu-toggle .line:nth-child(1) {
  right: 24px;
  top: 23px;
  transform: rotate(0);
}
.layout-header[data-menu-is-open="0"] .menu-toggle .line:nth-child(2) {
  right: 24px;
  top: 29px;
  width: 20px;
}
.layout-header[data-menu-is-open="0"] .menu-toggle .line:nth-child(3) {
  right: 24px;
  top: 35px;
  transform: rotate(0);
}
.layout-header[data-menu-is-open="1"] .menu-toggle .line:nth-child(1) {
  right: 24px;
  top: 30px;
  transform: rotate(135deg);
}
.layout-header[data-menu-is-open="1"] .menu-toggle .line:nth-child(2) {
  right: 34px;
  top: 29px;
  width: 0;
}
.layout-header[data-menu-is-open="1"] .menu-toggle .line:nth-child(3) {
  right: 24px;
  top: 30px;
  transform: rotate(-135deg);
}

body.route--viewsearchpage .search-toggle {
  display: none;
}

.layout-search {
  background-color: #F7F8FA;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 590;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
  height: 60px;
}
.layout-search .block--views-exposed-filter-block-search-page {
  position: relative;
}
.layout-search .block--views-exposed-filter-block-search-page label {
  display: none;
}
.layout-search .block--views-exposed-filter-block-search-page .form-item {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.layout-search .block--views-exposed-filter-block-search-page input[name=s] {
  width: 100%;
  padding-left: 36px;
  padding-right: 40px;
  border: none;
  margin: 7px 0;
}
.layout-search .block--views-exposed-filter-block-search-page .form-actions {
  margin: 0;
  padding: 0;
}
.layout-search .block--views-exposed-filter-block-search-page input.form-submit {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 6px;
  left: -12px;
  border: none;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
}
.layout-search .block--views-exposed-filter-block-search-page .search-close {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 6px;
  right: -12px;
  cursor: pointer;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

body[data-search-is-open="1"] .layout-search {
  max-height: 60px;
}

.layout-footer {
  background-color: #1B4396;
  margin: 56px auto 0 auto;
  padding: 24px 0;
  max-width: 1920px;
}
.layout-footer, .layout-footer a {
  color: #fff;
}
.layout-footer p {
  margin: 0;
  padding: 0;
}
.layout-footer .footer-top .container .row {
  align-items: center;
}
.layout-footer .block--debates-base-copright-block {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
.layout-footer .footer-bottom .container__inner {
  margin-top: 18px;
  padding-top: 24px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.layout-footer .footer-bottom-right {
  display: flex;
  align-items: center;
}
.layout-footer .block--fixed-block-content-footer {
  margin-bottom: 24px;
}
.layout-footer .block--fixed-block-content-footer, .layout-footer .block--fixed-block-content-footer a {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.layout-footer .block--fixed-block-content-footer-sponsors .field--name-field-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.layout-footer .block--fixed-block-content-footer-sponsors .field--name-field-text ul li {
  width: 50%;
  padding: 16px;
  display: flex;
}
.layout-footer .block--fixed-block-content-footer-sponsors .field--name-field-text ul li img {
  width: 100%;
  height: auto;
  align-self: center;
}

.block--system-menu-block-social .menu {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.block--system-menu-block-social .menu a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0 !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.block--system-menu-block-social .menu a[href*=twitter] {
  background-image: url("../img/social/twitter.svg");
}
.block--system-menu-block-social .menu a[href*=facebook] {
  background-image: url("../img/social/facebook.svg");
}
.block--system-menu-block-social .menu a[href*=youtube] {
  background-image: url("../img/social/youtube.svg");
}
.block--system-menu-block-social .menu a:hover, .block--system-menu-block-social .menu a:active {
  filter: brightness(0.8);
}

.block-title {
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1B4396;
}

.block-sub-title {
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00819E;
}

.messages {
  background-color: #E8ECF4;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
  padding: 12px 50px 12px 16px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #1B4396;
  background-image: none;
}
.messages .iv-status-close--close {
  font-size: 0;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.messages .iv-status-close--close:before, .messages .iv-status-close--close:after {
  content: " ";
  overflow: hidden;
  width: 16px;
  border-radius: 1px;
  height: 2px;
  position: absolute;
  background-color: #1B4396;
  top: 23px;
  left: 16px;
}
.messages .iv-status-close--close:before {
  transform: rotate(45deg);
}
.messages .iv-status-close--close:after {
  transform: rotate(-45deg);
}
.messages .messages__item {
  margin: 0;
  padding: 0;
}
.messages.messages--warning {
  background-color: #FCEEE5;
  color: #E25100;
}
.messages.messages--warning .iv-status-close--close:before, .messages.messages--warning .iv-status-close--close:after {
  background-color: #E25100;
}
.messages.messages--error {
  background-color: #F8E9EE;
  color: #BB2351;
}
.messages.messages--error .iv-status-close--close:before, .messages.messages--error .iv-status-close--close:after {
  background-color: #BB2351;
}

.form-type-textfield label,
.form-type-textarea label,
.form-type-email label,
.form-type-password label,
.form-type-select label,
.form-type-date label {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64686E;
  margin-bottom: 8px;
}

select,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
textarea {
  background-color: #F7F8FA;
  border-radius: 4px;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #EDEFF2;
  transition: border-color 0.25s ease;
  color: #28282C;
}
select:focus, select:focus-visible,
input[type=text]:focus,
input[type=text]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=date]:focus,
input[type=date]:focus-visible,
textarea:focus,
textarea:focus-visible {
  border-color: #64686E;
  outline: none;
}

select {
  appearance: none;
  padding-right: 50px;
  background-image: url("../img/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(50% + 2px);
}

input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: block;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left top;
}

input[type=checkbox] + label {
  background-image: url("../img/checkbox.svg");
}

input[type=checkbox]:checked + label {
  background-image: url("../img/checkbox_checked.svg");
}

input[type=radio] + label {
  background-image: url("../img/radio.svg");
}

input[type=radio]:checked + label {
  background-image: url("../img/radio_checked.svg");
}

button,
.button,
input[type=submit] {
  display: inline-block;
  border-style: solid;
  border-radius: 4px;
  transition: 0.25s background-color, 0.25s color, 0.25s border-color;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 24px;
  border-width: 2px;
  background-color: #00819E;
  border-color: #00819E;
  color: #fff;
}
button:hover,
.button:hover,
input[type=submit]:hover {
  background-color: #0093B4;
  border-color: #0093B4;
  color: #fff;
}
button[disabled],
.button[disabled],
input[type=submit][disabled] {
  display: inline-block;
  border-style: solid;
  border-radius: 4px;
  transition: 0.25s background-color, 0.25s color, 0.25s border-color;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 24px;
  border-width: 2px;
  background-color: #fff;
  border-color: #00819E;
  color: #00819E;
}
button[disabled]:hover,
.button[disabled]:hover,
input[type=submit][disabled]:hover {
  background-color: #fff;
  border-color: #0093B4;
  color: #0093B4;
}

.form-required:after {
  display: none;
}

.pager ul {
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}
.pager ul li {
  display: inline-block;
  margin: 2px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  background: #F7F8FA;
  border-radius: 4px;
  padding: 0;
}
.pager ul li,
.pager ul li a {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 45px;
  color: #64686E;
  text-decoration: none;
  position: relative;
  transition: background-color 0.25s ease;
}
.pager ul li:hover,
.pager ul li a:hover {
  background-color: #E5F2F5;
}
.pager ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 3px;
}
.pager ul li.pager__item--first, .pager ul li.pager__item--last {
  display: none;
}
.pager ul li.pager__item--previous a, .pager ul li.pager__item--next a {
  font-size: 0;
}
.pager ul li.pager__item--previous a:before, .pager ul li.pager__item--next a:before {
  content: " ";
  overflow: hidden;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../img/pager_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.pager ul li.pager__item--previous a:before {
  top: 19px;
  left: 17px;
  transform: rotate(180deg);
}
.pager ul li.pager__item--next a:before {
  top: 19px;
  left: 17px;
}
.pager ul li.is-active a, .pager ul li.is-active a:hover {
  background: #00819E;
  color: #fff;
}

/*
.block--views-exposed-filter-block-search-page {
  form {
    &.autocomplete-open {
      .autocomplete-results {
        opacity: 1;
        display: block;
      }
      .search-close {
        opacity: 1;
        display: block;
      }
    }
  }

  .form--inline {
    position: relative;
  }
  .debates-search-autocomplete {
    background-image: unset;
    padding-right: 20px;
  }

  .autocomplete-results {
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    position: absolute;
    top: 55px;
    width: 100%;
    list-style-type: none;
    background-color: $gray-lighter;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
    margin: 0;
    padding: 12px 0 12px 0;
    max-height: 184px;
    overflow-y: auto;

    li {
      padding: 4px 16px 4px 16px;
    }

    a {
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: $gray-darkest;
      display: flex;
      width: 100%;
      justify-content: space-between;


      .search-autocomplete-label {

      }

      .search-autocomplete-type {
        font-weight: 400;
        font-size: 14px;
        text-align: right;
        color: $gray-darker;
      }
    }

  }

  .search-close {
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
  }
}

.search-filter-checkboxes {
  .form-type-checkbox {
    position: relative;
  }
  input.form-checkbox {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
  }

  label {
    z-index: 1;
    background-color: white;
  }
}

*/
.footer-container .copyright {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  font-size: 10px;
  text-transform: uppercase;
}

.block--iv-menu-tree-page-hero {
  position: relative;
  background-color: #000;
}
.block--iv-menu-tree-page-hero .field--name-field-lead-image picture,
.block--iv-menu-tree-page-hero .field--name-field-lead-image img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
}
.block--iv-menu-tree-page-hero .hero-placeholder-img {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-image: url("../img/hero.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.block--iv-menu-tree-page-hero .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.block--iv-menu-tree-page-hero .container .breadcrumb {
  list-style-type: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
}
.block--iv-menu-tree-page-hero .container .breadcrumb li {
  margin: 0;
  padding: 0 5px 0 0;
}
.block--iv-menu-tree-page-hero .container .breadcrumb li:before {
  content: unset;
  display: none;
}
.block--iv-menu-tree-page-hero .container .breadcrumb li:after {
  display: inline;
  content: "|";
}
.block--iv-menu-tree-page-hero .container .breadcrumb li:last-child:after {
  display: none;
}
.block--iv-menu-tree-page-hero .container .breadcrumb a {
  padding-right: 5px;
}
.block--iv-menu-tree-page-hero .container .breadcrumb a, .block--iv-menu-tree-page-hero .container .breadcrumb a:focus, .block--iv-menu-tree-page-hero .container .breadcrumb a:active, .block--iv-menu-tree-page-hero .container .breadcrumb a:visited {
  text-decoration: none;
  color: #fff;
}
.block--iv-menu-tree-page-hero .container .main-menu-entry-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
}

.region-header .block--ndi-node-info-block,
.region-header .block--page-title-block {
  background: #1B4396;
  position: relative;
}
.region-header .block--ndi-node-info-block:after,
.region-header .block--page-title-block:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #1B4396;
}
.region-header .block--ndi-node-info-block .page-title,
.region-header .block--ndi-node-info-block .bundle-label,
.region-header .block--page-title-block .page-title,
.region-header .block--page-title-block .bundle-label {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  padding: 40px 0;
}
.region-header h1 {
  margin: 0;
}

.region-content .block--page-title-block .page-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1B4396;
  margin: 0 0 24px 0;
}

.block--fixed-block-content-contact-text {
  margin-bottom: 40px;
}
.block--fixed-block-content-contact-text .field--name-field-subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1B4396;
  margin-bottom: 24px;
}
.block--fixed-block-content-contact-text .field--name-field-contact-text,
.block--fixed-block-content-contact-text .field--name-field-contact-text p {
  margin: 0;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
}
.contact-form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.contact-form > .form-item,
.contact-form > .form-wrapper {
  margin-top: 0;
  margin-bottom: 24px;
  flex-grow: 1;
  flex-basis: 100%;
}
.contact-form .form-item-name,
.contact-form .form-item-mail {
  flex-basis: 100%;
  flex-grow: 0;
}
.contact-form input[type=text],
.contact-form input[type=email] {
  width: 100%;
}
.contact-form .field--name-message {
  margin-bottom: 34px;
}
.contact-form .field--type-language {
  display: none;
}
.contact-form .form-item-copy {
  margin-bottom: 32px;
}
.contact-form .form-item-copy label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #28282C;
  text-transform: unset;
}

.view-countries .views-exposed-form {
  margin-bottom: 48px;
}
.view-countries .views-exposed-form .fieldgroup {
  margin: 0;
}
.view-countries .views-exposed-form .fieldset-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.view-countries .views-exposed-form .form-item-name {
  margin: 0 4px 4px 0;
}
.view-countries .views-exposed-form .form-item-name:first-child {
  display: none;
}
.view-countries .views-exposed-form .form-item-name input[type=radio] {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.view-countries .views-exposed-form .form-item-name input[type=radio] + label {
  width: 48px;
  height: 48px;
  color: #64686E;
  background: #F7F8FA;
  border-radius: 4px;
  padding: 13px;
  text-align: center;
  text-transform: uppercase;
}
.view-countries .views-exposed-form .form-item-name input[type=radio] + label:hover {
  color: #00819E;
  background-color: #E5F2F5;
  cursor: pointer;
}
.view-countries .views-exposed-form .form-item-name input[type=radio]:checked + label {
  background-color: #00819E;
  color: #fff;
}
.view-countries .views-exposed-form .form-actions {
  display: none;
}
.view-countries .view-content {
  padding: 0;
  margin: 0;
}
.view-countries .views-row {
  width: 100%;
  padding: 0 16px !important;
}
.view-countries .views-row .views-field-name {
  margin-bottom: 16px;
}
.view-countries .views-row .views-field-name a, .view-countries .views-row .views-field-name a:hover, .view-countries .views-row .views-field-name a:visited, .view-countries .views-row .views-field-name a:focus {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #28282C;
  text-decoration: none;
}
.view-countries .views-row .views-field-name a:hover {
  color: #1B4396;
}

.error-suggestion {
  margin-top: 1em;
}

.path-frontpage .layout-content .block {
  margin-bottom: 56px;
}
.path-frontpage .layout-content .block.block--views-block-video-playlist-block {
  margin-bottom: 0;
}

.block--block-content--hero {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  background-color: #1B4396;
  z-index: 10;
  height: 532px;
}
.block--block-content--hero .field--name-field-hero-image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  max-width: 1920px;
  height: 532px;
}
.block--block-content--hero .field--name-field-hero-image .media,
.block--block-content--hero .field--name-field-hero-image .field,
.block--block-content--hero .field--name-field-hero-image picture,
.block--block-content--hero .field--name-field-hero-image img {
  width: 100%;
  height: 100%;
}
.block--block-content--hero .field--name-field-hero-image picture, .block--block-content--hero .field--name-field-hero-image img {
  object-fit: cover;
}
.block--block-content--hero .field--name-field-hero-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(27, 67, 150, 0.3) 0%, rgba(27, 67, 150, 0) 100%);
}
.block--block-content--hero .block-title {
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2px;
}
.block--block-content--hero .field--name-field-heading {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 4px;
}
.block--block-content--hero .field--name-field-subtitle {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 32px;
}
.block--block-content--hero .field--name-field-button a {
  display: inline-block;
  border-style: solid;
  border-radius: 4px;
  transition: 0.25s background-color, 0.25s color, 0.25s border-color;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 24px;
  border-width: 2px;
  background-color: #00819E;
  border-color: #00819E;
  color: #fff;
}
.block--block-content--hero .field--name-field-button a:hover {
  background-color: #0093B4;
  border-color: #0093B4;
  color: #fff;
}

.block--ndi-stay-informed .block-content {
  margin: 0 -16px;
}
.block--ndi-stay-informed .stay-informed-section {
  margin-bottom: 40px;
  padding: 0 16px;
}
.block--ndi-stay-informed .stay-informed-section:last-child {
  margin-bottom: 0;
}
.block--ndi-stay-informed .stay-informed-section .stay-informed-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 2px solid #EDEFF2;
  margin-bottom: 16px;
}
.block--ndi-stay-informed .stay-informed-section .stay-informed-header h3 {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1B4396;
  margin: 0;
}
.block--ndi-stay-informed .stay-informed-section .stay-informed-header a {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 3px;
  color: #00819E;
}
.block--ndi-stay-informed .stay-informed-section .stay-informed-header a:hover, .block--ndi-stay-informed .stay-informed-section .stay-informed-header a:focus, .block--ndi-stay-informed .stay-informed-section .stay-informed-header a:active {
  color: #0093B4;
  text-decoration: none;
}
.block--ndi-stay-informed .stay-informed-section .stay-informed-header a:after {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_right_blue.svg");
  width: 13px;
  height: 10px;
  margin-left: 8px;
}
.block--fixed-block-content-about-us {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}
.block--fixed-block-content-about-us:before {
  content: " ";
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: #F7F8FA;
  transform: translateX(-50%);
}
.block--fixed-block-content-about-us .about-us__image,
.block--fixed-block-content-about-us .countries,
.block--fixed-block-content-about-us .contact {
  height: 312px;
  margin-top: 32px;
}
.block--fixed-block-content-about-us .about-us__image .field, .block--fixed-block-content-about-us .about-us__image article, .block--fixed-block-content-about-us .about-us__image .field--item, .block--fixed-block-content-about-us .about-us__image picture, .block--fixed-block-content-about-us .about-us__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.block--fixed-block-content-about-us .about-us__image img {
  object-fit: cover;
}
.block--fixed-block-content-about-us .right p {
  margin: 0;
  padding: 0;
}
.block--fixed-block-content-about-us .countries__inner,
.block--fixed-block-content-about-us .contact__inner {
  height: 100%;
  position: relative;
  text-align: center;
}
.block--fixed-block-content-about-us .countries__inner, .block--fixed-block-content-about-us .countries__inner a,
.block--fixed-block-content-about-us .contact__inner,
.block--fixed-block-content-about-us .contact__inner a {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
}
.block--fixed-block-content-about-us .countries__inner [class*=title],
.block--fixed-block-content-about-us .contact__inner [class*=title] {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
}
.block--fixed-block-content-about-us .vertical-align {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 32px;
  padding-right: 32px;
}
.block--fixed-block-content-about-us .field--name-field-countries-number {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
.block--fixed-block-content-about-us .countries__inner {
  background-color: #00819E;
}
.block--fixed-block-content-about-us .contact__inner {
  background-color: #1B4396;
}
.block--fixed-block-content-about-us .block--system-menu-block-social {
  display: inline-block;
  margin-bottom: 4px;
}

.block--views-block-video-playlist-block > h2 {
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00819E;
  margin: 0;
}
.block--views-block-video-playlist-block .view-video-playlist {
  display: flex;
  flex-direction: column;
}
.block--views-block-video-playlist-block .view-video-playlist .view-header {
  order: 1;
}
.block--views-block-video-playlist-block .view-video-playlist .more-link {
  order: 2;
  text-align: left;
  margin-bottom: 32px;
}
.block--views-block-video-playlist-block .view-video-playlist .more-link a {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 3px;
  color: #00819E;
}
.block--views-block-video-playlist-block .view-video-playlist .more-link a:hover, .block--views-block-video-playlist-block .view-video-playlist .more-link a:focus, .block--views-block-video-playlist-block .view-video-playlist .more-link a:active {
  color: #0093B4;
  text-decoration: none;
}
.block--views-block-video-playlist-block .view-video-playlist .more-link a:after {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_right_blue.svg");
  width: 13px;
  height: 10px;
  margin-left: 8px;
}
.block--views-block-video-playlist-block .view-video-playlist .view-content {
  order: 3;
}
.block--views-block-video-playlist-block .view-video-playlist .node-title a:hover {
  color: #1B4396;
}
.block--views-block-video-playlist-block .views-row {
  margin-bottom: 40px;
}

.eu-cookie-compliance-banner {
  font-size: 0;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-more-button {
  display: none;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message {
  margin: 28px 0;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message, .eu-cookie-compliance-banner .eu-cookie-compliance-message p {
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
}
.eu-cookie-compliance-banner .button {
  margin: 16px 0;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
  margin: 0;
}
.eu-cookie-compliance-banner .decline-button {
  margin-left: 16px;
}

.region-header .block:last-child {
  margin-bottom: 40px;
}

.layout-content {
  margin: 0 auto;
}

.ndi-listing-page-block {
  margin-top: 48px;
}
.ndi-listing-page-block .listing-page-header {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #EDEFF2;
  margin-bottom: 24px;
}
.ndi-listing-page-block .listing-page-header .block--title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1B4396;
  flex-grow: 1;
  margin-bottom: 16px;
}
.ndi-listing-page-block .listing-page-header .filter-toggle {
  flex-grow: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  color: #00819E;
  padding-right: 32px;
  cursor: pointer;
  vertical-align: middle;
  padding-top: 2px;
  background-image: url("../img/hide.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.ndi-listing-page-block .listing-page-header .filter-toggle:hover {
  color: #0093B4;
}
.ndi-listing-page-block .views-exposed-form {
  padding-bottom: 48px;
}
.ndi-listing-page-block .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.ndi-listing-page-block .views-exposed-form .form--inline > div {
  width: 100%;
  float: none;
  padding: 0 16px !important;
  margin: 0 0 24px;
}
.ndi-listing-page-block .views-exposed-form .form--inline .form-type-date {
  width: 50%;
}
.ndi-listing-page-block .views-exposed-form .form--inline .form-type-date + .form-type-date {
  margin-top: 28px;
}
.ndi-listing-page-block .views-exposed-form .form--inline .form-actions {
  width: 100%;
}
.ndi-listing-page-block .views-exposed-form label {
  display: block;
  float: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64686E;
}
.ndi-listing-page-block .views-exposed-form select,
.ndi-listing-page-block .views-exposed-form input[type=text],
.ndi-listing-page-block .views-exposed-form input[type=password],
.ndi-listing-page-block .views-exposed-form input[type=email],
.ndi-listing-page-block .views-exposed-form input[type=search],
.ndi-listing-page-block .views-exposed-form input[type=date],
.ndi-listing-page-block .views-exposed-form textarea {
  width: 100%;
}
.ndi-listing-page-block .views-exposed-form input[type=date] {
  padding: 11px 12px 11px 16px;
}
.ndi-listing-page-block .views-exposed-form input[type=date]::-webkit-calendar-picker-indicator {
  background: url("../img/calendar_icon.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ndi-listing-page-block .views-row {
  margin-bottom: 40px;
}
.ndi-listing-page-block.closed .views-exposed-form {
  display: none;
}
.ndi-listing-page-block.closed .listing-page-header .filter-toggle {
  background-image: url("../img/show.svg");
}

.region-content .block--views-exposed-filter-block-search-page {
  margin-bottom: 48px;
  position: relative;
  margin-top: 32px;
}
.region-content .block--views-exposed-filter-block-search-page .form-type-textfield {
  margin: 0;
  float: none;
}
.region-content .block--views-exposed-filter-block-search-page .form-type-textfield label {
  display: block;
  width: 100%;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  margin: 0;
  padding: 0;
}
.region-content .block--views-exposed-filter-block-search-page .form-type-textfield input {
  padding-left: 48px;
  width: 100%;
}
.region-content .block--views-exposed-filter-block-search-page input.form-submit {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.region-content .block--views-exposed-filter-block-search-page input.form-submit, .region-content .block--views-exposed-filter-block-search-page input.form-submit:hover {
  border: none;
  background-color: transparent;
}
.region-content .block--views-exposed-filter-block-search-page .block-title {
  display: none;
}

.search-results__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1B4396;
  margin-bottom: 32px;
}

.view-search .views-row {
  margin-bottom: 40px;
}

.block--ndi-node-above-title-info-block .field--type-daterange {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00819E;
  margin-bottom: 2px;
}

.node--full .field--name-body > p {
  margin-top: 0;
  margin-bottom: 32px;
}
.node--full .field--name-field-media-oembed-video {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60.6%;
}
.node--full .field--name-field-media-oembed-video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--full .field--name-field-media-oembed-video,
.node--full .field--name-field-lead-image {
  margin-top: 8px;
  margin-bottom: 32px;
}
.node--full .field--name-field-file {
  margin-bottom: 32px;
}
.node--full .field--name-field-file .file {
  background-position: left top;
  padding-left: 38px;
}
.node--full .field--name-field-website,
.node--full .field--name-field-source {
  margin-bottom: 32px;
}
.node--full .field--name-field-website a,
.node--full .field--name-field-source a {
  display: inline-block;
  background-image: url("../img/link_icon.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 38px;
}
.node--full .additional-information h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1B4396;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #EDEFF2;
}
.node--full .additional-information .field {
  margin-bottom: 8px;
}
.node--full .additional-information .field--label {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64686E;
}
.node--full .additional-information .field--items {
  display: flex;
}
.node--full .additional-information .field--item {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64686E;
}
.node--full .additional-information .fieldset-resource-category {
  border: none;
  margin: 0;
  padding: 0;
}
.node--full .additional-information .fieldset-resource-category .field-group-wrapper {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}

.media--image--content img {
  width: 100%;
  height: auto;
}

.node--card .node-title,
.node--search-result .node-title {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #28282C;
  margin-bottom: 16px;
  margin-top: 0;
}
.node--card .node-title a:hover, .node--card .node-title a:active, .node--card .node-title a:focus,
.node--search-result .node-title a:hover,
.node--search-result .node-title a:active,
.node--search-result .node-title a:focus {
  color: #1B4396;
}
.node--card .search-api-excerpt,
.node--card .field--name-body,
.node--search-result .search-api-excerpt,
.node--search-result .field--name-body {
  margin-bottom: 16px;
}
.node--card .search-api-excerpt p,
.node--card .field--name-body p,
.node--search-result .search-api-excerpt p,
.node--search-result .field--name-body p {
  margin: 0;
}
.node--card .bundle-label, .node--card .bundle-label:hover, .node--card .bundle-label:focus, .node--card .bundle-label:active,
.node--card .bundle-label .field--item,
.node--card .bundle-label .field--item:hover,
.node--card .bundle-label .field--item:focus,
.node--card .bundle-label .field--item:active,
.node--card .bundle-label a,
.node--card .bundle-label a:hover,
.node--card .bundle-label a:focus,
.node--card .bundle-label a:active,
.node--card .field--name-field-publication-date,
.node--card .field--name-field-publication-date:hover,
.node--card .field--name-field-publication-date:focus,
.node--card .field--name-field-publication-date:active,
.node--card .field--name-field-publication-date .field--item,
.node--card .field--name-field-publication-date .field--item:hover,
.node--card .field--name-field-publication-date .field--item:focus,
.node--card .field--name-field-publication-date .field--item:active,
.node--card .field--name-field-publication-date a,
.node--card .field--name-field-publication-date a:hover,
.node--card .field--name-field-publication-date a:focus,
.node--card .field--name-field-publication-date a:active,
.node--card .field--name-field-date-range,
.node--card .field--name-field-date-range:hover,
.node--card .field--name-field-date-range:focus,
.node--card .field--name-field-date-range:active,
.node--card .field--name-field-date-range .field--item,
.node--card .field--name-field-date-range .field--item:hover,
.node--card .field--name-field-date-range .field--item:focus,
.node--card .field--name-field-date-range .field--item:active,
.node--card .field--name-field-date-range a,
.node--card .field--name-field-date-range a:hover,
.node--card .field--name-field-date-range a:focus,
.node--card .field--name-field-date-range a:active,
.node--card .field--name-field-country-reference,
.node--card .field--name-field-country-reference:hover,
.node--card .field--name-field-country-reference:focus,
.node--card .field--name-field-country-reference:active,
.node--card .field--name-field-country-reference .field--item,
.node--card .field--name-field-country-reference .field--item:hover,
.node--card .field--name-field-country-reference .field--item:focus,
.node--card .field--name-field-country-reference .field--item:active,
.node--card .field--name-field-country-reference a,
.node--card .field--name-field-country-reference a:hover,
.node--card .field--name-field-country-reference a:focus,
.node--card .field--name-field-country-reference a:active,
.node--card .field--name-field-language,
.node--card .field--name-field-language:hover,
.node--card .field--name-field-language:focus,
.node--card .field--name-field-language:active,
.node--card .field--name-field-language .field--item,
.node--card .field--name-field-language .field--item:hover,
.node--card .field--name-field-language .field--item:focus,
.node--card .field--name-field-language .field--item:active,
.node--card .field--name-field-language a,
.node--card .field--name-field-language a:hover,
.node--card .field--name-field-language a:focus,
.node--card .field--name-field-language a:active,
.node--search-result .bundle-label,
.node--search-result .bundle-label:hover,
.node--search-result .bundle-label:focus,
.node--search-result .bundle-label:active,
.node--search-result .bundle-label .field--item,
.node--search-result .bundle-label .field--item:hover,
.node--search-result .bundle-label .field--item:focus,
.node--search-result .bundle-label .field--item:active,
.node--search-result .bundle-label a,
.node--search-result .bundle-label a:hover,
.node--search-result .bundle-label a:focus,
.node--search-result .bundle-label a:active,
.node--search-result .field--name-field-publication-date,
.node--search-result .field--name-field-publication-date:hover,
.node--search-result .field--name-field-publication-date:focus,
.node--search-result .field--name-field-publication-date:active,
.node--search-result .field--name-field-publication-date .field--item,
.node--search-result .field--name-field-publication-date .field--item:hover,
.node--search-result .field--name-field-publication-date .field--item:focus,
.node--search-result .field--name-field-publication-date .field--item:active,
.node--search-result .field--name-field-publication-date a,
.node--search-result .field--name-field-publication-date a:hover,
.node--search-result .field--name-field-publication-date a:focus,
.node--search-result .field--name-field-publication-date a:active,
.node--search-result .field--name-field-date-range,
.node--search-result .field--name-field-date-range:hover,
.node--search-result .field--name-field-date-range:focus,
.node--search-result .field--name-field-date-range:active,
.node--search-result .field--name-field-date-range .field--item,
.node--search-result .field--name-field-date-range .field--item:hover,
.node--search-result .field--name-field-date-range .field--item:focus,
.node--search-result .field--name-field-date-range .field--item:active,
.node--search-result .field--name-field-date-range a,
.node--search-result .field--name-field-date-range a:hover,
.node--search-result .field--name-field-date-range a:focus,
.node--search-result .field--name-field-date-range a:active,
.node--search-result .field--name-field-country-reference,
.node--search-result .field--name-field-country-reference:hover,
.node--search-result .field--name-field-country-reference:focus,
.node--search-result .field--name-field-country-reference:active,
.node--search-result .field--name-field-country-reference .field--item,
.node--search-result .field--name-field-country-reference .field--item:hover,
.node--search-result .field--name-field-country-reference .field--item:focus,
.node--search-result .field--name-field-country-reference .field--item:active,
.node--search-result .field--name-field-country-reference a,
.node--search-result .field--name-field-country-reference a:hover,
.node--search-result .field--name-field-country-reference a:focus,
.node--search-result .field--name-field-country-reference a:active,
.node--search-result .field--name-field-language,
.node--search-result .field--name-field-language:hover,
.node--search-result .field--name-field-language:focus,
.node--search-result .field--name-field-language:active,
.node--search-result .field--name-field-language .field--item,
.node--search-result .field--name-field-language .field--item:hover,
.node--search-result .field--name-field-language .field--item:focus,
.node--search-result .field--name-field-language .field--item:active,
.node--search-result .field--name-field-language a,
.node--search-result .field--name-field-language a:hover,
.node--search-result .field--name-field-language a:focus,
.node--search-result .field--name-field-language a:active {
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #64686E;
}
.node--card .bundle-label .field--item,
.node--card .field--name-field-publication-date .field--item,
.node--card .field--name-field-date-range .field--item,
.node--card .field--name-field-country-reference .field--item,
.node--card .field--name-field-language .field--item,
.node--search-result .bundle-label .field--item,
.node--search-result .field--name-field-publication-date .field--item,
.node--search-result .field--name-field-date-range .field--item,
.node--search-result .field--name-field-country-reference .field--item,
.node--search-result .field--name-field-language .field--item {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.node--card .bundle-label .field--item:after,
.node--card .field--name-field-publication-date .field--item:after,
.node--card .field--name-field-date-range .field--item:after,
.node--card .field--name-field-country-reference .field--item:after,
.node--card .field--name-field-language .field--item:after,
.node--search-result .bundle-label .field--item:after,
.node--search-result .field--name-field-publication-date .field--item:after,
.node--search-result .field--name-field-date-range .field--item:after,
.node--search-result .field--name-field-country-reference .field--item:after,
.node--search-result .field--name-field-language .field--item:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #64686E;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.node--card .bundle-label:last-child .field--item:after,
.node--card .field--name-field-publication-date:last-child .field--item:after,
.node--card .field--name-field-date-range:last-child .field--item:after,
.node--card .field--name-field-country-reference:last-child .field--item:after,
.node--card .field--name-field-language:last-child .field--item:after,
.node--search-result .bundle-label:last-child .field--item:after,
.node--search-result .field--name-field-publication-date:last-child .field--item:after,
.node--search-result .field--name-field-date-range:last-child .field--item:after,
.node--search-result .field--name-field-country-reference:last-child .field--item:after,
.node--search-result .field--name-field-language:last-child .field--item:after {
  display: none;
}
.node--card .bundle-label .field--item, .node--card .bundle-label .field--item:hover, .node--card .bundle-label .field--item:focus, .node--card .bundle-label .field--item:active,
.node--search-result .bundle-label .field--item,
.node--search-result .bundle-label .field--item:hover,
.node--search-result .bundle-label .field--item:focus,
.node--search-result .bundle-label .field--item:active {
  font-weight: 700;
}
.node--card .field--name-field-file,
.node--card .field--name-field-website,
.node--search-result .field--name-field-file,
.node--search-result .field--name-field-website {
  margin-top: 16px;
}
.node--card .field--name-field-file a, .node--card .field--name-field-file a:focus, .node--card .field--name-field-file a:hover,
.node--card .field--name-field-website a,
.node--card .field--name-field-website a:focus,
.node--card .field--name-field-website a:hover,
.node--search-result .field--name-field-file a,
.node--search-result .field--name-field-file a:focus,
.node--search-result .field--name-field-file a:hover,
.node--search-result .field--name-field-website a,
.node--search-result .field--name-field-website a:focus,
.node--search-result .field--name-field-website a:hover {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #00819E;
  text-decoration: none;
}
.node--card .field--name-field-file .field--item,
.node--card .field--name-field-file .file,
.node--card .field--name-field-website .field--item,
.node--card .field--name-field-website .file,
.node--search-result .field--name-field-file .field--item,
.node--search-result .field--name-field-file .file,
.node--search-result .field--name-field-website .field--item,
.node--search-result .field--name-field-website .file {
  line-height: 22px;
}
.node--card .field--name-field-website a,
.node--search-result .field--name-field-website a {
  display: inline-block;
  background-image: url("../img/link_icon.svg");
  background-repeat: no-repeat;
  padding-left: 26px;
}

.node--card-video .field--name-field-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.41%;
  margin-bottom: 24px;
}
.node--card-video .field--name-field-video .media {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--card-video .field--name-field-video .media .field--item, .node--card-video .field--name-field-video .media .field, .node--card-video .field--name-field-video .media iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.node--card-video .node-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
.node--card-video .node__content {
  font-size: 0;
}
.node--card-video .node__content > .field {
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #64686E;
  padding: 0 10px;
  border-right: 1px solid #64686E;
}
.node--card-video .node__content > .field:first-child {
  padding-left: 0;
}
.node--card-video .node__content > .field:last-child {
  padding-right: 0;
  border: 0;
}

/*# sourceMappingURL=style.00.base.css.map */
