@charset "UTF-8";
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container, .dashboard-login-tabs [class*=-local-tasks] .nav-tabs {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #585858;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #146199;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0b3655;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .card-event-horizontal .card-event-date .card-event-date-inner .event-date, .card-event .card-event-date .card-event-date-inner .event-date, .card-news .card-event-date .card-event-date-inner .event-date, .h4, .h5, .st-module-002 .text-link, .statistics-summary .field__label, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3, .card-event-horizontal .card-event-date .card-event-date-inner .event-date, .card-event .card-event-date .card-event-date-inner .event-date, .card-news .card-event-date .card-event-date-inner .event-date {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5, .st-module-002 .text-link, .statistics-summary .field__label {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .dashboard-login-tabs [class*=-local-tasks] .nav-tabs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .dashboard-login-tabs [class*=-local-tasks] .nav-tabs {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .dashboard-login-tabs [class*=-local-tasks] .nav-tabs {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .dashboard-login-tabs [class*=-local-tasks] .nav-tabs {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .dashboard-login-tabs [class*=-local-tasks] .nav-tabs {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row, [id*=views-bootstrap-taxonomy-sdg-targets-block-sdg-targets-children-full] > .row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row > .col, [id*=views-bootstrap-taxonomy-sdg-targets-block-sdg-targets-children-full] > .row > .col,
.no-gutters > [class*=col-],
[id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row > [class*=col-],
[id*=views-bootstrap-taxonomy-sdg-targets-block-sdg-targets-children-full] > .row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  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 (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    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 (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    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 (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #585858;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #585858;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bdd3e2;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #85adca;
}

.table-hover .table-primary:hover {
  background-color: #abc7da;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #abc7da;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e7d1;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ad3a9;
}

.table-hover .table-success:hover {
  background-color: #a5e1c5;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a5e1c5;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fde7cd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbd3a2;
}

.table-hover .table-warning:hover {
  background-color: #fcdbb4;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fcdbb4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #e7b9bf;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d27d87;
}

.table-hover .table-danger:hover {
  background-color: #e0a6ae;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e0a6ae;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfd;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafc;
}

.table-hover .table-light:hover {
  background-color: #ededf3;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ededf3;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d0d0d0;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a8a8a8;
}

.table-hover .table-dark:hover {
  background-color: #c3c3c3;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c3c3c3;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #bdd3e2;
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #85adca;
}

.table-hover .table-blue:hover {
  background-color: #abc7da;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #abc7da;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #b8e1db;
}
.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #7ac7bc;
}

.table-hover .table-teal:hover {
  background-color: #a6d9d2;
}
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: #a6d9d2;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #e1caed;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #c79dde;
}

.table-hover .table-purple:hover {
  background-color: #d6b7e7;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #d6b7e7;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fbd5c2;
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f8b08e;
}

.table-hover .table-orange:hover {
  background-color: #f9c5aa;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #f9c5aa;
}

.table-lime,
.table-lime > th,
.table-lime > td {
  background-color: #dbedca;
}
.table-lime th,
.table-lime td,
.table-lime thead th,
.table-lime tbody + tbody {
  border-color: #bddd9c;
}

.table-hover .table-lime:hover {
  background-color: #cee7b7;
}
.table-hover .table-lime:hover > td,
.table-hover .table-lime:hover > th {
  background-color: #cee7b7;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #b8e7d1;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #7ad3a9;
}

.table-hover .table-green:hover {
  background-color: #a5e1c5;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #a5e1c5;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #e7b9bf;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #d27d87;
}

.table-hover .table-red:hover {
  background-color: #e0a6ae;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #e0a6ae;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fde7cd;
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #fbd3a2;
}

.table-hover .table-yellow:hover {
  background-color: #fcdbb4;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #fcdbb4;
}

.table-sdg,
.table-sdg > th,
.table-sdg > td {
  background-color: #eddfc4;
}
.table-sdg th,
.table-sdg td,
.table-sdg thead th,
.table-sdg tbody + tbody {
  border-color: #dec392;
}

.table-hover .table-sdg:hover {
  background-color: #e7d4b0;
}
.table-hover .table-sdg:hover > td,
.table-hover .table-sdg:hover > th {
  background-color: #e7d4b0;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #585858;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #585858;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #585858;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #585858;
  background-color: #fff;
  border-color: #46a3e7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #585858;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.775rem + 1px);
  padding-bottom: calc(0.775rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #585858;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1.55rem + 2px);
  padding: 0.775rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #00AA5A;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0 0;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 170, 90, 0.9);
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00AA5A;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300AA5A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00AA5A;
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00AA5A;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300AA5A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00AA5A;
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00AA5A;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00AA5A;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00AA5A;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00dd75;
  background-color: #00dd75;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00AA5A;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00AA5A;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00AA5A;
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #A80519;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0 0;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(168, 5, 25, 0.9);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #A80519;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23A80519' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23A80519' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #A80519;
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #A80519;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23A80519' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23A80519' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #A80519;
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #A80519;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #A80519;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #A80519;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #da0620;
  background-color: #da0620;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #A80519;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #A80519;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #A80519;
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .js-pager__items .pager__item .button {
  display: inline-block;
  font-weight: 400;
  color: #585858;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .js-pager__items .pager__item .button {
    transition: none;
  }
}
.btn:hover, .js-pager__items .pager__item .button:hover {
  color: #585858;
  text-decoration: none;
}
.btn:focus, .js-pager__items .pager__item .button:focus, .btn.focus, .js-pager__items .pager__item .focus.button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.25);
}
.btn.disabled, .js-pager__items .pager__item .disabled.button, .btn:disabled, .js-pager__items .pager__item .button:disabled {
  opacity: 0.65;
}
a.btn.disabled, .js-pager__items .pager__item a.disabled.button,
fieldset:disabled a.btn,
fieldset:disabled .js-pager__items .pager__item a.button,
.js-pager__items .pager__item fieldset:disabled a.button {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}
.btn-primary:hover {
  color: #fff;
  background-color: #104c77;
  border-color: #0e446c;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 121, 168, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e446c;
  border-color: #0d3d61;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 121, 168, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00AA5A;
  border-color: #00AA5A;
}
.btn-success:hover {
  color: #fff;
  background-color: #008446;
  border-color: #00773f;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 183, 115, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00AA5A;
  border-color: #00AA5A;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00773f;
  border-color: #006a38;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 183, 115, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-warning:hover {
  color: #212529;
  background-color: #f59a27;
  border-color: #f5941b;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 151, 71, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f5941b;
  border-color: #f48e0f;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 151, 71, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #A80519;
  border-color: #A80519;
}
.btn-danger:hover {
  color: #fff;
  background-color: #830413;
  border-color: #760412;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 43, 60, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #A80519;
  border-color: #A80519;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #760412;
  border-color: #6a0310;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 43, 60, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #F5F5F9;
  border-color: #F5F5F9;
}
.btn-light:hover {
  color: #212529;
  background-color: #ddddeb;
  border-color: #d5d5e6;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 218, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F5F5F9;
  border-color: #F5F5F9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d5d5e6;
  border-color: #cdcde1;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 218, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.btn-dark:hover {
  color: #fff;
  background-color: #454545;
  border-color: #3f3f3f;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3f3f3f;
  border-color: #383838;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
}

.btn-blue, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}
.btn-blue:hover, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit]:hover {
  color: #fff;
  background-color: #104c77;
  border-color: #0e446c;
}
.btn-blue:focus, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit]:focus, .btn-blue.focus, .section-sustainable-tourism-programme .search-filters .btn-submit input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(55, 121, 168, 0.5);
}
.btn-blue.disabled, .section-sustainable-tourism-programme .search-filters .btn-submit input.disabled[type=submit], .btn-blue:disabled, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit]:disabled {
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}
.btn-blue:not(:disabled):not(.disabled):active, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle, .section-sustainable-tourism-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #0e446c;
  border-color: #0d3d61;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus, .section-sustainable-tourism-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 121, 168, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-teal, .search-filters input[type=submit] {
  color: #fff;
  background-color: #00937E;
  border-color: #00937E;
}
.btn-teal:hover, .search-filters input[type=submit]:hover {
  color: #fff;
  background-color: #006d5d;
  border-color: #006052;
}
.btn-teal:focus, .search-filters input[type=submit]:focus, .btn-teal.focus, .search-filters input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(38, 163, 145, 0.5);
}
.btn-teal.disabled, .search-filters input.disabled[type=submit], .btn-teal:disabled, .search-filters input[type=submit]:disabled {
  color: #fff;
  background-color: #00937E;
  border-color: #00937E;
}
.btn-teal:not(:disabled):not(.disabled):active, .search-filters input[type=submit]:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .search-filters input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle, .search-filters .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #006052;
  border-color: #005347;
}
.btn-teal:not(:disabled):not(.disabled):active:focus, .search-filters input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .search-filters input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-teal.dropdown-toggle:focus, .search-filters .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 163, 145, 0.5);
}

.btn-purple, .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
  background-color: #9343BF;
  border-color: #9343BF;
}
.btn-purple:hover, .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit]:hover {
  color: #fff;
  background-color: #7e38a4;
  border-color: #76359a;
}
.btn-purple:focus, .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit]:focus, .btn-purple.focus, .section-sustainable-public-procurement-programme .search-filters .btn-submit input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(163, 95, 201, 0.5);
}
.btn-purple.disabled, .section-sustainable-public-procurement-programme .search-filters .btn-submit input.disabled[type=submit], .btn-purple:disabled, .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit]:disabled {
  color: #fff;
  background-color: #9343BF;
  border-color: #9343BF;
}
.btn-purple:not(:disabled):not(.disabled):active, .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle, .section-sustainable-public-procurement-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #76359a;
  border-color: #6f3191;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus, .section-sustainable-public-procurement-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 95, 201, 0.5);
}

.btn-orange, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
  background-color: #F26825;
  border-color: #F26825;
}
.btn-orange:hover, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit]:hover {
  color: #fff;
  background-color: #e3530e;
  border-color: #d74f0d;
}
.btn-orange:focus, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit]:focus, .btn-orange.focus, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(244, 127, 70, 0.5);
}
.btn-orange.disabled, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input.disabled[type=submit], .btn-orange:disabled, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit]:disabled {
  color: #fff;
  background-color: #F26825;
  border-color: #F26825;
}
.btn-orange:not(:disabled):not(.disabled):active, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #d74f0d;
  border-color: #cb4b0c;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 127, 70, 0.5);
}

.btn-lime {
  color: #212529;
  background-color: #80BE41;
  border-color: #80BE41;
}
.btn-lime:hover {
  color: #fff;
  background-color: #6da237;
  border-color: #669834;
}
.btn-lime:focus, .btn-lime.focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 167, 61, 0.5);
}
.btn-lime.disabled, .btn-lime:disabled {
  color: #212529;
  background-color: #80BE41;
  border-color: #80BE41;
}
.btn-lime:not(:disabled):not(.disabled):active, .btn-lime:not(:disabled):not(.disabled).active, .show > .btn-lime.dropdown-toggle {
  color: #fff;
  background-color: #669834;
  border-color: #608f31;
}
.btn-lime:not(:disabled):not(.disabled):active:focus, .btn-lime:not(:disabled):not(.disabled).active:focus, .show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 167, 61, 0.5);
}

.btn-green, .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
  background-color: #00AA5A;
  border-color: #00AA5A;
}
.btn-green:hover, .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit]:hover {
  color: #fff;
  background-color: #008446;
  border-color: #00773f;
}
.btn-green:focus, .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit]:focus, .btn-green.focus, .section-consumer-information-scp-programme .search-filters .btn-submit input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(38, 183, 115, 0.5);
}
.btn-green.disabled, .section-consumer-information-scp-programme .search-filters .btn-submit input.disabled[type=submit], .btn-green:disabled, .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit]:disabled {
  color: #fff;
  background-color: #00AA5A;
  border-color: #00AA5A;
}
.btn-green:not(:disabled):not(.disabled):active, .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle, .section-consumer-information-scp-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #00773f;
  border-color: #006a38;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus, .section-consumer-information-scp-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 183, 115, 0.5);
}

.btn-red, .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
  background-color: #A80519;
  border-color: #A80519;
}
.btn-red:hover, .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit]:hover {
  color: #fff;
  background-color: #830413;
  border-color: #760412;
}
.btn-red:focus, .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit]:focus, .btn-red.focus, .section-sustainable-food-systems-programme .search-filters .btn-submit input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(181, 43, 60, 0.5);
}
.btn-red.disabled, .section-sustainable-food-systems-programme .search-filters .btn-submit input.disabled[type=submit], .btn-red:disabled, .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit]:disabled {
  color: #fff;
  background-color: #A80519;
  border-color: #A80519;
}
.btn-red:not(:disabled):not(.disabled):active, .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle, .section-sustainable-food-systems-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #760412;
  border-color: #6a0310;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus, .section-sustainable-food-systems-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 43, 60, 0.5);
}

.btn-yellow, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit] {
  color: #212529;
  background-color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-yellow:hover, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit]:hover {
  color: #212529;
  background-color: #f59a27;
  border-color: #f5941b;
}
.btn-yellow:focus, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit]:focus, .btn-yellow.focus, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(215, 151, 71, 0.5);
}
.btn-yellow.disabled, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input.disabled[type=submit], .btn-yellow:disabled, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit]:disabled {
  color: #212529;
  background-color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-yellow:not(:disabled):not(.disabled):active, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle, .section-sustainable-buildings-construction-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit] {
  color: #212529;
  background-color: #f5941b;
  border-color: #f48e0f;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus, .section-sustainable-buildings-construction-programme .search-filters .btn-submit .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 151, 71, 0.5);
}

.btn-sdg, .search-filters.search-filters-sdg input[type=submit] {
  color: #fff;
  background-color: #BF8B2E;
  border-color: #BF8B2E;
}
.btn-sdg:hover, .search-filters.search-filters-sdg input[type=submit]:hover {
  color: #fff;
  background-color: #a07527;
  border-color: #966d24;
}
.btn-sdg:focus, .search-filters.search-filters-sdg input[type=submit]:focus, .btn-sdg.focus, .search-filters.search-filters-sdg input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(201, 156, 77, 0.5);
}
.btn-sdg.disabled, .search-filters.search-filters-sdg input.disabled[type=submit], .btn-sdg:disabled, .search-filters.search-filters-sdg input[type=submit]:disabled {
  color: #fff;
  background-color: #BF8B2E;
  border-color: #BF8B2E;
}
.btn-sdg:not(:disabled):not(.disabled):active, .search-filters.search-filters-sdg input[type=submit]:not(:disabled):not(.disabled):active, .btn-sdg:not(:disabled):not(.disabled).active, .search-filters.search-filters-sdg input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-sdg.dropdown-toggle, .search-filters.search-filters-sdg .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #966d24;
  border-color: #8c6622;
}
.btn-sdg:not(:disabled):not(.disabled):active:focus, .search-filters.search-filters-sdg input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-sdg:not(:disabled):not(.disabled).active:focus, .search-filters.search-filters-sdg input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-sdg.dropdown-toggle:focus, .search-filters.search-filters-sdg .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 156, 77, 0.5);
}

.btn-outline-primary {
  color: #146199;
  border-color: #146199;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #146199;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #00AA5A;
  border-color: #00AA5A;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #00AA5A;
  border-color: #00AA5A;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00AA5A;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00AA5A;
  border-color: #00AA5A;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 171, 76, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F7AB4C;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 171, 76, 0.5);
}

.btn-outline-danger {
  color: #A80519;
  border-color: #A80519;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #A80519;
  border-color: #A80519;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #A80519;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #A80519;
  border-color: #A80519;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.5);
}

.btn-outline-light {
  color: #F5F5F9;
  border-color: #F5F5F9;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F5F5F9;
  border-color: #F5F5F9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 249, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F5F5F9;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #F5F5F9;
  border-color: #F5F5F9;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 249, 0.5);
}

.btn-outline-dark, .section-sustainable-tourism-programme .facet-filters-dropdown .btn-outline-blue, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .button, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .button, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .btn-outline-blue, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .button, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .button, .section-sustainable-food-systems-programme .facet-filters-dropdown .btn-outline-blue, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .button, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .button, .section-consumer-information-scp-programme .facet-filters-dropdown .btn-outline-blue, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .button, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .button, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .btn-outline-blue, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .button, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .button, .section-sustainable-public-procurement-programme .facet-filters-dropdown .btn-outline-blue, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .button, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .button {
  color: #585858;
  border-color: #585858;
}
.btn-outline-dark:hover, .section-sustainable-tourism-programme .facet-filters-dropdown .btn-outline-blue:hover, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .button:hover, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .button:hover, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .btn-outline-blue:hover, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .button:hover, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .button:hover, .section-sustainable-food-systems-programme .facet-filters-dropdown .btn-outline-blue:hover, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .button:hover, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .button:hover, .section-consumer-information-scp-programme .facet-filters-dropdown .btn-outline-blue:hover, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .button:hover, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .button:hover, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .btn-outline-blue:hover, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .button:hover, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .button:hover, .section-sustainable-public-procurement-programme .facet-filters-dropdown .btn-outline-blue:hover, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .button:hover, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .button:hover {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.btn-outline-dark:focus, .section-sustainable-tourism-programme .facet-filters-dropdown .btn-outline-blue:focus, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .button:focus, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .button:focus, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .btn-outline-blue:focus, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .button:focus, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .button:focus, .section-sustainable-food-systems-programme .facet-filters-dropdown .btn-outline-blue:focus, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .button:focus, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .button:focus, .section-consumer-information-scp-programme .facet-filters-dropdown .btn-outline-blue:focus, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .button:focus, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .button:focus, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .btn-outline-blue:focus, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .button:focus, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .button:focus, .section-sustainable-public-procurement-programme .facet-filters-dropdown .btn-outline-blue:focus, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .button:focus, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .button:focus, .btn-outline-dark.focus, .section-sustainable-tourism-programme .facet-filters-dropdown .focus.btn-outline-blue, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .focus.button, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .focus.button, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .focus.btn-outline-blue, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .focus.button, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .focus.button, .section-sustainable-food-systems-programme .facet-filters-dropdown .focus.btn-outline-blue, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .focus.button, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .focus.button, .section-consumer-information-scp-programme .facet-filters-dropdown .focus.btn-outline-blue, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .focus.button, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .focus.button, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .focus.btn-outline-blue, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .focus.button, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .focus.button, .section-sustainable-public-procurement-programme .facet-filters-dropdown .focus.btn-outline-blue, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .focus.button, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .focus.button {
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}
.btn-outline-dark.disabled, .section-sustainable-tourism-programme .facet-filters-dropdown .disabled.btn-outline-blue, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .disabled.button, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .disabled.button, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .disabled.btn-outline-blue, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .disabled.button, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .disabled.button, .section-sustainable-food-systems-programme .facet-filters-dropdown .disabled.btn-outline-blue, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .disabled.button, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .disabled.button, .section-consumer-information-scp-programme .facet-filters-dropdown .disabled.btn-outline-blue, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .disabled.button, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .disabled.button, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .disabled.btn-outline-blue, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .disabled.button, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .disabled.button, .section-sustainable-public-procurement-programme .facet-filters-dropdown .disabled.btn-outline-blue, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .disabled.button, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .disabled.button, .btn-outline-dark:disabled, .section-sustainable-tourism-programme .facet-filters-dropdown .btn-outline-blue:disabled, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .button:disabled, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .button:disabled, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .btn-outline-blue:disabled, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .button:disabled, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .button:disabled, .section-sustainable-food-systems-programme .facet-filters-dropdown .btn-outline-blue:disabled, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .button:disabled, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .button:disabled, .section-consumer-information-scp-programme .facet-filters-dropdown .btn-outline-blue:disabled, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .button:disabled, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .button:disabled, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .btn-outline-blue:disabled, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .button:disabled, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .button:disabled, .section-sustainable-public-procurement-programme .facet-filters-dropdown .btn-outline-blue:disabled, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .button:disabled, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .button:disabled {
  color: #585858;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .section-sustainable-tourism-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active, .section-sustainable-food-systems-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active, .section-consumer-information-scp-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active, .section-sustainable-public-procurement-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .section-sustainable-tourism-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active, .section-sustainable-food-systems-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active, .section-consumer-information-scp-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active, .section-sustainable-public-procurement-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle, .section-sustainable-tourism-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .show > .dropdown-toggle.button, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .show > .dropdown-toggle.button, .section-sustainable-food-systems-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .show > .dropdown-toggle.button, .section-consumer-information-scp-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .show > .dropdown-toggle.button, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .show > .dropdown-toggle.button, .section-sustainable-public-procurement-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .show > .dropdown-toggle.button {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .section-sustainable-tourism-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active:focus, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active:focus, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active:focus, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active:focus, .section-sustainable-food-systems-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active:focus, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active:focus, .section-consumer-information-scp-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active:focus, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active:focus, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active:focus, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active:focus, .section-sustainable-public-procurement-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active:focus, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .section-sustainable-tourism-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active:focus, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active:focus, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active:focus, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active:focus, .section-sustainable-food-systems-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active:focus, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active:focus, .section-consumer-information-scp-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active:focus, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active:focus, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active:focus, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active:focus, .section-sustainable-public-procurement-programme .facet-filters-dropdown .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active:focus, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .button:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus, .section-sustainable-tourism-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue:focus, .section-sustainable-tourism-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button:focus, .js-pager__items .pager__item .section-sustainable-tourism-programme .facet-filters-dropdown .show > .dropdown-toggle.button:focus, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue:focus, .section-sustainable-buildings-construction-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button:focus, .js-pager__items .pager__item .section-sustainable-buildings-construction-programme .facet-filters-dropdown .show > .dropdown-toggle.button:focus, .section-sustainable-food-systems-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue:focus, .section-sustainable-food-systems-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button:focus, .js-pager__items .pager__item .section-sustainable-food-systems-programme .facet-filters-dropdown .show > .dropdown-toggle.button:focus, .section-consumer-information-scp-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue:focus, .section-consumer-information-scp-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button:focus, .js-pager__items .pager__item .section-consumer-information-scp-programme .facet-filters-dropdown .show > .dropdown-toggle.button:focus, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue:focus, .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button:focus, .js-pager__items .pager__item .section-sustainable-lifestyles-education-programme .facet-filters-dropdown .show > .dropdown-toggle.button:focus, .section-sustainable-public-procurement-programme .facet-filters-dropdown .show > .dropdown-toggle.btn-outline-blue:focus, .section-sustainable-public-procurement-programme .facet-filters-dropdown .js-pager__items .pager__item .show > .dropdown-toggle.button:focus, .js-pager__items .pager__item .section-sustainable-public-procurement-programme .facet-filters-dropdown .show > .dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}

.btn-outline-blue, .js-pager__items .pager__item .button {
  color: #146199;
  border-color: #146199;
}
.btn-outline-blue:hover, .js-pager__items .pager__item .button:hover {
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}
.btn-outline-blue:focus, .js-pager__items .pager__item .button:focus, .btn-outline-blue.focus, .js-pager__items .pager__item .focus.button {
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.5);
}
.btn-outline-blue.disabled, .js-pager__items .pager__item .disabled.button, .btn-outline-blue:disabled, .js-pager__items .pager__item .button:disabled {
  color: #146199;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle, .js-pager__items .pager__item .show > .dropdown-toggle.button {
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .js-pager__items .pager__item .button:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .js-pager__items .pager__item .button:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus, .js-pager__items .pager__item .show > .dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.5);
}

.btn-outline-white, .search-filters .btn-reset input[type=submit] {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover, .search-filters .btn-reset input[type=submit]:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .search-filters .btn-reset input[type=submit]:focus, .btn-outline-white.focus, .search-filters .btn-reset input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .search-filters .btn-reset input.disabled[type=submit], .btn-outline-white:disabled, .search-filters .btn-reset input[type=submit]:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .search-filters .btn-reset input[type=submit]:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .search-filters .btn-reset input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle, .search-filters .btn-reset .show > input.dropdown-toggle[type=submit] {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .search-filters .btn-reset input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .search-filters .btn-reset input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus, .search-filters .btn-reset .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-teal {
  color: #00937E;
  border-color: #00937E;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #00937E;
  border-color: #00937E;
}
.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 147, 126, 0.5);
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #00937E;
  background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #00937E;
  border-color: #00937E;
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 147, 126, 0.5);
}

.btn-outline-purple {
  color: #9343BF;
  border-color: #9343BF;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #9343BF;
  border-color: #9343BF;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 67, 191, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #9343BF;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #9343BF;
  border-color: #9343BF;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 67, 191, 0.5);
}

.btn-outline-orange {
  color: #F26825;
  border-color: #F26825;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #F26825;
  border-color: #F26825;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 104, 37, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #F26825;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #F26825;
  border-color: #F26825;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 104, 37, 0.5);
}

.btn-outline-lime {
  color: #80BE41;
  border-color: #80BE41;
}
.btn-outline-lime:hover {
  color: #212529;
  background-color: #80BE41;
  border-color: #80BE41;
}
.btn-outline-lime:focus, .btn-outline-lime.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 190, 65, 0.5);
}
.btn-outline-lime.disabled, .btn-outline-lime:disabled {
  color: #80BE41;
  background-color: transparent;
}
.btn-outline-lime:not(:disabled):not(.disabled):active, .btn-outline-lime:not(:disabled):not(.disabled).active, .show > .btn-outline-lime.dropdown-toggle {
  color: #212529;
  background-color: #80BE41;
  border-color: #80BE41;
}
.btn-outline-lime:not(:disabled):not(.disabled):active:focus, .btn-outline-lime:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 190, 65, 0.5);
}

.btn-outline-green {
  color: #00AA5A;
  border-color: #00AA5A;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #00AA5A;
  border-color: #00AA5A;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #00AA5A;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #00AA5A;
  border-color: #00AA5A;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.5);
}

.btn-outline-red {
  color: #A80519;
  border-color: #A80519;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #A80519;
  border-color: #A80519;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #A80519;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #A80519;
  border-color: #A80519;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.5);
}

.btn-outline-yellow {
  color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-outline-yellow:hover {
  color: #212529;
  background-color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 171, 76, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #F7AB4C;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #F7AB4C;
  border-color: #F7AB4C;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 171, 76, 0.5);
}

.btn-outline-sdg {
  color: #BF8B2E;
  border-color: #BF8B2E;
}
.btn-outline-sdg:hover {
  color: #fff;
  background-color: #BF8B2E;
  border-color: #BF8B2E;
}
.btn-outline-sdg:focus, .btn-outline-sdg.focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 139, 46, 0.5);
}
.btn-outline-sdg.disabled, .btn-outline-sdg:disabled {
  color: #BF8B2E;
  background-color: transparent;
}
.btn-outline-sdg:not(:disabled):not(.disabled):active, .btn-outline-sdg:not(:disabled):not(.disabled).active, .show > .btn-outline-sdg.dropdown-toggle {
  color: #fff;
  background-color: #BF8B2E;
  border-color: #BF8B2E;
}
.btn-outline-sdg:not(:disabled):not(.disabled):active:focus, .btn-outline-sdg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sdg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 139, 46, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #146199;
  text-decoration: none;
}
.btn-link:hover {
  color: #0b3655;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .js-pager__items .pager__item .btn-group-lg > .button {
  padding: 0.775rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .js-pager__items .pager__item .btn-group-sm > .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit], .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit], .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit], .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit], .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit], .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit], .search-filters .btn-reset input[type=submit], .search-filters .btn-submit input[type=submit] {
  display: block;
  width: 100%;
}
.btn-block + .btn-block, .search-filters .btn-reset input[type=submit] + .btn-block, .search-filters .btn-reset .btn-block + input[type=submit], .search-filters .btn-reset input[type=submit] + input[type=submit], .search-filters .btn-submit input[type=submit] + .btn-block, .search-filters .btn-submit .btn-block + input[type=submit], .search-filters .btn-submit input[type=submit] + input[type=submit] {
  margin-top: 0.5rem;
}

input[type=submit].btn-block, .section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit], .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit], .section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit], .section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit], .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit], .section-sustainable-public-procurement-programme .search-filters .btn-submit input[type=submit], .search-filters .btn-reset input[type=submit], .search-filters .btn-submit input[type=submit],
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #585858;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #F5F5F9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #146199;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .js-pager__items .pager__item .btn-group > .button,
.btn-group-vertical > .btn,
.js-pager__items .pager__item .btn-group-vertical > .button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .js-pager__items .pager__item .btn-group > .button:hover,
.btn-group-vertical > .btn:hover,
.js-pager__items .pager__item .btn-group-vertical > .button:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .js-pager__items .pager__item .btn-group > .button:focus, .btn-group > .btn:active, .js-pager__items .pager__item .btn-group > .button:active, .btn-group > .btn.active, .js-pager__items .pager__item .btn-group > .active.button,
.btn-group-vertical > .btn:focus,
.js-pager__items .pager__item .btn-group-vertical > .button:focus,
.btn-group-vertical > .btn:active,
.js-pager__items .pager__item .btn-group-vertical > .button:active,
.btn-group-vertical > .btn.active,
.js-pager__items .pager__item .btn-group-vertical > .active.button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .js-pager__items .pager__item .btn-group > .button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .js-pager__items .pager__item .btn-group-sm > .button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .js-pager__items .pager__item .btn-group-lg > .button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .js-pager__items .pager__item .btn-group-vertical > .button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .js-pager__items .pager__item .btn-group-vertical > .button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-toggle > .btn, .js-pager__items .pager__item .btn-group-toggle > .button,
.btn-group-toggle > .btn-group > .btn,
.js-pager__items .pager__item .btn-group-toggle > .btn-group > .button {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .js-pager__items .pager__item .btn-group-toggle > .button input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.js-pager__items .pager__item .btn-group-toggle > .button input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .js-pager__items .pager__item .button, .js-pager__items .pager__item .input-group-prepend .button,
.input-group-append .btn,
.input-group-append .js-pager__items .pager__item .button,
.js-pager__items .pager__item .input-group-append .button {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .js-pager__items .pager__item .button:focus, .js-pager__items .pager__item .input-group-prepend .button:focus,
.input-group-append .btn:focus,
.input-group-append .js-pager__items .pager__item .button:focus,
.js-pager__items .pager__item .input-group-append .button:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .js-pager__items .pager__item .button + .btn, .js-pager__items .pager__item .input-group-prepend .button + .btn, .input-group-prepend .js-pager__items .pager__item .btn + .button, .js-pager__items .pager__item .input-group-prepend .btn + .button, .input-group-prepend .js-pager__items .pager__item .button + .button, .js-pager__items .pager__item .input-group-prepend .button + .button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .js-pager__items .pager__item .button + .input-group-text,
.js-pager__items .pager__item .input-group-prepend .button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .js-pager__items .pager__item .input-group-text + .button,
.js-pager__items .pager__item .input-group-prepend .input-group-text + .button,
.input-group-append .btn + .btn,
.input-group-append .js-pager__items .pager__item .button + .btn,
.js-pager__items .pager__item .input-group-append .button + .btn,
.input-group-append .js-pager__items .pager__item .btn + .button,
.js-pager__items .pager__item .input-group-append .btn + .button,
.input-group-append .js-pager__items .pager__item .button + .button,
.js-pager__items .pager__item .input-group-append .button + .button,
.input-group-append .btn + .input-group-text,
.input-group-append .js-pager__items .pager__item .button + .input-group-text,
.js-pager__items .pager__item .input-group-append .button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .js-pager__items .pager__item .input-group-text + .button,
.js-pager__items .pager__item .input-group-append .input-group-text + .button {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #585858;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #585858;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.55rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.js-pager__items .pager__item .input-group-lg > .input-group-prepend > .button,
.input-group-lg > .input-group-append > .btn,
.js-pager__items .pager__item .input-group-lg > .input-group-append > .button {
  padding: 0.775rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.js-pager__items .pager__item .input-group-sm > .input-group-prepend > .button,
.input-group-sm > .input-group-append > .btn,
.js-pager__items .pager__item .input-group-sm > .input-group-append > .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #146199;
  background-color: #146199;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #46a3e7;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #73b9ed;
  border-color: #73b9ed;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #146199;
  background-color: #146199;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(20, 97, 153, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(20, 97, 153, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(20, 97, 153, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(20, 97, 153, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #585858;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #585858;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #46a3e7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.25);
}
.custom-select:focus::-ms-value {
  color: #585858;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.55rem + 2px);
  padding-top: 0.775rem;
  padding-bottom: 0.775rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #46a3e7;
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #585858;
  background-color: #fff;
  border: 1px solid #585858;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #585858;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(20, 97, 153, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(20, 97, 153, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(20, 97, 153, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #146199;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #73b9ed;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #146199;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #73b9ed;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #146199;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #73b9ed;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #585858;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #146199;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.navbar > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar > .nav-tabs,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand-sm > .nav-tabs,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand-sm > .nav-tabs,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand-md > .nav-tabs,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand-md > .nav-tabs,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand-lg > .nav-tabs,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand-lg > .nav-tabs,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand-xl > .nav-tabs,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand-xl > .nav-tabs,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand > .nav-tabs,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .dashboard-login-tabs [class*=-local-tasks] .navbar-expand > .nav-tabs,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #F5F5F9;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #146199;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0b3655;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .js-pager__items .pager__item .button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #146199;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0e446c;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00AA5A;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #00773f;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #F7AB4C;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #f5941b;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 171, 76, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #A80519;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #760412;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #F5F5F9;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #d5d5e6;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 249, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #585858;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #3f3f3f;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #146199;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: #0e446c;
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 97, 153, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-teal {
  color: #fff;
  background-color: #00937E;
}
a.badge-teal:hover, a.badge-teal:focus {
  color: #fff;
  background-color: #006052;
}
a.badge-teal:focus, a.badge-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 147, 126, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #9343BF;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #fff;
  background-color: #76359a;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(147, 67, 191, 0.5);
}

.badge-orange {
  color: #fff;
  background-color: #F26825;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #fff;
  background-color: #d74f0d;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 104, 37, 0.5);
}

.badge-lime {
  color: #212529;
  background-color: #80BE41;
}
a.badge-lime:hover, a.badge-lime:focus {
  color: #212529;
  background-color: #669834;
}
a.badge-lime:focus, a.badge-lime.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 190, 65, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #00AA5A;
}
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: #00773f;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 90, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #A80519;
}
a.badge-red:hover, a.badge-red:focus {
  color: #fff;
  background-color: #760412;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(168, 5, 25, 0.5);
}

.badge-yellow {
  color: #212529;
  background-color: #F7AB4C;
}
a.badge-yellow:hover, a.badge-yellow:focus {
  color: #212529;
  background-color: #f5941b;
}
a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 171, 76, 0.5);
}

.badge-sdg {
  color: #fff;
  background-color: #BF8B2E;
}
a.badge-sdg:hover, a.badge-sdg:focus {
  color: #fff;
  background-color: #966d24;
}
a.badge-sdg:focus, a.badge-sdg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 139, 46, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0a3250;
  background-color: #d0dfeb;
  border-color: #bdd3e2;
}
.alert-primary hr {
  border-top-color: #abc7da;
}
.alert-primary .alert-link {
  color: #041623;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #00582f;
  background-color: #cceede;
  border-color: #b8e7d1;
}
.alert-success hr {
  border-top-color: #a5e1c5;
}
.alert-success .alert-link {
  color: #002514;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #805928;
  background-color: #fdeedb;
  border-color: #fde7cd;
}
.alert-warning hr {
  border-top-color: #fcdbb4;
}
.alert-warning .alert-link {
  color: #593e1c;
}

.alert-danger {
  color: #57030d;
  background-color: #eecdd1;
  border-color: #e7b9bf;
}
.alert-danger hr {
  border-top-color: #e0a6ae;
}
.alert-danger .alert-link {
  color: #260106;
}

.alert-light {
  color: #7f7f81;
  background-color: #fdfdfe;
  border-color: #fcfcfd;
}
.alert-light hr {
  border-top-color: #ededf3;
}
.alert-light .alert-link {
  color: #666667;
}

.alert-dark {
  color: #2e2e2e;
  background-color: #dedede;
  border-color: #d0d0d0;
}
.alert-dark hr {
  border-top-color: #c3c3c3;
}
.alert-dark .alert-link {
  color: #151515;
}

.alert-blue {
  color: #0a3250;
  background-color: #d0dfeb;
  border-color: #bdd3e2;
}
.alert-blue hr {
  border-top-color: #abc7da;
}
.alert-blue .alert-link {
  color: #041623;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-teal {
  color: #004c42;
  background-color: #cce9e5;
  border-color: #b8e1db;
}
.alert-teal hr {
  border-top-color: #a6d9d2;
}
.alert-teal .alert-link {
  color: #001916;
}

.alert-purple {
  color: #4c2363;
  background-color: #e9d9f2;
  border-color: #e1caed;
}
.alert-purple hr {
  border-top-color: #d6b7e7;
}
.alert-purple .alert-link {
  color: #2f163d;
}

.alert-orange {
  color: #7e3613;
  background-color: #fce1d3;
  border-color: #fbd5c2;
}
.alert-orange hr {
  border-top-color: #f9c5aa;
}
.alert-orange .alert-link {
  color: #52230c;
}

.alert-lime {
  color: #436322;
  background-color: #e6f2d9;
  border-color: #dbedca;
}
.alert-lime hr {
  border-top-color: #cee7b7;
}
.alert-lime .alert-link {
  color: #293d15;
}

.alert-green {
  color: #00582f;
  background-color: #cceede;
  border-color: #b8e7d1;
}
.alert-green hr {
  border-top-color: #a5e1c5;
}
.alert-green .alert-link {
  color: #002514;
}

.alert-red {
  color: #57030d;
  background-color: #eecdd1;
  border-color: #e7b9bf;
}
.alert-red hr {
  border-top-color: #e0a6ae;
}
.alert-red .alert-link {
  color: #260106;
}

.alert-yellow {
  color: #805928;
  background-color: #fdeedb;
  border-color: #fde7cd;
}
.alert-yellow hr {
  border-top-color: #fcdbb4;
}
.alert-yellow .alert-link {
  color: #593e1c;
}

.alert-sdg {
  color: #634818;
  background-color: #f2e8d5;
  border-color: #eddfc4;
}
.alert-sdg hr {
  border-top-color: #e7d4b0;
}
.alert-sdg .alert-link {
  color: #3a2a0e;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #146199;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #585858;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #585858;
  text-decoration: none;
  background-color: #F5F5F9;
}
.list-group-item-action:active {
  color: #585858;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #146199;
  border-color: #146199;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #0a3250;
  background-color: #bdd3e2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0a3250;
  background-color: #abc7da;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0a3250;
  border-color: #0a3250;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #00582f;
  background-color: #b8e7d1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #00582f;
  background-color: #a5e1c5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #00582f;
  border-color: #00582f;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #805928;
  background-color: #fde7cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #805928;
  background-color: #fcdbb4;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #805928;
  border-color: #805928;
}

.list-group-item-danger {
  color: #57030d;
  background-color: #e7b9bf;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #57030d;
  background-color: #e0a6ae;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #57030d;
  border-color: #57030d;
}

.list-group-item-light {
  color: #7f7f81;
  background-color: #fcfcfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7f7f81;
  background-color: #ededf3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f81;
  border-color: #7f7f81;
}

.list-group-item-dark {
  color: #2e2e2e;
  background-color: #d0d0d0;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2e2e2e;
  background-color: #c3c3c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.list-group-item-blue {
  color: #0a3250;
  background-color: #bdd3e2;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #0a3250;
  background-color: #abc7da;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0a3250;
  border-color: #0a3250;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-teal {
  color: #004c42;
  background-color: #b8e1db;
}
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #004c42;
  background-color: #a6d9d2;
}
.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #004c42;
  border-color: #004c42;
}

.list-group-item-purple {
  color: #4c2363;
  background-color: #e1caed;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #4c2363;
  background-color: #d6b7e7;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #4c2363;
  border-color: #4c2363;
}

.list-group-item-orange {
  color: #7e3613;
  background-color: #fbd5c2;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #7e3613;
  background-color: #f9c5aa;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #7e3613;
  border-color: #7e3613;
}

.list-group-item-lime {
  color: #436322;
  background-color: #dbedca;
}
.list-group-item-lime.list-group-item-action:hover, .list-group-item-lime.list-group-item-action:focus {
  color: #436322;
  background-color: #cee7b7;
}
.list-group-item-lime.list-group-item-action.active {
  color: #fff;
  background-color: #436322;
  border-color: #436322;
}

.list-group-item-green {
  color: #00582f;
  background-color: #b8e7d1;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #00582f;
  background-color: #a5e1c5;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #00582f;
  border-color: #00582f;
}

.list-group-item-red {
  color: #57030d;
  background-color: #e7b9bf;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #57030d;
  background-color: #e0a6ae;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #57030d;
  border-color: #57030d;
}

.list-group-item-yellow {
  color: #805928;
  background-color: #fde7cd;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #805928;
  background-color: #fcdbb4;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #805928;
  border-color: #805928;
}

.list-group-item-sdg {
  color: #634818;
  background-color: #eddfc4;
}
.list-group-item-sdg.list-group-item-action:hover, .list-group-item-sdg.list-group-item-action:focus {
  color: #634818;
  background-color: #e7d4b0;
}
.list-group-item-sdg.list-group-item-action.active {
  color: #fff;
  background-color: #634818;
  border-color: #634818;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #fff;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #fff;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
}

.tooltip-inner {
  max-width: 350px;
  padding: 0 0;
  color: #fff;
  text-align: center;
  background-color: #fff;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #585858;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #146199 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0e446c !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #00AA5A !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00773f !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #F7AB4C !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f5941b !important;
}

.bg-danger {
  background-color: #A80519 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #760412 !important;
}

.bg-light {
  background-color: #F5F5F9 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d5d5e6 !important;
}

.bg-dark {
  background-color: #585858 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #3f3f3f !important;
}

.bg-blue {
  background-color: #146199 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0e446c !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-teal {
  background-color: #00937E !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #006052 !important;
}

.bg-purple {
  background-color: #9343BF !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #76359a !important;
}

.bg-orange {
  background-color: #F26825 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #d74f0d !important;
}

.bg-lime {
  background-color: #80BE41 !important;
}

a.bg-lime:hover, a.bg-lime:focus,
button.bg-lime:hover,
button.bg-lime:focus {
  background-color: #669834 !important;
}

.bg-green {
  background-color: #00AA5A !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #00773f !important;
}

.bg-red {
  background-color: #A80519 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #760412 !important;
}

.bg-yellow {
  background-color: #F7AB4C !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #f5941b !important;
}

.bg-sdg {
  background-color: #BF8B2E !important;
}

a.bg-sdg:hover, a.bg-sdg:focus,
button.bg-sdg:hover,
button.bg-sdg:focus {
  background-color: #966d24 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #146199 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #00AA5A !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #F7AB4C !important;
}

.border-danger {
  border-color: #A80519 !important;
}

.border-light {
  border-color: #F5F5F9 !important;
}

.border-dark {
  border-color: #585858 !important;
}

.border-blue {
  border-color: #146199 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-teal {
  border-color: #00937E !important;
}

.border-purple {
  border-color: #9343BF !important;
}

.border-orange {
  border-color: #F26825 !important;
}

.border-lime {
  border-color: #80BE41 !important;
}

.border-green {
  border-color: #00AA5A !important;
}

.border-red {
  border-color: #A80519 !important;
}

.border-yellow {
  border-color: #F7AB4C !important;
}

.border-sdg {
  border-color: #BF8B2E !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .icc-policy__field-adoption-year,
.icc-policy__field-development-year,
.icc-policy__field-ended-year,
.icc-policy__field-implementation-start-year, .icc-resource--full .events-date .icc-events__field-icc-start-date,
.icc-resource--full .events-date .icc-webinar__field-icc-start-date,
.icc-resource--full .events-date .icc-events__field-icc-end-date,
.icc-resource--full .events-date .icc-webinar__field-icc-end-date,
.icc-resource--full .events-date .icc-project__field-icc-start-date,
.icc-resource--full .events-date .icc-project__field-icc-end-date,
.icc-policy--full .events-date .icc-events__field-icc-start-date,
.icc-policy--full .events-date .icc-webinar__field-icc-start-date,
.icc-policy--full .events-date .icc-events__field-icc-end-date,
.icc-policy--full .events-date .icc-webinar__field-icc-end-date,
.icc-policy--full .events-date .icc-project__field-icc-start-date,
.icc-policy--full .events-date .icc-project__field-icc-end-date,
.icc-project--full .events-date .icc-events__field-icc-start-date,
.icc-project--full .events-date .icc-webinar__field-icc-start-date,
.icc-project--full .events-date .icc-events__field-icc-end-date,
.icc-project--full .events-date .icc-webinar__field-icc-end-date,
.icc-project--full .events-date .icc-project__field-icc-start-date,
.icc-project--full .events-date .icc-project__field-icc-end-date,
.icc-events--full .events-date .icc-events__field-icc-start-date,
.icc-events--full .events-date .icc-webinar__field-icc-start-date,
.icc-events--full .events-date .icc-events__field-icc-end-date,
.icc-events--full .events-date .icc-webinar__field-icc-end-date,
.icc-events--full .events-date .icc-project__field-icc-start-date,
.icc-events--full .events-date .icc-project__field-icc-end-date,
.icc-webinar--full .events-date .icc-events__field-icc-start-date,
.icc-webinar--full .events-date .icc-webinar__field-icc-start-date,
.icc-webinar--full .events-date .icc-events__field-icc-end-date,
.icc-webinar--full .events-date .icc-webinar__field-icc-end-date,
.icc-webinar--full .events-date .icc-project__field-icc-start-date,
.icc-webinar--full .events-date .icc-project__field-icc-end-date,
.icc-casestudy--full .events-date .icc-events__field-icc-start-date,
.icc-casestudy--full .events-date .icc-webinar__field-icc-start-date,
.icc-casestudy--full .events-date .icc-events__field-icc-end-date,
.icc-casestudy--full .events-date .icc-webinar__field-icc-end-date,
.icc-casestudy--full .events-date .icc-project__field-icc-start-date,
.icc-casestudy--full .events-date .icc-project__field-icc-end-date,
.icc-organisation--full .events-date .icc-events__field-icc-start-date,
.icc-organisation--full .events-date .icc-webinar__field-icc-start-date,
.icc-organisation--full .events-date .icc-events__field-icc-end-date,
.icc-organisation--full .events-date .icc-webinar__field-icc-end-date,
.icc-organisation--full .events-date .icc-project__field-icc-start-date,
.icc-organisation--full .events-date .icc-project__field-icc-end-date,
.icc-new--full .events-date .icc-events__field-icc-start-date,
.icc-new--full .events-date .icc-webinar__field-icc-start-date,
.icc-new--full .events-date .icc-events__field-icc-end-date,
.icc-new--full .events-date .icc-webinar__field-icc-end-date,
.icc-new--full .events-date .icc-project__field-icc-start-date,
.icc-new--full .events-date .icc-project__field-icc-end-date {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse, .presentation.image-right > .row {
  flex-direction: row-reverse !important;
}

.flex-column-reverse, .icc-policy__field-adoption-year,
.icc-policy__field-development-year,
.icc-policy__field-ended-year,
.icc-policy__field-implementation-start-year, .icc-resource--full .events-date .icc-events__field-icc-start-date,
.icc-resource--full .events-date .icc-webinar__field-icc-start-date,
.icc-resource--full .events-date .icc-events__field-icc-end-date,
.icc-resource--full .events-date .icc-webinar__field-icc-end-date,
.icc-resource--full .events-date .icc-project__field-icc-start-date,
.icc-resource--full .events-date .icc-project__field-icc-end-date,
.icc-policy--full .events-date .icc-events__field-icc-start-date,
.icc-policy--full .events-date .icc-webinar__field-icc-start-date,
.icc-policy--full .events-date .icc-events__field-icc-end-date,
.icc-policy--full .events-date .icc-webinar__field-icc-end-date,
.icc-policy--full .events-date .icc-project__field-icc-start-date,
.icc-policy--full .events-date .icc-project__field-icc-end-date,
.icc-project--full .events-date .icc-events__field-icc-start-date,
.icc-project--full .events-date .icc-webinar__field-icc-start-date,
.icc-project--full .events-date .icc-events__field-icc-end-date,
.icc-project--full .events-date .icc-webinar__field-icc-end-date,
.icc-project--full .events-date .icc-project__field-icc-start-date,
.icc-project--full .events-date .icc-project__field-icc-end-date,
.icc-events--full .events-date .icc-events__field-icc-start-date,
.icc-events--full .events-date .icc-webinar__field-icc-start-date,
.icc-events--full .events-date .icc-events__field-icc-end-date,
.icc-events--full .events-date .icc-webinar__field-icc-end-date,
.icc-events--full .events-date .icc-project__field-icc-start-date,
.icc-events--full .events-date .icc-project__field-icc-end-date,
.icc-webinar--full .events-date .icc-events__field-icc-start-date,
.icc-webinar--full .events-date .icc-webinar__field-icc-start-date,
.icc-webinar--full .events-date .icc-events__field-icc-end-date,
.icc-webinar--full .events-date .icc-webinar__field-icc-end-date,
.icc-webinar--full .events-date .icc-project__field-icc-start-date,
.icc-webinar--full .events-date .icc-project__field-icc-end-date,
.icc-casestudy--full .events-date .icc-events__field-icc-start-date,
.icc-casestudy--full .events-date .icc-webinar__field-icc-start-date,
.icc-casestudy--full .events-date .icc-events__field-icc-end-date,
.icc-casestudy--full .events-date .icc-webinar__field-icc-end-date,
.icc-casestudy--full .events-date .icc-project__field-icc-start-date,
.icc-casestudy--full .events-date .icc-project__field-icc-end-date,
.icc-organisation--full .events-date .icc-events__field-icc-start-date,
.icc-organisation--full .events-date .icc-webinar__field-icc-start-date,
.icc-organisation--full .events-date .icc-events__field-icc-end-date,
.icc-organisation--full .events-date .icc-webinar__field-icc-end-date,
.icc-organisation--full .events-date .icc-project__field-icc-start-date,
.icc-organisation--full .events-date .icc-project__field-icc-end-date,
.icc-new--full .events-date .icc-events__field-icc-start-date,
.icc-new--full .events-date .icc-webinar__field-icc-start-date,
.icc-new--full .events-date .icc-events__field-icc-end-date,
.icc-new--full .events-date .icc-webinar__field-icc-end-date,
.icc-new--full .events-date .icc-project__field-icc-start-date,
.icc-new--full .events-date .icc-project__field-icc-end-date {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0, .st-module-002 .text-link,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .card-event-horizontal .card-event-date .card-event-date-inner .event-date, .card-event .card-event-date .card-event-date-inner .event-date, .cta-box-with-image .content h2, .cta-box-sign-up .content h2, .cta-box .content h2, .cta-share-contribution .content h2, .gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action h2, .card-organisation .meta-data-list li .label, .card-user-compact-collapse .meta-data-list li .label, .card-user-compact .meta-data-list li .label, .card-user .meta-data-list li .label, .card-knowledge-item-horizontal-compact .meta-data-list li .label, .card-knowledge-item-horizontal .meta-data-list li .label, .card-news .card-event-date .card-event-date-inner .event-date, .background .content h2, .presentation-stats .presentation-stats-item h3, .features .feature h3, .section-title h2 {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #146199 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0b3655 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #00AA5A !important;
}

a.text-success:hover, a.text-success:focus {
  color: #005e32 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #F7AB4C !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ec880b !important;
}

.text-danger {
  color: #A80519 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #5e030e !important;
}

.text-light {
  color: #F5F5F9 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c5c5dc !important;
}

.text-dark {
  color: #585858 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #323232 !important;
}

.text-blue {
  color: #146199 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #0b3655 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-teal {
  color: #00937E !important;
}

a.text-teal:hover, a.text-teal:focus {
  color: #00473c !important;
}

.text-purple {
  color: #9343BF !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #682e87 !important;
}

.text-orange {
  color: #F26825 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #bf460b !important;
}

.text-lime {
  color: #80BE41 !important;
}

a.text-lime:hover, a.text-lime:focus {
  color: #5a852e !important;
}

.text-green {
  color: #00AA5A !important;
}

a.text-green:hover, a.text-green:focus {
  color: #005e32 !important;
}

.text-red {
  color: #A80519 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #5e030e !important;
}

.text-yellow {
  color: #F7AB4C !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #ec880b !important;
}

.text-sdg {
  color: #BF8B2E !important;
}

a.text-sdg:hover, a.text-sdg:focus {
  color: #815e1f !important;
}

.text-body {
  color: #585858 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.letter-spacing {
  letter-spacing: 0.05em;
}

.font-weight-medium {
  font-weight: 600;
}

.h-1x, .card-user-compact-collapse .user-details li a, .card-user-compact .user-details li a, .card-user .user-details li a {
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-decoration: none;
  -webkit-line-clamp: 1;
}

.h-2x {
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-decoration: none;
  -webkit-line-clamp: 2;
}

.h-3x {
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-decoration: none;
  -webkit-line-clamp: 3;
}

.ajax-throbber.sk-wave .sk-rect {
  background-color: #146199 !important;
}

.ajax-throbber.sk-double-bounce .sk-child {
  background-color: #146199 !important;
}

.bg-teal-gradient, .feature-icon .icon .icon-wrapper, .gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action, .block--oneplanetnetwork .nav .nav-item .nav-link, .value-chain-icon .icon {
  background: #80be41;
  background: linear-gradient(140deg, #80be41 0%, #14937e 50%, #14609a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
}

.bg-blue-gradient, .cta-share-contribution.bg-blue-gradient, .cta-share-contribution.navbar-programme.navbar-programme-blue, body.term-icc_programmes.term-112 .gallery .gallery-item.gallery-item-call-to-action.cta-blue, .gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action.cta-blue, .section-sustainable-tourism-programme .cta-share-contribution, .navbar-programme.navbar-programme-blue {
  background: #0161ae;
  background: linear-gradient(140deg, #419bc3 0%, #0161ae 50%, #092b84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
}

.bg-yellow-gradient, body.term-icc_programmes.term-107 .gallery .gallery-item.gallery-item-call-to-action.cta-blue, .section-sustainable-buildings-construction-programme .cta-share-contribution, .navbar-programme.navbar-programme-yellow {
  background: #f7ab4c;
  background: linear-gradient(140deg, #fae350 0%, #f7ab4c 50%, #ef7648 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
}

.bg-purple-gradient, body.term-icc_programmes.term-111 .gallery .gallery-item.gallery-item-call-to-action.cta-blue, .section-sustainable-public-procurement-programme .cta-share-contribution, .navbar-programme.navbar-programme-purple {
  background: #9343bf;
  background: linear-gradient(140deg, #d94ed3 0%, #9343bf 50%, #46216a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
}

.bg-red-gradient, body.term-icc_programmes.term-109 .gallery .gallery-item.gallery-item-call-to-action.cta-blue, .section-sustainable-food-systems-programme .cta-share-contribution, .navbar-programme.navbar-programme-red {
  background: #a80519;
  background: linear-gradient(140deg, #ff001f 0%, #a80019 50%, #680424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
}

.bg-green-gradient, body.term-icc_programmes.term-108 .gallery .gallery-item.gallery-item-call-to-action.cta-blue, .section-consumer-information-scp-programme .cta-share-contribution, .navbar-programme.navbar-programme-green {
  background: #00aa5a;
  background: linear-gradient(140deg, #77bc3d 0%, #00aa5a 50%, #005830 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
}

.bg-orange-gradient, body.term-icc_programmes.term-110 .gallery .gallery-item.gallery-item-call-to-action.cta-blue, .gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action.cta-orangee, .section-sustainable-lifestyles-education-programme .cta-share-contribution, .navbar-programme.navbar-programme-orange {
  background: #f26825;
  background: linear-gradient(140deg, #ffa648 0%, #f26825 50%, #f34a1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bg-wave-01 {
  position: relative;
  overflow: hidden;
}
.bg-wave-01:after {
  content: "";
  position: absolute;
  background-image: url("/themes/custom/onet/assets/images/bg-wave-01.svg");
  background-repeat: no-repeat;
  background-position: 0;
  top: 0;
  background-size: contain;
  width: 400px;
  height: 100%;
  left: 0;
  bottom: 0;
}

.block--config-pages-sdg-12-hub-logo .navbar-brand {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.responsible-for {
  display: flex;
  align-items: end;
  padding: 30px;
}

.icc-organisation__field-icc-sdgs-12-target {
  margin-left: auto;
}
.icc-organisation__field-icc-sdgs-12-target h3 {
  font-size: 0.875rem;
  text-align: right;
}
.icc-organisation__field-icc-sdgs-12-target .field-items-sdg-labels {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
.icc-organisation__field-icc-sdgs-12-target .field-items-sdg-labels li {
  display: inline-block;
  margin-bottom: 7px;
}
.icc-organisation__field-icc-sdgs-12-target .field-items-sdg-labels li a {
  background-color: #BF8B2E;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: none;
}
.icc-organisation__field-icc-sdgs-12-target .field-items-sdg-labels li a:hover {
  background-color: #146199;
}

.border-color-top-body {
  border-top: 1px solid #585858;
}

.teaser-label {
  border-bottom: 1px solid #f2e2c7;
  color: #BF8B2E;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 0.875rem;
}

.item-list {
  margin-top: 1rem;
}
.item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-list ul li .file-list-item {
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  align-items: center;
  border-bottom: 1px dashed #f2e2c7;
}
.item-list ul li .file-list-item .btn, .item-list ul li .file-list-item .js-pager__items .pager__item .button, .js-pager__items .pager__item .item-list ul li .file-list-item .button {
  margin-left: auto;
}
.item-list ul li .file-list-item h3 {
  font-size: 0.875rem;
  color: #585858;
}
.card-sdg-vertical .item-list, .card-sdg-vertical .teaser-label, .card-sdg-vertical .btn-report, .card-sdg-vertical .members {
  display: none;
}

.btn-language {
  margin-left: auto;
  border: 0;
  background-color: transparent;
}
.btn-language .selected-language {
  font-size: 0.85rem;
  color: #585858;
  margin-left: 5px;
}

.language-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
  column-count: 2;
}
.language-list li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.language-list li a span {
  height: 16px;
  width: 32px;
  margin-right: 5px;
}

.search-filters-sdg .custom-select {
  border: 2px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg stroke-linecap='square' stroke-width='2' fill='none' stroke='%23ffffff' stroke-miterlimit='10'%3E%3Cpath d='M12 7v10M17 12H7'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-color: rgba(0, 0, 0, 0);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right;
}
.search-filters-sdg .custom-select option {
  color: #585858;
}
.search-filters-sdg .custom-select option:first-child {
  display: none;
}

.dashboard-login-tabs [class*=-local-tasks] {
  background-color: #fff;
  margin: 0 !important;
  border: 0;
  justify-content: center;
  border-bottom: 1px solid #585858;
}
.dashboard-login-tabs [class*=-local-tasks] .nav-tabs {
  display: flex;
  flex-direction: row;
  width: auto;
  margin: auto;
  margin-bottom: 0 !important;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  justify-content: center;
}
.dashboard-login-tabs [class*=-local-tasks] .nav-tabs .nav-item {
  margin: 0;
}
.dashboard-login-tabs [class*=-local-tasks] .nav-tabs .nav-item .nav-link {
  color: #585858;
  padding: 1rem 1.5rem;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
}
.dashboard-login-tabs [class*=-local-tasks] .nav-tabs .nav-item .nav-link.active {
  background-color: #F5F5F9;
}
.dashboard-login-tabs [class*=-local-tasks] .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
  background-color: #00937E;
}

[class*=rising] {
  transition: all 0.2s;
  transition-delay: 0s;
  transition-delay: 0s;
}
[class*=rising]:hover {
  transform: translate(0, -10px);
  position: relative;
  z-index: 50;
}

.statistics-summary {
  border-bottom: 3px solid #146199;
  height: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
.statistics-summary .field__label {
  text-transform: uppercase;
  font-weight: 500;
}
.statistics-summary .field__item {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
}
.statistics-summary .year-wrapper .year {
  background-color: rgba(255, 255, 255, 0.2);
  display: inline;
  border-radius: 150px;
  font-size: 0.725rem;
  padding: 2px 6px;
}

.value-chain-icon {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.value-chain-icon .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.value-chain-icon .icon > div {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value-chain-icon .icon img {
  width: 30px;
  height: 30px;
}
.value-chain-icon .name {
  margin-left: 10px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}

.icc-sdgs-12-target__field-related-sdgs {
  display: flex;
}

.related-sdg .icon {
  height: 120px;
  width: 120px;
}
.related-sdg .name {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  text-align: center;
}

.navbar-sidebar {
  flex-direction: column;
}
.navbar-sidebar .nav-item .nav-link {
  color: #585858;
  text-transform: uppercase;
  border-bottom: 1px solid #dee2e6;
  letter-spacing: 1px;
  padding: 1rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.navbar-sidebar .nav-item .nav-link:hover {
  background-color: #F5F5F9;
}
.navbar-sidebar .nav-item .nav-link.is-active {
  background-color: #146199;
  color: #fff;
}

.arrow-left {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}
.arrow-left:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #146199;
  top: 50%;
  transition: width 0.2s ease-out;
}
.arrow-left:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #146199;
  border-right: 2px solid #146199;
  transform: rotate(-135deg);
  top: calc(50% - 5px);
  position: absolute;
  left: 1px;
}

.back-link {
  display: flex;
  font-size: 1rem;
  color: #146199;
  font-weight: normal;
}
.back-link a {
  margin-left: 10px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #F5F5F9;
}
.table-striped th, .table-striped td {
  border-top: none;
}
.table-striped td {
  border-left: 1px solid #fff;
}
.table-striped thead th {
  border-bottom: 2px solid #585858;
}

article {
  counter-reset: footnotes;
}

/**
 * Inline footnotes references
 * 1. Increment the counter at each new reference
 * 2. Reset link styles to make it appear like regular text
 */
[aria-label=footnote-label] {
  counter-increment: footnotes;
  /* 1 */
  text-decoration: none;
  /* 2 */
  color: inherit;
  /* 2 */
  cursor: default;
  /* 2 */
  outline: none;
  /* 2 */
}

/**
 * Actual numbered references
 * 1. Display the current state of the counter (e.g. `[1]`)
 * 2. Align text as superscript
 * 3. Make the number smaller (since it's superscript)
 * 4. Slightly offset the number from the text
 * 5. Reset link styles on the number to show it's usable
 */
[aria-label=footnote-label]::after {
  content: "[" counter(footnotes) "]";
  /* 1 */
  vertical-align: super;
  /* 2 */
  font-size: 0.5em;
  /* 3 */
  margin-left: 2px;
  /* 4 */
  color: #146199;
  /* 5 */
  font-weight: 600;
  text-decoration: underline;
  /* 5 */
  cursor: pointer;
  /* 5 */
}

/**
 * Resetting the default focused styles on the number
 */
[aria-label=footnote-label]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

/**
 * Highlight target note
 */
footer :target {
  background: yellow;
}

.form-item-sort-by,
.js-form-item-sort-order {
  display: none;
}

.alert.alert-danger {
  display: none;
}

.full-indicator [id*=views-bootstrap-user-members-block-user-members-custodian-agency-] {
  margin-top: 30px;
}
.full-indicator [id*=views-bootstrap-user-members-block-user-members-custodian-agency-] .card-user {
  border-bottom-color: #585858;
}
.full-indicator [id*=views-bootstrap-user-members-block-user-members-custodian-agency-] .card-user a {
  color: #585858;
}
.full-indicator [id*=views-bootstrap-user-members-block-user-members-custodian-agency-] .card-user .card-details {
  display: none;
}

.delay-2 {
  transition-delay: 200ms;
}

.scale-up {
  transform: scale(0.9);
  transition: transform 1.2s cubic-bezier(0.34, 0.41, 0.03, 1);
  transition-delay: 0s;
}
.scale-up.in-view {
  transform: scale(1);
}

.left-right {
  opacity: 0;
  transform: translateX(-100px);
  transition: transform 1.2s cubic-bezier(0.34, 0.41, 0.03, 1), opacity 1.2s cubic-bezier(0.34, 0.41, 0.03, 1);
}
.left-right.in-view {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.opacity-only {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.34, 0.41, 0.03, 1);
  transition-delay: 0s;
}
.opacity-only.in-view {
  opacity: 1;
  transform: translateX(0);
}

.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.34, 0.41, 0.03, 1);
  transition-delay: 0s;
}

.lazyloaded {
  opacity: 1;
  transform: translateX(0);
}

.webform-submission-form label {
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #585858;
}
.webform-submission-form .form-control:focus {
  border: 2px solid #146199;
  box-shadow: 0 0 1rem 0 rgba(88, 88, 88, 0.25);
}

.lead.text-objective {
  font-weight: 500;
}

.masonry-layout-content-news-stories,
.masonry-layout-content-global-news-events {
  margin-left: -30px;
  margin-right: -30px;
}
.masonry-layout-content-news-stories .masonry-item,
.masonry-layout-content-global-news-events .masonry-item {
  width: calc(33% - 30px);
  margin-bottom: 30px;
}

.gtpi-name {
  display: inline-block;
  font-size: 0.75rem;
  background-color: #585858;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.5rem;
}

.meta-data-list-item-buttons {
  margin-bottom: 15px;
}
.meta-data-list-item-buttons .field-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
  font-size: 0.825rem;
  margin-bottom: 10px;
}
.meta-data-list-item-buttons .field-items .field-item-tag {
  background-color: #F5F5F9;
  border-radius: 150px;
  display: inline-flex;
  font-size: 0.875rem;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(88, 88, 88, 0.2);
}

.field-purpose-objective {
  padding-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
  font-style: italic;
}

.field-body-of-text img {
  max-width: 100%;
  height: auto;
}

.supporting-document {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 10px;
  padding-top: 10px;
  flex-direction: row;
  align-items: center;
}
.supporting-document svg {
  flex-shrink: 0;
  margin-right: 10px;
}
.supporting-document a {
  font-size: 0.875rem;
  color: #585858;
}
.supporting-document .file-size {
  font-size: 0.725rem;
  color: rgba(88, 88, 88, 0.5);
  margin-left: 5px;
}
.supporting-document .document__language {
  background-color: rgba(88, 88, 88, 0.5);
  font-size: 0.725rem;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 5px;
  padding: 0 0.25rem;
}

.actors-involved-item {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.actors-involved-item a {
  font-size: 0.875rem;
  color: #585858;
  text-decoration: underline;
}
.actors-involved-item .tag {
  background-color: rgba(88, 88, 88, 0.5);
  font-size: 0.725rem;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 5px;
  padding: 0 0.25rem;
}

.image__field-photo-credit {
  margin-top: 5px;
  display: flex;
  justify-content: end;
  font-style: italic;
  font-size: 0.8rem;
}

.ui-dialog #drupal-off-canvas {
  width: auto !important;
}
.ui-dialog #drupal-off-canvas form.layout-builder-configure-section .js-form-wrapper.form-wrapper .fieldgroup {
  width: 100% !important;
}
.ui-dialog #drupal-off-canvas input[type=submit].button--primary {
  color: white !important;
}

.facets-widget-glossaryaz .nav-scroller {
  background-color: transparent !important;
}
.facets-widget-glossaryaz .nav-scroller .nav-scroller-nav {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  overflow-x: unset !important;
}
.facets-widget-glossaryaz .nav-scroller .nav-scroller-nav::-webkit-scrollbar {
  display: none;
}
.facets-widget-glossaryaz .nav-scroller .nav-scroller-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: 0;
}
.facets-widget-glossaryaz .nav-scroller .nav-scroller-btn svg {
  vertical-align: unset;
  width: 20px;
  height: 20px;
}

.items-per-page .bef-select-as-radios {
  margin-left: 1rem;
}
.items-per-page .bef-select-as-radios legend {
  display: none;
}
.items-per-page .bef-select-as-radios .fieldset-wrapper {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.items-per-page .bef-select-as-radios .fieldset-wrapper .form-check {
  padding: 0;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.items-per-page .bef-select-as-radios .fieldset-wrapper .form-check .form-check-input {
  display: none;
}
.items-per-page .bef-select-as-radios .fieldset-wrapper .form-check:not(:last-child)::after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}
.items-per-page .bef-select-as-radios .fieldset-wrapper label {
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: #585858;
}
.items-per-page .bef-select-as-radios .fieldset-wrapper input:checked + label {
  background-color: transparent;
  color: #146199;
  font-weight: 600;
}

.dropdown-resource .icc-resource__field-document .field__item {
  margin-right: 20px;
  margin-left: 20px;
}

.toolbar-tray-open .sticky-container {
  overflow: unset !important;
}
.toolbar-tray-open .page-wrapper {
  overflow-x: hidden !important;
}

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

/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("/themes/custom/onet/src/fonts/roboto-v27-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300italic.woff2") format("woff2"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300italic.woff") format("woff"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300italic.ttf") format("truetype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/themes/custom/onet/src/fonts/roboto-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300.woff2") format("woff2"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300.woff") format("woff"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300.ttf") format("truetype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/onet/src/fonts/roboto-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/custom/onet/src/fonts/roboto-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-regular.woff") format("woff"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-regular.ttf") format("truetype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("/themes/custom/onet/src/fonts/roboto-v27-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/custom/onet/src/fonts/roboto-v27-latin-italic.eot?#iefix") format("embedded-opentype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-italic.woff2") format("woff2"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-italic.woff") format("woff"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-italic.ttf") format("truetype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/custom/onet/src/fonts/roboto-v27-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500.woff2") format("woff2"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500.woff") format("woff"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500.ttf") format("truetype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("/themes/custom/onet/src/fonts/roboto-v27-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500italic.eot?#iefix") format("embedded-opentype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500italic.woff2") format("woff2"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500italic.woff") format("woff"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500italic.ttf") format("truetype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-500italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/onet/src/fonts/roboto-v27-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700.woff2") format("woff2"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700.woff") format("woff"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700.ttf") format("truetype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("/themes/custom/onet/src/fonts/roboto-v27-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700italic.woff2") format("woff2"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700italic.woff") format("woff"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700italic.ttf") format("truetype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("/themes/custom/onet/src/fonts/roboto-v27-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/custom/onet/src/fonts/roboto-v27-latin-900.eot?#iefix") format("embedded-opentype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-900.woff2") format("woff2"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-900.woff") format("woff"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-900.ttf") format("truetype"), url("/themes/custom/onet/src/fonts/roboto-v27-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
.toolbar-tray-open header.header-sticky {
  position: relative;
  transition: none;
}
.toolbar-tray-open .hero-sdg-single {
  padding-top: 0;
}
.toolbar-tray-open .hero-sdg-single .breadcrumb-wrapper {
  top: 0;
}
.toolbar-tray-open .sticky-container {
  overflow: hidden;
}
.toolbar-tray-open .page-wrapper {
  padding-top: 0px;
}

.page-wrapper {
  padding-top: 140px;
}
@media (max-width: 991.98px) {
  .page-wrapper {
    padding-top: 100px;
  }
}

.navbar-container {
  flex-direction: column;
}

.navbar-collapse {
  align-items: flex-end;
}

.menu-top {
  display: flex;
  width: 100%;
  background-color: #F5F5F9;
  position: relative;
}
.menu-top:after {
  content: "";
  background-color: #F5F5F9;
  position: absolute;
  width: 100%;
  right: -100%;
  bottom: 0;
  top: 0;
}
.menu-top:before {
  content: "";
  background-color: #F5F5F9;
  position: absolute;
  width: 100%;
  left: -100%;
  bottom: 0;
  top: 0;
}

.menu-main {
  display: flex;
  width: 100%;
  align-items: center;
}
.menu-main .menu-main-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 991.98px) {
  .menu-main .menu-main-wrapper {
    display: block;
  }
}

.block--onet-main-menu {
  margin-left: auto;
}
.block--onet-main-menu .nav-item .nav-link {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .block--onet-main-menu .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
.block--onet-main-menu .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 1rem 2rem;
  background-color: #146199;
}
.block--onet-main-menu .dropdown-menu:after {
  content: "";
  display: block;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-top-width: 0;
  border-bottom-width: 10px;
  border-top-color: transparent;
  border-bottom-color: #146199;
  top: -10px;
  bottom: auto;
}
@media (min-width: 992px) {
  .block--onet-main-menu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease;
    left: 50%;
    border: 0;
    transform: translateX(-50%) translateY(0) scale(0.97);
  }
}
.block--onet-main-menu .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.875rem;
  display: inline-block;
  border: 0;
  display: flex;
  align-items: center;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
}
.block--onet-main-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  background-size: 100% 1px;
}
.block--onet-main-menu .dropdown-menu .dropdown-item.active {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}

.block--secondarymenu {
  margin-left: auto;
}
.block--secondarymenu .nav-item .nav-link {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
  min-width: 100px;
  text-align: center;
}
.block--secondarymenu .nav-item .nav-link:hover {
  color: #146199;
}
@media (min-width: 768px) {
  .block--secondarymenu .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
.block--secondarymenu .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 1rem 2rem;
  background-color: #146199;
}
.block--secondarymenu .dropdown-menu:after {
  content: "";
  display: block;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-top-width: 0;
  border-bottom-width: 10px;
  border-top-color: transparent;
  border-bottom-color: #146199;
  top: -10px;
  bottom: auto;
}
@media (min-width: 992px) {
  .block--secondarymenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease;
    left: 50%;
    border: 0;
    transform: translateX(-50%) translateY(0) scale(0.97);
  }
}
.block--secondarymenu .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.875rem;
  display: inline-block;
  border: 0;
  display: flex;
  align-items: center;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
}
.block--secondarymenu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  background-size: 100% 1px;
}
.block--secondarymenu .dropdown-menu .dropdown-item.active {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}

.block--mainmenusdg12hub {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .block--mainmenusdg12hub .nav {
    flex-direction: column;
  }
}
.block--mainmenusdg12hub .nav-item .nav-link {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
}
.block--mainmenusdg12hub .nav-item .nav-link:not(.dropdown-toggle) {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
}
.block--mainmenusdg12hub .nav-item .nav-link:hover {
  text-decoration: none;
  background-size: 100% 2px;
  color: #BF8B2E;
}
.block--mainmenusdg12hub .nav-item.dropdown.show .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .block--mainmenusdg12hub .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
.block--mainmenusdg12hub .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 1rem 2rem;
  background-color: #585858;
}
.block--mainmenusdg12hub .dropdown-menu:after {
  content: "";
  display: block;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-top-width: 0;
  border-bottom-width: 10px;
  border-top-color: transparent;
  border-bottom-color: #585858;
  top: -10px;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .block--mainmenusdg12hub .dropdown-menu:after {
    content: none;
  }
}
@media (max-width: 991.98px) {
  .block--mainmenusdg12hub .dropdown-menu {
    box-shadow: none;
    padding: 0;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: static;
  }
}
@media (min-width: 992px) {
  .block--mainmenusdg12hub .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease;
    left: 50%;
    border: 0;
    transform: translateX(-50%) translateY(0) scale(0.97);
  }
}
.block--mainmenusdg12hub .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.875rem;
  display: inline-block;
  border: 0;
  display: flex;
  align-items: center;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
}
@media (max-width: 991.98px) {
  .block--mainmenusdg12hub .dropdown-menu .dropdown-item {
    padding: 0.5rem 0.6666666667rem;
  }
}
.block--mainmenusdg12hub .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  background-size: 100% 1px;
}
.block--mainmenusdg12hub .dropdown-menu .dropdown-item.active {
  text-decoration: none;
  background-color: transparent;
  color: #BF8B2E;
}

.block--sdg12hub .nav .nav-item .nav-link {
  color: #fff;
  background-color: #CF8D2A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
  min-width: 100px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.block--sdg12hub .nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 44px;
}
.block--sdg12hub .nav .nav-item .nav-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.745' height='14.486'%3E%3Cpath data-name='Path 50406' d='M26.268 1.503a7.578 7.578 0 00-5.712-1.4l-.114.026a8.313 8.313 0 00-5.067 3.326l-.035.045-.027.032a.182.182 0 00-.035.1.174.174 0 00.023.087l.049.081c.266.443.6 1.012.885 1.537l.007.016a.184.184 0 00.162.1.175.175 0 00.125-.051.638.638 0 00.038-.053c1.88-2.587 3.358-2.944 4.358-3.178l.12-.029a5.5 5.5 0 013.916 1 4.949 4.949 0 011.676 4.13c0 3.133-1.53 4.358-2.815 4.834a5.271 5.271 0 01-3.912-.257l-.086-.041c-1.093-.473-2.724-1.455-4.261-4.528C12.463 1.087 9.872.503 8.157.117L8.065.096a7.431 7.431 0 00-5.626 1.4A6.946 6.946 0 00-.002 7.267a6.762 6.762 0 001.422 4.545 6.939 6.939 0 006.956 2.393 6.678 6.678 0 002.73-1.262l.977.877a.162.162 0 00.224-.011.157.157 0 00.039-.106v-.013l.7-4.312V9.33a.156.156 0 00-.053-.115.146.146 0 00-.1-.039h-.03l-.046.005-4.151 1.156-.075.012a.149.149 0 00-.079.046.157.157 0 00.011.225l.049.044.93.836a4.35 4.35 0 01-1.523.642 4.862 4.862 0 01-4.855-1.565l-.023-.031a4.7 4.7 0 01-1-3.282 4.981 4.981 0 011.647-4.132 5.328 5.328 0 013.843-.986l.094.021c1.4.316 3.331.749 5.983 6.052a10.928 10.928 0 005.274 5.5 7.708 7.708 0 003.306.762 6.62 6.62 0 002.3-.406c1.258-.468 4.186-2.065 4.186-6.8a6.928 6.928 0 00-2.477-5.776' fill='%23fff'/%3E%3C/svg%3E");
  display: inline-block;
  width: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  margin-left: 1rem;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}

.block--oneplanetnetwork .nav .nav-item .nav-link {
  background-color: #585858;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
}

.block--onet-account-menu {
  margin-left: auto;
}
.block--onet-account-menu .nav-item .nav-link {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
  min-width: 100px;
  text-align: center;
}
.block--onet-account-menu .nav-item .nav-link:hover {
  color: #146199;
}
.block--onet-account-menu .nav-item:nth-child(2) .nav-link {
  background-color: #146199;
  color: #fff;
}
.block--onet-account-menu .nav-item:last-child .nav-link {
  background-color: #00937E;
  color: #fff;
}

.sticky-container {
  position: relative;
  z-index: 1040;
}
.sticky-container .navbar {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
  position: relative;
  z-index: 20;
}

.header-sticky {
  transition: all 0.4s;
  transition-delay: 0s;
  transform: translate(0, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background-color: #fff;
}
.header-sticky .block--onet-branding {
  display: flex;
  align-items: center;
}
.header-sticky[class*=-unpinned] {
  transform: translate(0, -105%);
}
.header-sticky[class*=-not-top][class*=-pinned] {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.nextgen-navigation-panel.active {
  opacity: 1;
  display: block;
  transform: translateX(0);
  transition: opacity 0.5s;
}

#nextgen-search {
  background: rgba(247, 247, 247, 0.85);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding-top: 100px;
  padding-bottom: 100px;
}

#nextgen-search {
  background: #F5F5F9;
}

.nextgen-navigation-panel {
  position: absolute;
  background: #F5F5F9;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 3px 6px rgba(10, 10, 10, 0.17);
  transform: translateX(-100%);
  opacity: 0;
  display: none;
  transition: opacity 0.5s, transform 0s 0.5s;
  overflow-x: hidden;
  max-height: calc(100vh - 73px);
  height: calc(100vh - 115px);
  z-index: 100;
}

.nextgen-navigation-panel.nextgen-is-visible > div {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s 0.25s, transform 0.5s 0.25s;
}

button.nextgen-icon {
  color: #167bbb;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  height: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}

button.nextgen-icon.nextgen-icon-language::before {
  background-image: url(/themes/custom/onet/assets/images/icon-translation.svg);
}

button.nextgen-icon.nextgen-icon-search::before {
  background-image: url(/themes/custom/onet/assets/images/icon-search.svg);
}

button.nextgen-icon.nextgen-icon-search.active::before {
  background-image: url(/themes/custom/onet/assets/images/icon-close.svg);
}

button.nextgen-icon::before {
  margin-left: 0.5rem;
}

button.nextgen-icon::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5rem;
  transform: translateY(4px);
}

button.nextgen-icon::before {
  width: 1.5rem;
  height: 1.5rem;
}

#nextgen-search input[type=search] {
  width: 100%;
  display: block;
  font-size: 1.25rem;
  background: rgba(254, 254, 254, 0);
  box-shadow: none;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #8a8a8a;
  background: url(/themes/custom/onet/assets/images/icon-search.svg) no-repeat center left;
  padding-left: 2rem;
  border-radius: 0;
}

#nextgen-search input[type=search] {
  font-size: 3.4375rem;
  height: 70px;
}

.hide {
  display: none !important;
}

.navbar.navbar-in-page-navigation {
  box-shadow: none;
  border-bottom: 1px solid #585858;
}
.navbar.navbar-in-page-navigation .navbar-nav {
  justify-content: center;
  width: 100%;
}
.navbar.navbar-in-page-navigation .navbar-nav .nav-item .nav-link {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem;
  height: 60px;
  line-height: 60px;
  padding: 0 2rem;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.page-footer .navbar-toggler {
  display: none;
}
.page-footer .brand-wrapper {
  display: flex;
  flex-direction: column;
}

.c-offcanvas {
  padding-top: 100px;
}
.c-offcanvas .nav {
  flex-direction: column;
}
.c-offcanvas .nav .nav-item .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #585858;
  font-weight: 500;
  padding: 5px 15px;
}
.c-offcanvas .nav .nav-item .nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
}
.c-offcanvas .nav .nav-item .nav-link.dropdown-toggle:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg stroke-width='2' fill='none' stroke='%23585858' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3.5,6.5 8,11 12.5,6.5 '%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  margin-left: auto;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  transition: all 0.1s linear;
}
.c-offcanvas .nav .nav-item .dropdown-menu.show {
  position: relative !important;
  transform: none !important;
  border: 0;
  background-color: #F5F5F9;
}
.c-offcanvas .nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  white-space: normal;
  padding: 5px 15px;
}
.c-offcanvas .nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #146199;
}
.c-offcanvas .nav .nav-item.show .nav-link:after {
  transform: rotate(90deg);
}
.c-offcanvas .menu-item-divider {
  border-bottom: 1px solid #dee2e6;
  margin: 15px 15px;
}
.c-offcanvas .nav-social {
  padding: 0 15px;
  margin-bottom: 60px;
}
.c-offcanvas .block--sdg12hub {
  padding: 0 15px;
}
.c-offcanvas .block--sdg12hub .nav .nav-item .nav-link {
  text-align: center;
  justify-content: center;
  color: #fff;
}
.c-offcanvas .block--sdg12hub .nav .nav-item .nav-link:before {
  right: 91px;
}
.c-offcanvas .nav-language,
.c-offcanvas .nav-close {
  padding: 0 15px;
}
.c-offcanvas .btn-language {
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
  width: 100%;
}
.c-offcanvas .nav-account {
  margin-top: 15px;
  padding: 0 15px;
}
.c-offcanvas .nav-account .nav-item .nav-link {
  text-align: center;
}
.c-offcanvas .nav-account .nav-item:first-child .nav-link {
  background-color: #146199;
  color: #fff;
  margin-bottom: 5px;
}
.c-offcanvas .nav-account .nav-item:last-child .nav-link {
  background-color: #00937E;
  color: #fff;
}

.modal {
  z-index: 2000;
}

.navbar-brand img {
  width: 200px;
  height: auto;
}

.target-indicator-item {
  font-size: 0.875rem;
}
.target-indicator-item .label-wrapper {
  border-bottom: 1px solid #f2e2c7;
  display: flex;
}
.target-indicator-item .label-wrapper .label {
  background-color: #f2e2c7;
  color: #BF8B2E;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  text-transform: uppercase;
}
.target-indicator-item .text {
  margin-top: 15px;
}

.border-bottom-lg {
  border-bottom: 2px solid transparent;
}

.navbar-level-one {
  justify-content: center;
  align-items: center;
  height: 60px;
}
.navbar-level-one .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.navbar-level-one .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .navbar-level-one .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
.navbar-level-one .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 1rem 2rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}
.navbar-level-one .dropdown-menu:after {
  content: "";
  display: block;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-top-width: 0;
  border-bottom-width: 10px;
  border-top-color: transparent;
  border-bottom-color: #fff;
  top: -10px;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .navbar-level-one .dropdown-menu:after {
    content: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-level-one .dropdown-menu {
    box-shadow: none;
    padding: 0;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: static;
  }
}
@media (min-width: 992px) {
  .navbar-level-one .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease;
    left: 50%;
    border: 0;
    transform: translateX(-50%) translateY(0) scale(0.97);
  }
}
.navbar-level-one .dropdown-menu .dropdown-item {
  color: #585858;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.875rem;
  border: 0;
  display: flex;
  align-items: center;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
}
@media (max-width: 991.98px) {
  .navbar-level-one .dropdown-menu .dropdown-item {
    padding: 0.5rem 0.6666666667rem;
  }
}
.navbar-level-one .dropdown-menu .dropdown-item.active, .navbar-level-one .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #146199;
  background-size: 100% 1px;
}
.navbar-level-one .dropdown-menu .dropdown-item:hover {
  color: #146199;
  background-color: transparent;
  text-decoration: none;
  background-size: 100% 1px;
}

.navbar-level-two {
  justify-content: center;
  align-items: center;
}
.navbar-level-two .nav-item .nav-link {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  height: 55px;
  display: flex;
  align-items: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.navbar-level-two .nav-item .nav-link:hover {
  background-color: #F5F5F9;
}
@media (min-width: 768px) {
  .navbar-level-two .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
.navbar-level-two .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 1rem 2rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}
.navbar-level-two .dropdown-menu:after {
  content: "";
  display: block;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-top-width: 0;
  border-bottom-width: 10px;
  border-top-color: transparent;
  border-bottom-color: #fff;
  top: -10px;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .navbar-level-two .dropdown-menu:after {
    content: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-level-two .dropdown-menu {
    box-shadow: none;
    padding: 0;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: static;
  }
}
@media (min-width: 992px) {
  .navbar-level-two .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease;
    left: 50%;
    border: 0;
    transform: translateX(-50%) translateY(0) scale(0.97);
  }
}
.navbar-level-two .dropdown-menu .dropdown-item {
  color: #585858;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.875rem;
  display: inline-block;
  border: 0;
  display: flex;
  align-items: center;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
}
@media (max-width: 991.98px) {
  .navbar-level-two .dropdown-menu .dropdown-item {
    padding: 0.5rem 0.6666666667rem;
  }
}
.navbar-level-two .dropdown-menu .dropdown-item:hover {
  color: #146199;
  background-color: transparent;
  text-decoration: none;
}

.navbar-programme {
  justify-content: center;
  align-items: center;
}
.navbar-programme .nav-item .nav-link {
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .navbar-programme .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
.navbar-programme .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 1rem 2rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}
.navbar-programme .dropdown-menu:after {
  content: "";
  display: block;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-top-width: 0;
  border-bottom-width: 10px;
  border-top-color: transparent;
  border-bottom-color: #fff;
  top: -10px;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .navbar-programme .dropdown-menu:after {
    content: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-programme .dropdown-menu {
    box-shadow: none;
    padding: 0;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: static;
  }
}
@media (min-width: 992px) {
  .navbar-programme .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease;
    left: 50%;
    border: 0;
    transform: translateX(-50%) translateY(0) scale(0.97);
  }
}
.navbar-programme .dropdown-menu .dropdown-item {
  color: #585858;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.875rem;
  display: inline-block;
  border: 0;
  display: flex;
  align-items: center;
  transition: background-size cubic-bezier(0, 0.5, 0, 1) 0.3s;
}
@media (max-width: 991.98px) {
  .navbar-programme .dropdown-menu .dropdown-item {
    padding: 0.5rem 0.6666666667rem;
  }
}
.navbar-programme .dropdown-menu .dropdown-item:hover, .navbar-programme .dropdown-menu .dropdown-item.active {
  color: #146199;
  background-color: transparent;
  text-decoration: none;
}

.navbar-sub-navigation {
  background-color: #146199;
  justify-content: center;
  align-items: center;
}
.navbar-sub-navigation .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  height: 60px;
  padding: 0 1rem;
  line-height: 60px;
}
.navbar-sub-navigation .nav-item .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-sub-navigation .nav-item .nav-link.is-active {
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar-sub-navigation.sub-navigation-gray {
  background-color: #e9ecef;
  margin-bottom: 30px;
}
.navbar-sub-navigation.sub-navigation-gray .nav-item .nav-link {
  color: #585858;
}
.navbar-sub-navigation.sub-navigation-gray .nav-item .nav-link:hover {
  text-decoration: none;
  background-color: rgba(0, 147, 126, 0.8);
  color: #fff;
}
.navbar-sub-navigation.sub-navigation-gray .nav-item .nav-link.is-active {
  background-color: #00937E;
  color: #fff;
}

.js-pager__items {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  margin-top: 30px;
}
.navbar-working-group {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #585858;
}
.navbar-working-group .nav-item .nav-link {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}

.navbar-working-group-vertical {
  background-color: #F5F5F9;
  justify-content: center;
  flex-direction: column;
  align-items: self-start;
  box-shadow: none;
  padding: 30px;
}
.navbar-working-group-vertical .nav-item .nav-link {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}

.card-meeting {
  border-bottom: 2px solid #585858;
  padding-top: 15px;
  padding-bottom: 15px;
}

.content-summary {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  height: 100%;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.content-summary-data .display-4 {
  font-weight: 500;
}

.page-footer {
  background-color: #146199;
}
.page-footer h2 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-space: 0.5em;
}
.page-footer .page-footer-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-footer .page-footer-top .block--webform {
  margin-left: auto;
  max-width: 350px;
}
@media (max-width: 991.98px) {
  .page-footer .page-footer-top .block--webform {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.page-footer .page-footer-center .nav {
  margin-bottom: 1rem;
  flex-direction: column;
}
.page-footer .page-footer-center .nav .nav-item .nav-link {
  padding: 0.5rem 0;
  color: #fff;
}
.page-footer .page-footer-center .page-footer-center-inner {
  border-top: 3px solid #dee2e6;
  border-bottom: 3px solid #dee2e6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-footer .page-footer-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-footer .page-footer-bottom .page-footer-inner {
  display: flex;
  align-items: center;
}
.page-footer .page-footer-bottom .page-footer-inner .footer-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.page-footer .page-footer-bottom .page-footer-inner .footer-menu .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.page-footer .page-footer-bottom .page-footer-inner .footer-menu .nav-item .nav-link:after {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 30%;
  right: 0;
}
.page-footer .page-footer-bottom .page-footer-inner .footer-menu .nav-item:last-child .nav-link:after {
  content: none;
}
.page-footer .page-footer-bottom .copyright {
  color: #fff;
}
.page-footer .block--config-pages {
  margin-left: auto;
}

.col-last .social-media-icons .follow-us {
  justify-content: flex-end;
}
.col-last .social-media-icons .follow-us svg path, .col-last .social-media-icons .follow-us svg circle {
  fill: #fff;
}
.col-last .nav .nav-item .nav-link {
  text-align: right;
}

.menu-main-wrapper .block--config-pages-sdg-12-hub-logo .client-configuration__field-sdg-12-hub-descripti {
  display: none;
}

.webform-submission-form .alert.alert-success {
  color: #585858;
  background-color: #fff;
}
.webform-submission-form .webform-confirmation .webform-confirmation__message h5 {
  color: #fff;
}

.form-newsletter #edit-processed-text {
  width: 100%;
}
.form-newsletter #edit-container, .form-newsletter #edit-container--2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 0;
}
.form-newsletter .form-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.form-newsletter .form-group .form-control {
  border: 1px solid #fff;
  padding: 0.375rem 2rem;
  background: transparent;
  color: #fff;
  height: 50px;
}
.form-newsletter .form-group .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-newsletter .form-group .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-newsletter .form-group .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.form-newsletter .form-actions input {
  margin-left: -3px;
  height: 50px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  width: 100px;
  text-align: center;
  background-color: #fff;
  color: #146199;
  border: 0;
}

body.term-icc_sdgs_12_target .page-footer,
body.page-node-sdg_12_hub .page-footer {
  background-color: #fff;
  border-top: 1px solid #585858;
}
body.term-icc_sdgs_12_target .page-footer h2,
body.page-node-sdg_12_hub .page-footer h2 {
  color: #585858;
}
body.term-icc_sdgs_12_target .page-footer .form-newsletter .form-group .form-control,
body.page-node-sdg_12_hub .page-footer .form-newsletter .form-group .form-control {
  border: 1px solid #BF8B2E;
  color: #585858;
}
body.term-icc_sdgs_12_target .page-footer .form-newsletter .form-actions input,
body.page-node-sdg_12_hub .page-footer .form-newsletter .form-actions input {
  background-color: #BF8B2E;
  color: #fff;
}
body.term-icc_sdgs_12_target .page-footer .page-footer-center-inner,
body.page-node-sdg_12_hub .page-footer .page-footer-center-inner {
  padding-bottom: 0;
  border-top: 0;
  border-bottom: 1px solid #585858;
}
body.term-icc_sdgs_12_target .page-footer .page-footer-bottom .copyright,
body.page-node-sdg_12_hub .page-footer .page-footer-bottom .copyright {
  color: #585858;
}

.nav-st-tabs {
  gap: 30px;
}
.nav-st-tabs .nav-item .nav-link {
  height: 128px;
  margin-bottom: 1rem;
}
.nav-st-tabs .nav-item .nav-link .st-tabs-icon {
  width: 128px;
  height: 128px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
.nav-st-tabs .nav-item .nav-link .st-tabs-icon img {
  height: 56px;
  width: 56px;
}
.nav-st-tabs .nav-item .nav-link .st-tabs-nav-item {
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  margin-left: 118px;
  padding: 1rem;
  padding-left: 1.5rem;
}

.st-feature-item .st-feature-item-icon {
  width: 68px;
  height: 68px;
}
.st-feature-item .st-feature-item-icon svg {
  width: 68px;
  height: 68px;
}

.st-module-010-bg .contextual-region {
  height: 100%;
}
.st-module-010-bg .contextual-region picture {
  height: 100%;
  display: flex;
}
.st-module-010-bg .contextual-region picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.st-module-001 .st-module-001-img .contextual-region {
  height: 100%;
}
.st-module-001 .st-module-001-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.st-module-002 .st-module-002-img {
  height: 40em;
}
.st-module-002 .st-module-002-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.st-module-002 .text-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.st-module-002 .swiper-pagination-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: unset;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.st-module-002 .swiper-pagination-wrapper .swiper-pagination {
  position: relative;
  text-align: right;
  color: #fff;
  bottom: 0;
  width: auto;
}
.st-module-002 .swiper-custom-prev, .st-module-002 .swiper-custom-next {
  cursor: pointer;
}

.st-module-004 .st-module-004-bg {
  position: absolute;
  top: -85vw;
  right: -30vw;
  z-index: 10;
  opacity: 0.2;
}

.st-module-006 .st-module-img img {
  border-radius: 50%;
}

.st-module-010 .st-module-010-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.st-module-010 .st-module-010-content {
  z-index: 20;
}
.st-module-010 .st-module-010-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.st-module-005 h2 {
  line-height: 1;
}

.st-module-015 {
  min-height: 40em;
}
.st-module-015 .st-module-card-audio-img {
  width: 40%;
}
.st-module-015 .st-module-card-audio-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.st-module-015 .plyr__controls {
  padding: 0;
}
.st-module-015 .plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0 !important;
  border: 0;
  border-radius: 100px;
  height: 5px !important;
  height: var(--plyr-range-track-height, 5px) !important;
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.st-module-015 .plyr--full-ui input[type=range]::-moz-range-progress {
  background: #146199;
}
.st-module-015 .plyr__controls .plyr__controls__item:first-child {
  width: 32px;
  height: 32px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.st-module-015 .plyr--audio .plyr__control.plyr__tab-focus, .st-module-015 .plyr--audio .plyr__control:hover, .st-module-015 .plyr--audio .plyr__control[aria-expanded=true] {
  background: #146199;
  border-radius: 0;
}
.st-module-015 .plyr__progress__buffer {
  width: 100% !important;
}
.st-module-015 [data-plyr=settings] {
  display: none;
}
.st-module-015 progress[value] {
  z-index: unset;
}

.st-module-content {
  z-index: 20;
}

.st-module-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.st-module-img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.bg-gold {
  background-color: #BF8B2E;
}

.overlay-blue {
  background-color: rgba(20, 97, 153, 0.8);
}

.overlay-teal {
  background-color: rgba(0, 147, 126, 0.8);
}

.overlay-lime {
  background-color: rgba(128, 190, 65, 0.8);
}

.overlay-gold {
  background-color: rgba(191, 139, 46, 0.8);
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.4);
}

.text-teal-light {
  color: #99C9BE;
}

.text-blue-light {
  color: #91AFCC;
}

.text-gold {
  color: #BF8B2E;
}

.bg-blue-light {
  background-color: #91AFCC;
}

.bg-teal-light {
  background-color: #99C9BE;
}

.bg-green-light {
  background-color: rgba(0, 147, 126, 0.2);
}

.bg-gold-light {
  background-color: #DCC190;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.btn-text {
  color: #fff;
  padding: 0;
}

.sticky-feature {
  position: relative;
  z-index: 1;
}

.sticky-feature__content-list {
  padding-top: 40vh;
  padding-bottom: 40vh;
  display: flex;
  gap: 8.25rem;
  flex-direction: column;
}

.sticky-feature__media-list::before {
  top: 0;
  background: linear-gradient(to bottom, var(--color-bg), hsla(var(--color-bg-h), var(--color-bg-s), var(--color-bg-l), 0.8), hsla(var(--color-bg-h), var(--color-bg-s), var(--color-bg-l), 0));
}

.js-sticky-feature__content-item {
  opacity: 0.3;
}

.js-sticky-feature__content-item.sticky-feature-current-item {
  opacity: 1;
}

.sticky-feature__content-figure {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-top: var(--space-md);
}

.sticky-feature__content-figure {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.sticky-feature__content-figure img {
  display: block;
  width: 100%;
}

.sticky-feature__media-list {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}

.sticky-feature__media-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-feature__media-figure {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  opacity: 0;
}

.sticky-feature__media-figure img {
  display: block;
  width: 100%;
  max-height: 90vh;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.sticky-feature-current-item .sticky-feature__media-figure {
  opacity: 1;
}

#drupal-off-canvas .block-categories .card-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}
#drupal-off-canvas .block-categories .card-body .layout-builder-browser-block-item {
  padding-bottom: 0;
  flex: 47% 0;
  color: #fff;
  font-size: 0.875rem;
}
#drupal-off-canvas .block-categories .card-body .layout-builder-browser-block-item img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  margin-bottom: 5px;
}

.st-module .btn, .st-module .js-pager__items .pager__item .button, .js-pager__items .pager__item .st-module .button {
  padding: 1rem 1.5rem;
}

.sfsp-filters .btn-sfsp {
  width: 100%;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: unset;
}
.sfsp-filters .btn-sfsp::first-letter {
  text-transform: capitalize;
}
.sfsp-filters .form-item-search-api-fulltext {
  margin: 0;
}
.sfsp-filters .form-item-search-api-fulltext input {
  padding: 26px;
}
.sfsp-filters .btn-submit .btn-primary {
  width: 100%;
  height: 100%;
  background-color: #A80519;
  border: #A80519;
}
.sfsp-filters .facets-widget-checkbox ul li input:before {
  border: 2px solid #A80519;
}
.sfsp-filters .facets-widget-checkbox ul li input:checked:before {
  border: 2px solid #A80519;
  background-color: #A80519;
}

.form-checkboxes .form-check {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem !important;
}
.form-checkboxes .form-check label {
  cursor: pointer;
}
.form-checkboxes input[type=checkbox i]:focus {
  outline-offset: 0;
  outline: none;
}
.form-checkboxes input {
  position: relative !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  box-sizing: content-box;
  overflow: hidden;
  margin-right: 0.5rem;
}
.form-checkboxes input:before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #b0b0b0;
  transition: 0.2s border-color ease;
}
.form-checkboxes input:checked:before {
  border-color: #146199;
  transition: 0.5s border-color ease;
  background-color: #146199;
}
.form-checkboxes input:disabled:before {
  border-color: #b0b0b0;
  background-color: #b0b0b0;
}
.form-checkboxes input:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  background-color: #146199;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  transform: translate(-50%, -50%) scale(0);
}
.form-checkboxes input[type=checkbox]:before {
  border-radius: 4px;
}
.form-checkboxes input[type=checkbox]:after {
  width: 14.4px;
  height: 24px;
  border-radius: 0;
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #fff;
}
.form-checkboxes input[type=checkbox]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
          animation: toggleOnCheckbox 0.2s ease forwards;
}
.form-checkboxes input[type=checkbox].filled:before {
  border-radius: 6px;
  transition: 0.2s border-color ease, 0.2s background-color ease;
}
.form-checkboxes input[type=checkbox].filled:checked:not(:disabled):before {
  background-color: #146199;
}
.form-checkboxes input[type=checkbox].filled:not(:disabled):after {
  box-shadow: 4px 4px 0px 0px white;
}
@-webkit-keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@-webkit-keyframes toggleOnRadio {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@keyframes toggleOnRadio {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

[id*=views-exposed-form-taxonomy-sdg-targets-block-sdg-targets] .fieldset-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-top: 15px;
}
[id*=views-exposed-form-taxonomy-sdg-targets-block-sdg-targets] .fieldset-wrapper [id*=edit-field-sdg-theme-target-id] {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  align-self: center;
  padding-bottom: 30px;
  margin-bottom: -30px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-align: center;
}
[id*=views-exposed-form-taxonomy-sdg-targets-block-sdg-targets] .fieldset-wrapper [id*=edit-field-sdg-theme-target-id] > .form-radios {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
[id*=views-exposed-form-taxonomy-sdg-targets-block-sdg-targets] .fieldset-wrapper [id*=edit-field-sdg-theme-target-id] > .form-radios .form-check {
  padding: 0;
  margin-right: 1rem;
}

.form-radios .form-radios {
  margin-bottom: 30px;
}
.form-radios .js-form-type-radio input {
  display: none;
}
.form-radios label {
  border: 2px solid #BF8B2E;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  color: #BF8B2E;
}
.form-radios label:hover {
  background-color: #BF8B2E;
  color: #fff;
}
.form-radios input:checked + label {
  background-color: #BF8B2E;
  color: #fff;
}

.dropdown-menu.calendar-links {
  border: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.btn.btn-addtoocalendar, .js-pager__items .pager__item .btn-addtoocalendar.button {
  color: #fff;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  font-size: 0.775rem;
}

.calendar-item {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  color: #585858 !important;
  cursor: pointer;
  font-size: 15px;
  padding: 14px 10px 14px 55px;
  transition: background-color 0.3s;
  font-family: "Roboto", sans-serif;
  text-decoration: none !important;
}
.calendar-item:hover {
  background-color: #e9ecef !important;
}
.calendar-item.add-apple {
  background: url(/themes/custom/onet/assets/images/icons/icon-apple-t5.svg) 18px 40% no-repeat;
  background-size: 22px 100%;
}
.calendar-item.add-google {
  background: url(/themes/custom/onet/assets/images/icons/icon-google-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendar-item.add-outlook {
  background: url(/themes/custom/onet/assets/images/icons/icon-outlook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendar-item.add-outlookcom {
  background: url(/themes/custom/onet/assets/images/icons/icon-outlookcom-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendar-item.add-yahoo {
  background: url(/themes/custom/onet/assets/images/icons/icon-yahoo-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

#sliding-popup {
  background-color: rgba(88, 88, 88, 0.9) !important;
  width: 330px !important;
  left: 30px !important;
  bottom: 30px !important;
}
#sliding-popup .eu-cookie-compliance-content {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-direction: column;
}
#sliding-popup .eu-cookie-compliance-message {
  margin: 0 !important;
  width: 100%;
  float: none;
  max-width: 100%;
}
#sliding-popup .eu-cookie-compliance-message h2 {
  font-weight: 500;
  margin: 0;
  text-transform: none;
}
#sliding-popup .eu-cookie-compliance-message p {
  font-weight: 400;
  font-size: 0.875rem;
}
#sliding-popup .eu-cookie-compliance-message .find-more-button {
  font-size: 0.875rem;
  font-weight: 400;
}
#sliding-popup .eu-cookie-compliance-buttons {
  float: none;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-top: 1rem;
  width: 100%;
}
#sliding-popup .eu-cookie-compliance-secondary-button {
  border-radius: 50em !important;
  background-color: transparent !important;
  font-family: "Roboto", sans-serif !important;
  text-shadow: none !important;
  background-image: none !important;
  border: 1px solid #fff !important;
  font-weight: 500 !important;
  color: #fff !important;
  box-shadow: none !important;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.275rem 1rem;
  margin-right: 1rem !important;
}
#sliding-popup .eu-cookie-compliance-default-button {
  border-radius: 50em !important;
  background-color: transparent !important;
  font-family: "Roboto", sans-serif !important;
  text-shadow: none !important;
  background-image: none !important;
  border: 1px solid #fff !important;
  font-weight: 500 !important;
  color: #fff !important;
  box-shadow: none !important;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.275rem 1rem;
}
#sliding-popup .eu-cookie-compliance-default-button:hover {
  background-color: #fff !important;
  color: #585858 !important;
}
#sliding-popup .eu-cookie-compliance-secondary-button {
  margin: 0;
}

.dropdown .btn .plus-icon, .dropdown .js-pager__items .pager__item .button .plus-icon, .js-pager__items .pager__item .dropdown .button .plus-icon {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 25px;
}

.dropdown .btn .plus-icon svg, .dropdown .js-pager__items .pager__item .button .plus-icon svg, .js-pager__items .pager__item .dropdown .button .plus-icon svg {
  transition: transform 0.3s;
}

.dropdown .btn[aria-expanded=true] .plus-icon svg, .dropdown .js-pager__items .pager__item [aria-expanded=true].button .plus-icon svg, .js-pager__items .pager__item .dropdown [aria-expanded=true].button .plus-icon svg {
  transform: rotate(135deg);
}

.facets-widget-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.facets-widget-checkbox ul li {
  font-size: 0.875rem;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.facets-widget-checkbox ul li input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 2px;
  box-sizing: content-box;
  margin-right: 0.5rem;
}
.facets-widget-checkbox ul li input:before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  border: 2px solid #146199;
  border-radius: 0;
  transition: 0.2s border-color ease;
}
.facets-widget-checkbox ul li input:checked:before {
  border-color: #146199;
  transition: 0.5s border-color ease;
  background-color: #146199;
}
.facets-widget-checkbox ul li input:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  left: 50%;
  transform-origin: 50% 50%;
  background-color: #146199;
  width: 16px;
  height: 16px;
  border-radius: 0;
  transform: translate(-50%, -50%) scale(0);
}
.facets-widget-checkbox ul li input[type=checkbox]:after {
  width: 9.6px;
  height: 16px;
  border-radius: 0;
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #fff;
  top: 10px;
}
.facets-widget-checkbox ul li input[type=checkbox]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
          animation: toggleOnCheckbox 0.2s ease forwards;
}
@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@keyframes toggleOnRadio {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.facets-widget-checkbox ul li label {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.facets-widget-checkbox ul li label .facet-item__count {
  color: #146199;
}

.facet-filters-top {
  background-color: #e9ecef;
}
.facet-filters-top ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  justify-content: center;
}
.facet-filters-top ul li a {
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 60px;
  line-height: 60px;
  display: block;
}
.facet-filters-top ul li a.is-active {
  background-color: #00937E;
  color: #fff;
}
.facet-filters-top ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 147, 126, 0.8);
  color: #fff;
}

.facet-filters .facets-widget-links {
  margin-bottom: 30px;
}
.facet-filters h3 {
  line-height: 1.5;
  background-color: #e9ecef;
  cursor: pointer;
  color: #585858;
  font-size: 0.875rem;
  margin: 0;
  padding: 17px 25px;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-radius: 50rem;
  letter-spacing: 0.05em;
  transition: box-shadow 0.2s ease;
}
.facet-filters h3:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  background-color: #fff;
}
.facet-filters h3:hover .plus-icon {
  background-color: #e9ecef;
}
.facet-filters h3 .plus-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 25px;
}
.facet-filters h3 .plus-icon svg {
  transition: transform 0.3s;
}
.facet-filters h3.open-acco {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  background-color: #fff;
}
.facet-filters h3.open-acco .plus-icon {
  background-color: #e9ecef;
}
.facet-filters h3.open-acco .plus-icon svg {
  transform: rotate(135deg);
}
.facet-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.facet-filters ul li a {
  vertical-align: middle;
  transition: all 0.2s ease;
  font-size: 1rem;
  white-space: nowrap;
  max-width: 100%;
  padding: 0.725rem 0.5rem;
  background-color: transparent;
  transition: all 0.2s ease;
  color: #585858;
  text-decoration: none;
  border-bottom: 1px solid rgba(88, 88, 88, 0.2);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
}
.facet-filters ul li a:before {
  content: "";
  display: inline-block;
  padding: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(88, 88, 88, 0.3);
  border-radius: 0;
  margin-right: 10px;
  flex: 0 0 auto;
  transition: margin 0.2s ease;
}
.facet-filters ul li a:after {
  content: "";
  display: inline-block;
  padding: 0;
  width: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg class='nc-icon-wrapper' fill='%23fff'%3E%3Cpath data-color='color-2' d='M16 5V3h-4V1a1 1 0 00-1-1H5a1 1 0 00-1 1v2H0v2h16zM6 2h4v1H6V2z'/%3E%3Cpath d='M13 7v7H3V7H1v8a1 1 0 001 1h12a1 1 0 001-1V7h-2z'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  background-color: #585858, 1;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  transition: all 0.2s ease;
  transform: translateX(35px);
  z-index: 1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-position: 9px 15px;
  background-repeat: no-repeat;
}
.facet-filters ul li a.is-active, .facet-filters ul li a:hover {
  background-color: #146199;
  color: #fff;
}
.facet-filters ul li a:hover:before, .facet-filters ul li a:focus:before, .facet-filters ul li a.is-active:before {
  background-color: #fff;
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M14.3 2.3L5 11.6 1.7 8.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l4 4c.2.2.4.3.7.3s.5-.1.7-.3l10-10c.4-.4.4-1 0-1.4s-1-.4-1.4 0z'/%3E%3C/svg%3E");
  content: "";
  color: #585858;
}
.facet-filters ul li a.is-active:hover, .facet-filters ul li a.is-active:focus {
  background-color: rgba(88, 88, 88, 0.7) !important;
  padding-right: 45px;
}
.facet-filters ul li a.is-active:hover:after, .facet-filters ul li a.is-active:focus:after {
  transform: none;
}
.facet-filters ul li a .facet-item__value {
  display: block;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.facet-filters ul li a .facet-item__count {
  display: block;
  margin-left: auto;
  padding-left: 10px;
  font-weight: normal;
}
.facet-filters ul li a .facet-item__status {
  display: none;
}
.content-filters .facets-widget-links ul.js-facets-links {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.content-filters .facets-widget-links ul.js-facets-links .facet-item a {
  padding: 1rem 1rem;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
.content-filters .facets-widget-links ul.js-facets-links .facet-item a.is-active {
  background-color: #6c276d;
}
.content-filters .facets-widget-links ul.js-facets-links .facet-item a.is-active:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\F056";
  font-size: 1rem;
  color: #fff;
  display: inline;
  text-indent: 0;
  margin-right: 0.5rem;
}
.content-filters .facets-widget-links ul.js-facets-links .facet-item a.is-active:hover:before {
  content: "\F057";
}
.content-filters .facets-widget-links ul.js-facets-links .facet-item a:hover {
  background-color: #6c276d;
}
.content-filters .facets-widget-links ul.js-facets-links .facet-item a .facet-item__status {
  display: none;
}

.search-filters .filter-content-wrap {
  display: none;
  width: 100%;
}

.facets-widget-glossaryaz {
  background-color: #146199;
}
.facets-widget-glossaryaz ul li:first-of-type a {
  color: #fff;
  background-color: #146199;
  border: 2px solid #fff;
  width: 45px;
}
.facets-widget-glossaryaz ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 0 2px;
  padding: 0;
  text-decoration: none;
  border: 0;
  border-right-color: currentcolor;
  width: 30px;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}
.facets-widget-glossaryaz ul li a:hover {
  background-color: #00937E;
  color: #fff;
}
.facets-widget-glossaryaz ul li a.is-active {
  background-color: #00937E;
  color: #fff;
  border: 2px solid #00937E;
}
.facets-widget-glossaryaz ul li.no-results > span {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 2px;
  margin-left: 2px;
  text-decoration: none;
  border: 2px solid transparent;
  color: #fff;
  cursor: not-allowed;
}

.pagination {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pagination .page-item.is-active .page-link {
  color: #fff;
  background-color: #00937E;
}
.pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  display: flex;
  border: 0;
  align-items: center;
  border-radius: 50%;
  color: #585858;
}
.pagination .page-item .page-link:hover {
  background-color: #585858;
  color: #fff;
}
.pagination .page-item.pager__item--last .page-link, .pagination .page-item.pager__item--first .page-link {
  width: auto;
  border-radius: 0;
}
.pagination .page-item.pager__item--last .page-link:hover, .pagination .page-item.pager__item--first .page-link:hover {
  background-color: transparent;
  color: #585858;
}
.pagination .pager__item--ellipsis {
  display: none;
}
.pagination .pager__item--previous .page-link svg, .pagination .pager__item--next .page-link svg {
  width: 16px;
  height: 16px;
}

.hamburger-icon {
  width: 24px;
  height: 12px;
  display: block;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 15px;
}
@media (max-width: 767.98px) {
  .hamburger-icon {
    margin-right: 1rem;
  }
}
.hamburger-icon .line {
  display: block;
  background: #585858;
  width: 24px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.hamburger-icon .line.line-1 {
  top: 0;
}
.hamburger-icon .line.line-2 {
  top: 50%;
}
.hamburger-icon .line.line-3 {
  top: 100%;
}

.nav-scroller, .nav-scroller-wrapper {
  display: flex;
  background-color: #146199;
}

.nav-scroller {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 15px;
  margin-top: 15px;
}

.nav-scroller-nav {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  align-self: center;
  padding-bottom: 30px;
  margin-bottom: -30px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-scroller-content, .nav-scroller-items {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.nav-scroller-content {
  min-height: 44px;
  will-change: transform;
}
.nav-scroller-content:not(.no-transition) {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

ul.nav-scroller-content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-scroller-item, .nav-scroller-group-title {
  padding: 0.25rem 0.25rem;
}

.nav-scroller-item, .no-results > span {
  flex: 1 0 auto;
  font-size: 1rem;
  text-align: center;
  background-color: #FFFFFF;
  color: #146199;
  width: 44px;
  height: 44px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.nav-scroller-item.is-active, .nav-scroller-item:hover, .no-results > span.is-active, .no-results > span:hover {
  color: #fff;
  background: #00937E;
  text-decoration: none;
}
.nav-scroller-item:last-child, .no-results > span:last-child {
  border-right-color: transparent;
}

.nav-scroller-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  min-height: 44px;
  height: 100%;
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #fff;
  background: #00937E;
  border: 0;
  transition: color 0.3s, opacity 0.3s;
  cursor: pointer;
}
.nav-scroller-btn:hover {
  color: #666;
}
.nav-scroller-btn:focus {
  outline: 0;
}
.nav-scroller-btn:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.nav-scroller-icon {
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

.nav-scroller-btn--left {
  left: 0;
}

.nav-scroller-btn--right {
  right: 0;
}

.nav-scroller-logo {
  display: inline-block;
  padding: 0.5rem;
  margin-right: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.nav-scroller--controls-inline .nav-scroller-content {
  padding: 0 44px;
}
.nav-scroller--controls-inline .nav-scroller-btn:not(.active) {
  color: #ddd;
  opacity: 1;
}

.nav-scroller--expand .nav-scroller-nav, .nav-scroller--expand .nav-scroller-content {
  width: 100%;
}

.nav-scroller--right .nav-scroller-nav {
  margin-left: auto;
}

.nav-scroller--snap .nav-scroller-nav {
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  scroll-padding: 0 44px;
}
.nav-scroller--snap .nav-scroller-content:not(.no-transition) .nav-scroller-item {
  scroll-snap-align: start;
}
.nav-scroller--snap .nav-scroller-content:not(.no-transition).snap-align-end .nav-scroller-item {
  scroll-snap-align: end;
}

.nav-scroller-group {
  flex-direction: column;
  align-items: flex-start;
}
.nav-scroller-group:not(:first-child) {
  border-left: 1px solid #ddd;
  margin-left: -1px;
}

.nav-scroller-group-title {
  font-weight: bold;
}

.nav-scroller-items .nav-scroller-item {
  text-align: center;
  min-width: 80px;
}

.view-mode-selector a {
  opacity: 0.5;
}
.view-mode-selector a.active {
  opacity: 1;
}
.view-mode-selector a:hover {
  opacity: 1;
}
.view-mode-selector a svg {
  width: 24px;
  height: 24px;
}

.search-filters {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #146199;
}
.search-filters .form-group {
  margin-bottom: 0;
}
.search-filters.search-filters-sdg {
  background-color: #585858;
}
.search-filters .btn-reset input[type=submit] {
  background-color: transparent;
}

.section-sustainable-public-procurement-programme .search-filters {
  background-color: #585858;
}
.section-sustainable-public-procurement-programme .card-news {
  border-bottom: 3px solid #585858;
}
.section-sustainable-public-procurement-programme .card-news .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-public-procurement-programme .card-knowledge-item {
  border-bottom: 3px solid #585858;
}
.section-sustainable-public-procurement-programme .card-knowledge-item .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-public-procurement-programme .view-mode-selector a {
  color: #585858;
}
.section-sustainable-public-procurement-programme .facet-filters-top ul li a.is-active {
  background-color: #9343BF;
  color: #fff;
}
.section-sustainable-public-procurement-programme .facet-filters-top ul li a:hover {
  text-decoration: none;
  background-color: rgba(147, 67, 191, 0.8);
  color: #fff;
}
.section-sustainable-public-procurement-programme .facet-filters .collapse-link:hover {
  background-color: #9343BF;
}
.section-sustainable-public-procurement-programme .facet-filters .collapse-link:hover .plus-icon {
  color: #9343BF;
}
.section-sustainable-public-procurement-programme .facet-filters .collapse-link[aria-expanded=true] {
  background-color: #9343BF;
}
.section-sustainable-public-procurement-programme .facet-filters .collapse-link[aria-expanded=true] .plus-icon {
  color: #9343BF;
}
.section-sustainable-lifestyles-education-programme .search-filters {
  background-color: #585858;
}
.section-sustainable-lifestyles-education-programme .card-news {
  border-bottom: 3px solid #585858;
}
.section-sustainable-lifestyles-education-programme .card-news .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-lifestyles-education-programme .card-knowledge-item {
  border-bottom: 3px solid #585858;
}
.section-sustainable-lifestyles-education-programme .card-knowledge-item .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-lifestyles-education-programme .view-mode-selector a {
  color: #585858;
}
.section-sustainable-lifestyles-education-programme .facet-filters-top ul li a.is-active {
  background-color: #F26825;
  color: #fff;
}
.section-sustainable-lifestyles-education-programme .facet-filters-top ul li a:hover {
  text-decoration: none;
  background-color: rgba(242, 104, 37, 0.8);
  color: #fff;
}
.section-sustainable-lifestyles-education-programme .facet-filters .collapse-link:hover {
  background-color: #F26825;
}
.section-sustainable-lifestyles-education-programme .facet-filters .collapse-link:hover .plus-icon {
  color: #F26825;
}
.section-sustainable-lifestyles-education-programme .facet-filters .collapse-link[aria-expanded=true] {
  background-color: #F26825;
}
.section-sustainable-lifestyles-education-programme .facet-filters .collapse-link[aria-expanded=true] .plus-icon {
  color: #F26825;
}
.section-consumer-information-scp-programme .search-filters {
  background-color: #585858;
}
.section-consumer-information-scp-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
}
.section-consumer-information-scp-programme .card-news {
  border-bottom: 3px solid #585858;
}
.section-consumer-information-scp-programme .card-news .card-img-top .label {
  background-color: #585858;
}
.section-consumer-information-scp-programme .card-knowledge-item {
  border-bottom: 3px solid #585858;
}
.section-consumer-information-scp-programme .card-knowledge-item .card-img-top .label {
  background-color: #585858;
}
.section-consumer-information-scp-programme .view-mode-selector a {
  color: #585858;
}
.section-consumer-information-scp-programme .facet-filters-top ul li a.is-active {
  background-color: #00AA5A;
  color: #fff;
}
.section-consumer-information-scp-programme .facet-filters-top ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 170, 90, 0.8);
  color: #fff;
}
.section-consumer-information-scp-programme .facet-filters .collapse-link:hover {
  background-color: #00AA5A;
}
.section-consumer-information-scp-programme .facet-filters .collapse-link:hover .plus-icon {
  color: #00AA5A;
}
.section-consumer-information-scp-programme .facet-filters .collapse-link[aria-expanded=true] {
  background-color: #00AA5A;
}
.section-consumer-information-scp-programme .facet-filters .collapse-link[aria-expanded=true] .plus-icon {
  color: #00AA5A;
}
.section-sustainable-food-systems-programme .search-filters {
  background-color: #585858;
}
.section-sustainable-food-systems-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
}
.section-sustainable-food-systems-programme .card-news {
  border-bottom: 3px solid #585858;
}
.section-sustainable-food-systems-programme .card-news .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-food-systems-programme .card-knowledge-item {
  border-bottom: 3px solid #585858;
}
.section-sustainable-food-systems-programme .card-knowledge-item .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-food-systems-programme .view-mode-selector a {
  color: #585858;
}
.section-sustainable-food-systems-programme .facet-filters-top ul li a.is-active {
  background-color: #A80519;
  color: #fff;
}
.section-sustainable-food-systems-programme .facet-filters-top ul li a:hover {
  text-decoration: none;
  background-color: rgba(168, 5, 25, 0.8);
  color: #fff;
}
.section-sustainable-food-systems-programme .facet-filters .collapse-link:hover {
  background-color: #A80519;
}
.section-sustainable-food-systems-programme .facet-filters .collapse-link:hover .plus-icon {
  color: #A80519;
}
.section-sustainable-food-systems-programme .facet-filters .collapse-link[aria-expanded=true] {
  background-color: #A80519;
}
.section-sustainable-food-systems-programme .facet-filters .collapse-link[aria-expanded=true] .plus-icon {
  color: #A80519;
}
.section-sustainable-buildings-construction-programme .search-filters {
  background-color: #585858;
}
.section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
}
.section-sustainable-buildings-construction-programme .card-news .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-buildings-construction-programme .card-knowledge-item {
  border-bottom: 3px solid #585858;
}
.section-sustainable-buildings-construction-programme .card-knowledge-item .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-buildings-construction-programme .card-news {
  border-bottom: 3px solid #585858;
}
.section-sustainable-buildings-construction-programme .card-news .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-buildings-construction-programme .view-mode-selector a {
  color: #585858;
}
.section-sustainable-buildings-construction-programme .facet-filters-top ul li a.is-active {
  background-color: #F7AB4C;
  color: #fff;
}
.section-sustainable-buildings-construction-programme .facet-filters-top ul li a:hover {
  text-decoration: none;
  background-color: rgba(247, 171, 76, 0.8);
  color: #fff;
}
.section-sustainable-buildings-construction-programme .facet-filters .collapse-link:hover {
  background-color: #F7AB4C;
}
.section-sustainable-buildings-construction-programme .facet-filters .collapse-link:hover .plus-icon {
  color: #F7AB4C;
}
.section-sustainable-buildings-construction-programme .facet-filters .collapse-link[aria-expanded=true] {
  background-color: #F7AB4C;
}
.section-sustainable-buildings-construction-programme .facet-filters .collapse-link[aria-expanded=true] .plus-icon {
  color: #F7AB4C;
}
.section-sustainable-tourism-programme .search-filters {
  background-color: #585858;
}
.section-sustainable-tourism-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
}
.section-sustainable-tourism-programme .card-news {
  border-bottom: 3px solid #585858;
}
.section-sustainable-tourism-programme .card-news .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-tourism-programme .card-knowledge-item {
  border-bottom: 3px solid #585858;
}
.section-sustainable-tourism-programme .card-knowledge-item .card-img-top .label {
  background-color: #585858;
}
.section-sustainable-tourism-programme .view-mode-selector a {
  color: #585858;
}
.section-sustainable-tourism-programme .facet-filters-top ul li a.is-active {
  background-color: #146199;
  color: #fff;
}
.section-sustainable-tourism-programme .facet-filters-top ul li a:hover {
  text-decoration: none;
  background-color: rgba(20, 97, 153, 0.8);
  color: #fff;
}
.section-sustainable-tourism-programme .facet-filters .collapse-link:hover {
  background-color: #146199;
}
.section-sustainable-tourism-programme .facet-filters .collapse-link:hover .plus-icon {
  color: #146199;
}
.section-sustainable-tourism-programme .facet-filters .collapse-link[aria-expanded=true] {
  background-color: #146199;
}
.section-sustainable-tourism-programme .facet-filters .collapse-link[aria-expanded=true] .plus-icon {
  color: #146199;
}
.view-header-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.view-header-details .summary-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.facet-filters .collapse-link {
  background-color: #e9ecef;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 15px;
  color: #585858;
  height: 68px;
  align-items: center;
  transition: box-shadow 0.2s ease;
}
.facet-filters .collapse-link .plus-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 25px;
}
.facet-filters .collapse-link .plus-icon svg {
  transition: transform 0.3s;
}
.facet-filters .collapse-link:hover {
  background-color: #146199;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  text-decoration: unset;
}
.facet-filters .collapse-link:hover .plus-icon {
  color: #146199;
}
.facet-filters .collapse-link[aria-expanded=true] {
  background-color: #146199;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
.facet-filters .collapse-link[aria-expanded=true] .plus-icon {
  color: #146199;
}
.facet-filters .collapse-link[aria-expanded=true] .plus-icon svg {
  transform: rotate(135deg);
}
.facet-filters.facet-filters-sdg .collapse-link:hover {
  background-color: #585858;
}
.facet-filters.facet-filters-sdg .collapse-link[aria-expanded=true] {
  background-color: #585858;
}

.sort-by-buttons {
  display: flex;
}
.sort-by-buttons .sort-by-text {
  font-weight: 400;
  color: #585858;
  margin-right: 10px;
}
.sort-by-buttons .order-by-button {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: none;
  color: #585858;
  font-weight: 400;
  padding: 0;
  font-size: 1rem;
  border: 0;
}
.sort-by-buttons .order-by-button.active {
  font-weight: 600;
  color: #146199;
  text-transform: none;
}
.sort-by-buttons .order-by-button.active:before {
  opacity: 1;
}
.sort-by-buttons .order-by-button:hover {
  text-decoration: none;
  color: #146199;
}
.sort-by-buttons .order-by-button:hover svg {
  opacity: 1;
}
.sort-by-buttons .order-by-button svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  opacity: 1;
}
.sort-by-buttons .order-by-button svg g {
  stroke-width: 3;
}
.sort-by-buttons .order-by-button.active svg {
  opacity: 1;
}
.sort-by-buttons .order-by-button.order-by-oldest svg {
  transform: rotate(180deg);
}

.list-view-toggle .list-view-toggle-btn {
  padding: 0;
  color: rgba(20, 97, 153, 0.5);
}
.list-view-toggle .list-view-toggle-btn svg {
  color: rgba(20, 97, 153, 0.5);
}
.list-view-toggle .list-view-toggle-btn.active {
  color: #146199;
}
.list-view-toggle .list-view-toggle-btn.active svg {
  color: #146199;
}

.programme-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}
.programme-list [class*=programme-] {
  width: 16px;
  height: 16px;
  background-color: #F5F5F9;
  display: block;
}
.programme-list li {
  margin-right: 0.5rem;
}
.programme-list li:last-child {
  margin-right: 0;
}
.programme-list .programme-sustainable-public-procurement-programme,
.programme-list .programme-sustainable-public-procurement,
.programme-list .programme-public-procurement {
  background-color: #9343BF;
}
.programme-list .programme-consumer-information-for-scp-programme,
.programme-list .programme-consumer-information-for-scp {
  background-color: #00AA5A;
}
.programme-list .programme-sustainable-buildings-amp-construction-programme,
.programme-list .programme-sustainable-buildings-amp-construction,
.programme-list .programme-sustainable-buildings-and-construction,
.programme-list .programme-buildings-and-construction {
  background-color: #F7AB4C;
}
.programme-list .programme-sustainable-food-systems-programme,
.programme-list .programme-sustainable-food-systems,
.programme-list .programme-food-systems {
  background-color: #A80519;
}
.programme-list .programme-sustainable-lifestyles-amp-education-programme,
.programme-list .programme-sustainable-lifestyles-amp-education {
  background-color: #F26825;
}
.programme-list .programme-sustainable-tourism-programme,
.programme-list .programme-sustainable-tourism,
.programme-list .programme-tourism {
  background-color: #146199;
}

.card-programme {
  background-color: #fff;
  border-left: 10px solid #9343BF;
  display: flex;
  padding: 0.5rem 0;
  text-align: left;
  align-items: center;
}
.card-programme .programme-icon {
  background-size: 76px 76px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 90px;
  height: 85px;
  display: block;
}
.card-programme .programme-content {
  width: 260px;
}
.card-programme .programme-content h3 {
  padding-left: 1rem;
  font-size: 1.275rem;
  color: #585858;
}
.card-programme.programme-tooltip-sustainable-public-procurement-programme, .card-programme.programme-tooltip-sustainable-public-procurement, .card-programme.programme-tooltip-public-procurement {
  border-left-color: #9343BF;
}
.card-programme.programme-tooltip-sustainable-public-procurement-programme .programme-icon, .card-programme.programme-tooltip-sustainable-public-procurement .programme-icon, .card-programme.programme-tooltip-public-procurement .programme-icon {
  background-image: url(/themes/custom/onet/assets/images/programme-logo-spp.svg);
}
.card-programme.programme-tooltip-consumer-information-for-scp-programme, .card-programme.programme-tooltip-consumer-information-for-scp {
  border-left-color: #00AA5A;
}
.card-programme.programme-tooltip-consumer-information-for-scp-programme .programme-icon, .card-programme.programme-tooltip-consumer-information-for-scp .programme-icon {
  background-image: url(/themes/custom/onet/assets/images/programme-logo-ci.svg);
}
.card-programme.programme-tooltip-sustainable-buildings-amp-construction-programme, .card-programme.programme-tooltip-sustainable-buildings-amp-construction, .card-programme.programme-tooltip-sustainable-buildings-and-construction, .card-programme.programme-tooltip-buildings-and-construction {
  border-left-color: #F7AB4C;
}
.card-programme.programme-tooltip-sustainable-buildings-amp-construction-programme .programme-icon, .card-programme.programme-tooltip-sustainable-buildings-amp-construction .programme-icon, .card-programme.programme-tooltip-sustainable-buildings-and-construction .programme-icon, .card-programme.programme-tooltip-buildings-and-construction .programme-icon {
  background-image: url(/themes/custom/onet/assets/images/programme-logo-sbc.svg);
}
.card-programme.programme-tooltip-sustainable-food-systems-programme, .card-programme.programme-tooltip-sustainable-food-systems, .card-programme.programme-tooltip-food-systems {
  border-left-color: #A80519;
}
.card-programme.programme-tooltip-sustainable-food-systems-programme .programme-icon, .card-programme.programme-tooltip-sustainable-food-systems .programme-icon, .card-programme.programme-tooltip-food-systems .programme-icon {
  background-image: url(/themes/custom/onet/assets/images/programme-logo-sfs.svg);
}
.card-programme.programme-tooltip-sustainable-lifestyles-amp-education-programme, .card-programme.programme-tooltip-sustainable-lifestyles-amp-education, .card-programme.programme-tooltip-lifestyles-and-education {
  border-left-color: #F26825;
}
.card-programme.programme-tooltip-sustainable-lifestyles-amp-education-programme .programme-icon, .card-programme.programme-tooltip-sustainable-lifestyles-amp-education .programme-icon, .card-programme.programme-tooltip-lifestyles-and-education .programme-icon {
  background-image: url(/themes/custom/onet/assets/images/programme-logo-sle.svg);
}
.card-programme.programme-tooltip-sustainable-tourism-programme, .card-programme.programme-tooltip-sustainable-tourism, .card-programme.programme-tooltip-tourism {
  border-left-color: #146199;
}
.card-programme.programme-tooltip-sustainable-tourism-programme .programme-icon, .card-programme.programme-tooltip-sustainable-tourism .programme-icon, .card-programme.programme-tooltip-tourism .programme-icon {
  background-image: url(/themes/custom/onet/assets/images/programme-logo-st.svg);
}

.tooltip {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}

.meta-data-list-item {
  font-size: 0.825rem;
}
.meta-data-list-item .field-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
}
.meta-data-list-item .field-label:after {
  content: ": ";
  margin-right: 5px;
}
.meta-data-list-item .field-item {
  display: inline-block;
}
.meta-data-list-item .field-item:not(:last-child):after {
  content: ",";
}
.meta-data-list-item .field-item a {
  color: #585858;
  text-decoration: underline;
}

.sdg-icons-sdgs {
  margin-bottom: 30px;
}
.sdg-icons-sdgs h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
  font-size: 0.875rem;
}
.sdg-icons-sdgs .field-items-sdg-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.sdg-icons-sdgs .field-items-sdg-icons .field-item {
  margin-bottom: 10px;
  margin-right: 10px;
}
.sdg-icons-sdgs .field-items-sdg-icons .field-item h2 {
  display: none;
}

.sdg-icons-sdg-targets {
  margin-bottom: 30px;
}
.sdg-icons-sdg-targets h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
  font-size: 0.875rem;
}
.sdg-icons-sdg-targets h2 {
  display: none;
}
.sdg-icons-sdg-targets .field-items-sdg-icons {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.sdg-icons-sdg-targets .field-items-sdg-icons .field-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.icc-new-field-icc-programmes .field-label, .icc-casestudy-field-icc-programmes .field-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.section-members {
  padding: 180px 0px;
  overflow: hidden;
}

.members {
  position: relative;
}
.members .member-center-circle {
  width: 480px;
  height: 480px;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  margin: 0px auto;
  background-color: #f5f5f9;
  color: #747481;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
  z-index: 101;
}
.members .member-circle {
  position: absolute;
  inset: 0px;
  margin: auto;
  background-color: #146199;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  z-index: 100;
  transition: all 1s ease 0s;
}
.members .member-circle .user--avatar-featured {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.members .member-circle img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
}
.members .member-circle:nth-child(2) {
  width: 72px;
  height: 72px;
  transform: translate(250px, -200px);
}
.members .member-circle:nth-child(3) {
  width: 168px;
  height: 168px;
  transform: translate(440px, -100px);
}
.members .member-circle:nth-child(4) {
  width: 112px;
  height: 112px;
  transform: translate(274px, 200px);
}
.members .member-circle:nth-child(5) {
  width: 232px;
  height: 232px;
  transform: translate(640px, 120px);
}
.members .member-circle:nth-child(6) {
  width: 88px;
  height: 88px;
  transform: translate(656px, -238px);
}
.members .member-circle:nth-child(7) {
  width: 104px;
  height: 104px;
  transform: translate(-320px, -208px);
}
.members .member-circle:nth-child(8) {
  width: 232px;
  height: 232px;
  transform: translate(-424px, 48px);
}
.members .member-circle:nth-child(9) {
  width: 72px;
  height: 72px;
  transform: translate(-248px, 216px);
}
.members .member-circle:nth-child(10) {
  width: 160px;
  height: 160px;
  transform: translate(-672px, -152px);
}
.members .member-circle:nth-child(11) {
  width: 112px;
  height: 112px;
  transform: translate(-632px, 224px);
}

.facet-filter-btns .facets-widget-links ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: 2px solid #585858;
}
.facet-filter-btns .facets-widget-links ul li {
  flex: 1 1 auto;
  text-align: center;
}
.facet-filter-btns .facets-widget-links ul li a {
  display: block;
  padding: 0.5rem 1rem;
  background-color: transparent;
}
.facet-filter-btns .facets-widget-links ul li a.is-active {
  background-color: #585858;
  color: #fff;
}
.facet-filter-btns .facets-widget-links ul li a:hover {
  background-color: rgba(88, 88, 88, 0.5);
  color: #fff;
}

.search-filters-buttons .form-radios .form-radios {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #e9ecef;
}
.search-filters-buttons .form-radios .form-radios .form-check {
  flex: 1 1 auto;
  text-align: center;
  padding: 0;
}
.search-filters-buttons .form-radios .form-radios .form-check label {
  display: block;
  padding: 0 1rem;
  background-color: transparent;
  border: 0;
  color: #585858;
  height: 60px;
  line-height: 60px;
  display: block;
}
.search-filters-buttons .form-radios .form-radios .form-check label:hover {
  color: #fff;
  background-color: rgba(0, 147, 126, 0.8);
}
.search-filters-buttons .form-radios .form-radios input:checked + label {
  background-color: #00937E;
  color: #fff;
}

.grid-layout-red .card-news, .grid-layout-green .card-news, .grid-layout-blue .card-news {
  border-bottom-color: #585858;
}
.grid-layout-red .card-news .card-img-top .label, .grid-layout-green .card-news .card-img-top .label, .grid-layout-blue .card-news .card-img-top .label {
  background-color: #585858;
}

.icc-resource--full .page-full-title,
.icc-policy--full .page-full-title,
.icc-project--full .page-full-title,
.icc-events--full .page-full-title,
.icc-webinar--full .page-full-title,
.icc-casestudy--full .page-full-title,
.icc-organisation--full .page-full-title,
.icc-new--full .page-full-title {
  border-bottom: 3px solid #146199;
}
.icc-resource--full .meta-details,
.icc-policy--full .meta-details,
.icc-project--full .meta-details,
.icc-events--full .meta-details,
.icc-webinar--full .meta-details,
.icc-casestudy--full .meta-details,
.icc-organisation--full .meta-details,
.icc-new--full .meta-details {
  margin-top: 15px;
  font-size: 0.875rem;
}
.icc-resource--full .meta-details ul,
.icc-policy--full .meta-details ul,
.icc-project--full .meta-details ul,
.icc-events--full .meta-details ul,
.icc-webinar--full .meta-details ul,
.icc-casestudy--full .meta-details ul,
.icc-organisation--full .meta-details ul,
.icc-new--full .meta-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.icc-resource--full .meta-details ul:not(:first-child),
.icc-policy--full .meta-details ul:not(:first-child),
.icc-project--full .meta-details ul:not(:first-child),
.icc-events--full .meta-details ul:not(:first-child),
.icc-webinar--full .meta-details ul:not(:first-child),
.icc-casestudy--full .meta-details ul:not(:first-child),
.icc-organisation--full .meta-details ul:not(:first-child),
.icc-new--full .meta-details ul:not(:first-child) {
  margin-top: 15px;
}
.icc-resource--full .meta-details ul li,
.icc-policy--full .meta-details ul li,
.icc-project--full .meta-details ul li,
.icc-events--full .meta-details ul li,
.icc-webinar--full .meta-details ul li,
.icc-casestudy--full .meta-details ul li,
.icc-organisation--full .meta-details ul li,
.icc-new--full .meta-details ul li {
  position: relative;
  display: flex;
}
.icc-resource--full .meta-details ul li:not(:last-child):after,
.icc-policy--full .meta-details ul li:not(:last-child):after,
.icc-project--full .meta-details ul li:not(:last-child):after,
.icc-events--full .meta-details ul li:not(:last-child):after,
.icc-webinar--full .meta-details ul li:not(:last-child):after,
.icc-casestudy--full .meta-details ul li:not(:last-child):after,
.icc-organisation--full .meta-details ul li:not(:last-child):after,
.icc-new--full .meta-details ul li:not(:last-child):after {
  content: "|";
  padding-left: 10px;
  margin-right: 10px;
}
.icc-resource--full .meta-details #st-1 .st-btn,
.icc-policy--full .meta-details #st-1 .st-btn,
.icc-project--full .meta-details #st-1 .st-btn,
.icc-events--full .meta-details #st-1 .st-btn,
.icc-webinar--full .meta-details #st-1 .st-btn,
.icc-casestudy--full .meta-details #st-1 .st-btn,
.icc-organisation--full .meta-details #st-1 .st-btn,
.icc-new--full .meta-details #st-1 .st-btn {
  width: 24px;
  height: 24px;
  padding: 0;
}
.icc-resource--full .meta-details #st-1 .st-btn img,
.icc-policy--full .meta-details #st-1 .st-btn img,
.icc-project--full .meta-details #st-1 .st-btn img,
.icc-events--full .meta-details #st-1 .st-btn img,
.icc-webinar--full .meta-details #st-1 .st-btn img,
.icc-casestudy--full .meta-details #st-1 .st-btn img,
.icc-organisation--full .meta-details #st-1 .st-btn img,
.icc-new--full .meta-details #st-1 .st-btn img {
  top: 4px;
}
.icc-resource--full .sidebar-widget,
.icc-policy--full .sidebar-widget,
.icc-project--full .sidebar-widget,
.icc-events--full .sidebar-widget,
.icc-webinar--full .sidebar-widget,
.icc-casestudy--full .sidebar-widget,
.icc-organisation--full .sidebar-widget,
.icc-new--full .sidebar-widget {
  border-bottom: 3px solid #146199;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.icc-resource--full .sidebar-widget .meta-data-list-item,
.icc-policy--full .sidebar-widget .meta-data-list-item,
.icc-project--full .sidebar-widget .meta-data-list-item,
.icc-events--full .sidebar-widget .meta-data-list-item,
.icc-webinar--full .sidebar-widget .meta-data-list-item,
.icc-casestudy--full .sidebar-widget .meta-data-list-item,
.icc-organisation--full .sidebar-widget .meta-data-list-item,
.icc-new--full .sidebar-widget .meta-data-list-item {
  margin-bottom: 15px;
}
.icc-resource--full .icc-sdgs-12-target__field-number,
.icc-policy--full .icc-sdgs-12-target__field-number,
.icc-project--full .icc-sdgs-12-target__field-number,
.icc-events--full .icc-sdgs-12-target__field-number,
.icc-webinar--full .icc-sdgs-12-target__field-number,
.icc-casestudy--full .icc-sdgs-12-target__field-number,
.icc-organisation--full .icc-sdgs-12-target__field-number,
.icc-new--full .icc-sdgs-12-target__field-number {
  background-color: #BF8B2E;
  margin-bottom: 2px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.icc-resource--full .icc-sdgs__field-icon img,
.icc-resource--full .icc-sdgs-12-target__field-icon img,
.icc-policy--full .icc-sdgs__field-icon img,
.icc-policy--full .icc-sdgs-12-target__field-icon img,
.icc-project--full .icc-sdgs__field-icon img,
.icc-project--full .icc-sdgs-12-target__field-icon img,
.icc-events--full .icc-sdgs__field-icon img,
.icc-events--full .icc-sdgs-12-target__field-icon img,
.icc-webinar--full .icc-sdgs__field-icon img,
.icc-webinar--full .icc-sdgs-12-target__field-icon img,
.icc-casestudy--full .icc-sdgs__field-icon img,
.icc-casestudy--full .icc-sdgs-12-target__field-icon img,
.icc-organisation--full .icc-sdgs__field-icon img,
.icc-organisation--full .icc-sdgs-12-target__field-icon img,
.icc-new--full .icc-sdgs__field-icon img,
.icc-new--full .icc-sdgs-12-target__field-icon img {
  width: 80px;
  height: 80px;
}
.icc-resource--full .resource-cover,
.icc-policy--full .resource-cover,
.icc-project--full .resource-cover,
.icc-events--full .resource-cover,
.icc-webinar--full .resource-cover,
.icc-casestudy--full .resource-cover,
.icc-organisation--full .resource-cover,
.icc-new--full .resource-cover {
  background-color: #e9ecef;
}
.icc-resource--full .resource-cover .resource-cover-wrapper,
.icc-policy--full .resource-cover .resource-cover-wrapper,
.icc-project--full .resource-cover .resource-cover-wrapper,
.icc-events--full .resource-cover .resource-cover-wrapper,
.icc-webinar--full .resource-cover .resource-cover-wrapper,
.icc-casestudy--full .resource-cover .resource-cover-wrapper,
.icc-organisation--full .resource-cover .resource-cover-wrapper,
.icc-new--full .resource-cover .resource-cover-wrapper {
  padding: 60px;
}
.icc-resource--full .events-date .icc-events__field-icc-start-date .field__item,
.icc-resource--full .events-date .icc-webinar__field-icc-start-date .field__item,
.icc-resource--full .events-date .icc-events__field-icc-end-date .field__item,
.icc-resource--full .events-date .icc-webinar__field-icc-end-date .field__item,
.icc-resource--full .events-date .icc-project__field-icc-start-date .field__item,
.icc-resource--full .events-date .icc-project__field-icc-end-date .field__item,
.icc-policy--full .events-date .icc-events__field-icc-start-date .field__item,
.icc-policy--full .events-date .icc-webinar__field-icc-start-date .field__item,
.icc-policy--full .events-date .icc-events__field-icc-end-date .field__item,
.icc-policy--full .events-date .icc-webinar__field-icc-end-date .field__item,
.icc-policy--full .events-date .icc-project__field-icc-start-date .field__item,
.icc-policy--full .events-date .icc-project__field-icc-end-date .field__item,
.icc-project--full .events-date .icc-events__field-icc-start-date .field__item,
.icc-project--full .events-date .icc-webinar__field-icc-start-date .field__item,
.icc-project--full .events-date .icc-events__field-icc-end-date .field__item,
.icc-project--full .events-date .icc-webinar__field-icc-end-date .field__item,
.icc-project--full .events-date .icc-project__field-icc-start-date .field__item,
.icc-project--full .events-date .icc-project__field-icc-end-date .field__item,
.icc-events--full .events-date .icc-events__field-icc-start-date .field__item,
.icc-events--full .events-date .icc-webinar__field-icc-start-date .field__item,
.icc-events--full .events-date .icc-events__field-icc-end-date .field__item,
.icc-events--full .events-date .icc-webinar__field-icc-end-date .field__item,
.icc-events--full .events-date .icc-project__field-icc-start-date .field__item,
.icc-events--full .events-date .icc-project__field-icc-end-date .field__item,
.icc-webinar--full .events-date .icc-events__field-icc-start-date .field__item,
.icc-webinar--full .events-date .icc-webinar__field-icc-start-date .field__item,
.icc-webinar--full .events-date .icc-events__field-icc-end-date .field__item,
.icc-webinar--full .events-date .icc-webinar__field-icc-end-date .field__item,
.icc-webinar--full .events-date .icc-project__field-icc-start-date .field__item,
.icc-webinar--full .events-date .icc-project__field-icc-end-date .field__item,
.icc-casestudy--full .events-date .icc-events__field-icc-start-date .field__item,
.icc-casestudy--full .events-date .icc-webinar__field-icc-start-date .field__item,
.icc-casestudy--full .events-date .icc-events__field-icc-end-date .field__item,
.icc-casestudy--full .events-date .icc-webinar__field-icc-end-date .field__item,
.icc-casestudy--full .events-date .icc-project__field-icc-start-date .field__item,
.icc-casestudy--full .events-date .icc-project__field-icc-end-date .field__item,
.icc-organisation--full .events-date .icc-events__field-icc-start-date .field__item,
.icc-organisation--full .events-date .icc-webinar__field-icc-start-date .field__item,
.icc-organisation--full .events-date .icc-events__field-icc-end-date .field__item,
.icc-organisation--full .events-date .icc-webinar__field-icc-end-date .field__item,
.icc-organisation--full .events-date .icc-project__field-icc-start-date .field__item,
.icc-organisation--full .events-date .icc-project__field-icc-end-date .field__item,
.icc-new--full .events-date .icc-events__field-icc-start-date .field__item,
.icc-new--full .events-date .icc-webinar__field-icc-start-date .field__item,
.icc-new--full .events-date .icc-events__field-icc-end-date .field__item,
.icc-new--full .events-date .icc-webinar__field-icc-end-date .field__item,
.icc-new--full .events-date .icc-project__field-icc-start-date .field__item,
.icc-new--full .events-date .icc-project__field-icc-end-date .field__item {
  font-size: 1.2rem;
  color: #146199;
  font-weight: 600;
}
.icc-resource--full .events-date .icc-events__field-icc-start-date .field__item.small,
.icc-resource--full .events-date .icc-webinar__field-icc-start-date .field__item.small,
.icc-resource--full .events-date .icc-events__field-icc-end-date .field__item.small,
.icc-resource--full .events-date .icc-webinar__field-icc-end-date .field__item.small,
.icc-resource--full .events-date .icc-project__field-icc-start-date .field__item.small,
.icc-resource--full .events-date .icc-project__field-icc-end-date .field__item.small,
.icc-policy--full .events-date .icc-events__field-icc-start-date .field__item.small,
.icc-policy--full .events-date .icc-webinar__field-icc-start-date .field__item.small,
.icc-policy--full .events-date .icc-events__field-icc-end-date .field__item.small,
.icc-policy--full .events-date .icc-webinar__field-icc-end-date .field__item.small,
.icc-policy--full .events-date .icc-project__field-icc-start-date .field__item.small,
.icc-policy--full .events-date .icc-project__field-icc-end-date .field__item.small,
.icc-project--full .events-date .icc-events__field-icc-start-date .field__item.small,
.icc-project--full .events-date .icc-webinar__field-icc-start-date .field__item.small,
.icc-project--full .events-date .icc-events__field-icc-end-date .field__item.small,
.icc-project--full .events-date .icc-webinar__field-icc-end-date .field__item.small,
.icc-project--full .events-date .icc-project__field-icc-start-date .field__item.small,
.icc-project--full .events-date .icc-project__field-icc-end-date .field__item.small,
.icc-events--full .events-date .icc-events__field-icc-start-date .field__item.small,
.icc-events--full .events-date .icc-webinar__field-icc-start-date .field__item.small,
.icc-events--full .events-date .icc-events__field-icc-end-date .field__item.small,
.icc-events--full .events-date .icc-webinar__field-icc-end-date .field__item.small,
.icc-events--full .events-date .icc-project__field-icc-start-date .field__item.small,
.icc-events--full .events-date .icc-project__field-icc-end-date .field__item.small,
.icc-webinar--full .events-date .icc-events__field-icc-start-date .field__item.small,
.icc-webinar--full .events-date .icc-webinar__field-icc-start-date .field__item.small,
.icc-webinar--full .events-date .icc-events__field-icc-end-date .field__item.small,
.icc-webinar--full .events-date .icc-webinar__field-icc-end-date .field__item.small,
.icc-webinar--full .events-date .icc-project__field-icc-start-date .field__item.small,
.icc-webinar--full .events-date .icc-project__field-icc-end-date .field__item.small,
.icc-casestudy--full .events-date .icc-events__field-icc-start-date .field__item.small,
.icc-casestudy--full .events-date .icc-webinar__field-icc-start-date .field__item.small,
.icc-casestudy--full .events-date .icc-events__field-icc-end-date .field__item.small,
.icc-casestudy--full .events-date .icc-webinar__field-icc-end-date .field__item.small,
.icc-casestudy--full .events-date .icc-project__field-icc-start-date .field__item.small,
.icc-casestudy--full .events-date .icc-project__field-icc-end-date .field__item.small,
.icc-organisation--full .events-date .icc-events__field-icc-start-date .field__item.small,
.icc-organisation--full .events-date .icc-webinar__field-icc-start-date .field__item.small,
.icc-organisation--full .events-date .icc-events__field-icc-end-date .field__item.small,
.icc-organisation--full .events-date .icc-webinar__field-icc-end-date .field__item.small,
.icc-organisation--full .events-date .icc-project__field-icc-start-date .field__item.small,
.icc-organisation--full .events-date .icc-project__field-icc-end-date .field__item.small,
.icc-new--full .events-date .icc-events__field-icc-start-date .field__item.small,
.icc-new--full .events-date .icc-webinar__field-icc-start-date .field__item.small,
.icc-new--full .events-date .icc-events__field-icc-end-date .field__item.small,
.icc-new--full .events-date .icc-webinar__field-icc-end-date .field__item.small,
.icc-new--full .events-date .icc-project__field-icc-start-date .field__item.small,
.icc-new--full .events-date .icc-project__field-icc-end-date .field__item.small {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.icc-resource--full .events-date .icc-events__field-icc-start-date .field__label,
.icc-resource--full .events-date .icc-webinar__field-icc-start-date .field__label,
.icc-resource--full .events-date .icc-events__field-icc-end-date .field__label,
.icc-resource--full .events-date .icc-webinar__field-icc-end-date .field__label,
.icc-resource--full .events-date .icc-project__field-icc-start-date .field__label,
.icc-resource--full .events-date .icc-project__field-icc-end-date .field__label,
.icc-policy--full .events-date .icc-events__field-icc-start-date .field__label,
.icc-policy--full .events-date .icc-webinar__field-icc-start-date .field__label,
.icc-policy--full .events-date .icc-events__field-icc-end-date .field__label,
.icc-policy--full .events-date .icc-webinar__field-icc-end-date .field__label,
.icc-policy--full .events-date .icc-project__field-icc-start-date .field__label,
.icc-policy--full .events-date .icc-project__field-icc-end-date .field__label,
.icc-project--full .events-date .icc-events__field-icc-start-date .field__label,
.icc-project--full .events-date .icc-webinar__field-icc-start-date .field__label,
.icc-project--full .events-date .icc-events__field-icc-end-date .field__label,
.icc-project--full .events-date .icc-webinar__field-icc-end-date .field__label,
.icc-project--full .events-date .icc-project__field-icc-start-date .field__label,
.icc-project--full .events-date .icc-project__field-icc-end-date .field__label,
.icc-events--full .events-date .icc-events__field-icc-start-date .field__label,
.icc-events--full .events-date .icc-webinar__field-icc-start-date .field__label,
.icc-events--full .events-date .icc-events__field-icc-end-date .field__label,
.icc-events--full .events-date .icc-webinar__field-icc-end-date .field__label,
.icc-events--full .events-date .icc-project__field-icc-start-date .field__label,
.icc-events--full .events-date .icc-project__field-icc-end-date .field__label,
.icc-webinar--full .events-date .icc-events__field-icc-start-date .field__label,
.icc-webinar--full .events-date .icc-webinar__field-icc-start-date .field__label,
.icc-webinar--full .events-date .icc-events__field-icc-end-date .field__label,
.icc-webinar--full .events-date .icc-webinar__field-icc-end-date .field__label,
.icc-webinar--full .events-date .icc-project__field-icc-start-date .field__label,
.icc-webinar--full .events-date .icc-project__field-icc-end-date .field__label,
.icc-casestudy--full .events-date .icc-events__field-icc-start-date .field__label,
.icc-casestudy--full .events-date .icc-webinar__field-icc-start-date .field__label,
.icc-casestudy--full .events-date .icc-events__field-icc-end-date .field__label,
.icc-casestudy--full .events-date .icc-webinar__field-icc-end-date .field__label,
.icc-casestudy--full .events-date .icc-project__field-icc-start-date .field__label,
.icc-casestudy--full .events-date .icc-project__field-icc-end-date .field__label,
.icc-organisation--full .events-date .icc-events__field-icc-start-date .field__label,
.icc-organisation--full .events-date .icc-webinar__field-icc-start-date .field__label,
.icc-organisation--full .events-date .icc-events__field-icc-end-date .field__label,
.icc-organisation--full .events-date .icc-webinar__field-icc-end-date .field__label,
.icc-organisation--full .events-date .icc-project__field-icc-start-date .field__label,
.icc-organisation--full .events-date .icc-project__field-icc-end-date .field__label,
.icc-new--full .events-date .icc-events__field-icc-start-date .field__label,
.icc-new--full .events-date .icc-webinar__field-icc-start-date .field__label,
.icc-new--full .events-date .icc-events__field-icc-end-date .field__label,
.icc-new--full .events-date .icc-webinar__field-icc-end-date .field__label,
.icc-new--full .events-date .icc-project__field-icc-start-date .field__label,
.icc-new--full .events-date .icc-project__field-icc-end-date .field__label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 0.825rem;
}

.resource-cover {
  background-color: #e9ecef;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.resource-cover .user__user-picture img {
  position: relative;
  color: #585858;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  height: 250px;
  width: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s ease;
  filter: grayscale(100%);
  border-radius: 50%;
}
.resource-cover .user-label-expert {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  align-items: center;
  line-height: 1;
  position: absolute;
  bottom: 20px;
}
.resource-cover .user-label-expert svg {
  margin-right: 5px;
}
.resource-cover .user-label-expert svg path {
  fill: #00937E;
}

h2.title-special {
  font-size: 75px;
  line-height: 95px;
  letter-spacing: -2px;
  font-weight: 600;
  background: #bf8b2e;
  background: -webkit-linear-gradient(135deg, #146199 0%, #146199 50%, #bf8b2e 70%, #bf8b2e 100%);
  background-size: auto;
  background-clip: border-box;
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

.content-meta-details {
  border-top: 3px solid #146199;
  border-bottom: 3px solid #146199;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.icc-policy__field-adoption-year,
.icc-policy__field-development-year,
.icc-policy__field-ended-year,
.icc-policy__field-implementation-start-year {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.icc-policy__field-adoption-year .field__item,
.icc-policy__field-development-year .field__item,
.icc-policy__field-ended-year .field__item,
.icc-policy__field-implementation-start-year .field__item {
  font-size: 1.2rem;
  color: #146199;
  font-weight: 600;
}
.icc-policy__field-adoption-year .field__label,
.icc-policy__field-development-year .field__label,
.icc-policy__field-ended-year .field__label,
.icc-policy__field-implementation-start-year .field__label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 0.825rem;
}

.section-title.text-gradient h2 {
  font-size: 75px;
  line-height: 95px;
  letter-spacing: -2px;
  font-weight: 800;
  background: -webkit-linear-gradient(140deg, #80be41 0%, #14937e 50%, #14609a 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title.text-gradient .text-brown h1 {
  font-size: 75px;
  line-height: 95px;
  letter-spacing: -2px;
  font-weight: 600;
  background: #bf8b2e;
  background: -webkit-linear-gradient(135deg, #146199 0%, #146199 50%, #bf8b2e 70%, #bf8b2e 100%);
  background-size: auto;
  background-clip: border-box;
  background-size: auto;
  background-clip: border-box;
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .section-title.text-gradient .text-brown h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
.section-title.with-cta .section-title-wrapper .cta {
  text-align: center;
}
.section-title a:not(.btn) {
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, -30px 100%;
  background-image: linear-gradient(#146199, #146199), linear-gradient(#146199, #146199);
  background-color: transparent;
  transition: color 300ms ease;
  color: #585858;
  text-decoration: none;
}

.button {
  text-transform: uppercase;
  border-width: 2px;
}

.btn, .js-pager__items .pager__item .button {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-orange, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit], .btn-yellow, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit] {
  color: #fff;
}
.btn-orange:hover, .section-sustainable-lifestyles-education-programme .search-filters .btn-submit input[type=submit]:hover, .btn-yellow:hover, .section-sustainable-buildings-construction-programme .search-filters .btn-submit input[type=submit]:hover {
  color: #fff;
}

.features .feature {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s;
}
.features .feature .icon {
  width: 96px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.features .feature .icon img {
  width: 96px;
  height: auto;
}
.features .feature h3 {
  color: #585858;
}
.features .feature p {
  color: #585858;
}
.features .feature .title {
  text-align: center;
}
.features .feature .description {
  margin-bottom: 1rem;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.features .feature .description p:last-child {
  margin: 0;
}
.features .feature:hover {
  transform: scale(1.05);
}
.features .feature .icon-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.features .feature .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}
.features .feature .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.features .feature .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.features .text-left .feature .icon {
  margin-left: 0;
}
.features.style-default .feature {
  padding: 0;
}
.features.style-default .feature h3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding-bottom: 0.5rem;
}
.features.style-default .feature.color-green h3 {
  border-color: #00AA5A;
}
.features.style-default .feature.color-teal h3 {
  border-color: #00937E;
}
.features.style-default .feature.color-blue h3 {
  border-color: #00AA5A;
}
.features.style-default .feature.color-blue h3 {
  border-color: #146199;
}
.features.style-colored .feature.color-green {
  background-color: #00AA5A;
}
.features.style-colored .feature.color-teal {
  background-color: #00937E;
}
.features.style-colored .feature.color-blue {
  background-color: #146199;
}
.features.style-colored .feature.color-dark {
  background-color: #585858;
}
.features.style-colored .feature.color-sdg {
  background-color: #BF8B2E;
}
.features.style-colored .feature h3 {
  color: #fff;
}
.features.style-colored .feature p {
  color: #fff;
}
.features.style-gradient .feature.color-green {
  background: #80be41;
  background: linear-gradient(140deg, #80be41 0%, #14937e 50%, #14609a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
}
.features.style-gradient .feature.color-green h3 {
  color: #fff;
}
.features.style-gradient .feature.color-green p {
  color: #fff;
}
.features.ratio-1-1 .feature {
  padding: 0;
  position: relative;
}
.features.ratio-1-1 .feature:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.features.ratio-1-1 .feature .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(88, 88, 88, 0.7);
  z-index: 1;
}
.features.ratio-1-1 .feature .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 30px;
}

@media (max-width: 991.98px) {
  .layout .col-md-4 .feature {
    margin-bottom: 30px;
  }
}
.feature.ratio-1-1 {
  padding: 0;
  position: relative;
}
.feature.ratio-1-1 picture {
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
}
.feature.ratio-1-1 picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature.ratio-1-1 picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature.ratio-1-1 picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature.ratio-1-1 picture img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature.ratio-1-1 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(88, 88, 88, 0.7);
  z-index: 1;
}
.feature.ratio-1-1 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 30px;
}
.feature.ratio-1-1 .icon-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.feature.ratio-1-1 .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  z-index: 10;
}
.feature.ratio-1-1 .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.feature.ratio-1-1 .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.feature:hover picture img {
  transform: scale(1.2);
}
.feature.color-white .content h3 {
  color: #585858;
}
.feature.color-dark {
  background-color: #585858;
}
.feature.color-dark .content h3 {
  color: #fff;
}
.feature.color-sdg {
  background-color: #BF8B2E;
}
.feature.color-sdg .content h3 {
  color: #fff;
}
.feature.color-blue {
  background-color: #146199;
}
.feature.color-blue .content h3 {
  color: #fff;
}

.plyr--video {
  border-radius: 0;
}
.plyr--video .plyr__poster {
  transition: filter 2s ease-out;
  filter: brightness(0.5);
  background-size: cover;
}
.plyr--video:hover .plyr__poster {
  filter: brightness(1);
}
.plyr--video .plyr__control--overlaid {
  background-color: #146199;
}
.plyr--video .plyr__control--overlaid::before {
  -webkit-animation: fx-plyr-play-button 2s ease-out infinite;
          animation: fx-plyr-play-button 2s ease-out infinite;
  border: 4px solid #146199;
  border-radius: 200%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  content: "";
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}
@-webkit-keyframes fx-plyr-play-button {
  0% {
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes fx-plyr-play-button {
  0% {
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
  }
}
.video-js:hover .vjs-big-play-button {
  transform: scale(1.2);
}
.video-js {
  width: 100%;
}

.plyr__progress__buffer {
  width: auto !important;
  height: auto !important;
}

.presentation .image {
  height: 500px;
}
@media (max-width: 991.98px) {
  .presentation .image {
    height: auto;
  }
}
.presentation .image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 991.98px) {
  .presentation .image img {
    height: auto;
  }
}
.presentation .image.image-logo {
  height: 500px;
  background: #F5F5F9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
.presentation .image.image-logo img {
  height: auto;
}
.presentation .content {
  height: 500px;
  background-color: #F5F5F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 991.98px) {
  .presentation .content {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.presentation h3 {
  text-transform: uppercase;
}
.presentation .image-4-3 {
  position: relative;
  overflow: hidden;
}
.presentation .image-4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.presentation .image-4-3 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.presentation .image-4-3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.presentation.color-green .content {
  background-color: #00AA5A;
}
.presentation.color-green .content h3, .presentation.color-green .content .description, .presentation.color-green .content a {
  color: #fff;
}
.presentation.color-green .content a {
  text-decoration: underline;
}
.presentation.color-teal .content {
  background-color: #00937E;
}
.presentation.color-teal .content h3, .presentation.color-teal .content .description, .presentation.color-teal .content a {
  color: #fff;
}
.presentation.color-teal .content a {
  text-decoration: underline;
}
.presentation.color-blue .content {
  background-color: #146199;
}
.presentation.color-blue .content h3, .presentation.color-blue .content .description, .presentation.color-blue .content a {
  color: #fff;
}
.presentation.color-blue .content a {
  text-decoration: underline;
}

.presentation-stats {
  background: #80be41;
  background: linear-gradient(140deg, #80be41 0%, #14937e 50%, #14609a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
  padding-top: 60px;
  padding-bottom: 60px;
}
.presentation-stats .presentation-stats-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.presentation-stats .presentation-stats-item .number {
  font-size: 6rem;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
}
.presentation-stats .presentation-stats-item h3 {
  color: #fff;
}
.presentation-stats .presentation-stats-item p {
  color: #fff;
}
.presentation-stats .presentation-stats-item .description {
  margin-bottom: 1rem;
}
.presentation-stats .presentation-stats-item .description p:last-child {
  margin: 0;
}

.background {
  position: relative;
  overflow: hidden;
}
.background .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .background .image img {
    position: relative;
  }
}
.background .content {
  width: 100%;
  bottom: 0;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .background .content {
    padding: 0;
  }
}
.background .content .content-wrapper {
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .background .content .content-wrapper {
    margin: 0;
  }
}
.background .content .content-wrapper .overlay-bg {
  background-color: #00937E;
  position: absolute;
  top: -30px;
  left: -30px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .background .content .content-wrapper .overlay-bg {
    position: relative;
  }
}
.background .content .content-wrapper.ratio-1-1 {
  position: relative;
}
.background .content .content-wrapper.ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media (max-width: 991.98px) {
  .background .content .content-wrapper.ratio-1-1:before {
    content: none;
  }
}
.background .content .content-wrapper.ratio-4-3 {
  position: relative;
}
.background .content .content-wrapper.ratio-4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.background .content .content-wrapper.ratio-3-4 {
  position: relative;
}
.background .content .content-wrapper.ratio-3-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.background .content .content-wrapper .content-wrapper-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  padding: 60px;
}
@media (max-width: 991.98px) {
  .background .content .content-wrapper .content-wrapper-inner {
    position: relative;
    padding-bottom: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.background .content .content-wrapper .footer .icon-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.background .content .content-wrapper .footer .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  z-index: 10;
}
.background .content .content-wrapper .footer .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #585858;
  top: 50%;
  transition: width 0.2s ease-out;
}
.background .content .content-wrapper .footer .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #585858;
  border-right: 2px solid #585858;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.card-news {
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #146199;
  padding-bottom: 1rem;
}
.card-news .card-img-top {
  position: relative;
  /*picture {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    @include aspect-ratio(4,3);
  }*/
}
.card-news .card-img-top .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #146199;
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  z-index: 2;
  color: #fff;
}
.card-news .card-body {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.card-news .title a {
  color: #585858;
}
@media (max-width: 767.98px) {
  .card-news h3 {
    font-size: 1rem;
  }
}
.card-news .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.card-news .meta-data span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.card-news .meta-data span:not(:last-child):after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}
.card-news .card-event-date {
  position: relative;
  overflow: hidden;
}
.card-news .card-event-date:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-news .card-event-date .card-event-date-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-news .card-event-date .card-event-date-inner .event-date {
  color: #146199;
}
.card-news .card-event-date .card-event-date-inner .event-date span {
  display: block;
  text-align: center;
}

.label-other-sdgs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.label-other-sdgs .sdg-target-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.label-other-sdgs .sdg-target-list li span {
  background-color: #BF8B2E;
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  z-index: 2;
  color: #fff;
  display: block;
  margin-right: 1px;
}

.card-organisation-custodian-agency .icc-organisation-field-icc-sdgs-12-target {
  margin-left: auto;
}
.card-organisation-custodian-agency .icc-organisation-field-icc-sdgs-12-target .field-label {
  font-size: 0.875rem;
  text-align: right;
}
.card-organisation-custodian-agency .sdg-target-list {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
.card-organisation-custodian-agency .sdg-target-list li {
  display: inline-block;
  margin-bottom: 7px;
}
.card-organisation-custodian-agency .sdg-target-list li span {
  background-color: #BF8B2E;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: none;
}

.card-publication-download {
  background-color: #F5F5F9;
}
.card-publication-download .card {
  border-radius: 20px;
  border: 0;
}

.card-user-compact-sdg {
  border-bottom: 3px solid #BF8B2E !important;
}
[id*=views-bootstrap-user-members-block-user-members] .row > [class*=col-md-6] {
  margin-bottom: 30px;
}

.card-knowledge-item {
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #146199;
  padding-bottom: 1rem;
}
.card-knowledge-item .card-img-top-wrapper {
  position: relative;
  overflow: hidden;
}
.card-knowledge-item .card-img-top-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-knowledge-item .card-img-top-wrapper .card-img-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-knowledge-item .card-img-top-wrapper .card-img-top-inner .card-img-top-content {
  width: 100%;
  height: 100%;
  background-color: #e9ecef;
  padding: 2rem;
}
.card-knowledge-item .aspect-ratio-3-2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-knowledge-item .aspect-ratio-3-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.card-knowledge-item .aspect-ratio-3-2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border: 1px solid rgba(88, 88, 88, 0.1);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}
.card-knowledge-item .aspect-ratio-2-3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-knowledge-item .aspect-ratio-2-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.card-knowledge-item .aspect-ratio-2-3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border: 1px solid rgba(88, 88, 88, 0.1);
}
.card-knowledge-item .card-img-top {
  position: relative;
}
.card-knowledge-item .card-img-top .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #146199;
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  z-index: 2;
  color: #fff;
}
.card-knowledge-item .card-img-top picture {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  position: relative;
  overflow: hidden;
}
.card-knowledge-item .card-img-top picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-knowledge-item .card-img-top picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-knowledge-item .card-img-top picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-knowledge-item .card-body {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.card-knowledge-item .title a {
  color: #585858;
}
@media (max-width: 767.98px) {
  .card-knowledge-item h3 {
    font-size: 1rem;
  }
}
.card-knowledge-item .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.card-knowledge-item .meta-data span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.card-knowledge-item .meta-data span:not(:last-child):after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}
.card-knowledge-item .image-placeholder {
  position: relative;
  overflow: hidden;
  background-color: #e9ecef;
}
.card-knowledge-item .image-placeholder:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-knowledge-item .image-placeholder:after {
  content: "";
  height: 76px;
  width: 76px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  background-size: 76px 76px;
  position: absolute;
  background-repeat: no-repeat;
}
.card-knowledge-item .image-placeholder.icon-resource:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='none' stroke='%23585858' stroke-miterlimit='10'%3E%3Crect x='6' y='8' width='32' height='38'%3E%3C/rect%3E %3Cpolyline points=' 10,2 44,2 44,42 ' stroke='%23585858'%3E%3C/polyline%3E %3Cline x1='14' y1='18' x2='30' y2='18' stroke='%23585858'%3E%3C/line%3E %3Cline x1='14' y1='26' x2='30' y2='26' stroke='%23585858'%3E%3C/line%3E %3Cline x1='14' y1='34' x2='22' y2='34' stroke='%23585858'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
}
.card-knowledge-item .image-placeholder.icon-policy:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='none' stroke='%23585858' stroke-miterlimit='10'%3E%3Cpolygon points='6 46 6 2 42 2 42 35 42 46 6 46'%3E%3C/polygon%3E%3Cpolygon points='24 8 14 13 14 15 34 15 34 13 24 8' stroke='%23585858'%3E%3C/polygon%3E%3Cline x1='17' y1='26' x2='17' y2='20' stroke='%23585858'%3E%3C/line%3E%3Cline x1='24' y1='26' x2='24' y2='20' stroke='%23585858'%3E%3C/line%3E%3Cline x1='31' y1='26' x2='31' y2='20' stroke='%23585858'%3E%3C/line%3E%3Cline x1='14' y1='26' x2='34' y2='26' stroke='%23585858'%3E%3C/line%3E%3Cline x1='14' y1='32' x2='34' y2='32' stroke='%23585858'%3E%3C/line%3E%3Cline x1='14' y1='38' x2='24' y2='38' stroke='%23585858'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
}
.card-knowledge-item .image-placeholder.icon-project:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='none' stroke='%23585858' stroke-miterlimit='10'%3E%3Cline x1='2' y1='24' x2='6' y2='24' stroke='%23585858'%3E%3C/line%3E %3Cline x1='8.444' y1='8.444' x2='11.272' y2='11.272' stroke='%23585858'%3E%3C/line%3E %3Cline x1='24' y1='2' x2='24' y2='6' stroke='%23585858'%3E%3C/line%3E %3Cline x1='39.556' y1='8.444' x2='36.728' y2='11.272' stroke='%23585858'%3E%3C/line%3E %3Cline x1='46' y1='24' x2='42' y2='24' stroke='%23585858'%3E%3C/line%3E %3Cpath d='M36,24 c0-6.627-5.373-12-12-12s-12,5.373-12,12c0,5.223,3.342,9.653,8,11.302V41h8v-5.698C32.658,33.653,36,29.223,36,24z'%3E%3C/path%3E %3Cline x1='20' y1='46' x2='28' y2='46'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
}

.programme-list-overlay {
  position: absolute;
  left: 1rem;
  z-index: 10;
}

[id*=views-bootstrap-content-global-block-content-global-knowledge-centre] .row [class*=col-] {
  margin-bottom: 30px;
}

.card-knowledge-item-horizontal {
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #146199;
  padding-bottom: 1rem;
}
.card-knowledge-item-horizontal .card-img-top-wrapper {
  position: relative;
  overflow: hidden;
}
.card-knowledge-item-horizontal .card-img-top-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-knowledge-item-horizontal .card-img-top-wrapper .card-img-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-knowledge-item-horizontal .card-img-top-wrapper .card-img-top-inner .card-img-top-content {
  width: 100%;
  height: 100%;
  background-color: #e9ecef;
  padding: 2rem;
}
.card-knowledge-item-horizontal .aspect-ratio-3-2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-knowledge-item-horizontal .aspect-ratio-3-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.card-knowledge-item-horizontal .aspect-ratio-3-2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border: 1px solid rgba(88, 88, 88, 0.1);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
  z-index: 10;
}
.card-knowledge-item-horizontal .aspect-ratio-2-3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-knowledge-item-horizontal .aspect-ratio-2-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.card-knowledge-item-horizontal .aspect-ratio-2-3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border: 1px solid rgba(88, 88, 88, 0.1);
  z-index: 10;
}
.card-knowledge-item-horizontal .card-img-top {
  position: relative;
}
.card-knowledge-item-horizontal .card-img-top .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #146199;
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  z-index: 2;
  color: #fff;
}
.card-knowledge-item-horizontal .card-img-top picture {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  position: relative;
  overflow: hidden;
}
.card-knowledge-item-horizontal .card-img-top picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-knowledge-item-horizontal .card-img-top picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-knowledge-item-horizontal .card-img-top picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-knowledge-item-horizontal .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.card-knowledge-item-horizontal .card-body .meta-data-list-item {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .card-knowledge-item-horizontal h3 {
    font-size: 1rem;
  }
}
.card-knowledge-item-horizontal .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.card-knowledge-item-horizontal .meta-data span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.card-knowledge-item-horizontal .meta-data span:not(:last-child):after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}
.card-knowledge-item-horizontal .meta-data-list {
  padding: 0;
  list-style: none;
  font-size: 0.725rem;
}
.card-knowledge-item-horizontal .meta-data-list li .label {
  font-weight: 800;
}

.card-knowledge-item-horizontal-compact {
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #585858;
  padding-bottom: 1rem;
  margin-bottom: 30px;
}
.card-knowledge-item-horizontal-compact .card-img-top-wrapper {
  position: relative;
  overflow: hidden;
}
.card-knowledge-item-horizontal-compact .card-img-top-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.card-knowledge-item-horizontal-compact .card-img-top-wrapper .card-img-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-knowledge-item-horizontal-compact .card-img-top-wrapper .card-img-top-inner .card-img-top-content {
  width: 100%;
  height: 100%;
  background-color: #e9ecef;
  padding: 15px;
}
.card-knowledge-item-horizontal-compact .aspect-ratio-3-2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-knowledge-item-horizontal-compact .aspect-ratio-3-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.card-knowledge-item-horizontal-compact .aspect-ratio-3-2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border: 1px solid rgba(88, 88, 88, 0.1);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}
.card-knowledge-item-horizontal-compact .aspect-ratio-2-3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-knowledge-item-horizontal-compact .aspect-ratio-2-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.card-knowledge-item-horizontal-compact .aspect-ratio-2-3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border: 1px solid rgba(88, 88, 88, 0.1);
}
.card-knowledge-item-horizontal-compact .card-img-top {
  position: relative;
}
.card-knowledge-item-horizontal-compact .card-img-top .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #146199;
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  z-index: 2;
  color: #fff;
}
.card-knowledge-item-horizontal-compact .card-img-top picture {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  position: relative;
  overflow: hidden;
}
.card-knowledge-item-horizontal-compact .card-img-top picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-knowledge-item-horizontal-compact .card-img-top picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-knowledge-item-horizontal-compact .card-img-top picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-knowledge-item-horizontal-compact .card-body {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.card-knowledge-item-horizontal-compact .title a {
  color: #585858;
}
.card-knowledge-item-horizontal-compact h3 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .card-knowledge-item-horizontal-compact h3 {
    font-size: 0.875rem;
  }
}
.card-knowledge-item-horizontal-compact .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.card-knowledge-item-horizontal-compact .meta-data span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.card-knowledge-item-horizontal-compact .meta-data span:not(:last-child):after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}
.card-knowledge-item-horizontal-compact .meta-data-list {
  padding: 0;
  list-style: none;
  font-size: 0.725rem;
}
.card-knowledge-item-horizontal-compact .meta-data-list li .label {
  font-weight: 800;
}

.card-user {
  height: 100%;
  background-color: #F5F5F9;
  overflow: hidden;
  border-bottom: 3px solid #146199;
  padding: 1rem;
}
.card-user .card-user-inner {
  display: flex;
}
.card-user .card-user-inner .card-user-content {
  margin-left: 1rem;
}
.card-user .user-details {
  list-style: none;
  padding: 0;
  font-size: 0.975rem;
}
.card-user .user-details li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.card-user .user-details li svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.card-user .user-details li a {
  color: #585858;
  text-decoration: underline;
}
.card-user .card-details {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(88, 88, 88, 0.1);
}
@media (max-width: 767.98px) {
  .card-user h3 {
    font-size: 1rem;
  }
}
.card-user .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.card-user .meta-data span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.card-user .meta-data span:not(:last-child):after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}
.card-user .meta-data-list {
  padding: 0;
  list-style: none;
  font-size: 0.725rem;
}
.card-user .meta-data-list li .label {
  font-weight: 800;
}

[id*=views-bootstrap-user-members-block-user-members] .row > [class*=col-md-6] {
  margin-bottom: 30px;
}

.card-user-compact {
  height: 100%;
  background-color: #F5F5F9;
  overflow: hidden;
  border-bottom: 3px solid #146199;
  padding: 1rem;
}
.card-user-compact .card-user-inner {
  display: flex;
}
.card-user-compact .card-user-inner .card-user-content {
  margin-left: 1rem;
}
.card-user-compact .card-user-inner .card-user-content .title a {
  color: #585858;
}
.card-user-compact .user-details {
  list-style: none;
  padding: 0;
}
.card-user-compact .user-details li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.card-user-compact .user-details li svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.card-user-compact .user-details li a {
  color: #585858;
  text-decoration: underline;
}
.card-user-compact .card-details {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(88, 88, 88, 0.1);
}
@media (max-width: 767.98px) {
  .card-user-compact h3 {
    font-size: 1rem;
  }
}
.card-user-compact .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.card-user-compact .meta-data span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.card-user-compact .meta-data span:not(:last-child):after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}
.card-user-compact .meta-data-list {
  padding: 0;
  list-style: none;
  font-size: 0.725rem;
}
.card-user-compact .meta-data-list li .label {
  font-weight: 800;
}

[id*=views-bootstrap-user-members-block-user-members] .row > [class*=col-md-6] {
  margin-bottom: 30px;
}

.card-user-compact-collapse {
  height: 100%;
  background-color: #F5F5F9;
  overflow: hidden;
  border-bottom: 3px solid #146199;
  padding: 1rem;
}
.card-user-compact-collapse .card-user-inner {
  display: flex;
}
.card-user-compact-collapse .card-user-inner .card-user-content {
  margin-left: 1rem;
}
.card-user-compact-collapse .card-user-inner .card-user-content .title a {
  color: #585858;
}
.card-user-compact-collapse .user-details {
  list-style: none;
  padding: 0;
}
.card-user-compact-collapse .user-details li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.card-user-compact-collapse .user-details li svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.card-user-compact-collapse .user-details li a {
  color: #585858;
  text-decoration: underline;
}
.card-user-compact-collapse .card-details {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(88, 88, 88, 0.1);
}
@media (max-width: 767.98px) {
  .card-user-compact-collapse h3 {
    font-size: 1rem;
  }
}
.card-user-compact-collapse .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.card-user-compact-collapse .meta-data span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.card-user-compact-collapse .meta-data span:not(:last-child):after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}
.card-user-compact-collapse .meta-data-list {
  padding: 0;
  list-style: none;
  font-size: 0.725rem;
}
.card-user-compact-collapse .meta-data-list li .label {
  font-weight: 800;
}

[id*=views-bootstrap-user-members-block-user-members] .row > [class*=col-md-6] {
  margin-bottom: 30px;
}

.card-organisation {
  height: 100%;
  background-color: #F5F5F9;
  overflow: hidden;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.card-organisation .card-organisation-logo {
  display: block;
  justify-content: start;
  align-items: center;
  width: 150px;
  height: 150px;
  padding-right: 15px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}
.card-organisation .card-organisation-logo:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.card-organisation .card-organisation-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}
.card-organisation .card-organisation-logo .card-organisation-content {
  margin-left: 1rem;
}
.card-organisation .card-details {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(88, 88, 88, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-organisation .card-details .title {
  margin-bottom: 1rem;
}
.card-organisation .card-details .details {
  display: flex;
  margin-top: auto;
  align-items: end;
}
.card-organisation .card-details .details .meta-data ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.card-organisation .card-details .details .meta-data ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.card-organisation .card-details .details .meta-data ul li svg {
  margin-right: 5px;
}
.card-organisation .card-details .details .meta-data ul li span:not(:last-child):after {
  content: ",";
  margin-right: 5px;
}
.card-organisation .card-details .details .meta-data ul li a {
  color: #585858;
}
.card-organisation .card-details .details .programmes {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  min-width: 80px;
}
.card-organisation .card-details .details .programmes .text {
  font-size: 0.875rem;
  text-align: right;
}
.card-organisation .card-details .details .programmes .programme-list {
  margin-top: 5px;
  margin-left: auto;
}
.card-organisation .icc-organisation__field-role-in-programme {
  display: flex;
  justify-content: end;
}
.card-organisation .icc-organisation__field-role-in-programme .field__item {
  margin-left: 5px;
}
.card-organisation .title a {
  color: #585858;
}
@media (max-width: 767.98px) {
  .card-organisation .title a h3 {
    font-size: 1rem;
  }
}
.card-organisation .meta-data-list {
  padding: 0;
  list-style: none;
  font-size: 0.725rem;
}
.card-organisation .meta-data-list li {
  margin-bottom: 5px;
}
.card-organisation .meta-data-list li .label {
  font-weight: 800;
}

[id*=views-bootstrap-user-members-block-user-members] .row > [class*=col-md-6] {
  margin-bottom: 30px;
}

.card-organisation-custodian-agency {
  height: 100%;
  background-color: #F5F5F9;
  overflow: hidden;
}
.card-organisation-custodian-agency .card-organisation-inner {
  padding: 30px;
  display: flex;
  justify-content: center;
}
.card-organisation-custodian-agency .card-organisation-inner .icc-organisation__field-icc-logo {
  width: 100%;
  height: auto;
}
.card-organisation-custodian-agency .card-organisation-inner img {
  width: auto;
}
.card-organisation-custodian-agency .card-organisation-inner .card-organisation-content {
  margin-left: 1rem;
}
.card-organisation-custodian-agency .card-details {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(88, 88, 88, 0.2);
  justify-content: center;
  padding-left: 30px;
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .card-organisation-custodian-agency .card-details {
    border-left: 0;
    padding: 30px;
  }
}
.card-organisation-custodian-agency .description p:last-child {
  margin-bottom: 0;
}
.card-organisation-custodian-agency .description-read-more {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(88, 88, 88, 0.2);
}
.card-organisation-custodian-agency h3 {
  color: #585858;
}
@media (max-width: 767.98px) {
  .card-organisation-custodian-agency h3 {
    font-size: 1rem;
  }
}
.btn.btn-read-more, .js-pager__items .pager__item .btn-read-more.button {
  background-color: rgba(88, 88, 88, 0.2);
  color: #585858;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

[id*=views-bootstrap-content-global-organisations-block-organisations-custodian-agencies] .row > [class*=col-md-12] {
  margin-bottom: 30px;
}

.card-sdg-square {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.card-sdg-square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.card-sdg-square > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-sdg-square img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-sdg-square picture {
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
}
.card-sdg-square picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.card-sdg-square picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-sdg-square picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-sdg-square picture img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-sdg-square .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(88, 88, 88, 0.4);
  z-index: 1;
}
.card-sdg-square a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-sdg-square .sdg-target {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}
.card-sdg-square .sdg-target .sdg-target-number {
  background-color: #BF8B2E;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.card-sdg-square .sdg-target .sdg-icon {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
.card-sdg-square .sdg-target.sdg-target-12-1 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-1.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-2 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-2.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-3 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-3.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-4 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-4.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-5 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-5.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-6 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-6.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-7 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-7.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-8 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-8.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-a .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-a.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-b .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-b.svg);
}
.card-sdg-square .sdg-target.sdg-target-12-c .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-c.svg);
}
.card-sdg-square .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
  padding: 15px;
}
.card-sdg-square .content h3 {
  color: #fff;
  text-transform: uppercase;
}
.card-sdg-square .content p {
  color: #fff;
}
.card-sdg-square .content-back {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(135deg, #BF8B2E 0%, rgba(191, 139, 46, 0.9) 50%, rgba(191, 139, 46, 0) 100%);
  z-index: 3;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: visibility 0.35s, opacity 0.35s;
}
.card-sdg-square:hover .content-back {
  opacity: 1;
}
.card-sdg-square:hover picture img {
  transform: scale(1.2);
}

.sdg-wheel-footer {
  background-image: url(/themes/custom/onet/assets/images/sdg-wheel-footer.svg);
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.card-sdg-vertical {
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #585858;
  padding-bottom: 1rem;
  position: relative;
}
.card-sdg-vertical a {
  text-decoration: none;
  color: #585858;
}
.card-sdg-vertical .card-img-top {
  position: relative;
}
.card-sdg-vertical .card-img-top .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #146199;
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  z-index: 2;
  color: #fff;
}
.card-sdg-vertical .card-img-top picture {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  position: relative;
  overflow: hidden;
}
.card-sdg-vertical .card-img-top picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-sdg-vertical .card-img-top picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-sdg-vertical .card-img-top picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-sdg-vertical .card-img-top picture img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-sdg-vertical .card-body {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.card-sdg-vertical .card-body .title h3 {
  color: #585858;
}
.card-sdg-vertical .sdg-target {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}
.card-sdg-vertical .sdg-target .sdg-target-number {
  background-color: #BF8B2E;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.card-sdg-vertical .sdg-target .sdg-icon {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
.card-sdg-vertical .sdg-target.sdg-target-12-1 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-1.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-2 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-2.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-3 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-3.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-4 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-4.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-5 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-5.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-6 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-6.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-7 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-7.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-8 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-8.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-a .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-a.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-b .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-b.svg);
}
.card-sdg-vertical .sdg-target.sdg-target-12-c .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-c.svg);
}
.card-sdg-vertical .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.card-sdg-vertical .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}
.card-sdg-vertical .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #585858;
  top: 50%;
  transition: width 0.2s ease-out;
}
.card-sdg-vertical .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #585858;
  border-right: 2px solid #585858;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.card-sdg-vertical:hover picture img {
  transform: scale(1.2);
}

[id*=views-bootstrap-taxonomy-sdg-targets-block-sdg-targets-vertical] .row [class*=col-] {
  margin-bottom: 30px;
}

.card-sdg-horizontal {
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #585858;
  padding-bottom: 1rem;
  position: relative;
}
.card-sdg-horizontal .card-sdg-horizontal-wrapper {
  display: flex;
}
.card-sdg-horizontal .card-img-top {
  position: relative;
  width: auto;
}
.card-sdg-horizontal .card-body {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  padding: 0;
}
.card-sdg-horizontal .card-body .title h3 {
  color: #585858;
  letter-spacing: -2px;
  font-weight: 600;
  background: #bf8b2e;
  background: -webkit-linear-gradient(135deg, #146199 0%, #146199 50%, #bf8b2e 70%, #bf8b2e 100%);
  background-size: auto;
  background-clip: border-box;
  background-size: auto;
  background-clip: border-box;
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  font-size: 2rem;
}
.card-sdg-horizontal .collapse-wrapper {
  padding-left: 185px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .card-sdg-horizontal .collapse-wrapper {
    padding-left: 0;
  }
}
.card-sdg-horizontal .sdg-target {
  z-index: 1;
}
.card-sdg-horizontal .sdg-target .sdg-target-number {
  background-color: #BF8B2E;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 600;
  width: 150px;
}
@media (max-width: 991.98px) {
  .card-sdg-horizontal .sdg-target .sdg-target-number {
    width: 100px;
  }
}
.card-sdg-horizontal .sdg-target .sdg-icon {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .card-sdg-horizontal .sdg-target .sdg-icon {
    width: 100px;
    height: 100px;
  }
}
.card-sdg-horizontal .sdg-target.sdg-target-12-1 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-1.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-2 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-2.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-3 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-3.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-4 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-4.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-5 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-5.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-6 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-6.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-7 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-7.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-8 .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-8.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-a .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-a.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-b .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-b.svg);
}
.card-sdg-horizontal .sdg-target.sdg-target-12-c .sdg-icon {
  background-image: url(/themes/custom/onet/assets/images/target-12-c.svg);
}
.card-sdg-horizontal .btn-collapse .plus-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  right: 25px;
}
.card-sdg-horizontal .btn-collapse .plus-icon svg {
  transition: transform 0.3s;
}
.card-sdg-horizontal .btn-collapse .plus-icon svg path {
  stroke: #BF8B2E;
}
.card-sdg-horizontal .btn-collapse:focus {
  box-shadow: none;
}
.card-sdg-horizontal .btn-collapse[aria-expanded=true] {
  box-shadow: none;
  background-color: #fff;
}
.card-sdg-horizontal .btn-collapse[aria-expanded=true] .plus-icon {
  background-color: #e9ecef;
}
.card-sdg-horizontal .btn-collapse[aria-expanded=true] .plus-icon svg {
  transform: rotate(135deg);
}

[id*=views-bootstrap-taxonomy-sdg-targets-block-sdg-targets-horizontal] .row [class*=col-md-12] {
  margin-bottom: 30px;
}

.card-sdg-target-indicator {
  font-size: 0.875rem;
}
.card-sdg-target-indicator .label-wrapper {
  border-bottom: 1px solid #f2e2c7;
  display: flex;
}
.card-sdg-target-indicator .label-wrapper .label {
  background-color: #f2e2c7;
  color: #BF8B2E;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  text-transform: uppercase;
}
.card-sdg-target-indicator .text {
  margin-top: 15px;
}

.social-media-icons .follow-us {
  flex-direction: row;
  display: flex;
}
.social-media-icons a {
  display: flex;
  width: 37px;
  height: 37px;
}
.social-media-icons a i.icon-social {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.social-media-icons a i.icon-social svg {
  margin: auto auto;
}
.social-media-icons a i.icon-social svg path, .social-media-icons a i.icon-social svg circle {
  fill: #585858;
}
.social-media-icons a:hover {
  background-color: #fff;
}
.social-media-icons a:hover i.icon-social svg {
  margin: auto auto;
}
.social-media-icons a:hover i.icon-social svg path, .social-media-icons a:hover i.icon-social svg circle {
  fill: #585858;
}

.gallery .gallery-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.gallery .gallery-item .gallery-icon {
  position: absolute;
  color: #fff;
  visibility: hidden;
  transition: visibility 0.14s ease-out, opacity 0.14s ease-out, transform 0.24s ease;
  opacity: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.gallery .gallery-item .gallery-item-hover {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(rgba(47, 48, 50, 0.2), rgba(47, 48, 50, 0.7));
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.gallery .gallery-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gallery .gallery-item .title h3 {
  font-size: 1.275rem;
}
.gallery .gallery-item picture {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-item picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.gallery .gallery-item picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery .gallery-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery-item picture img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery .gallery-item:hover picture img {
  transform: scale(1.2);
}
.gallery .gallery-item:hover .gallery-item-hover {
  visibility: visible;
  opacity: 1;
}
.gallery.gallery-layout-4 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.gallery.gallery-layout-4 li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 5px;
  padding-left: 5px;
}
.gallery.gallery-layout-4 li:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.gallery.gallery-layout-4 li:first-child .gallery-item {
  margin-bottom: 10px;
}
.gallery.gallery-layout-4 li:first-child .gallery-item picture {
  position: relative;
  overflow: hidden;
}
.gallery.gallery-layout-4 li:first-child .gallery-item picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
.gallery.gallery-layout-4 li:first-child .gallery-item picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery.gallery-layout-4 li:first-child .gallery-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery.gallery-layout-4 li:nth-child(n+2) .gallery-item .gallery-icon svg {
  width: 30px;
  height: 30px;
}
.gallery.gallery-layout-4 li:nth-child(n+5) {
  display: none;
}
.gallery.gallery-layout-4 li .gallery-item {
  margin-bottom: 0;
}
.gallery.gallery-layout-5 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 15px;
}
@media (max-width: 991.98px) {
  .gallery.gallery-layout-5 {
    display: flex;
    flex-direction: column;
  }
}
.gallery.gallery-layout-5 .gallery-item {
  margin-bottom: 0;
}
.gallery.gallery-layout-5 .gallery-item picture {
  position: relative;
  overflow: hidden;
}
.gallery.gallery-layout-5 .gallery-item picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.gallery.gallery-layout-5 .gallery-item picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery.gallery-layout-5 .gallery-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery.gallery-layout-5 .gallery-item:first-child {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 7;
}
.gallery.gallery-layout-5 .gallery-item:first-child .title h3 {
  font-size: 2.275rem;
}
.gallery.gallery-layout-5 .gallery-item:nth-child(2) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
}
.gallery.gallery-layout-5 .gallery-item:nth-child(3) {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}
.gallery.gallery-layout-5 .gallery-item:nth-child(4) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 7;
}
.gallery.gallery-layout-5 .gallery-item:nth-child(5) {
  grid-column-start: 9;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 7;
}
.gallery.gallery-layout-5 .gallery-item .gallery-item-hover {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #585858;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 30%, rgba(88, 88, 88, 0.5) 55%, #585858 100%);
  z-index: 1;
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.gallery.gallery-layout-5 .gallery-item .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  bottom: 0;
}
.gallery.gallery-layout-5 .gallery-item .content .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
}
.gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action h2 {
  color: #fff;
  font-size: 2.5rem;
}
.gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}
.gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.gallery.gallery-layout-5 .gallery-item.gallery-item-call-to-action:hover {
  text-decoration: unset;
}

.avatar {
  position: relative;
  color: #585858;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  height: 36px;
  width: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  filter: grayscale(100%);
}
.avatar img {
  width: 100%;
}
.avatar.rounded-circle img {
  border-radius: 50%;
}
.avatar span {
  background-color: #F5F5F9;
}
.avatar + .avatar {
  margin-left: 0.25rem;
}
.avatar + .avatar-content {
  display: inline-block;
  margin-left: 0.75rem;
}

.avatar-xl {
  width: 120px;
  height: 120px;
  font-size: 16px;
}

.avatar-lg {
  width: 96px;
  height: 96px;
  font-size: 16px;
}

.avatar-sm {
  width: 48px;
  height: 48px;
  font-size: 16px;
}

.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-color: #146199;
}
@media (max-width: 991.98px) {
  .hero {
    height: 450px;
  }
}
.hero .hero-overlay {
  background: linear-gradient(135deg, #146199 0%, rgba(20, 97, 153, 0.5) 30%, rgba(20, 97, 153, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.hero .hero-background picture {
  height: 600px;
  display: block;
}
@media (max-width: 991.98px) {
  .hero .hero-background picture {
    height: 450px;
  }
}
.hero .hero-background picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero .hero-content-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero .hero-content-container .programme-logo {
  height: 96px;
  width: 96px;
  background-size: 96px;
  margin: auto;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.hero .hero-content-container .programme-logo.logo-sustainable-tourism-programme {
  background-image: url(/themes/custom/onet/assets/images/logo-sustainable-tourism-programme.svg);
}
.hero .hero-content-container .programme-logo.logo-sustainable-buildings-construction-programme {
  background-image: url(/themes/custom/onet/assets/images/logo-sustainable-buildings-construction-programme.svg);
}
.hero .hero-content-container .programme-logo.logo-sustainable-food-systems-programme {
  background-image: url(/themes/custom/onet/assets/images/logo-sustainable-food-systems-programme.svg);
}
.hero .hero-content-container .programme-logo.logo-sustainable-public-procurement-programme {
  background-image: url(/themes/custom/onet/assets/images/logo-sustainable-public-procurement-programme.svg);
}
.hero .hero-content-container .programme-logo.logo-consumer-information-scp-programme {
  background-image: url(/themes/custom/onet/assets/images/logo-consumer-information-scp-programme.svg);
}
.hero .hero-content-container .programme-logo.logo-sustainable-lifestyles-education-programme {
  background-image: url(/themes/custom/onet/assets/images/logo-sustainable-lifestyles-education-programme.svg);
}
.hero .hero-content-container .pre-title {
  color: #fff;
}
.hero .hero-content-container .title {
  font-size: 4.25rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .hero .hero-content-container .title {
    font-size: 2.5rem;
  }
}
.hero .hero-content-container .description {
  margin-top: 1rem;
  font-size: 1.375rem;
  color: #fff;
}
.hero .hero-content-container .ctas {
  margin-top: 3rem;
}
.hero .hero-content-container .ctas a:nth-child(2) {
  margin-left: 1rem;
}
.hero .hero-content-container .description p:last-child {
  margin-bottom: 0;
}
.hero.hero-sm {
  height: 300px;
}
.hero.hero-lg {
  height: 450px;
}
.hero .flag {
  display: flex;
  margin-right: 0.5rem;
}
.hero .flag .flag-wrapper {
  display: flex;
  align-items: center;
}
.hero .flag .flag-name {
  display: none;
}

.hero-sdg {
  height: 700px;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.hero-sdg .hero-overlay {
  background: linear-gradient(135deg, #BF8B2E 0%, rgba(191, 139, 46, 0.9) 50%, rgba(191, 139, 46, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.hero-sdg .sdg-wheel {
  display: block;
  position: absolute;
  z-index: 0;
  top: -45vw;
  left: -30vw;
  z-index: 10;
}
.hero-sdg .nav {
  max-width: 650px;
}
.hero-sdg .nav .nav-item {
  opacity: 0;
  -webkit-animation: 0.5s ease-out 0s 1 slideInFromLeft;
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hero-sdg .nav .nav-item:nth-child(1) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.hero-sdg .nav .nav-item:nth-child(2) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.hero-sdg .nav .nav-item:nth-child(3) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.hero-sdg .nav .nav-item:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.hero-sdg .nav .nav-item:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
@-webkit-keyframes slideInFromLeft {
  0% {
    transform: translateX(-25px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-25px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.hero-sdg .nav .nav-item .nav-link {
  pointer-events: all;
  margin: 0 3px 3px 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  color: #585858;
  transition: color 0.2s linear;
  padding: 0.775rem 1.25rem 0.775rem;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
.hero-sdg .nav .nav-item .nav-link > span {
  position: relative;
}
.hero-sdg .nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #146199;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.3s;
}
.hero-sdg .nav .nav-item .nav-link:hover {
  color: #fff;
}
.hero-sdg .nav .nav-item .nav-link:hover:before {
  transform: scaleX(1);
}
@media (max-width: 767.98px) {
  .hero-sdg .nav .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1.25rem 0.5rem;
  }
}
.hero-sdg .hero-background picture {
  height: 700px;
  display: block;
}
.hero-sdg .hero-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero-sdg .hero-content-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-sdg .hero-content-container .title {
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
.hero-sdg .hero-content-container .sub-title {
  font-size: 4.25rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .hero-sdg .hero-content-container .sub-title {
    font-size: 2.75rem;
  }
}
.hero-sdg .hero-content-container .description {
  margin-top: 1rem;
  font-size: 1.375rem;
  color: #fff;
}
.hero-sdg .hero-content-container .ctas {
  margin-top: 3rem;
}
.hero-sdg .hero-content-container .ctas a:nth-child(2) {
  margin-left: 1rem;
}
.hero-sdg .hero-content-container .deadline {
  font-size: 1.375rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50em;
  padding: 0.5rem 2rem;
}
.hero-sdg .hero-content-container .deadline span {
  margin-left: 0.5rem;
  font-weight: 600;
}
.hero-sdg .hero-content-container .description p:last-child {
  margin-bottom: 0;
}
.hero-sdg.hero-sm {
  height: 300px;
}

.hero-background {
  width: 100%;
  height: 100%;
}
.hero-background [class*=__field-featured-image] {
  width: 100%;
  height: 100%;
}

.hero-sdg-single {
  position: relative;
  height: 700px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero-sdg-single {
    height: 350px;
  }
}
.hero-sdg-single .breadcrumb-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 11;
}
.hero-sdg-single .breadcrumb-wrapper nav {
  background-color: rgba(233, 236, 239, 0.5) !important;
}
.hero-sdg-single .breadcrumb-wrapper nav .breadcrumb {
  background-color: transparent !important;
  font-size: 0.875rem;
}
.hero-sdg-single .breadcrumb-wrapper nav .breadcrumb .breadcrumb-item {
  color: #585858;
}
.hero-sdg-single .breadcrumb-wrapper nav .breadcrumb .breadcrumb-item a {
  color: #585858;
}
.hero-sdg-single .sdg-wheel {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.hero-sdg-single .sdg-wheel img {
  width: auto;
  height: 100%;
}
.hero-sdg-single .hero-background picture {
  height: 700px;
  display: block;
}
@media (max-width: 991.98px) {
  .hero-sdg-single .hero-background picture {
    height: 350px;
  }
}
.hero-sdg-single .hero-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-sdg-single .hero-content-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-sdg-single .hero-content-container .pre-title {
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
.hero-sdg-single .hero-content-container .pre-title .label {
  background-color: #fff;
  display: inline-block;
  color: #BF8B2E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.hero-sdg-single .hero-content-container .title {
  font-size: 4.25rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .hero-sdg-single .hero-content-container .title {
    font-size: 2.5rem;
  }
}
.hero-sdg-single .hero-content-container .description {
  margin-top: 1rem;
  font-size: 1.375rem;
  color: #fff;
}
.hero-sdg-single .hero-content-container .ctas {
  margin-top: 3rem;
}
.hero-sdg-single .hero-content-container .ctas a:nth-child(2) {
  margin-left: 1rem;
}
.hero-sdg-single .hero-content-container .deadline {
  font-size: 1.375rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50em;
  padding: 0.5rem 2rem;
}
.hero-sdg-single .hero-content-container .deadline span {
  margin-left: 0.5rem;
  font-weight: 600;
}
.hero-sdg-single .hero-content-container .description p:last-child {
  margin-bottom: 0;
}
.hero-sdg-single.hero-sm {
  height: 300px;
}

.hero-background {
  width: 100%;
  height: 100%;
}
.hero-background [class*=__field-featured-image] {
  width: 100%;
  height: 100%;
}
.hero-background [class*=__field-featured-image] .row [class*=col-] {
  margin-bottom: 30px;
}

.cta-share-contribution {
  background: #80be41;
  background: linear-gradient(140deg, #80be41 0%, #14937e 50%, #14609a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
  opacity: 1;
  position: relative;
  transition: transform 0.3s;
}
.cta-share-contribution a {
  text-decoration: none;
}
.cta-share-contribution .content {
  padding: 2rem;
}
.cta-share-contribution .content svg {
  margin-bottom: 1rem;
}
.cta-share-contribution .content svg path {
  stroke: #fff;
}
.cta-share-contribution .content h2 {
  color: #fff;
  font-size: 1.5rem;
}
.cta-share-contribution .content .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.cta-share-contribution .content .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}
.cta-share-contribution .content .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.cta-share-contribution .content .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.cta-share-contribution:hover {
  transform: scale(1.05);
}

.cta-box {
  background: #80be41;
  background: linear-gradient(140deg, #146199 0%, rgba(20, 97, 153, 0.9) 50%, rgba(20, 97, 153, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
  opacity: 1;
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/themes/custom/onet/assets/images/sdg-wheel.svg);
  background-repeat: no-repeat;
  background-size: 240vw;
  background-position-x: -40vw;
  background-position-y: -210vw;
  opacity: 1;
}
.cta-box .ctas {
  margin-top: 2rem;
}
.cta-box .content {
  padding: 2rem;
  position: relative;
  z-index: 2;
}
.cta-box .content svg {
  margin-bottom: 1rem;
}
.cta-box .content svg path {
  stroke: #fff;
}
.cta-box .content h2 {
  color: #fff;
}
.cta-box .content .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.cta-box .content .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}
.cta-box .content .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.cta-box .content .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}

.text-paragraph h3.sdg-title {
  text-transform: uppercase;
  color: #BF8B2E;
}
.text-paragraph ol {
  padding: 0;
  counter-reset: li;
}
.text-paragraph ol li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.text-paragraph ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  height: 22px;
  width: 22px;
  color: #146199;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.text-paragraph ul {
  padding: 0;
}
.text-paragraph ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}
.text-paragraph ul li:last-child {
  margin-bottom: 0;
}
.text-paragraph ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #146199;
  top: 12px;
  transition: width 0.2s ease-out;
  position: absolute;
  left: 0;
}
.text-paragraph ul li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #146199;
  border-right: 2px solid #146199;
  transform: rotate(45deg);
  top: 8px;
  left: 10px;
  position: absolute;
}
.text-paragraph a:not(.btn) {
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, -30px 100%;
  background-image: linear-gradient(#146199, #146199), linear-gradient(#146199, #146199);
  background-color: transparent;
  transition: color 300ms ease;
  color: #585858;
  text-decoration: none;
}

.cta-box-sign-up {
  opacity: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-box-sign-up .ctas .btn, .cta-box-sign-up .ctas .js-pager__items .pager__item .button, .js-pager__items .pager__item .cta-box-sign-up .ctas .button {
  min-width: 200px;
}
.cta-box-sign-up .content {
  padding: 60px;
  position: relative;
  z-index: 2;
}
.cta-box-sign-up .content svg {
  margin-bottom: 1rem;
}
.cta-box-sign-up .content svg path {
  stroke: #fff;
}
.cta-box-sign-up .content h2 {
  color: #fff;
}
.cta-box-sign-up .content .description p:last-child {
  margin-bottom: 0;
}
.cta-box-sign-up .content .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.cta-box-sign-up .content .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}
.cta-box-sign-up .content .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.cta-box-sign-up .content .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}

.cta-box-menu {
  background: #80be41;
  background: linear-gradient(140deg, #146199 0%, rgba(20, 97, 153, 0.9) 50%, rgba(20, 97, 153, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80be41",endColorstr="#14609a",GradientType=1);
  opacity: 1;
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-box-menu:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/themes/custom/onet/assets/images/sdg-wheel.svg);
  background-repeat: no-repeat;
  background-size: 240vw;
  background-position-x: -40vw;
  background-position-y: -210vw;
  opacity: 1;
}
.cta-box-menu .nav {
  max-width: 800px;
}
.cta-box-menu .nav .nav-item .nav-link {
  pointer-events: all;
  margin: 0 3px 3px 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  color: #585858;
  transition: color 0.2s linear;
  padding: 0.775rem 1.25rem 0.775rem;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
.cta-box-menu .nav .nav-item .nav-link > span {
  position: relative;
}
.cta-box-menu .nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #BF8B2E;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.3s;
}
.cta-box-menu .nav .nav-item .nav-link:hover {
  color: #fff;
}
.cta-box-menu .nav .nav-item .nav-link:hover:before {
  transform: scaleX(1);
}
.cta-box-menu .content {
  position: relative;
  z-index: 2;
}
.cta-box-menu .content h2 {
  font-size: 4.25rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}

.flag-wrapper .flag {
  width: 50px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.alert {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border: 0;
}
.alert p {
  margin-bottom: 0;
  font-weight: 600;
}
.alert i {
  position: absolute;
  left: 1rem;
  transform: translateY(-50%);
  top: 50%;
  font-size: 2rem;
}
.alert.alert-green {
  border: 2px solid #00AA5A;
  color: #585858;
  background-color: #fff;
  font-size: 0.875rem;
}
.alert.alert-blue {
  border: 2px solid #146199;
  color: #585858;
  background-color: #fff;
  font-size: 0.875rem;
}
.alert.alert-red {
  border: 2px solid #A80519;
  color: #585858;
  background-color: #fff;
  font-size: 0.875rem;
}
.alert.alert-dark {
  border: 2px solid #585858;
  color: #585858;
  background-color: #fff;
  font-size: 0.875rem;
}
.alert.alert-purple {
  border: 2px solid #9343BF;
  color: #585858;
  background-color: #fff;
  font-size: 0.875rem;
}
.alert.alert-sdg {
  border-left: 10px solid #BF8B2E;
  color: #585858;
  background-color: #fff;
  font-size: 0.875rem;
}
.alert.alert-yellow {
  border: 2px solid #F7AB4C;
  color: #585858;
  background-color: #fff;
  font-size: 0.875rem;
}
.alert.alert-info {
  border: 2px solid #146199;
  color: #146199;
  background-color: rgba(20, 97, 153, 0.1);
  font-size: 0.875rem;
}
.alert.alert-info h5 {
  margin: 0;
}

.card-country {
  height: 100%;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid #dee2e6;
}
.card-country a {
  display: block;
}
.card-country .card-country-inner {
  display: flex;
  align-items: center;
}
.card-country .card-country-inner .title {
  margin-left: 1rem;
}
.card-country .card-country-inner .title h3 {
  color: #585858;
}
@media (max-width: 767.98px) {
  .card-country .card-country-inner .title h3 {
    font-size: 1rem;
  }
}

[id*=views-bootstrap-taxonomy-countries-block-taxonomy-countries] .row > [class*=col-md-6] {
  margin-bottom: 30px;
}

.card-programme-logo {
  display: flex;
  align-items: center;
  color: #585858;
  background-color: #F5F5F9;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
}
.card-programme-logo .programme-icon {
  width: 56px;
  height: 56px;
}
.card-programme-logo .programme-name {
  font-size: 1.275rem;
  margin-left: 1rem;
  max-width: calc(100% - 115px);
}
.card-programme-logo .programme-name > div {
  line-height: 1.2;
}
.card-programme-logo .programme-name .role-wrapper {
  display: block;
}
.card-programme-logo .programme-name .role-wrapper .role-label {
  display: inline-block;
  font-size: 0.75rem;
  background-color: #585858;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.5rem;
}
.card-programme-logo .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.card-programme-logo .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}
.card-programme-logo .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #585858;
  top: 50%;
  transition: width 0.2s ease-out;
}
.card-programme-logo .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #585858;
  border-right: 2px solid #585858;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.card-programme-logo:hover {
  text-decoration: none;
  color: #585858;
}
.card-programme-logo.sustainable-public-procurement-programme, .card-programme-logo.sustainable-public-procurement {
  border-left: 5px solid #9343BF;
}
.card-programme-logo.sustainable-food-systems-programme, .card-programme-logo.sustainable-food-systems {
  border-left: 5px solid #A80519;
}
.card-programme-logo.sustainable-buildings-amp-construction-programme, .card-programme-logo.sustainable-buildings--construction, .card-programme-logo.sustainable-buildings-and-construction {
  border-left: 5px solid #F7AB4C;
}
.card-programme-logo.consumer-information-for-scp-programme, .card-programme-logo.consumer-information-for-scp {
  border-left: 5px solid #00AA5A;
}
.card-programme-logo.sustainable-lifestyles-amp-education-programme, .card-programme-logo.sustainable-lifestyles--education, .card-programme-logo.sustainable-lifestyles-amp-education {
  border-left: 5px solid #F26825;
}
.card-programme-logo.sustainable-tourism-programme, .card-programme-logo.sustainable-tourism {
  border-left: 5px solid #146199;
}

[id*=views-bootstrap-taxonomy-programmes-block-taxonomy-programmes] {
  z-index: 1;
  position: relative;
}
[id*=views-bootstrap-taxonomy-programmes-block-taxonomy-programmes] .row [class*=col-md-6] {
  margin-bottom: 30px;
}

.card-organisation-partner-logo {
  position: relative;
}
.card-organisation-partner-logo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.card-organisation-partner-logo .card-organisation-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-organisation-partner-logo .card-organisation-inner img {
  width: auto;
  transition: filter 0.5s ease-in-out;
}
.card-organisation-partner-logo .card-organisation-inner .card-organisation-content {
  margin-left: 1rem;
}
.card-organisation-partner-logo .icc-organisation__field-icc-logo {
  width: 100%;
  height: auto;
}
.card-organisation-partner-logo:hover .card-organisation-inner img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}

[id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(1):before, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(2):before, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(3):before, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(4):before, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(5):before, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(6):before, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(7):before, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(8):before {
  content: "";
  border-bottom: 1px solid #585858;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
[id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(1):after, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(2):after, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(3):after, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(5):after, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(6):after, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(7):after, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(9):after, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(10):after, [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:nth-child(11):after {
  content: "";
  border-right: 1px solid #585858;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:before {
    content: none !important;
  }
  [id*=views-bootstrap-content-global-organisations-block-organisations-sdg12-partners] .row .col-xl-3:after {
    content: none !important;
  }
}

.feature.ratio-1-1 {
  padding: 0;
  position: relative;
}
.feature.ratio-1-1 picture {
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
}
.feature.ratio-1-1 picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature.ratio-1-1 picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature.ratio-1-1 picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature.ratio-1-1 picture img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature.ratio-1-1 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(88, 88, 88, 0.7);
  z-index: 1;
}
.feature.ratio-1-1 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 30px;
}
.feature.ratio-1-1 .icon-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.feature.ratio-1-1 .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  z-index: 10;
}
.feature.ratio-1-1 .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.feature.ratio-1-1 .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.feature:hover picture img {
  transform: scale(1.2);
}
.feature.color-white .content h3 {
  color: #585858;
}
.feature.color-dark {
  background-color: #585858;
}
.feature.color-dark .content h3 {
  color: #fff;
}
.feature.color-sdg {
  background-color: #BF8B2E;
}
.feature.color-sdg .content h3 {
  color: #fff;
}
.feature.color-blue {
  background-color: #146199;
}
.feature.color-blue .content h3 {
  color: #fff;
}

.feature-card-with-number .content {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.feature-card-with-number .content .content-wrapper {
  display: flex;
}
.feature-card-with-number .content .content-wrapper .content-body {
  padding-left: 4.5rem;
}
.feature-card-with-number .content .number {
  font-size: 5rem;
  color: #dee2e6;
  font-weight: 800;
  position: absolute;
  z-index: -1;
  height: 5rem;
  line-height: 5rem;
  opacity: 0.3;
}
.feature-card-with-number .footer .icon-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.feature-card-with-number .footer .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  z-index: 10;
}
.feature-card-with-number .footer .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.feature-card-with-number .footer .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.feature-card-with-number a {
  color: unset;
}
.feature-card-with-number .logo {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.feature-card-with-number .logo:after {
  content: "";
  height: 2px;
  width: 30px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.feature-card-with-number .logo img {
  max-height: 60px;
  width: auto;
}
.feature-card-with-number.ratio-1-1 .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.feature-card-with-number.ratio-1-1 picture {
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
}
.feature-card-with-number.ratio-1-1 picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature-card-with-number.ratio-1-1 picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature-card-with-number.ratio-1-1 picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-card-with-number.ratio-1-1 picture img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-card-with-number.ratio-1-1 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(88, 88, 88, 0.7);
  z-index: 1;
}
.feature-card-with-number:hover picture img {
  transform: scale(1.2);
}
.feature-card-with-number.ratio-1-1 {
  position: relative;
}
.feature-card-with-number.ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature-card-with-number.ratio-1-1 .content {
  position: absolute;
}
.feature-card-with-number.ratio-4-3 {
  position: relative;
}
.feature-card-with-number.ratio-4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.feature-card-with-number.ratio-4-3 .content {
  position: absolute;
}
.feature-card-with-number.ratio-3-4 {
  position: relative;
}
.feature-card-with-number.ratio-3-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.feature-card-with-number.ratio-3-4 .content {
  position: absolute;
}

@media (max-width: 991.98px) {
  .layout .col-lg-4 .feature-card {
    margin-bottom: 30px;
  }
}
.feature-icon {
  display: flex;
  align-items: center;
}
.feature-icon .icon {
  margin-right: 15px;
}
.feature-icon .icon .icon-wrapper {
  border-radius: 0px 50% 50%;
  height: 120px;
  width: 120px;
}
progress[value] {
  width: 100%;
  height: 15px;
  z-index: 1030;
  border: none;
  /* Reset the default appearance */
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #e9ecef;
  display: block;
}

progress[value]::-webkit-progress-bar,
progress[value]::-moz-progress-bar {
  background-color: transparent;
}

progress[value]::-webkit-progress-value,
progress[value]::-moz-progress-bar {
  background-color: #00937E;
}

.article-progress-wrapper {
  height: 15px;
}

.cta-box-with-image picture {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .cta-box-with-image picture:before {
    content: none;
  }
}
.cta-box-with-image .content-float {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cta-box-with-image .content-float {
    position: relative;
  }
}
.cta-box-with-image .ctas {
  margin-top: 2rem;
}
.cta-box-with-image .content {
  padding: 5rem 5rem 5rem 10rem;
  position: relative;
  z-index: 2;
  min-height: 300px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cta-box-with-image .content {
    padding: 2rem;
  }
}
.cta-box-with-image .content:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50%;
  left: -70%;
  display: block;
  width: 1000px;
  height: 1000px;
  background-image: url(/themes/custom/onet/assets/images/waves.svg);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  background-position-x: 0;
  background-position-y: 0;
  opacity: 0.1;
}
.cta-box-with-image .content svg {
  margin-bottom: 1rem;
}
.cta-box-with-image .content svg path {
  stroke: #fff;
}
.cta-box-with-image .content h2 {
  color: #fff;
}
.cta-box-with-image .content .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.cta-box-with-image .content .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}
.cta-box-with-image .content .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.cta-box-with-image .content .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}

.swiper-container-carousel-columns .swiper-wrapper {
  padding-top: 30px;
}
.swiper-container-carousel-columns .swiper-button-prev,
.swiper-container-carousel-columns .swiper-button-next {
  width: 3rem !important;
  height: 3rem !important;
  background-color: #585858 !important;
  border-radius: 50%;
  background-image: none;
  transition: all 0.2s;
  transition-delay: 0s;
  top: calc(50% + 15px) !important;
}
.swiper-container-carousel-columns .swiper-button-prev::after,
.swiper-container-carousel-columns .swiper-button-next::after {
  font-size: 1.5rem;
}
.swiper-container-carousel-columns .swiper-button-prev:hover,
.swiper-container-carousel-columns .swiper-button-next:hover {
  border-color: #dee2e6;
  background-color: #146199;
}
.swiper-container-carousel-columns .swiper-button-prev:hover::before,
.swiper-container-carousel-columns .swiper-button-next:hover::before {
  color: #000;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 3px;
  background-color: rgba(88, 88, 88, 0.2) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #585858 !important;
}

.swiper-container-carousel-columns .swiper-slide {
  height: auto;
}

.card-event {
  height: 100%;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
}
.card-event .card-body {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.card-event .title a {
  color: #585858;
}
@media (max-width: 767.98px) {
  .card-event h3 {
    font-size: 1rem;
  }
}
.card-event .meta-data {
  border-bottom: 1px solid rgba(88, 88, 88, 0.1);
  padding-bottom: 15px;
}
.card-event .meta-data .event-date {
  display: flex;
  align-items: center;
}
.card-event .meta-data .event-date .event-date-day {
  font-size: 3rem;
  line-height: 1;
  margin-right: 10px;
}
.card-event .meta-data .event-date .event-date-month-year {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
}
.card-event .card-event-date .card-event-date-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-event .card-event-date .card-event-date-inner .event-date {
  color: #146199;
}
.card-event .card-event-date .card-event-date-inner .event-date span {
  display: block;
  text-align: center;
}

.card-event-horizontal {
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #146199;
  padding-bottom: 1rem;
}
.card-event-horizontal .event-time-list {
  font-size: 0.825rem;
}
.card-event-horizontal .event-time-list .label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.card-event-horizontal .card-img-top {
  position: relative;
}
.card-event-horizontal .card-img-top .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #146199;
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  z-index: 2;
  color: #fff;
}
.card-event-horizontal .card-img-top picture {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  position: relative;
  overflow: hidden;
}
.card-event-horizontal .card-img-top picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-event-horizontal .card-img-top picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-event-horizontal .card-img-top picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-event-horizontal .card-body {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.card-event-horizontal .title a {
  color: #585858;
}
@media (max-width: 767.98px) {
  .card-event-horizontal h3 {
    font-size: 1rem;
  }
}
.card-event-horizontal .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.card-event-horizontal .meta-data span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.card-event-horizontal .meta-data span:not(:last-child):after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}
.card-event-horizontal .card-event-date {
  position: relative;
  overflow: hidden;
}
.card-event-horizontal .card-event-date:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-event-horizontal .card-event-date .card-event-date-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-event-horizontal .card-event-date .card-event-date-inner .event-date {
  color: #146199;
}
.card-event-horizontal .card-event-date .card-event-date-inner .event-date span {
  display: block;
  text-align: center;
}

.label-other-sdgs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.label-other-sdgs .sdg-target-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.label-other-sdgs .sdg-target-list li span {
  background-color: #BF8B2E;
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  z-index: 2;
  color: #fff;
  display: block;
  margin-right: 1px;
}

.card-organisation-custodian-agency .icc-organisation-field-icc-sdgs-12-target {
  margin-left: auto;
}
.card-organisation-custodian-agency .icc-organisation-field-icc-sdgs-12-target .field-label {
  font-size: 0.875rem;
  text-align: right;
}
.card-organisation-custodian-agency .sdg-target-list {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
.card-organisation-custodian-agency .sdg-target-list li {
  display: inline-block;
  margin-bottom: 7px;
}
.card-organisation-custodian-agency .sdg-target-list li span {
  background-color: #BF8B2E;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: none;
}

.card-logo {
  position: relative;
  background-color: #F5F5F9;
}
.card-logo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.card-logo .card-organisation-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-logo .card-organisation-inner img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 90%;
  width: 90%;
}
.card-logo .card-organisation-inner .card-organisation-content {
  margin-left: 1rem;
}
.card-logo .icc-organisation__field-icc-logo {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .layout .col-lg-4 .card-logo {
    margin-bottom: 30px;
  }
}
.feature-card .content {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 30px;
}
.feature-card .footer .icon-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.feature-card .footer .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  z-index: 10;
}
.feature-card .footer .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.feature-card .footer .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.feature-card a {
  color: unset;
}
.feature-card .logo {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.feature-card .logo:after {
  content: "";
  height: 2px;
  width: 30px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.feature-card .logo img {
  max-height: 60px;
  width: auto;
}
.feature-card.ratio-1-1 .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.feature-card.ratio-1-1 picture {
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
}
.feature-card.ratio-1-1 picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature-card.ratio-1-1 picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature-card.ratio-1-1 picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-card.ratio-1-1 picture img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-card.ratio-1-1 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(88, 88, 88, 0.7);
  z-index: 1;
}
.feature-card:hover picture img {
  transform: scale(1.2);
}
.feature-card.ratio-1-1 {
  position: relative;
}
.feature-card.ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature-card.ratio-1-1 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.feature-card.ratio-4-3 {
  position: relative;
}
.feature-card.ratio-4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.feature-card.ratio-4-3 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.feature-card.ratio-3-4 {
  position: relative;
}
.feature-card.ratio-3-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.feature-card.ratio-3-4 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .layout .col-lg-4 .feature-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .feature-card-with-image {
    margin-bottom: 15px;
  }
}
.feature-card-with-image .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 30px;
}
.feature-card-with-image .footer .icon-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.feature-card-with-image .footer .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  z-index: 10;
}
.feature-card-with-image .footer .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.feature-card-with-image .footer .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.feature-card-with-image a {
  color: unset;
}
.feature-card-with-image .logo {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.feature-card-with-image .logo:after {
  content: "";
  height: 2px;
  width: 30px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.feature-card-with-image .logo img {
  max-height: 60px;
  width: auto;
}
.feature-card-with-image.ratio-1-1 .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.feature-card-with-image.ratio-1-1 picture {
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
}
.feature-card-with-image.ratio-1-1 picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature-card-with-image.ratio-1-1 picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature-card-with-image.ratio-1-1 picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-card-with-image.ratio-1-1 picture img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-card-with-image.ratio-1-1 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(88, 88, 88, 0.7);
  z-index: 1;
}
.feature-card-with-image:hover picture img {
  transform: scale(1.2);
}
.feature-card-with-image.ratio-1-1 {
  position: relative;
}
.feature-card-with-image.ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature-card-with-image.ratio-4-3 {
  position: relative;
}
.feature-card-with-image.ratio-4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.feature-card-with-image.ratio-3-4 {
  position: relative;
}
.feature-card-with-image.ratio-3-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}

@media (max-width: 991.98px) {
  .layout .col-lg-4 .feature-card {
    margin-bottom: 30px;
  }
}
.card-knowledge-item-horizontal.card-knowledge-item-horizontal-featured .card-img-top-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.card-knowledge-item-horizontal.card-knowledge-item-horizontal-featured .card-img-top-wrapper .aspect-ratio-2-3:after {
  bottom: 0;
  left: 0px;
  height: 32px;
  right: 0;
  transform: skewX(45deg) translateX(-16px);
  filter: blur(8px);
  content: "";
  position: absolute;
  background: #8a8a8a;
}

.file-item {
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
}
.file-item a {
  color: #585858;
}
.file-item .icon {
  margin-right: 10px;
}
.file-item .size {
  color: #585858;
  font-size: 0.875rem;
}
.file-item a.btn-primary {
  color: #fff;
  margin-right: 0.5rem;
}

.feature-card-stats {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.feature-card-stats .number {
  font-size: 6rem;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  line-height: 1;
}
.feature-card-stats .description {
  margin-bottom: 1rem;
}
.feature-card-stats .description p:last-child {
  margin: 0;
}
.feature-card-stats.text-dark .number {
  -webkit-text-stroke-color: #585858;
}
.feature-card-stats.text-blue .number {
  -webkit-text-stroke-color: #146199;
}
.feature-card-stats.text-teal .number {
  -webkit-text-stroke-color: #00937E;
}

.collapsible .collapsible-header {
  cursor: pointer;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 0;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #585858;
}
.collapsible .collapsible-header .collapsible-title {
  padding-right: 2rem;
  position: relative;
}
.collapsible .collapsible-header .collapsible-title .plus-icon {
  background-color: #F5F5F9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 25px;
}
.collapsible .collapsible-header .collapsible-title .plus-icon svg {
  transition: transform 0.3s;
}
.collapsible .collapsible-header .collapsible-title .collapsible-title-inner {
  font-size: 1.275rem;
  font-weight: 500;
  display: block;
  width: 100%;
}
.collapsible .collapsible-content {
  padding-left: 1.5rem;
}
.collapsible .collapsible-content p {
  margin-bottom: 0;
}
.collapsible .collapsible-content .collapsible-content-inner {
  padding-top: 15px;
}
.collapsible .collapsible-header[aria-expanded=true] {
  background-color: #fff;
}
.collapsible .collapsible-header[aria-expanded=true] .plus-icon {
  background-color: #e9ecef;
}
.collapsible .collapsible-header[aria-expanded=true] .plus-icon svg {
  transform: rotate(135deg);
}

fieldset.webform-type-fieldset {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
fieldset.webform-type-fieldset:after {
  border-bottom: 1px solid #dee2e6;
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  right: -30px;
}

.feature-card-width-icon.text-left .content .icon {
  justify-content: start;
}
.feature-card-width-icon .content {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 30px;
}
.feature-card-width-icon .content .icon {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.feature-card-width-icon .content .icon .icon-wrapper {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
}
.feature-card-width-icon .content .icon .icon-wrapper img {
  width: 56px;
  height: auto;
}
.feature-card-width-icon .content .icon .icon-wrapper.icon-drop {
  border-radius: 0px 50% 50%;
}
.feature-card-width-icon .footer .icon-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  display: flex;
  align-items: center;
}
.feature-card-width-icon .footer .arrow-right {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  z-index: 10;
}
.feature-card-width-icon .footer .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transition: width 0.2s ease-out;
}
.feature-card-width-icon .footer .arrow-right:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 1px;
}
.feature-card-width-icon a {
  color: unset;
}
.feature-card-width-icon .logo {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.feature-card-width-icon .logo:after {
  content: "";
  height: 2px;
  width: 30px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.feature-card-width-icon .logo img {
  max-height: 60px;
  width: auto;
}
.feature-card-width-icon.ratio-1-1 .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.feature-card-width-icon.ratio-1-1 picture {
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
}
.feature-card-width-icon.ratio-1-1 picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature-card-width-icon.ratio-1-1 picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature-card-width-icon.ratio-1-1 picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-card-width-icon.ratio-1-1 picture img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-card-width-icon.ratio-1-1 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(88, 88, 88, 0.7);
  z-index: 1;
}
.feature-card-width-icon:hover picture img {
  transform: scale(1.2);
}
.feature-card-width-icon.ratio-1-1 {
  position: relative;
}
.feature-card-width-icon.ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.feature-card-width-icon.ratio-1-1 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.feature-card-width-icon.ratio-4-3 {
  position: relative;
}
.feature-card-width-icon.ratio-4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.feature-card-width-icon.ratio-4-3 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.feature-card-width-icon.ratio-3-4 {
  position: relative;
}
.feature-card-width-icon.ratio-3-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.feature-card-width-icon.ratio-3-4 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .layout .col-lg-4 .feature-card {
    margin-bottom: 30px;
  }
}
.photo-endpoint .photo-endpoint-meta .photo-endpoint-meta-inner {
  display: flex;
  padding: 30px;
  border-bottom: 2px solid #585858;
}
.photo-endpoint .photo-endpoint-meta .photo-endpoint-meta-inner .photo-endpoint-description {
  width: 75%;
}
.photo-endpoint .photo-endpoint-meta .photo-endpoint-meta-inner .photo-endpoint-description p:last-child {
  margin: 0;
}
.photo-endpoint.ratio-16-9 picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.photo-endpoint.ratio-16-9 picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.photo-endpoint.ratio-16-9 picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.photo-endpoint.ratio-16-9 picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-item {
  border-bottom: 1px solid #dee2e6;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
}
.nav-scroller .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
}
.nav-scroller .navbar-in-page-navigation {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}
.nav-scroller .navbar-in-page-navigation > .container, .nav-scroller .dashboard-login-tabs [class*=-local-tasks] .navbar-in-page-navigation > .nav-tabs, .dashboard-login-tabs [class*=-local-tasks] .nav-scroller .navbar-in-page-navigation > .nav-tabs {
  justify-content: center;
}
.nav-scroller .navbar-in-page-navigation .navbar-nav {
  margin-bottom: 0;
}
.nav-scroller .navbar-in-page-navigation .nav-item .nav-link {
  color: #585858;
  padding: 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
}
.nav-scroller .navbar-in-page-navigation .nav-item .nav-link:hover {
  color: #146199;
}

.testimonial .testimonial-content {
  padding-top: 90px;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  border-top: 3px solid #146199;
  border-bottom: 3px solid #146199;
}
.testimonial .testimonial-content .lead {
  font-size: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #585858;
}
.testimonial .testimonial-content:before {
  display: block;
  content: "\201C";
  font-size: 12rem;
  line-height: 0.5;
  left: 0;
  color: #146199;
  position: absolute;
  top: 60px;
}
.svg-endpoint {
  padding-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #585858;
  border-bottom: 2px solid #585858;
}

.card-media-asset {
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #585858;
  padding-bottom: 1rem;
}
.card-media-asset .card-img-top-wrapper {
  position: relative;
  overflow: hidden;
}
.card-media-asset .card-img-top-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-media-asset .card-img-top-wrapper .card-img-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-media-asset .card-img-top-wrapper .card-img-top-inner .card-img-top-content {
  width: 100%;
  height: 100%;
  background-color: #e9ecef;
  padding: 2rem;
}
.card-media-asset .aspect-ratio-3-2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-media-asset .aspect-ratio-3-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.card-media-asset .aspect-ratio-3-2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border: 1px solid rgba(88, 88, 88, 0.1);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}
.card-media-asset .aspect-ratio-2-3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-media-asset .aspect-ratio-2-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.card-media-asset .aspect-ratio-2-3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border: 1px solid rgba(88, 88, 88, 0.1);
}
.card-media-asset .card-img-top {
  position: relative;
}
.card-media-asset .card-img-top .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #146199;
  text-transform: uppercase;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  z-index: 2;
  color: #fff;
}
.card-media-asset .card-img-top picture {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  position: relative;
  overflow: hidden;
}
.card-media-asset .card-img-top picture:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.card-media-asset .card-img-top picture > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-media-asset .card-img-top picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-media-asset .card-body {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.card-media-asset .title a {
  color: #585858;
}
@media (max-width: 767.98px) {
  .card-media-asset h3 {
    font-size: 1rem;
  }
}
.card-media-asset .meta-data {
  display: flex;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.card-media-asset .meta-data span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.card-media-asset .meta-data span:not(:last-child):after {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  height: 55%;
  right: 0;
}

.programme-list-overlay {
  position: absolute;
  left: 1rem;
  z-index: 10;
}

[id*=views-bootstrap-content-global-block-content-global-knowledge-centre] .row [class*=col-] {
  margin-bottom: 30px;
}

.callout {
  overflow: hidden;
  background-color: rgba(147, 67, 191, 0.05);
  border-bottom: 3px solid #9343BF;
}
.callout .call-out-wrapper {
  position: relative;
  padding: 60px;
  display: flex;
  align-items: center;
}
.callout .call-out-wrapper .title h2 {
  text-transform: uppercase;
}
.callout.text-center .call-out-wrapper {
  justify-content: center;
}
.callout .description {
  font-size: 1.25rem;
  font-weight: 400;
}
.callout.blue {
  background-color: rgba(20, 97, 153, 0.05);
  border-bottom: 3px solid #146199;
}
.callout.teal {
  background-color: rgba(0, 147, 126, 0.05);
  border-bottom: 3px solid #00937E;
}
.callout.orange {
  background-color: rgba(242, 104, 37, 0.05);
  border-bottom: 3px solid #F26825;
}
.callout.yellow {
  background-color: rgba(247, 171, 76, 0.05);
  border-bottom: 3px solid #F7AB4C;
}
.callout.green {
  background-color: rgba(0, 170, 90, 0.05);
  border-bottom: 3px solid #00AA5A;
}
.callout.red {
  background-color: rgba(168, 5, 25, 0.05);
  border-bottom: 3px solid #A80519;
}