Leadership / en Sun, 14 Dec 2025 20:00:28 -0600 Wed, 30 Apr 25 15:53:05 -0500 Professional Governance Sponsorships /professionalgov-conf/sponsorship Wed, 30 Apr 2025 15:53:05 -0500 Leadership Professional Governance Education Contact Hours /professionalgov-conf/Nursing-Continuing-Professional-Development <div id="block-breadcrumbs"><nav aria-labelledby="system-breadcrumb" role="navigation"><h2 class="visually-hidden" id="system-breadcrumb">Breadcrumb</h2><ol class="breadcrumb"><li><a href="/"><em><i class="fa fa-home"><span class="sr-only">Home</span></i></em></a></li><li><a href="/shared-governance-leadership-conference">Professional Governance Leadership Conference</a></li></ol></nav></div> Wed, 30 Apr 2025 15:47:11 -0500 Leadership Professional Governance Policies /professionalgov-conf/policies Wed, 30 Apr 2025 12:57:09 -0500 Leadership Keynote Speakers /professionalgov-conf/speakers Wed, 30 Apr 2025 10:10:48 -0500 Leadership Professional Governance Leadership Conference /professionalgov .container { max-width: 1200px; margin: 2em auto 0 auto; padding: 0 20px; } #main-content { margin-top: -27px; } /* Hero Banner Section */ .hero-banner { width: 100%; height: 500px; background-image: url('/sites/default/files/2025-08/AONL2026PGLC_WebpageBanner_1500x500.png'); background-size: cover; background-position: center; background-color: #6BAED6; position: relative; display: flex; align-items: center; justify-content: center; } /* Placeholder background pattern if image doesn't load */ .hero-banner::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 30%, rgba(255,255,255,0.05) 70%, transparent 70%), linear-gradient(-45deg, transparent 30%, rgba(255,255,255,0.05) 30%, rgba(255,255,255,0.05) 70%, transparent 70%); background-size: 100px 100px; opacity: 0.3; z-index: 1; } .hero-content { position: relative; z-index: 2; max-width: 1200px; width: 100%; padding: 0 40px; } /* Thank You Banner Section */ .thank-you-banner { background: #F5F5F5; padding: 40px 5%; display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; width: 80%; margin: -80px auto 0 auto; border-radius: 10px; position: relative; z-index: 10; } .thank-you-content { flex: 1; min-width: 300px; } .thank-you-content h2 { color: #1B4F8C; font-size: 32px; font-weight: 700; margin-bottom: 12px; } .thank-you-content p { color: #666; font-size: 16px; line-height: 1.6; } .btn { background: #1B4F8C; color: white; padding: 14px 32px; border: none; border-radius: 30px; cursor: pointer; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; white-space: nowrap; } .btn:hover { background: #143a6b; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(27, 79, 140, 0.3); } .btn-large { padding: 16px 40px; font-size: 18px; margin-top: 10px; } /* Thank You Section with Images */ .thank-you-section { background: white; padding: 80px 5%; } .thank-you-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .thank-you-text h2 { color: #1B4F8C; font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 24px; } .thank-you-text p { color: #666; font-size: 16px; line-height: 1.8; margin-bottom: 20px; } .thank-you-images { display: flex; justify-content: center; align-items: center; } .collage-image { width: 100%; height: auto; max-width: 600px; object-fit: contain; } /* Who Attends PGLC Section */ .who-attends-section { background: #263B82; padding: 80px 5%; color: white; } .who-attends-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .who-attends-text h2 { font-size: 48px; font-weight: 700; line-height: 1.2; margin-bottom: 24px; } .who-attends-text p { font-size: 18px; line-height: 1.8; } .who-attends-image { display: flex; justify-content: center; align-items: center; } .attendee-img { width: 100%; height: auto; border-radius: 20px; max-width: 600px; object-fit: cover; } /* Meet the Mainstage Lineup Section */ .mainstage-section { background: #F5F5F5; padding: 80px 5%; } .mainstage-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .mainstage-text h2 { color: #1B4F8C; font-size: 56px; font-weight: 700; line-height: 1.1; } .mainstage-content { display: flex; flex-direction: column; align-items: center; gap: 30px; } .featured-speaker { display: flex; flex-direction: column; align-items: center; text-align: center; } .speaker-main-photo { width: 300px; height: 300px; border-radius: 50%; object-fit: cover; margin-bottom: 20px; } .speaker-name-tag { background: #263B82; color: white; padding: 12px 40px; border-radius: 30px; font-size: 24px; font-weight: 600; margin-bottom: 10px; } .speaker-credentials { color: #666; font-size: 16px; margin-top: 10px; } .speaker-navigation { display: flex; align-items: center; gap: 20px; margin-top: 20px; } .speaker-thumbnails { display: flex; gap: 15px; } .speaker-thumb { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; cursor: pointer; filter: grayscale(100%); transition: all 0.3s ease; border: 3px solid transparent; } .speaker-thumb:hover { filter: grayscale(0%); border-color: #263B82; transform: scale(1.05); } .speaker-thumb.active { filter: grayscale(0%); border-color: #263B82; } .nav-arrow { width: 50px; height: 50px; border-radius: 50%; background: #C0C0C0; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .nav-arrow:hover { background: #263B82; transform: scale(1.1); } .nav-arrow:disabled { background: #E0E0E0; cursor: not-allowed; opacity: 0.5; } /* What Makes PGLC Unmissable Section */ .unmissable-section { background: #263B82; padding: 80px 5%; color: white; } .unmissable-container { max-width: 1200px; margin: 0 auto; } .unmissable-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 50px; } .unmissable-text h2 { font-size: 48px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; } .unmissable-text p { font-size: 16px; line-height: 1.8; } .unmissable-image { display: flex; justify-content: center; align-items: center; } .presentation-img { width: 100%; height: auto; border-radius: 15px; max-width: 500px; object-fit: cover; } .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .feature-card { background: white; padding: 30px; border-radius: 12px; color: #333; } .feature-icon { width: 50px; height: 50px; background: #E8F0FE; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; } .feature-card h3 { color: #263B82; font-size: 20px; font-weight: 700; margin-bottom: 12px; line-height: 1.3; } .feature-card p { font-size: 15px; line-height: 1.6; color: #666; } /* What Will You Walk Away With Section */ .walk-away-section { background: white; padding: 80px 5%; } .walk-away-container { max-width: 1200px; margin: 0 auto; } .walk-away-container h2 { color: #263B82; font-size: 48px; font-weight: 700; text-align: center; margin-bottom: 50px; } .takeaways-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .takeaway-card { background: #263B82; padding: 35px; border-radius: 12px; color: white; } .takeaway-icon { width: 50px; height: 50px; background: rgba(255, 255, 255, 1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; } .takeaway-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; line-height: 1.3; } .takeaway-card p { font-size: 15px; line-height: 1.6; opacity: 0.95; } /* Witness the Change Section */ .witness-section { background: #263B82; padding: 80px 5%; color: white; } .witness-container { max-width: 900px; margin: 0 auto; text-align: center; } .witness-container h2 { font-size: 48px; font-weight: 700; margin-bottom: 30px; line-height: 1.2; } .witness-container p { font-size: 16px; line-height: 1.8; margin-bottom: 20px; } .testimonial-author { font-size: 15px; font-style: italic; opacity: 0.9; } /* Sponsors Carousel Section */ .sponsors-section { background: white; padding: 60px 5%; } .sponsors-container { max-width: 1200px; margin: 0 auto; } .sponsors-container h2 { color: #263B82; font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 40px; } .carousel-wrapper { display: flex; align-items: center; gap: 20px; position: relative; } .sponsors-carousel { flex: 1; overflow: hidden; position: relative; } .sponsors-track { display: flex; transition: transform 0.4s ease; gap: 30px; } .sponsor-slide { flex: 0 0 200px; display: flex; align-items: center; justify-content: center; padding: 20px; } .sponsor-logo { max-width: 100%; height: auto; max-height: 80px; object-fit: contain; } .carousel-arrow { width: 50px; height: 50px; border-radius: 50%; background: #263B82; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease; z-index: 10; } .carousel-arrow:hover { background: #2d4575; transform: scale(1.1); } .carousel-arrow:disabled { background: #C0C0C0; cursor: not-allowed; opacity: 0.5; } .carousel-arrow:disabled:hover { transform: scale(1); } /* Newsletter Information Section */ .newsletter-section { background: white; padding: 60px 5%; } .newsletter-container { max-width: 1200px; margin: 0 auto; position: relative; border: 3px solid #263B82; border-radius: 20px; padding: 60px 80px; } .newsletter-label { position: absolute; top: -20px; left: 50%; transform: translate(-50%, -20px); background: white; padding: 0 30px; color: #263B82; font-size: 32px; font-weight: 700; } .newsletter-content { text-align: center; } .newsletter-content h2 { color: #263B82; font-size: 48px; font-weight: 700; margin-bottom: 15px; } .newsletter-content p { color: #263B82; font-size: 18px; margin-bottom: 40px; } .form-placeholder { /* Form styles here!!! REMEMBER */ } /* Call for Abstracts Accordion Section */ .accordion-section { background: white; padding: 80px 5%; } .accordion-container { max-width: 1200px; margin: 0 auto; } .accordion-container h2 { color: #263B82; font-size: 48px; font-weight: 700; text-align: center; margin-bottom: 40px; } .accordion-wrapper { display: flex; flex-direction: column; gap: 15px; } .accordion-item { border: 2px solid #263B82; border-radius: 12px; overflow: hidden; transition: all 0.3s ease; } .accordion-item.active { box-shadow: 0 4px 12px rgba(59, 89, 152, 0.15); } .accordion-header { width: 100%; background: #263B82; border: none; padding: 25px 30px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: all 0.3s ease; } .accordion-header:hover { background: #182e75; } .accordion-header span { color: #fff; font-size: 22px; font-weight: 700; text-align: left; } .accordion-icon { flex-shrink: 0; transition: transform 0.3s ease; } .accordion-item.active .accordion-icon { transform: rotate(180deg); } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; background: white; } .accordion-item.active .accordion-content { max-height: 2000px; padding: 0 30px 30px 30px; } .accordion-content p { color: #333; font-size: 16px; line-height: 1.8; margin-bottom: 15px; } .accordion-content p:last-child { margin-bottom: 0; } .accordion-content ul { margin-top: 15px; padding-left: 20px; } .accordion-content li { color: #333; font-size: 16px; line-height: 1.8; margin-bottom: 15px; } .accordion-content li:last-child { margin-bottom: 0; } .accordion-content strong { color: #263B82; font-weight: 600; } /* Marketo Form Styling */ .SponsorMarketoFormHolder { max-width: 900px; margin: 0 auto; } .SponsorMarketoFormHolder .mktoForm { width: 100% !important; padding: 0 !important; background: transparent !important; } /* 3-Column Grid Layout */ .SponsorMarketoFormHolder .mktoForm { width: 100% !important; padding: 0 !important; background: transparent !important; text-align: center !important; } .SponsorMarketoFormHolder .mktoFormRow { display: inline-block !important; width: 32% !important; margin: 0 0.5% 20px 0.5% !important; vertical-align: top !important; text-align: left !important; } /* Make every 3rd item clear */ .SponsorMarketoFormHolder .mktoFormRow:nth-child(3n+1) { clear: left; } /* Form Field Styling */ .SponsorMarketoFormHolder .mktoFieldWrap { width: 100% !important; } .SponsorMarketoFormHolder .mktoLabel { width: 100% !important; font-weight: 600 !important; color: #263B82 !important; font-size: 14px !important; margin-bottom: 8px !important; display: block !important; } .SponsorMarketoFormHolder .mktoField { width: 100% !important; padding: 12px 15px !important; border: 2px solid #E0E0E0 !important; border-radius: 8px !important; font-size: 15px !important; color: #333 !important; background: white !important; transition: all 0.3s ease !important; box-sizing: border-box !important; } .SponsorMarketoFormHolder .mktoField:focus { border-color: #263B82 !important; outline: none !important; box-shadow: 0 0 0 3px rgba(38, 59, 130, 0.1) !important; } .SponsorMarketoFormHolder select.mktoField { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23263B82' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: right 15px center !important; background-size: 12px !important; padding-right: 40px !important; } /* Error Styling */ .SponsorMarketoFormHolder .mktoError { background: #FEE !important; border: 1px solid #E53E3E !important; color: #C53030 !important; font-size: 13px !important; padding: 8px 12px !important; border-radius: 6px !important; margin-top: 5px !important; } .SponsorMarketoFormHolder .mktoErrorMsg { background-image: none !important; padding: 0 !important; text-shadow: none !important; } .SponsorMarketoFormHolder .mktoInvalid { border-color: #E53E3E !important; } /* Required Asterisk */ .SponsorMarketoFormHolder .mktoAsterix { color: #E53E3E !important; padding-left: 3px !important; } /* Submit Button Styling */ .SponsorMarketoFormHolder .mktoButtonRow { width: 100% !important; text-align: center !important; margin-top: 30px !important; clear: both !important; } .SponsorMarketoFormHolder .mktoButton { background: #1B4F8C !important; color: white !important; padding: 16px 50px !important; border: none !important; border-radius: 30px !important; cursor: pointer !important; font-size: 18px !important; font-weight: 600 !important; text-decoration: none !important; transition: all 0.3s ease !important; box-shadow: none !important; display: inline-block !important; } .SponsorMarketoFormHolder .mktoButton:hover { background: #143a6b !important; transform: translateY(-2px) !important; box-shadow: 0 4px 12px rgba(27, 79, 140, 0.3) !important; } .SponsorMarketoFormHolder .mktoButton:active { transform: translateY(0) !important; } /* Checkbox and Radio Styling */ .SponsorMarketoFormHolder input[type="checkbox"], .SponsorMarketoFormHolder input[type="radio"] { width: auto !important; margin-right: 8px !important; } .SponsorMarketoFormHolder .mktoCheckboxList, .SponsorMarketoFormHolder .mktoRadioList { width: 100% !important; } .SponsorMarketoFormHolder .mktoCheckboxList label, .SponsorMarketoFormHolder .mktoRadioList label { font-weight: 400 !important; color: #333 !important; margin-bottom: 8px !important; } /**/ .mktoForm .mktoOffset, .mktoForm .mktoLabel, .mktoForm .mktoGutter { display: none !important; } #mktoForm_2584 .mktoButtonWrap { margin-left: 0px !important; /* Forces the margin to zero */ /* If you want the button centered: */ /* margin: 0 auto !important; */ /* display: block !important; */ } /* Force elements to stack and take full width */ /* 1. Hide Marketo's layout elements that push fields to the right */ .SponsorMarketoFormHolder .mktoFormCol .mktoOffset, .SponsorMarketoFormHolder .mktoFormCol .mktoGutter { display: none !important; } /* 2. Force the field descriptor column to take the full width of the mktoFormRow container */ .SponsorMarketoFormHolder .mktoFieldDescriptor.mktoFormCol { width: 100% !important; float: none !important; /* Ensure it respects the parent's width */ } /* 3. Ensure the inner field wrapper uses all available space */ .SponsorMarketoFormHolder .mktoFieldWrap { width: 100% !important; } /* 4. Ensure the label is a block element and takes full width, sitting above the input */ /* .SponsorMarketoFormHolder .mktoLabel { width: 100% !important; display: block !important; text-align: left !important; } */ /* 5. Ensure the input field takes the full width of the column's FieldWrap (which is 100%) */ .SponsorMarketoFormHolder .mktoField { width: 100% !important; box-sizing: border-box !important; /* Re-affirm border-box for padding/border inclusion in width */ } /* 6. Important: The overall form is narrow (style="... width: 161px;") */ /* While you have .SponsorMarketoFormHolder .mktoForm { width: 100% !important; ... } */ /* You should ensure the form wrapper itself is overridden to allow full width for the columns */ form#mktoForm_2584 { width: 100% !important; max-width: 100% !important; } /* Responsive - Mobile */ @media (max-width: 768px) { .SponsorMarketoFormHolder .mktoFormRow { width: 100% !important; margin: 0 0 20px 0 !important; } .SponsorMarketoFormHolder .mktoButton { width: 100% !important; max-width: 300px !important; } } /* Tablet - 2 Columns */ @media (min-width: 769px) and (max-width: 1024px) { .SponsorMarketoFormHolder .mktoFormRow { width: 48% !important; margin: 0 1% 20px 1% !important; } .SponsorMarketoFormHolder .mktoFormRow:nth-child(2n+1) { clear: left; } } /* Success Message Styling */ #successAndErrorMessages { text-align: center; padding: 30px; } #successAndErrorMessages p { color: #263B82; font-size: 18px; font-weight: 600; margin: 10px 0; } /* Dropdown Fix - Ensure consistent height */ .SponsorMarketoFormHolder select.mktoField { appearance: none !important; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23263B82' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: right 15px center !important; background-size: 12px !important; padding-right: 40px !important; min-height: 45px !important; height: 45px !important; line-height: normal !important; } /* Ensure all input fields have consistent height */ .SponsorMarketoFormHolder .mktoField { width: 100% !important; padding: 12px 15px !important; border: 2px solid #E0E0E0 !important; border-radius: 8px !important; font-size: 15px !important; color: #333 !important; background: white !important; transition: all 0.3s ease !important; box-sizing: border-box !important; min-height: 45px !important; height: 45px !important; } /* Responsive Design */ @media (max-width: 768px) { .hero-banner { height: 350px; } .thank-you-banner { flex-direction: column; text-align: center; padding: 30px 20px; } .thank-you-content h2 { font-size: 24px; } .thank-you-content p { font-size: 14px; } .btn { width: 100%; max-width: 300px; } /* Thank You Section Responsive */ .thank-you-section { padding: 50px 20px; } .thank-you-container { grid-template-columns: 1fr; gap: 40px; } .thank-you-text h2 { font-size: 28px; } .thank-you-text p { font-size: 15px; } /* Who Attends PGLC Section Responsive */ .who-attends-section { padding: 50px 20px; } .who-attends-container { grid-template-columns: 1fr; gap: 40px; } .who-attends-text h2 { font-size: 32px; } .who-attends-text p { font-size: 16px; } /* Meet the Mainstage Lineup Section Responsive */ .mainstage-section { padding: 50px 20px; } .mainstage-container { grid-template-columns: 1fr; gap: 40px; } .mainstage-text { text-align: center; } .mainstage-text h2 { font-size: 40px; } .speaker-main-photo { width: 200px; height: 200px; } .speaker-name-tag { font-size: 20px; padding: 10px 30px; } .speaker-credentials { font-size: 14px; } .speaker-thumb { width: 60px; height: 60px; } .nav-arrow { width: 40px; height: 40px; } /* What Makes PGLC Unmissable Section Responsive */ .unmissable-section { padding: 50px 20px; } .unmissable-header { grid-template-columns: 1fr; gap: 30px; margin-bottom: 30px; } .unmissable-text h2 { font-size: 32px; } .unmissable-text p { font-size: 15px; } .features-grid { grid-template-columns: 1fr; gap: 15px; } .feature-card { padding: 25px; } .feature-card h3 { font-size: 18px; } .feature-card p { font-size: 14px; } /* What Will You Walk Away With Section Responsive */ .walk-away-section { padding: 50px 20px; } .walk-away-container h2 { font-size: 32px; margin-bottom: 30px; } .takeaways-grid { grid-template-columns: 1fr; gap: 15px; } .takeaway-card { padding: 25px; } .takeaway-card h3 { font-size: 20px; } .takeaway-card p { font-size: 14px; } .witness-section { padding: 50px 20px; } .witness-container h2 { font-size: 32px; margin-bottom: 20px; } .witness-container p { font-size: 15px; } .testimonial-author { font-size: 14px; } /* Sponsors Carousel Section Responsive */ .sponsors-section { padding: 40px 20px; } .sponsors-container h2 { font-size: 24px; margin-bottom: 30px; } .carousel-wrapper { gap: 15px; } .sponsor-slide { flex: 0 0 150px; padding: 15px; } .sponsor-logo { max-height: 60px; } .carousel-arrow { width: 40px; height: 40px; } .carousel-arrow svg { width: 20px; height: 20px; } /* Newsletter Information Section Responsive */ .newsletter-section { padding: 40px 20px; } .newsletter-container { padding: 50px 30px; } .newsletter-label { font-size: 24px; padding: 0 20px; top: -15px; } .newsletter-content h2 { font-size: 32px; } .newsletter-content p { font-size: 16px; margin-bottom: 30px; } /* Call for Abstracts Accordion Section Responsive */ .accordion-section { padding: 50px 20px; } .accordion-container h2 { font-size: 32px; margin-bottom: 30px; } .accordion-header { padding: 20px; } .accordion-header span { font-size: 18px; } .accordion-item.active .accordion-content { padding: 0 20px 20px 20px; } .accordion-content p, .accordion-content li { font-size: 15px; } .accordion-icon { width: 20px; height: 20px; } } @media (max-width: 480px) { .hero-banner { height: 250px; } .thank-you-content h2 { font-size: 20px; } .sponsor-slide { flex: 0 0 120px; } /* Newsletter Information Section Responsive */ .newsletter-container { padding: 40px 20px; } .newsletter-label { font-size: 20px; padding: 0 15px; } .newsletter-content h2 { font-size: 28px; } .newsletter-content p { font-size: 15px; } } <section class="hero-banner"><div class="hero-content"> </div></section><section class="thank-you-banner"><div class="thank-you-content"><h2>Call for Abstracts are Now Open</h2><p>Submit your abstract for Professional Governance 2026—deadline is January 16, 2026!</p></div><p><a class="btn" href="https://www.cvent.com/c/abstracts/1f437a96-bd88-4821-8f51-d687244931ae">Submit an abstract</a></p></section><section class="container"><p>The 2026 ÍÃ×ÓÏÈÉúProfessional Governance Leadership Conference will highlight how nursing professional governance drives meaningful outcomes—through the behaviors, decisions, and partnerships that bring effective decision-making, accountability, and practice ownership to life. We invite abstracts that show how professional governance ignited change, strengthened collaboration, and produced measurable clinical, financial, cultural, or operational impact across teams, organizations, and local, national, and global communities.</p></section><section class="accordion-section"><div class="accordion-container"><div class="accordion-wrapper"><div class="accordion-item"><p> <span>Submissions of Interest Include</span> </p><div class="accordion-content"><p>We welcome submissions that emphasize how professional governance drives outcomes through leadership behaviors, decision-making, and collaboration.</p><p>We are particularly interested in submissions that highlight:</p><ul><li><strong>Authentic storytelling and real-world examples</strong> from nurses closest to the work, reflecting all stages of the professional governance journey</li><li><strong>Cross-role collaboration</strong> (e.g., clinical nurses, managers, directors, executives) and interprofessional partnership (physicians, providers, unlicensed staff, and others)</li><li><strong>Clear decision-making pathways</strong> and demonstrations of ownership</li><li><strong>Leadership behaviors</strong> that nurture governance, collaboration, and shared decision-making; examples may include exploration of challenges, lessons learned, and the evolution of NPG activities through continuous development and improvement</li><li><strong>Professional identity, advocacy, and nurses' influence</strong> on organizational and community outcomes; examples may include how, through NPG, nurses have contributed to the Quintuple Aim or other community, national, or global outcomes</li><li><strong>Innovative strategies for engagement and communication</strong> across the health care system that show how NPG improves nursing efficiency and drives clinical, financial, or cultural outcomes</li><li><strong>NPG practices beyond inpatient settings</strong> that influence outcomes across the care continuum and in communities</li></ul></div></div><div class="accordion-item"><p> <span>Submission Guidelines</span> </p><div class="accordion-content"><ul><li>Presenter(s) contact information: the submission is limited to 3 presenters (1 primary and 2 co-presenters). If the abstract is selected, the primary presenter may request additional presenters.</li><li>Brief bio for the primary presenter (limited to 500 characters with spaces, approx.. 75-100 words)</li><li>At least one learning outcome describing the impact on the learner (limited to 100 characters with spaces, approx. 20 words)</li><li>Abstract narrative that relates to the content priorities identified as priorities by AONL. The narrative should include practical takeaways that address: lessons learned, impact, outcomes, implications, and application to other settings. (up to 5,000 characters with spaces, approx. 750-1,000 words)</li><li>Session description (up to 500 characters with spaces, approx. 75-125 words)</li><li>Literature references as supporting evidence (APA style)</li><li>NOTE: If the abstract is accepted, at least one presenter must be a full ÍÃ×ÓÏÈÉúmember. Full membership is limited to Registered Nurses (RNs) working in health care environments. To verify membership status in advance, please contact ÍÃ×ÓÏÈÉúat aonlannualconference@aha.org. New members may join after abstract notifications are issued.</li></ul></div></div> <span>Conference Focus</span> <div class="accordion-content"> <p>The 2026 ÍÃ×ÓÏÈÉúProfessional Governance Leadership Conference will highlight how nursing professional governance drives meaningful outcomes—through the behaviors, decisions, and partnerships that bring effective decision-making, accountability, and practice ownership to life. We invite abstracts that show how professional governance ignited change, strengthened collaboration, and produced measurable clinical, financial, cultural, or operational impact across teams, organizations, and local, national, and global communities.</p> </div> </div> --><div class="accordion-item"><p> <span>Important Dates for Submitters</span> </p><div class="accordion-content"><p><strong>January 16, 2026:</strong> Abstract submission site closes at 11:59 p.m. CT. Incomplete abstracts will not be reviewed.</p><p><strong>By March 31:</strong> ÍÃ×ÓÏÈÉúwill notify the primary presenter of their submission status via email.</p><p><strong>May 25:</strong> Final presentations submitted to AONL.</p><p><strong>June 14-16:</strong> ÍÃ×ÓÏÈÉúProfessional Governance Leadership Conference – Indianapolis.</p></div></div></div></div></section><section class="thank-you-section"><div class="thank-you-container"><div class="thank-you-text"><h2>Thank You for an Incredible 2025 Conference!</h2><p>The Professional Governance Leadership Conference (PGLC) brought together hundreds of passionate nurse leaders in San Antonio to explore innovations shaping the future of professional governance. From thought-provoking sessions and hands-on workshops to unforgettable networking moments, this year's event was truly one to remember.</p><p>We're grateful to everyone who participated and helped make the conference such a success. Stay connected and be the first to know about next year's event.</p><p><a class="btn btn-large" href="#signup">Sign up for updates</a></p></div><div class="thank-you-images"><img class="collage-image" src="https://prod.professionalgov.aonl.org/sites/default/files/2025-12/AONL2026_PGLC_Conference-Collage_607x588.png " alt="Conference Photos" width="607" height="588"></div></div></section><section class="who-attends-section"><div class="who-attends-container"><div class="who-attends-text"><h2>Who Attends PGLC</h2><p>PGLC unites nurses from diverse health care settings ready to transform care delivery. Whether you're a department council chair, an executive leader or a nurse in a leadership role, this is your community. Bring your team—collaborative participation sparks transformation and builds unified leadership across your organization.</p></div><div class="who-attends-image"><img class="attendee-img" src="https://prod.professionalgov.aonl.org/sites/default/files/2025-12/AONL2026_PGLC_Who-Attends_578x534.png" alt="PGLC Attendee" width="578" height="534"></div></div></section><section class="mainstage-section"><div class="mainstage-container"><div class="mainstage-text"><h2>Meet the 2025<br>Mainstage<br>Lineup</h2></div><div class="mainstage-content"><div class="featured-speaker"><img class="speaker-main-photo" src="speaker-main.jpg" alt="Tim Porter-O'Grady"><div class="speaker-name-tag">Tim Porter-O'Grady</div><p class="speaker-credentials">DM, EdD, ScD, APRN, FAAN, FACCWS</p></div><div class="speaker-navigation"><p> </p><div class="speaker-thumbnails"><img class="speaker-thumb" src="speaker-thumb-1.jpg" alt="Speaker 1"> <img class="speaker-thumb" src="speaker-thumb-2.jpg" alt="Speaker 2"></div><p> </p></div></div></div></section><section class="unmissable-section"><div class="unmissable-container"><div class="unmissable-header"><div class="unmissable-text"><h2>What Makes PGLC Unmissable?</h2><p>Engage with experts to tackle your challenges and achieve your goals in professional governance. Choose from over 40 carefully curated breakout sessions and poster presentations showcasing real-world outcomes and innovations—plus earn valuable contact hours while you're at it!</p></div><div class="unmissable-image"><img class="presentation-img" src="https://prod.professionalgov.aonl.org/sites/default/files/2025-12/AONL2026_PGLC_Speaker-Presenting_623x487.png" alt="PGLC Speaker" width="623" height="487"></div></div><div class="features-grid"><div class="feature-card"><div class="feature-icon"></div><h3>Leadership in Professional Governance</h3><p>Explore how nurses at all levels demonstrate ownership and accountability in their practice, fostering strong leadership through the framework of professional governance.</p></div><div class="feature-card"><div class="feature-icon"></div><h3>Improved Health Outcomes</h3><p>Hear how nurses uphold their social contract to advance health and drive positive outcomes in the communities they serve.</p></div><div class="feature-card"><div class="feature-icon"></div><h3>Enhanced Care Coordination</h3><p>Discover how professional governance improves collaboration across health care teams, elevating the quality of care and ensuring better results for both patients and providers.</p></div><div class="feature-card"><div class="feature-icon"></div><h3>Shaping the Future of Nursing</h3><p>Gain insights into how professional governance plays a critical role in the sustainability and growth of the nursing profession.</p></div></div></div></section><section class="walk-away-section"><div class="walk-away-container"><h2>What Will You Walk Away With?</h2><div class="takeaways-grid"><div class="takeaway-card"><div class="takeaway-icon"></div><h3>Practical strategies</h3><p>for confident, values-based decision-making in complex environments</p></div><div class="takeaway-card"><div class="takeaway-icon"></div><h3>Proven methods</h3><p>to cultivate shared ownership and accountability in practice</p></div><div class="takeaway-card"><div class="takeaway-icon"></div><h3>Transformational leadership skills</h3><p>that drive measurable improvements in health outcomes</p></div><div class="takeaway-card"><div class="takeaway-icon"></div><h3>Tactics for interdisciplinary collaboration</h3><p>that improve coordination and partnership across roles</p></div></div></div></section><section class="witness-section"><div class="witness-container"><h2>Witness the Change, Feel the Momentum.</h2><p>"This conference provided our team the practical information we needed to guide us in our organization's transition from shared to professional governance. We walked away with specific strategies, inspiring examples and new tools to support this work."</p><p class="testimonial-author">– Jennifer T. Hall, Director of Nursing, Professional Practice</p></div></section><section class="sponsors-section"><div class="sponsors-container"><h2>Thank You To Our 2025 Sponsors</h2><div class="carousel-wrapper"><p> </p><div class="sponsors-carousel"><div class="sponsors-track" id="sponsorsTrack"><div class="sponsor-slide"><img class="sponsor-logo" src="/sites/default/files/2025-08/cta-PG-sponsor-Virtually-834x313.png" alt="Virtually" width="834" height="313"></div><div class="sponsor-slide"><img class="sponsor-logo" src="/sites/default/files/2025-08/cta-PG-sponsor-Andor-834x313.png" alt="Andor" width="834" height="313"></div><div class="sponsor-slide"><img class="sponsor-logo" src="/sites/default/files/2025-08/cta-PG-sponsor-CareerSmart-834x313.png" alt="Career Smart" width="834" height="313"></div><div class="sponsor-slide"><img class="sponsor-logo" src="/sites/default/files/2025-08/cta-PG-sponsor-SharedGovernance-834x313.png" alt="Shared Governance" width="834" height="313"></div><div class="sponsor-slide"><img class="sponsor-logo" src="/sites/default/files/2025-08/cta-PG-sponsor-SuraCollege-834x313.png" alt="Sura College" width="834" height="313"></div><div class="sponsor-slide"><img class="sponsor-logo" src="/sites/default/files/2022-02/Logo_CareRev_834x313.jpg" alt="CareRev" width="834" height="313"></div><div class="sponsor-slide"><img class="sponsor-logo" src="/sites/default/files/2025-08/cta-PG-sponsor-FortDefiance-IndianHospital-834x313.png" alt="Fort Defiance Indian Hospital" width="834" height="313"></div><div class="sponsor-slide"><img class="sponsor-logo" src="/sites/default/files/2025-08/cta-PG-sponsor-LanceSoft-834x313.png" alt="LanceSoft" width="834" height="313"></div><div class="sponsor-slide"><img class="sponsor-logo" src="/sites/default/files/2025-08/cta-PG-sponsor-MMU-834x313.png" alt="Mission Medical Uniforms" width="834" height="313"></div></div></div><p> </p></div></div></section><section class="newsletter-section"><div class="newsletter-container"><h3 class="newsletter-label">Information</h3><div class="newsletter-content"><h2>Be in the know!</h2><p>Get ÍÃ×ÓÏÈÉúProfessional Governance Conference Updates & Announcements.</p><div class="form-placeholder"><div class="SponsorMarketoFormHolder">MktoForms2.loadForm("//sponsors.aha.org", "710-ZLL-651", 2584); MktoForms2.loadForm("//sponsors.aha.org", "710-ZLL-651", 2584); MktoForms2.whenReady(function (form) { if (form.getId() == 2584) { form.onSuccess(function (values, followUpUrl) { form.getFormElem().hide(); document.getElementById("successAndErrorMessages").innerHTML = ` <div> <p> Thank you! </p> <p> We have received your information and will keep up updated.<\/p><\/div>"; return false; </p> </div> ` }); }; }); -->MktoForms2.loadForm("//sponsors.aha.org", "710-ZLL-651", 3990); MktoForms2.loadForm("//sponsors.aha.org", "710-ZLL-651", 3578); MktoForms2.whenReady(function (form) { if (form.getId() == 3578) { form.onSuccess(function (values, followUpUrl) { form.getFormElem().hide(); document.getElementById("successAndErrorMessages").innerHTML = ` <div> <p> Thank you! </p> <p> We have received your information and will keep up updated.<\/p><\/div>"; return false; </p> </div> ` }); }; }); --> --> MktoForms2.loadForm("//sponsors.aha.org", "710-ZLL-651", 2584);   </div> --></div></div></div></div></section> Sun, 27 Apr 2025 13:44:07 -0500 Leadership Professional Governance Leadership Agenda /professionalgov-conf/agenda Tue, 10 May 2022 09:08:13 -0500 Leadership ÍÃ×ÓÏÈÉúmember shares journey from student nurse to CEO role /news/AONL-member-shares-journey-from-student-nurse-to-CEO-role Thu, 16 Sep 2021 14:57:49 -0500 Leadership Developing Nurse Leaders Moral Muscle through Ethical Self-Assessment podcast episode /nursing-leadership-podcast/developing-nurse-leaders-moral Fri, 13 Nov 2020 12:08:28 -0600 Leadership Policies for CENP & CNML Certification /certification/policies <div id="block-breadcrumbs"> <nav aria-labelledby="system-breadcrumb" role="navigation"> <h2 class="visually-hidden" id="system-breadcrumb">Breadcrumb</h2> <ol class="breadcrumb"> <li><a href="/"><i class="fa fa-home"><span class="sr-only">Home</span></i></a></li> <li><a href="/initiatives/certification">Credentialing Center</a></li> </ol> </nav> </div> Thu, 17 Sep 2020 14:28:00 -0500 Leadership Adapting to Complexity: Leadership Approaches Embracing Agility /news/voice/sept-2020/adapting-to-complexity .jumbotron.styled .content, .styled.hero .content {background: none !important ; box-shadow: none !important ; @media only screen and (min-height: 400px) } .jumbotron .h1, .jumbotron h1 .title { color: #003087; font-weight: 100; font-size: 50px; } .hero, .jumbotron { background: none !important ;} .jumbotron.styled, .styled.hero { box-shadow: none !important ; } @media only screen and (max-width: 600px){ .field_media_image img { /* max-width: 100%; */ height: 100px !important; overflow: hidden !important; } .jumbotron .content { bottom:15px !important; } .jumbotron .h1 .title, .jumbotron h1 .title { font-size: 22px; } } <div class="col-lg-8"> <div id="block-breadcrumbs"> <nav aria-labelledby="system-breadcrumb" role="navigation"> <h2 class="visually-hidden" id="system-breadcrumb">Breadcrumb</h2> <ol class="breadcrumb"> <li><a href="/"><i class="fa fa-home"><span class="sr-only">Home</span></i></a></li> <li><a href="/news/">News</a></li> <li><a href="/voice-of-nursing-leadership">Voice of Nursing Leadership</a></li> <li><a href="/news/voice/sept-2020">Sept. 2020</a></li> </ol> </nav> </div> </div> <div class="col-lg-4"> <div class="addthis_inline_share_toolbox text-align-right"> </div> </div> Fri, 28 Aug 2020 09:32:46 -0500 Leadership