        <style>
        .nkhc-weekly-announcement {
            background: transparent;
            padding: 0;
            margin: 10px 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }
        
        .nkhc-wa-date {
            color: #3a5663;
            font-size: 1.25em;
            font-weight: 700;
            margin: 0 0 8px 0;
            padding-bottom: 6px;
            border-bottom: 2px solid #f8a501;
        }
        
        .nkhc-wa-content {
            color: #333;
            line-height: 1.6;
            font-size: 1.1em;
            margin-bottom: 10px;
        }
        
        .nkhc-wa-content h2 {
            color: #3a5663;
            font-size: 1.45em;
            font-weight: 700;
            margin: 0.6em 0 0.3em 0;
        }
        
        .nkhc-wa-content h3 {
            color: #3a5663;
            font-size: 1.3em;
            font-weight: 700;
            margin: 0.5em 0 0.2em 0;
        }
        
        .nkhc-wa-content h4 {
            color: #3a5663;
            font-size: 1.25em;
            font-weight: 700;
            margin: 0.4em 0 0.2em 0;
        }
        
        .nkhc-wa-content h2:first-child,
        .nkhc-wa-content h3:first-child {
            margin-top: 0;
        }
        
        /* Ensure paragraphs have proper spacing */
        .nkhc-wa-content p {
            margin: 0.8em 0;
            display: block;
        }
        
        .nkhc-wa-content p:first-child {
            margin-top: 0;
        }
        
        /* Ensure line breaks create visible spacing */
        .nkhc-wa-content br {
            display: block;
            content: "";
            margin-top: 0.6em;
        }
        
        .nkhc-wa-content ul,
        .nkhc-wa-content ol {
            margin: 0.4em 0;
            padding: 0;
            list-style-position: inside;
        }
        
        .nkhc-wa-content ul {
            list-style-type: disc;
        }
        
        .nkhc-wa-content ol {
            list-style-type: decimal;
        }
        
        .nkhc-wa-content li {
            margin: 0.2em 0;
            padding-left: 0;
        }
        
        /* Compact Comments Section */
        .nkhc-wa-comments {
            border-top: 1px solid #ddd;
            padding: 6px 0 0 0;
            margin: 6px 0 0 0;
            font-size: 0.85em;
            color: #666;
        }
        
        .nkhc-wa-comments-list {
            display: inline;
        }
        
        .nkhc-wa-comment {
            display: inline;
        }
        
        .nkhc-wa-comment-author {
            color: #3a5663;
            font-weight: 600;
        }
        
        .nkhc-wa-comment-text {
            color: #555;
        }
        
        .nkhc-wa-no-comments {
            color: #888;
            font-style: italic;
        }
        
        .nkhc-wa-more-comments {
            color: #888;
            font-size: 0.9em;
            margin-left: 5px;
        }
        
        /* Footer with button */
        .nkhc-wa-footer {
            text-align: left;
            margin-top: 8px;
        }
        
        .nkhc-wa-full-post-btn {
            display: inline-block;
            background: #f8a501;
            color: #fff !important;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.75em;
            font-weight: 600;
            text-decoration: none !important;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            transition: all 0.2s ease;
        }
        
        .nkhc-wa-full-post-btn:hover {
            background: #e09500;
            box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
        }
        
        /* Coming Soon State */
        .nkhc-wa-coming-soon {
            text-align: center;
            padding: 15px 10px;
        }
        
        .nkhc-wa-coming-soon-icon {
            font-size: 2em;
            margin-bottom: 5px;
        }
        
        .nkhc-wa-coming-soon h3 {
            color: #3a5663;
            font-size: 1em;
            margin: 0 0 5px 0;
        }
        
        .nkhc-wa-coming-soon p {
            color: #555;
            font-size: 0.9em;
            margin: 3px 0;
        }
        
        .nkhc-wa-date-note {
            margin-top: 8px !important;
            color: #666;
        }
        
        /* Notice state */
        .nkhc-wa-notice {
            text-align: center;
            padding: 20px;
            color: #666;
        }
        
        /* End of Term States */
        .nkhc-wa-end-of-term {
            text-align: center;
            padding: 15px 10px;
        }
        
        .nkhc-wa-season-icon {
            font-size: 2em;
            margin-bottom: 5px;
        }
        
        .nkhc-wa-end-of-term h3 {
            color: #3a5663;
            font-size: 1.1em;
            margin: 0 0 5px 0;
        }
        
        .nkhc-wa-end-of-term p {
            color: #555;
            font-size: 0.9em;
            margin: 4px 0;
            line-height: 1.4;
        }
        
        .nkhc-wa-season-note {
            margin-top: 8px !important;
        }
        
        /* Winter/Holiday theme */
        .nkhc-wa-winter {
            background: linear-gradient(135deg, #e8f4fc 0%, #f0f8ff 100%);
            border-color: #b8d4e8;
        }
        
        .nkhc-wa-winter .nkhc-wa-season-icon {
            color: #4a90c2;
        }
        
        /* Summer theme */
        .nkhc-wa-summer {
            background: linear-gradient(135deg, #fef9e7 0%, #fffdf5 100%);
            border-color: #f0d78c;
        }
        
        .nkhc-wa-summer .nkhc-wa-season-icon {
            color: #f8a501;
        }
        
        .nkhc-wa-events-link {
            display: inline-block;
            background: #f8a501;
            color: #fff !important;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.75em;
            font-weight: 600;
            text-decoration: none !important;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            transition: all 0.2s ease;
            margin-top: 3px;
        }
        
        .nkhc-wa-events-link:hover {
            background: #e09500;
            box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
        }
        </style>
        BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//NKHC.org - ECPv6.15.13.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:NKHC.org
X-ORIGINAL-URL:https://nkhc.org
X-WR-CALDESC:Events for NKHC.org
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20270314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20271107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260407T120000
DTEND;TZID=America/Los_Angeles:20260407T130000
DTSTAMP:20260405T094449
CREATED:20260328T145421Z
LAST-MODIFIED:20260328T211809Z
UID:9721-1775563200-1775566800@nkhc.org
SUMMARY:Picture Day
DESCRIPTION:If you would like to retake your portrait or missed Picture Day in the Fall please come to the Fellowship Hall during lunch.
URL:https://nkhc.org/event/picture-day/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/03/ChatGPT-Image-Mar-28-2026-09_07_36-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260413T120000
DTEND;TZID=America/Los_Angeles:20260413T140000
DTSTAMP:20260405T094449
CREATED:20251229T001352Z
LAST-MODIFIED:20260109T203119Z
UID:8927-1776081600-1776088800@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-9/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260414T100000
DTEND;TZID=America/Los_Angeles:20260414T140000
DTSTAMP:20260405T094449
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8948-1776160800-1776175200@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:📋\n            This Week's Announcement\n            We're putting together this week's update! Check back soon. \n            Looking forward to seeing you on April 14\, 2026!
URL:https://nkhc.org/event/nkhc-tuesday-co-op-10/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260414T100000
DTEND;TZID=America/Los_Angeles:20260414T140000
DTSTAMP:20260405T094449
CREATED:20260328T215712Z
LAST-MODIFIED:20260328T215956Z
UID:9727-1776160800-1776175200@nkhc.org
SUMMARY:Yearbook Cover Art Contest
DESCRIPTION:Please give your Yearbook Cover Art to Katrinka. The theme is Fantasy!
URL:https://nkhc.org/event/yearbook-cover-art-contest/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/03/ChatGPT-Image-Mar-28-2026-09_07_36-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260427T120000
DTEND;TZID=America/Los_Angeles:20260427T140000
DTSTAMP:20260405T094449
CREATED:20251229T001352Z
LAST-MODIFIED:20260109T203828Z
UID:8929-1777291200-1777298400@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-10/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260428T100000
DTEND;TZID=America/Los_Angeles:20260428T140000
DTSTAMP:20260405T094449
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8950-1777370400-1777384800@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:📋\n            This Week's Announcement\n            We're putting together this week's update! Check back soon. \n            Looking forward to seeing you on April 28\, 2026!
URL:https://nkhc.org/event/nkhc-tuesday-co-op-11/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260428T130000
DTEND;TZID=America/Los_Angeles:20260428T140000
DTSTAMP:20260405T094449
CREATED:20260328T215805Z
LAST-MODIFIED:20260328T215850Z
UID:9728-1777381200-1777384800@nkhc.org
SUMMARY:Market Day
DESCRIPTION:All children are invited to participate by making a product and “selling” them to each other. Everyone will receive at least 10 market day bucks. If you are interested in “selling” please please see Katrinka for a business application. I also poster board if you would like to make a sign. This will take place during 4th block.
URL:https://nkhc.org/event/market-day/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/03/NKHC_mountain_2.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260504T120000
DTEND;TZID=America/Los_Angeles:20260504T140000
DTSTAMP:20260405T094449
CREATED:20251229T001352Z
LAST-MODIFIED:20260109T204019Z
UID:8931-1777896000-1777903200@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-11/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260505T100000
DTEND;TZID=America/Los_Angeles:20260505T140000
DTSTAMP:20260405T094449
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8952-1777975200-1777989600@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:📋\n            This Week's Announcement\n            We're putting together this week's update! Check back soon. \n            Looking forward to seeing you on May 5\, 2026!
URL:https://nkhc.org/event/nkhc-tuesday-co-op-12/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260511T120000
DTEND;TZID=America/Los_Angeles:20260511T140000
DTSTAMP:20260405T094449
CREATED:20251229T001352Z
LAST-MODIFIED:20260109T204035Z
UID:8933-1778500800-1778508000@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-12/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260511T120000
DTEND;TZID=America/Los_Angeles:20260511T140000
DTSTAMP:20260405T094449
CREATED:20260105T003321Z
LAST-MODIFIED:20260328T211940Z
UID:9189-1778500800-1778508000@nkhc.org
SUMMARY:CPR and First aid certification
DESCRIPTION:We will have a CPR and first aid certification course scheduled for students 11+ and adults. \nThere will be some training during fourth block to prepare for the class/test
URL:https://nkhc.org/event/cpr-and-first-aid-certification/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/03/NKHC_mountain_2.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260512T100000
DTEND;TZID=America/Los_Angeles:20260512T140000
DTSTAMP:20260405T094449
CREATED:20251229T002505Z
LAST-MODIFIED:20260117T210128Z
UID:8954-1778580000-1778594400@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:📋\n            This Week's Announcement\n            We're putting together this week's update! Check back soon. \n            Looking forward to seeing you on May 12\, 2026!
URL:https://nkhc.org/event/nkhc-tuesday-co-op-13/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260518T120000
DTEND;TZID=America/Los_Angeles:20260518T140000
DTSTAMP:20260405T094449
CREATED:20251229T001353Z
LAST-MODIFIED:20260109T204050Z
UID:8935-1779105600-1779112800@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-13/
LOCATION:Washington
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260519T100000
DTEND;TZID=America/Los_Angeles:20260519T140000
DTSTAMP:20260405T094449
CREATED:20251229T002506Z
LAST-MODIFIED:20260117T210128Z
UID:8956-1779184800-1779199200@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:📋\n            This Week's Announcement\n            We're putting together this week's update! Check back soon. \n            Looking forward to seeing you on May 19\, 2026!
URL:https://nkhc.org/event/nkhc-tuesday-co-op-14/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
END:VCALENDAR