CINXE.COM
Call for Division Session Proposals - APA Convention 2025
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://convention.apa.org/', AccountUUID: 'b375a8849f0a44f4a945254d1e101ab8', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'a5ea5d51', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Mon Dec 02 14:31:56 UTC 2024', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'proposals/division-programs', InitialPageUuid: '0595c92dc8b24ce7b01198a989e76787', InitialPageId: '1164475563', InitialEncodedPageAlias: 'cHJvcG9zYWxzL2RpdmlzaW9uLXByb2dyYW1z', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '49800', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'convention-apa', HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://convention.apa.org/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <link rel="preconnect" href="//privacy-proxy.usercentrics.eu" data-swh-uuid="5efc219cb5d34554adf35e1969186b98"/> <link rel="preload" href="//privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js" as="script" data-swh-uuid="5efc219cb5d34554adf35e1969186b98"/> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <script> try { if ( navigator.serviceWorker && navigator.serviceWorker.getRegistrations && location.protocol === 'https:' ) { // remove all service workers navigator.serviceWorker .getRegistrations() .then(function (registrations) { if (registrations && registrations.length) { console.log('unregistering service workers'); registrations.forEach(function (registration) { registration.unregister(); }); } }); // clear caches if (caches) { caches.keys().then(function (keyList) { if (keyList && keyList.length) { console.log('deleting caches'); keyList.forEach(function (key) { if (key && key.indexOf('druntime') === 0) { caches.delete(key); } }); } }); } } } catch (err) { // not a secured location } </script> <link rel="canonical" href="https://convention.apa.org/proposals/division-programs"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/a5ea5d51/dms3rep/multi/APA_2024_Logos-stacked.png"/> <link rel="icon" type="image/x-icon" href="https://irp-cdn.multiscreensite.com/a5ea5d51/site_favicon_16_1523648120488.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> :root { --color_1: rgba(45, 144, 60, 1); --color_2: rgba(26, 72, 49, 1); --color_3: rgba(122, 178, 127, 1); --color_4: rgba(101,197,180,1); --color_5: rgba(0,124,137,1); --color_6: rgba(253, 181, 21, 1); --color_7: rgba(224, 90, 37, 1); --color_8: rgba(241, 102, 140, 1); } </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Domine:ital,wght@0,400..700;1,400..700&family=Spinnaker:ital,wght@0,400&family=Special+Elite:ital,wght@0,400&family=Amiko:ital,wght@0,400;0,600;0,700&family=Questrial:ital,wght@0,400&family=Give+You+Glory:ital,wght@0,400&family=Rozha+One:ital,wght@0,400&family=Unna:ital,wght@0,400;0,700;1,400;1,700&family=Overpass:ital,wght@0,100..900;1,100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Alegreya:ital,wght@0,400..900;1,400..900&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue:ital,wght@0,400&family=Be+Vietnam:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Comfortaa:ital,wght@0,300..700;1,300..700&family=Dancing+Script:ital,wght@0,400..700;1,400..700&family=DM+Sans:ital,wght@0,100..1000;1,100..1000&family=DM+Serif+Display:ital,wght@0,400;1,400&family=Droid+Sans:ital,wght@0,400;0,700&family=Droid+Sans+Mono:ital,wght@0,400&family=Droid+Serif:ital,wght@0,400;0,700&subset=latin-ext&display=swap" /> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Fjalla+One:ital,wght@0,400&family=Heebo:ital,wght@0,100..900;1,100..900&family=Inter:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Muli:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,wght@0,200..1000;1,200..1000&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:ital,wght@0,200..700;1,200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Petit+Formal+Script:ital,wght@0,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata:ital,wght@0,400&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:ital,wght@0,300..700;1,300..700&family=Raleway:ital,wght@0,100..900;1,100..900&subset=latin-ext&display=swap" /> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Slab:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Rock+Salt:ital,wght@0,400&family=Shadows+Into+Light:ital,wght@0,400&family=Slabo+27px:ital,wght@0,400&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Spartan:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Sulphur+Point:ital,wght@0,300;0,400;0,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Vidaloka:ital,wght@0,400&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Yeseva+One:ital,wght@0,400&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Red+Rose:ital,wght@0,300..700;1,300..700&family=Abril+Fatface:ital,wght@0,400&family=Fraunces:ital,wght@0,100..900;1,100..900&family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Space+Grotesk:ital,wght@0,300..700;1,300..700&family=Outfit:ital,wght@0,100..900;1,100..900&family=Aboreto:ital,wght@0,400&family=Arapey:ital,wght@0,400;1,400&subset=latin-ext&display=swap" /> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Questrial:ital,wght@0,400&family=Marcellus:ital,wght@0,400&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Hedvig+Letters+Serif:ital,wght@0,400&subset=latin-ext&display=swap" /> <style> @font-face { font-family: "WhitneySSm-Medium-Adv_Web"; src: url("https://irp.cdn-website.com/a5ea5d51/fonts/WhitneySSm-Medium-Adv_Web-6d97_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-Semibold-Pro_Web"; src: url("https://irp.cdn-website.com/a5ea5d51/fonts/SentinelSSm-Semibold-Pro_Web-884b_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-Bold-Pro_Web"; src: url("https://irp.cdn-website.com/a5ea5d51/fonts/SentinelSSm-Bold-Pro_Web-8791_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-Semibold-Adv_Web"; src: url("https://irp.cdn-website.com/a5ea5d51/fonts/WhitneySSm-Semibold-Adv_Web-a626_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-Book-Adv_Web"; src: url("https://irp.cdn-website.com/a5ea5d51/fonts/WhitneySSm-Book-Adv_Web-76cf_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-Bold-Adv_Web"; src: url("https://irp.cdn-website.com/a5ea5d51/fonts/WhitneySSm-Bold-Adv_Web-a7d1_400.woff"); font-weight: 400; font-style: normal; } </style> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/4980/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/f47ddf2ea9a92cbf04e612a96efeda53.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="proposals/division-programs"] #dm [data-show-on-page-only="proposals/division-programs"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/a5ea5d51/files/a5ea5d51_1.min.css?v=4447" id="siteGlobalCss" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> *#dm *.dmBody div.u_ce-1672589313 { background-color:rgba(244,244,244,1) !important; } *#dm *.dmBody div.u_1843448045 { background-color:rgba(239,239,239,1) !important; } *#dm *.dmBody div.u_ce { background-color:rgba(248,247,243,1) !important; } *#dm *.dmBody h2.u_1410671727 { line-height:normal !important; } *#dm *.dmBody div.u_1410671727 h1 { line-height:initial !important; } *#dm *.dmBody *.u_1608329000:before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody *.u_1608329000.before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody *.u_1608329000>.bgExtraLayerOverlay { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody div.u_1608329000:before { background-color:rgba(0,0,0,1) !important; } *#dm *.dmBody div.u_1608329000.before { background-color:rgba(0,0,0,1) !important; } *#dm *.dmBody div.u_1608329000>.bgExtraLayerOverlay { background-color:rgba(0,0,0,1) !important; } *#dm *.dmBody h2.u_1426140103 { line-height:initial !important; } *#dm *.dmBody div.u_1670896471 { background-color:rgba(255,255,255,1) !important; box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -moz-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; -webkit-box-shadow:rgba(0,0,0,0.25) 0 3px 11px 0 !important; } *#dm *.dmBody div.u_1147321734 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1622276971 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1136645078 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1062050592 { background-color:rgba(0,0,0,0) !important; } *#dm *.dmBody div.u_1546174771 { background-color:rgba(248,247,243,1) !important; } *#dm *.dmBody div.u_1176727490 { background-color:rgba(255,255,255,1) !important; } *#dm *.dmBody div.u_1608329000 { background-color:rgba(248,247,244,1) !important; background-repeat:no-repeat !important; background-image:none !important; } *#dm *.dmBody div.u_1038014082 { background-repeat:no-repeat !important; background-image:url(https://lirp.cdn-website.com/a5ea5d51/dms3rep/multi/opt/APA-Aug8-PM-270-1fa880a8-05ed854d-2b4c7c5b-2880w.jpg) !important; background-size:cover !important; } *#dm *.dmBody a.u_1178796054 { background-color:rgba(0,50,98,1) !important; } *#dm *.dmBody a.u_1178796054:hover { background-color:rgba(0,95,158,1) !important; background-image:none !important; } *#dm *.dmBody a.u_1178796054.hover { background-color:rgba(0,95,158,1) !important; background-image:none !important; } *#dm *.dmBody a.u_1498175800 { background-color:rgba(0,50,98,1) !important; } *#dm *.dmBody a.u_1498175800:hover { background-color:rgba(0,95,158,1) !important; background-image:none !important; } *#dm *.dmBody a.u_1498175800.hover { background-color:rgba(0,95,158,1) !important; background-image:none !important; } </style> <style id="pagestyleDevice" type="text/css"> *#dm *.dmBody div.u_ce-1672589313 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:none !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1369492976 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:61.5px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1797310294 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:61px !important; padding-left:40px !important; padding-bottom:61.5px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1843448045 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:61px !important; padding-left:40px !important; padding-bottom:0 !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1239756139 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:61.5px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1160100701 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:61px !important; padding-left:40px !important; padding-bottom:61.5px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_group { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:61.5px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_individual { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:61.5px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_ce { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:60px !important; padding-left:40px !important; padding-bottom:45px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_submission { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:61px !important; padding-left:40px !important; padding-bottom:61.5px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_additional-instructions { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:61px !important; padding-left:40px !important; padding-bottom:0 !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody h3.u_1410671727 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:calc(100% - 0px) !important; padding-right:0 !important; min-width:25px !important; text-align:left !important; display:block !important; } *#dm *.dmBody h2.u_1410671727 { margin-top:0 !important; margin-bottom:0 !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; text-align:left !important; } *#dm *.dmBody div.u_1410671727 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:-8px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1879784147 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; text-align:left !important; } *#dm *.dmBody div.u_1082141261 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:15px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1136645078 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:20px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1062050592 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:20px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1475235952 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody div.u_1710690544 { float:none !important; top:0 !important; left:0 !important; width:944.938px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; } *#dm *.dmBody div.u_1095869040 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:19px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1141293404 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:19px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1040393551 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody div.u_1997007981 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody div.u_1938683825 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody div.u_1014866915 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody div.u_1164738304 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody div.u_1112741610 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody div.u_1377843085 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody h2.u_1426140103 { display:block !important; float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:-8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; } *#dm *.dmBody div.u_1426140103 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; } *#dm *.dmBody div.u_1106450125 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:25px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1455661674 { float:none !important; top:0 !important; left:0 !important; width:944.938px !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; text-align:left !important; } *#dm *.dmBody div.u_1670896471 { padding-top:50px !important; padding-bottom:50px !important; padding-left:40px !important; padding-right:40px !important; width:auto !important; } *#dm *.dmBody div.u_1480476457 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody div.u_1622276971 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:40px !important; padding-bottom:20px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1147321734 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:15px !important; padding-left:40px !important; padding-bottom:20px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1546174771 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:60px !important; padding-left:40px !important; padding-bottom:45px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1176727490 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:15px !important; padding-left:40px !important; padding-bottom:15px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1608329000 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:52px !important; padding-left:40px !important; padding-bottom:42px !important; max-width:100% !important; padding-right:40px !important; min-width:0 !important; text-align:start !important; margin-right:0 !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; background-attachment:fixed !important; background-size:cover !important; } *#dm *.dmBody div.u_1741370423 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:45px !important; padding-left:40px !important; padding-bottom:30px !important; max-width:100% !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1471152206 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:15px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1446032882 { margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important; } *#dm *.dmBody div.u_1213996860 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:45px !important; padding-left:40px !important; padding-bottom:30px !important; max-width:100% !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1038014082 { background-position:100% 100% !important; float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:125.5px !important; padding-left:0 !important; padding-bottom:125.5px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; text-align:start !important; background-attachment:initial !important; } *#dm *.dmBody div.u_1662775401 { float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:45px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:0 !important; } *#dm *.dmBody div.u_1698567227 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:0px !important; padding-left:40px !important; padding-bottom:45px !important; max-width:auto !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; margin-left:0px !important; margin-top:0px !important; margin-bottom:0px !important; margin-right:0px !important; } *#dm *.dmBody div.u_1694864759 { padding-top:0px !important; padding-bottom:0px !important; padding-right:0px !important; padding-left:0px !important; } </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-12, .size-12, .size-12 > font { font-size: 12px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://convention.apa.org//feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://convention.apa.org//feed/atom"/> <meta name="robots" content="noindex"/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://lirp.cdn-website.com/a5ea5d51/dms3rep/multi/opt/APA25_CFP_Social_2-198fa7b8-1920w.jpg"/> <title> Call for Division Session Proposals - APA Convention 2025 </title> <meta name="description" content="The American Psychological Association is no longer accepting proposals for APA 2025 Division Sessions. "/> <style> #onpeak_ajaxHotelListContainer { max-height: 1000px !important; } </style> <!-- Begin Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WH9FTL'); </script> <!-- End Google Tag Manager --> <!-- GPT JavaScript library --> <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); </script> <!-- ./GPT JavaScript library --> <!-- Begin Google Search Console verification code --> <meta name="google-site-verification" content="USXC3m7kWc3u_E03ZH5GnrkNRmFbuxTBz5pzFjzoppY"/> <!-- End Google Search Console verification code --> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Call for Division Session Proposals - APA Convention 2025"/> <meta name="twitter:description" content="The American Psychological Association is no longer accepting proposals for APA 2025 Division Sessions. "/> <meta property="og:description" content="The American Psychological Association is no longer accepting proposals for APA 2025 Division Sessions. "/> <meta property="og:title" content="Call for Division Session Proposals - APA Convention 2025"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="proposals/division-programs" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1697720197"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-sec hasAnimations inMiniHeaderMode hasStickyHeader hamburger-reverse dmPageBody d-page-1847669824 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1847669824" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="side-reverse" data-auto-height="true"> <div class="u_1190070504 dmRespRow" style="text-align: center;" id="1190070504"> <div class="dmRespColsWrapper" id="1533442629"> <div class="u_1240712023 dmRespCol small-12 medium-12 large-12 empty-column" id="1240712023"></div> </div> </div> <div class="u_1818984940 dmRespRow middleDrawerRow" style="text-align: center;" id="1818984940"> <div class="dmRespColsWrapper" id="1601154280"> <div class="dmRespCol small-12 u_1579765727 medium-12 large-12" id="1579765727"> <nav class="u_1291830822 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="HIDE" id="1291830822" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101567761 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="2025 CALL FOR PROPOSALS" data-auto="page-text-style">2025 CALL FOR PROPOSALS<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals" class="unifiednav__item dmUDNavigationItem_010101243581 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" OVERVIEW AND DEADLINES " data-auto="page-text-style">OVERVIEW AND DEADLINES<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/division-programs" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_01010176518 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" DIVISION SESSIONS " data-auto="page-text-style">DIVISION SESSIONS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/division-posters" class="unifiednav__item dmUDNavigationItem_010101694735 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" DIVISION POSTERS " data-auto="page-text-style">DIVISION POSTERS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/psych-science-in-3" class="unifiednav__item dmUDNavigationItem_010101703064 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" PSYCH SCIENCE IN 3 " data-auto="page-text-style">PSYCH SCIENCE IN 3<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/rules-for-participation" class="unifiednav__item dmUDNavigationItem_010101312160 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" RULES FOR PARTICIPATION " data-auto="page-text-style">RULES FOR PARTICIPATION<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/division-contacts" class="unifiednav__item dmUDNavigationItem_010101257621 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" DIVISION CONTACTS AND REQUIREMENTS " data-auto="page-text-style">DIVISION CONTACTS AND REQUIREMENTS<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101821872 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ATTEND" data-auto="page-text-style">ATTEND<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/2025-convention-costs" class="unifiednav__item dmUDNavigationItem_010101860195 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="2025 CONVENTION COSTS" data-auto="page-text-style">2025 CONVENTION COSTS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/attend/convention-policies" class="unifiednav__item dmUDNavigationItem_010101398066 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CONVENTION POLICIES" data-auto="page-text-style">CONVENTION POLICIES<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/attend/future-conventions" class="unifiednav__item dmUDNavigationItem_010101258460 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" FUTURE CONVENTIONS " data-auto="page-text-style">FUTURE CONVENTIONS<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101380940 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="2024 ON DEMAND" data-auto="page-text-style">2024 ON DEMAND<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/attend/pricing" class="unifiednav__item dmUDNavigationItem_010101410158 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="2024 ON DEMAND PRICING" data-auto="page-text-style">2024 ON DEMAND PRICING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="https://www.xcdsystem.com/apa/program/euJ3pFp/index.cfm" class="unifiednav__item dmUDNavigationItem_010101199549 " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="EXPLORE FULL PROGRAM" data-auto="page-text-style">EXPLORE FULL PROGRAM<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/virtual" class="unifiednav__item dmUDNavigationItem_010101518829 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ON DEMAND PROGRAMS" data-auto="page-text-style">ON DEMAND PROGRAMS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/main-stage" class="unifiednav__item dmUDNavigationItem_010101778532 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="MAIN STAGE HEADLINE EVENTS" data-auto="page-text-style">MAIN STAGE HEADLINE EVENTS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/ceos-spotlight-series" class="unifiednav__item dmUDNavigationItem_010101732036 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="MAIN STAGE CEO's SPOTLIGHT SERIES" data-auto="page-text-style">MAIN STAGE CEO's SPOTLIGHT SERIES<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/keynotes" class="unifiednav__item dmUDNavigationItem_010101641441 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="MAIN STAGE KEYNOTES" data-auto="page-text-style">MAIN STAGE KEYNOTES<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/ethics-sessions" class="unifiednav__item dmUDNavigationItem_010101297894 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="MAIN STAGE ETHICS SESSIONS" data-auto="page-text-style">MAIN STAGE ETHICS SESSIONS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/feature-stage" class="unifiednav__item dmUDNavigationItem_010101356555 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="FEATURE STAGE" data-auto="page-text-style">FEATURE STAGE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/ce/science-poster-competition" class="unifiednav__item dmUDNavigationItem_010101607867 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="SCIENCE POSTER COMPETITION" data-auto="page-text-style">SCIENCE POSTER COMPETITION<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101468049 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CONTINUING ED" data-auto="page-text-style">CONTINUING ED<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/ce" class="unifiednav__item dmUDNavigationItem_010101227891 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CE AT APA 2024" data-auto="page-text-style">CE AT APA 2024<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> </ul> </nav> </div> </div> </div> <div class="dmRespRow u_1962591819" style="text-align: center;" id="1962591819"> <div class="dmRespColsWrapper" id="1493368668"> <div class="u_1328504416 dmRespCol small-12 medium-12 large-12 empty-column" id="1328504416"></div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header" has-shadow="true"> <div class="u_1376693601 dmRespRow" style="text-align: center;" id="1376693601"> <div class="dmRespColsWrapper" id="1586021505"> <div class="u_1885533720 dmRespCol small-12 large-5 medium-5" id="1885533720"> <div class="u_1123433237 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1123433237"> <a href="/" id="1780763847" file="false"><img src="https://lirp.cdn-website.com/a5ea5d51/dms3rep/multi/opt/Logo-web-header-1920w.png" id="1899803307" class="" data-dm-image-path="https://irp.cdn-website.com/a5ea5d51/dms3rep/multi/Logo-web-header.png" alt="APA 2024 | Seattle + Virtual | August 8-10" width="417" height="63" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1694166421 dmRespCol empty-column small-12 large-4 medium-4" id="1694166421"></div> <div class="u_1879452229 dmRespCol empty-column small-12 large-3 medium-3" id="1879452229"></div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="f014fc9487554eb885e18628ee6309e9===header" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" logo-size-target="65%" mini-header-show-only-navigation-row="true" has-shadow="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="dmRespRow fullBleedChanged fullBleedMode u_1390057392" id="1390057392"> <div class="dmRespColsWrapper" id="1553123796"> <div class="dmRespCol large-12 medium-12 small-12" id="1596592367"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1509368604" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-10 size-12"><a href="https://www.apa.org" target="_blank" runtime_url="https://www.apa.org" type="url" class="m-font-size-10 font-size-12" style="display: unset;">APA.org</a><span class="m-font-size-10 font-size-12" style="display: unset; color: rgba(0, 0, 0, 0);">.......</span><a href="https://apastyle.apa.org" target="_blank" runtime_url="https://apastyle.apa.org" type="url" class="m-font-size-10 font-size-12" style="display: unset;">APA Style</a><span class="m-font-size-10 font-size-12" style="display: unset; color: rgba(0, 0, 0, 0);">.......</span><a href="https://www.apaservices.org" target="_blank" runtime_url="https://www.apaservices.org" type="url" class="m-font-size-10 font-size-12" style="display: unset;">APA Services</a><span class="m-font-size-10 font-size-12" style="display: unset; color: rgba(0, 0, 0, 0);">.......</span><a href="https://www.apadivisions.org" target="_blank" runtime_url="https://www.apadivisions.org" type="url" class="m-font-size-10 font-size-12" style="display: unset;">Divisions</a></p></div> </div> </div> </div> <div class="u_1440418099 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1440418099"> <div class="dmRespColsWrapper" id="1286306734"> <div class="u_1932679815 small-12 dmRespCol large-4 medium-4" id="1932679815"> <div class="u_1342922693 imageWidget align-center" data-widget-type="image" id="1342922693" data-element-type="image"> <a href="/" id="1390806612" file="false"><img src="https://lirp.cdn-website.com/a5ea5d51/dms3rep/multi/opt/APA2025_TempLogo_Horizontal-1920w.png" id="1956293606" class="" data-dm-image-path="https://irp.cdn-website.com/a5ea5d51/dms3rep/multi/APA2025_TempLogo_Horizontal.png" alt="APA 2025" width="1920" height="387" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1758960427 dmRespCol small-12 large-8 medium-8" id="1758960427"> <nav class="u_1881042991 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1881042991" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101567761 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="2025 CALL FOR PROPOSALS" data-auto="page-text-style">2025 CALL FOR PROPOSALS<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals" class="unifiednav__item dmUDNavigationItem_010101243581 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" OVERVIEW AND DEADLINES " data-auto="page-text-style">OVERVIEW AND DEADLINES<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/division-programs" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_01010176518 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" DIVISION SESSIONS " data-auto="page-text-style">DIVISION SESSIONS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/division-posters" class="unifiednav__item dmUDNavigationItem_010101694735 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" DIVISION POSTERS " data-auto="page-text-style">DIVISION POSTERS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/psych-science-in-3" class="unifiednav__item dmUDNavigationItem_010101703064 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" PSYCH SCIENCE IN 3 " data-auto="page-text-style">PSYCH SCIENCE IN 3<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/rules-for-participation" class="unifiednav__item dmUDNavigationItem_010101312160 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" RULES FOR PARTICIPATION " data-auto="page-text-style">RULES FOR PARTICIPATION<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/division-contacts" class="unifiednav__item dmUDNavigationItem_010101257621 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" DIVISION CONTACTS AND REQUIREMENTS " data-auto="page-text-style">DIVISION CONTACTS AND REQUIREMENTS<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101821872 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ATTEND" data-auto="page-text-style">ATTEND<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/proposals/2025-convention-costs" class="unifiednav__item dmUDNavigationItem_010101860195 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="2025 CONVENTION COSTS" data-auto="page-text-style">2025 CONVENTION COSTS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/attend/convention-policies" class="unifiednav__item dmUDNavigationItem_010101398066 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CONVENTION POLICIES" data-auto="page-text-style">CONVENTION POLICIES<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/attend/future-conventions" class="unifiednav__item dmUDNavigationItem_010101258460 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" FUTURE CONVENTIONS " data-auto="page-text-style">FUTURE CONVENTIONS<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101380940 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="2024 ON DEMAND" data-auto="page-text-style">2024 ON DEMAND<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/attend/pricing" class="unifiednav__item dmUDNavigationItem_010101410158 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="2024 ON DEMAND PRICING" data-auto="page-text-style">2024 ON DEMAND PRICING<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="https://www.xcdsystem.com/apa/program/euJ3pFp/index.cfm" class="unifiednav__item dmUDNavigationItem_010101199549 " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text="EXPLORE FULL PROGRAM" data-auto="page-text-style">EXPLORE FULL PROGRAM<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/virtual" class="unifiednav__item dmUDNavigationItem_010101518829 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ON DEMAND PROGRAMS" data-auto="page-text-style">ON DEMAND PROGRAMS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/main-stage" class="unifiednav__item dmUDNavigationItem_010101778532 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="MAIN STAGE HEADLINE EVENTS" data-auto="page-text-style">MAIN STAGE HEADLINE EVENTS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/ceos-spotlight-series" class="unifiednav__item dmUDNavigationItem_010101732036 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="MAIN STAGE CEO's SPOTLIGHT SERIES" data-auto="page-text-style">MAIN STAGE CEO's SPOTLIGHT SERIES<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/keynotes" class="unifiednav__item dmUDNavigationItem_010101641441 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="MAIN STAGE KEYNOTES" data-auto="page-text-style">MAIN STAGE KEYNOTES<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/ethics-sessions" class="unifiednav__item dmUDNavigationItem_010101297894 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="MAIN STAGE ETHICS SESSIONS" data-auto="page-text-style">MAIN STAGE ETHICS SESSIONS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/agenda/feature-stage" class="unifiednav__item dmUDNavigationItem_010101356555 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="FEATURE STAGE" data-auto="page-text-style">FEATURE STAGE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/ce/science-poster-competition" class="unifiednav__item dmUDNavigationItem_010101607867 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="SCIENCE POSTER COMPETITION" data-auto="page-text-style">SCIENCE POSTER COMPETITION<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101468049 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CONTINUING ED" data-auto="page-text-style">CONTINUING ED<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/ce" class="unifiednav__item dmUDNavigationItem_010101227891 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CE AT APA 2024" data-auto="page-text-style">CE AT APA 2024<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_proposals/division-programs"> <div id="allWrapper" class="allWrapper"> <div id="dm_content" class="dmContent"> <div dm:templateorder="1" class="dmDefaultRespTmpl" id="1847669824"> <div class="innerPageTmplBox dmDefaultPage dmRespRowsWrapper" id="1277841198"> <div class="u_1608329000 dmRespRow dmSectionParallaxNew" id="1608329000"> <div class="dmRespColsWrapper" id="1018920993"> <div class="dmRespCol large-12 medium-12 small-12 u_1040393551" id="1040393551"> <div class="u_1410671727 dmNewParagraph" id="1410671727" style="transition: none 0s ease 0s; display: block;" data-element-type="paragraph" data-version="5"> <h1 class="m-size-24 text-align-center"><span class="m-font-size-24" m-font-size-set="true" style="color: rgb(0, 0, 0); display: initial; font-weight: normal;">Division Sessions</span></h1> </div></div> </div> </div> <div class="u_1038014082 dmRespRow fullBleedChanged fullBleedMode hide-for-small" id="1038014082"> <div class="dmRespColsWrapper" id="1602533357"> <div class="u_1547253742 dmRespCol empty-column large-12 medium-12 small-12 hide-for-small" id="1547253742"></div> </div> </div> <div class="u_1213996860 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1213996860"> <div class="dmRespColsWrapper" id="1700190431"> <div class="large-12 medium-12 small-12 dmRespCol u_1446032882" id="1446032882"> <div class="u_1471152206 dmNewParagraph" id="1471152206" style="transition: opacity 1s ease-in-out 0s; display: block;" data-version="5"><p class="m-size-16 size-20"><span class="font-size-20 m-font-size-16" style="display: initial;"><span class="font-size-20 m-font-size-16" style="display: initial;">If you’re submitting a proposal for a division session, you have four different session types to choose from: Critical Conversations, Flash Talks, Skill-Building Sessions, or Symposia. Learn more about each session type below. </span> </span></p><p><span style="display: initial;"><br/></span></p><p class="m-size-16 size-20"><span class="m-font-size-16 font-size-20" m-font-size-set="true" style="display: initial;">For additional division-specific information and program chairperson contact details, click</span><span single-space="true" class="m-font-size-16 font-size-20" style="display: initial;"> <span class="m-font-size-16 font-size-20" style="display: initial;"></span> </span><a href="/proposals/division-contacts" runtime_url="/proposals/division-contacts" type="page" class="m-font-size-16 font-size-20" m-font-size-set="true" style="display: initial;">here</a><span m-font-size-set="true" class="m-font-size-16 font-size-20" style="display: initial;">.</span><span style="display: initial;"><br/></span></p></div></div> </div> </div> <div class="u_1176727490 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1176727490"> <div class="dmRespColsWrapper" id="1629674653"> <div class="large-12 medium-12 small-12 dmRespCol u_1997007981" id="1997007981"> <div class="dmNewParagraph" data-element-type="paragraph" id="1341694021" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h2><span style="display: initial; color: rgb(0, 0, 0);">Division Program Types</span></h2> <p><span class="" style="display: initial; color: rgb(0, 0, 0);"><span style="display: initial; color: rgb(0, 0, 0);">Division session proposals are due on</span> </span><span style="color:rgb(0, 0, 0);font-weight:normal;display:initial;font-family:WhitneySSm-Bold-Adv_Web;">January 8, 2025</span><span style="display: initial; color: rgb(0, 0, 0); font-weight: bold;">.</span><span single-space="true" class="" style="display: initial; color: rgb(0, 0, 0);"> <span style="display: initial; color: rgb(0, 0, 0);"></span> </span></p></div></div> </div> </div> <div class="u_1147321734 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1147321734"> <div class="dmRespColsWrapper" id="1403334232"> <div class="large-12 medium-12 small-12 dmRespCol u_1480476457" id="1480476457"> <div class="dmNewParagraph" data-element-type="paragraph" id="1280294619" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h3><span style="display: initial;">Critical Conversations</span></h3> <p><span style="display: initial; font-style: italic;">CE-Eligible</span></p><p><span style="display: initial;">60 minutes<br/></span></p></div> <div class="dmNewParagraph text-align-left" id="1809391492" style="transition:opacity 1s ease-in-out 0s;direction:ltr;" data-version="5"><p class="ql-indent-1"><span class="" style="display: initial;"><span style="display: initial;">Critical Conversations are designed to support informed conversations between presenters and audience members. These sessions should begin with one or more brief presentations designed to provide the information needed for the audience to effectively participate in the discussion and include time for audience discussion.</span> </span></p></div></div> </div> </div> <div class="u_1622276971 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1622276971"> <div class="dmRespColsWrapper" id="1552546711"> <div class="large-12 medium-12 small-12 dmRespCol u_1014866915" id="1014866915"> <div class="dmNewParagraph" data-element-type="paragraph" id="1193410121" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h3><span style="display: initial;">Flash Talks</span></h3> <p><span style="display: initial;">60 minutes<br/></span></p></div> <div class="dmNewParagraph text-align-left" id="1049677006" style="transition:opacity 1s ease-in-out 0s;direction:ltr;" data-version="5"><p class="ql-indent-1"><span class="" style="display: initial;"><span style="display: initial;">Flash talk sessions feature four to six fast-paced, brief reports on hot topics, with individuals presenting for no more than five minutes each on various research, educational or practice topics. Flash talks should provide an interactive experience for the audience, and organizers should allocate time (e.g., 10 minutes for every three presentations) to support audience engagement. Interactive experiences could include posing questions that require audience participation or organizing the flash talks around a particular theme that offers an opportunity for audience and speaker integration and discussion. </span> </span></p><p class="ql-indent-1"><span style="display: initial;"><br/></span></p><p class="ql-indent-1"><span class="" style="display: initial;"><span style="display: initial;">Groups of four to six authors may propose a flash talk on a specific theme.</span> </span><strong style="display: initial; font-weight: bold;">Individual flash talk submissions are not accepted</strong><span style="display: initial;">.<br/></span></p></div></div> </div> </div> <div class="u_1136645078 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1136645078"> <div class="dmRespColsWrapper" id="1090563209"> <div class="large-12 medium-12 small-12 dmRespCol u_1164738304" id="1164738304"> <div class="dmNewParagraph" data-element-type="paragraph" id="1070968143" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h3><span style="display: initial;">Skill-Building Sessions</span></h3> <p><span style="display: initial; font-style: italic;">CE-Eligible</span></p><p><span style="display: initial;">60 minutes<br/></span></p></div> <div class="dmNewParagraph text-align-left" id="1507208339" style="transition: opacity 1s ease-in-out; direction: ltr;" data-version="5"><p class="ql-indent-1"><span style="display: initial; font-weight: 400;">Skill-Building sessions offer practical experience to help participants increase their understanding and skills in a particular area of current interest in the field of psychology. Activities and discussions should be woven into the session plan to help attendees truly apply learnings to their work. Session topics might include (but are not limited to) demonstrations of various methodologies, interviews, therapeutic or assessment techniques, statistical methods, or scientific approaches. </span><span style="display: initial;"><br/></span></p></div></div> </div> </div> <div class="u_1062050592 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1062050592"> <div class="dmRespColsWrapper" id="1247494539"> <div class="large-12 medium-12 small-12 dmRespCol u_1938683825" id="1938683825"> <div class="dmNewParagraph" data-element-type="paragraph" id="1017447314" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h3><span style="display: initial;">Symposia</span></h3> <p><span style="display: initial; font-style: italic;">CE-Eligible</span></p><p><span style="display: initial;">60 minutes<br/></span></p></div> <div class="dmNewParagraph text-align-left" id="1531031660" style="transition: opacity 1s ease-in-out; direction: ltr;" data-version="5"><p class="ql-indent-1"><span class="" style="display: initial;"><span style="display: initial;">Symposia are focused sessions in which</span> </span><span style="display: initial; font-weight: bold;">multiple</span><span class="" style="display: initial;"> <span style="display: initial;">speakers present information related to a unifying topic that is viewed as a significant common theme, issue, or question. The presentations generally include a review of data but may also include discussions of contrasting viewpoints or other innovative strategies for engaging the audience. A symposium should include two to three brief presentations of research, practice, or educational content. </span> </span></p><p><span style="display: initial;"> </span></p><p class="ql-indent-1"><span class="" style="display: initial;"><span style="display: initial;">A symposium may also include a very brief introduction to the topic by an expert who can set context and offer background for why the session topic is important. This expert could be the symposium chair or an additional speaker. Symposia may also include discussants who have expertise in the topic at hand and can briefly draw a unifying theme across the presentations. Participants should prepare presentations in advance so that the discussant, if there is one, can effectively draw linkages across the presentations. Including a chair or discussant in your symposium is</span> </span><span style="display: initial; font-weight: bold;">optional</span><span class="" style="display: initial;"><span style="display: initial;">. </span> </span></p><p class="ql-indent-1"><span style="display: initial;"><br/></span></p><p class="ql-indent-1"><span class="" style="font-weight: bold; display: initial;"><span style="font-weight: bold; display: initial;">A symposium is not a paper-reading session.</span> </span><span style="display: initial;">Participants are encouraged to actively engage their audience rather than reading from a paper.</span></p></div></div> </div> </div> <div class="dmRespRow" id="1467117731"> <div class="dmRespColsWrapper" id="1084408506"> <div class="dmRespCol large-12 medium-12 small-12" id="1045005609"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton u_1178796054" file="false" href="https://www.xcdsystem.com/apa/abstract/index.cfm?ID=LY3w87A" data-element-type="dButtonLinkId" id="1178796054" target="_blank"> <span class="iconBg" aria-hidden="true" id="1371410445"> <span class="icon hasFontIcon icon-star" id="1193041037"></span> </span> <span class="text" id="1559235175">Start a Proposal</span> </a> </div> </div> </div> <div class="u_1698567227 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1698567227"> <div class="dmRespColsWrapper" id="1302318402"> <div class="small-12 dmRespCol u_1112741610 medium-12 large-12" id="1112741610"> <div class="dmNewParagraph u_1662775401" data-element-type="paragraph" id="1662775401" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;" data-version="5"> <h2><span style="display: initial;">Submission Instructions</span></h2> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1351295402" style="transition: opacity 1s ease-in-out 0s;"><p><span class="" style="display: initial;"><span style="display: initial;">All APA 2025 division session proposals must be submitted online through the</span> </span><a href="https://www.xcdsystem.com/apa/abstract/index.cfm?ID=LY3w87A" runtime_url="https://www.xcdsystem.com/apa/abstract/index.cfm?ID=LY3w87A" type="url" style="display: initial;">call for proposals platform</a><span class="" style="display: initial;"> <span style="display: initial;">by</span> </span><span style="display: initial; font-weight: bold;">Wednesday, January 8, 2025 at 5 p.m. ET.</span><span class="" style="display: initial;"> <span style="display: initial;">If you do not already have an account, you will be asked to create one and complete your contact profile before starting. Please ensure that you allow yourself enough time to enter all of the required information before the deadline. We highly encourage participants to enter the required information in advance to account for any questions or issues that may arise when submitting through the online platform.</span></span></p><p><span style="display: initial; font-weight: normal;"><br/></span></p><p><span style="display: initial; font-weight: normal;">You can save your proposal(s) and return to them at a later time. After you have submitted your final proposal, you and your co-submitters can still make edits through the platform until the January 8 deadline.</span><span style="display: initial;"><br/></span></p></div> <div class="dmNewParagraph u_1141293404" data-element-type="paragraph" data-version="5" id="1141293404" data-styletopreserve="{" background-image":""}"=""> <h6><span style="display: initial;">What You'll Need to Submit Your Proposal</span></h6> <h6><span style="display: initial;"><span class="ql-cursor"></span><br/></span></h6> <h3><span style="display: initial;">Session Information</span></h3> <p><span class="" style="display: initial;"><span style="display: initial;">You will need the following information about your session to submit your proposal:</span> </span></p> <ul class="defaultList bullet"><li><span class="" style="display: initial; font-weight: bold;"><span style="display: initial; font-weight: bold;">Speaker Information</span> </span></li><li class="ql-indent-1"><span class="" style="display: initial; font-weight: normal;"><span style="display: initial; font-weight: normal;">For each presenter participating in the session, you will need to provide their first and last name, email address, and affiliation.</span> </span></li><li><span class="" style="display: initial;"><span style="display: initial;">The</span> </span><span style="display: initial; font-weight: bold;">APA Division</span><span class="" style="display: initial;"> <span style="display: initial;">you are submitting to—see the full list of APA Divisions</span> </span><a href="/proposals/division-contacts" runtime_url="/proposals/division-contacts" type="page" style="display: initial;">here</a></li><li class="ql-indent-1"><span class="" style="display: initial;"><span style="display: initial;">Not sure what Division to submit to? Review the list of Divisions to find the ones that cover your topic. Still can’t decide? Consider reaching out to the</span> </span><a href="/proposals/division-contacts" runtime_url="/proposals/division-contacts" type="page" style="display: initial;">Division program chairs</a><span class="" style="display: initial;"> <span style="display: initial;">to determine if your proposal is a good fit.</span></span></li><li><span style="display: initial; font-weight: bold;">Session Title</span><span class="" style="display: initial;"> <span style="display: initial;">(100 characters including spaces)</span></span></li><li class="ql-indent-1"><span class="" style="display: initial;"><span style="display: initial;">Tip: Attendees decide which sessions to attend based on their titles. Make sure yours is clear and engaging. </span> </span></li><li><span style="display: initial; font-weight: bold;">Program Type</span></li><li class="ql-indent-1"><span class="" style="display: initial;"><span style="display: initial;">This is either a Critical Conversation, Flash Talk, Skill-Building Session, or Symposium. Each session type offers a different experience for participants—from in-depth discussions in symposia to brief overviews of several research projects in Flash Talks.</span> </span></li><li><span class="" style="display: initial; font-weight: bold;"><span style="display: initial; font-weight: bold;">Session Description</span> </span><span style="display: initial; font-weight: normal;">(50 words)</span></li><li class="ql-indent-1"><span style="display: initial;">This is the brief description that will appear in the APA 2025 program. It should provide a clear overview of the session and make the case for why attendees should attend.</span></li><li><span class="" style="display: initial; font-weight: bold;"><span style="display: initial; font-weight: bold;">Key Session Takeaways</span> </span><span class="" style="display: initial; font-weight: normal;"><span style="display: initial; font-weight: normal;">(50 words each)</span> </span></li><li class="ql-indent-1"><span style="display: initial;"> Two action statements that describe what attendees will get from attending this session (e.g., Discover ways to..., Learn three strategies for...) </span></li><li style="direction: ltr;"><span class="" style="display: initial; font-weight: bold;"><span style="display: initial; font-weight: bold;">Session Abstract</span> </span><span style="display: initial;">(250-300 words) </span></li><li class="ql-indent-1" style="direction: ltr;"><span style="display: initial; color: rgb(36, 36, 36);">The abstract will be used by reviewers to select proposals for presentation at APA 2025. It</span><span class="" style="display: initial;"> <span style="display: initial;">should describe the session's overall focus and/or goals, including any interactive component or audience engagement strategy. It should also provide a brief mention of the content to be covered by each of the individual speakers/presenters. If you submit the session for CE consideration, the abstract will also be used to review the session for CE. </span></span></li><li><span style="display: initial; font-weight: bold;">Scheduling Accommodations (optional)</span></li><li class="ql-indent-1"><span style="display: initial;">If any of the participants require scheduling accommodations related to religious beliefs or other protected statuses, please provide details. NOTE: We will coordinate all other accommodation requests with participants after sessions have been accepted. </span></li></ul> <p><span style="display: initial;"><br/></span></p> <h3><span style="display: initial;">Presentation Information</span></h3> <p><span style="display: initial;">Each session submission requires specific information about the presentations and presenters involved. Please provide the following details based on your session type.</span></p><p><span style="display: initial;"><br/></span></p> <h4 class="m-size-14 size-18"><span class="m-font-size-14 font-size-18" style="display: initial;"><span class="m-font-size-14 font-size-18" style="display: initial;">For Critical Conversations and Skill-Building Sessions:</span> </span></h4> <ul class="defaultList bullet"><li style="direction: ltr;"><span class="" style="display: initial; font-weight: bold;"><span style="display: initial; font-weight: bold;">Presentation Title </span> </span></li><li class="ql-indent-1" style="direction: ltr;"><span style="display: initial;">Enter each title as “Presenter 1,” “Presenter 2,” etc. </span></li><li style="direction: ltr;"><span style="display: initial; font-weight: bold;">Abstract </span></li><li class="ql-indent-1" style="direction: ltr;"><span class="" style="display: initial;"><span style="display: initial;">Please enter "N/A" for the abstract.</span> </span></li><li style="direction: ltr;"><span style="display: initial; font-weight: bold;">Open Science Disclosure (optional) </span></li><li class="ql-indent-1" style="direction: ltr;"><span style="display: initial;">APA encourages researchers to use open science practices, and APA 2025 presenters can earn an open science badge for doing so. Badges will be placed next to eligible presentation titles in the APA 2025 program. </span></li></ul> <p><span style="display: initial;"><br/></span></p> <h4 class="m-size-14 size-18"><span class="m-font-size-14 font-size-18" style="display: initial;"><span class="m-font-size-14 font-size-18" style="display: initial;">For Flash Talks:</span> </span></h4> <ul class="defaultList bullet"><li style="direction: ltr;"><span style="display: initial; font-weight: bold;">Presentation Title</span><span class="" style="display: initial;"> <span style="display: initial;">(max 100 characters including spaces) </span></span></li><li class="ql-indent-1" style="direction: ltr;"><span style="display: initial;">This title should be unique to the presentation and different from the overall session title. </span></li><li style="direction: ltr;"><span style="display: initial;"> </span><span style="display: initial; font-weight: bold;">Presentation Abstract</span><span class="" style="display: initial;"> <span style="display: initial;">(max 300 words) </span></span></li><li class="ql-indent-1" style="direction: ltr;"><span style="display: initial;">Each presentation should have its own abstract. </span></li><li style="direction: ltr;"><span style="display: initial; font-weight: bold;">Open Science Disclosure (optional) </span></li><li class="ql-indent-1" style="direction: ltr;"><span style="display: initial;">APA encourages researchers to use open science practices, and APA 2025 presenters can earn an open science badge for doing so. Badges will be placed next to eligible presentation titles in the APA 2025 program. </span></li></ul> <p><span style="display: initial;"><br/></span></p> <h4 class="m-size-14 size-18"><span class="m-font-size-14 font-size-18" style="display: initial;"><span class="m-font-size-14 font-size-18" style="display: initial;">For Symposia:</span> </span></h4> <ul class="defaultList bullet"><li style="direction: ltr; color: rgb(0, 0, 0);"><span style="display: initial; font-style: normal; color: rgb(0, 0, 0); font-weight: bold;">Presentation Title</span><span class="" style="display: initial; font-style: normal; color: rgb(0, 0, 0);"> <span style="display: initial; font-style: normal; color: rgb(0, 0, 0);">(max 100 characters including spaces) </span></span></li><li class="ql-indent-1" style="direction: ltr; color: rgb(0, 0, 0);"><span style="display: initial; font-style: normal; color: rgb(0, 0, 0);">This title should be unique to the presentation and different from the overall session title. </span></li><li class="ql-indent-1" style="direction: ltr; color: rgb(0, 0, 0);"><span style="display: initial; font-style: normal; color: rgb(0, 0, 0);">For roles like “Session Chair” or “Discussant,” use those terms as the title. </span></li><li style="direction: ltr; color: rgb(0, 0, 0);"><span style="display: initial; font-style: normal; color: rgb(0, 0, 0);"> </span><span style="display: initial; font-style: normal; color: rgb(0, 0, 0); font-weight: bold;">Presentation Abstract</span><span class="" style="display: initial; font-style: normal; color: rgb(0, 0, 0);"> <span style="display: initial; font-style: normal; color: rgb(0, 0, 0);">(max 300 words) </span></span></li><li class="ql-indent-1" style="direction: ltr; color: rgb(0, 0, 0);"><span style="display: initial; font-style: normal; color: rgb(0, 0, 0);">Provide a 300-word abstract for each presentation in the symposium.If the role is “Discussant” or “Chair,” enter "N/A" for the abstract. </span></li><li style="direction: ltr; color: rgb(0, 0, 0);"><span style="display: initial; font-style: normal; color: rgb(0, 0, 0); font-weight: bold;">Open Science Disclosure</span><span class="" style="display: initial; font-style: normal; color: rgb(0, 0, 0);"> <span style="display: initial; font-style: normal; color: rgb(0, 0, 0);">(optional) </span></span></li><li class="ql-indent-1" style="direction: ltr; color: rgb(0, 0, 0);"><span style="display: initial; font-style: normal; color: rgb(0, 0, 0);">APA encourages researchers to use open science practices, and APA 2025 presenters can earn an open science badge for doing so. Badges will be placed next to eligible presentation titles in the APA 2025 program. </span><span style="display: initial;"><br/></span><span style="display: initial; font-style: normal;"><br/></span></li></ul> <p><span style="display: initial;"><br/></span></p> <h3><span style="display: initial;">CE Information</span></h3> <p><span class="" style="display: initial;"><span style="display: initial;">The APA Office of Continuing Education in Psychology sponsors continuing education (CE) credit for selected sessions offered by APA divisions and governance groups at APA 2025.</span> </span></p><p style="direction: ltr;"><span style="display: initial;"><br/></span></p><p style="direction: ltr;"><span class="" style="display: initial;"><span style="display: initial;">If you are submitting a Critical Conversation, Skill-Building Session, or Symposium, your session is eligible to be considered for CE credit. Business meetings, committee meetings, flash talks, poster sessions, and social hours are</span> </span><span style="display: initial; font-weight: bold;">not</span><span class="" style="display: initial;"> <span style="display: initial;">eligible for CE credit.</span> </span><a href="/proposals/division-programs#ce" runtime_url="/proposals/division-programs#ce" type="anchor" style="display: initial;">Learn more about submitting your session for CE credit</a><span class="" style="display: initial;"><span style="display: initial;">.</span> </span></p> <h3><span style="display: initial;"><br/></span></h3> <h3><span style="display: initial;">Policies</span></h3> <ul class="defaultList bullet"><li><span class="" style="display: initial;"><span style="display: initial;">All participants are expected to understand and agree to the</span> </span><a href="/proposals/rules-for-participation" runtime_url="/proposals/rules-for-participation" type="page" style="display: initial;">Rules for Participation</a><span style="display: initial; color: rgb(0, 0, 0);"><br/></span></li><li style="color: rgb(0, 0, 0);"><span style="display: initial; color: rgb(0, 0, 0);">All arrangements for the proposed session, including written acceptance by each participant, must be completed when the proposal for a fully organized program is submitted.<br/></span></li><li><span class="" style="display: initial; color: rgb(0, 0, 0);"><span style="display: initial; color: rgb(0, 0, 0);">All presentations should use</span> </span><a href="https://www.apa.org/about/apa/equity-diversity-inclusion/language-guidelines.pdf" target="_blank" runtime_url="https://www.apa.org/about/apa/equity-diversity-inclusion/language-guidelines.pdf" type="url" style="display: initial;">inclusive language</a><span class="" style="display: initial; color: rgb(0, 0, 0);"> <span style="display: initial; color: rgb(0, 0, 0);">that avoids stereotypes, labeling, and pejorative comments. Presenters are encouraged to acknowledge diversity and use appropriate descriptions, including those for gender, sexual orientation, racial and ethnic identity, disabilities, and age. Failure to adhere to these steps may lead to a request to revise or withdrawal of the submission.</span></span></li><li style="color: rgb(0, 0, 0);"><span style="display: initial; color: rgb(0, 0, 0);">Participants are reminded that the highest standard of courteous and respectful behavior is expected for presentations, especially when sensitive and controversial topics may require balanced and varied perspectives and opinions of the presenters and the audience.</span><span style="display: initial;"><br/></span></li></ul> </div> </div> </div> </div> <div class="dmRespRow" id="1667159833"> <div class="dmRespColsWrapper" id="1906102282"> <div class="u_1694864759 dmRespCol small-12 large-11 medium-11" id="1694864759"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton u_1498175800" file="false" href="https://www.xcdsystem.com/apa/abstract/index.cfm?ID=LY3w87A" data-element-type="dButtonLinkId" id="1498175800" target="_blank"> <span class="iconBg" aria-hidden="true" id="1874314974"> <span class="icon hasFontIcon icon-star" id="1991395572"></span> </span> <span class="text" id="1543931841">Start a Proposal</span> </a> </div> <div class="u_1051073700 dmRespCol small-12 large-1 medium-1" id="1051073700"> <div data-element-type="spacer" class="dmSpacer" id="1187936936"></div> </div> </div> </div> <div class="u_ce dmRespRow dmDefaultListContentRow" style="text-align:center" id="ce" data-anchor="ce"> <div class="dmRespColsWrapper" id="1902320902"> <div class="large-12 medium-12 small-12 dmRespCol u_1377843085" id="1377843085"> <div class="dmNewParagraph u_1710690544" data-element-type="paragraph" data-version="5" id="1710690544" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;"> <h2><span style="display: unset;">Continuing Education</span></h2> </div> <div class="dmNewParagraph u_1095869040" data-element-type="paragraph" data-version="5" id="1095869040" style="transition: none 0s ease 0s; text-align: left; display: block;"><p><span class="" style="display: initial;"><span style="display: initial;">The APA Office of Continuing Education in Psychology sponsors CE credit for selected sessions offered by APA divisions and governance groups at APA 2025.</span> </span></p><p><span style="display: initial;"><br/></span></p><p><span class="" style="display: initial;"><span style="display: initial;">If you are submitting a Critical Conversation, Skill-Building Session, or Symposium, your session is eligible to be considered for continuing education credit.</span> </span><span class="" style="display: initial; text-decoration: none;"><span style="display: initial; text-decoration: none;">Business meetings, committee meetings, flash talks, poster sessions, and social hours are</span> </span><span style="display: initial; text-decoration: none; font-weight: bold;">not</span><span class="" style="display: initial; text-decoration: none;"> <span style="display: initial; text-decoration: none;">eligible for CE credit.</span></span></p> <h5><span style="display: initial;"><br/></span></h5> <h3><span style="display: initial;">Why Submit Your Session for CE?</span></h3> <ul class="defaultList bullet"><li style="direction: ltr;"><span style="font-weight: bold; display: initial;">Help fellow attendees meet their continuing education goals.</span><span class="" style="display: initial;"> <span style="display: initial;">Many attendees of APA 2025 need to earn CE credits each year to meet their licensing standards.</span> </span></li><li style="direction: ltr;"><span style="display: initial; font-weight: bold;">Boost your CV.</span><span class="" style="display: initial;"> <span style="display: initial;">As a CE presenter, you are part of a select group of presenters charged with providing high-quality educational programming to attendees. </span></span></li></ul> <h5><span style="display: initial;"><br/>Our Goals</span></h5> <ul class="defaultList bullet"><li style="direction: ltr;"><span style="display: initial;">Provide APA members the opportunity to earn CE credit for selected sessions. </span></li><li style="direction: ltr;"><span style="display: initial;">Work with APA divisions and governance groups to promote high-quality educational programming. </span></li><li style="direction: ltr;"><span style="display: initial;">Highlight some of the outstanding programs offered at APA 2025. <br/></span></li></ul> <h3><span style="display: initial;"><br/>How to be Considered</span></h3> <p><span style="display: initial;">If you would like to submit your session for CE review, please be sure to review the “</span><a href="https://www.apa.org/about/policy/approval-standards.pdf" target="_blank" runtime_url="https://www.apa.org/about/policy/approval-standards.pdf" type="url" style="display: initial;">APA Standards and Criteria for Approval of Sponsors of Continuing Education for Psychologists</a><span style="display: initial;">” to make sure your session meets the parameters of CE in psychology.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">If your session meets the parameters of CE in psychology, select “Yes” to the Consideration for CE Credit question in the program submission form and then complete the following fields</span><span style="display: initial; font-style: normal; font-weight: normal;">: </span></p> <ul class="defaultList bullet"><li style="direction: ltr;"><span style="display: initial; font-style: normal; font-weight: normal;">Learning Objective </span></li><li style="direction: ltr;"><span style="display: initial; font-style: normal; font-weight: normal;">Reference List (at least three current, relevant, supporting, and complete references) </span></li><li style="direction: ltr;"><span style="display: initial; font-style: normal; font-weight: normal;">Equity, Diversity, and Inclusion </span></li><li style="direction: ltr;"><span class="" style="display: initial; font-style: normal; font-weight: normal;"><span style="display: initial; font-style: normal; font-weight: normal;">Instructor Qualifications (required for Chairs, Co-Chairs, and Presenters) </span> </span></li><li class="ql-indent-1" style="direction: ltr;"><span class="" style="display: initial; font-style: normal; font-weight: normal;"><span style="display: initial; font-style: normal; font-weight: normal;">Current Employment Title </span> </span></li><li class="ql-indent-1" style="direction: ltr;"><span class="" style="display: initial; font-style: normal; font-weight: normal;"><span style="display: initial; font-style: normal; font-weight: normal;">Number of Years in Current Position </span> </span></li><li class="ql-indent-1" style="direction: ltr;"><span class="" style="display: initial; font-style: normal; font-weight: normal;"><span style="display: initial; font-style: normal; font-weight: normal;">Education Background </span> </span></li><li class="ql-indent-1" style="direction: ltr;"><span class="" style="display: initial; font-style: normal; font-weight: normal;"><span style="display: initial; font-style: normal; font-weight: normal;">Professional Licensure Status </span> </span></li><li class="ql-indent-1" style="direction: ltr;"><span class="" style="display: initial; font-style: normal; font-weight: normal;"><span style="display: initial; font-style: normal; font-weight: normal;">Teaching Experience </span> </span></li><li class="ql-indent-1" style="direction: ltr;"><span style="display: initial; font-style: normal; font-weight: normal;">Previous Professional Positions </span></li></ul> <p style="direction: ltr;"><span style="display: initial;"><br/></span></p><p style="direction: ltr;"><span style="display: initial; font-style: italic; font-weight: normal;">Note: The Abstract section of the submission for will also be used to review the session for CE</span><span style="display: initial; font-style: italic;">. </span></p><p><span style="display: initial;"><br/>The CE Session items are included in the APA 2025 program submission form, and must be completed at the time of submission (and by the January 8 deadline). If your session is accepted by the division to which you submitted a proposal, it will be the division program chair’s decision to submit the session for CE review to the APA CE Office.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">The CE Office will review each session. Decisions are made by mid-May each year. If your session is approved to offer CE credits, the division program chair will notify you. The number of sessions offering CE credit may be limited due to cost, space considerations, and scheduling of sessions; therefore, not all sessions submitted for CE credit will be approved to offer CE credit.<br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1670896471" style="text-align: center;" id="1670896471"> <div class="dmRespColsWrapper" id="1306880617"> <div class="dmRespCol small-12 medium-12 large-12" id="1243018970"> <div class="u_1426140103 dmNewParagraph" data-element-type="paragraph" id="1426140103" style="transition:none 0s ease 0s;display:block;line-height:initial;" data-version="5"> <h4><span style="display: initial;">Important Information</span></h4> </div> <div class="dmNewParagraph" data-element-type="paragraph" id="1994686191" style="transition: opacity 1s ease-in-out 0s;" data-version="5"><p><span style="font-weight: normal; display: initial;">ALL presenters and program participants—members, nonmembers, and students—are required to register for APA 2025 and pay the appropriate registration fees. APA 2025 registration will open in April.</span></p></div> <div class="dmNewParagraph u_1106450125" data-element-type="paragraph" id="1106450125" style="transition: none 0s ease 0s; display: block; text-align: left;" data-version="5"> <h4><span style="display: initial;">Questions?</span></h4> </div> <div class="u_1455661674 dmNewParagraph" data-element-type="paragraph" id="1455661674" style="transition: opacity 1s ease-in-out 0s;">Contact the <a href="mailto:convention@apa.org" runtime_url="mailto:convention@apa.org">APA Convention Office</a></div></div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1601919518"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="dmRespRow u_1397741022" style="text-align: center;" id="1397741022"> <div class="dmRespColsWrapper" id="1742559939"> <div class="dmRespCol small-12 medium-12 large-12 u_1336822309" id="1336822309"> <div class="u_1776592524 imageWidget align-center" data-widget-type="image" id="1776592524" data-element-type="image"> <a href="http://www.apa.org" id="1669698252" file="false"><img src="https://lirp.cdn-website.com/a5ea5d51/dms3rep/multi/opt/APA-Logo-2019-Stacked-RGB-black-1920w.png" id="1601891580" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/a5ea5d51/dms3rep/multi/APA-Logo-2019-Stacked-RGB-black.png" alt="American Psychological Association" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1686005289 dmRespRow" style="text-align: center;" id="1686005289"> <div class="dmRespColsWrapper" id="1837856251"> <div class="u_1188157081 dmRespCol small-12 medium-4 large-4" id="1188157081"> <div class="dmNewParagraph u_1802365783" id="1802365783" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph" data-version="5"><p><span style="display:initial;font-family:WhitneySSm-Semibold-Adv_Web;">American Psychological Association</span></p><p><span style="display:initial;font-family:WhitneySSm-Semibold-Adv_Web;">750 First St. NE, Washington, DC 20002</span></p></div> <div class="dmNewParagraph" id="1318390063" style="transition:opacity 1s ease-in-out;line-height:initial;" data-version="5"><p class="size-12"><a href="https://www.apa.org/about/privacy" target="_blank" runtime_url="https://www.apa.org/about/privacy" type="url" class="font-size-12" style="color: rgb(0, 0, 0); display: initial;">Privacy Statement</a></p><p class="size-12"><a href="https://www.apa.org/about/termsofuse" target="_blank" runtime_url="https://www.apa.org/about/termsofuse" type="url" class="font-size-12" style="color: rgb(0, 0, 0); display: initial;">Terms of Use</a><a href="http://www.apa.org/about/termsofuse.aspx?_ga=2.6417650.1395301425.1528290359-217d0617-6b52-4a88-b217-8f5703628d0e" runtime_url="http://www.apa.org/about/termsofuse.aspx?_ga=2.6417650.1395301425.1528290359-217d0617-6b52-4a88-b217-8f5703628d0e" type="url" class="font-size-12" style="color: rgb(0, 0, 0); display: initial;"> </a></p><p class="size-12"><a href="https://www.apa.org/about/accessibility" class="font-size-12" style="color: rgb(0, 0, 0); display: initial;" runtime_url="https://www.apa.org/about/accessibility" type="url" target="_blank">Accessibility</a></p></div> <div class="u_1306643310 dmNewParagraph" id="1306643310" style="transition:opacity 1s ease-in-out;line-height:initial;" data-element-type="paragraph" data-version="5"> <h5 class="text-align-left" style="line-height: 1.5;"><a href="mailto:convention@apa.org" target="_blank" style="display: initial; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0); font-weight: normal;">convention@apa.org</a><span style="display: initial;"><span class="ql-cursor"></span></span></h5> </div></div> <div class="dmRespCol small-12 medium-4 large-4 u_1174838755" id="1174838755"> <div class="u_1623760587 dmNewParagraph" id="1623760587" style="transition: opacity 1s ease-in-out 0s;" data-element-type="paragraph" data-version="5"><p style="line-height: 2;" class="m-size-11 size-14"><a href="/past-convention-programs" runtime_url="/past-convention-programs" type="page" class="m-font-size-11 font-size-14" style="font-weight:normal;display:initial;font-family:WhitneySSm-Semibold-Adv_Web;">Past Convention Programs</a><span style="display: initial;" class="font-size-14 m-font-size-11"><br/></span></p><p class="m-size-11 size-14" style="line-height: 2;"><a href="/exhibitors/index-old" runtime_url="/exhibitors/index-old" type="page" style="font-weight:normal;display:initial;font-family:WhitneySSm-Semibold-Adv_Web;" class="font-size-14 m-font-size-11">Exhibit / Sponsor / Advertise</a></p></div></div> <div class="dmRespCol small-12 medium-4 large-4 u_1318870211" id="1318870211"> <div class="dmNewParagraph" id="1249266633" style="transition:opacity 1s ease-in-out;line-height:initial;" data-version="5"><p class="size-14"><span style="font-weight: 900; display: initial;" class="font-size-14">#APA2025</span></p></div> <div class="u_1215687927 align-center text-align-center dmSocialHub gapSpacing" id="1215687927" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://twitter.com/apaconvention" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Twitter')"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://facebook.com/AmericanPsychologicalAssociation" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://linkedin.com/showcase/apa-annual-convention" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Linkedin')"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://youtube.com/user/TheAPAVideo" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Youtube')"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="mailto:convention@apa.org" dm_dont_rewrite_url="true" aria-label="email" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Email')"> <span class="dmSocialEmail dm-social-icons-email oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> <div class="dmNewParagraph u_1760709168" data-element-type="paragraph" data-version="5" id="1760709168" style="transition: opacity 1s ease-in-out 0s;"> <h5><span style="font-weight: normal; display: initial;">Stay Updated on APA 2025</span></h5> <p><span class="" style="display: initial;"><span style="display: initial;">Get added to our</span> </span><a href="https://input.apa.org/671" target="_blank" runtime_url="https://input.apa.org/671" type="url" style="display: initial;">email list.</a><span single-space="true" class="" style="display: initial;"> <span style="display: initial;"></span> </span></p></div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_4980"; var build = "2024-12-02T09_48_21"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-12-02T09_48_21"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <script type="application/javascript" src="https://privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js" data-swh-uuid="d064b5d2efab4139aee2be807047d295"> </script> <script id="usercentrics-cmp" data-settings-id="tMilkHpnEq89zj" data-settings-cache="1686085391360" src="https://app.usercentrics.eu/browser-ui/latest/loader.js" async="" data-swh-uuid="d064b5d2efab4139aee2be807047d295"> </script> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4980'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4980'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =false; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["feature.flag.notifications.push.from.top"] =false; </script> <script src="https://static.cdn-website.com/mnlt/production/4980/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/4980/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { const queryParams = new URLSearchParams(window.location.search); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((value, key) => { if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: 'a5ea5d51' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: a5ea5d51 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Begin Body End Markup --> <script type="text/javascript"> _linkedin_partner_id = "578986"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=578986&fmt=gif" /> </noscript> <script> (function(){ var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function(){ acsbJS.init({ statementLink : '', footerHtml : '', hideMobile : false, hideTrigger : false, disableBgProcess : false, language : 'en', position : 'right', leadColor : '#146FF8', triggerColor : '#146FF8', triggerRadius : '50%', triggerPositionX : 'right', triggerPositionY : 'bottom', triggerIcon : 'people', triggerSize : 'bottom', triggerOffsetX : 20, triggerOffsetY : 20, mobile : { triggerSize : 'small', triggerPositionX : 'right', triggerPositionY : 'bottom', triggerOffsetX : 10, triggerOffsetY : 10, triggerRadius : '20' } }); }; h.appendChild(s); })(); </script><!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> <script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=1941932181" async></script></body> </html>