CINXE.COM

Letter

<!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://unitedsciencealliance.org/', AccountUUID: 'b375a8849f0a44f4a945254d1e101ab8', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '2f655f1a', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Thu Feb 13 21:01:16 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '7b2d25cfdded403f9c4afc6272b8d5f1', InitialPageId: '1171472995', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: 'e932f504016c4fdfa2d886acb944ac6b', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '51920', 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, 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: -1, NavbarLiveHomePage: 'https://unitedsciencealliance.org/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: false, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; 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 --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="http://www.unitedsciencealliance.org/"> <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"> <title>Letter </title> <!--Add favorites icons--> <link rel="icon" type="image/x-icon" href="https://static.cdn-website.com/runtime/favicon_d1_res.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"> </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> <style id="criticalCss"> @charset "UTF-8";*,.dmPopup,:after,:before{box-sizing:border-box}.dmRespRow:after,DIV.dmBody{clear:both}@font-face{font-family:WhitneySSm-Semibold-Adv_Web;src:url(https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-Semibold-Adv_Web-7e42_400.woff);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SentinelSSm-Book-Pro_Web;src:url(https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-Book-Pro_Web-f2a5_400.woff);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:WhitneySSm-Book-Adv_Web;src:url(https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-Book-Adv_Web-3ee8_400.woff);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.dmInner{min-height:100vh!important;position:relative}.dmPopup,.dmPopupMask{position:fixed;left:0}.display_None{display:none}.dmDisplay_None{display:none!important}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;display:none;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup{display:block}.dmPopup{text-align:left;top:10px;width:93%;z-index:1000009999!important;background:#f5f5f5;overflow-y:auto;height:100%;display:block}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{display:block;font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}@media (min-width:1025px){:root{--btn-text-font-size:15px}}@media (min-width:768px) and (max-width:1024px){:root{--btn-text-font-size:15px}}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}strong{font-weight:700}hr{box-sizing:content-box;height:0}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}.dmHeader,.dmRespRow .dmRespCol>*{max-width:100%}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#innerBar,#iscrollBody,#site_content,.dmHeader{position:relative}.dmInner{min-width:768px!important;font-size:16px;background:#fff;color:#666}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] p,.dmNewParagraph[data-version] ul{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] ul{padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.dmNewParagraph[data-version] ul>li{list-style-type:none;text-indent:-1.5em;margin:0 1em;margin-inline-end:0;margin-inline-start:2em}.dmNewParagraph[data-version] ul>li:before{min-width:1em;display:inline-block;margin-right:.5em;margin-inline-start:0;margin-inline-end:.5em;text-align:right;text-align:end;font-weight:700;content:'\2022';font-family:Arial}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{-webkit-overflow-scrolling:touch;width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}h1,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}li,ul{vertical-align:top}.dmOuter{word-wrap:break-word}.dmDesktopBody .dmInner{min-width:960px}.dmHeader{background:#68ccd1;color:#666;text-align:center;width:100%}DIV.dmBody{padding:0}.dmContent{margin:0;padding:0}#innerBar{height:36px;width:100%;font-size:20px;margin:0;z-index:80}#dm .dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRowsWrapper{max-width:960px;margin:0 auto}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#666}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px;background-color:rgba(102,102,102,.2)}.dmStandardDesktop{display:block;margin:0 auto}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}body{background-color:#eee}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}#dm .dmBody div.u_1243667655,#dm .dmInner div.u_hcontainer{float:none!important;left:0!important;position:relative!important;height:auto!important;min-width:0!important;text-align:center!important}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column{min-height:100px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}#dm div.dmRespCol>*{line-height:normal}#dm div.dmInner{line-height:initial}#dm div.dmInner h1{font-family:Montserrat,"Montserrat Fallback"}#dm DIV.dmInner{background-repeat:no-repeat;background-image:url(https://irt-cdn.multiscreensite.com/ce0bb35f932b47bb809d0e37905542ba/dms3rep/multi/site_background_education-2087x1173.jpg);background-size:cover;background-position:50% 0}#dm div.dmOuter div.dmInner{background-position:center center;background-repeat:repeat;background-size:auto}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-weight:300;color:rgba(147,147,147,1);font-family:Roboto,"Roboto Fallback"}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm div.dmContent h1{color:#646464;direction:ltr;font-family:Oswald,"Oswald Fallback";font-weight:700;font-style:normal;text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.dmNewParagraph li,#dm div.dmNewParagraph p{color:#000;font-family:"Roboto Slab","Roboto Slab Fallback";font-weight:400;line-height:1.6}#dm div.dmContent h1{line-height:initial;font-size:40px}#dm DIV.dmOuter DIV.dmInner{background-image:none;background-color:rgba(255,255,255,1)}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:16px}#dm div.dmNewParagraph li,#dm div.dmNewParagraph p{font-size:18px}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:1px;--btn-border-radius:50px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgb(239, 0, 91);--btn-border-color:rgba(0, 0, 0, 0);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(255, 255, 255);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgb(243, 0, 88);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:var(--btn-border-color);--btn-hover-text-color:var(--btn-text-color);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:15px}}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(0,0,0,0)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmInner div.u_hcontainer{top:0!important;width:100%!important;max-width:100%!important;padding:25px 0 20px!important;margin:0 auto!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-bottom:20px!important;padding-top:25px!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding:15px 0!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer div.u_1610251450{padding-left:10px!important}#dm .p_hfcontainer div.u_1719448921{margin-top:0!important;padding:0 40px!important}#dm .d-page-1716942098 DIV.dmInner{background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important;background-position:50% 50%!important}body.dmDesktopBody .d-header-wrapper{display:none!important}#dm .dmBody div.u_1565222571{margin:8px 0 30px!important;padding:2px 0!important}#dm .dmBody div.u_1243667655{top:0!important;width:auto!important;max-width:none!important;margin:0!important;padding:160px 40px 0!important}.font-size-14,.size-14{font-size:14px!important}.font-size-44,.size-44{font-size:44px!important}#\31 049916591,#\31 173148036,#\31 217010695,#\31 253858808,#\31 619885763,#\31 954206297{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } .stickyHeaderSpacer { display: none; } </style> <style id="fontFallbacks"> @font-face { font-family: "Roboto Slab Fallback"; src: local('Arial'); ascent-override: 97.7562%; descent-override: 25.2818%; size-adjust: 107.1903%; line-gap-override: 0%; }@font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Oswald Fallback"; src: local('Arial'); ascent-override: 145.0682%; descent-override: 35.1423%; size-adjust: 82.2372%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <meta property="og:type" content="website"> <meta property="og:url" content="http://www.unitedsciencealliance.org/"> <meta name="twitter:card" content="summary"/> <meta name="twitter:image" content="https://lirp.cdn-website.com/2f655f1a/dms3rep/multi/opt/united-science-alliance-6d470d48-1920w.jpg"/> <meta property="og:image" content="https://lirp.cdn-website.com/2f655f1a/dms3rep/multi/opt/united-science-alliance-6d470d48-1920w.jpg"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody " 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="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" 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> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="3160be7e691447abbddc535d6cfafc7a===header"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="dmRespRow u_1719448921 fullBleedChanged fullBleedMode" style="text-align: center;" id="1719448921"> <div class="dmRespColsWrapper" id="1619885763"> <div class="u_1898063139 dmRespCol small-12 medium-6 large-6 empty-column" id="1898063139"></div> <div class="u_1610251450 dmRespCol small-12 medium-6 large-6 empty-column" id="1610251450"></div> </div> </div> </div> </div> </div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1243667655 dmRespRow" style="text-align: center;" id="1243667655"> <div class="dmRespColsWrapper" id="1173148036"> <div class="dmRespCol small-12 u_1620106714 medium-12 large-12" id="1620106714"> <div class="dmNewParagraph u_1565222571" data-element-type="paragraph" data-version="5" id="1565222571" style="transition: opacity 1s ease-in-out;"><p class="size-14 m-size-11 text-align-center"><span style="display:unset;font-family:WhitneySSm-Book-Adv_Web;" class="font-size-14 m-font-size-11">Coordinated by the American Psychological Association</span></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1899608478" style="transition: opacity 1s ease-in-out;"> <h1 class="m-size-35 size-44" style="line-height: 1.3;"><span style="color:rgb(0, 0, 0);font-weight:500;display:initial;font-family:Oswald, 'Oswald Fallback';" class="m-font-size-35 font-size-44">TO THE RESEARCHERS, EDUCATORS, AND ACADEMICS <br/>OF THE UNITED STATES OF AMERICA,</span></h1> <h1 style="line-height: 1.3;"><span style="display: initial;"><br/></span></h1> <h1 class="m-size-35 size-44" style="line-height: 1.5;"><span style="color:rgb(223, 13, 13);font-weight:500;display:initial;font-family:Oswald, 'Oswald Fallback';" class="m-font-size-35 font-size-44">YOUR WORK IS NEEDED NOW MORE THAN EVER.</span></h1> <h1 style="line-height: 1.5;"><span style="display: initial;"><br/></span></h1> <p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;">American science and innovation have advanced humanity for generations. The pursuit of science has led to humanity&rsquo;s greatest advances, improving people&rsquo;s lives and the health of our planet.</span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;"><br/></span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;">But today, science is under threat. The Pew Research Center found the share of Americans who say science has had a mostly positive effect on society has fallen and there&rsquo;s been a continued decline in public trust in scientists.</span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;"><br/></span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;">In this unpredictable time, we must remind ourselves of what remains the same. We need scientific research to support the health and safety of people and our planet. We need policy decisions that are grounded in research and data. We need researchers and educators who will seek scientific truths and prepare the next generation to carry on this critical work.</span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;"><br/></span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;">Science is at the core of our missions and we remain firmly committed to supporting, elevating, and fighting for science and those who further it.</span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;"><br/></span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;">This is our commitment to you.</span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;"><br/></span></p> <ul class="defaultList bullet"><li><strong style="font-weight:bold;display:initial;font-family:SentinelSSm-Book-Pro_Web;">We will champion scientific integrity, including academic freedom, the inclusion of diverse perspectives, and policies grounded in scientific evidence.<br/><br/></strong></li><li><strong style="font-weight:bold;display:initial;font-family:SentinelSSm-Book-Pro_Web;">We will fight to ensure that research funding is stable and predictable, allowing scientists to pursue ambitious research and make meaningful discoveries.<br/><br/></strong></li><li><strong style="font-weight:bold;display:initial;font-family:SentinelSSm-Book-Pro_Web;">We will work to ensure experts like you have the resources they need to pursue research with autonomy and integrity, including critical datasets.<br/><br/></strong></li><li><strong style="font-weight:bold;display:initial;font-family:SentinelSSm-Book-Pro_Web;">We will continue to impress on others the importance of science as an objective, unbiased approach to understanding our world.</strong></li></ul> <p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;"><br/></span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;">Scientific truths are nonpartisan. It has never been more important to recommit to scientific knowledge, and to ensure you have access to data, are free from censorship, and are able to do your valuable work.</span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;"><br/></span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;">We are committed to working every day to ensure that the researchers who have devoted their lives to discovery and truth can safely continue working to improve lives and benefit society.</span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;"><br/></span></p><p><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;">Sincerely,</span><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow" id="1822750524"> <div class="dmRespColsWrapper" id="1049916591"> <div class="dmRespCol large-4 medium-4 small-12" id="1728839855"> <div class="dmNewParagraph u_1744770521" data-element-type="paragraph" data-version="5" id="1744770521" style="transition: opacity 1s ease-in-out;"> <ul class="defaultList bullet"><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Anthropological Association</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Association for Dental, Oral, and Craniofacial Research</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Association for Public Opinion Research</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Association for the Advancement of Science</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Association of Immunologists</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Association of Physics Teachers</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Geophysical Union</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Industrial Hygiene Association</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Institute of Biological Sciences</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Meteorological Society</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Physiological Society</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Political Science Association</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Psychological Association</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Psychological Association Services Inc.</span></li><li class="size-16 m-size-13"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Society for Cell Biology</span><span style="display: initial;"><br/></span></li></ul> </div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1460086678"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1195829851" style="transition: opacity 1s ease-in-out;"> <ul class="defaultList bullet"><li style="line-height: 1.5;" class="size-16 m-size-13"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Society for Microbiology</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Society for Pharmacology and Experimental Therapeutics (ASPET)</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Society of Civil Engineers</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Society of Plant Biologists</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Sociological Association</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Statistical Association</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">American Thoracic Society</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Americans for Medical Progress</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Association for Behavioral and Cognitive Therapies (ABCT)</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Association for Computing Machinery (ACM)</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Association for Psychological Science</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Association for the Sciences of Limnology and Oceanography</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Association for Women in Science</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Association of Population Centers</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Computing Research Association</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Council on Undergraduate Research</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span style="display:initial;font-family:SentinelSSm-Book-Pro_Web;" class="font-size-16 m-font-size-13">Entomological Society of America</span><span style="display: initial;"><br/></span></li></ul> </div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1068297710"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1901682485" style="transition: opacity 1s ease-in-out;"> <ul class="defaultList bullet"><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Federation of Associations in Behavioral &amp; Brain Sciences</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Gerontological Society of America</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Linguistic Society of America</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">National Council on Family Relations</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">National Postdoctoral Association</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Population Association of America</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Population Researcher</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Psychonomic Society</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Society for Neuroscience</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Society for Personality and Social Psychology</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Society for Personality Assessment</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Society for Research on Adolescence</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Society for the Psychological Study of Social Issues</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">Society of Behavioral Medicine</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">The Association for Research in Vision and Ophthalmology (ARVO)</span></li><li class="m-size-13 size-16" style="line-height: 1.5;"><span class="font-size-16 m-font-size-13" style="display:unset;font-family:SentinelSSm-Book-Pro_Web;">The Wildlife Society</span><span style="display: initial;"><br/></span></li></ul> </div> </div> </div> </div> <div class="dmRespRow" id="1769015288"> <div class="dmRespColsWrapper" id="1217010695"> <div class="dmRespCol large-12 medium-12 small-12" id="1909376742"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton u_1954206297" file="true" href="https://irp.cdn-website.com/2f655f1a/files/uploaded/2025_APA_United-Science-Alliance-Letter.pdf" data-element-type="dButtonLinkId" id="1954206297" target="_blank"> <span class="iconBg" aria-hidden="true" id="1618109826"> <span class="icon hasFontIcon icon-star" id="1895058119"></span> </span> <span class="text" id="1637893544">Download the Letter</span> </a> </div> </div> </div> </div> </div> </div> </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_1632155419" style="text-align: center;" id="1632155419"> <div class="dmRespColsWrapper" id="1253858808"> <div class="u_1063824722 dmRespCol small-12 medium-12 large-12" id="1063824722"> <div data-element-type="image" class="u_1569322192 imageWidget dmLandingImg" id="1569322192"><img src="https://irp-cdn.multiscreensite.com/md/dmtmpl/2025d9d5-ebdf-45c0-b937-333452e9b4b4/dms3rep/multi/reward_logo.svg" id="1608484809" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/md/dmtmpl/2025d9d5-ebdf-45c0-b937-333452e9b4b4/dms3rep/multi/reward_logo.svg" onerror="handleImageLoadError(this)" height="91.90625" width="91.0"/></div> <div class="u_1293552929 dmNewParagraph" data-element-type="paragraph" id="1293552929" style="transition: none 0s ease 0s; text-align: center;" data-version="5"> <h6 class="text-align-center"><span style="font-weight: 300; color: rgb(255, 255, 255); display: initial;">Number, Street, City, State, Zip Code</span></h6> </div> <div class="u_1970798802 align-center text-align-center dmSocialHub gapSpacing" id="1970798802" 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://facebook.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://twitter.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Twitter&apos;)"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://youtube.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Youtube&apos;)"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </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> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Roboto+Slab:ital,wght@0,100..900;1,100..900&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=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:ital,wght@0,200..700;1,200..700&amp;subset=latin-ext&amp;display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style> @font-face { font-family: "WhitneySSm-SemiboldItalic-Adv_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-SemiboldItalic-Adv_Web-a0b2_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-Black-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-Black-Pro_Web-609e_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-LightItalic-Adv_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-LightItalic-Adv_Web-429e_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-BookItalic-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-BookItalic-Pro_Web-7598_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-MediumItalic-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-MediumItalic-Pro_Web-d25b_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-Book-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-Book-Pro_Web-f2a5_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-Medium-Adv_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-Medium-Adv_Web-804f_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-LightItalic-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-LightItalic-Pro_Web-80b_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/2f655f1a/fonts/SentinelSSm-Semibold-Pro_Web-1ec_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-BookItalic-Adv_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-BookItalic-Adv_Web-5593_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-Light-Adv_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-Light-Adv_Web-c2a3_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-BlackItalic-Adv_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-BlackItalic-Adv_Web-347d_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-Light-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-Light-Pro_Web-bd39_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-Medium-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-Medium-Pro_Web-3575_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/2f655f1a/fonts/SentinelSSm-Bold-Pro_Web-b204_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/2f655f1a/fonts/WhitneySSm-Semibold-Adv_Web-7e42_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-BlackItalic-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-BlackItalic-Pro_Web-ce2_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-Black-Adv_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-Black-Adv_Web-28c6_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/2f655f1a/fonts/WhitneySSm-Book-Adv_Web-3ee8_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-BoldItalic-Adv_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-BoldItalic-Adv_Web-b957_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/2f655f1a/fonts/WhitneySSm-Bold-Adv_Web-5528_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-SemiboldItalic-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-SemiboldItalic-Pro_Web-3ec8_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "SentinelSSm-BoldItalic-Pro_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/SentinelSSm-BoldItalic-Pro_Web-41b_400.woff"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "WhitneySSm-MediumItalic-Adv_Web"; src: url("https://irp.cdn-website.com/2f655f1a/fonts/WhitneySSm-MediumItalic-Adv_Web-9093_400.woff"); font-weight: 400; font-style: normal; } </style> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5371/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/bf7b6fedcdacfe2526d81ca687cf375e.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://irp.cdn-website.com/2f655f1a/files/2f655f1a_withFlex_1.min.css?v=18" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://irp.cdn-website.com/2f655f1a/files/2f655f1a_home_withFlex_1.min.css?v=18" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-44, .size-44, .size-44 > font { font-size: 44px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= 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_5371"; var build = "2025-04-07T12_49_36"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-04-07T12_49_36"; 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 --> <!-- 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/5371'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5371'; 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["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'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["feature.flag.notifications.push.from.top"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["editor.link.on.container"] =false; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/5371/_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/5371/_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() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); 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: '2f655f1a' }); // 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: 2f655f1a --> <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 --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10