header {
  position: relative;
  border-bottom: none;
}
header .wrap-large {
  max-width: 93%;
}
header #headline {
  font-size: 18px;
}
header #header-search-suggestions-results {
  flex-flow: column nowrap;
  flex-wrap: nowrap;
  max-height: 300px;
  overflow-y: auto;
}
header #header-search-suggestions-results section {
  flex-basis: 100%;
}
header #header-search-suggestions-results section:first-of-type {
  flex: 100%;
  max-width: 100%;
}
header #header-search-suggestions-results section:not(:first-child) {
  border-left: none;
  border-top: 1px solid #858585;
  flex-basis: 100%;
  max-width: none;
  padding-left: 0;
  padding-top: 10px;
}
header #header-search-suggestions-results section ul li + li {
  margin-top: 15px;
}
header #header-search-suggestions-results section a {
  overflow-x: none;
  text-overflow: none;
  white-space: normal;
}
footer ul {
  padding-inline-start: 0;
  text-align: center;
}
footer ul:first-of-type {
  columns: auto 2;
}
footer ul:first-of-type li {
  font-size: 16px;
  margin: 0 0 40px 0;
}
#gotop .go-top {
  display: inline-block;
}
#gotop.gotop-active {
  display: block;
  position: fixed;
  background-color: #076833;
  color: #daefe3;
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  z-index: 1000;
  right: 12px;
  bottom: 15%;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
}
#gotop.gotop-active:hover {
  background-color: #00441d;
}
#gotop p {
  color: white;
  font-size: 16px;
}
.banner-wrapper-iframe {
  height: 230px;
}
#breadcrumb-trail ol {
  padding-left: 22px;
}
#ranking-header {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
.carousel .js_dots li {
  height: 20px;
  width: 20px;
  margin: 0 20px;
  border-radius: 20px;
}
#data-nlg h1 {
  margin-bottom: 10px;
}
#evolution-key-figures-wrapper {
  display: none;
}
#dataviz-block .cta-download-excel {
  display: none;
}
#dataviz-block .cta-ranking-countries {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#country-ranking-wrapper {
  margin-top: 80px;
}
#related-data-wrapper .related-data tr td:nth-child(2) {
  width: 95%;
}
#related-data-wrapper .related-data tr td:nth-child(3) {
  display: none;
}
#trending {
  background-color: #c6c6c6;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#trending .wrap-large {
  flex-direction: column;
}
#trending h2 {
  font-size: 41px;
}
#trending #popular,
#trending #latest-news {
  display: block;
  margin: 10px auto;
  padding: 2%;
  width: 80%;
}
#trending #popular:not(:only-child) {
  margin-bottom: 30px;
}
#main-container {
  margin-top: 0;
}
#main-container ol {
  margin-top: 0;
}
#data-wrapper {
  background: none;
}
#data-wrapper #data-container #data-anchors {
  display: none;
}
#data-wrapper hr {
  display: none;
}
#data-body {
  width: 95%;
  margin: 0 auto;
  display: block;
}
#dataviz-block {
  width: 95%;
  margin: 0 auto;
  display: block;
}
#dataviz-block .anchor:target {
  margin-top: 0;
}
.sticky-share-buttons {
  display: none;
}
