/* line 1, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal {
  --color-primary:       #ee9c50;
  --color-primary-hover: #eb8a2f;
  --gl-surface:          #11181d;
  --gl-ink:              #ffffff;
  --color-secondary: #ee9c50;
  --gl-brand: #ee9c50;
}

/* line 8, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal h1, .product--grant-legal .h1, .product--grant-legal h2, .product--grant-legal .h2 {
  color: #ee9c50 !important;
}

/* line 11, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal #challenge.product-section .section-body.is-card {
  border-left: 0.35rem solid var(--gl-brand);
}

/* line 13, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .features .feature h3, .product--grant-legal .features .feature .feature-title,
.product--grant-legal .audience-card h3, .product--grant-legal .audience-card .audience-title,
.product--grant-legal .steps .step h3 {
  color: #ee9c50 !important;
}

/* line 16, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .features .feature h3 a, .product--grant-legal .features .feature .feature-title a,
.product--grant-legal .audience-card h3 a, .product--grant-legal .audience-card .audience-title a,
.product--grant-legal .steps .step h3 a {
  color: #ee9c50 !important;
}

/* line 19, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .features .feature h3 a:hover, .product--grant-legal .features .feature .feature-title a:hover,
.product--grant-legal .audience-card h3 a:hover, .product--grant-legal .audience-card .audience-title a:hover,
.product--grant-legal .steps .step h3 a:hover {
  color: var(--color-primary-hover) !important;
}

/* line 23, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

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

/* line 25, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .btn-outline {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: transparent;
}

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

/* line 28, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .features .feature {
  background: var(--gl-surface);
  color: var(--gl-ink);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

/* line 32, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .features .feature .feature-text, .product--grant-legal .features .feature p {
  color: var(--gl-ink);
  opacity: 1;
}

/* line 33, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .features .feature .feature-media {
  background: #1b2329;
}

/* line 34, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .features .feature a {
  color: #ee9c50;
}

/* line 35, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .features .feature a:hover {
  color: var(--color-primary-hover);
}

/* line 37, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .audience-card {
  background: var(--gl-surface);
  color: var(--gl-ink);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

/* line 41, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .audience-card .audience-blurb, .product--grant-legal .audience-card .audience-bullets li {
  color: var(--gl-ink);
  opacity: 1;
}

/* line 42, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .audience-icon {
  background: linear-gradient(180deg, #212a31, #171e23);
  border-color: rgba(255, 255, 255, 0.18);
}

/* line 43, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .audience-icon i {
  color: #fff;
  opacity: .95;
}

/* line 44, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .audience-card a {
  color: #ee9c50;
}

/* line 45, app/assets/stylesheets/themes/grant_legal.scss */
.product--grant-legal .audience-card a:hover {
  color: var(--color-primary-hover);
}
