html {
  font-family: Arial, sans-serif;
  line-height: 1.25;
}

/* EUETFA-254 align tags accros browser */
.ecl-editor em {
  font-weight: normal;
  font-style: italic;
}

.ecl-editor strong {
  font-weight: 700;
  font-style: normal;
}

.ecl-editor u {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

.ecl-editor p,
.taxonomy-term-description p {
  color: #595959;
  font-size: 0.85em;
}

.project-heading {
  background-color: #0065a2;
  padding: 1em;
  box-shadow: 0 .1em .1em rgba(0,0,0,.2);
}

/* Map */
.wtmap img {
  max-width: 256px !important;
}

.wtfooter {
  display: none;
}

.page-content section.section--map {
  padding-top: 0;
}

.section--actions {
  background-color: #e0eefb;
}

.section--actions h2,
.section--news h2 {
  background-color: #276999;
  padding: 10px;
  width: max-content;
}

.section--project-contracts {
  background-color: #fffef7;
}

.section--project-contracts h2 {
  background-color: #e55216;
  padding: 10px;
  width: max-content;
}

.contract__image {
  border: 1px solid #b4b4b4;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  min-height: 110px;
  vertical-align: middle;
}

.ecl-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.contract__image img {
  max-height: 100px;
}

@media (max-width: 768px) {
  .contract__value {
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  .contract__info {
    padding-top: 15px;
  }
}

.contract__name {
  font-size: 1em;
}

.contract__value {
  color: #ffffff;
  background-color: #ef9770;
  padding: 0 10px;
  font-size: 1em;
  width: max-content;
}

.contract__description {
  font-size: 0.85em;
}

.views-field-description p {
  max-width: 100%;
}

.views-field-field-euetfa-image {
  float: left;
}

.view-footer {
  text-align: right;
}

p.lab {
  font-weight: bold;
}

.field-name-field-euetfa-image-logo-partner {
  float: right;
  margin-left: 4rem;
}

/* Fixes */
#admin-menu li > ol,
#admin-menu li > ul {
  font-size: inherit;
}

.is-external:after,
a[href^=http]:not([href*="ec.europa.eu"]):not(.is-internal):after {
  content: '';
}

.krumo-node {
  max-width: 100% !important;
}

.messages ul {
  max-width: 100% !important;
}

section div.messages {
  margin: 0 !important;
}

.paragraph,
p {
  max-width: 100% !important;
}

.file-icon {
  display: none;
}

.media.media-element-container span.file {
  background-color: #e55216;
  padding: 5px 10px;
  width: max-content;
  margin-bottom: 5px;
}

.media.media-element-container span.file:hover {
  background-color: #345995;
  padding: 5px 10px;
}

.media.media-element-container span.file a {
  color: #fff !important;
  font-size: 0.85em;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* Grid definition¨*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

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

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

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

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

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

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

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

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

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

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

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

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

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

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

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

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

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

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

.form-item-nav-filter label {
  display: inline-block;
  font-weight: normal;
}

.field-name-field-euetfa-footer-kpi .field-item {
  color: #8e8e8e;
}

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

.node-type-project .ecl-col a,
.node-type-euetfa-news .ecl-col a {
  color: #ff6f00;
  text-decoration: none;
}

.node-type-euetfa-news .field-name-body {
  padding: .5em 0;
}

.view-euetfa-projects-by-country.related-projects a {
  color: #000;
}

.wtmap .wtcontent {
  border: 0 !important;
}

.node-type-page .content > .section__body {
  background-color: #345995;
}

.ffa-base--alt .wtattribution a {
  color: #000;
}

.ffa-base a,
.ffa-base a:link,
.ffa-link,
.ffa-link:link,
.field-type-text-with-summary a {
  text-decoration: none !important;
}

.page-navigation h3 a.ffa-link {
  text-decoration: underline;
}

.box-display .card,
.box-display .card:link {
  height: 100%;
}

.box-display .ecl-col,
.page-navigation-partner .box-display {
  margin-bottom: 1rem;
}

.box-display.box-partner a {
  background-color: #eaeaea;
  min-width: 9rem;
}

.box-display.box-partner .card__label {
  font-size: 0.7em;
  min-height: 7.1em;
}

.box-display.box-partner .card__wrapper {
  padding: 10px;
}

.box-display.box-partner .card__image {
  background-color: #fff;
  border: 15px solid #fff;
}

.page-navigation .ecl-row span.field-content {
  width: 100%;
}

.pager--infinite-scroll li {
  list-style: none;
  text-align: center;
}

.pager--infinite-scroll li a,
a.pager--infinite-scroll {
  color: #fff;
  text-decoration: none;
  background-color: darkgray;
  padding: 10px;
  width: max-content;
  margin: 0 auto;
  font-size: 17px;
}

.pager--infinite-scroll li a:hover,
a.pager--infinite-scroll:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff6f00;
  padding: 10px;
}

.page-taxonomy .messages.error {
  display: none;
}

#views-exposed-form-euetfa-projects-by-country-block .views-exposed-widget,
#views-exposed-form-euetfa-projects-by-country-block-regional-projects .views-exposed-widget,
#views-exposed-form-euetfa-projects-by-country-block-2 .views-exposed-widget,
#views-exposed-form-euetfa-projects-by-country-block-3 .views-exposed-widget,
#views-exposed-form-euetfa-projects-by-thematic-block .views-exposed-widget,
#views-exposed-form-projects-by-partner-block .views-exposed-widget,
#views-exposed-form-euetfa-projects-by-country-block-national-country-projects .views-exposed-widget,
#views-exposed-form-euetfa-projects-by-country-block-regional-country-projects .views-exposed-widget,
#views-exposed-form-euetfa-projects-by-country-block-cross-window-country-projects .views-exposed-widget {
  width: 50%;
}

#views-exposed-form-euetfa-news-page-1 .views-exposed-widget.views-widget-filter-field_euetfa_thematic_tid,
#views-exposed-form-euetfa-news-page-1 .views-exposed-widget.views-widget-filter-field_euetfa_loc_target_id_entityreference_filter,
#views-exposed-form-euetfa-news-page-1 .views-exposed-widget.views-widget-filter-field_euetfa_partner_target_id_selective {
  width: 33%;
}

#views-exposed-form-euetfa-news-page-1 .views-exposed-widget.views-widget-filter-field_euetfa_partner_target_id_selective {
  padding-right: 0;
}

#views-exposed-form-euetfa-projects-by-country-block .views-exposed-widget select,
#views-exposed-form-euetfa-projects-by-country-block-regional-projects .views-exposed-widget select,
#views-exposed-form-euetfa-projects-by-country-block-2 .views-exposed-widget select,
#views-exposed-form-euetfa-projects-by-country-block-3 .views-exposed-widget select,
#views-exposed-form-euetfa-projects-by-thematic-block .views-exposed-widget select,
#views-exposed-form-projects-by-partner-block .views-exposed-widget select,
#views-exposed-form-euetfa-projects-by-country-block-national-country-projects .views-exposed-widget select,
#views-exposed-form-euetfa-projects-by-country-block-regional-country-projects .views-exposed-widget select,
#views-exposed-form-euetfa-projects-by-country-block-cross-window-country-projects .views-exposed-widget select,
.view-euetfa-projects-by-country .views-exposed-widget select {
  width: 100% !important;
}

#edit-name-selective-wrapper .views-widget .form-type-select,
#edit-field-euetfa-thematic-tid-selective-wrapper .views-widget .form-type-select,
#views-exposed-form-euetfa-projects-by-country-block-2 .views-widget .form-type-select,
#views-exposed-form-euetfa-projects-by-country-block-3 .views-widget .form-type-select,
#views-exposed-form-euetfa-news-page-1 .views-widget .form-type-select {
  width: 100% !important;
}

#path .container > span {
  display: none;
}

#views-exposed-form-euetfa-news-page-1 #edit-combine-wrapper {
  margin-top: 20px;
}

/* Styles exposed form partner page.*/
#views-exposed-form-euetfa-navigation-page-nav-partner .views-exposed-widget.views-widget-filter-title,
#views-exposed-form-euetfa-news-page-1 .views-exposed-widget.views-widget-filter-combine {
  width: 100%;
}

#views-exposed-form-euetfa-navigation-page-nav-partner .views-exposed-widget.views-widget-filter-title input::-webkit-input-placeholder,
#views-exposed-form-euetfa-news-page-1 .views-exposed-widget.views-widget-filter-combine input::-webkit-input-placeholder,
/* EUETFA-359 */
#views-exposed-form-euetfa-jobs-page-work-with-us {
  color: #355b93 !important;
}

#views-exposed-form-euetfa-navigation-page-nav-partner .views-exposed-widget.views-widget-filter-title input,
#views-exposed-form-euetfa-news-page-1 .views-exposed-widget.views-widget-filter-combine input,
/*EUETFA-359*/
#views-exposed-form-euetfa-jobs-page-work-with-us .views-exposed-widget.views-widget-filter-combine input {
  border: none;
  color: #355b93 !important;
  font-family: Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 2rem 0 .5rem;
  width: 100%;
}

#views-exposed-form-euetfa-news-page-1 .views-exposed-widget.views-widget-filter-combine input {
  padding-right: 0;
}

#views-exposed-form-euetfa-navigation-page-nav-partner .views-exposed-form,
#views-exposed-form-euetfa-news-page-1 .views-exposed-form {
  border-bottom: 2px solid #355b93;
  margin-bottom: 25px;
}

#views-exposed-form-euetfa-navigation-page-nav-partner .views-exposed-form .views-exposed-widgets,
#views-exposed-form-euetfa-news-page-1 .views-exposed-form .views-exposed-widgets {
  margin-bottom: 0px;
}

.ffa-select {
  border-bottom: 2px solid #355b93;
}

.ffa-select::after {
  border-top: .4em solid #355b93;
}

.ffa-select select {
  color: #355b93;
  width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ecl-carousel__item {
  list-style-type: none;
}

.ecl-carousel__image-information {
  display: block;
  width: 100%;
}

#ecl-carousel .flexslider {
  border: none;
}

#ecl-carousel .flexslider .flex-control-nav {
  z-index: 5;
  bottom: 10px;
  height: 18px;
}

.ecl-carousel__list-wrapper .ecl-carousel__controls.ecl-list--unstyled {
  display: none;
}

.section--image,
.ecl-carousel {
  margin-top: -1px;
}

@media (min-width: 768px) {
  .section--image,
  .ecl-carousel {
    height: 35vh;
  }
}

.section--image .section__shade {
  min-height: 45vh;
}

.ecl-carousel__live-region {
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.ecl-carousel__live-region p.carousel__readmore {
  padding: 0 !important;
  margin-bottom: 60px !important;
  margin-top: 20px !important;
}

.ecl-carousel__image-description {
  font-size: 1.5rem !important;
}

.flex-direction-nav a {
  color: transparent;
}

@media all and (min-width: 769px) {
  .section--image,
  .ecl-carousel {
    height: 70vh;
  }

  .section--image .section__shade {
    min-height: 70vh;
  }
}

@media all and (max-width: 768px) {

  .section--image .ecl-h1,
  .ecl-carousel__live-region p.carousel__title {
    font-size: 1.1rem;
  }

  .ecl-carousel__live-region p.carousel__date,
  .ecl-carousel__live-region p.carousel__readmore a {
    font-size: 0.8rem;
  }

  .ecl-carousel__image-copyright {
    margin-left: 6rem;
    text-align: right;
    top: 30vh;
  }
}

/* CSV and XLS icons. */
a[href*="/window_projects"],
a[href*="/thematic-projects"],
a[href*="/partner-projects"],
a[href*="/region-projects"] {
  background-image: url(../images/icon-sprite-free-blue.png);
  background-repeat: no-repeat;
  background-size: 1040px 1088px;
  display: inline-block;
  height: 32px;
  margin-left: 10px;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: text-bottom;
  width: 32px;
}

a[href*="/window_projects_csv/"],
a[href*="/thematic_projects_csv/"],
a[href*="/partner_projects_csv/"],
a[href*="/region_projects_csv/"] {
  background-position: 0 -1056px;
}

a[href*="/window_projects_xls/"],
a[href*="/thematic-projects-xls/"],
a[href*="/partner-projects-xls/"],
a[href*="/region-projects-xls/"] {
  background-position: -96px -1056px;
}

.view-euetfa-projects-by-country .view-footer,
.view-euetfa-projects-by-thematic .view-footer,
.view-projects-by-partner .view-footer {
  text-align: left;
}

.view-euetfa-projects-by-thematic .view-footer {
  display: none;
}

/* Breadcrumbs. */
#path {
  border-top: 1px solid #fff;
  padding: 0;
}

#path .container {
  background-color: #0065a2;
}

.easy-breadcrumb {
  border-radius: 10px 0 0 10px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  list-style: none;
  overflow: hidden;
}

.easy-breadcrumb a,
.easy-breadcrumb span {
  background: #0065a2;
  color: white;
  display: block;
  font-weight: 600;
  float: left;
  padding: 10px 35px 10px 65px;
  position: relative;
  text-decoration: none;
}

.easy-breadcrumb a:focus {
  outline: none;
}

.easy-breadcrumb a::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #0065a2;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.easy-breadcrumb a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 2px;
  left: 100%;
  z-index: 1;
}

.easy-breadcrumb .easy-breadcrumb_segment-separator {
  display: none;
}

.ecl-breadcrumbs__segments-wrapper {
  border-bottom: none;
}

/* MAIN SEARCH BAR && PAGE SEARCH SEARCH BAR */

div.search_bar {
  min-height: 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  padding-top: 105px;
}

@media (max-width: 767px) {
  div.search_bar {
    bottom: 25px;
    position: relative;
    right: 25px;
  }

  .ffaua-headers {
    min-height: 122px;
  }
}

div.search_bar div.input-group {
  float: right;
  padding-top: 0px;
  border-width: 1px 1px 1px 1px;
  background-color: #fff;
  width: 258px;
  height: 34px;
  border-radius: 5px;
}

@media (max-width: 480px) {
  div.search_bar div.input-group {
    background-color: rgba(0, 101, 162, 1);
  }

  div.search_bar input[type=text] {
    background-color: #fff;
  }
}

@media (max-width: 321px) {
  div.search_bar div.input-group {
    width: 210px;
  }
}

div.search_bar input[type=text] {
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: inline;
  margin-right: 0;
  height: 100%;
  width: 100%;
  border-color: rgba(0, 101, 162, 0.5);
  border-right: none;
  padding: 5px 5px 5px 5px;
  font-size: small;
  float: left;
}

.page-search #search-block-form .input-group {
  position: relative;
  display: flex;
  border: 1px black solid;
  margin: 2em 0;
  align-items: center;
}

.page-search #search-block-form .form-item {
  width: 100%;
  margin: 0 !important;
}

.page-search #search-block-form .input-group-btn {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}

.page-search #edit-search-block-form--2 {
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding: .33rem .66rem;
  width: 100%;
}

.page-search #edit-actions {
  margin-top: 0px;
}

.page-search #edit-actions > input[type=image] {
  margin-left: 0;
  width: 30px;
  height: auto;
  padding: 5px;
  border-width: 0px;
}


@media (max-width: 321px) {
  div.search_bar input[type=text] {
    max-width: 172px;
  }

  .ffaua-headers__title {
    font-size: 1rem;
  }

  .flex-direction-nav a {
    height: 30px;
    width: 20px;
  }

  .flex-direction-nav a:before {
    font-size: 30px;
  }

  .flexslider:hover .flex-direction-nav .flex-next {
    right: 5px;
  }

  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 5px;
  }
}

div.search_bar span.input-group-btn {
  border: 1px solid rgba(0, 101, 162, 0.5);
  border-left: none;
  float: right;
  height: 35px;
  width: 38px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 321px) {
  div.search_bar span.input-group-btn {
    margin-top: -51px;
  }
}

#edit-actions {
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

#edit-actions > input[type=image] {
  margin-left: 0;
  height: 100%;
  width: 100%;
  padding: 5px;
  border-width: 0px;
}

div.search_bar div.form-item {
  float: left;
  height: 35px;
  width: 220px;
  margin-top: 0px;
}

div.search_bar input[type=text]:focus {
  border-color: #66afe9;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  float: left;
}

@media (max-width: 480px) {
  div.search_bar input[type=image] {
    height: auto;
    width: auto;
    padding: 7px 0 0 8px;
  }
}

@media (max-width: 575px) {

  .page-search .ecl-col-sm-4 {
    padding-bottom: 1em;
  }
}

/* Projects cards*/
.card__label .field-content.euetfa_budget {
  float: right;
  font-size: 20px;
}

.card__label .views-label-field-euetfa-budget {
  font-weight: bold;
  font-size: 20px;
}

/* Fix flags margin bottom. */
.euetfa_country_list {
  overflow: auto;
}

.carousel__readmore a {
  color: #ff6f00;
  font-size: 1.2rem;
  text-decoration: underline;
}

.ecl-carousel__button:focus {
  outline: none;
}

p.carousel__title {
  font-size: 0.8em;
  /*background: #e55216 none repeat scroll 0 0; */
  background: rgba(229, 82, 22, 0.7);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  display: inline;
  font-weight: 400;
  margin-bottom: 10px;
}

p.carousel__date {
  font-size: 0.59rem;
  font-weight: bold;
  color: #fff;
  width: max-content;
  padding: 5px 10px 5px !important;
  margin-bottom: 10px !important;
}

p.carousel__readmore {
  padding-left: 0;
  padding-right: 0;
}

p.carousel__readmore a:hover {
  font-size: 17px;
  color: #ffffff !important;
  background-color: #ff6f00 !important;
}

#ecl-carousel .flex-control-nav.flex-control-paging a {
  background-color: #ffffff;
}

#ecl-carousel .flex-control-nav.flex-control-paging a.flex-active {
  background-color: #ff6f00;
}

#ecl-carousel .flex-direction-nav a::before {
  color: #ffffff;
}

#ecl-carousel .section--image {
  background-position: 0 30%;
}

/* Carousel fixes for mobile */
@media (max-width: 480px) {
  #ecl-carousel .flex-direction-nav a::before {
    font-size: 30px;
  }

  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 5px;
  }

  .flexslider:hover .flex-direction-nav .flex-next {
    right: 5px;
  }
}

h3.field-content.ecl-h3 {
  width: 100%;
}

.not-front .ecl-editor h3:not(.ecl-h3) {
  color: #e55216;
  font-size: 1rem;
  font-weight: bold;
}

#views-exposed-form-euetfa-resource-center-page .views-exposed-widgets {
  background-color: #f4f3f1;
  margin-bottom: 0;
  padding-top: 65px;
}

#views-exposed-form-euetfa-resource-center-page div#edit-type-wrapper label {
  color: #345995;
  display: inline-block;
  font-weight: normal;
  width: 50%;
  float: left;
  margin-right: 10px;
  text-align: right;
}

#views-exposed-form-euetfa-resource-center-page .views-exposed-form .views-exposed-widget {
  width: 100%;
  font-size: 1.5rem;
}


#views-exposed-form-euetfa-resource-center-page div#edit-type-wrapper .views-widget {
  float: left;
}

section.section.section--plain.ecl-pv-l.ffa-bg-shade.resource_center {
  padding-top: 2.2rem;
}

.ffa-bg-grey {
  background-color: #fffef7;
}

#views-exposed-form-euetfa-resource-center-page .form-item.form-type-select.form-item-type {
  border-bottom: 2px solid #ff6f00;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
}

#views-exposed-form-euetfa-resource-center-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: transparent;
  color: #ff6f00;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 2rem 0 .5rem;
  position: relative;
  z-index: 1;
}

#views-exposed-form-euetfa-resource-center-page .form-item.form-type-select.form-item-type:after {
  border-left: .2em solid transparent;
  border-right: .2em solid transparent;
  border-top: .4em solid #ff6f00;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: .5rem;
  top: 50%;
  width: 0;
  z-index: 2;
}

.euetfa_navigation_taxonomy_thematic .card__wrapper {
  text-align: center;
  height: 10em;
}

.euetfa_navigation_taxonomy_thematic .card__label {
  min-height: 9em;
}

.card.euetfa-all-projects {
  max-width: initial;
  min-width: initial;
}

@media (min-width: 768px) {
  .card.euetfa-all-projects p.card__title {
    font-size: 0.5em;
    line-height: 1.5em;
  }

  .card.euetfa-all-projects p:not(.card__title) {
    font-size: 0.4em;
  }
}

@media (min-width: 768px) {
  .card.euetfa-all-projects p.card__title {
    min-height: 130px;
  }
}

.card.euetfa-all-projects .card__label .region__wrapper {
  background-color: #0065a2;
  font-size: 0.6em;
  padding: 5px;
}

.card.euetfa-all-projects .card__label .region__wrapper.sahe {
  background-color: #ec6608;
}

.card.euetfa-all-projects .card__label .region__wrapper.horn {
  background-color: #aecc53;
}

.card.euetfa-all-projects .card__label .region__wrapper.nort {
  background-color: #fdc300;
}

@media (max-width: 767px) {
  .card.euetfa-all-projects .card__wrapper .card__image {
    background-size: 20% !important;
  }

  .card.euetfa-all-projects .country__wrapper .country__name {
    font-size: initial !important;
    padding: 21px 10px 10px 85px !important;
  }

  .card.euetfa-all-projects .card__label .region__wrapper {
    margin-top: 25px !important;
    font-size: initial !important;
  }
}

@media (min-width: 768px) {
  .card.euetfa-all-projects .card__wrapper {
    height: 6em;
  }
}


.card.euetfa-all-projects .country__wrapper .country__image {
  width: 20%;
  float: left;
}

.card.euetfa-all-projects .country__wrapper .country__name {
  width: 80%;
  font-size: 0.6em;
  margin: 10px 10px 10px 20px;
  padding: 10px 10px 10px 30px;
  text-transform: uppercase;
}

.card__label {
  font-weight: normal;
  /*override index.css*/
  height: auto;
  min-height: 5.1em;
}

.card__amount {
  font-size: small;
}

/* Body text links in orange by default */
p a,
p a:link,
.node a,
.node a:link {
  color: #ff6f00;
  text-decoration: none;
}

p a:hover,
p a:focus,
.node a:hover,
.node a:focus {
  color: #345995;
  transition: color 0.15s ease-in;
}

/* Projects list blocks. */
.ecl-container .ecl-row .view-euetfa-projects-by-country,
.ecl-container .ecl-row .view-projects-by-partner,
.ecl-container .ecl-row .view-euetfa-projects-by-thematic {
  width: 100%;
}

.view-projects-by-partner .view-content .ecl-col {
  margin-bottom: 1rem;
}

/* Breadcrumb */
.ecl-container,
.section--image h1,
.ecl-carousel__image-information,
.ecl-breadcrumbs .ecl-breadcrumbs__segments-wrapper {
  padding: 0 1.75rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ecl-container,
  .section--image h1,
  .ecl-carousel__image-information,
  .ecl-breadcrumbs .ecl-breadcrumbs__segments-wrapper {
    padding: 0 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ecl-container,
  .section--image h1,
  .ecl-carousel__image-information,
  .ecl-breadcrumbs .ecl-breadcrumbs__segments-wrapper {
    padding: 0 2rem;
  }
}

.ecl-breadcrumbs .ecl-breadcrumbs__link {
  text-decoration: none;
  color: #fff;
  font-size: small;
  font-weight: normal;
}

.ecl-breadcrumbs .ecl-breadcrumbs__link:focus {
  outline: none;
}

.ecl-breadcrumbs .ecl-container {
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
}

.ecl-breadcrumbs__segment--last .ecl-breadcrumbs__link:after {
  content: none;
}

/* Reproduce ffa-link style. */
.ecl-col-7 a {
  color: #ff6f00;
  text-decoration: none;
}

.ecl-col-7 a:hover,
.ecl-col-7 a:focus {
  color: #345995;
  transition: color .15s ease-in;
}

a:focus {
  outline: none;
}

@media (min-width: 768px) {
  .card.euetfa_navigation_taxonomy_thematic {
    min-width: 9rem;
  }
}

.card.euetfa_navigation_taxonomy_flags {
  max-width: initial;
  min-width: initial;
  border-top: 1px solid rgba(0,0,0,.1);
}

.euetfa_navigation_taxonomy_flags .card__label {
  height: auto;
}

.euetfa_navigation_taxonomy_thematic .card__label {
  padding: 2rem 1rem 1rem 1rem;
}

@media (max-width: 767px) {
  .euetfa_navigation_taxonomy_thematic .card__label {
    padding: 3rem 1rem 1rem 1rem;
  }
}

.ecl-breadcrumbs__segment {
  margin: 0.2rem 0;
}

/* Custom footer styles. */
.euetfa_footer ul {
  margin: 0;
}

.euetfa_footer a {
  color: #fff;
  text-decoration: none;
}

.section--plain.footer-mf .section__body.ecl-pv-l {
  padding: 0;
}

section.footer-mf {
  background-color: #345995 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Card. */
.card__image {
  background-size: cover;
}

.card__badge {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  left: 0;
  right: 0;
  position: absolute;
  margin: -25px auto 0 auto;
}

.page-navigation-partner .card__image {
  background-size: contain;
}

@media (min-width: 768px) {
  .page-navigation-region .card__wrapper {
    height: 4em;
  }
}

.page-navigation-region .ecl-row:first-of-type {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-navigation-region .card__image {
  width: 50%;
  float: left;
}

.page-navigation-region .card__projects {
  width: 50%;
  float: right;
  padding: 1em;
  background-color: #dddbd1;
}

@media (max-width: 767px) {
  .page-navigation-region .card__projects {
    padding: 2em;
    min-height: 100%;
    font-size: 20px;
  }
}

.page-navigation-region .card__projects p {
  font-size: 0.5em;
}


.page-navigation-region .section--plain:not(.footer-mf) {
  background-color: #fffef7;
}

.page-navigation-region h3.field-content {
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* Iframe Videos. */
.media-element-container iframe {
  width: 100% !important;
}

/* Facets */
.facet {
  margin-bottom: 1rem;
}

.facet .facet__link {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  -webkit-transition: background-image 1s;
  -moz-transition: background-image 1s;
  -ms-transition: background-image 1s;
  -o-transition: background-image 1s;
  transition: background-image 1s;
}

.facet .facet__link.ecl-regions {
  background-image: url(../images/icon-thematic-region.png);
}

.facet .facet__link.ecl-regions:hover {
  background-image: url(../images/icon-thematic-region-active.png);
}

.facet .facet__link.ecl-themes {
  background-image: url(../images/icon-thematic-theme.png);
}

.facet .facet__link.ecl-themes:hover {
  background-image: url(../images/icon-thematic-theme-active.png);
}

.facet .facet__link.ecl-partners {
  background-image: url(../images/icon-thematic-partner.png);
}

.facet .facet__link.ecl-partners:hover {
  background-image: url(../images/icon-thematic-partner-active.png);
}

.facet-text {
  color: #c95325;
}

/* Caption. */
.field-name-field-caption .field-item,
.section__attribution_image_wysiwyg {
  font-size: .5rem;
  padding: .25rem 0;
}

.field-name-field-caption .field-item {
  text-align: right;
}

.section__attribution_image_wysiwyg {
  text-align: left;
  clear: both;
}

.wysiwyg-image[style*="left"] {
  padding-right: 20px;
}

.wysiwyg-image[style*="right"] {
  padding-left: 10px;
}


@media (max-width: 576px) {
  .ecl-carousel__image-description .ecl-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Force link in free text to be orange */
.ecl-editor a,
.search-pager-infinite-scroll span.view-more-button {
  color: #ff6f00;
  text-decoration: none;
}

.search-pager-infinite-scroll span.view-more-button {
  cursor: pointer;
}

.search-pager-infinite-scroll {
  text-align: center;
}

.ecl-editor h2 {
  font-weight: bold;
  font-size: 1.2rem;
}

.front .ecl-editor h2 {
  color: #e55216;
}

.ffaua-headers__title {
  font-weight: 400;
}

.page-taxonomy-term .section--map .wtmap .map,
.node-type-project .section--map .wtmap .map {
  margin: 0px;
}

.node-type-euetfa-partner .section--contracts {
  display: none;
}

.node-type-euetfa-partner .section--map {
  margin-top: 1rem;
}

.ecl-container .views-view-grid {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.page-navigation .ecl-container .section__body {
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-navigation-theme .ecl-container .section__body {
  padding-left: 0rem;
  padding-right: 0rem;
}

.page-navigation .euetfa_footer,
.page-navigation-partner .ecl-container .section__body {
  padding-left: 0;
  padding-right: 0;
}

.page-navigation-theme .ecl-container .euetfa_footer,
.page-navigation-partner .ecl-container .euetfa_footer {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.page-navigation-theme .section:not(.footer-mf),
.page-navigation-partner .section:not(.footer-mf) {
  background-color: #fffef7;
}

.ecl-container .related-projects,
.view-id-euetfa_news .ecl-row {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ecl-container .ecl-col {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

body:not(.page-taxonomy) .ecl-container .ecl-col .ecl-row {
  margin-left: 0;
  margin-right: 0;
}

.ecl-container .ecl-col {
  padding-left: 1rem;
  padding-right: 1rem;
}

.section--image {
  background-position: center;
}

.view-id-euetfa_news .ecl-row,
.view-projects-by-partner .ecl-row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.page-taxonomy-term .section--plain .section__body .ecl-col .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

/* Fix news title overlapping caption. */
.section__shade .section__body {
  bottom: 1.5rem;
}

.section__shade .section__body.region__body,
.section__shade .section__body.thematic__body {
  bottom: 0;
  padding: 0 1.75rem;
}

.section__shade .section__body.region__body div,
.section__shade .section__body.thematic__body div {
  background-color: #fff;
  display: table;
}

.section__shade .section__body.region__body div h1,
.section__shade .section__body.region__body div h2,
.section__shade .section__body.thematic__body div h1,
.section__shade .section__body.thematic__body div h2 {
  padding: 5px 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #595959;
}

.section.thematic__body h2 {
  text-align: left;
}

.section__shade .section__body.region__body div span:not(.date-display-single) {
  padding: 0 10px;
  display: table-cell;
  font-size: 0.85em;
  font-weight: 500;
  background-color: #e55216;
  color: #fff;
}

/* Adding max-width on video inserted using media. */
.media-element-container video {
  max-width: 100%;
}

/* Forcing responsive image inserted with media. */
@media (max-width: 768px) {
  .media-element-container {
    max-width: 100%;
    height: auto !important;
  }

  .media-element-container img {
    height: auto !important;
  }
}

/* Search place active search icon at the end of the input */
#block-views-euetfa-news-block .views-exposed-widgets {
  position: relative;
}

#block-views-euetfa-news-block .views-submit-button {
  position: absolute;
  bottom: 0;
  right: .66rem;
}

.page-taxonomy #block-views-euetfa-news-by-thematic-block #block-views-euetfa-news-block.ffa-bg-shade,
#block-views-euetfa-news-block-2 .ffa-bg-shade,
#block-views-euetfa-news-block-3 .ffa-bg-shade,
.page-all-news-and-stories .ffa-bg-shade {
  background-color: #fff;
}

/* Styling for small devices. */
@media (max-width: 480px) {
  /* Fixing news alignement on HP. */
  #block-views-euetfa-news-block .ecl-editor {
    padding-left: 0;
    padding-right: 0;
  }

  /* Filters alignement on News & stories page. */
  .view-euetfa-news .view-filters .views-exposed-widgets .views-exposed-widget,
  .view-projects-by-partner .view-filters .views-exposed-widgets .views-exposed-widget {
    padding-right: 0;
    width: 100% !important;
  }
}

/* ---------------- Back on top link  ----------------- */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

a.btn-back-top {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  bottom: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: none;
  font-size: 1.5em;
  padding: 0 3px 0 5px;
  position: fixed;
  right: 10px;
  text-decoration: none;
  transition: 0.3s;
}

a.btn-back-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #eeeeee;
  transition: 0.3s;
}

.glyphicon-chevron-up:before {
  content: "\e113";
  font-family: 'Glyphicons Halflings';
}

/* Show More facetApi. */
a.facetapi-limit-link {
  color: #ff6f00;
  display: inline-block;
  margin: 0 0 .75em 0;
  text-decoration: none;
}

/* page-search */
h2.block-facetapi,
h3.block-facetapi {
  color: #000;
  padding-bottom: 0.25em;
}

h2.block-facetapi {
  padding-bottom: 0.25em;
  border-bottom: 1px #000 solid;
}

h3.block-facetapi {
  font-size: 1.25em;
}

dd.documents-af span.file {
  display: block;
}

/* Facetapi */

.item-list ul.facetapi-facetapi-links {
  margin: 0.5em 0 0.75em 0;
}

.item-list ul.facetapi-facetapi-links li {
  font-weight: 200;
  list-style-type: none;
  margin: 0 0 0.5em 0;
  /*#e6e6e6*/
  background-color: rgba(230, 230, 230, 0.8);
  transition: background-color 0.3s ease-out;
  padding: 0.2em 0.15em;
}


.item-list ul.facetapi-facetapi-links li:hover {
  background-color: rgba(230, 230, 230, 1);
}

.item-list ul.facetapi-facetapi-links li:before {
  color: transparent;
}


/* Thematic budget. */
.item-list ul.euetfa-themes {
  list-style: none;
  margin: 0;
}

.item-list ul.euetfa-themes li {
  font-size: 14px;
  color: #000;
  background-color: #fdc300;
  width: max-content;
  padding: 5px 10px 5px !important;
  margin: 10px 0;
  text-transform: uppercase;
}

.item-list ul.euetfa-themes.ffa-base li a {
  color: #fff;
}

.item-list ul.euetfa-themes.ffa-base li a:hover {
  color: #345995;
}

.item-list ul.euetfa-themes .first {
  margin-top: 0;
}

.item-list ul.euetfa-themes .last {
  margin: 0;
}

/*social buttons*/

body.node-type-euetfa-news #ec-widget-share-example {
  text-align: right;
  width: 100%;
  padding: 1.25em 0;
}

body.node-type-euetfa-news .ec-widget-share-inline > span {
  float: none;
  display: inline-block;
  padding: 0 0 0 0.3em;
}

div.share_individual,
div.share_individual a#share_button_link.share_individual,
.share_individual {
  height: 100%;
}


/*EUETFA-456 + EUETFA-469 */

.news__image,
.wysiwyg-image {
  position: relative;
}

.wysiwyg-image > img[style*="float"] + span.section__attribution {
  position: static;
  display: inline;
  float: right;
  margin-top: -1rem;
  height: 1rem;
}

/* EUETFA-359 work with us page */

.node-type-euetfa-jobs .field-label {
  font-weight: 100;
}


@media (max-width: 479px) {
  .label-html.col-xs-12 {
    margin-bottom: 0;
  }
}

.view-id-euetfa_jobs .search-results > li > div.ecl-editor {
  background: #fff;
  padding: 20px;
}

.view-id-euetfa_jobs .search-results > li > div.ecl-mb-xl {
  margin-bottom: 2rem;
}

#views-exposed-form-euetfa-jobs-page-work-with-us .views-exposed-form .views-exposed-widget {
  width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  #edit-nav-filter.form-select {
    width: 100%;
  }
}

#edit-field-euetfa-country-target-id-wrapper,
#edit-field-euetfa-project-target-id-wrapper {
  padding-bottom: 0;
  border-bottom: 2px solid #ff6f00;
}


#views-exposed-form-euetfa-jobs-page-work-with-us select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: transparent;
  color: #ff6f00;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  width: 100%;
}

#views-exposed-form-euetfa-jobs-page-work-with-us select > option {
  color: #666;
}

#views-exposed-form-euetfa-jobs-page-work-with-us .views-widget {
  position: relative;
}

#edit-field-euetfa-country-target-id-wrapper .form-item-field-euetfa-country-target-id:after {
  border-left: .2em solid transparent;
  border-right: .2em solid transparent;
  border-top: .4em solid #ff6f00;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  z-index: 2;
}


@media (min-width: 768px) {

  #edit-field-euetfa-country-target-id-wrapper .form-item-field-euetfa-country-target-id:after {
    right: .5rem;
  }

  #edit-field-euetfa-country-target-id-wrapper {
    padding-bottom: 0;
    border-bottom: none;
  }

  #views-exposed-form-euetfa-jobs-page-work-with-us .views-exposed-form {
    border-bottom: 2px solid #ff6f00;
    display: inline-block;
  }

  #views-exposed-form-euetfa-jobs-page-work-with-us select {
    width: auto;
    max-width: 100%;
  }

  #views-exposed-form-euetfa-jobs-page-work-with-us .views-widget {
    display: inline-block;
  }

}

.news__image {
  position: relative;
}

/* main menu */

.navbar {
  width: 100%;
  z-index: 3;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* menu */

.navbar ul {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */
.navbar .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 20px 0 20px 0;
  position: relative;
  user-select: none;
}

.navbar .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.navbar .menu-icon .navicon:before,
.navbar .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.navbar .menu-icon .navicon:before {
  top: 5px;
}

.navbar .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.navbar .menu-btn {
  display: none;
}

.navbar .menu-btn:checked ~ ul {
  max-height: 240px;
}

.navbar .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.navbar .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.navbar .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .navbar .nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar li {
    float: left;
  }

  .navbar ul {
    clear: none;
    max-height: none;
  }

  .navbar .menu-icon {
    display: none;
  }

  .navbar li.leaf {
    min-height: 50px;
    width: 11.1%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 7px solid transparent;
  }

  .navbar .nav li.leaf a {
    display: inline-block;
    width: 100%;
  }

  .navbar .nav li.leaf.active,
  .navbar .nav li.leaf:hover {
    border-bottom: 7px solid #0e66a0;
  }

  .navbar .nav li.leaf:not(:last-child) {
    border-right: 1px dotted #0e66a0;
  }
}

.navbar {
  background-color: #e6e7e8;
}

.navbar .nav {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.54em;
  font-weight: 600;
}

.navbar .nav li.leaf {
  list-style: none;
  padding: 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .navbar .nav li.leaf {
    padding: 0.2em 0.5em 0.5em 0;
    min-height: initial;
    width: 100% !important;
    text-align: left !important;
  }

  .navbar .nav li.leaf.last {
    padding: 0.2em 0.5em 1.3em 0;
  }

  .navbar .nav {
    font-size: 0.8rem;
  }
}

.navbar .nav li.leaf a {
  text-decoration: none;
  color: #365a93;
}

.navbar.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* homepage carousel modifications */
.ecl-carousel__image-description p {
  padding: 0 10px;
  position: relative;
  top: -4px;
}

p.carousel__readmore a {
  font-size: 17px;
  color: #fff !important;
  background-color: #0e66a0;
  padding: 10px;
}

.carousel__title:before {
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  position: absolute;
  left: -17px;
  top: 0;
}

.flex-control-paging li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  opacity: 0.5 !important;
}

.flex-control-paging li a.flex-active {
  background-color: #dedede !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .flex-control-paging li a {
    width: 1em;
  }
}

/* indicators */
.ecl-h2 {
  font-weight: 500;
  font-size: 27px;
}

.front .ecl-h2 {
  background-image: url(../images/icon-title-headings.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 40px;
}

.euetfa_footer .ecl-h2 {
  background-image: none;
  padding-top: 0;
}

.indicator--tile .indicator__description {
  border-top: 0;
  margin-top: -45px;
  padding-top: 58px;
  font-size: 0.6em;
  font-weight: 400;
  color: #454545;
  text-align: left;
  padding-left: 4px;
}

.indicator.indicator--tile.indicator--action {
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: normal;
}

@media (max-width: 768px) {
  .indicator--tile .indicator__description {
    font-size: 0.8em;
    text-align: center;
  }

  .indicator.indicator--tile {
    padding: 0;
  }
}

@media (min-width: 769px) {
  .indicator.indicator--tile.indicator--action {
    margin-left: 10px;
  }

  .indicator--tile .indicator__description {
    margin-top: -33px;
    padding-left: 10px;
  }

  .indicator__description.money {
    border-left: 4px solid #000000;
  }

  .indicator__description.economic-and-employment-opportunities,
  .indicator__description.indicator__action {
    border-left: 4px solid #276999;
  }

  .indicator__description.resilience {
    border-left: 4px solid #a5c565;
  }

  .indicator__description.migration-management {
    border-left: 4px solid #ef5b30;
  }

  .indicator__description.governance2 {
    border-left: 4px solid #efac34;
  }
}

@media (min-width: 993px) {
  .indicator--tile .indicator__description {
    margin-top: -35px;
    padding-left: 3px;
  }
}

@media (min-width: 1200px) {
  .indicator--tile .indicator__description {
    margin-top: -37px;
    padding-left: 4px;
  }
}

@media (min-width: 1400px) {
  .indicator--tile .indicator__description {
    margin-top: -40px;
  }
}

@media (min-width: 1600px) {
  .indicator--tile .indicator__description {
    margin-top: -45px;
  }
}

.indicator--tile .indicator__value {
  margin-top: 0;
}

.indicator__value {
  color: #fff;
  width: 90%;
  text-align: center;
}

.indicator__value.indicator__action {
  color: #fff;
  width: max-content;
  padding: 0 10px;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .indicator__value,
  .indicator__value.indicator__action {
    width: 100%;
  }
}

.indicator__value.money {
  background-color: #666666;
}

.indicator__value.economic-and-employment-opportunities,
.indicator__value.indicator__action {
  background-color: #7da5c2;
}

.indicator__value.resilience {
  background-color: #c0d693;
}

.indicator__value.migration-management {
  background-color: #f48c6e;
}

.indicator__value.governance2 {
  background-color: #f4c571;
}

.field-name-field-euetfa-footer-kpi .field-item {
  background-color: #e55216;
  padding: 5px;
  width: 75%;
  margin: auto;
}

@media (max-width: 768px) {
  .field-name-field-euetfa-footer-kpi .field-item {
    width: 100%;
  }
}

.field-name-field-euetfa-footer-kpi .field-item p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.field-name-field-euetfa-footer-kpi .field-item p a,
.field-name-field-euetfa-footer-kpi .field-item p a:link {
  color: #fff;
  text-decoration: underline !important;
}

/* our projects by */
.our-project-by-bg {
  background-image: url(../images/our-projects-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}

a.euetfa-btn {
  font-size: 17px;
  color: #fff !important;
  background-color: #0e66a0;
  padding: 10px;
  text-decoration: none;
}

a.euetfa-btn:hover {
  color: #fff !important;
  background-color: #e55216;
}

.euetfa-project-p {
  font-size: 15px;
  line-height: 1.4em;
}

/* home news */
.news__body .ecl-h3 {
  margin: 0 0 0.5rem;
  line-height: 30px;
}

.news__type {
  font-size: 0.59rem;
  color: #000;
  background-color: #fdc300;
  width: max-content;
  padding: 5px 10px 5px !important;
  margin-bottom: 10px !important;
}

.euetfa-news {
  font-size: 21px !important;
  font-weight: 400 !important;
  color: #fff !important;
  background-color: #ff6f00;
  padding: 0 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}

.news__tags li {
  padding-right: 0;
  margin-bottom: 0;
  display: grid;
}

@media (max-width: 768px) {
  .news__tags li {
    margin-bottom: 0;
    display: flex;
    padding-bottom: 5px !important;
  }
}

.news__tags li a,
.news__tags li a:visited,
.news__tags li a:hover {
  font-size: 14px;
}

/* homepage focus area */
.focus-area {
  background-repeat: no-repeat;
  background-position: right;
  background-color: #d6b401;
}

@media (max-width: 768px) {
  .focus-area p {
    font-size: 0.85em;
  }
}

@media (min-width: 768px) {
  .focus-area {
    background-image: url(../images/focus-area-bg.png);
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .focus-area {
    background-image: url(../images/focus-area-bg.png);
    background-size: contain;
  }
}

.focus-area-heading-title {
  font-weight: 100;
  font-size: 29px;
  margin-bottom: 20px;
  color: #998100;
}

.focus-area-heading {
  font-weight: 400;
  border-left: 13px solid #377612;
  padding-left: 4px;
  margin-left: -17px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .focus-area-heading {
    font-size: 1.2rem;
  }
}

.focus-title {
  color: #fff;
  background-color: #778f0b;
  padding: 5px;
  display: table;
  margin-bottom: 5px;
}

.focus-subtitle {
  color: #fff;
  background-color: #778f0b;
  padding: 5px;
  display: table;
}

@media (min-width: 768px) {
  .focus-area-body {
    width: 75%;
    font-size: 0.85em;
  }
}

@media (max-width: 767px) {
  .focus-area-body {
    width: 100%;
  }
}

.focus-url a,
.focus-url a:hover,
.focus-url a:visited {
  text-underline: none;
  text-decoration: none;
  background-color: #0e66a0;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}

/* footer */
.euetfa_footer {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.85em;
}

@media (max-width: 767px) {
  .euetfa_footer img {
    width: 15%;
  }
}

/* single page */
.not-front section .ecl-container .section__body ul:not(.ecl-sidebar-media-body):not(.news__tags):not(.pager) {
  color: #595959;
}

.not-front section .ecl-container .section__body ul:not(.ecl-sidebar-media-body):not(.news__tags):not(.pager) li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
  display: inline-flex;
  width: 100%;
  font-size: 0.85em;
}

.not-front section .ecl-container .section__body ul:not(.ecl-sidebar-media-body):not(.news__tags):not(.pager) li::before {
  content: ' ';
  border-left: 6px solid #e55216;
  padding-right: 15px;
  height: 29px;
}

.not-front section .ecl-container .section__body ul:not(.ecl-sidebar-media-body):not(.news__tags):not(.pager) li a {
  text-decoration: underline !important;
}

section section.section--plain .ecl-container {
  padding-left: 0;
  padding-right: 0;
}

.ecl-sidebar-media {
  background-color: #eeeeee;
}

.ecl-sidebar-media-headings {
  background-color: #365a93;
  color: #fff !important;
  margin: 0 !important;
  padding: 10px;
  font-size: 0.7em;
}

.ecl-sidebar-media-body {
  margin: 0;
  list-style: none !important;
  padding: 8px !important;
  border: 1px solid #ddd;
}

.ecl-sidebar-media-body.ecl-contribution {
  background-color: #f8e734;
  border: 1px solid #f8e734;
}

ul.ecl-sidebar-media-body li {
  font-size: 0.7em;
  border-top: 1px solid #ddd;
  display: block;
  padding: 15px 10px;
}

ul.ecl-sidebar-media-body li:first-child {
  border-top: 0 solid #ddd;
}

ul.ecl-sidebar-media-body li a {
  display: block;
  color: #595959 !important;
  transition: 0s;
  text-decoration: none;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1040px 1088px;
  background-position: initial;
  height: initial;
  margin-left: initial;
  overflow: hidden;
  text-indent: initial;
  vertical-align: text-bottom;
  width: initial;
}

ul.ecl-sidebar-media-body:not(.ecl-contribution) li:hover,
ul.ecl-sidebar-media-body:not(.ecl-contribution) li.active {
  color: #fff !important;
  background-color: #0065a2;
}

ul.ecl-sidebar-media-body:not(.ecl-contribution) li:hover a,
ul.ecl-sidebar-media-body:not(.ecl-contribution) li.active a {
  color: #fff !important;
}

.highcharts-credits {
  display: none;
}

.ecl-focus {
  background-color: #365a93;
  color: white !important;
}

.ecl-quote {
  border-left: 11px solid #e5e4de;
  margin-left: -11px;
  padding-left: 10px;
}

.ecl-quote em {
  font-size: 0.9em;
}

.ecl-trust-heading {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.ecl-trust-heading h2 {
  margin-bottom: 10px;
}

.ecl-trust-heading .ecl-last-updated {
  top: 0;
  right: 0;
  color: #fff;
  padding: 5px;
  background-color: #e55216;
  font-size: 0.7em;
  text-align: center;
}

@media (max-width: 991px) {
  .ecl-status-pledged {
    font-size: 0.8em !important;
  }
}

@media (min-width: 992px) {
  .ecl-trust-heading .ecl-last-updated {
    margin-right: 42px;
    float: right;
    position: absolute;
  }

  .ecl-status-received {
    width: 93%;
  }
}

.ecl-status-pledged {
  background-color: #5bc5ce;
  padding: 15px;
  font-size: 0.9em;
}

.ecl-status-received {
  background-color: #c6db83;
  padding: 15px;
  font-size: 0.9em;
}

.ecl-info-box {
  background-color: #f5f3e9;
  padding: 1px 1em 1px 1em;
  color: #595959;
}

.ecl-info-box.ecl-filter {
  margin-top: 0;
  margin-bottom: 20px;
}

.ecl-info-box.ecl-filter .form-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vega-embed {
  width: 100%;
  overflow: scroll;
}

#chart2 .label {
  z-index: 1 !important;
}

#chart2 .highcharts-tooltip span {
  background-color: white;
  border: 1px solid #365a93;
  border-radius: 10px;
  opacity: 1;
  z-index: 9999 !important;
}

#chart2 .tooltip {
  padding: 10px;
}

/* EUETFA-494 cookie-banner full width */

#cookie-consent-banner {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

#cookie-consent-banner .cookie-consent-actions {
  float: none !important;
  display: inline-block;
}

/* END EUETFA-494  */
