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;
}
.carousel .js_dots li {
  height: 20px;
  width: 20px;
  margin: 0 20px;
  border-radius: 20px;
}
#home-carousel {
  max-height: 350px;
}
#home-carousel .js_frame .js_slides .js_slide {
  margin-right: 0;
}
#home-carousel .js_frame .js_slides .js_slide .text-container {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
#home-carousel .js_frame .js_slides .js_slide .text-container p {
  text-align: center;
}
#home-carousel .js_frame .js_slides .js_slide .text-container p.slide-title {
  font-size: 41px;
  line-height: 38px;
  margin-bottom: 5px;
}
#home-carousel .js_frame .js_slides .js_slide img {
  display: block;
  max-width: 200px;
  margin: 0 auto 50px auto;
}
#home-carousel .js_dots {
  margin: -45px 0 0 0;
}
#countries {
  display: block;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  padding: 90px 0;
  background-color: #e6ede9;
}
#old-categories {
  width: 70%;
  display: block;
  margin: 0 auto;
}
#old-categories .tabset {
  position: static;
  margin: 0 1em;
}
#old-categories .tabset .tabs .tab {
  display: block;
  text-align: center;
}
#old-categories .tabset .tabs .tab:not(:first-of-type) {
  margin-top: 1em;
}
#old-categories .tabset .tabs .tab.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#old-categories .tabset .tab-pane.active {
  position: static;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: calc(100% - 2px);
}
#old-categories .tabset .tab-pane ul {
  columns: auto;
  margin: 0;
  max-height: 30vh;
  overflow-y: auto;
}
#old-categories .tabset .tab-pane ul li {
  margin-bottom: 0;
}
#old-categories .tabset .tab-pane ul li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
#old-categories .tabset .tab-pane ul li:focus-within {
  background-color: rgba(7, 104, 51, 0.5);
}
#old-categories .tabset .tab-pane ul li a {
  display: block;
  padding: 20px 0 20px 15px;
  font-size: 16px;
}
#old-categories .tabset .tab-pane ul li a:hover {
  background-color: #daefe3;
}
#sector-treeview-container {
  padding: 50px 0;
  text-align: center;
}
#sector-treeview-container #sector-treeview {
  width: 100%;
}
#sector-treeview-container #sector-treeview-metadata {
  display: inline-block;
  width: 80%;
}
#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;
}
body {
  background: -webkit-linear-gradient(138deg, #f2f9f5 0%, #f2f9f5 20%, white 20%);
  background: -moz-linear-gradient(138deg, #f2f9f5 0%, #f2f9f5 20%, white 20%);
  background: -ms-linear-gradient(138deg, #f2f9f5 0%, #f2f9f5 20%, white 20%);
  background: -o-linear-gradient(138deg, #f2f9f5 0%, #f2f9f5 20%, white 20%);
  background: linear-gradient(138deg, #f2f9f5 0%, #f2f9f5 20%, white 20%);
}
#main-container {
  margin-top: 20px;
}
#main-container .overview {
  padding: 0 0 100px 0;
}
.carousel .js_dots {
  width: 91%;
}
