.csa-page { font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, ui-sans-serif, system-ui, sans-serif; font-size: 1.125rem; line-height: 1.6; color: #1d1d1d; } .csa-page h1, .csa-page h2, .csa-page h3, .csa-page h4 { font-family: Barlow, Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, ui-sans-serif, system-ui, sans-serif; font-weight: 700; } .csa-page h1 { font-size: 2.197rem; line-height: 1.2; margin: 0 0 1rem; color: #04A0C3; text-align: center; } .csa-page h2 { font-size: 1.758rem; line-height: 1.2; color: #04A0C3; margin: 1.5rem 0 0.75rem; } .csa-page h3 { font-size: 1.406rem; line-height: 1.3; color: #04A0C3; margin: 1.5rem 0 0.75rem; } .csa-page h4 { font-size: 1.125rem; line-height: 1.3; color: #24284E; margin: 0 0 0.5rem; } .csa-page h2.csa-h2-dark { color: #24284E; } .csa-page p { margin: 0.75rem 0; } .csa-page ul { list-style-type: disc; padding-left: 1.5rem; } .csa-page ul li { margin: 0.4rem 0; } .csa-page a { color: #004B5C; text-decoration: underline; } .csa-page a:hover { color: #037F9B; } .csa-page a.csa-link-blue, .csa-page .csa-icon-list a { color: #037F9B; } .csa-page .csa-icon-list a, .csa-page .csa-resource-section > h2 a, .csa-page .csa-resource-section > h3 a { text-decoration: none; } .csa-page .csa-icon-list a:hover, .csa-page .csa-resource-section > h2 a:hover, .csa-page .csa-resource-section > h3 a:hover { text-decoration: underline; } .csa-page .csa-resource-section > h2 a, .csa-page .csa-resource-section > h3 a { color: inherit; } .csa-page .csa-hero { display: grid; grid-template-columns: 46% 54%; gap: 0; align-items: stretch; margin: 0 auto; padding: 0; } .csa-page .csa-hero > div { padding: 2rem; display: flex; flex-direction: column; justify-content: center; text-align: center; } .csa-page .csa-hero img { width: 100%; height: 297px; object-fit: cover; display: block; } .csa-page .csa-section { max-width: 960px; margin: 2rem auto; padding: 0 1rem; } .csa-page .csa-resource-intro { max-width: 960px; margin: 1rem auto; padding: 0 1rem; text-align: center; } .csa-page .csa-resource-section { max-width: 960px; margin: 2.5rem auto; padding: 0 1rem; } .csa-page .csa-center { text-align: center; } .csa-page hr.csa-divider { border: none; border-top: 3px solid #FF8C00; margin: 3rem auto; max-width: 960px; } .csa-page hr.csa-rule { border: none; border-top: 1px solid #24284E; width: 100px; margin: 2.5rem auto; } .csa-page .csa-credit { text-align: center; font-style: italic; max-width: 960px; margin: 1rem auto; padding: 0 1rem; color: #555; } /* Tab bar shared with /ambassador, /ambassador-apply and /ambassador-directory */ .csa-page .csa-tabs { display: flex; flex-wrap: wrap; background: #E8F8FF; max-width: 1280px; margin: 0 auto 2.5rem; } .csa-page .csa-tabs > * { flex: 1 1 auto; padding: 1rem 1.25rem; text-align: left; font-weight: bold; color: #037F9B !important; text-decoration: none !important; border-left: 1px solid #d7eeff; min-width: 140px; display: flex; align-items: center; gap: 0.65rem; font-family: Barlow, Inter, Roboto, sans-serif; } .csa-page .csa-tabs .csa-tab-icon { display: inline-flex; width: 1.5rem; height: 1.5rem; flex-shrink: 0; } .csa-page .csa-tabs .csa-tab-icon svg { width: 100%; height: 100%; fill: currentColor; } .csa-page .csa-tabs > :first-child { border-left: none; } .csa-page .csa-tabs a:hover { background: #d7eeff; } .csa-page .csa-tabs .csa-tab-active { background: #F54017; color: #fff !important; cursor: default; } /* Buttons */ .csa-page .csa-btn { display: inline-block; padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 0.9375rem; font-weight: 400; color: #fff !important; text-decoration: none !important; border: none; cursor: pointer; font-family: inherit; line-height: 1.6; } .csa-page .csa-btn-blue { background: #0071C2; } .csa-page .csa-btn-blue:hover { background: #005694; } .csa-page .csa-btn-teal { background: #037F9B; } .csa-page .csa-btn-teal:hover { background: #004B5C; } .csa-page .csa-btn-navy { background: #25284F; } .csa-page .csa-btn-navy:hover { background: #14162c; } .csa-page .csa-btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1rem 0 0; } .csa-page .csa-btn-row.csa-center { justify-content: center; } /* Resource cards: image beside title / description / action */ .csa-page .csa-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 2.25rem 1.5rem; margin: 1.5rem 0; } .csa-page .csa-card { display: grid; grid-template-columns: 200px 1fr; gap: 1.5rem; align-items: start; padding: 0 1.5rem; } .csa-page .csa-card > img { width: 100%; height: auto; display: block; filter: drop-shadow(0px 2px 20px #99999933); } .csa-page .csa-card-body { display: flex; flex-direction: column; height: 100%; } .csa-page .csa-card-body h4 { font-size: 1.125rem; color: #04A0C3; margin: 0 0 0.5rem; } .csa-page .csa-card-body h4 a { color: #04A0C3; text-decoration: none; } .csa-page .csa-card-body h4 a:hover { text-decoration: underline; } .csa-page .csa-card-body p { font-size: 0.9375rem; margin: 0 0 0.67rem; } .csa-page .csa-card-body .csa-btn { align-self: flex-start; margin-top: auto; } /* Highlighted callout bands */ .csa-page .csa-band { background: #F0FAFF; max-width: 960px; margin: 2rem auto; padding: 1rem 0.67rem; } .csa-page .csa-reco { background: #E8F8FF; border-radius: 6px; max-width: 960px; margin: 3.38rem auto; padding: 2rem; display: grid; grid-template-columns: 28.2% 71.8%; gap: 1.5rem; align-items: center; } .csa-page .csa-reco img { width: 201px; max-width: 100%; height: auto; display: block; margin: 0 auto; } .csa-page .csa-reco h2 { color: #24284E; text-transform: uppercase; font-size: 1.406rem; margin: 0 0 0.75rem; } /* Icon lists */ .csa-page .csa-icon-list { list-style: none; padding: 0; margin: 0; } .csa-page .csa-icon-list li { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; } .csa-page .csa-icon-list li:last-child { margin-bottom: 0; } .csa-page .csa-icon-list svg { width: 16px; height: 16px; flex-shrink: 0; fill: #24284E; } .csa-page .csa-icon-list.csa-center-list { max-width: 600px; margin: 0 auto; } .csa-page .csa-icon-list.csa-center-list li { justify-content: center; } .csa-page .csa-icon-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; margin: 1.5rem auto 0; max-width: 800px; } /* Event recipe accordion */ .csa-page .csa-accordion { background: #fff; margin: 1rem 0 0; } .csa-page .csa-accordion > summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.5rem; font-family: Barlow, Inter, Roboto, sans-serif; font-weight: 700; color: #24284E; } .csa-page .csa-accordion > summary::-webkit-details-marker { display: none; } .csa-page .csa-accordion > summary::after { content: "\25BE"; color: #24284E; font-size: 1.2rem; transition: transform 0.2s; } .csa-page .csa-accordion[open] > summary::after { transform: rotate(180deg); } .csa-page .csa-accordion-body { padding: 1rem 1.5rem 2rem; } .csa-page .csa-recipe-title { text-align: center; color: #04A0C3; text-transform: uppercase; font-size: 1.125rem; margin: 1rem 0 0.5rem; } /* Flip cards, reproducing the flip-card-block plugin the design uses */ .csa-page .csa-flips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.25rem 1.5rem; margin: 1.5rem 0; } .csa-page .csa-flip-cell { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; } .csa-page .ss-flip-card { cursor: pointer; height: 200px; perspective: 1000px; transform-style: preserve-3d; width: 100%; position: relative; } .csa-page .ss-flip-card-side { backface-visibility: hidden; box-shadow: 0 4px 8px rgba(0,0,0,.2); height: 100%; position: absolute; transition: transform .6s ease; width: 100%; display: flex; flex-direction: column; color: #fff; } .csa-page .ss-flip-card-front { z-index: 2; flex-direction: row; align-items: center; } .csa-page .ss-flip-card-front img { flex: 1 0 auto; height: 100%; object-fit: cover; object-position: center center; width: 40%; } .csa-page .ss-flip-card-front h2 { font-size: 1.2rem; margin: 10px 20px; color: #fff; } .csa-page .flip-card-contain img { object-fit: contain !important; } .csa-page .ss-flip-card-back { overflow-y: hidden; padding: 20px; transform: rotateY(180deg); } .csa-page .ss-flip-card-back p { margin: 0 0 1rem; font-size: 0.9375rem; } .csa-page .ss-flip-card-back p:last-child { margin-bottom: 0; } .csa-page .ss-flip-card.flipped .ss-flip-card-front { transform: rotateY(-180deg); } .csa-page .ss-flip-card.flipped .ss-flip-card-back { transform: rotateY(0deg); } @media (hover: hover) { .csa-page .ss-flip-card:hover .ss-flip-card-back { transform: rotateY(0deg); } .csa-page .ss-flip-card:hover .ss-flip-card-front { transform: rotateY(-180deg); } } /* Sign-in gate for readers who are not Ambassadors */ .csa-page #ar-loading { color: #555; font-style: italic; } .csa-page #ar-gate .csa-gate-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; } .csa-page .csa-cta { display: inline-block; padding: 0.625rem 1.5rem; border-radius: 9999px; font-weight: 600; font-size: 0.95rem; cursor: pointer; border: none; text-decoration: none !important; font-family: inherit; } .csa-page .csa-cta-primary { background: #F54017; color: #fff !important; } .csa-page .csa-cta-primary:hover { background: #d83811; color: #fff !important; } .csa-page .csa-cta-secondary { background: #fff; color: #037F9B !important; border: 2px solid #037F9B; } .csa-page .csa-cta-secondary:hover { background: #E8F8FF; color: #037F9B !important; } @media (max-width: 900px) { .csa-page .csa-flips { grid-template-columns: 1fr 1fr; } } @media (max-width: 768px) { .csa-page .csa-hero { grid-template-columns: 1fr; } .csa-page .csa-hero img { height: auto; max-height: 260px; } .csa-page h1 { font-size: 2rem; } .csa-page h2 { font-size: 1.5rem; } .csa-page .csa-cards { grid-template-columns: 1fr; } .csa-page .csa-card { grid-template-columns: 1fr; justify-items: center; text-align: center; padding: 0; } .csa-page .csa-card > img { max-width: 250px; } .csa-page .csa-card-body .csa-btn { align-self: center; } .csa-page .csa-reco { grid-template-columns: 1fr; } .csa-page .csa-icon-cols { grid-template-columns: 1fr; } .csa-page .csa-flips { grid-template-columns: 1fr; } } Become a SciStarter Ambassador Overview Apply Resources Directory Loading… SciStarter Ambassador Resources Hi! We’re glad you’re interested in connecting more people to citizen science and SciStarter! This SciStarter Ambassador Resource Hub is available only to those who apply and are accepted into the SciStarter Ambassador Program. Learn more about the program and your eligibility here. If you are already a SciStarter Ambassador, log in to SciStarter to access the resources. If you are already a SciStarter Ambassador and your account isn’t recognized, contact us at ambassador@scistarter.org. Already a Citizen Science Champion? Access the Champion Resource Hub. Want to connect with a SciStarter Ambassador? Visit the Directory! Note, you must be signed in to send a message to an Ambassador. Log in to SciStarter Go to Champion training Have questions? Email info@scistarter.org Welcome to Your Resource Hub! To help you get started, we’ve highlighted the most essential resources below. You can explore the full collection in the SciStarter Ambassador Shared Drive or use the Resource Index to find specific materials. Recommendation Start with a live presentation of the Foundations of Citizen Science training module. Crowdsource responses to the interactive questions to keep the session engaging, and tailor the presentation by clicking through or skipping sections that aren’t as relevant to your audience (such as terminology, research examples, or videos). This flexible approach also makes it easy to adjust the presentation to fit your available time. Visit Training Page See Related Resources SciStarter Ambassador Handbook This exclusive handbook outlines your role and contains tips for engaging communities, hosting events, and using SciStarter tools. View SciStarter Ambassador FAQs Use this FAQ to quickly find answers to common questions about SciStarter, the Ambassador Program, and facilitating citizen science. View Reporting Tools Add an Event or Program to SciStarter Activity Reporting Form Training & Professional Development Talking Points This guide provides ready-to-use talking points for introducing SciStarter and answering questions from the public. View Understanding Your Library – Checklist Prepare for a meeting with a community partner by reviewing this checklist based on your prospective partner. View Workshop Slide Decks Explore past workshop presentations covering citizen science projects, outreach strategies, and facilitation skills. View Essential Elements of Designing & Facilitating Programs Use this framework to evaluate your programs, identify gaps, and strengthen the quality of your events. View Citizen Science-Powered News & Discoveries – Citizen science leads to discoveries all the time. Check out this doc for some examples of recent discoveries and advancements in science knowledge. If you know of more, tell us! Event Planning & Presentation Materials Introduction to Citizen Science——Resource Set Use these resources to lead a Citizen Science 101 program or perform a live presentation of the Foundations of Citizen Science training module. View Program Planning Tool Outline all the needs of your prospective program/event, including logistics and materials. View Event Planning Checklist Reference this before, during, and after event checklist to ensure you’ve completed the key tasks for a successful citizen science event. View Handouts Complement your program with ready-to-use handouts, including project flyers that encourage continued participation at home. View Event Sign in Sheet Draft Follow Up Email Suggested Event Supplies & Vendors Event Recipe Cards (Expand to View) Event Recipe Cards Plan your event in minutes! Choose a project that aligns with your community’s interests (and your capacity)! GLOBE AT NIGHT PROGRAM Host a Star Party to Measure Light Pollution Age Group: teens and adults Event Timing and Location: 30 minutes, outdoors, at night VIEW EVENT RECIPE STALL CATCHERS CATCH-A-THON Host a Catch-a-thon to Advance Alzheimer’s Research Age Group: teens and adults Event Timing and Location: 1 hour, indoors, on computers VIEW EVENT RECIPE INATURALIST PROGRAM Host a Data-gathering Event About Local Biodiversity Age Group: all ages Event Timing and Location: 1 hour, outdoors VIEW EVENT RECIPE GREAT SUNFLOWER PROJECT PROGRAM Host an Observation Event to Count Pollinators Age Group: all ages Event Timing and Location: 15 minutes, outdoors VIEW EVENT RECIPE FOUNDATIONS OF CITIZEN SCIENCE Help People Learn About and Experience Citizen Science Age Group: Teens and Adults Event Timing and Location: 1 hour, indoors VIEW EVENT RECIPE FATHOMVERSE Explore the deep sea with a mobile app Age Group: Teens and Adults Event Timing and Location: 30 minutes, anywhere VIEW EVENT RECIPE See all Event Recipe Cards Visit our Google Drive to explore all of our Event Recipe Cards See All Marketing & Outreach Materials Library Introductory Letter Template Reach out to your prospective community partners with our ready-to-customize template. View Marketing Toolkit Learn the basics of marketing as a representative of SciStarter. View Posters & Flyers Project-specific Bookmarks SciStarter Logos Sticker / Button Designs Press Photos Ambassador Community Space Peer-Created Resources Check out this folder of resources developed by your peers. View Ambassador Discussions Join the conversation! This document features several conversations to improve your success. View Join the Facebook Group for more real-time engagement! Have questions? Email Ambassador@SciStarter.org The Citizen Science Champion and SciStarter Ambassador programs are led by SciStarter and Arizona State University, with support from the Gordon and Betty Moore Foundation and in collaboration with Idealist.