/* line 1, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub {
  --color-primary:       #8C1B1A;
  --color-primary-hover: #6a1414;
  --product-beam-primary-rgb: 140, 27, 26;
  --product-beam-secondary-rgb: 255, 141, 139;
  --accent:              #8C1B1A;
  --gh-surface:          #fdf5f5;
  --gh-ink: #ffffff;
  --gh-page-bg:
    radial-gradient(circle at 0% 0%, rgba(102, 98, 121, .34), rgba(102, 98, 121, 0) 33rem),
    radial-gradient(circle at 100% 100%, rgba(92, 92, 104, .36), rgba(92, 92, 104, 0) 32rem),
    linear-gradient(135deg, #141021 0%, #070410 52%, #0d0818 100%);
  --gh-glass:
    radial-gradient(circle at 14% 10%, rgba(255,255,255,.15), rgba(255,255,255,0) 36%),
    radial-gradient(circle at 92% 88%, rgba(255,255,255,.12), rgba(255,255,255,0) 40%),
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045) 58%, rgba(255,255,255,.1));
  --gh-glass-border: rgba(255,255,255,.20);
  --gh-glass-shadow: 0 18px 56px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.18);
  background: var(--gh-page-bg);
  background-attachment: fixed;
  color: var(--gh-ink);
}

/* line 9, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub h1, .product-layout.product--grant-hub .h1, .product-layout.product--grant-hub h2, .product-layout.product--grant-hub .h2, .product-layout.product--grant-hub h3, .product-layout.product--grant-hub .h3 {
  color: #8C1B1A !important;
}

/* line 11, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* line 12, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .btn-primary:hover, .product-layout.product--grant-hub .btn-primary:focus {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff;
}

/* line 14, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .btn-outline {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: transparent;
}

/* line 15, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .btn-outline:hover, .product-layout.product--grant-hub .btn-outline:focus {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* line 33, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .product-main,
.product-layout.product--grant-hub .product-section,
.product-layout.product--grant-hub .product-section .container {
  background: transparent;
}

/* line 39, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .product-hero {
  margin-top: 0;
}

/* line 43, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .product-hero__bg {
  padding-top: 1.5rem;
}

@media (min-width: 992px) {
  /* line 48, app/assets/stylesheets/themes/grant_hub.scss */
  .product-layout.product--grant-hub .product-hero__bg {
    padding-top: 2.5rem;
  }
}

/* line 53, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .product-section .section-title,
.product-layout.product--grant-hub .product-section .section-lead,
.product-layout.product--grant-hub .product-section .section-content,
.product-layout.product--grant-hub .product-section .section-content p,
.product-layout.product--grant-hub .faq-item,
.product-layout.product--grant-hub .faq-item summary,
.product-layout.product--grant-hub .faq-item .faq-a,
.product-layout.product--grant-hub .step p,
.product-layout.product--grant-hub .compare-table,
.product-layout.product--grant-hub .compare-table th,
.product-layout.product--grant-hub .compare-table td {
  color: var(--gh-ink) !important;
}

/* line 67, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .product-section .section-lead,
.product-layout.product--grant-hub .product-section .section-content p,
.product-layout.product--grant-hub .faq-item .faq-a,
.product-layout.product--grant-hub .step p {
  opacity: 1;
}

/* line 74, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #challenge.product-section .section-body.is-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 82, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #challenge.product-section .section-title-icon,
.product-layout.product--grant-hub #capabilities.product-section .section-title-icon,
.product-layout.product--grant-hub #who.product-section .section-title-icon,
.product-layout.product--grant-hub #how-it-works.product-section .section-title-icon,
.product-layout.product--grant-hub #faq.product-section .section-title-icon,
.product-layout.product--grant-hub #compare.product-section .section-title-icon {
  background: rgba(140, 27, 26, 0.22);
  color: #ff8d8b;
  border: 1px solid rgba(255, 141, 139, 0.28);
}

/* line 93, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .features .feature,
.product-layout.product--grant-hub .audience-card,
.product-layout.product--grant-hub .steps .step,
.product-layout.product--grant-hub .compare-table,
.product-layout.product--grant-hub .cta-card,
.product-layout.product--grant-hub #get-started.product-section .section-body.is-card,
.product-layout.product--grant-hub .grant-hub-challenge-card {
  background: var(--gh-glass) !important;
  color: var(--gh-ink);
  border: 1px solid var(--gh-glass-border) !important;
  box-shadow: var(--gh-glass-shadow) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* line 108, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .faq-item {
  background: var(--gh-glass) !important;
  color: var(--gh-ink);
  border: 0 !important;
  box-shadow: var(--gh-glass-shadow) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* line 117, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .features .feature .feature-media,
.product-layout.product--grant-hub .compare-table thead th {
  background: rgba(255, 255, 255, 0.08) !important;
}

/* line 122, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .features .feature h3,
.product-layout.product--grant-hub .features .feature .feature-title,
.product-layout.product--grant-hub .audience-card h3,
.product-layout.product--grant-hub .audience-card .audience-title,
.product-layout.product--grant-hub .steps .step h3,
.product-layout.product--grant-hub .grant-hub-challenge-card h3 {
  color: #ff8d8b !important;
}

/* line 131, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .features .feature .feature-icon,
.product-layout.product--grant-hub .audience-icon,
.product-layout.product--grant-hub .step .step-number,
.product-layout.product--grant-hub .grant-hub-challenge-card h3 i {
  background: rgba(140, 27, 26, 0.22);
  color: #ff8d8b;
  border-color: rgba(255, 141, 139, 0.28);
}

/* line 140, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .grant-hub-challenge-grid {
  max-width: 60rem;
  margin-inline: auto;
}

/* line 145, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .grant-hub-challenge-card h3 {
  display: flex;
  align-items: center;
  gap: .6rem;
}

/* line 151, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .grant-hub-challenge-card h3 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 141, 139, 0.28);
  font-size: 1rem;
  line-height: 1;
}

/* line 164, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .features .feature .feature-text,
.product-layout.product--grant-hub .features .feature p,
.product-layout.product--grant-hub .audience-card .audience-blurb,
.product-layout.product--grant-hub .audience-card .audience-bullets li,
.product-layout.product--grant-hub .cta-card,
.product-layout.product--grant-hub .cta-card p,
.product-layout.product--grant-hub .cta-card label,
.product-layout.product--grant-hub .cta-card .cta-title,
.product-layout.product--grant-hub .cta-card .cta-subtitle,
.product-layout.product--grant-hub #get-started.product-section .section-content,
.product-layout.product--grant-hub #get-started.product-section .section-content p,
.product-layout.product--grant-hub .grant-hub-challenge-card p {
  color: var(--gh-ink);
  opacity: 1;
}

/* line 180, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .audience-card {
  align-items: flex-start;
  text-align: left;
}

/* line 185, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #who .audience-carousel {
  max-width: 42rem;
  margin-inline: auto;
}

/* line 190, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #who .carousel-item {
  padding-inline: 3.25rem;
}

/* line 194, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #who .audience-card,
.product-layout.product--grant-hub #how-it-works .steps {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

/* line 201, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #who .audience-card {
  max-width: 34rem;
}

/* line 205, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #how-it-works .steps {
  max-width: 48rem;
}

/* line 209, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #how-it-works .step {
  width: 100%;
  max-width: 100%;
  padding: 1rem 1.15rem;
  border-radius: .75rem;
}

/* line 216, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #faq .faq {
  width: 100%;
  max-width: 75ch;
  margin-inline: auto;
}

/* line 222, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #faq .faq-item {
  width: 100%;
}

/* line 226, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub #faq .faq-a,
.product-layout.product--grant-hub #faq summary span {
  display: inline-block;
  max-width: 75ch;
}

@media (max-width: 575.98px) {
  /* line 233, app/assets/stylesheets/themes/grant_hub.scss */
  .product-layout.product--grant-hub #who .carousel-item {
    padding-inline: 2.5rem;
  }
}

/* line 238, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .compare-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

/* line 244, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .compare-table th,
.product-layout.product--grant-hub .compare-table td {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
}

/* line 250, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .compare-table thead th {
  color: var(--gh-ink) !important;
  font-weight: 700;
}

/* line 255, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .compare-table .bool.yes {
  color: #ff8d8b;
}

/* line 259, app/assets/stylesheets/themes/grant_hub.scss */
.product-layout.product--grant-hub .site-footer,
.product-layout.product--grant-hub .site-footer p,
.product-layout.product--grant-hub .site-footer a,
.product-layout.product--grant-hub .site-footer li,
.product-layout.product--grant-hub .site-footer .footer-copy {
  color: #111827 !important;
}
