@charset "UTF-8";
.node--type-dataset .content {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.node--type-dataset .content h1 {
  position: relative;
  flex: 1;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  color: #00a3ff;
  padding-left: 32px;
  margin: 0;
}
@media (max-width: 767px) {
  .node--type-dataset .content h1 {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.node--type-dataset .content h1:before {
  position: absolute;
  content: url(../../assets/img/title_bar.svg);
  top: 50%;
  margin-top: 6px;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.node--type-dataset .content .share {
  text-align: right;
}
@media (max-width: 767px) {
  .node--type-dataset .content .share {
    position: relative;
    text-align: left;
    margin-top: 10px;
  }
}
.node--type-dataset .title-source,
.node--type-dataset .title-theme,
.node--type-dataset .title-keywords,
.node--type-dataset .title-date {
  font-weight: 700;
}
.node--type-dataset .title-source .field--name-field-source,
.node--type-dataset .title-source .field--name-field-date,
.node--type-dataset .title-source .field--name-field-keywords,
.node--type-dataset .title-theme .field--name-field-source,
.node--type-dataset .title-theme .field--name-field-date,
.node--type-dataset .title-theme .field--name-field-keywords,
.node--type-dataset .title-keywords .field--name-field-source,
.node--type-dataset .title-keywords .field--name-field-date,
.node--type-dataset .title-keywords .field--name-field-keywords,
.node--type-dataset .title-date .field--name-field-source,
.node--type-dataset .title-date .field--name-field-date,
.node--type-dataset .title-date .field--name-field-keywords {
  font-weight: 400;
  padding-bottom: 30px;
}
.node--type-dataset .title-source .field--name-field-date,
.node--type-dataset .title-theme .field--name-field-date,
.node--type-dataset .title-keywords .field--name-field-date,
.node--type-dataset .title-date .field--name-field-date {
  display: inline-block;
}
.node--type-dataset .title-source .field--name-field-date .field__item,
.node--type-dataset .title-theme .field--name-field-date .field__item,
.node--type-dataset .title-keywords .field--name-field-date .field__item,
.node--type-dataset .title-date .field--name-field-date .field__item {
  display: inline-block;
}
.node--type-dataset .title-source .field--name-field-date .field__item:not(:last-child):after,
.node--type-dataset .title-theme .field--name-field-date .field__item:not(:last-child):after,
.node--type-dataset .title-keywords .field--name-field-date .field__item:not(:last-child):after,
.node--type-dataset .title-date .field--name-field-date .field__item:not(:last-child):after {
  content: ",";
  display: inline-block;
}
.node--type-dataset .title-theme .field--name-field-theme {
  display: flex;
}
.node--type-dataset .title-theme .vocabulary-iadb-themes {
  padding-bottom: 30px;
  padding-right: 50px;
  display: flex;
}
.node--type-dataset .title-theme .vocabulary-iadb-themes .icon {
  position: relative;
  margin-right: 10px;
  height: 23px;
  width: 24px;
  background-color: white !important;
  display: inline-block;
}
.node--type-dataset .title-theme .vocabulary-iadb-themes .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  height: 11px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.node--type-dataset .title-theme .vocabulary-iadb-themes .icon .field--name-field-icon-custom {
  display: flex;
  height: 100%;
  align-items: center;
}
.node--type-dataset .title-theme .vocabulary-iadb-themes .icon .field--name-field-icon-custom img {
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 3px;
}
.node--type-dataset .title-theme .vocabulary-iadb-themes .title {
  flex: 1;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 23px;
  color: #025c72;
  text-transform: uppercase;
  text-align: left;
}
.node--type-dataset .container-date-and-download {
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}
.node--type-dataset .container-date-and-download .title-date {
  flex: 1;
}
.node--type-dataset .container-date-and-download .dropdown-toggle {
  color: #00a3ff;
  background-color: white;
  border: 1px solid #00a3ff;
  border-radius: 0;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 100%;
}
.node--type-dataset .container-date-and-download .dropdown-toggle:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00a3ff !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  vertical-align: 0;
  border: 1px solid transparent;
}
.node--type-dataset .container-date-and-download .dropdown-toggle:before {
  content: "";
  font-family: "Font Awesome Solid";
  margin-right: 10px;
}
.node--type-dataset .container-date-and-download .dropdown-toggle.btn:focus {
  box-shadow: none;
}
.node--type-dataset .container-date-and-download .dropdown-toggle.btn:hover {
  text-decoration: none;
  color: white;
}
.node--type-dataset .container-date-and-download .dropdown-toggle.btn:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.node--type-dataset .container-date-and-download .dropdown-toggle.btn:hover:focus {
  outline: none;
}
.node--type-dataset .related-indicators {
  margin-bottom: 50px;
}
.node--type-dataset .related-indicators > .views-element-container {
  padding: 0;
}
@media (max-width: 767px) {
  .node--type-dataset .related-indicators .views-row {
    margin-bottom: 15px;
  }
}
.node--type-dataset .related-indicators .view-header {
  width: 100%;
  border-bottom: 2px solid #1f78b4;
  margin: 25px 0;
}
.node--type-dataset .related-indicators .view-header p {
  display: block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #1f78b4;
  margin-bottom: 7px;
}
.node--type-dataset .related-indicators .indicator-related {
  height: 100%;
  min-height: 200px;
}
.node--type-dataset .related-indicators .indicator-related > a {
  border-radius: 0;
  border: 2px solid #dadada;
  border-color: #dadada !important;
  width: 100%;
  height: 100%;
}
.node--type-dataset .related-indicators .indicator-related > a .field--name-field-theme {
  margin: 0;
}
.node--type-dataset .related-indicators .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes {
  display: flex;
  width: 100%;
}
.node--type-dataset .related-indicators .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes .icon {
  position: relative;
  margin-right: 10px;
  height: 23px;
  width: 24px;
  background-color: white !important;
}
.node--type-dataset .related-indicators .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  height: 11px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.node--type-dataset .related-indicators .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes .icon .field--name-field-icon-custom {
  display: flex;
  height: 100%;
  align-items: center;
}
.node--type-dataset .related-indicators .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes .icon .field--name-field-icon-custom img {
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 3px;
}
.node--type-dataset .related-indicators .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes .icon .field--name-field-icon-custom-hover {
  display: none;
}
.node--type-dataset .related-indicators .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes .title {
  flex: 1;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 23px;
  color: #025c72;
  text-transform: uppercase;
  text-align: left;
}
.node--type-dataset .related-indicators .indicator-related > a .content {
  padding: 10px 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.node--type-dataset .related-indicators .indicator-related > a .content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  margin: 0;
  margin: 0 0 8px;
}
.node--type-dataset .related-indicators .indicator-related > a .content h2 span {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  margin: 0;
  margin: 0 0 8px;
}
.node--type-dataset .related-indicators .indicator-related > a .content .field--name-field-teaser-image {
  margin-top: 9px;
}
.node--type-dataset .related-indicators .indicator-related > a .content .field--name-field-teaser-image img {
  width: 100%;
  height: auto;
}
.node--type-dataset .related-indicators .indicator-related > a:hover {
  text-decoration: none;
}
