
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Live Events</title>
<link>https://www.wasbo.org/events/event_list.asp</link>
<description><![CDATA[  WELCOME! 
 
     
         
              Filter through upcoming events by using the category drop-down list above.   Questions? Contact the WASBO Team at&nbsp;  admin@wasbo.org  .  
         
         
             
                  You May Also Be Interested In...   
                    &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
                       
                 
             
         
     
 ]]></description>
<lastBuildDate>Wed, 24 Jun 2026 09:56:00 GMT</lastBuildDate>
<pubDate>Thu, 30 Jun 2050 04:00:00 GMT</pubDate>
<copyright>Copyright &#xA9; 2050 Washington Association of School Business Officials</copyright>
<atom:link href="https://www.wasbo.org/events/event_rss.asp?cat=24574" rel="self" type="application/rss+xml"></atom:link>
<item>
<title>2026-27 Bundled/Virtual Learning Sessions</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=2067605</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=2067605</guid>
<description><![CDATA[<section class="wasbo-virtual-learning-page">
<style>
        .wasbo-virtual-learning-page {
            font-family: Arial, Helvetica, sans-serif;
            color: #1f2937;
            line-height: 1.5;
            max-width: 1100px;
            margin: 0 auto;
            padding: 24px;
            background: #ffffff;
        }

        .wasbo-virtual-learning-page * {
            box-sizing: border-box;
        }

        .vl-hero {
            background: linear-gradient(135deg, #012b6f, #001845);
            color: #ffffff;
            border-radius: 22px;
            padding: 34px;
            margin-bottom: 24px;
            position: relative;
            overflow: hidden;
        }

        .vl-hero:after {
            content: "";
            position: absolute;
            right: -60px;
            top: -60px;
            width: 220px;
            height: 220px;
            border-radius: 50%;
            background: rgba(126, 217, 87, .22);
        }

        .vl-eyebrow {
            display: inline-block;
            background: rgba(126, 217, 87, .18);
            border: 1px solid rgba(126, 217, 87, .55);
            padding: 6px 12px;
            border-radius: 999px;
            font-weight: 700;
            font-size: 13px;
            margin-bottom: 12px;
        }

        .vl-hero h1 {
            margin: 0 0 10px;
            font-size: clamp(30px, 5vw, 48px);
            line-height: 1.05;
            position: relative;
            z-index: 2;
        }

        .vl-hero p {
            margin: 0;
            max-width: 760px;
            font-size: 18px;
            position: relative;
            z-index: 2;
        }

        .vl-note {
            background: #ecfdf5;
            border: 1px solid #bbf7d0;
            border-left: 8px solid #7ed957;
            border-radius: 16px;
            padding: 18px;
            margin: 22px 0;
        }

        .vl-filter-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 18px 0 24px;
        }

        .vl-pill {
            display: inline-block;
            border-radius: 999px;
            padding: 8px 12px;
            font-size: 14px;
            font-weight: bold;
            background: #f8f9fa;
            border: 1px solid #e5e7eb;
            color: #012b6f;
        }

        .vl-section-title {
            color: #012b6f;
            font-size: 28px;
            margin: 32px 0 14px;
        }

        .vl-session-list {
            display: grid;
            gap: 14px;
        }

        .vl-session {
            border: 1px solid #d9e2ec;
            border-radius: 14px;
            background: #fafafa;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(1, 43, 111, .05);
        }

        .vl-session-list .vl-session:nth-child(odd) {
            background: #f8fbff;
        }

        .vl-session-list .vl-session:nth-child(even) {
            background: #ffffff;
        }


        .vl-session summary {
            list-style: none;
            cursor: pointer;
            padding: 18px;
            display: grid;
            grid-template-columns: 150px 1fr;
            gap: 16px;
            align-items: start;
        }

        .vl-session summary:hover {
            background: rgba(1, 43, 111, .03);
        }

        .vl-session summary::-webkit-details-marker {
            display: none;
        }

        .vl-summary-info {
            display: block;
        }


        .vl-date {
            display: inline-block;
            background: #ffd230;
            color: #000000;
            font-weight: bold;
            font-size: 15px;
            padding: 7px 10px;
            border-radius: 999px;
            text-align: center;
        }

        .vl-title {
            display: block;
            font-size: 19px;
            font-weight: bold;
            color: #012b6f;
            line-height: 1.3;
            margin-bottom: 5px;
        }

        .vl-meta {
            display: block;
            font-size: 14px;
            color: #000000;
            margin-bottom: 5px;
        }

        .vl-category {
            display: inline-block;
            margin-top: 5px;
            font-size: 13px;
            font-weight: bold;
            color: #012b6f;
            background: #e8f7ff;
            border-radius: 999px;
            padding: 5px 9px;
        }

        .vl-toggle {
            display: block;
            margin-top: 8px;
            color: #00b050;
            font-size: 14px;
            font-weight: bold;
        }

        .vl-body {
            padding: 0 18px 18px 184px;
            color: #000000;
            font-size: 15px;
        }

        .vl-price {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            padding: 12px;
            margin: 0 0 14px;
            font-weight: bold;
            color: #012b6f;
        }

        .vl-button {
            display: inline-block;
            margin-top: 12px;
            background: #012b6f;
            color: #ffffff !important;
            text-decoration: none;
            font-weight: bold;
            padding: 11px 18px;
            border-radius: 999px;
        }

        .vl-button:hover {
            background: #7ed957;
            color: #000000 !important;
        }

        @media (max-width: 700px) {
            .wasbo-virtual-learning-page {
                padding: 16px;
            }

            .wasbo-virtual-learning-page * {
            box-sizing: border-box;
        }

        .vl-hero {
                padding: 24px;
            }

            .vl-session summary {
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .vl-date {
                text-align: left;
                width: fit-content;
            }

            .vl-body {
                padding: 0 18px 18px;
            }
        }
    </style>
<div class="vl-hero">
<span class="vl-eyebrow">2026-27 Virtual Learning</span>
<h1>Explore WASBO’s Live Virtual Learning Sessions</h1>
<p>Browse upcoming virtual learning opportunities, expand each session to view details and continue to registration through the LMS.</p>
</div>
<div class="vl-note">
<strong><a href="https://www.wasbo.org/link.asp?ymlink=648259177" target="_blank">Individual+ members receive access to these sessions at no additional cost.</a></strong> Standard Individual members and non-members may register a la carte for
        eligible sessions.
    </div>
<div class="vl-filter-row">
<span class="vl-pill">🤖 AI Efficiency</span>
<span class="vl-pill">🌱 Professional Growth &amp; Wellness</span>
<span class="vl-pill">🧠 Core Learning &amp; Hot Topics</span>
<span class="vl-pill">📣 Agency &amp; Regulatory Updates</span>
</div>
<h2 class="vl-section-title">2026-27 Session Offerings</h2>
<div class="vl-session-list">
<details class="vl-session"><summary><span class="vl-date">July 22, 2026</span><span class="vl-summary-info"><span class="vl-title">Year-End Readiness Panel</span><span class="vl-meta">9:00 – 10:00 AM</span><span class="vl-category">🧠 Core Learning &amp; Hot Topics</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $45 | Non-Member: $75</div>
<p>Get ready to close out the fiscal year with confidence! Join this engaging panel discussion featuring experienced professionals from school districts, the State Auditor’s Office (SAO), and the Office of Superintendent of Public Instruction
                    (OSPI).</p>
<p>Panelists will share practical tips, common pitfalls to avoid, and proven strategies to help you navigate year-end processes smoothly. Whether you're looking to strengthen your internal controls, prepare for audits, or ensure accurate
                    reporting, this session will provide real-world insights you can immediately apply in your district.</p>
<p>Bring your questions and take advantage of this opportunity to learn directly from experts who have been through it all!</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260066" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">August 12, 2026</span><span class="vl-summary-info"><span class="vl-title">F-197 Reconciliation Made Manageable</span><span class="vl-meta">10:00 – 11:00 AM</span><span class="vl-category">🧠 Core Learning &amp; Hot Topics</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $45 | Non-Member: $75</div>
<p>Reconciling your F-197 doesn't have to be a once-a-year scramble. Join this practical session to learn how one district transformed its reconciliation process from an annual audit exercise into a manageable monthly routine.</p>
<p>The presenter will walk through a step-by-step approach to reconciling the F-197, share lessons learned while building and refining the process, and discuss strategies for identifying and resolving discrepancies before year-end. You'll
                    also see examples of documentation and tools that can help make the process more efficient and sustainable.</p>
<p>Whether you're new to F-197 reconciliation or looking for ways to streamline your current practices, you'll leave with actionable ideas to improve accuracy, reduce stress, and gain confidence in your financial reporting throughout the
                    year.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260073" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">September 16, 2026</span><span class="vl-summary-info"><span class="vl-title">Start Here: Using AI to Save Time</span><span class="vl-meta">9:00 – 10:30 AM</span><span class="vl-category">🤖 AI Efficiency</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>Curious about AI but not sure where to start? This beginner-friendly session is designed specifically for busy school business professionals looking to save time, reduce stress, and work more efficiently.</p>
<p>You’ll learn practical ways to use AI for everyday tasks like drafting emails, summarizing information, brainstorming ideas, organizing thoughts, and finding answers faster. We’ll also cover simple prompting techniques, privacy considerations,
                    and real examples you can immediately apply in your role.</p>
<p>Whether you’re completely new to AI or just starting to explore its possibilities, this session will help you build confidence and walk away with tools that can save you time right away.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260080" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">September 30, 2026</span><span class="vl-summary-info"><span class="vl-title">Managing Overwhelm &amp; Competing Priorities</span><span class="vl-meta">11:00 AM – 12:00 PM</span><span class="vl-category">🌱 Professional Growth &amp; Wellness</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $45 | Non-Member: $75</div>
<p>School business offices are busier than ever — and balancing constant demands can feel overwhelming. This practical and encouraging session will explore strategies for managing competing priorities, reducing stress, and staying focused
                    during high-pressure times.</p>
<p>Participants will discuss real-world challenges, learn techniques for setting boundaries and prioritizing effectively, and walk away with actionable ideas to create more balance and sustainability in their workday.</p>
<p>Whether you’re feeling stretched thin or simply looking for new ways to stay grounded, this session will provide tools and perspective to help you move forward with confidence.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260087" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">October 8, 2026</span><span class="vl-summary-info"><span class="vl-title">Safety Net Made Simple</span><span class="vl-meta">9:00 – 10:30 AM</span><span class="vl-category">🧠 Core Learning &amp; Hot Topics</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>Gain a clearer understanding of Washington's Safety Net program and how it supports districts serving students with high-cost special education needs.</p>
<p>Presenters will share key requirements, application tips, common pitfalls and best practices that can help districts maximize reimbursement opportunities and strengthen collaboration between business and special education departments.</p>
<p>Whether you are new to Safety Net or looking to refine your process, this session will help make the work feel more manageable and approachable.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260192" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">October 28, 2026</span><span class="vl-summary-info"><span class="vl-title">S-275 Scenario Panel</span><span class="vl-meta">1:00 – 2:30 PM</span><span class="vl-category">🧠 Core Learning &amp; Hot Topics</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>The S-275 can be one of the most challenging reports districts complete each year — especially when unique staffing situations arise. Join this interactive panel discussion featuring experienced school finance and HR professionals as they
                    walk through real-world S-275 scenarios and answer participant questions.</p>
<p>Topics may include coding challenges, staff assignments, unusual situations, common errors, and areas that frequently create confusion during reporting season. Panelists will share practical guidance, lessons learned, and tips to help
                    you feel more confident in your reporting decisions.</p>
<p>Bring your questions and take advantage of this opportunity to learn from professionals who work through these scenarios every year.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260094" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">October 29, 2026</span><span class="vl-summary-info"><span class="vl-title">Professional Ethics &amp; Regulations in Washington State – 2026</span><span class="vl-meta">8:00 AM – 12:00 PM</span><span class="vl-category">🧠 Core Learning &amp; Hot Topics</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $180 | Non-Member: $300</div>
<p>Ethics plays a critical role in school business operations and decision-making. This interactive workshop will provide a practical overview of ethical responsibilities, professional standards, and common situations faced by school business
                    professionals.</p>
<p>Participants will explore topics including ethics rules and regulations, conflicts of interest, accountability, professional conduct, and real-world scenarios that impact daily work in school districts. The session will also discuss how
                    ethical decision-making supports trust, transparency, and strong organizational culture.</p>
<p>Whether you are new to school business or a seasoned professional, this workshop will offer valuable insights and practical takeaways you can apply immediately in your role.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260101" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">November 4, 2026</span><span class="vl-summary-info"><span class="vl-title">2026–27 Grants Updates</span><span class="vl-meta">1:00 – 2:30 PM</span><span class="vl-category">🧠 Core Learning &amp; Hot Topics</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>Stay informed and prepared for the latest grant-related updates impacting Washington school districts. This session will provide an overview of key changes, important reminders, compliance considerations, and current guidance for the 2026–27
                    school year.</p>
<p>Presenters will discuss common grant management challenges, documentation expectations, reporting considerations, and updates districts should be monitoring throughout the year. Participants will also have the opportunity to ask questions
                    and hear practical insights from professionals working directly in this area.</p>
<p>Whether you manage grants daily or support grant-related processes, this session will help you stay current and confident.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260108" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">November 5, 2026</span><span class="vl-summary-info"><span class="vl-title">Write in Minutes, Not Hours: Turn Ideas into Polished Documents</span><span class="vl-meta">9:00 – 10:30 AM</span><span class="vl-category">🤖 AI Efficiency</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>Tired of staring at a blank page? Learn how AI can help you create polished, professional documents in a fraction of the time.</p>
<p>In this hands-on session, participants will explore how AI can assist with drafting procedures, job descriptions, presentations, summaries, emails, communications, meeting notes, and more. We’ll also discuss how to refine tone, improve
                    clarity, and turn rough ideas into finished products quickly and efficiently.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260115" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">November 18, 2026</span><span class="vl-summary-info"><span class="vl-title">Leading From Any Seat: Influence Without Authority</span><span class="vl-meta">1:00 – 2:00 PM</span><span class="vl-category">🌱 Professional Growth &amp; Wellness</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $45 | Non-Member: $75</div>
<p>Leadership isn’t limited to titles. School business professionals influence teams, decisions, and organizational culture every day — regardless of position.</p>
<p>This session will explore how to build trust, strengthen relationships, communicate effectively, and lead with confidence even when you aren’t the final decision-maker. Participants will discuss practical strategies for navigating challenges,
                    collaborating across departments, and increasing their impact within their district.</p>
<p>Whether you supervise staff or simply want to strengthen your professional influence, this session will provide practical tools you can use immediately.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260122" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">January 7, 2027</span><span class="vl-summary-info"><span class="vl-title">Get Organized Faster: AI for Tasks, Data &amp; Daily Efficiency</span><span class="vl-meta">11:00 AM – 12:30 PM</span><span class="vl-category">🤖 AI Efficiency</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>Feeling buried in tasks, spreadsheets, notes, and to-do lists? Discover how AI can help you stay organized, simplify workflows, and improve daily efficiency.</p>
<p>This session will focus on practical ways to use AI for organizing information, managing tasks, summarizing data, creating checklists, streamlining recurring work, and reducing administrative overload. Participants will see real examples
                    tailored to school business office responsibilities and walk away with ideas they can implement right away.</p>
<p>If you’re looking for ways to save time and feel more in control of your workload, this session is for you.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260129" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">January 26, 2027</span><span class="vl-summary-info"><span class="vl-title">Confident Decision-Making in High-Stakes Moments</span><span class="vl-meta">11:30 AM – 12:30 PM</span><span class="vl-category">🌱 Professional Growth &amp; Wellness</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $45 | Non-Member: $75</div>
<p>School business professionals are often required to make important decisions under pressure. This session will explore strategies for making thoughtful, confident decisions during high-stakes situations while balancing risk, relationships,
                    timelines, and competing priorities.</p>
<p>Participants will discuss practical approaches to problem-solving, communication, and navigating uncertainty, along with ways to build confidence and trust in their decision-making process.</p>
<p>Through real-world examples and discussion, attendees will gain tools to approach difficult situations with greater clarity and confidence.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260136" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">February 2, 2027</span><span class="vl-summary-info"><span class="vl-title">What to Watch for This Budget Season</span><span class="vl-meta">11:00 AM – 12:00 PM</span><span class="vl-category">🧠 Core Learning &amp; Hot Topics</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $45 | Non-Member: $75</div>
<p>Budget season can bring uncertainty, changing assumptions, and difficult decisions. This timely session will highlight key issues school districts should be monitoring as they prepare for the upcoming budget cycle.</p>
<p>Topics may include enrollment trends, staffing considerations, legislative impacts, financial forecasting, expenditure pressures, and other emerging issues affecting district budgets. Participants will also hear practical insights and
                    strategies to help navigate conversations and planning processes within their districts.</p>
<p>Stay informed, ask questions, and walk away better prepared for the budget work ahead.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260143" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">February 4, 2027</span><span class="vl-summary-info"><span class="vl-title">From Information Overload to Clear Reports</span><span class="vl-meta">10:00 – 11:30 AM</span><span class="vl-category">🤖 AI Efficiency</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>Too much information and not enough time to organize it? Learn how AI can help transform complex information into clear, concise, and professional reports.</p>
<p>This session will demonstrate practical ways to use AI for summarizing information, identifying key points, organizing content, creating executive summaries, and improving communication with leadership teams and school boards. Participants
                    will also explore strategies for maintaining accuracy, clarity, and context when using AI tools.</p>
<p>Perfect for anyone who spends time preparing reports, presentations, or communications and wants to work smarter — not harder.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260150" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">February 23, 2027</span><span class="vl-summary-info"><span class="vl-title">Navigating Difficult Conversations with Confidence</span><span class="vl-meta">10:00 – 11:00 AM</span><span class="vl-category">🌱 Professional Growth &amp; Wellness</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $45 | Non-Member: $75</div>
<p>Difficult conversations are a normal part of professional life — but they don’t have to feel impossible. This session will provide practical strategies for approaching challenging discussions with greater confidence, professionalism, and
                    clarity.</p>
<p>Participants will explore communication techniques, conflict response strategies, emotional awareness, and ways to maintain productive relationships even during stressful situations. Real-world examples and discussion will help attendees
                    prepare for conversations involving staff, leadership, colleagues, and community members.</p>
<p>Walk away with tools to handle difficult conversations more effectively and with less stress.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260157" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">March 4, 2027</span><span class="vl-summary-info"><span class="vl-title">Make Finance Easier: AI for Budgeting &amp; Communication</span><span class="vl-meta">9:00 – 10:30 AM</span><span class="vl-category">🤖 AI Efficiency</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>Financial information can be complex — but communicating it clearly doesn’t have to be. This session will explore how AI can help school business professionals simplify budgeting tasks, organize financial information, and improve communication
                    with stakeholders.</p>
<p>Participants will learn practical ways to use AI for budget summaries, forecasting support, board communication, presentation development, financial explanations, and organizing complex data into more understandable formats.</p>
<p>Whether you’re building reports, preparing presentations, or answering financial questions, this session will provide tools to help save time and improve clarity.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260164" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">March 16, 2027</span><span class="vl-summary-info"><span class="vl-title">Future-Proofing Your Role: Growth, Capacity &amp; What’s Next</span><span class="vl-meta">9:00 – 10:00 AM</span><span class="vl-category">🌱 Professional Growth &amp; Wellness</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $45 | Non-Member: $75</div>
<p>The role of school business professionals continues to evolve — and adapting to change is more important than ever. This session will focus on building professional capacity, navigating change, and preparing for future challenges and opportunities
                    in school business.</p>
<p>Participants will reflect on growth, resilience, workload management, professional development, and ways to continue building confidence and effectiveness in their role. Discussion will also explore how to stay adaptable in a rapidly changing
                    environment while avoiding burnout.</p>
<p>This session is designed to leave participants feeling encouraged, empowered, and prepared for what’s ahead.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260171" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">April 6, 2027</span><span class="vl-summary-info"><span class="vl-title">Streamlining Your Business Office with AI: Tools, Workflows &amp; Real Savings (Part 1)</span><span class="vl-meta">12:00 – 1:30 PM</span><span class="vl-category">🤖 AI Efficiency</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>AI tools are rapidly changing the way business offices operate — and there are practical opportunities to save time right now. In Part 1 of this two-part series, participants will explore AI tools and workflows that can improve efficiency,
                    reduce repetitive work, and simplify everyday processes.</p>
<p>Topics may include task automation, communication support, document creation, workflow organization, meeting summaries, and practical examples specific to school business operations. The session will focus on realistic, approachable ways
                    to begin integrating AI into daily work.</p>
<p>Participants will leave with practical ideas and strategies they can immediately start using in their district.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260178" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">June 10, 2027</span><span class="vl-summary-info"><span class="vl-title">Streamlining Your Business Office with AI: From Ideas to Implementation (Part 2)</span><span class="vl-meta">10:00 – 11:30 AM</span><span class="vl-category">🤖 AI Efficiency</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Member+: Free | Member: $67.50 | Non-Member: $112.50</div>
<p>Take the next step in bringing AI into your business office operations. In Part 2 of this series, participants will build on foundational concepts and focus on implementation strategies, workflow integration, and long-term efficiency gains.</p>
<p>This session will explore how districts are beginning to incorporate AI into daily operations, lessons learned from early adoption, and ways to create sustainable, practical workflows that support staff and save time. Participants will
                    also discuss challenges, considerations, and opportunities for future growth.</p>
<p>Whether you attended Part 1 or are joining for the first time, this session will provide valuable ideas and actionable takeaways to help modernize and streamline your work.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260185" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
<details class="vl-session"><summary><span class="vl-date">Summer 2026</span><span class="vl-summary-info"><span class="vl-title">K-12 Transportation Update: Navigating Recent Legislative Changes</span><span class="vl-meta">Time TBD</span><span class="vl-category">📣 Agency &amp; Regulatory Updates</span><span class="vl-toggle">View session details &gt;&gt;</span></span></summary>

<div class="vl-body">
<div class="vl-price">Pricing/details coming soon.</div>
<p>Additional details will be shared as the session date, time and description are confirmed.</p>
<a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648260206" target="_blank">VIEW/REGISTER ON 7/1</a>
</div>
</details>
</div>
</section>]]></description>
<pubDate>Wed, 22 Jul 2026 05:00:00 GMT</pubDate>
</item>
<item>
<title>Apportionment Badge Series</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=1808244</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=1808244</guid>
<description><![CDATA[<!-- WASBO Registration Layout: Apportionment Badges -->
<div class="container" style="font-family: Arial; color:#000;">

    <div class="row">

        <!-- LEFT COLUMN – MAIN CONTENT -->
        <div class="col-md-8 col-sm-12">

            <!-- Title -->
            <h2 style="color:#002e72; font-weight:700; margin-top:20px;">
                Apportionment Badges
            </h2>

            <!-- Quick Facts Block -->
            <div style="background:#f4f4f4; padding:15px 20px; border-left:6px solid #25632d; margin-bottom:20px; border-radius:6px;">
                <p style="margin:0; font-size:16px;"><strong>Format:</strong> On-Demand (Self-Paced)</p>
                <p style="margin:0; font-size:16px;"><strong>Topics Available:</strong>&nbsp;(8) badge topics</p>
                <p style="margin:0; font-size:16px;"><strong>Access Period:</strong> 30-day subscription (per badge), access countdown does not begin until a badge is launched.</p>
                <p style="margin:0; font-size:16px;"><strong>Cost:</strong> $30 Members / $40 Non-Members per badge</p>
            </div>

            <!-- Overview -->
            <p style="font-size:16px; line-height:1.6;">
                <strong><span style="font-size: 20px; color: #002060;">Expand your knowledge and build confidence in apportionment reporting.</span></strong><br /><br /> WASBO’s Apportionment Badge Series was developed by <strong>Janette Jeffris, Director of Fiscal Services (Walla Walla Public Schools)</strong>&nbsp;and
                is designed to guide both experienced and newer learners through the process of apportionment reporting.
                <br /><br /> These self-paced micro-courses were created to supplement and strengthen the resources districts already use, with practical guidance and tips to support apportionment reporting and related processes throughout the year.
            </p>

            <!-- Recommended Order -->
            <div style="background:#fff7f7; padding:15px 20px; border-left:6px solid #d9534f; margin:20px 0; border-radius:6px;">
                <p style="margin:0; font-size:16px;">
                    <strong style="color:#c9302c;">WASBO highly recommends taking each badge in the order presented.</strong> The content in each course builds on material discussed in prior badges.
                </p>
            </div>

            <!-- CTA Button -->
            <p style="margin-top:25px;">
                <a class="agendaButton formbutton" href="https://www.wasbo.org/link.asp?ymlink=648254333" target="_blank" style="color:#FFFFFF; background-color:#7ed957; padding:12px 18px; border-radius:6px; text-decoration:none; font-weight:bold; display:inline-block;">
                    ACCESS APPORTIONMENT BADGES
                </a>
            </p>

            <!-- Helpful For -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Helpful For</span></span>
            </h3>
            <ul>
                <li>School business professionals responsible for apportionment reporting</li>
                <li>District staff looking to better understand report flow and calculations</li>
                <li>Newer learners seeking a structured introduction to apportionment</li>
                <li>Experienced staff wanting a refresher or deeper understanding of specific reporting areas</li>
            </ul>

            <!-- Badge Topics -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Apportionment Badge Topics</span></span>
            </h3>

            <div class="row" style="margin-left:25px; margin-right:0;">

                <div class="col-sm-6" style="padding-right:15px;">
                    <ul>
                        <li>Badge #1 – Apportionment Basic Intro &amp; Follow the Data</li>
                        <li>Badge #2 – State Programs - Calculations - Report 1191SN</li>
                        <li>Badge #3 – CTE &amp; Skills Center Reports</li>
                        <li>Badge #4 – Basic Ed Reports</li>
                        <li>Badge #5 – Special Education Reports</li>
                        <li>Badge #6 – Apportionment Summaries</li>
                        <li>Badge #7 – Updates and Corrections - Adjustments, Changes in January</li>
                        <li>Badge #8 (BONUS) – Small and Remote Necessary Schools</li>
                    </ul>
                </div>

                <div class="col-sm-6" style="padding-right:15px;">

                </div>

            </div>

            <!-- Fees & Access -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Fees &amp; Access</span></span>
            </h3>
            <ul>
                <li>WASBO Members: $30 per badge</li>
                <li>Non-Members: $40 per badge</li>
                <li>Each badge is accessed as a 30-day subscription</li>
                <li>The subscription countdown does not begin until a badge is launched</li>
            </ul>

            <p style="font-size: 16px; line-height: 1.6;">
                <em>Not a member?</em>
                <a href="https://www.wasbo.org/page/A4" target="_blank">Click here</a> to view information on membership benefits, rates or join today.
            </p>
            <p style="font-size: 16px; line-height: 1.6;">
                <em>Fee concerns?</em> Scholarships are available for eligible WASBO members,
                <a href="https://www.wasbo.org/page/26" target="_blank">click here</a> to learn more.
            </p>



            <!-- Professional Certification -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Professional Certification</span></span>
            </h3>
            <p style="font-size: 16px; line-height: 1.6;">
                Please note the badges in this series are <em>not</em> applicable to a WASBO certification program at this time.
            </p>
            <p style="font-size: 16px; line-height: 1.6;">
                These trainings were created specifically to support district understanding and practice in apportionment reporting, and each badge offers valuable guidance you can apply throughout the year.
            </p>

        </div>
        <!-- END LEFT COLUMN -->


        <!-- RIGHT COLUMN – FLYER CARD -->
        <div class="col-md-4 col-sm-12" style="margin-top:70px;">

            <div style="background:#ffffff; border:1px solid #dcdcdc; border-radius:8px; padding:15px; box-shadow:0 2px 4px rgba(0,0,0,0.1);">

                <h3 style="margin-top:0; color:#002e72; font-size:18px;">
                    View/Share the Flyer
                </h3>

                <!-- Flyer Image -->
                <a href="https://www.wasbo.org/resource/resmgr/flyers/Apportionment_Badge_Series.pdf" target="_blank">
                    <img src="https://www.wasbo.org/resource/resmgr/flyers/Apportionment_Badge_Series.png" alt="Apportionment Badges Flyer" style="width:100%; border-radius:6px; margin-bottom:15px;" />
                </a>

                <!-- Button -->
                <a href="https://www.wasbo.org/link.asp?ymlink=648254333" target="_blank" style="display:block; text-align:center; background:#7ed957; color:#fff; padding:10px 15px; border-radius:6px; font-weight:bold; text-decoration:none;">
                    Access Apportionment Badges
                </a>

            </div>

        </div>
        <!-- END RIGHT COLUMN -->

    </div>
    <!-- END ROW -->

</div>]]></description>
<pubDate>Thu, 30 Jun 2050 04:00:00 GMT</pubDate>
</item>
<item>
<title>Human Resources (HR) Badge Series</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=1895066</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=1895066</guid>
<description><![CDATA[<!-- WASBO Registration Layout: HR Badges -->
<div class="container" style="font-family: Arial; color:#000;">

    <div class="row">

        <!-- LEFT COLUMN -->
        <div class="col-md-8 col-sm-12">

            <!-- Title -->
            <h2 style="color:#002e72; font-weight:700; margin-top:20px;">
                Human Resources (HR) Badges
            </h2>

            <!-- Quick Facts -->
            <div style="background:#f4f4f4; padding:15px 20px; border-left:6px solid #25632d; margin-bottom:20px; border-radius:6px;">
                <p style="margin:0; font-size:16px;"><strong>Format:</strong> On-Demand (Self-Paced)</p>
                <p style="margin:0; font-size:16px;"><strong>Topics Available:</strong>&nbsp;(15) HR badge topics</p>
                <p style="margin:0; font-size:16px;"><strong>Access Period:</strong> 30-day subscription per badge, countdown does not begin until a badge is launched.</p>
                <p style="margin:0; font-size:16px;"><strong>Cost:</strong> $30 Members / $40 Non-Members per badge</p>
            </div>

            <!-- Overview -->
            <p style="font-size:16px; line-height:1.6;">
                <strong><span style="font-size: 20px; color: #002060;">Strengthen your HR expertise with practical, real-world guidance!</span></strong><br /><br /> WASBO’s HR Badge Series includes 15 self-paced, on-demand courses designed to guide both
                new and experienced professionals through essential human resources topics. Developed in partnership with <a href="https://www.stevensclaypd.org/" target="_blank"><strong>Stevens Clay PS</strong></a>, these micro-courses provide practical,
                real-world guidance to support your day-to-day HR responsibilities.&nbsp;These badges may be taken in any order based on your role, experience level or immediate needs.</p>


            <!-- CTA -->
            <p style="margin-top:25px;">
                <a href="https://www.wasbo.org/link.asp?ymlink=648219277" target="_blank" style="color:#FFFFFF; background-color:#7ed957; padding:12px 18px; border-radius:6px; text-decoration:none; font-weight:bold;">
                    ACCESS HR BADGES</a></p>
            <h3 style="margin-top: 30px; color: #25632d; font-family: Arial;"><span style="font-size: 18px;"><span style="color: #0070c0;">HR Badge Topics </span></span>
            </h3>
            <ul>
                <li>Badge #1 – Bargaining Basics</li>
                <li>Badge #2 – Bargaining Communication</li>
                <li>Badge #3 – Collective Bargaining Agreements</li>
                <li>Badge #4 – Employee Classification &amp; Contracts</li>
                <li>Badge #5 – Exempt vs. Nonexempt</li>
                <li>Badge #6 – Hiring Process</li>
                <li>Badge #7 – Compensation</li>
                <li>Badge #8 – FMLA</li>
                <li>Badge #9 – PFMLA</li>
                <li>Badge #10 – Other Leaves</li>
                <li>Badge #11 – Employee Evaluations</li>
                <li>Badge #12 – Investigations Foundations</li>
                <li>Badge #13 – Investigations &amp; Discipline</li>
                <li>Badge #14 – Advanced Investigations</li>
                <li>Badge #15 – Public Records Act</li>
            </ul>
            <h3 style="color: #25632d; margin-top: 30px;"><span style="font-size: 18px;"><span style="color: #0070c0;">Certification Requirements</span></span>
            </h3>

            <ul>
                <li>Complete all 15 HR badges</li>
                <li>Be employed in a school district, ESD, or related agency</li>
                <li>Maintain WASBO membership in good standing</li>
                <li>Submit certification application</li>
                <li>Receive approval from the Certification Governance Board</li>
            </ul>

            <p>
                Learn more on the <a href="https://www.wasbo.org/page/35">Certification Page</a>.
            </p>

            <!-- Fees -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Fees &amp; Access</span></span>
            </h3>

            <ul>
                <li>WASBO Members: $30 per badge</li>
                <li>Non-Members: $40 per badge</li>
                <li>Each badge is accessed as a 30-day subscription</li>
                <li>The countdown does not begin until launched</li>
            </ul>

            <p>
                <em>Not a member?</em>
                <a href="https://www.wasbo.org/page/A4">Click here</a> to learn more.
            </p>

            <p>
                <em>Fee concerns?</em>
                <a href="https://www.wasbo.org/page/26">Scholarships available</a>.
            </p>

        </div>
        <p>


            <!-- RIGHT COLUMN -->
        </p>
        <div class="col-md-4 col-sm-12" style="margin-top:70px;">
            <p>

                <!-- THANK YOU CARD -->
            </p>
            <div style="background:#f9f9f9; border-left:6px solid #002e72; padding:15px; border-radius:8px; margin-bottom:20px;">

                <h3 style="margin-top:0; color:#002e72;"><span style="font-size: 20px;">Thank You, Stevens Clay!</span></h3>

                <a href="https://www.wasbo.org/link.asp?ymlink=648217667" target="_blank">
                    <img alt="" src="https://www.wasbo.org/resource/resmgr/sponsors/24-25/Stevens_Clay_Transparent.png" style="max-width:100%; margin-bottom:10px;" />
                </a>

                <p style="font-size:14px; line-height:1.6;">
                    <strong>Stevens Clay</strong> has been serving school districts for over 40 years, providing legal expertise, training, and support tailored to K–12 education.
                </p>

                <p style="font-size:14px;">
                    Contact <strong>Kim Holland</strong> at <strong>(509) 475-7770</strong> for more information.
                </p>

            </div>

            <!-- FLYER CARD -->
            <div style="background:#ffffff; border:1px solid #dcdcdc; border-radius:8px; padding:15px; box-shadow:0 2px 4px rgba(0,0,0,0.1);">

                <h3 style="margin-top:0; color:#002e72;"><span style="font-size: 20px;">View/Share the Flyer</span></h3>

                <a href="https://cdn.ymaws.com/www.wasbo.org/resource/resmgr/flyers/hr_badge_series.pdf" target="_blank">
                    <img alt="" src="https://www.wasbo.org/resource/resmgr/flyers/HR_Badge_Series.png" style="width:100%; border-radius:6px; margin-bottom:15px;" />
                </a>

                <a href="https://www.wasbo.org/link.asp?ymlink=648219277" target="_blank" style="display:block; text-align:center; background:#7ED957; color:#fff; padding:10px; border-radius:6px; text-decoration:none;">
                    ACCESS HR BADGES
                </a>

            </div>

        </div>

    </div>

</div>]]></description>
<pubDate>Thu, 30 Jun 2050 04:00:00 GMT</pubDate>
</item>
<item>
<title>ASB Badge Program</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=1713143</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=1713143</guid>
<description><![CDATA[<!-- WASBO Registration Layout: ASB Badges -->
<div class="container" style="font-family: Arial; color:#000;">

    <div class="row">

        <!-- LEFT COLUMN – MAIN CONTENT -->
        <div class="col-md-8 col-sm-12">

            <!-- Title -->
            <h2 style="color:#002e72; font-weight:700; margin-top:20px;">
                Associated Student Body (ASB) Badges
            </h2>

            <!-- Quick Facts Block -->
            <div style="background:#f4f4f4; padding:15px 20px; border-left:6px solid #25632d; margin-bottom:20px; border-radius:6px;">
                <p style="margin:0; font-size:16px;"><strong>Format:</strong> On-Demand (Self-Paced)</p>
                <p style="margin:0; font-size:16px;"><strong>Topics Available:</strong>&nbsp;(12) ASB Badge Topics</p>
                <p style="margin:0; font-size:16px;"><strong>Access Period:</strong> 30-day subscription (per badge), access period does not begin until a badge is launched</p>
                <p style="margin:0; font-size:16px;"><strong>Cost:</strong> $30 Members / $40 Non-Members per badge</p>
            </div>

            <!-- Overview -->
            <p style="font-size:16px; line-height:1.6;">
                <strong><span style="font-size: 20px; color: #002060;">Build confidence in key ASB topics at your own pace!</span></strong><br /><br /> WASBO’s Associated Student Body (ASB) Badge Program includes twelve self-paced, on-demand learning
                topics ranging from budgeting and cash handling to fundraising and student stores. These badges are designed to support practical learning you can access when it works best for you.</p>
            <p style="font-size:16px; line-height:1.6;"><br /><a class="agendaButton formbutton" href="https://www.wasbo.org/link.asp?ymlink=648254312" target="_blank" style="padding: 12px 18px; border-radius: 6px; font-weight: bold; transition-property: all; font-family: Arial; text-decoration-line: none;">ACCESS ASB BADGES</a><br />
            </p>
            <h3 style="margin-top: 30px; color: #25632d; font-family: Arial;"><span style="font-size: 18px;"><span style="color: #0070c0;"><em>Access Badges to...</em></span></span>
            </h3>

            <ul><li>Supplement existing K-12 job training</li><li>Refresh current skillsets and processes</li><li>Build toward requirements for a <a href="https://www.wasbo.org/page/35" target="_blank">Certified School Business Specialist (CSBS) – ASB</a> designation</li></ul>
            
            

            <!-- Helpful For -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;"><em>Ideal Training for...</em></span></span>
            </h3>
            <ul><li>ASB Bookkeepers and Secretaries</li><li>ASB Advisors and Activity Leaders</li><li>Coaches and Principals/Administrators</li><li>District Office staff with ASB oversight responsibilities</li><li>Anyone looking to strengthen ASB compliance knowledge</li></ul>
            
            
            
            

            <!-- Badge Topics -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;"><em>ASB Badge Topics</em></span></span>
            </h3>

            <div class="row" style="margin-right: 0px;">

                <div class="col-sm-6" style="padding-right:15px;">
                    <ul><li>Badge #1 – ASB Resources</li><li>Badge #2 – Ethics</li><li>Badge #3 – Budgeting</li><li>Badge #4 – Cash Handling &amp; Internal Controls</li><li>Badge #5 – Purchasing &amp; Contracts</li><li>Badge #6 – Fundraising</li><li>Badge #7 – Risk Management</li><li>Badge #8 – Parent Support Groups</li><li>Badge #9 – Donations &amp; Gifts</li><li>Badge #10 – Student Involvement</li><li>Badge #11 – Inventory</li><li>Badge #12 – Student Stores</li></ul>
                </div>

            </div>

            <!-- Fees -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;"><em>Fees &amp; Access</em></span></span>
            </h3>
            <ul><li>WASBO Members: $30 per badge</li><li>Non-Members: $40 per badge</li><li>Each badge is accessed as a 30-day subscription</li><li>The subscription countdown does not begin until a badge is launched</li></ul>
            
            
            

            <!-- Membership / Scholarship Notes -->
            <p style="font-size: 16px; line-height: 1.6;">
                <em>Not a member?</em>
                <a href="https://www.wasbo.org/page/A4" target="_blank">Click here</a> to view information on membership benefits, rates or join today.
            </p>

            <p style="font-size: 16px; line-height: 1.6;">
                <em>Fee concerns?</em> Scholarships are available for eligible WASBO members,
                <a href="https://www.wasbo.org/page/26" target="_blank">click here</a> to learn more.
            </p>

        </div>
        <!-- END LEFT COLUMN -->


        <!-- RIGHT COLUMN – FLYER CARD -->
        <div class="col-md-4 col-sm-12" style="margin-top:70px;">

            <div style="background:#ffffff; border:1px solid #dcdcdc; border-radius:8px; padding:15px; box-shadow:0 2px 4px rgba(0,0,0,0.1);">

                <h3 style="margin-top:0; color:#002e72; font-size:18px;">View/Share the Flyer
                </h3>

                <!-- Flyer Image -->
                <a href="https://www.wasbo.org/resource/resmgr/flyers/ASB_Badges_and_Trainings.pdf" target="_blank">
                    <img src="https://www.wasbo.org/resource/resmgr/flyers/WASBO_ASB_Trainings_2026.png" alt="ASB Badges Flyer" style="width:100%; border-radius:6px; margin-bottom:15px;" />
                </a>

                <!-- Button -->
                <a href="https://www.wasbo.org/link.asp?ymlink=648254312" target="_blank" style="display:block; text-align:center; background:#7ed957; color:#fff; padding:10px 15px; border-radius:6px; font-weight:bold; text-decoration:none;">
                    Access ASB Badges
                </a>

            </div>

        </div>
        <!-- END RIGHT COLUMN -->

    </div>
    <!-- END ROW -->

</div>]]></description>
<pubDate>Thu, 30 Jun 2050 04:00:00 GMT</pubDate>
</item>
<item>
<title>Payroll Badge Program</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=1713014</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=1713014</guid>
<description><![CDATA[<!-- WASBO Registration Layout: Payroll Badges -->
<div class="container" style="font-family: Arial; color:#000;">

    <div class="row">

        <!-- LEFT COLUMN -->
        <div class="col-md-8 col-sm-12">

            <!-- Title -->
            <h2 style="color:#002e72; font-weight:700; margin-top:20px;">
                Payroll Badges
            </h2>

            <!-- Quick Facts -->
            <div style="background:#f4f4f4; padding:15px 20px; border-left:6px solid #25632d; margin-bottom:20px; border-radius:6px;">
                <p style="margin:0; font-size:16px;"><strong>Format:</strong> On-Demand (Self-Paced)</p>
                <p style="margin:0; font-size:16px;"><strong>Levels Available:</strong> Payroll 110, 210, 310</p>
                <p style="margin:0; font-size:16px;"><strong>Access Period:</strong> 30-day subscription per badge, countdown does not begin until a badge is launched.</p>
                <p style="margin:0; font-size:16px;"><strong>Cost:</strong> $30 Members / $40 Non-Members per badge</p>
            </div>

            <!-- Overview -->
            <p style="font-size:16px; line-height:1.6;">
                <strong><span style="font-size: 20px; color: #002060;">Build your payroll knowledge from foundational to advanced topics!</span></strong><br /><br /> WASBO’s Payroll Badge Program includes on-demand, self-paced learning through <strong>Payroll 110</strong>,&nbsp;<strong>Payroll 210</strong>                and <strong>Payroll 310.</strong>&nbsp;</p>
            <ul>
            </ul>



            <!-- CTA BUTTONS -->
            <p style="margin-top:25px;">
                <a href="https://www.wasbo.org/link.asp?ymlink=648254347" target="_blank" style="background:#7ed957; color:#fff; padding:10px 14px; border-radius:6px; font-weight:bold; text-decoration:none; margin-right:8px;">
                    PAYROLL 110
                </a>

                <a href="https://www.wasbo.org/link.asp?ymlink=648254354" target="_blank" style="background:#012b6f; color:#fff; padding:10px 14px; border-radius:6px; font-weight:bold; text-decoration:none; margin-right:8px;">
                    PAYROLL 210
                </a>

                <a href="https://www.wasbo.org/link.asp?ymlink=648254361" target="_blank" style="background:#7ed957; color:#fff; padding:10px 14px; border-radius:6px; font-weight:bold; text-decoration:none;">
                    PAYROLL 310
                </a>
            </p>

            <!-- Certification -->
            <h3 style="margin-top: 30px; color: #25632d; font-family: Arial;"><span style="font-size: 18px;"><span style="color: #0070c0;">Access Badges to...</span></span>
            </h3>
            <ul>
                <li>Supplement existing K-12 job training</li>
                <li>Refresh and strengthen your payroll skillset</li>
                <li>Support requirements for the&nbsp;<a href="https://www.wasbo.org/page/35" target="_blank">Certified School Business Specialist (CSBS) – Payroll&nbsp;</a>designation</li>
            </ul>
            <h3 style="color: #25632d; margin-top: 30px;"><span style="font-size: 18px;"><span style="color: #0070c0;">Certification Path</span></span>
            </h3>

            <p style="font-size: 16px; line-height: 1.6;">
                After completing Payroll 110, 210 and 310 badges, you may be eligible to pursue your
                <strong>Certified School Business Specialist (CSBS) – Payroll</strong> designation.
            </p>

            <!-- Fees -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Fees &amp; Access</span></span>
            </h3>

            <ul>
                <li>WASBO Members: $30 per badge</li>
                <li>Non-Members: $40 per badge</li>
                <li>Each badge includes 30-day access (starts when launched)</li>
            </ul>

            <p>
                <em>Not a member?</em>
                <a href="https://www.wasbo.org/page/A4">Click here</a> to learn more.
            </p>

            <p>
                <em>Fee concerns?</em>
                <a href="https://www.wasbo.org/page/26">Scholarships available</a>.
            </p>

        </div>


        <!-- RIGHT COLUMN – SINGLE FLYER -->
        <div class="col-md-4 col-sm-12" style="margin-top:70px;">

            <div style="background:#ffffff; border:1px solid #dcdcdc; border-radius:8px; padding:15px; box-shadow:0 2px 4px rgba(0,0,0,0.1);">

                <h3 style="margin-top:0; color:#002e72;"><span style="font-size: 18px;">View/Share the Flyer</span>
                </h3>

                <!-- Flyer Image -->
                <a href="https://www.wasbo.org/resource/resmgr/flyers/Payroll_Badge_Series.pdf" target="_blank">
                    <img alt="" src="https://www.wasbo.org/resource/resmgr/flyers/Payroll_Badge_Series.png" style="width:100%; border-radius:6px; margin-bottom:15px;" />
                </a>

                <!-- Buttons -->
                <a href="https://www.wasbo.org/resource/resmgr/flyers/Payroll_Badge_Series.pdf" target="_blank" style="display:block; text-align:center; background:#7ed957; color:#fff; padding:10px; border-radius:6px; font-weight:bold; text-decoration:none; margin-bottom:10px;">
                    View/Enlarge Flyer (PDF)
                </a>


            </div>

        </div>

    </div>

</div>]]></description>
<pubDate>Thu, 30 Jun 2050 04:00:00 GMT</pubDate>
</item>
<item>
<title>Accounts Payable Badge Program</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=1713148</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=1713148</guid>
<description><![CDATA[<!-- WASBO Registration Layout: Accounts Payable (AP) Badges -->
<div class="container" style="font-family: Arial; color:#000;">

    <div class="row">

        <!-- LEFT COLUMN – MAIN CONTENT -->
        <div class="col-md-8 col-sm-12">

            <!-- Title -->
            <h2 style="color:#002e72; font-weight:700; margin-top:20px;">
                Accounts Payable (AP) Badges
            </h2>

            <!-- Quick Facts Block -->
            <div style="background:#f4f4f4; padding:15px 20px; border-left:6px solid #25632d; margin-bottom:20px; border-radius:6px;">
                <p style="margin:0; font-size:16px;"><strong>Format:</strong> On-Demand (Self-Paced)</p>
                <p style="margin:0; font-size:16px;"><strong>Topics Available:</strong>&nbsp;(11) AP badge topics</p>
                <p style="margin:0; font-size:16px;"><strong>Access Period:</strong> 30-day subscription (per badge), countdown does not begin until a badge is launched.</p>
                <p style="margin:0; font-size:16px;"><strong>Cost:</strong> $30 Members / $40 Non-Members per badge</p>
            </div>

            <!-- Overview -->
            <p style="font-size:16px; line-height:1.6;">
                <strong><span style="font-size: 20px; color: #002060;">Build confidence in Accounts Payable (AP) processes and compliance!</span></strong><br /><br /> WASBO’s Accounts Payable (AP) Badge Program includes eleven self-paced, on-demand learning
                topics ranging from vendor payments and purchasing cards to internal controls and unclaimed property.<br /></p>
            <ul>
            </ul>

            <!-- CTA Button -->
            <p style="margin-top:25px;">
                <a href="https://www.wasbo.org/link.asp?ymlink=648254326" target="_blank" style="color:#FFFFFF; background-color:#7ed957; padding:12px 18px; border-radius:6px; text-decoration:none; font-weight:bold; display:inline-block;">
                    ACCESS AP BADGES
                </a>
            </p>

            <!-- Helpful For -->
            <h3 style="margin-top: 30px; color: #25632d; font-family: Arial;"><span style="font-size: 18px;"><span style="color: #0070c0;">Access Badges to</span></span>
            </h3>
            <ul>
                <li style="margin-left: 40px;">Supplement existing K-12 job training</li>
                <li style="margin-left: 40px;">Refresh your current skillsets</li>
                <li style="margin-left: 40px;">Build toward requirements needed to apply for a&nbsp;<a href="https://www.wasbo.org/page/35" target="_blank">Certified School Business Specialist (CSBS) – Accounts Payable&nbsp;</a>designation</li>
            </ul>
            <h3 style="color: #25632d; margin-top: 30px;"><span style="font-size: 18px;"><span style="color: #0070c0;">Helpful For</span></span>
            </h3>
            <ul>
                <li style="margin-left:40px;">Accounts Payable Specialists and Clerks</li>
                <li style="margin-left:40px;">Business Office Staff</li>
                <li style="margin-left:40px;">District Accounting and Finance Teams</li>
                <li style="margin-left:40px;">Staff responsible for vendor payments, compliance, and purchasing processes</li>
                <li style="margin-left:40px;">Anyone looking to strengthen AP processes and internal controls</li>
            </ul>

            <!-- Fees -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Fees &amp; Access</span></span>
            </h3>
            <ul>
                <li style="margin-left:40px;">WASBO Members: $30 per badge</li>
                <li style="margin-left:40px;">Non-Members: $40 per badge</li>
                <li style="margin-left:40px;">Each badge is accessed as a 30-day subscription</li>
                <li style="margin-left:40px;">The subscription countdown does not begin until a badge is launched</li>
            </ul>

            <!-- Membership / Scholarships -->
            <p style="font-size: 16px; line-height: 1.6;">
                <em>Not a member?</em>
                <a href="https://www.wasbo.org/page/A4" target="_blank">Click here</a> to view membership benefits, rates or join today.
            </p>

            <p style="font-size: 16px; line-height: 1.6;">
                <em>Fee concerns?</em> Scholarships are available for eligible WASBO members,
                <a href="https://www.wasbo.org/page/26" target="_blank">click here</a> to learn more.
            </p>

        </div>
        <!-- END LEFT COLUMN -->


        <!-- RIGHT COLUMN – FLYER CARD -->
        <div class="col-md-4 col-sm-12" style="margin-top:70px;">

            <div style="background:#ffffff; border:1px solid #dcdcdc; border-radius:8px; padding:15px; box-shadow:0 2px 4px rgba(0,0,0,0.1);">

                <h3 style="margin-top:0; color:#002e72; font-size:18px;">View/Share the Flyer
                </h3>

                <!-- Flyer Image -->
                <a href="https://www.wasbo.org/resource/resmgr/flyers/AP_Badge_Series.pdf" target="_blank">
                    <img src="https://www.wasbo.org/resource/resmgr/flyers/AP_Badge_Series.png" alt="AP Badges Flyer" style="width:100%; border-radius:6px; margin-bottom:15px;" />
                </a>

                <!-- Button -->
                <a href="https://www.wasbo.org/link.asp?ymlink=648254326" target="_blank" style="display:block; text-align:center; background:#7ed957; color:#fff; padding:10px 15px; border-radius:6px; font-weight:bold; text-decoration:none;">
                    Access AP Badges
                </a>

            </div>

        </div>
        <!-- END RIGHT COLUMN -->

    </div>
    <!-- END ROW -->

</div>]]></description>
<pubDate>Thu, 30 Jun 2050 04:00:00 GMT</pubDate>
</item>
<item>
<title>Budget Badge Program</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=1837938</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=1837938</guid>
<description><![CDATA[<!-- WASBO Registration Layout: Budget Badges -->
<div class="container" style="font-family: Arial; color:#000;">

    <div class="row">

        <!-- LEFT COLUMN – MAIN CONTENT -->
        <div class="col-md-8 col-sm-12">

            <!-- Title -->
            <h2 style="color:#002e72; font-weight:700; margin-top:20px;">
                Budget Badges
            </h2>

            <!-- Quick Facts Block -->
            <div style="background:#f4f4f4; padding:15px 20px; border-left:6px solid #25632d; margin-bottom:20px; border-radius:6px;">
                <p style="margin:0; font-size:16px;"><strong>Format:</strong> On-Demand (Self-Paced)</p>
                <p style="margin:0; font-size:16px;"><strong>Topics Available:</strong>&nbsp;(10) budget badge topics</p>
                <p style="margin:0; font-size:16px;"><strong>Access Period:</strong> 30-day subscription (per badge), countdown does not begin until a badge is launched.</p>
                <p style="margin:0; font-size:16px;"><strong>Cost:</strong> $30 Members / $40 Non-Members per badge</p>
            </div>

            <!-- Overview -->
            <p style="font-size:16px; line-height:1.6;">
                <strong><span style="font-size: 20px; color: #002060;">Strengthen your understanding of key K–12 budgeting concepts!</span></strong><br /><br /> WASBO’s Budget Badge Program consists of ten on-demand, self-paced learning topics designed
                to help school business professionals build confidence in budget development, monitoring, communication, and long-term stability. WASBO extends many thanks to <strong>Meagan Hayden, CSBO, CSBA, CPA</strong> for the development
                of this essential series.</p>

            <!-- Sequencing Note -->
            <div style="background:#eef4ee; padding:15px 20px; border-left:6px solid #25632d; margin:20px 0; border-radius:6px;">
                <p style="margin:0; font-size:16px; line-height:1.6;">
                    While WASBO <strong><span style="color: #25632d;">highly recommends</span></strong> completing each badge in the order presented, this is <em>not</em> required. Each badge may be taken independently based on personal preference or
                    need.
                </p>
            </div>

            <!-- CTA Button -->
            <p style="margin-top:25px;">
                <a href="https://www.wasbo.org/link.asp?ymlink=648254340" target="_blank" style="color:#FFFFFF; background-color:#7ed957; padding:12px 18px; border-radius:6px; text-decoration:none; font-weight:bold; display:inline-block;">
                    ACCESS BUDGET BADGES
                </a>
            </p>

            <!-- Helpful For -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Helpful For</span></span>
            </h3>
            <ul>
                <li>Business Managers and Fiscal Officers</li>
                <li>District Finance and Budget Staff</li>
                <li>School business professionals new to budgeting</li>
                <li>Experienced staff looking to refresh or deepen their budget knowledge</li>
            </ul>
            <h3 style="margin-top: 30px; color: #25632d; font-family: Arial;"><span style="font-size: 18px;"><span style="color: #0070c0;">Budget Badge Topics</span></span>
            </h3>
            <div class="row" style="margin-right: 0px; margin-left: 25px; color: #000000; font-family: Arial;">
                <div class="col-sm-6" style="padding-right: 15px;">
                    <ul>
                        <li>Badge #1 – Overview</li>
                        <li>Badge #2 – Enrollment</li>
                        <li>Badge #3 – Salary and Benefits</li>
                        <li>Badge #4 – Revenue</li>
                        <li>Badge #5 – Expenditures</li>
                        <li>Badge #6 – Fund Balance</li>
                        <li>Badge #7 – Long-Term Stability</li>
                        <li>Badge #8 – Other Funds</li>
                        <li>Badge #9 – Presenting the Budget to the Board and Community</li>
                        <li>Badge #10 – Monitoring the Budget&nbsp;</li>
                    </ul>
                </div>
            </div>
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Fees &amp; Access</span></span>
            </h3>
            <ul>
                <li>WASBO Members: $30 per badge</li>
                <li>Non-Members: $40 per badge</li>
                <li>Each badge is accessed as a 30-day subscription</li>
                <li>The subscription countdown does not begin until a badge is launched</li>
            </ul>

            <p style="font-size: 16px; line-height: 1.6;">
                <em>Not a member?</em>
                <a href="https://www.wasbo.org/page/A4" target="_blank">Click here</a> to view information on membership benefits, rates or join today.
            </p>

            <p style="font-size: 16px; line-height: 1.6;">
                <em>Fee concerns?</em> Scholarships are available for eligible WASBO members,
                <a href="https://www.wasbo.org/page/26" target="_blank">click here</a> to learn more.
            </p>

            <!-- Certificate Note -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Program Completion</span></span>
            </h3>
            <p style="font-size: 16px; line-height: 1.6;">
                Badges may be taken individually or as a complete series. Upon completion of all badges, participants will receive a <strong>Budget Badge Program Certificate</strong>.
            </p>

        </div>
        <!-- END LEFT COLUMN -->


        <!-- RIGHT COLUMN – FLYER CARD -->
        <div class="col-md-4 col-sm-12" style="margin-top:70px;">

            <div style="background:#ffffff; border:1px solid #dcdcdc; border-radius:8px; padding:15px; box-shadow:0 2px 4px rgba(0,0,0,0.1);">

                <h3 style="margin-top:0; color:#002e72; font-size:18px;">
                    Budget Badge Series Flyer
                </h3>

                <!-- Flyer Image -->
                <a href="https://www.wasbo.org/resource/resmgr/flyers/Budget_Badge_Series.pdf" target="_blank">
                    <img src="https://www.wasbo.org/resource/resmgr/flyers/Budget_Badge_Series.png" alt="Budget Badge Series Flyer" style="width:100%; border-radius:6px; margin-bottom:15px;" />
                </a>

                <!-- Buttons -->
                <a href="https://www.wasbo.org/link.asp?ymlink=648254340" target="_blank" style="display:block; text-align:center; background:#7ed957; color:#fff; padding:10px 15px; border-radius:6px; font-weight:bold; text-decoration:none; margin-bottom:10px;">
                    Access Budget Badges
                </a>

            </div>

        </div>
        <!-- END RIGHT COLUMN -->

    </div>
    <!-- END ROW -->

</div>]]></description>
<pubDate>Thu, 30 Jun 2050 04:00:00 GMT</pubDate>
</item>
<item>
<title>Technical &amp; Soft Skills Trainings</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=1713150</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=1713150</guid>
<description><![CDATA[<table style="width: 865px; height: 633px;">
    <tbody>
        <tr>
            <td>&nbsp;</td>
            <td>
                <h2><span style="font-family: sans-serif; font-size: 16px;">OVERVIEW&nbsp;</span></h2>
                <p><strong style="font-size: 14px; color: #339966; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif; text-transform: uppercase;"><span style="font-family: sans-serif;">DID YOU KNOW...</span></strong><br /></p>
                <p><span style="font-size: 14px; font-family: sans-serif;">WASBO's On-Demand Learning portal is packed with invaluable, self-paced trainings made especially for those interested in learning more about common office programs/software used by many on a daily basis:</span></p>
                <ul>
                    <li><span style="font-size: 14px; font-family: sans-serif;">Google (i.e. Classroom, Sheets, Docs, etc.)</span></li>
                    <li><span style="font-size: 14px; font-family: sans-serif;">Microsoft (i.e. Excel, Outlook, PowerPoint, etc.)</span></li>
                    <li><span style="font-size: 14px; font-family: sans-serif;">Operating Systems (i.e. Win11, MacOS, etc.)</span><br /></li>
                </ul>
                <p><span style="font-family: sans-serif;"><span style="font-size: 14px;">Also included are trainings designed to help School Business Officials deliver effective presentations, hone their business writing skills, manage meetings and more!&nbsp;</span></span>
                    <span style="font-size: 14px; font-family: sans-serif;">Sign in today to begin exploring:</span>
                </p>
            </td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>
                <p><a class="agendaButton formbutton" href="https://www.wasbo.org/link.asp?ymlink=648254368" target="_blank" style="background-image: initial; background-position: initial; background-repeat: initial; background-attachment: initial; background-color: #7ed957; outline: 0px;">ACCESS TECHNICAL TRAININGS</a></p>
            </td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>
                <h2><span style="font-family: sans-serif; font-size: 16px;">FEES</span></h2>
                <ul>
                    <li><span style="font-size: 14px; font-family: sans-serif;">WASBO Members: $25 per course</span></li>
                    <li><span style="font-size: 14px; font-family: sans-serif;">Non-Members: $50 per course</span></li>
                </ul>
                <p><span style="font-size: 14px; font-family: sans-serif;">Each course is accessed as a 30-day subscription. The subscription countdown does not begin until a course is launched.</span></p>
                <p><em style="font-size: 14px; font-family: sans-serif;">Not a member?&nbsp;</em><a href="https://www.wasbo.org/page/A4" target="_blank" style="font-size: 14px; font-family: sans-serif;"><span style="color: #00b050;">Click here</span></a>&nbsp;
                    <span style="font-size: 14px; font-family: sans-serif;">to view information on membership benefits, rates or join today!</span>
                </p>
                <p><span style="font-family: sans-serif;"><span style="font-size: 14px;"></span></span><em style="font-size: 14px; font-family: sans-serif;">Fee concerns?&nbsp;</em><span style="font-size: 14px; font-family: sans-serif;">Scholarships are available for eligible WASBO members,&nbsp;</span>
                    <a href="https://www.wasbo.org/page/26" target="_blank" style="font-size: 14px; font-family: sans-serif;"><span style="color: #00b050;">click here</span></a><span style="font-size: 14px; font-family: sans-serif;">&nbsp;to learn more.</span></p>
            </td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></description>
<pubDate>Thu, 30 Jun 2050 04:00:00 GMT</pubDate>
</item>
<item>
<title>Retirement Badge Series</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=2005458</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=2005458</guid>
<description><![CDATA[<!-- WASBO Registration Layout: Retirement Badges -->
<div class="container" style="font-family: Arial; color:#000;">

    <div class="row">

        <!-- LEFT COLUMN -->
        <div class="col-md-8 col-sm-12">

            <!-- Title -->
            <h2 style="color:#002e72; font-weight:700; margin-top:20px;">
                Retirement Badges
            </h2>

            <!-- Quick Facts -->
            <div style="background:#f4f4f4; padding:15px 20px; border-left:6px solid #25632d; margin-bottom:20px; border-radius:6px;">
                <p style="margin:0; font-size:16px;"><strong>Format:</strong> On-Demand (Self-Paced)</p>
                <p style="margin:0; font-size:16px;"><strong>Topics Available:</strong>&nbsp;(9) retirement badge topics</p>
                <p style="margin:0; font-size:16px;"><strong>Total Credits Available:</strong> 11 clock hours</p>
                <p style="margin:0; font-size:16px;"><strong>Access Period:</strong> 30-day subscription per badge, access begins once a badge is launched</p>
                <p style="margin:0; font-size:16px;"><strong>Cost:</strong> $30 Members / $40 Non-Members per badge</p>
            </div>

            <!-- Video -->
            <div style="margin-bottom:20px;">
                <iframe width="100%" height="315" src="https://www.youtube.com/embed/_cjzYItpfbg?si=kPTlMI3N_HDiBQfE" title="Retirement Badge Series Overview" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin">
                </iframe>
            </div>

            <!-- Overview -->
            <p style="font-size:16px; line-height:1.6;">
                <strong><span style="font-size: 20px; color: #002060;">Build confidence in K–12 retirement reporting and compliance.</span></strong><br /><br /> WASBO’s Retirement Badge Series covers nine key areas of employer retirement responsibilities,
                from enrollment and contributions to reporting and separation of employment.
            </p>

            <!-- Key Note -->
            <div style="background:#eef4ee; padding:15px 20px; border-left:6px solid #25632d; margin:20px 0; border-radius:6px;">
                <p style="margin:0; font-size:16px;">
                    Badges may be taken in any order. A total of <strong>11 clock hours</strong> are available across the full series.
                </p>
            </div>

            <!-- CTA -->
            <p style="margin-top:25px;">
                <a href="https://www.wasbo.org/link.asp?ymlink=648242692" target="_blank" style="background:#7ed957; color:#fff; padding:12px 18px; border-radius:6px; font-weight:bold; text-decoration:none;">
                    ACCESS RETIREMENT BADGES</a><br /></p>
            <!-- Badge Topics -->
            <p style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;"><strong>Retirement Badge Topics</strong></span></span>
            </p>
            <ul>
                <li>Badge #1 – Introduction to Retirement (1.5 Cr)</li>
                <li>Badge #2 – WA State DRS Employer Handbook (1 Cr)</li>
                <li>Badge #3 – Web-Based Tools &amp; Governance (1 Cr)</li>
                <li>Badge #4 – Retirement Reporting Essentials (1.5 Cr)</li>
                <li>Badge #5 – New Hire &amp; Employee Notices (1 Cr)</li>
            </ul>
            <ul>
                <li>Badge #6 – Enrollment Basics (1.5 Cr)</li>
                <li>Badge #7 – Contributions, 403(b) &amp; VEBA (1 Cr)</li>
                <li>Badge #8 – Retirement Transmittals (1.5 Cr)</li>
                <li>Badge #9 – Separation of Employment (1 Cr)</li>
            </ul>

            <div class="row" style="margin-left:25px;">



                <div class="col-sm-6">

                </div>

            </div>


            <!-- Fees -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Fees &amp; Access</span></span>
            </h3>

            <ul>
                <li>WASBO Members: $30 per badge</li>
                <li>Non-Members: $40 per badge</li>
                <li>Each badge includes 30-day access</li>
            </ul>

            <p>
                <em>Not a member?</em>
                <a href="https://www.wasbo.org/general/register_member_type.asp?">Click here</a> to learn more.
            </p>

            <p>
                <em>Fee concerns?</em>
                <a href="https://www.wasbo.org/page/26">Scholarships available</a>.
            </p>

            <!-- Certification -->
            <h3 style="color: #25632d; margin-top: 30px;">
                <span style="font-size: 18px;"><span style="color: #0070c0;">Professional Certification</span></span>
            </h3>

            <p style="font-size: 16px;">
                Completion of all nine badges qualifies toward the
                <strong>Certified School Business Specialist (CSBS) – Retirement</strong> designation.
            </p>

            <p style="font-size: 16px;">
                These trainings provide practical guidance, real-world examples, and time-saving strategies to help you manage retirement responsibilities with accuracy and confidence.
            </p>

        </div>


        <!-- RIGHT COLUMN – UPDATED FLYER -->
        <div class="col-md-4 col-sm-12" style="margin-top:70px;">

            <div style="background:#ffffff; border:1px solid #dcdcdc; border-radius:8px; padding:15px; box-shadow:0 2px 4px rgba(0,0,0,0.1);">

                <h3 style="margin-top:0; color:#002e72;"><span style="font-size: 20px;">View/Share the Flyer</span>
                </h3>

                <!-- Updated Flyer Image -->
                <a href="https://www.wasbo.org/resource/resmgr/flyers/Retirement_Badge_Series.pdf" target="_blank">
                    <img alt="" src="https://www.wasbo.org/resource/resmgr/flyers/Retirement_Badge_Series.png" style="width:100%; border-radius:6px; margin-bottom:15px;" />
                </a>

                <!-- Buttons -->
                <a href="https://www.wasbo.org/link.asp?ymlink=648242692" target="_blank" style="display:block; text-align:center; background:#7ed957; color:#fff; padding:10px; border-radius:6px; font-weight:bold; text-decoration:none; margin-bottom:10px;">
                    ACCESS RET BADGES
                </a>

            </div>

        </div>

    </div>

</div>]]></description>
<pubDate>Thu, 30 Jun 2050 04:00:00 GMT</pubDate>
</item>
</channel>
</rss>
