
<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[  
     
         
                Looking for something specific?   Use the category drop-down above to narrow your search. If you have questions/need help, please c ontact the WASBO Team at&nbsp;  admin@wasbo.org  .  
         
         
             
                  You May Also Be Interested In...   
                    &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
                       
                 
             
         
     
 ]]></description>
<lastBuildDate>Tue, 21 Jul 2026 18:14:01 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=20219" 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>
        <span class="vl-pill">⚖️ Legislative Advocacy</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">7/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">8/5/2026</span><span class="vl-summary-info"><span class="vl-title">Sales &amp; Use Tax Updates</span><span class="vl-meta">9:00 – 10:00 AM</span><span class="vl-category">📣 Agency &amp; Regulatory Updatess</span>
                <span class="vl-toggle">View session details &gt;&gt;</span>
                </span>
            </summary>

            <div class="vl-body">
                <div class="vl-price">Member+: Free | Member: Free | Non-Member: $75</div>
                <p>Join the Washington Department of Revenue for an update on sales and use tax issues affecting school districts, including exemption requirements following ESSB 5814 and guidance on requesting refunds for taxes paid earlier this year.
                </p>
                <a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648262292" target="_blank">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">8/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">REGISTER</a>
            </div>
        </details>


        <details class="vl-session">
            <summary><span class="vl-date">8/26/2026</span><span class="vl-summary-info"><span class="vl-title">Understanding the 2027 WASBO Legislative Priorities</span><span class="vl-meta">2:00 – 3:00 PM</span><span class="vl-category">⚖️ Legislative Advocacy</span>
                <span class="vl-toggle">View session details &gt;&gt;</span>
                </span>
            </summary>

            <div class="vl-body">
                <div class="vl-price">Member+: Free | Member: Free | Non-Member: Free</div>
                <p>Prepare for the 2027 legislative session by learning more about WASBO’s legislative priorities and the issues they are designed to address.</p>
                <p>Attendees will learn the rationale behind each priority, how the priorities support Washington’s public schools, and the important role school business officials play in advancing legislative priorities at the local level.</p>
                <p>This session will also help participants gain confidence discussing legislative priorities with colleagues, district leadership, community stakeholders and others who can help support strong school business advocacy.</p>
                <a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648261893" target="_blank">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">9/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">REGISTER</a>
            </div>
        </details>


        <details class="vl-session">
            <summary><span class="vl-date">9/24/2026</span><span class="vl-summary-info"><span class="vl-title">Telling Your District's Story: Advocating for Legislative Priorities</span><span class="vl-meta">2:00 – 3:00 PM</span><span class="vl-category">⚖️ Legislative Advocacy</span>
                <span class="vl-toggle">View session details &gt;&gt;</span>
                </span>
            </summary>

            <div class="vl-body">
                <div class="vl-price">Member+: Free | Member: Free | Non-Member: Free</div>
                <p>Learn how to connect WASBO’s legislative priorities to the unique needs, experiences and stories of your district.</p>
                <p>This session will explore practical ways to communicate how legislative priorities impact students, staff and district operations, while building support with district leaders, school boards, community members and local legislators.</p>
                <p>Attendees will also discuss how strong relationships and meaningful, ongoing communication can help strengthen advocacy efforts and influence decision-makers.</p>
                <a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648261900" target="_blank">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">9/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">10/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">REGISTER</a>
            </div>
        </details>


        <details class="vl-session">
            <summary><span class="vl-date">10/21/2026</span><span class="vl-summary-info"><span class="vl-title">Engaging Effectively During the Legislative Session</span><span class="vl-meta">2:00 – 3:00 PM</span><span class="vl-category">⚖️ Legislative Advocacy</span>
                <span class="vl-toggle">View session details &gt;&gt;</span>
                </span>
            </summary>

            <div class="vl-body">
                <div class="vl-price">Member+: Free | Member: Free | Non-Member: Free</div>
                <p>Get ready to engage with confidence during the 2027 legislative session.</p>
                <p>This session will cover practical ways to submit effective public comments, understand when public testimony can have the greatest impact, prepare for legislative committee testimony and respond to advocacy alerts throughout session.</p>
                <p>Participants will leave with a better understanding of why timely member engagement matters and how they can help amplify their district’s voice when advocacy opportunities arise.</p>
                <a class="vl-button" href="https://www.wasbo.org/link.asp?ymlink=648261907" target="_blank">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">10/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">10/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">11/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">11/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">11/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">1/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">1/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">2/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">2/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">2/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">3/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">3/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">4/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">6/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">REGISTER</a>
            </div>
        </details>

        <details class="vl-session">
            <summary><span class="vl-date">Summer/Fall 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">REGISTER</a>
            </div>
        </details>

    </div>
</section>]]></description>
<pubDate>Wed, 22 Jul 2026 05:00:00 GMT</pubDate>
</item>
<item>
<title>Webinar - Maximize Your WASBO Membership (CLICK TO SEE DATES)</title>
<link>https://www.wasbo.org/events/EventDetails.aspx?id=2012000</link>
<guid>https://www.wasbo.org/events/EventDetails.aspx?id=2012000</guid>
<description><![CDATA[<span style="font-family: Arial;"><style>
  /* Soft modern WASBO styling */
  .wasbo-card {
    border: 1px solid #d9e1e7;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 28px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
  }
  .wasbo-header {
    font-family: Arial, sans-serif;
    color: #002e72;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .wasbo-sub {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #25632d;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .wasbo-btn a {
    background: #25632d;
    color: #ffffff !important;
    padding: 10px 16px;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
  }
  .wasbo-btn a:hover {
    background: #1d4f24;
  }
</style>


<!-- ========================================================= -->
<!-- ===== UPDATED LAYOUT 2: TWO-COLUMN MODERN GRID ===== -->
<!-- ========================================================= -->
</span>
<div class="wasbo-card">
    <h2 class="wasbo-header"><span style="font-family: Arial;">Maximize Your WASBO Membership<br /><em></em></span><span style="font-size: medium; font-family: Arial; color: #25632d;">Live Meet &amp; Greet • Year-Round</span></h2>

    <table width="100%" cellspacing="0" cellpadding="0" style="font-family: Arial; font-size: 15px;">
        <tbody>
            <tr valign="top">
                <td style="padding-right: 16px; width: 50%;">
                    <h3 style="font-family: Arial; font-size: 16px; color: #002e72; margin-top:0;"><span style="text-decoration: underline;">What You'll Explore</span></h3><p style="font-family: Arial; font-size: 16px; color: #002e72; margin-top:0;"><span style="font-size: medium; background-color: #ffffff; font-family: Arial; color: #000000;">Tune in for a guided introduction for&nbsp;</span><strong style="color: #000000; font-family: Arial; font-size: medium; background-color: #ffffff;">new and returning members</strong><span style="font-size: medium; background-color: #ffffff; font-family: Arial; color: #000000;">&nbsp;looking to get the most out of their WASBO membership:</span></p>
                    <ul style="color: #333333; padding-left: 20px; margin-top: 10px; margin-left: 40px;"><li><span style="font-size: 16px; color: #000000;"><span style="font-family: Arial;">👋 Meet WASBO</span></span></li><li><span style="font-size: 16px; color: #000000;"><span style="font-family: Arial;">🎓 Discover professional development pathways <br />and career-building opportunities</span></span></li><li><span style="font-family: Arial; font-size: 16px; color: #000000;">📚 Explore key resources and events</span></li><li><span style="font-family: Arial; font-size: 16px; color: #000000;">🤝 Join networking groups</span></li><li><span style="font-family: Arial; font-size: 16px; color: #000000;">📣 Learn how to engage in forums &amp; advocacy</span></li><li><span style="font-size: 16px; color: #000000;"><span style="font-family: Arial;">🚀 Make the most of your benefits year-round</span></span></li></ul><p><span style="font-size: 16px; color: #000000;"><span style="font-family: Arial;">We look forward to seeing you "face-to-face"!</span></span></p>
                </td>

                <td style="padding-left: 16px; border-left: 1px solid #e4e9ef; width: 50%;">
                    <h3 style="font-family: Arial; font-size: 16px; color: #002e72; margin-top:0;"><span style="text-decoration: underline;">Schedule for the Year</span></h3>
                    <p style="color: #555;"><span style="font-size: 16px;"><span style="color: #000000;"><span style="font-family: Arial;">Mark your calendars and make a plan to join us for any of the upcoming sessions (2026-27):</span></span></span></p><ul><li style="color: #555;"><span style="font-size: 16px;"><span style="color: #000000;"><span style="font-family: Arial;"><em></em></span></span></span><span><span style="color: #000000;">Tuesday, July 14&nbsp;(10:00 AM)</span></span><span style="color: #000000;"></span></li><li style="color: #555;"><span style="color: #000000;">Tuesday, August 11&nbsp;<span style="color: #000000; background-color: #ffffff;">(10:00 AM)</span></span><span style="color: #000000;"></span></li><li style="color: #555;"><span style="color: #000000;">Monday, September 14<span style="font-size: 13.3333px;">&nbsp;</span><span style="color: #000000; background-color: #ffffff;">(10:00 AM)</span></span></li><li><span style="color: #000000;">Tuesday, October 13&nbsp;<span style="color: #000000; background-color: #ffffff;">(10:00 AM)</span></span></li><li><span style="color: #000000;">Monday, November 16&nbsp;<span style="color: #000000; background-color: #ffffff;">(10:00 AM)</span></span></li><li><span style="color: #000000;">Tuesday, December 15&nbsp;<span style="color: #000000; background-color: #ffffff;">(10:00 AM)</span></span></li><li><span style="color: #000000;">Tuesday, January 12&nbsp;<span style="color: #000000; background-color: #ffffff;">(10:00 AM)</span></span></li><li><span style="color: #000000;">Tuesday, February 9&nbsp;<span style="color: #000000; background-color: #ffffff;">(10:00 AM)</span></span></li><li><span style="color: #000000;">Monday, March 15&nbsp;<span style="color: #000000; background-color: #ffffff;">(10:00 AM)</span></span></li></ul>

                    <div class="wasbo-btn" style="margin-top: 16px;"><a href="https://wasbo-org.zoom.us/meeting/register/tZMrfuitqT0tHtIlE5kT2XDZY6ibXd-PdNe5" target="_blank"><span style="font-size: 16px;"><span style="color: #000000;">JOIN SESSION&nbsp;</span></span></a></div>
                </td>
            </tr>
        </tbody>
    </table>
</div>


<!-- ========================================================= -->
<!-- ===== PRESENTER SPOTLIGHT ===== -->
<!-- ========================================================= -->
<div class="wasbo-card" style="display:flex; align-items:center; gap:16px;"><span style="font-family: Arial;">
  <img src="https://www.wasbo.org/resource/resmgr/website_page_uploads/team_webpage/Sam_Ganske_300x300.png" alt="Sam Ganske" style="width:90px; height:90px; border-radius:8px; object-fit:cover;" />

  </span>
    <div>
        <h3 style="font-family: Arial; margin:0; color:#002e72; font-size:16px;">
            <span style="font-size: 18px;">👋🏽 Meet Your Guide: Sam Ganske, CSBS, WASBO Member Success &amp; Development Specialist</span></h3>
        <p style="font-family: Arial; font-size:14px; color:#333; margin-top:6px;"><span style="font-size: medium; color: #000000;">Sam leads the Maximize Your Membership sessions, guiding new and returning members through resources, connections and tools to support their professional success. Want to learn more or curious about how to get more involved? Use this session to ask WASBO anything!</span></p>
    </div>
</div><span style="font-family: Arial;">


<!-- ========================================================= -->
<!-- ===== NEW MEMBER RESOURCE HUB HIGHLIGHT TILE ===== -->
<!-- ========================================================= -->
</span>
<div class="wasbo-card" style="background:#f8fbff;">
    <h3 style="font-family: Arial; color:#002e72; margin-top:0; font-size:18px; font-weight:700;">
        <span style="font-size: 18px;">🌟 Can't Wait? Explore the New Member Resource Hub!</span></h3>
    <p style="font-family: Arial; font-size:15px; color:#333; margin-bottom:12px;">
        <span style="font-size: 16px; color: #000000;">Your one-stop home for onboarding tools, quick-start guides, upcoming events and everything you need to get started in the WASBO community. Sign into your WASBO account to get started today:</span></p>

    <div class="wasbo-btn"><span style="font-family: Arial;">
    <a href="https://www.wasbo.org/page/NewMembersResourceHub" target="_blank">RESOURCE HUB</a></span></div>
</div>]]></description>
<pubDate>Thu, 30 Jun 2050 05:00:00 GMT</pubDate>
</item>
</channel>
</rss>
