.taxonomy-term-country {
  min-height: calc(100vh - 365px);
  padding-top: 35px;
  position: relative;
}
.taxonomy-term-country:after {
  display: inline-block;
  background-image: url(../../assets/img/effect-top.png);
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 440px;
  width: 690px;
  z-index: -1;
}
.taxonomy-term-country .background-image {
  position: absolute;
  top: 0;
  height: 459px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.taxonomy-term-country .background-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: "";
  background: linear-gradient(180deg, white 5.21%, rgba(255, 255, 255, 0) 95.83%);
}
.taxonomy-term-country .background-image:after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom right, transparent 0%, transparent 50%, white 50%, white 100%);
}
.taxonomy-term-country .item-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
}
.taxonomy-term-country .item-header h1 {
  position: relative;
  flex: 1;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.2px;
  color: #1f78b4;
  -webkit-text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.13);
  -moz-text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.13);
  -ms-text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.13);
  -o-text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.13);
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.13);
  padding-left: 32px;
  margin: 0;
}
@media (max-width: 480px) {
  .taxonomy-term-country .item-header h1 {
    text-align: center;
    padding-left: 0;
  }
}
.taxonomy-term-country .item-header 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%);
}
@media (max-width: 480px) {
  .taxonomy-term-country .item-header h1:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .taxonomy-term-country .item-header .share {
    display: none;
  }
}
.taxonomy-term-country .field--name-description {
  width: 50%;
  color: #1f78b4;
  margin: 20px 0 0;
}
@media (max-width: 480px) {
  .taxonomy-term-country .field--name-description {
    text-align: center;
    width: 100%;
  }
}
.taxonomy-term-country .views-element-container {
  padding: 0;
}
.taxonomy-term-country .view-iadb-related-indicators {
  margin-top: 65px;
  margin-bottom: 30px;
}
.taxonomy-term-country .view-iadb-related-indicators .view-header {
  width: 100%;
  border-bottom: 2px solid white;
  margin: 0 0 16px;
}
.taxonomy-term-country .view-iadb-related-indicators .view-header p {
  display: block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 7px;
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.taxonomy-term-country .view-iadb-related-indicators .indicator-related {
  height: 100%;
}
.taxonomy-term-country .view-iadb-related-indicators .indicator-related > a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.taxonomy-term-country .view-iadb-related-indicators .indicator-related > a .field--name-field-theme {
  margin: 0;
}
.taxonomy-term-country .view-iadb-related-indicators .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes {
  display: flex;
  width: 100%;
}
.taxonomy-term-country .view-iadb-related-indicators .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes .icon {
  position: relative;
  margin-right: 10px;
  height: 23px;
  width: 24px;
}
.taxonomy-term-country .view-iadb-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%);
}
.taxonomy-term-country .view-iadb-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;
}
.taxonomy-term-country .view-iadb-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;
}
.taxonomy-term-country .view-iadb-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: #333333;
  text-transform: uppercase;
  text-align: left;
}
.taxonomy-term-country .view-iadb-related-indicators .indicator-related > a .content {
  padding: 10px 20px;
}
.taxonomy-term-country .view-iadb-related-indicators .indicator-related > a .content h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin: 0;
  margin: 0 0 8px;
}
.taxonomy-term-country .view-iadb-related-indicators .indicator-related > a .content .field--name-field-teaser-image img {
  width: 100%;
  height: auto;
}
.taxonomy-term-country .view-iadb-related-indicators .indicator-related > a:hover {
  text-decoration: none;
}
.taxonomy-term-country .iadb-view-list .views-row {
  margin-bottom: 25px;
}
.taxonomy-term-country .iadb-view-list .views-row .indicator-related {
  height: 100%;
}
.taxonomy-term-country .iadb-view-list .views-row .indicator-related > a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.taxonomy-term-country .iadb-view-list .views-row .indicator-related > a .field--name-field-theme {
  margin: 0;
}
.taxonomy-term-country .iadb-view-list .views-row .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes {
  display: flex;
  width: 100%;
}
.taxonomy-term-country .iadb-view-list .views-row .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes .icon {
  position: relative;
  margin-right: 10px;
  height: 23px;
  width: 24px;
}
.taxonomy-term-country .iadb-view-list .views-row .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%);
}
.taxonomy-term-country .iadb-view-list .views-row .indicator-related > a .field--name-field-theme .vocabulary-iadb-themes .icon .field--name-field-icon-custom {
  display: flex;
  height: 100%;
  align-items: center;
}
.taxonomy-term-country .iadb-view-list .views-row .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;
}
.taxonomy-term-country .iadb-view-list .views-row .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: #333333;
  text-transform: uppercase;
  text-align: left;
}
.taxonomy-term-country .iadb-view-list .views-row .indicator-related > a .content {
  padding: 10px 20px;
}
.taxonomy-term-country .iadb-view-list .views-row .indicator-related > a .content h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin: 0;
  margin: 0 0 8px;
}
.taxonomy-term-country .iadb-view-list .views-row .indicator-related > a:hover {
  text-decoration: none;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related {
  height: 100%;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .field--name-field-theme {
  margin: 0;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .field--name-field-theme .vocabulary-iadb-themes {
  display: flex;
  width: 100%;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .field--name-field-theme .vocabulary-iadb-themes .icon {
  position: relative;
  margin-right: 10px;
  height: 23px;
  width: 24px;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-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%);
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .field--name-field-theme .vocabulary-iadb-themes .icon .field--name-field-icon-custom {
  display: flex;
  height: 100%;
  align-items: center;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-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;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-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: #333333;
  text-transform: uppercase;
  text-align: left;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .content {
  padding: 6px 20px 10px;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .content .top-info {
  display: flex;
  align-items: flex-start;
  padding-bottom: 5px;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .content .top-info .field--name-field-authors {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .content .top-info .field--name-field-publication-date {
  flex: 1;
  text-align: right;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .content h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin: 0 0 8px;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a .content .field--name-body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #333333;
}
.taxonomy-term-country .iadb-view-list .views-row .publications-related > a:hover {
  text-decoration: none;
}
