@font-face {
  font-family: "Gotham";
  src: url(/fonts/Gotham-Black.otf);
  font-weight: 900;
}

@font-face {
  font-family: "Gotham";
  src: url(/fonts/Gotham-Bold.otf);
  font-weight: 700;
}

.font-gotham {
  font-family: "Gotham";
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-source-sans-pro {
  font-family: "Source Sans Pro", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif
}

.font-weight-semibold {
  font-weight: 600;
}

.text-base {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.text-lg {
  font-size: 18px;
}

.text-2xl {
  font-size: 24px;
}

.text-3xl {
  font-size: 30px;
}

@media (min-width: 1024px) {
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
}

.bg-alice-blue {
  background-color: #EDF2F7;
}

.bg-aqua {
  background-color: #3998A5;
}

.bg-blue-green {
  background-color: #1B5C4F;
}

.bg-blue-green-color-wheel {
  background-color: #235B4E;
}

.bg-cadmium-orange {
  background-color: #ED8936;
}

.bg-cultured {
  background-color: #f9f9f9;
}

.bg-dark-electric-blue {
  background-color: #637381;
}

.bg-mn-blue {
  background-color: #2C5282;
}

.bg-phthalo-green {
  background-color: #10312B;
}

.bg-platinum {
  background-color: #EAE8E861;
}

.bg-polished-pine {
  background-color: #54A390;
}

.bg-white {
  background-color: #ffffff;
}

.border-dark-electric-blue {
  border-color: #637381;
}

.text-aqua {
  color: #3998A5;
}

.text-big-dip-oruby {
  color: #9F2241;
}

.text-black-coral {
  color: #575E67;
}

.text-cultured {
  color: #fefefe;
}

.text-blue-green-color-wheel {
  color: #235B4E;
}

.text-dark-electric-blue {
  color: #637381;
}

.text-eerie-black {
  color: #141414;
}

.text-raisin-black {
  color: #1A202C;
}

.text-spanish-gray {
  color: #929190;
}

.text-white {
  color: #ffffff;
}

.text-davys-gray {
  color: #5F5F5F;
}
.rounded-xl {
  border-radius: 8px !important;
}

.rounded-2xl {
  border-radius: 12px !important;
}

img {
  max-width: 100%;
  height: auto;
}

.aspect-16-by-9 {
  padding-bottom: calc(9 / 16 * 100%);
  position: relative;
}

.aspect-16-by-9 > :first-child {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.max-w-screen-xl {
  margin: 0 auto;
  max-width: 1280px;
}

.max-w-screen-2xl {
  margin: 0 auto;
  max-width: 1536px;
}

.w-52 {
  width: 208px;
}

@media (min-width: 1024px) {
  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }
}
/**
 * Navbar
 */

#main-nav .nav-link {
  color: #141414;
}

#nav-menu {
  background-color: #F9F9F9 !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 2px solid #9f2241;
}

#nav-menu a {
  padding-top: 12px;
  padding-bottom: 12px;
}

#nav-menu a.active {
  color: #9F2241 !important;
  border-bottom: 1px solid #9F2241;
  background-color: transparent !important;
}

#nav-menu a,
#nav-menu .fa-bars {
  color: #6f7271 !important;
}

.banner-title {
  font-size: 2rem;
}

.resource-banner {
  position: relative;
}

.resource-banner-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0.3;
  position: absolute;
}

.resource-banner-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px 12px;
}

.resource-banner-container {
  color: #3998A5;
  isolation: isolate;
  max-width: 1536px;
  text-align: center;
}

.resource-banner-social h2 {
  color: #637381
}

.resource-banner-social section {
  margin-top: 0 !important;
}

.resource-content .toolbar {
  padding: 0;
  margin-bottom: 0;
}

.search-form {
  margin-bottom: 0 !important;
}

.organization-list,
.group-list {
  background-color: #f3f3f3;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  padding: 24px;
}

.organization-item,
.group-item {
  background: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.organization-item {
  text-align: left;
}

.organization-item-container,
.group-item-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #6f7271;
}

.organization-item-inner,
.group-item-inner {
  padding: 16px 16px 24px;
  flex-grow: 1;
}

.group-item-image {
  height: 64px;
  object-fit: contain;
  width: 64px;
}

.organization-item-image {
  width: 100%;
  max-width: 100%;
  height: 80px;
  object-fit: contain;
}

.group-item-header {
  color: #6f7271;
  font-size: 20px;
  font-weight: 700;
  margin: 12px 0 0;
}

.organization-item-header {
  color: #6f7271;
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 0;
}

@media screen and (min-width: 768px) {
  .banner-title {
    font-size: 3rem;
  }
  .organization-list,
  .group-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .resource-banner-grid {
    padding: 20px;
    grid-template-columns: repeat(6, 1fr);
  }
  .resource-banner-container {
    grid-column: 2 / 6;
  }
}

@media screen and (min-width: 1200px) {
  .banner-title {
    font-size: 3.5rem;
  }
  .organization-list,
  .group-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.main-search {
  position: relative;
}

.main-search-input {
  background-color: rgba(0,0,0,0.5);
  border-radius: 9999px;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: block;
  font-weight: 700;
  padding: 12px 50px 12px 24px;
  width: 100%;
}

.main-search-input::placeholder {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.main-search-button {
  background-color: transparent;
  border: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.main-search-button img {
  height: 42px;
  object-fit: contain;
  object-position: center;
  width: 42px;
}

.btn-home {
  border-radius: 9999px !important;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.btn-home:hover {
  background-color: rgb(0, 0, 0);
  color: #ffffff;
}
.dataset-card:not(:first-child) {
  margin-top: 16px;
}

.filter {
  padding: 16px 0;
  border-top: 1px solid #EDF2F7;
}

.filter-toggle {
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
  font-size: 18px;
}

.filter-choices {
  padding-left: 0;
}

.filter-choices > * ~ * {
  margin-top: 16px;
}

.filter-choices .form-check-label::after {
  content: '';
}

.filter-count {
  color: #4A5568;
  background-color: #EDF2F7;
  width: 48px;
}

.searchbox {
  border: 1px solid #637381;
  border-radius: 8px;
}

.searchbox:focus-within {
  border-color: #c1e8b6;
}

.searchbox-input {
  outline: 0;
  width: 100%;
}

.searchbox-input::placeholder {
  color: #637381;
}

.searchbox-button {
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.dataset-resource {
  border-bottom: 2px solid #d3d3d3;
  padding: 0 0 24px !important;
  border-radius: 0 !important;
}

.dataset-resource:not(:first-child) {
  margin-top: 24px;
}

.resource-list.reordering .resource-item .handle::before {
  content: '\2261';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 20px
}

.module.module-narrow.resources .nav-item > a {
  color: #637381 !important;
}

.module.module-narrow.resources .nav-item.active {
  background-color: #637381 !important;
}

.module.module-narrow.resources .nav-item.active > a {
  color: #ffffff !important;
  background-color: transparent;
}
.pagination-wrapper {
  border-top: none !important;
}

.pagination-wrapper ul.pagination.pagination-center {
  justify-content: center !important;
}

.pagination-wrapper a {
  background-color: transparent !important;
  border: none !important;
  color: #637381;
  margin-left: 0 !important;
}

.pagination-wrapper li.active {
  font-weight: bold;
  border-bottom: 2px solid #637381;
}
.nav-tabs li,
.nav-tabs li.nav-item,
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs li.active,
.nav-tabs li.nav-item.active,
.nav-tabs .nav-item.active {
  background-color: #ffffff !important;
}

.nav-tabs li.active > a {
  color: #637381 !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
}

.nav-tabs a,
.nav-tabs a.nav-link,
.nav-tabs .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 1px solid transparent;
  display: block;
  padding: 0.5rem 1rem;
}