{"product_id":"kayak-rolling-instructor","title":"Kayak Rolling Instructor","description":"\u003cstyle\u003e\n  .ko-clinic { font-family: inherit; color: #1E2D34; line-height: 1.65; text-align: left !important; container-type: inline-size; max-width: 100%; overflow-wrap: break-word; word-wrap: break-word; }\n  .ko-clinic * { box-sizing: border-box; margin: 0; padding: 0; text-align: left !important; max-width: 100%; }\n  .ko-clinic p { font-size: 15px; color: #5A7A86; line-height: 1.75; margin-bottom: 12px; text-align: left !important; }\n  .ko-clinic p:last-child { margin-bottom: 0; }\n  .ko-clinic strong { color: #1E2D34; }\n  .ko-clinic em { color: #1E2D34; font-style: normal; font-weight: 600; }\n\n  .ko-stats {\n    display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;\n    margin: 24px 0; padding: 16px 0;\n    border-top: 1px solid #E5E9EB; border-bottom: 1px solid #E5E9EB;\n  }\n  .ko-stat { text-align: center !important; }\n  .ko-stat-val { font-size: 18px; font-weight: 700; color: #0B1D26; display: block; text-align: center !important; }\n  .ko-stat-label { font-size: 10px; color: #5A7A86; text-transform: uppercase; letter-spacing: 1px; text-align: center !important; }\n\n  .ko-clinic h3 {\n    font-size: 15px; font-weight: 700; color: #0B1D26;\n    margin: 32px 0 6px; padding-top: 24px;\n    border-top: 1px solid #E5E9EB;\n  }\n  .ko-clinic h3:first-of-type { border-top: none; padding-top: 0; margin-top: 0; border-bottom: 1px solid #E5E9EB; padding-bottom: 16px; margin-bottom: 20px; }\n  .ko-clinic h3 + p { margin-bottom: 16px; }\n\n  .ko-cards {\n    display: flex; flex-direction: column; gap: 0;\n    border: 1px solid #E5E9EB; border-radius: 10px; overflow: hidden;\n  }\n  .ko-card {\n    padding: 20px 18px;\n    border-bottom: 1px solid #EEF1F2;\n    text-align: left !important;\n  }\n  .ko-card:last-child { border-bottom: none; }\n  .ko-card-name {\n    font-weight: 700; font-size: 15px; color: #0B1D26;\n    margin-bottom: 6px;\n    display: flex; align-items: center; gap: 8px;\n    text-align: left !important; justify-content: flex-start;\n  }\n  .ko-card-name::before {\n    content: ''; display: inline-block;\n    width: 8px; height: 8px; border-radius: 50%;\n    background: #2D8C9E; flex-shrink: 0;\n  }\n  .ko-card-desc { font-size: 13px; color: #5A7A86; line-height: 1.6; text-align: left !important; }\n\n  .ko-list { margin: 8px 0 0 0; padding: 0; list-style: none; }\n  .ko-list li {\n    padding: 6px 0; border-bottom: 1px solid #EEF1F2;\n    font-size: 13px; color: #5A7A86; line-height: 1.55;\n    display: flex; gap: 8px; align-items: flex-start;\n    min-width: 0;\n  }\n  .ko-list li:last-child { border-bottom: none; }\n  .ko-check li::before { content: '✓'; color: #2D8C9E; font-weight: 700; flex-shrink: 0; }\n\n  .ko-prereq {\n    margin-top: 24px; padding: 12px 14px;\n    background: #F5F0E8; border-radius: 8px; border-left: 3px solid #2D8C9E;\n  }\n  .ko-prereq p { font-size: 13px; color: #1E2D34; margin: 0; margin-bottom: 8px; }\n  .ko-prereq p:last-child { margin-bottom: 0; }\n  .ko-next {\n    margin-top: 16px; padding: 14px;\n    background: #E8F4F6; border-radius: 8px;\n  }\n  .ko-next p { font-size: 13px; color: #1E2D34; margin: 0; }\n\n  .ko-land {\n    margin-top: 32px; padding-top: 24px;\n    border-top: 1px solid #E5E9EB;\n  }\n  .ko-land p { font-size: 12.5px; color: #8A9BA3; line-height: 1.7; margin-bottom: 8px; }\n  .ko-land strong { color: #5A7A86; }\n\n  .ko-faq { margin-top: 16px; }\n  .ko-faq details { border-bottom: 1px solid #EEF1F2; }\n  .ko-faq details:first-child { border-top: 1px solid #EEF1F2; }\n  .ko-faq summary {\n    font-weight: 700; font-size: 13px; color: #0B1D26;\n    padding: 14px 0; cursor: pointer;\n    display: flex; justify-content: space-between; align-items: center;\n    user-select: none; list-style: none;\n    min-width: 0; gap: 8px;\n  }\n  .ko-faq summary::-webkit-details-marker { display: none; }\n  .ko-faq summary::marker { display: none; content: ''; }\n  .ko-faq summary::after {\n    content: '+'; font-size: 16px; color: #2D8C9E;\n    transition: transform 0.2s; flex-shrink: 0; margin-left: 12px;\n  }\n  .ko-faq details[open] summary::after { transform: rotate(45deg); }\n  .ko-faq .ko-faq-a {\n    font-size: 13px; color: #5A7A86; line-height: 1.6; padding-bottom: 14px;\n  }\n\n  \/* ---- RESPONSIVE ---- *\/\n  @container (max-width: 400px) {\n    .ko-stats { grid-template-columns: repeat(2, 1fr); }\n    .ko-stat-val { font-size: 16px; }\n    .ko-clinic p { font-size: 14px; }\n    .ko-card { padding: 16px 14px; }\n    .ko-card-name { font-size: 14px; }\n    .ko-card-desc { font-size: 12.5px; }\n    .ko-list li { font-size: 12.5px; }\n    .ko-faq summary { font-size: 12.5px; }\n    .ko-faq .ko-faq-a { font-size: 12.5px; }\n    .ko-prereq p, .ko-next p { font-size: 12.5px; }\n  }\n  @supports not (container-type: inline-size) {\n    .ko-stats { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 360px) {\n    .ko-stats { grid-template-columns: repeat(2, 1fr); }\n    .ko-stat-val { font-size: 15px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ko-clinic\"\u003e\n\n  \u003ch3\u003ePaddle Canada Rolling Instructor\u003c\/h3\u003e\n  \u003cp\u003eCertification to teach and oversee the Paddle Canada Kayak Rolling Skills Clinic. \u003cem\u003eLearn to coach rolling technique effectively — breaking down the skill, reading what each student needs, and building reliable rolls across different body types and flexibility levels.\u003c\/em\u003e\u003c\/p\u003e\n\n  \u003cdiv class=\"ko-stats\"\u003e\n    \u003cdiv class=\"ko-stat\"\u003e\n\u003cspan class=\"ko-stat-val\"\u003eBKI+\u003c\/span\u003e\u003cspan class=\"ko-stat-label\"\u003ePrerequisite\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ko-stat\"\u003e\n\u003cspan class=\"ko-stat-val\"\u003eLMS\u003c\/span\u003e\u003cspan class=\"ko-stat-label\"\u003ePre-Course\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ko-stat\"\u003e\n\u003cspan class=\"ko-stat-val\"\u003eSaugeen\u003c\/span\u003e\u003cspan class=\"ko-stat-label\"\u003ePeninsula\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ko-stat\"\u003e\n\u003cspan class=\"ko-stat-val\"\u003ePC\u003c\/span\u003e\u003cspan class=\"ko-stat-label\"\u003eCertification\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== WHAT YOU'LL LEARN ===== --\u003e\n  \u003ch3\u003eWhat You'll Learn\u003c\/h3\u003e\n  \u003cp\u003eThis isn't just about being able to roll — it's about being able to teach rolling. Coaching a roll requires understanding the mechanics well enough to diagnose what's going wrong in real time and adjust your approach for each student.\u003c\/p\u003e\n\n  \u003cdiv class=\"ko-cards\"\u003e\n    \u003cdiv class=\"ko-card\"\u003e\n      \u003cdiv class=\"ko-card-name\"\u003eRolling Technique \u0026amp; Coaching\u003c\/div\u003e\n      \u003cdiv class=\"ko-card-desc\"\u003eHow to break down the roll into teachable progressions. Sweep, C-to-C, forward-finishing, back deck — coached to the student's body, flexibility, and goals. Understanding what each student needs and adapting on the fly.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ko-card\"\u003e\n      \u003cdiv class=\"ko-card-name\"\u003eClinic Management\u003c\/div\u003e\n      \u003cdiv class=\"ko-card-desc\"\u003eHow to structure and run a Rolling Skills Clinic — group management, session pacing, safety protocols, and creating a supportive environment where students are willing to commit to being upside down.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ko-card\"\u003e\n      \u003cdiv class=\"ko-card-name\"\u003eAdaptive Instruction\u003c\/div\u003e\n      \u003cdiv class=\"ko-card-desc\"\u003eDifferent bodies find different solutions. Teaching rolling means understanding how body type, flexibility, and prior experience affect technique — and coaching to those differences rather than forcing a single method.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== PREREQUISITES ===== --\u003e\n  \u003cdiv class=\"ko-prereq\"\u003e\n    \u003cp\u003e\u003cstrong\u003ePrerequisites:\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eMinimum age 16. Paddle Canada Basic Kayak Instructor certification. Current first aid (14 hr) with CPR. Minimum of two Basic Kayak Skills (or higher) courses taught within the past three years, with lead instructor on at least one.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== CERTIFICATION ===== --\u003e\n  \u003cdiv class=\"ko-next\"\u003e\n    \u003cp\u003e\u003cstrong\u003eCertification:\u003c\/strong\u003e Successful candidates earn Paddle Canada Rolling Instructor certification, authorizing you to teach and certify the Paddle Canada Kayak Rolling Skills Clinic.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== FAQ ===== --\u003e\n  \u003ch3\u003eQuestions\u003c\/h3\u003e\n  \u003cdiv class=\"ko-faq\"\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eDo I need to be able to roll on both sides?\u003c\/summary\u003e\n      \u003cdiv class=\"ko-faq-a\"\u003eYou need a reliable roll and the ability to demonstrate and coach the technique effectively. Contact us if you have questions about the specific skill standard expected.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this a pool-based or open-water course?\u003c\/summary\u003e\n      \u003cdiv class=\"ko-faq-a\"\u003eThe course runs on the Saugeen Peninsula. Venue details — including whether pool or open-water sessions are involved — are provided on registration. Contact us for specifics on this year's format.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eI have my L1 Instructor — do I still need BKI?\u003c\/summary\u003e\n      \u003cdiv class=\"ko-faq-a\"\u003eYes. The prerequisite is Basic Kayak Instructor specifically, plus the teaching experience requirement. L1 Instructor is a different certification path.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat if I haven't taught two courses yet?\u003c\/summary\u003e\n      \u003cdiv class=\"ko-faq-a\"\u003eThe requirement is two Basic Kayak Skills (or higher) courses within the past three years, leading at least one. If you're close but not quite there, get in touch — we can discuss your situation and help you meet the requirement before the course.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ===== LAND ACKNOWLEDGEMENT ===== --\u003e\n  \u003cdiv class=\"ko-land\"\u003e\n    \u003cp\u003eWe acknowledge that the land on which we gather is the traditional territory of the \u003cstrong\u003eSaugeen Ojibway Nation\u003c\/strong\u003e, comprised of the \u003cstrong\u003eChippewas of Saugeen First Nation\u003c\/strong\u003e and the \u003cstrong\u003eChippewas of Nawash Unceded First Nation\u003c\/strong\u003e at Neyaashiinigmiing. We are grateful for the knowledge shared with us by the Indigenous peoples of what is now known as Canada and the circumpolar region of the Northern Hemisphere.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Kayak Ontario","offers":[{"title":"May 13","offer_id":43957445034183,"sku":"","price":275.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0042\/9608\/1443\/products\/PCRI1.png?v=1678474295","url":"https:\/\/www.kayak-ontario.com\/products\/kayak-rolling-instructor","provider":"Kayak Ontario","version":"1.0","type":"link"}