/*

Project:       CPMA Interim Website CSS
Author:        Dmitri Bekasov
Version:       260314 (March 14, 2026)
Notes:         Specific styles to About > Membership page

*/

.ct-card--advocacy .ct-card--icon {
  -webkit-mask-image: url("/assets/images/content/context-icon--maple-leaf.svg");
  mask-image: url("/assets/images/content/context-icon--maple-leaf.svg");
}
.ct-card--education .ct-card--icon {
  -webkit-mask-image: url("/assets/images/content/context-icon--education.svg");
  mask-image: url("/assets/images/content/context-icon--education.svg");
}
.ct-card--recognition .ct-card--icon {
  -webkit-mask-image: url("/assets/images/content/context-icon--global-recognition.svg");
  mask-image: url("/assets/images/content/context-icon--global-recognition.svg");
}
.ct-card--networking .ct-card--icon {
  -webkit-mask-image: url("/assets/images/content/context-icon--networking.svg");
  mask-image: url("/assets/images/content/context-icon--networking.svg");
}
.ct-card--insurance .ct-card--icon {
  -webkit-mask-image: url("/assets/images/content/context-icon--insurance.svg");
  mask-image: url("/assets/images/content/context-icon--insurance.svg");
}
.ct-card--partnership .ct-card--icon {
  -webkit-mask-image: url("/assets/images/content/context-icon--partnership.svg");
  mask-image: url("/assets/images/content/context-icon--partnership.svg");
}
