.gfc.module-resources-home {
  position: relative;
  /* Default label and checkbox color */
}
.gfc.module-resources-home .red {
  color: #ba093d;
}
.gfc.module-resources-home select {
  background-position: right 15px top 26px;
}
.gfc.module-resources-home a {
  text-decoration: none;
}
.gfc.module-resources-home .form-check-input.resource-type-filter:checked + .form-check-label {
  color: #ba093d; /* Change label color when checkbox is checked */
}
.gfc.module-resources-home input[type=checkbox] {
  accent-color: #ba093d;
}
.gfc.module-resources-home .form-find-article {
  display: flex;
  gap: 1rem;
}
.gfc.module-resources-home .form-find-article input {
  height: 50px;
  border-radius: 8px;
}
.gfc.module-resources-home .form-find-article button {
  height: 50px;
  padding: 0px 18px;
  border-radius: 8px;
  background-color: #ba093d;
}
.gfc.module-resources-home .accordion {
  color: #1e2127;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-width='3px' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-width='3px' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.gfc.module-resources-home .accordion:after {
  content: none !important;
}
.gfc.module-resources-home .accordion .accordion-item {
  border-block-start: 1px solid #d4d9dd;
}
.gfc.module-resources-home .accordion .accordion-item:first-child {
  border-block-start: 0px;
}
.gfc.module-resources-home .accordion .accordion-item .accordion-header {
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  outline: none !important;
}
.gfc.module-resources-home .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  outline: none !important;
}
.gfc.module-resources-home .accordion .accordion-item .headline {
  color: #1e2127;
  font-family: "Selawik Semibold";
  font-size: clamp(26px, 4vw, 36px);
  line-height: clamp(34px, 4vw, 44px);
  text-transform: unset;
}
.gfc.module-resources-home .accordion .accordion-item .accordion-body {
  padding: 15px 0px;
}
.gfc.module-resources-home .accordion .accordion-item .accordion-body label {
  font-weight: 400;
}
.gfc.module-resources-home .reset-filters {
  background-color: #ba093d;
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 10px;
}
.gfc.module-resources-home .card .img_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background: #f2f4f5;
}
.gfc.module-resources-home .card .img_wrapper img {
  position: absolute;
  object-fit: contain;
  top: 0px;
  width: 100%;
  height: 100%;
}
.gfc.module-resources-home .card .card-body {
  min-height: 122px;
  padding-bottom: 20px;
}
.gfc.module-resources-home .card .card-body .card-title {
  font-size: 2rem;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gfc.module-resources-home .card .card-body .card-text {
  text-decoration: none;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gfc.module-resources-home .isotope-pager {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gfc.module-resources-home .isotope-pager a, .gfc.module-resources-home .isotope-pager span {
  padding: 0px 20px;
  height: auto;
}
.gfc.module-resources-home .isotope-pager .next,
.gfc.module-resources-home .isotope-pager .prev {
  margin-top: 15px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .gfc.module-resources-home .isotope-pager .next,
  .gfc.module-resources-home .isotope-pager .prev {
    display: none;
  }
}
.gfc.module-resources-home .isotope-pager .prev {
  left: 0;
  text-align: left;
}
.gfc.module-resources-home .isotope-pager .prev:before {
  content: "";
  background: url(../../images/prev.svg) no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 10px;
}
.gfc.module-resources-home .isotope-pager .prev:after {
  content: none;
}
.gfc.module-resources-home .isotope-pager .next {
  right: 0;
  text-align: right;
}
.gfc.module-resources-home .isotope-pager .next:before {
  content: none;
}
.gfc.module-resources-home .isotope-pager .next:after {
  content: "";
  background: url(../../images/next.svg) no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 10px;
}
.gfc.module-resources-home .isotope-pager .pagination a:hover {
  text-decoration: none;
  color: black;
}
.gfc.module-resources-home .isotope-pager .pager {
  border-radius: 4px;
}
.gfc.module-resources-home .isotope-pager .pager {
  background-color: unset;
  text-decoration: none;
  font-weight: 400;
}
.gfc.module-resources-home .isotope-pager .pager.active {
  color: black;
  border-radius: var(--Spacing-spacing-2xs, 4px);
  border: 1px solid var(--Medium-Gray-mediumgray500, #D4D9DD);
  background: #F4F4F4;
}

/*# sourceMappingURL=module-resources-home.css.map */
