/* line 1, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind {
  --color-primary:       #0eae6b;
  --color-primary-hover: #0b8d57;
  --gm-surface:          #fdf6f5;
  /* Green titles */
  /* Buttons */
  /* H3 green inside components */
  /* Cards (beige light) */
}

/* line 7, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind h1, .product--grant-mind .h1, .product--grant-mind h2, .product--grant-mind .h2, .product--grant-mind h3, .product--grant-mind .h3 {
  color: #0eae6b !important;
}

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

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

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

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

/* line 17, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind .features .feature h3, .product--grant-mind .features .feature .feature-title,
.product--grant-mind .audience-card h3, .product--grant-mind .audience-card .audience-title,
.product--grant-mind .steps .step h3 {
  color: #0eae6b !important;
}

/* line 20, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind .features .feature h3 a, .product--grant-mind .features .feature .feature-title a,
.product--grant-mind .audience-card h3 a, .product--grant-mind .audience-card .audience-title a,
.product--grant-mind .steps .step h3 a {
  color: #0eae6b !important;
}

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

/* line 30, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind .features .feature {
  background: var(--gm-surface);
  color: inherit;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

/* line 34, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind .features .feature .feature-media {
  background: #f6ecea;
}

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

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

/* line 38, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind .audience-card {
  background: var(--gm-surface);
  color: inherit;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

/* line 39, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind .audience-card .audience-blurb, .product--grant-mind .audience-card .audience-bullets li {
  color: inherit;
  opacity: 1;
}

/* line 40, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind .audience-icon {
  background: linear-gradient(180deg, #fff, #f3e9e7);
  border-color: rgba(14, 174, 107, 0.18);
}

/* line 41, app/assets/stylesheets/themes/grant_mind.scss */
.product--grant-mind .audience-icon i {
  color: #0eae6b;
  opacity: .95;
}
