/*----------COLORS----------*/
.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.edfund-dark-blue {
  color: #003D51 !important;
}

.edfund-midnight-blue {
  color: #011631 !important;
}

.edfund-medium-blue {
  color: #187C9E !important;
}

.edfund-green {
  color: #61CE70 !important;
}

.edfund-sky-blue {
  color: #6EC1E4 !important;
}

.edfund-gray {
  color: #7A7A7A !important;
}

.edfund-dark-purple {
  color: #A160A7 !important;
}

.edfund-light-blue {
  color: #A5DEF1 !important;
}

.edfund-light-purple {
  color: #CDD2EA !important;
}

.edfund-gold {
  color: #FDBC4E !important;
}

.edfund-purple-text {
  color: #A05DA6 !important;
}

/*----------TYPOGRAPHY----------*/
.issue-areas-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  color: #003D51;
}

.page-content .elementor-widget-text-editor li {
  margin-bottom: 1rem;
}

.facetwp-facet-learning_hub_tools_dropdown_select .fs-wrap.multiple, .facetwp-facet-issue_areas_dropdown_select .fs-wrap.multiple {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  font-family: "DM Sans", sans-serif;
  color: #011631;
  border-radius: 8px;
  border: 2px solid #A05DA6;
  box-shadow: 0 0 12px 0 #A160A7;
}

.facetwp-facet-learning_hub_tools_dropdown_select .fs-wrap.multiple .fs-dropdown, .facetwp-facet-issue_areas_dropdown_select .fs-wrap.multiple .fs-dropdown {
  margin-top: -4px;
}

.fs-label-wrap {
  border-radius: 6px;
}

.facetwp-facet-learning_hub_tools_dropdown_select .fs-label-wrap .fs-label, .facetwp-facet-issue_areas_dropdown_select .fs-label-wrap .fs-label {
  padding: 16px 22px 16px 12px;
}

.facetwp-selections li {
  background: white;
  padding: 8px;
  font-weight: 700;
  color: #A05DA6;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}
.facetwp-selections ul {
  display: flex;
  gap: 8px;
  padding-left: 0px !important;
  flex-wrap: wrap;
}

/*----------GLOBAL----------*/
/*----------HEADER----------*/
/*----------FOOTER----------*/
/*----------SIDEBAR----------*/
/*----------LAYOUT----------*/
.issue-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
}
.issue-areas-grid > .issue-area-card:nth-child(3n+1):last-child {
  grid-column: 2;
}
@media (max-width: 1024px) {
  .issue-areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .issue-areas-grid > .issue-area-card:nth-child(2n+1):last-child {
    grid-column: 1/-1;
    max-width: calc(50% - 10px);
    justify-self: center;
  }
}
@media (max-width: 768px) {
  .issue-areas-grid {
    grid-template-columns: 1fr;
  }
  .issue-areas-grid > .issue-area-card:nth-child(2n+1):last-child {
    max-width: 100%;
    justify-self: inherit;
  }
}

span.issue-area-callout:before {
  content: attr(data-order);
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-left: 7px;
  margin-right: 6px;
  color: #003D51;
  background-color: #CDD2EA;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: text-bottom;
}

.issue-area-card {
  display: flex;
  position: relative;
  flex-direction: column;
  border: 2px solid #A05DA6;
  background-color: #fff;
  overflow: visible;
  border-radius: 8px;
}
.issue-area-card:after {
  content: attr(data-order);
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #CDD2EA;
  color: #003D51;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.issue-area-menu-order-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  background-color: #CDD2EA;
}

.issue-area-header {
  background-color: #003D51;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 100px;
}
.issue-area-header .issue-area-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.issue-area-header .issue-area-title {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  line-height: 1em;
}
.issue-area-header .issue-area-title a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}
.issue-area-header .issue-area-title a:hover {
  text-decoration: underline;
}

.issue-area-body {
  padding: 20px;
  background-color: #fff;
}
.issue-area-body .issue-area-excerpt {
  margin: 0;
  color: #000;
  line-height: 1.3em;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}

.issue-areas-tools-divider {
  height: 0;
  border-top: 1px dashed #CDD2EA;
  margin: 0 20px;
}

.issue-area-tools {
  padding: 20px;
  background-color: #fff;
}
.issue-area-tools .tools-heading {
  margin: 0 0 15px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  font-family: "DM Sans", sans-serif;
}
.issue-area-tools .tools-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.issue-area-tools .tool-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: rgba(205, 210, 234, 0.5);
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  transition: background-color 0.2s;
}
.issue-area-tools .tool-button:hover {
  background-color: #CDD2EA;
  text-decoration: none;
  border-radius: 6px;
}
.issue-area-tools .tools-coming-soon {
  display: block;
  padding: 8px 16px;
  width: 100%;
  color: black;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-family: "DM Sans", sans-serif;
  border: 1px solid rgba(205, 210, 234, 0.5);
  border-radius: 4px;
}

.issue-area-footer {
  margin-top: auto;
}
.issue-area-footer .explore-button {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #A05DA6;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0px 0px 6px 6px;
  transition: background-color 0.2s, color 0.2s;
}
.issue-area-footer .explore-button:hover {
  background-color: #003D51;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .issue-area-menu-order-border {
    background-color: #CDD2EA;
  }
  .issue-area-menu-order-icon {
    border: 2px solid #003D51;
  }
}
.facetwp-no-selection-message {
  padding: 40px 20px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.facetwp-no-selection-message p {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #003D51;
}
.facetwp-no-selection-message .facetwp-message-highlight {
  color: #A05DA6;
  font-weight: 700;
}

.resource-type-navigation {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #A05DA6;
  margin-bottom: 30px;
}
.resource-type-navigation .resource-type-nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 20px 15px 20px;
}
@media (min-width: 1141px) {
  .resource-type-navigation .resource-type-nav-menu {
    padding: 15px 20px 15px 0;
  }
}
.resource-type-navigation .resource-type-nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s;
}
.resource-type-navigation .resource-type-nav-toggle:hover {
  background-color: transparent;
}
.resource-type-navigation .resource-type-nav-toggle .resource-type-nav-toggle-text {
  margin-right: 10px;
}
.resource-type-navigation .resource-type-nav-toggle .resource-type-nav-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: currentColor;
}
.resource-type-navigation .resource-type-nav-link {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  transition: text-decoration 0.2s;
  position: relative;
}
.resource-type-navigation .resource-type-nav-link:first-child {
  padding-left: 0;
}
.resource-type-navigation .resource-type-nav-link:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #3D1A40;
}
.resource-type-navigation .resource-type-nav-link:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (max-width: 768px) {
  .resource-type-navigation .resource-type-nav-toggle {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 20px;
  }
  .resource-type-navigation .resource-type-nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    padding-top: 0;
  }
  .resource-type-navigation .resource-type-nav-menu.is-open {
    display: flex;
  }
  .resource-type-navigation .resource-type-nav-link {
    width: 100%;
    padding: 12px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .resource-type-navigation .resource-type-nav-link:not(:first-child)::before {
    display: none;
  }
  .resource-type-navigation .resource-type-nav-link:first-child {
    border-top: none;
    padding-left: 15px;
  }
}

.issue-area-resources-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1141px) {
  .issue-area-resources-wrapper {
    padding: 0;
  }
}

.resource-type-section {
  margin-bottom: 50px;
  scroll-margin-top: 20px;
}
.resource-type-section .resource-type-section-heading {
  margin-bottom: 20px;
}

.filtered-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .filtered-resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .filtered-resources-grid {
    grid-template-columns: 1fr;
  }
}

.resource-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.resource-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.resource-card .resource-featured-image {
  min-height: 205px;
  max-height: 205px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resource-card .resource-featured-image.no-image {
  background-color: #003D51;
}
.resource-card .resource-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 205px;
}
.resource-card .resource-card-body {
  padding: 20px;
  position: relative;
  padding-top: 28px;
}
.resource-card .resource-type {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 0px 4px 4px 0px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "DM Sans", sans-serif;
  position: absolute;
  top: -14px;
  left: 0;
  margin: 0;
}
.resource-card .resource-title {
  margin: 0 0 9px 0;
  font-family: "DM Sans", sans-serif;
  line-height: 1em;
}
.resource-card .resource-title a {
  color: #003D51;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.resource-card .resource-title a:hover {
  color: #187C9E;
  text-decoration: underline;
}
.resource-card .resource-presenters {
  margin: 0 0 15px 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #003D51;
  line-height: 1.4;
  font-style: italic;
}
.resource-card .resource-issue-areas-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.resource-card .resource-issue-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.resource-card .resource-issue-area-link {
  display: inline-block;
  padding: 8px 16px;
  background-color: rgba(205, 210, 234, 0.5);
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  transition: background-color 0.2s;
}
.resource-card .resource-issue-area-link:hover {
  background-color: #CDD2EA;
  text-decoration: none;
  border-radius: 6px;
}
.resource-card .resource-duration {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  color: #333;
  white-space: nowrap;
}
.resource-card .companion-materials-accordion {
  margin-bottom: 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.resource-card .companion-materials-accordion .companion-materials-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 10px 0;
  margin: -10px 0;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s;
  border-radius: 0;
}
.resource-card .companion-materials-accordion .companion-materials-toggle:hover, .resource-card .companion-materials-accordion .companion-materials-toggle:focus {
  background-color: rgba(205, 210, 234, 0.3);
  outline: none;
}
.resource-card .companion-materials-accordion .companion-materials-heading {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #003D51;
  font-family: "DM Sans", sans-serif;
}
.resource-card .companion-materials-accordion .companion-materials-chevron {
  color: #003D51;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 10px;
}
.resource-card .companion-materials-accordion.is-open .companion-materials-chevron {
  transform: rotate(180deg);
}
.resource-card .companion-materials-accordion .companion-materials-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-top: 0;
}
.resource-card .companion-materials-accordion .companion-materials-content .companion-materials-list {
  margin: 15px 0 0 0;
  padding-left: 20px;
  list-style: disc;
}
.resource-card .companion-materials-accordion .companion-materials-content .companion-materials-list li {
  margin-bottom: 8px;
  line-height: 1.2em;
}
.resource-card .companion-materials-accordion .companion-materials-content .companion-materials-list li a {
  color: #003D51;
  text-decoration: none;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}
.resource-card .companion-materials-accordion .companion-materials-content .companion-materials-list li a:hover {
  text-decoration: underline;
}
.resource-card .companion-materials-accordion.is-open .companion-materials-content {
  max-height: 1000px;
  padding-top: 10px;
}
.resource-card .resource-cta {
  margin-top: auto;
}
.resource-card .resource-cta .resource-cta-button {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #187C9E;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0px 0px 6px 6px;
  font-family: "DM Sans", sans-serif;
  transition: background-color 0.2s, color 0.2s;
}
.resource-card .resource-cta .resource-cta-button:hover {
  background-color: #003D51;
  color: #fff;
  text-decoration: none;
}

.resource-card-presentation,
.resource-card-presentations {
  border-color: #A05DA6;
}
.resource-card-presentation .resource-type,
.resource-card-presentations .resource-type {
  background-color: #A05DA6;
  color: #fff;
}
.resource-card-presentation .resource-cta .resource-cta-button,
.resource-card-presentations .resource-cta .resource-cta-button {
  background-color: #A05DA6;
  color: #fff;
}
.resource-card-presentation .resource-cta .resource-cta-button:hover,
.resource-card-presentations .resource-cta .resource-cta-button:hover {
  background-color: #003D51;
  color: #fff;
}

.resource-card-webinar,
.resource-card-webinars {
  border-color: #187C9E;
}
.resource-card-webinar .resource-type,
.resource-card-webinars .resource-type {
  background-color: #187C9E;
  color: #fff;
}
.resource-card-webinar .resource-cta .resource-cta-button,
.resource-card-webinars .resource-cta .resource-cta-button {
  background-color: #187C9E;
  color: #fff;
}
.resource-card-webinar .resource-cta .resource-cta-button:hover,
.resource-card-webinars .resource-cta .resource-cta-button:hover {
  background-color: #003D51;
  color: #fff;
}

.resource-card-podcast,
.resource-card-podcasts {
  border-color: #FDBC4E;
}
.resource-card-podcast .resource-type,
.resource-card-podcasts .resource-type {
  background-color: #FDBC4E;
  color: #003D51;
}
.resource-card-podcast .resource-cta .resource-cta-button,
.resource-card-podcasts .resource-cta .resource-cta-button {
  background-color: #FDBC4E;
  color: #003D51;
}
.resource-card-podcast .resource-cta .resource-cta-button:hover,
.resource-card-podcasts .resource-cta .resource-cta-button:hover {
  background-color: #003D51;
  color: #fff;
}

.resource-card-one-pager,
.resource-card-one-pagers {
  border-color: #011631;
}
.resource-card-one-pager .resource-type,
.resource-card-one-pagers .resource-type {
  background-color: #011631;
  color: #fff;
}
.resource-card-one-pager .resource-cta .resource-cta-button,
.resource-card-one-pagers .resource-cta .resource-cta-button {
  background-color: #011631;
  color: #fff;
}
.resource-card-one-pager .resource-cta .resource-cta-button:hover,
.resource-card-one-pagers .resource-cta .resource-cta-button:hover {
  background-color: #003D51;
  color: #fff;
}

.resource-card-audio-snippet,
.resource-card-audio-snippets {
  border-color: #003D51;
}
.resource-card-audio-snippet .resource-type,
.resource-card-audio-snippets .resource-type {
  background-color: #003D51;
  color: #fff;
}
.resource-card-audio-snippet .resource-cta .resource-cta-button,
.resource-card-audio-snippets .resource-cta .resource-cta-button {
  background-color: #003D51;
  color: #fff;
}
.resource-card-audio-snippet .resource-cta .resource-cta-button:hover,
.resource-card-audio-snippets .resource-cta .resource-cta-button:hover {
  background-color: #FDBC4E;
  color: #011631;
}

#study-1 .e-n-accordion-item-title-icon, #study-2 .e-n-accordion-item-title-icon, #study-3 .e-n-accordion-item-title-icon {
  margin-left: auto;
  margin-top: -10px;
}

#study-1 .e-n-accordion-item-title {
  background-color: rgba(161, 96, 167, 0.06);
  color: #A160A7;
  position: relative;
  padding: 34px 20px 20px 20px;
}
#study-1 .e-n-accordion-item-title:before {
  content: "STUDY 01";
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #003D51;
  top: 13px;
  font-weight: 800;
  position: absolute;
}
#study-1 .e-n-accordion-item-title {
  border-left: 2px solid #A05DA6;
}
#study-1 .research-content {
  border-left: 2px solid #A05DA6;
}
#study-1 svg {
  fill: #A05DA6;
}

#study-2 .e-n-accordion-item-title {
  background-color: rgba(24, 124, 158, 0.06);
  color: #187C9E;
  position: relative;
  padding: 34px 20px 20px 20px;
}
#study-2 .e-n-accordion-item-title:before {
  content: "STUDY 02";
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #003D51;
  top: 13px;
  font-weight: 800;
  position: absolute;
}
#study-2 .e-n-accordion-item-title {
  border-left: 2px solid #187C9E;
}
#study-2 .research-content {
  border-left: 2px solid #187C9E;
}
#study-2 svg {
  fill: #187C9E;
}

#study-3 .e-n-accordion-item-title {
  background-color: rgba(1, 22, 49, 0.04);
  color: #003D51;
  position: relative;
  padding: 34px 20px 20px 20px;
}
#study-3 .e-n-accordion-item-title:before {
  content: "STUDY 03";
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #003D51;
  top: 13px;
  font-weight: 800;
  position: absolute;
}
#study-3 .e-n-accordion-item-title {
  border-left: 2px solid #003D51;
}
#study-3 .research-content {
  border-left: 2px solid #003D51;
}
#study-3 svg {
  fill: #003D51;
}

.issue-area-audio-snippet {
  gap: 60px;
  display: flex;
  flex-direction: column;
}

.issue-area-audio-snippet__player {
  margin-top: 1em;
}

.issue-area-audio-snippet__title {
  font-weight: bold;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: #187C9E !important;
}

.mejs-button button:hover {
  background-color: transparent !important;
}

.webinar-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.webinar-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.webinar-modal .webinar-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.webinar-modal .webinar-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #187C9E;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.webinar-modal .webinar-modal-close:hover {
  background-color: #003D51;
}
.webinar-modal .webinar-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.webinar-modal.is-open .webinar-modal-content {
  transform: scale(1);
}
.webinar-modal .webinar-modal-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.webinar-modal .webinar-modal-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.webinar-modal .webinar-modal-title-container {
  background-color: #187C9E;
  padding: 20px;
  border-radius: 0 0 8px 8px;
}
.webinar-modal .webinar-modal-title {
  margin: 0;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .webinar-modal .webinar-modal-content {
    width: 95%;
    max-height: 85vh;
  }
  .webinar-modal .webinar-modal-close {
    width: 35px;
    height: 35px;
    font-size: 20px;
    top: 15px;
    right: 15px;
  }
}

.issue-areas-grid-shortcode {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .issue-areas-grid-shortcode {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .issue-areas-grid-shortcode {
    grid-template-columns: 1fr;
  }
}

.issue-area-header-link {
  display: block;
  text-decoration: none;
}
.issue-area-header-link:hover {
  text-decoration: none;
}
.issue-area-header-link:hover .issue-area-header-shortcode {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.issue-area-header-shortcode {
  background-color: #003D51;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 100px;
  border-radius: 8px;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}
.issue-area-header-shortcode .issue-area-icon-shortcode {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.issue-area-header-shortcode .issue-area-title-shortcode {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  line-height: 1em;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.facetwp-facet-clear_all_filters {
  text-align: right;
}

.facetwp-facet-clear_all_filters .facetwp-reset {
  color: #fff;
  font-family: "DM Sans", sans-serif;
}
.facetwp-facet-clear_all_filters .facetwp-reset:hover {
  color: #fff;
  text-decoration: underline;
}

/*----------GRAVITY FORMS SPECIFIC STYLES----------*/
/*----------Media Queries----------*/
