body {
  background-color: white;
}
.masthead {
  background-color: #004d44;
}
.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
  background-color: white;
  color: #004d44;
}
.navigation {
  color: black;
}
a.btn.btn-primary {
  background-color: #004d44;
}
.navigation {
  color: black;
}
#hero-section {
  /*background: #004d44;*/
  color: white;
  padding: 7% 5%;
  background: linear-gradient(rgba(0, 77, 68, 0.85), rgba(0, 77, 68, 0.85)), /* bottom, image */ url(/img/CH.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.dataset-count-container {
  text-align: center;
}
#about-section {
  background: white;
  padding: 3% 5%;
}
#dataset-section {
  background: white;
  padding: 1% 5%;
}
.title-heading {
  color: #004d44;
  margin-bottom: 1em;
}
/*.sub-heading {*/
/*    margin: 5em 0em;*/
/*}*/
.tag-card {
  background: white;
  border-radius: 0.3em;
  padding: 15% 10%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 1.5em;
  text-transform: capitalize;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tag-card-2 {
  background-color: #e6e5de;
  border-radius: 0.3em;
  padding: 15% 10%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 1.5em;
  text-transform: capitalize;
}
.tag-card-alt {
  background: white;
  border-radius: 0.3em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tag-img {
  padding: 1em;
  margin-bottom: 1em;
  background-color: rgba(237, 236, 229, 0.2);
}
.tag-img-2 {
  padding: 1em;
  margin-bottom: 1em;
  background-color: white;
}
.tag-title {
  font-size: 1.2em;
}
.tag-dataset-count {
  font-size: 1.1em;
}
.dataset-title {
  color: #004d44;
  margin-bottom: 1em;
}
.dataset-list-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dataset-list-group li {
  display: flex;
  justify-content: space-between;
  padding: 0.8em;
  border-bottom: 1px solid lightgray;
}
.badge-bg {
  background-color: #edece5;
  color: black;
  padding: 0.5em;
}
#about-container {
  background-color: #e6e5de;
  width: 100%;
  height: 400px;
  border-radius: 2em;
  padding: 2em;
}
/*DATASET PAGE*/
#search-hero {
  width: 100%;
  height: 500px;
  background-color: black;
  padding: 10% 20%;
}
.highlight-color {
  color: green;
}
.dataset-hero-text {
  color: white;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.dataset-item {
  background-color: white;
  padding: 5%;
  margin-bottom: 1.5em;
  border-radius: 1em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dataset-item:last-of-type {
  background-color: white;
  padding: 5%;
  margin-bottom: 1.5em;
  border-radius: 1em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.individial-package-container {
  border-radius: 1em;
  padding: 3% 5%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 1em;
}
h2.dataset-heading > a {
  color: #004d44;
  font-size: 1.2em;
}
.package-description {
  color: rgba(0, 0, 0, 0.6);
}
.file-types {
  margin-top: 1em;
}
.file-badge {
  background-color: #ecf0f1;
  border-radius: 0.7em;
  padding: 0.3em 0.7em;
  margin-right: 0.5em;
  font-weight: 500;
}
.dataset-content {
  padding-bottom: 1.5em;
}
a.label.label-default {
  background-color: #ecf0f1;
  border-radius: 0.7em;
  padding: 0.5em 0.9em;
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 0.8em;
  margin-top: 3em;
  color: rgba(0, 77, 68, 0.8);
}
a.label.label-default:hover {
  background-color: rgba(0, 77, 68, 0.8);
  color: white;
}
span.fa.fa-star {
  color: goldenrod;
}
/*FOOTER*/
.footer-site {
  padding: 5% 3%;
  background-image: url(/img/Footer_Background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-logo {
  height: 1em;
}
.fade:not(.show) {
  opacity: 1 !important;
  background-color: antiquewhite;
}
.col-4 {
  flex: 0 0 auto;
  width: auto;
}

body {
  background-color: white;
}
.masthead {
  background-color: #004d44;
}
.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
  background-color: white;
  color: #004d44;
}
.navigation {
  color: black;
}
a.btn.btn-primary {
  background-color: #004d44;
}
.navigation {
  color: black;
}
#hero-section {
  /*background: #004d44;*/
  color: white;
  padding: 7% 5%;
  background: linear-gradient(rgba(0, 77, 68, 0.85), rgba(0, 77, 68, 0.85)), /* bottom, image */ url(/img/CH.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.dataset-count-container {
  text-align: center;
}
#tag-section {
  background: white;
  padding: 5%;
}
#about-section {
  background: white;
  padding: 3% 5%;
}
#dataset-section {
  background: white;
  padding: 1% 5%;
}
.title-heading {
  color: #004d44;
  margin-bottom: 1em;
}
/*.sub-heading {*/
/*    margin: 5em 0em;*/
/*}*/
.tag-card {
  background: white;
  border-radius: 0.3em;
  padding: 15% 10%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 1.5em;
  text-transform: capitalize;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tag-card-2 {
  background-color: #e6e5de;
  border-radius: 0.3em;
  padding: 15% 10%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 1.5em;
  text-transform: capitalize;
}
.tag-card-alt {
  background: white;
  border-radius: 0.3em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tag-img {
  padding: 1em;
  margin-bottom: 1em;
  background-color: rgba(237, 236, 229, 0.2);
}
.tag-img-2 {
  padding: 1em;
  margin-bottom: 1em;
  background-color: white;
}
.tag-title {
  font-size: 1.2em;
}
.tag-dataset-count {
  font-size: 1.1em;
}
.dataset-title {
  color: #004d44;
  margin-bottom: 1em;
}
.dataset-list-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dataset-list-group li {
  display: flex;
  justify-content: space-between;
  padding: 0.8em;
  border-bottom: 1px solid lightgray;
}
.badge-bg {
  background-color: #edece5;
  color: black;
  padding: 0.5em;
}
#about-container {
  background-color: #e6e5de;
  width: 100%;
  height: 400px;
  border-radius: 2em;
  padding: 2em;
}
/*DATASET PAGE*/
#search-hero {
  width: 100%;
  height: 500px;
  background-color: black;
  padding: 10% 20%;
}
.highlight-color {
  color: green;
}
.dataset-hero-text {
  color: white;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.dataset-item {
  background-color: white;
  padding: 5%;
  margin-bottom: 1.5em;
  border-radius: 1em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dataset-item:last-of-type {
  background-color: white;
  padding: 5%;
  margin-bottom: 1.5em;
  border-radius: 1em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.individial-package-container {
  border-radius: 1em;
  padding: 3% 5%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 1em;
}
h2.dataset-heading > a {
  color: #004d44;
  font-size: 1.2em;
}
.package-description {
  color: rgba(0, 0, 0, 0.6);
}
.file-types {
  margin-top: 1em;
}
.file-badge {
  background-color: #ecf0f1;
  border-radius: 0.7em;
  padding: 0.3em 0.7em;
  margin-right: 0.5em;
  font-weight: 500;
}
.dataset-content {
  padding-bottom: 1.5em;
}
a.label.label-default {
  background-color: #ecf0f1;
  border-radius: 0.7em;
  padding: 0.5em 0.9em;
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 0.8em;
  margin-top: 3em;
  color: rgba(0, 77, 68, 0.8);
}
a.label.label-default:hover {
  background-color: rgba(0, 77, 68, 0.8);
  color: white;
}
span.fa.fa-star {
  color: goldenrod;
}
.scheming-subfield-list {
  margin-inline-start: 1em;
  padding: 0.5em;
  border: 1px solid var(--bs-gray-400);
  border-radius: 0.5em;
}
.scheming-subfield-group > .panel-default {
  padding: 0.5em;
  border: 1px solid var(--bs-gray-400);
  border-radius: 0.5em;
}
.scheming-subfield-group .fields-content {
  margin-inline-start: 1em;
}
/*FOOTER*/
.footer-site {
  padding: 5% 3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #13628B;
}
.footer-logo {
  height: 1em;
}
.fade:not(.show) {
  opacity: 1 !important;
  background-color: antiquewhite;
}
.col-4 {
  flex: 0 0 auto;
  width: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Poppins', Arial, sans-serif;
  background-color: #edece5;
}
.masthead {
  background: white;
  padding: 1.5% !important;
}
.nav a {
  color: #70b42f;
}
.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
  border-radius: 0.3rem;
  color: #1e1eff;
  font-weight: bold;
  text-transform: capitalize;
}
.masthead .main-navbar ul li a {
  padding: 0.6rem 0.9rem;
  color: #171717;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: capitalize;
}
.masthead .nav > li > a,
.masthead .nav > li > a:focus,
.masthead .nav > li > a:hover,
.masthead .nav > .active > a,
.masthead .nav > .active > a:hover,
.masthead .nav > .active > a:focus {
  border-radius: 0.3rem;
  color: white;
  text-shadow: none;
  font-weight: bold;
  text-transform: uppercase;
}
.masthead .main-navbar ul li:hover a,
.masthead .main-navbar ul li:focus a,
.masthead .main-navbar ul li.active a {
  border-radius: 0.3rem;
  background-color: unset;
}
.locale_link {
  font-weight: normal !important;
  text-transform: none !important;
  width: 100%;
  display: block;
  padding: 5px 20px 5px 20px !important;
}
.dropdown-menu {
  padding: unset !important;
}
.navigation {
  color: black;
}
a.btn.btn-primary {
  background-color: #231BE2;
}
.btn-primary {
  background-color: #231BE2;
}
.navigation {
  color: black;
}
.main {
  background: white;
}
#hero-section {
  color: white;
  padding: 7% 5%;
  background: linear-gradient(rgba(7, 14, 96, 0.15), rgba(7, 14, 96, 0.55)), url(/img/IMTA-banner.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.search-form {
  padding-bottom: 1rem;
}
.search-form .search-input button {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  padding: 0.5rem 1rem;
  border-radius: 0.9rem;
  background: #231BE2;
  color: #fff;
  border: none;
  font-size: 1rem;
  line-height: 1;
  height: auto;
}
.main .secondary {
  background: #F4F4F4;
}
.module-heading {
  background: #E0E0E0;
}
h2.module-heading {
  font-size: 1.1rem;
}
.front-search {
  border-radius: 1.5rem;
}
.search-form .search-input button:hover {
  background-color: #221be2d2;
}
.dataset-count-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.dataset-count-link {
  text-decoration: none;
  color: #000000;
}
.dataset-count-number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.dataset-count-label {
  font-size: 1.1rem;
  margin: 0;
}
.dataset-item {
  padding: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.dataset-item:last-of-type {
  background-color: unset;
  padding: unset;
  margin-bottom: unset;
  border-radius: unset;
  box-shadow: unset;
}
.dataset-content {
  padding-bottom: 0;
}
h2.dataset-heading > a {
  color: inherit;
  font-size: inherit;
}
.box,
.wrapper {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.wrapper {
  background-color: unset !important;
}
.module-content {
  padding-top: 0;
}
.title-heading {
  color: #1c629b;
}
.search-input.form-group.search-giant {
  margin-bottom: 0px;
}
form.search-form.home-search-container {
  border: none;
  margin: 0;
  padding: 0;
}
.custom-search-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.custom-search-box {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #fff;
  padding: 0.5rem 1rem;
}
.search-icon {
  font-size: 1rem;
  margin-right: 0.75rem;
  color: #333;
}
.custom-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  background-color: transparent;
  padding: 0.5rem 0;
}
.custom-search-button {
  background-color: #231BE2;
  color: white;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.custom-search-button:hover {
  background-color: #0000e6;
}
h1.search-result-title {
  font-size: 1.3rem;
}
.dataset-title {
  color: #1c629b;
}
#about-container {
  background-color: #f1f2f5;
  width: 100%;
  height: 400px;
  border-radius: 2em;
  padding: 2em;
}
.masthead .logo img {
  max-height: 100px;
  width: 70%;
}
@media (min-width: 992px) {
  .masthead .navbar-collapse {
    position: absolute;
    right: 10%;
  }
}
.context-info h1.heading {
  margin: 0 0 5px 0;
  font-size: 25px;
  line-height: 1.3;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: 70%;
}
#tag-section {
  padding-bottom: 2em;
}
section#tag-section .wrap {
  margin: auto;
  margin-left: 10%;
  margin-right: 10%;
}
img.img.img-responsive.center-block.org-icons {
  height: 7em;
}
.org-home-title {
  color: black;
}
.additional-info th {
  font-weight: 300;
}
.additional-info > .table > thead {
  background: #E0E0E0;
}
.additional-info > .table > tbody {
  background: #F4F4F4;
}
.additional-info > .table > tbody {
  vertical-align: inherit;
  background: #F4F4F4;
}
.table > :not(:first-child) {
  border-top: none;
}
.additional-info .table td,
.additional-info .table th {
  border-left: none !important;
  border-right: none !important;
}
button.accordion-button {
  background: #F4F4F4 !important;
  color: #000000;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #231BE2;
  background-color: transparent;
  box-shadow: none;
  font-weight: 700;
}
.accordion-button.collapsed {
  color: black;
  background-color: transparent;
  box-shadow: none;
}
.accordion-body .text-secondary {
  color: black !important;
}
.actions a.btn {
  background: #231BE2;
  border-radius: 1em;
  padding: 0.5em 1.5em;
  color: white;
  font-weight: 100;
  border: none;
  box-shadow: unset;
}
.actions a.btn:hover {
  background: #221be2d2;
}
.ckanext-datapreview a.btn {
  background: #231BE2;
  border-radius: 1em;
  padding: 0.5em 1.5em;
  color: white;
  font-weight: 100;
  border: none;
  box-shadow: unset;
}
.ckanext-datapreview a.btn:hover {
  background: #221be2d2;
}
table.dataTable > tbody > tr:hover {
  background: #1b67e2;
}
table.dataTable > tbody > tr:hover td {
  color: white !important;
}
table.dataTable > tbody > tr:hover td.dtfc-fixed-left {
  background: #1b67e2 !important;
  color: white !important;
}
.resourceinfo a {
  color: #231BE2;
}
li.paginate_button.page-item.active a {
  background: #231BE2;
}
li.paginate_button.page-item a {
  color: #231BE2;
}
.module-resource {
  border-bottom: none;
}
.module-content .table td,
.module-content .table th {
  border-left: none !important;
  border-right: none !important;
}
.module-content th {
  font-weight: 300;
}
.module-content > .table > thead {
  background: #E0E0E0;
}
.module-content > .table > tbody {
  background: #F4F4F4;
}
.module-content > .table > tbody {
  vertical-align: inherit;
  background: #F4F4F4;
}
#news-section {
  background: white;
  padding: 2em 0;
}
#news-subheading {
  width: 60%;
}
i.fas.fa-arrow-right.fa-primary {
  color: #231BE2;
}
.page-container {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
  padding-left: 0px !important;
  gap: 2.5em;
  box-sizing: border-box;
}
.item-wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1em;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}
.item-image {
  width: 200px;
}
.item-text {
  min-width: 0;
}
.item-arrow {
  display: flex;
  align-items: center;
}
.news-search-container {
  margin: 2em 0;
}
.row.org-item {
  width: 100%;
}
.media-heading {
  color: #000000;
}
.media-description {
  color: #000000;
}
.count {
  color: #231BE2;
}
header.module-content.page-header {
  background: white;
}
.page-header .nav-tabs li {
  border-right: 1px solid #C6C6C6;
}
.page-header .nav-tabs li:last-child {
  border-right: none;
}
.page-header .nav-tabs li a {
  padding: 10px 15px;
  color: black;
  font-weight: 700;
}
.page-header .nav-tabs li.active a {
  color: #231BE2;
}
.page-header .nav-tabs li.active a,
.page-header .nav-tabs a:hover {
  border: unset;
  background-color: unset;
  border-bottom-color: unset;
}
.page-header {
  border-bottom: none;
}
.main .secondary {
  background: #ffffff;
}
h1.heading {
  text-align: center;
}
.pages-header,
.pages-heading {
  color: #231BE2 !important;
}
.pages-heading {
  margin-bottom: 0.7em;
}
.ckanext-pages-content .muted {
  color: #000000;
}
.panel-pages {
  background-color: #231BE2 !important;
}
.pages-a:hover {
  color: #fff;
}
.pill {
  background-color: #231BE2;
}
.tag-list {
  background-color: transparent;
  border: none;
}
.footer-section p a {
  color: white;
}
.footer-section p {
  color: white;
}
.theme-color-agri_food_trade {
  color: #02537e;
}
.theme-color-animal_health_and_welfare {
  color: #10795f;
}
.theme-color-cap {
  color: #490650;
}
.theme-color-forestry {
  color: #5d6e2b;
}
.theme-color-corporate {
  color: #464d61;
}
.theme-color-climate {
  color: #fc6325;
}
.theme-color-land_use {
  color: #9b8238;
}
.theme-color-safe_food {
  color: #9db400;
}
.theme-color-sustainable_seafood {
  color: #57a9fc;
}

