CINXE.COM
The Future is Now: Encouraging Civic Engagement Among Global Youth - World Ocean Day
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <script> //---------------------------------------------------------- //------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS ------- //---------------------------------------------------------- if ( ! gform ) { document.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } ); document.addEventListener( 'gform/theme/scripts_loaded', function() { gform.themeScriptsLoaded = true; } ); window.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } ); var gform = { domLoaded: false, scriptsLoaded: false, themeScriptsLoaded: false, isFormEditor: () => typeof InitializeEditor === 'function', /** * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated. * @remove-in 3.1 this function will not check for gform.isFormEditor(). */ callIfLoaded: function ( fn ) { if ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) { if ( gform.isFormEditor() ) { console.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' ); } fn(); return true; } return false; }, /** * Call a function when all scripts are loaded * * @param function fn the callback function to call when all scripts are loaded * * @returns void */ initializeOnLoaded: function( fn ) { if ( ! gform.callIfLoaded( fn ) ) { document.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } ); document.addEventListener( 'gform/theme/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } ); window.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } ); } }, hooks: { action: {}, filter: {} }, addAction: function( action, callable, priority, tag ) { gform.addHook( 'action', action, callable, priority, tag ); }, addFilter: function( action, callable, priority, tag ) { gform.addHook( 'filter', action, callable, priority, tag ); }, doAction: function( action ) { gform.doHook( 'action', action, arguments ); }, applyFilters: function( action ) { return gform.doHook( 'filter', action, arguments ); }, removeAction: function( action, tag ) { gform.removeHook( 'action', action, tag ); }, removeFilter: function( action, priority, tag ) { gform.removeHook( 'filter', action, priority, tag ); }, addHook: function( hookType, action, callable, priority, tag ) { if ( undefined == gform.hooks[hookType][action] ) { gform.hooks[hookType][action] = []; } var hooks = gform.hooks[hookType][action]; if ( undefined == tag ) { tag = action + '_' + hooks.length; } if( priority == undefined ){ priority = 10; } gform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } ); }, doHook: function( hookType, action, args ) { // splice args from object into array and remove first index which is the hook name args = Array.prototype.slice.call(args, 1); if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action], hook; //sort by priority hooks.sort(function(a,b){return a["priority"]-b["priority"]}); hooks.forEach( function( hookItem ) { hook = hookItem.callable; if(typeof hook != 'function') hook = window[hook]; if ( 'action' == hookType ) { hook.apply(null, args); } else { args[0] = hook.apply(null, args); } } ); } if ( 'filter'==hookType ) { return args[0]; } }, removeHook: function( hookType, action, priority, tag ) { if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action]; hooks = hooks.filter( function(hook, index, arr) { var removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority); return !removeHook; } ); gform.hooks[hookType][action] = hooks; } } }; } </script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO plugin v24.8.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>The Future is Now: Encouraging Civic Engagement Among Global Youth - World Ocean Day</title> <link rel="canonical" href="https://worldoceanday.org/vote/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="The Future is Now: Encouraging Civic Engagement Among Global Youth - World Ocean Day" /> <meta property="og:description" content="Image: Surfers Against Sewage 2024 is a huge year for elections around the world, including these 25 particularly important ones. By the end of this year, over half of the […]" /> <meta property="og:url" content="https://worldoceanday.org/vote/" /> <meta property="og:site_name" content="World Ocean Day" /> <meta property="article:published_time" content="2024-10-29T22:41:32+00:00" /> <meta property="article:modified_time" content="2024-11-04T22:06:56+00:00" /> <meta property="og:image" content="https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1.jpg" /> <meta property="og:image:width" content="2560" /> <meta property="og:image:height" content="1280" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="author" content="Laura Johnson" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="Laura Johnson" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="7 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://worldoceanday.org/vote/#article","isPartOf":{"@id":"https://worldoceanday.org/vote/"},"author":{"name":"Laura Johnson","@id":"https://worldoceanday.org/#/schema/person/91214320825b0b703f0b65e6b85bdafe"},"headline":"The Future is Now: Encouraging Civic Engagement Among Global Youth","datePublished":"2024-10-29T22:41:32+00:00","dateModified":"2024-11-04T22:06:56+00:00","mainEntityOfPage":{"@id":"https://worldoceanday.org/vote/"},"wordCount":1407,"publisher":{"@id":"https://worldoceanday.org/#organization"},"image":{"@id":"https://worldoceanday.org/vote/#primaryimage"},"thumbnailUrl":"https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1.jpg","articleSection":{"1":"Youth","2":"Resources","3":"Policy","4":"Ocean and Climate"},"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://worldoceanday.org/vote/","url":"https://worldoceanday.org/vote/","name":"The Future is Now: Encouraging Civic Engagement Among Global Youth - World Ocean Day","isPartOf":{"@id":"https://worldoceanday.org/#website"},"primaryImageOfPage":{"@id":"https://worldoceanday.org/vote/#primaryimage"},"image":{"@id":"https://worldoceanday.org/vote/#primaryimage"},"thumbnailUrl":"https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1.jpg","datePublished":"2024-10-29T22:41:32+00:00","dateModified":"2024-11-04T22:06:56+00:00","breadcrumb":{"@id":"https://worldoceanday.org/vote/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://worldoceanday.org/vote/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://worldoceanday.org/vote/#primaryimage","url":"https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1.jpg","contentUrl":"https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1.jpg","width":2560,"height":1280},{"@type":"BreadcrumbList","@id":"https://worldoceanday.org/vote/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://worldoceanday.org/"},{"@type":"ListItem","position":2,"name":"The Future is Now: Encouraging Civic Engagement Among Global Youth"}]},{"@type":"WebSite","@id":"https://worldoceanday.org/#website","url":"https://worldoceanday.org/","name":"World Ocean Day","description":"Uniting Ocean Action Worldwide on 8 June Every Year","publisher":{"@id":"https://worldoceanday.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://worldoceanday.org/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://worldoceanday.org/#organization","name":"World Ocean Day","url":"https://worldoceanday.org/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://worldoceanday.org/#/schema/logo/image/","url":"https://worldoceanday.org/wp-content/uploads/2021/05/logo_v2.svg","contentUrl":"https://worldoceanday.org/wp-content/uploads/2021/05/logo_v2.svg","width":1831,"height":802,"caption":"World Ocean Day"},"image":{"@id":"https://worldoceanday.org/#/schema/logo/image/"}},{"@type":"Person","@id":"https://worldoceanday.org/#/schema/person/91214320825b0b703f0b65e6b85bdafe","name":"Laura Johnson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://worldoceanday.org/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/68125c49d4d90b2c2f0e4257b14db0e9?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/68125c49d4d90b2c2f0e4257b14db0e9?s=96&d=mm&r=g","caption":"Laura Johnson"},"url":"https://worldoceanday.org/author/ljohnson/"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//www.google.com' /> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link rel="alternate" type="application/rss+xml" title="World Ocean Day » Feed" href="https://worldoceanday.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="World Ocean Day » Comments Feed" href="https://worldoceanday.org/comments/feed/" /> <link rel="alternate" type="text/calendar" title="World Ocean Day » iCal Feed" href="https://worldoceanday.org/events-calendar/?ical=1" /> <script type="text/javascript">"use strict";var ajaxurl = 'https://worldoceanday.org/wp-admin/admin-ajax.php';</script> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/worldoceanday.org\/wp-includes\/js\/wp-emoji.js?ver=c896933ccc64e30299fa149e109fa402","twemoji":"https:\/\/worldoceanday.org\/wp-includes\/js\/twemoji.js?ver=c896933ccc64e30299fa149e109fa402"}}; /** * @output wp-includes/js/wp-emoji-loader.js */ /** * Emoji Settings as exported in PHP via _print_emoji_detection_script(). * @typedef WPEmojiSettings * @type {object} * @property {?object} source * @property {?string} source.concatemoji * @property {?string} source.twemoji * @property {?string} source.wpemoji * @property {?boolean} DOMReady * @property {?Function} readyCallback */ /** * Support tests. * @typedef SupportTests * @type {object} * @property {?boolean} flag * @property {?boolean} emoji */ /** * IIFE to detect emoji support and load Twemoji if needed. * * @param {Window} window * @param {Document} document * @param {WPEmojiSettings} settings */ ( function wpEmojiLoader( window, document, settings ) { if ( typeof Promise === 'undefined' ) { return; } var sessionStorageKey = 'wpEmojiSettingsSupports'; var tests = [ 'flag', 'emoji' ]; /** * Checks whether the browser supports offloading to a Worker. * * @since 6.3.0 * * @private * * @returns {boolean} */ function supportsWorkerOffloading() { return ( typeof Worker !== 'undefined' && typeof OffscreenCanvas !== 'undefined' && typeof URL !== 'undefined' && URL.createObjectURL && typeof Blob !== 'undefined' ); } /** * @typedef SessionSupportTests * @type {object} * @property {number} timestamp * @property {SupportTests} supportTests */ /** * Get support tests from session. * * @since 6.3.0 * * @private * * @returns {?SupportTests} Support tests, or null if not set or older than 1 week. */ function getSessionSupportTests() { try { /** @type {SessionSupportTests} */ var item = JSON.parse( sessionStorage.getItem( sessionStorageKey ) ); if ( typeof item === 'object' && typeof item.timestamp === 'number' && new Date().valueOf() < item.timestamp + 604800 && // Note: Number is a week in seconds. typeof item.supportTests === 'object' ) { return item.supportTests; } } catch ( e ) {} return null; } /** * Persist the supports in session storage. * * @since 6.3.0 * * @private * * @param {SupportTests} supportTests Support tests. */ function setSessionSupportTests( supportTests ) { try { /** @type {SessionSupportTests} */ var item = { supportTests: supportTests, timestamp: new Date().valueOf() }; sessionStorage.setItem( sessionStorageKey, JSON.stringify( item ) ); } catch ( e ) {} } /** * Checks if two sets of Emoji characters render the same visually. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.9.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} set1 Set of Emoji to test. * @param {string} set2 Set of Emoji to test. * * @return {boolean} True if the two sets render the same. */ function emojiSetsRenderIdentically( context, set1, set2 ) { // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set1, 0, 0 ); var rendered1 = new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set2, 0, 0 ); var rendered2 = new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); return rendered1.every( function ( rendered2Data, index ) { return rendered2Data === rendered2[ index ]; } ); } /** * Determines if the browser properly renders Emoji that Twemoji can supplement. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.2.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} type Whether to test for support of "flag" or "emoji". * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( context, type, emojiSetsRenderIdentically ) { var isIdentical; switch ( type ) { case 'flag': /* * Test for Transgender flag compatibility. Added in Unicode 13. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (white flag emoji + transgender symbol). */ isIdentical = emojiSetsRenderIdentically( context, '\uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F', // as a zero-width joiner sequence '\uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F' // separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for UN flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly ([U] + [N]). */ isIdentical = emojiSetsRenderIdentically( context, '\uD83C\uDDFA\uD83C\uDDF3', // as the sequence of two code points '\uD83C\uDDFA\u200B\uD83C\uDDF3' // as the two code points separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather a five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]). */ isIdentical = emojiSetsRenderIdentically( context, // as the flag sequence '\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F', // with each code point separated by a zero-width space '\uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F' ); return ! isIdentical; case 'emoji': /* * Four and twenty blackbirds baked in a pie. * * To test for Emoji 15.0 support, try to render a new emoji: Blackbird. * * The Blackbird is a ZWJ sequence combining 🐦 Bird and ⬛ large black square., * * 0x1F426 (\uD83D\uDC26) == Bird * 0x200D == Zero-Width Joiner (ZWJ) that links the code points for the new emoji or * 0x200B == Zero-Width Space (ZWS) that is rendered for clients not supporting the new emoji. * 0x2B1B == Large Black Square * * When updating this test for future Emoji releases, ensure that individual emoji that make up the * sequence come from older emoji standards. */ isIdentical = emojiSetsRenderIdentically( context, '\uD83D\uDC26\u200D\u2B1B', // as the zero-width joiner sequence '\uD83D\uDC26\u200B\u2B1B' // separated by a zero-width space ); return ! isIdentical; } return false; } /** * Checks emoji support tests. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 6.3.0 * * @private * * @param {string[]} tests Tests. * @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {SupportTests} Support tests. */ function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ) { var canvas; if ( typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope ) { canvas = new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement. } else { canvas = document.createElement( 'canvas' ); } var context = canvas.getContext( '2d', { willReadFrequently: true } ); /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesn't work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline = 'top'; context.font = '600 32px Arial'; var supports = {}; tests.forEach( function ( test ) { supports[ test ] = browserSupportsEmoji( context, test, emojiSetsRenderIdentically ); } ); return supports; } /** * Adds a script to the head of the document. * * @ignore * * @since 4.2.0 * * @param {string} src The url where the script is located. * * @return {void} */ function addScript( src ) { var script = document.createElement( 'script' ); script.src = src; script.defer = true; document.head.appendChild( script ); } settings.supports = { everything: true, everythingExceptFlag: true }; // Create a promise for DOMContentLoaded since the worker logic may finish after the event has fired. var domReadyPromise = new Promise( function ( resolve ) { document.addEventListener( 'DOMContentLoaded', resolve, { once: true } ); } ); // Obtain the emoji support from the browser, asynchronously when possible. new Promise( function ( resolve ) { var supportTests = getSessionSupportTests(); if ( supportTests ) { resolve( supportTests ); return; } if ( supportsWorkerOffloading() ) { try { // Note that the functions are being passed as arguments due to minification. var workerScript = 'postMessage(' + testEmojiSupports.toString() + '(' + [ JSON.stringify( tests ), browserSupportsEmoji.toString(), emojiSetsRenderIdentically.toString() ].join( ',' ) + '));'; var blob = new Blob( [ workerScript ], { type: 'text/javascript' } ); var worker = new Worker( URL.createObjectURL( blob ), { name: 'wpTestEmojiSupports' } ); worker.onmessage = function ( event ) { supportTests = event.data; setSessionSupportTests( supportTests ); worker.terminate(); resolve( supportTests ); }; return; } catch ( e ) {} } supportTests = testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ); setSessionSupportTests( supportTests ); resolve( supportTests ); } ) // Once the browser emoji support has been obtained from the session, finalize the settings. .then( function ( supportTests ) { /* * Tests the browser support for flag emojis and other emojis, and adjusts the * support settings accordingly. */ for ( var test in supportTests ) { settings.supports[ test ] = supportTests[ test ]; settings.supports.everything = settings.supports.everything && settings.supports[ test ]; if ( 'flag' !== test ) { settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ test ]; } } settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag; // Sets DOMReady to false and assigns a ready function to settings. settings.DOMReady = false; settings.readyCallback = function () { settings.DOMReady = true; }; } ) .then( function () { return domReadyPromise; } ) .then( function () { // When the browser can not render everything we need to load a polyfill. if ( ! settings.supports.everything ) { settings.readyCallback(); var src = settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } ); } )( window, document, window._wpemojiSettings ); </script> <link rel='stylesheet' id='bdp-widget-fontawesome-stylesheets-css' href='https://worldoceanday.org/wp-content/plugins/wp-timeline-designer-pro/public/css/font-awesome.min.css?ver=5.0' media='all' /> <link rel='stylesheet' id='tribe-events-pro-mini-calendar-block-styles-css' href='https://worldoceanday.org/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-mini-calendar-block.min.css?ver=7.4.3' media='all' /> <link rel='stylesheet' id='wp-event-manager-frontend-css' href='https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/css/frontend.min.css?ver=c896933ccc64e30299fa149e109fa402' media='all' /> <link rel='stylesheet' id='wp-event-manager-jquery-ui-daterangepicker-css' href='https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/jquery-ui-daterangepicker/jquery.comiseo.daterangepicker.css?ver=c896933ccc64e30299fa149e109fa402' media='all' /> <link rel='stylesheet' id='wp-event-manager-jquery-ui-daterangepicker-style-css' href='https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/jquery-ui-daterangepicker/styles.css?ver=c896933ccc64e30299fa149e109fa402' media='all' /> <link rel='stylesheet' id='wp-event-manager-jquery-ui-css-css' href='https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/jquery-ui.css?ver=c896933ccc64e30299fa149e109fa402' media='all' /> <link rel='stylesheet' id='wp-event-manager-grid-style-css' href='https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/css/wpem-grid.min.css?ver=c896933ccc64e30299fa149e109fa402' media='all' /> <link rel='stylesheet' id='wp-event-manager-font-style-css' href='https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/fonts/style.css?ver=c896933ccc64e30299fa149e109fa402' media='all' /> <link rel='stylesheet' id='jkit-elements-main-css' href='https://worldoceanday.org/wp-content/plugins/jeg-elementor-kit/assets/css/elements/main.css?ver=2.6.12' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='jet-engine-frontend-css' href='https://worldoceanday.org/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=3.6.6.1' media='all' /> <link rel='stylesheet' id='font-awesome-svg-styles-css' href='https://worldoceanday.org/wp-content/uploads/font-awesome/v6.5.2/css/svg-with-js.css' media='all' /> <style id='font-awesome-svg-styles-inline-css'> .wp-block-font-awesome-icon svg::before, .wp-rich-text-font-awesome-icon svg::before {content: unset;} </style> <style id='classic-theme-styles-inline-css'> /** * These rules are needed for backwards compatibility. * They should match the button element rules in the base theme.json file. */ .wp-block-button__link { color: #ffffff; background-color: #32373c; border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */ /* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */ box-shadow: none; text-decoration: none; /* The extra 2px are added to size solids the same as the outline versions.*/ padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 1.125em; } .wp-block-file__button { background: #32373c; color: #ffffff; text-decoration: none; } </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='user-registration-general-css' href='https://worldoceanday.org/wp-content/plugins/user-registration/assets/css/user-registration.css?ver=4.1.3' media='all' /> <link rel='stylesheet' id='wp-event-manager-jquery-timepicker-css-css' href='https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/jquery-timepicker/jquery.timepicker.min.css?ver=c896933ccc64e30299fa149e109fa402' media='all' /> <link rel='stylesheet' id='wp-timeline-fontawesome-stylesheets-css' href='https://worldoceanday.org/wp-content/plugins/wp-timeline-designer-pro/public/css/font-awesome.min.css?ver=5.0' media='all' /> <link rel='stylesheet' id='wp-timeline-front-css' href='https://worldoceanday.org/wp-content/plugins/wp-timeline-designer-pro/public/css/wp-timeline-public.css?ver=1.0' media='all' /> <link rel='stylesheet' id='lightcase-style-css' href='https://worldoceanday.org/wp-content/plugins/wp-timeline-designer-pro/public/css/lightcase.css?ver=2.5.0' media='all' /> <link rel='stylesheet' id='tribe-events-v2-single-skeleton-css' href='https://worldoceanday.org/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-single-skeleton.min.css?ver=6.11.0.1' media='all' /> <link rel='stylesheet' id='tribe-events-v2-single-skeleton-full-css' href='https://worldoceanday.org/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-single-full.min.css?ver=6.11.0.1' media='all' /> <link rel='stylesheet' id='tec-events-elementor-widgets-base-styles-css' href='https://worldoceanday.org/wp-content/plugins/the-events-calendar/src/resources/css/integrations/plugins/elementor/widgets/widget-base.min.css?ver=6.11.0.1' media='all' /> <link rel='stylesheet' id='ivory-search-styles-css' href='https://worldoceanday.org/wp-content/plugins/add-search-to-menu/public/css/ivory-search.min.css?ver=5.5.9' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/css/frontend.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='elementor-post-6116-css' href='https://worldoceanday.org/wp-content/uploads/elementor/css/post-6116.css?ver=1740147488' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='elementor-post-43851-css' href='https://worldoceanday.org/wp-content/uploads/elementor/css/post-43851.css?ver=1740151120' media='all' /> <link rel='stylesheet' id='events-community-tickets-css-css' href='https://worldoceanday.org/wp-content/plugins/the-events-calendar-community-events/src/resources/css/events-community-tickets.css?ver=4.9.5' media='all' /> <link rel='stylesheet' id='hello-elementor-css' href='https://worldoceanday.org/wp-content/themes/hello-elementor/style.css?ver=3.0.1' media='all' /> <link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://worldoceanday.org/wp-content/themes/hello-elementor/theme.css?ver=3.0.1' media='all' /> <link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://worldoceanday.org/wp-content/themes/hello-elementor/header-footer.css?ver=3.0.1' media='all' /> <link rel='stylesheet' id='font-awesome-official-css' href='https://use.fontawesome.com/releases/v6.5.2/css/all.css' media='all' integrity="sha384-PPIZEGYM1v8zp5Py7UjFb79S58UeqCL9pYVnVPURKEqvioPROaVAJKKLzvH2rDnI" crossorigin="anonymous" /> <link rel='stylesheet' id='widget-search-form-css' href='https://worldoceanday.org/wp-content/plugins/elementor-pro/assets/css/widget-search-form.min.css?ver=3.28.1' media='all' /> <link rel='stylesheet' id='widget-icon-list-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='widget-divider-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='widget-social-icons-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='e-apple-webkit-css' href='https://worldoceanday.org/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.28.3' media='all' /> <link rel='stylesheet' id='elementor-post-24446-css' href='https://worldoceanday.org/wp-content/uploads/elementor/css/post-24446.css?ver=1740147488' media='all' /> <link rel='stylesheet' id='elementor-post-24443-css' href='https://worldoceanday.org/wp-content/uploads/elementor/css/post-24443.css?ver=1740147488' media='all' /> <link rel='stylesheet' id='elementor-post-33088-css' href='https://worldoceanday.org/wp-content/uploads/elementor/css/post-33088.css?ver=1741626513' media='all' /> <link rel='stylesheet' id='tec-variables-skeleton-css' href='https://worldoceanday.org/wp-content/plugins/the-events-calendar/common/src/resources/css/variables-skeleton.min.css?ver=6.5.4' media='all' /> <link rel='stylesheet' id='tec-variables-full-css' href='https://worldoceanday.org/wp-content/plugins/the-events-calendar/common/src/resources/css/variables-full.min.css?ver=6.5.4' media='all' /> <link rel='stylesheet' id='tribe-events-v2-virtual-single-block-css' href='https://worldoceanday.org/wp-content/plugins/events-calendar-pro/src/resources/css/events-virtual-single-block.min.css?ver=1.15.8' media='all' /> <link rel='stylesheet' id='font-awesome-official-v4shim-css' href='https://use.fontawesome.com/releases/v6.5.2/css/v4-shims.css' media='all' integrity="sha384-XyvK/kKwgVW+fuRkusfLgfhAMuaxLPSOY8W7wj8tUkf0Nr2WGHniPmpdu+cmPS5n" crossorigin="anonymous" /> <script src="https://worldoceanday.org/wp-includes/js/jquery/jquery.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://worldoceanday.org/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1" id="jquery-migrate-js"></script> <script id="wp-timeline-ajax-script-js-extra"> var ajax_object = {"ajaxurl":"https:\/\/worldoceanday.org\/wp-admin\/admin-ajax.php","is_rtl":"0"}; </script> <script src="https://worldoceanday.org/wp-content/plugins/wp-timeline-designer-pro/public/js/wp-timeline-public.js?ver=1.4.5" id="wp-timeline-ajax-script-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/wp-timeline-designer-pro/public/js/lazysizes.min.js?ver=1.0" id="lazy_load_responsive_images_script-lazysizes-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js?ver=3.28.3" id="font-awesome-4-shim-js"></script> <link rel="https://api.w.org/" href="https://worldoceanday.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://worldoceanday.org/wp-json/wp/v2/posts/43851" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://worldoceanday.org/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://worldoceanday.org/?p=43851' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://worldoceanday.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fworldoceanday.org%2Fvote%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://worldoceanday.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fworldoceanday.org%2Fvote%2F&format=xml" /> <meta name="et-api-version" content="v1"><meta name="et-api-origin" content="https://worldoceanday.org"><link rel="https://theeventscalendar.com/" href="https://worldoceanday.org/wp-json/tribe/tickets/v1/" /><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://worldoceanday.org"><link rel="alternate" href="https://worldoceanday.org/wp-json/tribe/events/v1/" /><meta name="generator" content="Elementor 3.28.3; features: e_font_icon_svg, additional_custom_breakpoints, e_local_google_fonts; settings: css_print_method-external, google_font-disabled, font_display-auto"> <script> jQuery(document).ready(function($) { var delay = 100; setTimeout(function() { $('.closeAccordion .elementor-tab-title').removeClass('elementor-active'); $('.closeAccordion .elementor-tab-content').css('display', 'none'); }, delay); }); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-353764151"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QNY8PJ967V'); </script> <style type="text/css" id="filter-everything-inline-css">.wpc-orderby-select{width:100%}.wpc-filters-open-button-container{display:none}.wpc-debug-message{padding:16px;font-size:14px;border:1px dashed #ccc;margin-bottom:20px}.wpc-debug-title{visibility:hidden}.wpc-button-inner,.wpc-chip-content{display:flex;align-items:center}.wpc-icon-html-wrapper{position:relative;margin-right:10px;top:2px}.wpc-icon-html-wrapper span{display:block;height:1px;width:18px;border-radius:3px;background:#2c2d33;margin-bottom:4px;position:relative}span.wpc-icon-line-1:after,span.wpc-icon-line-2:after,span.wpc-icon-line-3:after{content:"";display:block;width:3px;height:3px;border:1px solid #2c2d33;background-color:#fff;position:absolute;top:-2px;box-sizing:content-box}span.wpc-icon-line-3:after{border-radius:50%;left:2px}span.wpc-icon-line-1:after{border-radius:50%;left:5px}span.wpc-icon-line-2:after{border-radius:50%;left:12px}body .wpc-filters-open-button-container a.wpc-filters-open-widget,body .wpc-filters-open-button-container a.wpc-open-close-filters-button{display:inline-block;text-align:left;border:1px solid #2c2d33;border-radius:2px;line-height:1.5;padding:7px 12px;background-color:transparent;color:#2c2d33;box-sizing:border-box;text-decoration:none!important;font-weight:400;transition:none;position:relative}@media screen and (max-width:768px){.wpc_show_bottom_widget .wpc-filters-open-button-container,.wpc_show_open_close_button .wpc-filters-open-button-container{display:block}.wpc_show_bottom_widget .wpc-filters-open-button-container{margin-top:1em;margin-bottom:1em}}</style> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="https://worldoceanday.org/wp-content/uploads/2024/04/cropped-Untitled-design-32-32x32.png" sizes="32x32" /> <link rel="icon" href="https://worldoceanday.org/wp-content/uploads/2024/04/cropped-Untitled-design-32-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://worldoceanday.org/wp-content/uploads/2024/04/cropped-Untitled-design-32-180x180.png" /> <meta name="msapplication-TileImage" content="https://worldoceanday.org/wp-content/uploads/2024/04/cropped-Untitled-design-32-270x270.png" /> <style id="wp-custom-css"> #tribe-community-events label { font-weight: 600; } #tribe-community-events input, #tribe-community-events select, #tribe-community-events select option, #tribe-community-events li { font-weight: 400!important; } .req, span.req { color: red!important; } .tribe-section-custom-fields tr:first-child label:after, .tribe-section-custom-fields tr:nth-child(2) label:after { content:'(required)'; font-style:italic; color: red; } input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #000!important; } input::-moz-placeholder { /* Firefox 19+ */ color: #000!important; } input:-ms-input-placeholder { /* IE 10+ */ color: #000!important; } input:-moz-placeholder { /* Firefox 18- */ color:#000!important; } #input_11_5 { color: #000!important; border: 1px solid #000!important } /******** New Styles ****/ .timeline-container .input-flex-container, .timeline-container .description-flex-container { text-align:center; margin:auto!important; } .timeline-container .description-flex-container { margin-bottom: 50px!important; margin-top: 50px!important; } .timeline-container { text-align:center; } .gtranslate_wrapper select { border-color: white!important; color: white!important; background: transparent; } .elementor-location-footer .gfield input, .elementor-location-footer input::placeholder, .elementor-location-footer select { border-color: white!important; color: white!important; background: transparent } .gform_button { background-color: #FAA62F!important; color: #000; border:0; text-transform:uppercase; font-weight:bold; } .gform_wrapper .gfield { margin-bottom:0!important; } .gform_required_legend { display: none!important } .copyright p { font-size: 15px; line-height: 1.2!important } .copyright p:last-child { padding-bottom: 0!important; margin-bottom: 0 } .hover h4 a, .footer li a span { border-bottom: 1px solid rgba(255,255,255,0); } .footer li a:hover span { border-bottom: 1px solid #fff; } .hover h4 a:hover { border-bottom: 1px solid #fff; } #submit-venue-form,#event-manager-event-dashboard, .wpem-dashboard-main-title, .wpem-organizer-connter, .wpem-venue-connter { max-width: 1100px; margin:50px auto; } .select select { border: 1px solid #000!important; } .resourceitems img { border-radius: 15px 15px 0 0 } .lb-line-month { color: white!important; visibility:hidden } .lb-line-my { visibility:visible!important } .lb-line-node { visibility:hidden; } .wtl-post-footer { display:none; } .wtl-post_content { text-align:left; padding: 0 20px; } .wtl_blog_template img { height: 230px; object-fit:cover; } .select2-selection__clear { display:none!important; } .dashicons, .dashicons-before::before { font-family: dashicons!important; } .resources .elementor-post__thumbnail { background: white; } .resources .elementor-post__read-more { background: #19BAE3; padding: 10px 20px; border-radius: 5px; } .resources .elementor-post__read-more:hover { } /******** End New Styles ****/ .tribe-events-view--map.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container { max-width: 100%; } button.tribe-events-pro-map__event-card-button, [type=submit] { white-space: inherit; } </style> </head> <body class="post-template-default single single-post postid-43851 single-format-standard wp-custom-logo user-registration-page tribe-no-js tec-no-tickets-on-recurring tec-no-rsvp-on-recurring hello-elementor jkit-color-scheme elementor-default elementor-kit-6116 elementor-page elementor-page-43851 elementor-page-33088 tribe-theme-hello-elementor"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div data-elementor-type="header" data-elementor-id="24446" class="elementor elementor-24446 elementor-location-header" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-1b5c700 e-con-full elementor-hidden-mobile header e-flex e-con e-parent" data-id="1b5c700" data-element_type="container" data-settings="{"background_background":"classic","jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-ee8923a e-con-full e-flex e-con e-child" data-id="ee8923a" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-c660406 e-con-full e-flex e-con e-child" data-id="c660406" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-675b009 elementor-widget elementor-widget-image" data-id="675b009" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://worldoceanday.org/"> <img width="700" height="304" src="https://worldoceanday.org/wp-content/uploads/2023/05/worldoceanday.png" class="attachment-large size-large wp-image-33782" alt="World Ocean Day Logo" decoding="async" srcset="https://worldoceanday.org/wp-content/uploads/2023/05/worldoceanday.png 700w, https://worldoceanday.org/wp-content/uploads/2023/05/worldoceanday-300x130.png 300w" sizes="(max-width: 700px) 100vw, 700px" /> </a> </div> </div> </div> <div class="elementor-element elementor-element-1cc0b17 e-con-full e-flex e-con e-child" data-id="1cc0b17" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-b8b4078 elementor-widget elementor-widget-jkit_nav_menu" data-id="b8b4078" data-element_type="widget" data-widget_type="jkit_nav_menu.default"> <div class="elementor-widget-container"> <div class="jeg-elementor-kit jkit-nav-menu break-point-tablet submenu-click-title jeg_module_43851__67f524e799cb2" data-item-indicator="<svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg>"><button aria-label="open-menu" class="jkit-hamburger-menu"><svg aria-hidden="true" class="e-font-icon-svg e-fas-bars" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></button> <div class="jkit-menu-wrapper"><div class="jkit-menu-container"><ul id="menu-primary-navigation" class="jkit-menu jkit-menu-direction-flex jkit-submenu-position-"><li id="menu-item-35339" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-35339"><a>Take Action</a> <ul class="sub-menu"> <li id="menu-item-35338" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35338"><a href="https://worldoceanday.org/take-action/">Take Action</a></li> <li id="menu-item-5387" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5387"><a href="https://worldoceanday.org/take-action/conservation-action-focus/">Action Theme</a></li> <li id="menu-item-46170" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46170"><a href="https://worldoceanday.org/12moa/">12 Months of Action 2025</a></li> <li id="menu-item-12773" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12773"><a href="/take-action/subscribe/">Subscribe</a></li> </ul> </li> <li id="menu-item-11972" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11972"><a>Events</a> <ul class="sub-menu"> <li id="menu-item-5391" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5391"><a href="https://worldoceanday.org/take-action/plan-your-event/">Plan Your Event</a></li> <li id="menu-item-11973" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11973"><a href="/events-calendar/community/add/">Submit Your Event</a></li> <li id="menu-item-11995" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11995"><a href="https://worldoceanday.org/events-calendar/map/">Find Events – Map</a></li> <li id="menu-item-11994" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11994"><a href="https://worldoceanday.org/events-calendar/month/">Find Events – Calendar</a></li> </ul> </li> <li id="menu-item-35340" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-35340"><a>Youth</a> <ul class="sub-menu"> <li id="menu-item-5396" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5396"><a href="https://worldoceanday.org/youth/">Youth Initiative</a></li> <li id="menu-item-35951" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35951"><a href="https://worldoceanday.org/youth-advocacy-training/">Youth Advocacy Training</a></li> <li id="menu-item-5395" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5395"><a href="https://worldoceanday.org/youth/youth-advisory-council/">Youth Advisory Council</a></li> <li id="menu-item-5397" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5397"><a href="https://worldoceanday.org/youth/join-global-youth-movement/">Join Global Youth Movement</a></li> </ul> </li> <li id="menu-item-35342" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-35342"><a>Resources</a> <ul class="sub-menu"> <li id="menu-item-12238" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12238"><a href="https://worldoceanday.org/resources/">All Resources</a></li> <li id="menu-item-33995" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33995"><a href="https://worldoceanday.org/resources-type/social-media/">Social Media</a></li> <li id="menu-item-33996" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33996"><a href="https://worldoceanday.org/resources-type/logo/">Logo (Free to use!)</a></li> <li id="menu-item-33997" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33997"><a href="https://worldoceanday.org/resources-type/materials-for-kids/">Materials For Kids</a></li> <li id="menu-item-33998" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33998"><a href="https://worldoceanday.org/resources-type/posters-and-banners/">Posters and Banners</a></li> </ul> </li> <li id="menu-item-32284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32284"><a href="https://worldoceanday.org/blog/">Blog</a></li> <li id="menu-item-12142" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12142"><a>Support</a> <ul class="sub-menu"> <li id="menu-item-32268" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32268"><a href="https://worldoceanday.org/support/partnership-and-sponsorship-opportunities/">Become a Supporter</a></li> <li id="menu-item-32269" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32269"><a href="https://worldoceanday.org/support/world-ocean-day-sponsors/">Current Sponsors</a></li> </ul> </li> <li id="menu-item-35341" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-35341"><a>About</a> <ul class="sub-menu"> <li id="menu-item-32252" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32252"><a href="https://worldoceanday.org/about/">Overview</a></li> <li id="menu-item-33831" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33831"><a href="https://worldoceanday.org/about/mission-history/">Mission and History</a></li> <li id="menu-item-32250" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32250"><a href="https://worldoceanday.org/about/annual-reports/">Annual Reports</a></li> <li id="menu-item-32249" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32249"><a href="https://worldoceanday.org/about/frequently-asked-questions-faq/">Frequently Asked Questions (FAQs)</a></li> <li id="menu-item-32251" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32251"><a href="https://worldoceanday.org/about/contact/">Contact</a></li> <li id="menu-item-5419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5419"><a href="https://worldoceanday.org/take-action/subscribe/">Subscribe</a></li> </ul> </li> <li id="menu-item-29781" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29781"><a href="https://auhsssyy.donorsupport.co/page/FUNAZQFKXRT">Donate</a></li> </ul></div> <div class="jkit-nav-identity-panel"> <div class="jkit-nav-site-title"><a href="https://worldoceanday.org" class="jkit-nav-logo" aria-label="Home Link"></a></div> <button aria-label="close-menu" class="jkit-close-menu"><svg aria-hidden="true" class="e-font-icon-svg e-fas-times" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></button> </div> </div> <div class="jkit-overlay"></div></div> </div> </div> <div class="elementor-element elementor-element-81eec69 elementor-search-form--skin-full_screen elementor-widget elementor-widget-search-form" data-id="81eec69" data-element_type="widget" data-settings="{"skin":"full_screen"}" data-widget_type="search-form.default"> <div class="elementor-widget-container"> <search role="search"> <form class="elementor-search-form" action="https://worldoceanday.org" method="get"> <div class="elementor-search-form__toggle" role="button" tabindex="0" aria-label="Search"> <div class="e-font-icon-svg-container"><svg aria-hidden="true" class="e-font-icon-svg e-fas-search" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></div> </div> <div class="elementor-search-form__container"> <label class="elementor-screen-only" for="elementor-search-form-81eec69">Search</label> <input id="elementor-search-form-81eec69" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value=""> <div class="dialog-lightbox-close-button dialog-close-button" role="button" tabindex="0" aria-label="Close this search box."> <svg aria-hidden="true" class="e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg> </div> </div> </form> </search> </div> </div> <div class="elementor-element elementor-element-e70db8d elementor-widget elementor-widget-shortcode" data-id="e70db8d" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"><div class="gtranslate_wrapper" id="gt-wrapper-74135918"></div></div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-be824d5 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-parent" data-id="be824d5" data-element_type="container" data-settings="{"background_background":"classic","jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-2ec9221 e-con-full e-flex e-con e-child" data-id="2ec9221" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-367136e e-flex e-con-boxed e-con e-child" data-id="367136e" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-4a982d6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-shortcode" data-id="4a982d6" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"><div class="gtranslate_wrapper" id="gt-wrapper-67108808"></div></div> </div> </div> </div> </div> <div class="elementor-element elementor-element-d22a628 e-con-full e-flex e-con e-child" data-id="d22a628" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-e7e7cc3 elementor-widget elementor-widget-image" data-id="e7e7cc3" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://worldoceanday.org/"> <img width="700" height="304" src="https://worldoceanday.org/wp-content/uploads/2023/05/worldoceanday.png" class="attachment-large size-large wp-image-33782" alt="World Ocean Day Logo" decoding="async" srcset="https://worldoceanday.org/wp-content/uploads/2023/05/worldoceanday.png 700w, https://worldoceanday.org/wp-content/uploads/2023/05/worldoceanday-300x130.png 300w" sizes="(max-width: 700px) 100vw, 700px" /> </a> </div> </div> </div> <div class="elementor-element elementor-element-fd6e219 e-con-full e-flex e-con e-child" data-id="fd6e219" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-79be74c elementor-widget elementor-widget-jkit_nav_menu" data-id="79be74c" data-element_type="widget" data-widget_type="jkit_nav_menu.default"> <div class="elementor-widget-container"> <div class="jeg-elementor-kit jkit-nav-menu break-point-tablet submenu-click-title jeg_module_43851_1_67f524e79de42" data-item-indicator="<svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg>"><button aria-label="open-menu" class="jkit-hamburger-menu"><svg aria-hidden="true" class="e-font-icon-svg e-fas-bars" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></button> <div class="jkit-menu-wrapper"><div class="jkit-menu-container"><ul id="menu-primary-navigation-1" class="jkit-menu jkit-menu-direction-flex jkit-submenu-position-"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-35339"><a>Take Action</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35338"><a href="https://worldoceanday.org/take-action/">Take Action</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5387"><a href="https://worldoceanday.org/take-action/conservation-action-focus/">Action Theme</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46170"><a href="https://worldoceanday.org/12moa/">12 Months of Action 2025</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12773"><a href="/take-action/subscribe/">Subscribe</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11972"><a>Events</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5391"><a href="https://worldoceanday.org/take-action/plan-your-event/">Plan Your Event</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11973"><a href="/events-calendar/community/add/">Submit Your Event</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11995"><a href="https://worldoceanday.org/events-calendar/map/">Find Events – Map</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11994"><a href="https://worldoceanday.org/events-calendar/month/">Find Events – Calendar</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-35340"><a>Youth</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5396"><a href="https://worldoceanday.org/youth/">Youth Initiative</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35951"><a href="https://worldoceanday.org/youth-advocacy-training/">Youth Advocacy Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5395"><a href="https://worldoceanday.org/youth/youth-advisory-council/">Youth Advisory Council</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5397"><a href="https://worldoceanday.org/youth/join-global-youth-movement/">Join Global Youth Movement</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-35342"><a>Resources</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12238"><a href="https://worldoceanday.org/resources/">All Resources</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33995"><a href="https://worldoceanday.org/resources-type/social-media/">Social Media</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33996"><a href="https://worldoceanday.org/resources-type/logo/">Logo (Free to use!)</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33997"><a href="https://worldoceanday.org/resources-type/materials-for-kids/">Materials For Kids</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33998"><a href="https://worldoceanday.org/resources-type/posters-and-banners/">Posters and Banners</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32284"><a href="https://worldoceanday.org/blog/">Blog</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12142"><a>Support</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32268"><a href="https://worldoceanday.org/support/partnership-and-sponsorship-opportunities/">Become a Supporter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32269"><a href="https://worldoceanday.org/support/world-ocean-day-sponsors/">Current Sponsors</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-35341"><a>About</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32252"><a href="https://worldoceanday.org/about/">Overview</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33831"><a href="https://worldoceanday.org/about/mission-history/">Mission and History</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32250"><a href="https://worldoceanday.org/about/annual-reports/">Annual Reports</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32249"><a href="https://worldoceanday.org/about/frequently-asked-questions-faq/">Frequently Asked Questions (FAQs)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32251"><a href="https://worldoceanday.org/about/contact/">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5419"><a href="https://worldoceanday.org/take-action/subscribe/">Subscribe</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29781"><a href="https://auhsssyy.donorsupport.co/page/FUNAZQFKXRT">Donate</a></li> </ul></div> <div class="jkit-nav-identity-panel"> <div class="jkit-nav-site-title"><a href="https://worldoceanday.org" class="jkit-nav-logo" aria-label="Home Link"></a></div> <button aria-label="close-menu" class="jkit-close-menu"><svg aria-hidden="true" class="e-font-icon-svg e-fas-times" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></button> </div> </div> <div class="jkit-overlay"></div></div> </div> </div> <div class="elementor-element elementor-element-8283d00 elementor-search-form--skin-full_screen elementor-widget elementor-widget-search-form" data-id="8283d00" data-element_type="widget" data-settings="{"skin":"full_screen"}" data-widget_type="search-form.default"> <div class="elementor-widget-container"> <search role="search"> <form class="elementor-search-form" action="https://worldoceanday.org" method="get"> <div class="elementor-search-form__toggle" role="button" tabindex="0" aria-label="Search"> <div class="e-font-icon-svg-container"><svg aria-hidden="true" class="e-font-icon-svg e-fas-search" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></div> </div> <div class="elementor-search-form__container"> <label class="elementor-screen-only" for="elementor-search-form-8283d00">Search</label> <input id="elementor-search-form-8283d00" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value=""> <div class="dialog-lightbox-close-button dialog-close-button" role="button" tabindex="0" aria-label="Close this search box."> <svg aria-hidden="true" class="e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg> </div> </div> </form> </search> </div> </div> </div> </div> </div> </div> <div data-elementor-type="single-post" data-elementor-id="33088" class="elementor elementor-33088 elementor-location-single post-43851 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized category-youth category-resources category-policy category-ocean-and-climate" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-f9d1e92 e-flex e-con-boxed e-con e-parent" data-id="f9d1e92" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-d596166 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="d596166" data-element_type="widget" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">The Future is Now: Encouraging Civic Engagement Among Global Youth</h1> </div> </div> <div class="elementor-element elementor-element-72189dc elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="72189dc" data-element_type="widget" data-widget_type="theme-post-featured-image.default"> <div class="elementor-widget-container"> <img width="800" height="400" src="https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1-1024x512.jpg" class="attachment-large size-large wp-image-43884" alt="" decoding="async" srcset="https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1-1024x512.jpg 1024w, https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1-300x150.jpg 300w, https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1-768x384.jpg 768w, https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1-1536x768.jpg 1536w, https://worldoceanday.org/wp-content/uploads/2024/10/Vote-assetswebsite-scaled-1-2048x1024.jpg 2048w" sizes="(max-width: 800px) 100vw, 800px" /> </div> </div> <div class="elementor-element elementor-element-854cdd7 elementor-widget__width-inherit elementor-widget elementor-widget-theme-post-content" data-id="854cdd7" data-element_type="widget" data-widget_type="theme-post-content.default"> <div class="elementor-widget-container"> <div data-elementor-type="wp-post" data-elementor-id="43851" class="elementor elementor-43851" data-elementor-post-type="post"> <div class="elementor-element elementor-element-2e5ab19 e-flex e-con-boxed e-con e-parent" data-id="2e5ab19" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-a4440ec elementor-widget elementor-widget-text-editor" data-id="a4440ec" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Image: Surfers Against Sewage</p> </div> </div> <div class="elementor-element elementor-element-742af9a elementor-widget elementor-widget-text-editor" data-id="742af9a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h4><span class="TextRun SCXW22739122 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW22739122 BCX0">2024</span><span class="NormalTextRun SCXW22739122 BCX0"> is a huge </span><span class="NormalTextRun SCXW22739122 BCX0">year </span><span class="NormalTextRun SCXW22739122 BCX0">for </span></span><span style="text-decoration: underline;"><a class="Hyperlink SCXW22739122 BCX0" href="https://time.com/6550920/world-elections-2024/" target="_blank" rel="noreferrer noopener"><span class="TextRun Underlined SCXW22739122 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">e</span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">lections </span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">a</span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">ro</span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">u</span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">nd the </span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">w</span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">orld</span></span></a></span><span class="TextRun SCXW22739122 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW22739122 BCX0">, including these </span></span><a class="Hyperlink SCXW22739122 BCX0" href="https://apnews.com/25-elections-in-2024-that-could-change-the-world" target="_blank" rel="noreferrer noopener"><span class="TextRun Underlined SCXW22739122 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">25 </span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">particularly important</span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink"> ones</span></span></a><span class="TextRun SCXW22739122 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW22739122 BCX0">. </span><span class="NormalTextRun SCXW22739122 BCX0">B</span><span class="NormalTextRun SCXW22739122 BCX0">y the end of this year</span><span class="NormalTextRun SCXW22739122 BCX0">,</span> </span><span style="text-decoration: underline;"><a class="Hyperlink SCXW22739122 BCX0" href="https://www.undp.org/super-year-elections" target="_blank" rel="noreferrer noopener"><span class="TextRun Underlined SCXW22739122 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">over half of the world’s population will have the opportunity to vote in 72 </span><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">countries</span></span></a></span><span class="TextRun SCXW22739122 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW22739122 BCX0">. One of the biggest</span><span class="NormalTextRun SCXW22739122 BCX0">, the United States Presidential Election,</span><span class="NormalTextRun SCXW22739122 BCX0"> is coming up </span><span class="NormalTextRun SCXW22739122 BCX0">in early </span><span class="NormalTextRun SCXW22739122 BCX0">November</span><span class="NormalTextRun SCXW22739122 BCX0">,</span> <span class="NormalTextRun SCXW22739122 BCX0">which </span><span class="NormalTextRun SCXW22739122 BCX0">will have </span><span class="NormalTextRun SCXW22739122 BCX0">significant </span></span><span style="text-decoration: underline;"><a class="Hyperlink SCXW22739122 BCX0" href="https://www.google.com/search?q=why+the+US+election+is+so+important+for+the+world&sca_esv=0d2d5197637c41d9&sxsrf=ADLYWIK1z7_xA8B5pVJm4WYvCMLec-0aTw%3A1730125639705&ei=R58fZ8GzKqGv5NoPueyR6AQ&ved=0ahUKEwiB866hpLGJAxWhF1kFHTl2BE0Q4dUDCA8&uact=5&oq=why+the+US+election+is+so+important+for+the+world&gs_lp=Egxnd3Mtd2l6LXNlcnAiMXdoeSB0aGUgVVMgZWxlY3Rpb24gaXMgc28gaW1wb3J0YW50IGZvciB0aGUgd29ybGQyCBAAGIAEGKIEMggQABiABBiiBDIIEAAYgAQYogRIg1JQixFYsEtwCHgBkAEBmAHsAaABuymqAQY0LjMzLjK4AQPIAQD4AQGYAhegAo4PwgIKEAAYsAMY1gQYR8ICBBAhGArCAggQABiiBBiJBcICCBAhGKABGMMEwgIKECEYoAEYwwQYCpgDAOIDBRIBMSBAiAYBkAYIkgcFMTAuMTOgB66jAQ&sclient=gws-wiz-serp" target="_blank" rel="noreferrer noopener"><span class="TextRun Underlined SCXW22739122 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW22739122 BCX0" data-ccp-charstyle="Hyperlink">implications for the entire world</span></span></a></span><span class="TextRun SCXW22739122 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW22739122 BCX0">.</span></span><span class="EOP SCXW22739122 BCX0" data-ccp-props="{}"> </span></h4> </div> </div> <div class="elementor-element elementor-element-9af21a8 e-con-full e-flex e-con e-child" data-id="9af21a8" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-b353846 elementor-widget elementor-widget-image" data-id="b353846" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img fetchpriority="high" width="800" height="450" src="https://worldoceanday.org/wp-content/uploads/2020/01/1-copy-1024x576.jpeg" class="attachment-large size-large wp-image-1861" alt="" decoding="async" srcset="https://worldoceanday.org/wp-content/uploads/2020/01/1-copy-1024x576.jpeg 1024w, https://worldoceanday.org/wp-content/uploads/2020/01/1-copy-scaled-300x169.jpeg 300w, https://worldoceanday.org/wp-content/uploads/2020/01/1-copy-768x432.jpeg 768w, https://worldoceanday.org/wp-content/uploads/2020/01/1-copy-1536x864.jpeg 1536w, https://worldoceanday.org/wp-content/uploads/2020/01/1-copy-2048x1152.jpeg 2048w, https://worldoceanday.org/wp-content/uploads/2020/01/1-copy-512x288.jpeg 512w, https://worldoceanday.org/wp-content/uploads/2020/01/1-copy-scaled-1280x720.jpeg 1280w, https://worldoceanday.org/wp-content/uploads/2020/01/1-copy-scaled-1680x945.jpeg 1680w" sizes="(max-width: 800px) 100vw, 800px" /> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-c2222bc e-flex e-con-boxed e-con e-parent" data-id="c2222bc" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-89787a8 elementor-widget elementor-widget-heading" data-id="89787a8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Your Vote Counts </h2> </div> </div> </div> </div> <div class="elementor-element elementor-element-b13c6fc e-flex e-con-boxed e-con e-parent" data-id="b13c6fc" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-285d95d elementor-widget elementor-widget-text-editor" data-id="285d95d" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span data-contrast="auto">If you live in a democracy, one of the most critical things you can do to support action towards a healthier future for the planet and all its inhabitants, is to vote! </span><span style="text-decoration: underline;"><a href="https://www.c40knowledgehub.org/s/article/Why-youth-are-powerful-allies-for-your-city-s-climate-ambitions?language=en_US">Youth especially have immense potential to help create the just and sustainable future we deserve.</a></span><span data-contrast="auto"> According to </span><a href="https://circle.tufts.edu/latest-research/half-youth-voted-2020-11-point-increase-2016">Tufts Circle</a><span data-contrast="auto">, only half of youth ages 18-29 voted in the 2020 U.S. Presidential Election. Think about the transformative power youth have if more young people worldwide can get out and vote. </span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">And, whether or not you are old enough to vote in your country, you can still offer support to the best candidates for ocean and climate action by sharing information on social media. </span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">Using both your vote and your voice will help to elect political candidates that represent your values, and who have a plan to address the issues that matter to you (such as a healthy ocean and a stable climate, environmental justice and many other connected issues). Elected officials are meant to work for the people, and sometimes they need to be reminded of this! Therefore, it also helps to contact your elected officials, no matter where they are on the political spectrum, and voice your thoughts and opinions. </span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">For politicians who have already been elected, </span><span style="text-decoration: underline;"><a href="https://www.ndi.org/our-stories/empowering-young-climate-activists-means-reimagining-political-power">let them know that you want them to address these issues in <i>meaningful ways</i></a></span><span data-contrast="auto">. The choices they make – or fail to make – in deciding public policy have major implications for the future of our planet. Remember, too, that for politicians doing a good job and moving in a positive direction, sending a short thank-you helps reinforce their commitment to push forward even harder. </span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">You can multiply your impact by sharing information and other tangible ways to take action with your friends, family, at your school or place of work, and with members of other communities you’re a part of. Let them know that the future is counting on them, and to make their voices heard. </span><span data-ccp-props="{}"> </span></p> </div> </div> </div> </div> <div class="elementor-element elementor-element-f194f53 e-flex e-con-boxed e-con e-parent" data-id="f194f53" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-ba5ee81 elementor-widget elementor-widget-heading" data-id="ba5ee81" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Social Media and Politics?! </h2> </div> </div> </div> </div> <div class="elementor-element elementor-element-e961ba6 e-flex e-con-boxed e-con e-parent" data-id="e961ba6" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-a35ee42 elementor-widget elementor-widget-text-editor" data-id="a35ee42" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span data-contrast="auto">You can be civically engaged no matter where you are located. Actions that may seem small at the time can still create a significant impact, regardless of where you live! </span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">The majority of Generation Z are already using social media on a daily basis, and </span><span style="text-decoration: underline;"><a href="https://harkeraquila.com/83276/features/pulse-of-the-people-generation-z-trailblazes-in-civic-engagement/">therein lies a ton of potential to spread the word</a></span><span data-contrast="auto">! TikTok can be used for more than funny cat videos; It can be harnessed as a powerful personal platform to promote the politicians and issues you care most about, and spread fact-checked information to peers. Let your friends know where you stand and why.</span><span data-ccp-props="{}"> </span></p><p><a href="https://www.brennancenter.org/our-work/research-reports/rethinking-civic-engagement"><span data-contrast="none"><span style="text-decoration: underline;">Don’t underestimate how powerful the voice of a young person can be!</span></span></a><span data-contrast="auto"><span style="text-decoration: underline;"> </span> You have the power to enact tangible real-world change, just by using your voice and enthusiasm to engage others, and make sure they show up at the polls to vote. And if you’re not yet eligible to vote, you can still play an important role in the political process, too. You don’t need to be of legal voting age to get yourself informed and educated on the issues, or to educate those around you; Even if you can’t vote yourself, you can still make sure those around you do. </span><span data-ccp-props="{}"> </span></p> </div> </div> </div> </div> <div class="elementor-element elementor-element-9307292 e-flex e-con-boxed e-con e-parent" data-id="9307292" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-a04d08c elementor-widget elementor-widget-heading" data-id="a04d08c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Get Educated, Stay Informed: Think Locally, Act Globally! </h2> </div> </div> </div> </div> <div class="elementor-element elementor-element-0735dca e-flex e-con-boxed e-con e-parent" data-id="0735dca" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-859955a elementor-widget elementor-widget-text-editor" data-id="859955a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span data-contrast="auto">Being an informed voter means listening to the candidates, reading about their platforms, determining whose positions most align with your values and beliefs, and making sure you look at which ballot measures might be up for a vote in your local community. It is crucial to remember that local elections can be every bit as important as the larger national ones. Local elections can determine things like how much you’ll pay in sales tax when you go to the store, or how well your school district is funded. Don’t let yourself get left out of these important decisions that affect you directly!</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">This is especially important to remember regarding the many historically marginalized groups who have long been ignored, discouraged, or left out of political processes entirely, despite the fact that they are often the ones most affected by the decisions politicians make. Far too often, policy decisions benefit the wealthy and powerful, leaving everyone else behind.</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">If we truly want to make change, we must stand in solidarity with the communities who are disproportionately impacted by certain policy choices. We need to take back our power and make sure ALL of our voices heard, and voting makes a great starting point for doing just that. We cannot afford to sit on the sidelines while politicians make decisions benefiting others and hurting our communities. </span></p><p><span data-contrast="auto"><strong>We </strong></span><strong>CAN create a better future! </strong></p> </div> </div> </div> </div> <div class="elementor-element elementor-element-b41d81f e-flex e-con-boxed e-con e-parent" data-id="b41d81f" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-acdc5fb elementor-widget elementor-widget-heading" data-id="acdc5fb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Intergenerational Approach: Bringing People of All Ages Together </h2> </div> </div> </div> </div> <div class="elementor-element elementor-element-359a41f e-flex e-con-boxed e-con e-parent" data-id="359a41f" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-9940275 elementor-widget elementor-widget-text-editor" data-id="9940275" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span data-contrast="auto">While most of this blog post is primarily focused on youth-specific engagement within civics, civic engagement is a collective effort that does not fall on any one particular age group. No matter your age, you can play an important role in shaping our political landscape. Adults can provide youth with education and guidance, while youth in turn can provide their own unique perspectives, and </span><span style="text-decoration: underline;"><a href="https://www.edweek.org/teaching-learning/childrens-voting-habits-could-influence-their-parents-political-participation/2023/09">even influence their parent’s political ideals</a></span><span data-contrast="auto">.</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">Parents themselves also have a vital role to play in </span><span style="text-decoration: underline;"><a href="https://www.commonsensemedia.org/articles/how-to-help-kids-spot-misinformation-and-disinformation" data-wplink-edit="true">encouraging critical thinking skills</a></span><span data-contrast="auto">. Parents can model how to be active citizens by </span><span style="text-decoration: underline;"><a href="https://demworks.org/politically-active-young-people-need-safe-spaces.html">creating safe spaces in which to hold open political discussions</a></span><span data-contrast="auto">, educating their children (and themselves!) on the processes of local and national politics, volunteering for causes they care about, and VOTING. Such guidance can allow a child to feel safe and supported in their beliefs, while also feeling empowered to think for themselves, and understanding how to act for the benefit of their community.</span><span data-ccp-props="{}"> </span></p> </div> </div> </div> </div> <div class="elementor-element elementor-element-fcbb360 e-flex e-con-boxed e-con e-parent" data-id="fcbb360" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-19b85cd elementor-widget elementor-widget-heading" data-id="19b85cd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Start Now & Think Big </h2> </div> </div> </div> </div> <div class="elementor-element elementor-element-19594d3 e-flex e-con-boxed e-con e-parent" data-id="19594d3" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-4343d79 elementor-widget elementor-widget-text-editor" data-id="4343d79" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="TextRun SCXW67953336 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW67953336 BCX0">O</span><span class="NormalTextRun SCXW67953336 BCX0">nce you have become an informed voter who deeply cares about the issues, consider running for local office one day! </span></span><span style="text-decoration: underline;"><a class="Hyperlink SCXW67953336 BCX0" href="https://www.un.org/esa/socdev/documents/youth/fact-sheets/youth-political-participation.pdf" target="_blank" rel="noreferrer noopener"><span class="TextRun Underlined SCXW67953336 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW67953336 BCX0" data-ccp-charstyle="Hyperlink">There are young people </span><span class="NormalTextRun SCXW67953336 BCX0" data-ccp-charstyle="Hyperlink">serving on</span><span class="NormalTextRun SCXW67953336 BCX0" data-ccp-charstyle="Hyperlink"> city councils</span><span class="NormalTextRun SCXW67953336 BCX0" data-ccp-charstyle="Hyperlink"> and national legislatures</span><span class="NormalTextRun SCXW67953336 BCX0" data-ccp-charstyle="Hyperlink"> all over the</span></span></a><a class="Hyperlink SCXW67953336 BCX0" href="https://www.un.org/esa/socdev/documents/youth/fact-sheets/youth-political-participation.pdf" target="_blank" rel="noreferrer noopener"><span class="TextRun Underlined SCXW67953336 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW67953336 BCX0" data-ccp-charstyle="Hyperlink"> world</span></span></a></span><span class="TextRun SCXW67953336 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW67953336 BCX0">, </span></span><a class="Hyperlink SCXW67953336 BCX0" href="https://futurecaucus.org/millennial-action-project-announces-170-increase-in-gen-z-ers-serving-in-public-office/" target="_blank" rel="noreferrer noopener"><span class="TextRun Underlined SCXW67953336 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span style="text-decoration: underline;"><span class="NormalTextRun SCXW67953336 BCX0" data-ccp-charstyle="Hyperlink">with </span><span class="NormalTextRun SCXW67953336 BCX0" data-ccp-charstyle="Hyperlink">more and more</span></span><span class="NormalTextRun SCXW67953336 BCX0" data-ccp-charstyle="Hyperlink"><span style="text-decoration: underline;"> members of Gen Z being elected every year</span>.</span></span></a><span class="TextRun SCXW67953336 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW67953336 BCX0"> Who </span><span class="NormalTextRun SCXW67953336 BCX0">better </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW67953336 BCX0">to</span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW67953336 BCX0"> represent</span><span class="NormalTextRun SCXW67953336 BCX0"> the needs of a </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW67953336 BCX0">community,</span><span class="NormalTextRun SCXW67953336 BCX0"> than a member </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW67953336 BCX0">from</span><span class="NormalTextRun SCXW67953336 BCX0"> that community</span><span class="NormalTextRun SCXW67953336 BCX0"> –</span> <span class="NormalTextRun SCXW67953336 BCX0">e</span><span class="NormalTextRun SCXW67953336 BCX0">very </span><span class="NormalTextRun SCXW67953336 BCX0">elected official, in </span><span class="NormalTextRun SCXW67953336 BCX0">any country</span><span class="NormalTextRun SCXW67953336 BCX0">,</span><span class="NormalTextRun SCXW67953336 BCX0"> was once a young person </span><span class="NormalTextRun SCXW67953336 BCX0">themselves, </span><span class="NormalTextRun SCXW67953336 BCX0">so why not start now</span><span class="NormalTextRun SCXW67953336 BCX0">?!</span></span><span class="EOP SCXW67953336 BCX0" data-ccp-props="{}"> </span></p> </div> </div> </div> </div> <div class="elementor-element elementor-element-ba45905 e-flex e-con-boxed e-con e-parent" data-id="ba45905" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-148047f elementor-widget elementor-widget-heading" data-id="148047f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Call to Action </h2> </div> </div> </div> </div> <div class="elementor-element elementor-element-7169781 e-flex e-con-boxed e-con e-parent" data-id="7169781" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-6c3dc2e elementor-widget elementor-widget-text-editor" data-id="6c3dc2e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="TextRun SCXW103216664 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW103216664 BCX0">The decisions you make today will influence the future. Ensure you are always looking at </span><span class="NormalTextRun SCXW103216664 BCX0">accurate</span><span class="NormalTextRun SCXW103216664 BCX0"> information, especially when such information could influence you</span><span class="NormalTextRun SCXW103216664 BCX0">r</span><span class="NormalTextRun SCXW103216664 BCX0"> or someone else’s perspective. Vote when elections happen, engage your communities and the people around you</span><span class="NormalTextRun SCXW103216664 BCX0">,</span><span class="NormalTextRun SCXW103216664 BCX0"> and involve yourself in any other actions as you see fit. </span></span><span style="text-decoration: underline;"><a class="Hyperlink SCXW103216664 BCX0" href="https://citizensandscholars.org/5-ways-to-be-an-engaged-citizen-besides-voting/" target="_blank" rel="noreferrer noopener"><span class="TextRun Underlined SCXW103216664 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW103216664 BCX0" data-ccp-charstyle="Hyperlink">Remember to stay engaged outside of major election years as well!</span></span></a></span><span class="TextRun SCXW103216664 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"> <span class="NormalTextRun SCXW103216664 BCX0">Everybody, especially youth, must come together to address the challenges our society is facing. Young people bring </span><span class="NormalTextRun AdvancedProofingIssueV2Themed SCXW103216664 BCX0">new ideas</span><span class="NormalTextRun SCXW103216664 BCX0">, new perspectives, and creative solutions. Further</span><span class="NormalTextRun SCXW103216664 BCX0">more</span><span class="NormalTextRun SCXW103216664 BCX0">, today’s youth are tomorrow’s voters, politicians, and potential world leaders. The time to get engaged with the world is </span></span><span class="TextRun MacChromeBold SCXW103216664 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW103216664 BCX0">now</span></span><span class="TextRun SCXW103216664 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW103216664 BCX0">.</span></span><span class="EOP SCXW103216664 BCX0" data-ccp-props="{}"> </span></p> </div> </div> </div> </div> <div class="elementor-element elementor-element-d8eb7e8 e-flex e-con-boxed e-con e-parent" data-id="d8eb7e8" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-b36ae66 elementor-widget elementor-widget-heading" data-id="b36ae66" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Resources & More Info </h2> </div> </div> </div> </div> <div class="elementor-element elementor-element-e4ead1b e-flex e-con-boxed e-con e-parent" data-id="e4ead1b" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-7d0827c elementor-widget elementor-widget-text-editor" data-id="7d0827c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span data-contrast="auto">Check out some organizations to get more involved for more information (and please <span style="text-decoration: underline;"><a href="https://worldoceanday.org/about/contact/">let us know</a></span> about any additional websites, resources, and opportunities around the globe that we can share!):</span><span data-ccp-props="{}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><h6><strong><a href="https://www.campusvoteproject.org/youth-voting-rights">Campus Vote Project </a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"><h6><strong><a href="https://www.largestgeneration.org/">The Largest Generation </a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"><h6><strong><a href="https://youthvotermovement.org/">Youth Voter Movement</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"><h6><strong><a href="https://peoplesclimate.vote/">The People’s Climate Vote</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="5" data-aria-level="1"><h6><strong><a href="https://www.idea.int/2024-supercycle-resources">2024 Global Election SuperCycle Factsheets (by country)</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="6" data-aria-level="1"><h6><strong><a href="https://circle.tufts.edu/latest-research/growing-voters-engaging-youth-they-reach-voting-age-strengthen-democracy">Engaging Youth Before They Reach Voting Age to Strengthen Democracy (from Tufts University)</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="7" data-aria-level="1"><h6><strong><a href="https://therevelator.org/environmental-democracy/">30 Ways Environmentalists Can Participate in Democracy </a></strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="8" data-aria-level="1"><h6><strong><a href="https://votefortheocean.org/">Vote for the Ocean</a> – Powered by <a href="https://www.rockthevote.org/">Rock the Vote</a> (USA), Aquarium Conservation Partnership</strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="9" data-aria-level="1"><h6><strong><a href="https://allianceforyouthaction.org/">Alliance for Youth Action</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="10" data-aria-level="1"><h6><strong><a href="https://www.ncelenviro.org/bill-tracking/?pagination-num=1">National Caucus of Environmental Legislators – Environmental Policy & Bill Tracker by State</a> (USA) </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="11" data-aria-level="1"><h6><strong><a href="https://www.ifes.org/publications/their-words-practical-guide-engaging-young-people-civic-education">In Their Words: A Practical Guide for Engaging Young People in Civic Education</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="12" data-aria-level="1"><h6><strong><a href="https://www.techandciviclife.org/youth-engagement/">27 Ideas for Encouraging Youth Participation in Elections</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="13" data-aria-level="1"><h6><strong><a href="https://www.reckon.news/climate/2024/09/your-planet-your-choice-the-essential-climate-justice-voter-guide-for-2024.html">Climate Justice Voter Guide</a> (USA) </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="14" data-aria-level="1"><h6><strong><a href="https://www.cnn.com/2024/07/08/world/global-elections-2024-maps-charts-dg/index.html">A Guide to 2024’s Global Elections</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="15" data-aria-level="1"><h6><strong><a href="https://www.hacfornatureandpeople.org/">The High Ambition Coalition for Nature & People</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="16" data-aria-level="1"><h6><strong><a href="https://oceanpanel.org/progress-report/overview/executive-summary/">The High Level Panel for a Sustainable Ocean Economy</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="17" data-aria-level="1"><h6><strong><a href="https://www.tandfonline.com/doi/full/10.1080/13676261.2018.1559282">Study: The politics of global youth participation</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="18" data-aria-level="1"><h6><strong><a href="https://www.weforum.org/agenda/2024/01/how-global-leaders-can-restore-trust-with-young-people/">How global leaders can restore trust with young people</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="19" data-aria-level="1"><h6><strong><a href="https://c40knowledgehub.org/s/article/Loss-and-damage-Challenges-and-opportunities-for-city-leadership-A-youth-perspective?language=en_US">Challenges and opportunities for city leadership – A youth perspective</a> </strong></h6></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"multilevel"}" aria-setsize="-1" data-aria-posinset="20" data-aria-level="1"><h6><strong><a href="https://www.wfd.org/sites/default/files/2021-11/Global-environmental-crises-a-democratic-response_WFD_2020-updated.pdf">Environmental Democracy Information Pack</a> </strong></h6><h6><strong> </strong></h6><h6><strong>Thank you to Myroslava Fisun for helping on drafting this blog post.</strong></h6></li></ul> </div> </div> </div> </div> <div class="elementor-element elementor-element-3352d44 e-flex e-con-boxed e-con e-parent" data-id="3352d44" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-adee745 elementor-widget elementor-widget-image" data-id="adee745" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="800" height="600" src="https://worldoceanday.org/wp-content/uploads/2024/05/Youth-Protest-Graphic-transparent-background-1024x768.png" class="attachment-large size-large wp-image-35731" alt="" decoding="async" srcset="https://worldoceanday.org/wp-content/uploads/2024/05/Youth-Protest-Graphic-transparent-background-1024x768.png 1024w, https://worldoceanday.org/wp-content/uploads/2024/05/Youth-Protest-Graphic-transparent-background-300x225.png 300w, https://worldoceanday.org/wp-content/uploads/2024/05/Youth-Protest-Graphic-transparent-background-768x576.png 768w, https://worldoceanday.org/wp-content/uploads/2024/05/Youth-Protest-Graphic-transparent-background-1536x1152.png 1536w, https://worldoceanday.org/wp-content/uploads/2024/05/Youth-Protest-Graphic-transparent-background-2048x1536.png 2048w" sizes="(max-width: 800px) 100vw, 800px" /> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-e34fb85 e-flex e-con-boxed e-con e-parent" data-id="e34fb85" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> </div> </div> </div> <div data-elementor-type="footer" data-elementor-id="24443" class="elementor elementor-24443 elementor-location-footer" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-9bdb26a footer e-flex e-con-boxed e-con e-parent" data-id="9bdb26a" data-element_type="container" data-settings="{"background_background":"classic","jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-b880dfd e-con-full e-flex e-con e-child" data-id="b880dfd" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-f1c315a elementor-widget elementor-widget-heading" data-id="f1c315a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Take Action</h4> </div> </div> <div class="elementor-element elementor-element-2606e4d elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2606e4d" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/12moa/" target="_blank"> <span class="elementor-icon-list-text">12 Months of Action</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/take-action/plan-your-event/"> <span class="elementor-icon-list-text">Plan Your Event</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/events-calendar/community/add/"> <span class="elementor-icon-list-text">List Your Event</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/events-calendar/map/"> <span class="elementor-icon-list-text">Find an Event</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/resources/"> <span class="elementor-icon-list-text">Download Resources</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://auhsssyy.donorsupport.co/page/FUNAZQFKXRT"> <span class="elementor-icon-list-text">Donate</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/take-action/"> <span class="elementor-icon-list-text">More Ways to Act</span> </a> </li> </ul> </div> </div> </div> <div class="elementor-element elementor-element-7810155 e-con-full e-flex e-con e-child" data-id="7810155" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-31777cd elementor-widget elementor-widget-heading" data-id="31777cd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">About</h4> </div> </div> <div class="elementor-element elementor-element-0b4b008 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="0b4b008" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/about/mission-history/"> <span class="elementor-icon-list-text">Mission and History</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/take-action/conservation-action-focus/"> <span class="elementor-icon-list-text">Action Theme</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/blog/"> <span class="elementor-icon-list-text">Blog</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/about/annual-reports/"> <span class="elementor-icon-list-text">Annual Reports</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/support/world-ocean-day-sponsors/"> <span class="elementor-icon-list-text">Sponsors</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/about/privacy-policy/"> <span class="elementor-icon-list-text">Privacy Policy</span> </a> </li> </ul> </div> </div> </div> <div class="elementor-element elementor-element-a653ff3 e-con-full e-flex e-con e-child" data-id="a653ff3" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-18fa836 elementor-widget elementor-widget-heading" data-id="18fa836" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Youth</h4> </div> </div> <div class="elementor-element elementor-element-3854c70 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="3854c70" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/youth/"> <span class="elementor-icon-list-text">Overview</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/youth-advocacy-training/"> <span class="elementor-icon-list-text">Youth Advocacy Training</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/youth/join-global-youth-movement/"> <span class="elementor-icon-list-text">Join Global Youth Movement</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://worldoceanday.org/youth/youth-advisory-council/"> <span class="elementor-icon-list-text">Youth Advisory Council</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-9081cd6 hover elementor-widget elementor-widget-heading" data-id="9081cd6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default"><a href="https://worldoceandayshop.com/" target="_blank">Shop</a></h4> </div> </div> </div> <div class="elementor-element elementor-element-a3be521 e-con-full e-flex e-con e-child" data-id="a3be521" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="elementor-element elementor-element-f36ae98 elementor-widget elementor-widget-heading" data-id="f36ae98" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Subscribe</h4> </div> </div> <div class="elementor-element elementor-element-8f231db elementor-widget elementor-widget-shortcode" data-id="8f231db" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"><script type="text/javascript"></script> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_12' > <div class='gform_heading'> <p class='gform_description'></p> <p class='gform_required_legend'>"<span class="gfield_required gfield_required_asterisk">*</span>" indicates required fields</p> </div><form method='post' enctype='multipart/form-data' id='gform_12' action='/vote/' data-formid='12' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LexRMAiAAAAAOVMoM1Mq_QtQdKJKcNNJ5QdbGRP' data-tabindex='0'><input id="input_be9a28338d50a732a9f6a0f74a606ab7" class="gfield_recaptcha_response" type="hidden" name="input_be9a28338d50a732a9f6a0f74a606ab7" value=""/></div> <div class='gform-body gform_body'><div id='gform_fields_12' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_12_1" class="gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_12_1" ><label class='gfield_label gform-field-label' for='input_12_1'>Email Address<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_1' id='input_12_1' type='email' value='' class='large' placeholder='Email' aria-required="true" aria-invalid="false" /> </div></div><div id="field_12_5" class="gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_12_5" ><label class='gfield_label gform-field-label' for='input_12_5'>Country<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_5' id='input_12_5' class='large gfield_select' aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Country</option><option value='United States' >United States</option><option value='Canada' >Canada</option><option value='Afghanistan' >Afghanistan</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa' >American Samoa</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Anguilla' >Anguilla</option><option value='Antarctica' >Antarctica</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Aruba' >Aruba</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda' >Bermuda</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bonaire, Sint Eustatius and Saba' >Bonaire, Sint Eustatius and Saba</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Bouvet Island' >Bouvet Island</option><option value='Brazil' >Brazil</option><option value='British Indian Ocean Territory' >British Indian Ocean Territory</option><option value='Brunei Darussalam' >Brunei Darussalam</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cabo Verde' >Cabo Verde</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Cayman Islands' >Cayman Islands</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Christmas Island' >Christmas Island</option><option value='Cocos Islands' >Cocos Islands</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Congo' >Congo</option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the</option><option value='Cook Islands' >Cook Islands</option><option value='Costa Rica' >Costa Rica</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curaçao' >Curaçao</option><option value='Cyprus' >Cyprus</option><option value='Czechia' >Czechia</option><option value='Côte d'Ivoire' >Côte d'Ivoire</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Eswatini' >Eswatini</option><option value='Ethiopia' >Ethiopia</option><option value='Falkland Islands' >Falkland Islands</option><option value='Faroe Islands' >Faroe Islands</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Guiana' >French Guiana</option><option value='French Polynesia' >French Polynesia</option><option value='French Southern Territories' >French Southern Territories</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Gibraltar' >Gibraltar</option><option value='Greece' >Greece</option><option value='Greenland' >Greenland</option><option value='Grenada' >Grenada</option><option value='Guadeloupe' >Guadeloupe</option><option value='Guam' >Guam</option><option value='Guatemala' >Guatemala</option><option value='Guernsey' >Guernsey</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Heard Island and McDonald Islands' >Heard Island and McDonald Islands</option><option value='Holy See' >Holy See</option><option value='Honduras' >Honduras</option><option value='Hong Kong' >Hong Kong</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Isle of Man' >Isle of Man</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jersey' >Jersey</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='Korea, Democratic People's Republic of' >Korea, Democratic People's Republic of</option><option value='Korea, Republic of' >Korea, Republic of</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Lao People's Democratic Republic' >Lao People's Democratic Republic</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macao' >Macao</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Martinique' >Martinique</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mayotte' >Mayotte</option><option value='Mexico' >Mexico</option><option value='Micronesia' >Micronesia</option><option value='Moldova' >Moldova</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Montserrat' >Montserrat</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Caledonia' >New Caledonia</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Niue' >Niue</option><option value='Norfolk Island' >Norfolk Island</option><option value='North Macedonia' >North Macedonia</option><option value='Northern Mariana Islands' >Northern Mariana Islands</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine, State of' >Palestine, State of</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Pitcairn' >Pitcairn</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Romania' >Romania</option><option value='Russian Federation' >Russian Federation</option><option value='Rwanda' >Rwanda</option><option value='Réunion' >Réunion</option><option value='Saint Barthélemy' >Saint Barthélemy</option><option value='Saint Helena, Ascension and Tristan da Cunha' >Saint Helena, Ascension and Tristan da Cunha</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Martin' >Saint Martin</option><option value='Saint Pierre and Miquelon' >Saint Pierre and Miquelon</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tome and Principe' >Sao Tome and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten' >Sint Maarten</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='South Georgia and the South Sandwich Islands' >South Georgia and the South Sandwich Islands</option><option value='South Sudan' >South Sudan</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Suriname' >Suriname</option><option value='Svalbard and Jan Mayen' >Svalbard and Jan Mayen</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria Arab Republic' >Syria Arab Republic</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania, the United Republic of' >Tanzania, the United Republic of</option><option value='Thailand' >Thailand</option><option value='Timor-Leste' >Timor-Leste</option><option value='Togo' >Togo</option><option value='Tokelau' >Tokelau</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkmenistan' >Turkmenistan</option><option value='Turks and Caicos Islands' >Turks and Caicos Islands</option><option value='Tuvalu' >Tuvalu</option><option value='Türkiye' >Türkiye</option><option value='US Minor Outlying Islands' >US Minor Outlying Islands</option><option value='Uganda' >Uganda</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United Kingdom' >United Kingdom</option><option value='Uruguay' >Uruguay</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Venezuela' >Venezuela</option><option value='Viet Nam' >Viet Nam</option><option value='Virgin Islands, British' >Virgin Islands, British</option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.</option><option value='Wallis and Futuna' >Wallis and Futuna</option><option value='Western Sahara' >Western Sahara</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option><option value='Åland Islands' >Åland Islands</option></select></div></div><fieldset id="field_12_2" class="gfield gfield--type-name gfield--input-type-name gfield--width-full field_sublabel_hidden_label gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_12_2" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name</legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_12_2'> <span id='input_12_2_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' > <input type='text' name='input_2.3' id='input_12_2_3' value='' aria-required='false' placeholder='First Name' /> <label for='input_12_2_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>First Name</label> </span> <span id='input_12_2_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' > <input type='text' name='input_2.6' id='input_12_2_6' value='' aria-required='false' placeholder='Last Name' /> <label for='input_12_2_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Last Name</label> </span> </div></fieldset><div id="field_12_3" class="gfield gfield--type-number gfield--input-type-number gfield--width-half field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_12_3" ><label class='gfield_label gform-field-label' for='input_12_3'>Age</label><div class='ginput_container ginput_container_number'><input name='input_3' id='input_12_3' type='number' step='any' value='' class='large' placeholder='Age' aria-invalid="false" /></div></div><div id="field_12_6" class="gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_12_6" ><label class='gfield_label gform-field-label' for='input_12_6'>School, Business or Organization Name</label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_12_6' type='text' value='' class='large' placeholder='School, Business or Organization Name' aria-invalid="false" /></div></div></div></div> <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_12' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' value='Subscribe' /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_12' value='postback' /> <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_12' id='gform_theme_12' value='gravity-theme' /> <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_12' id='gform_style_settings_12' value='[]' /> <input type='hidden' class='gform_hidden' name='is_submit_12' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='12' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_12' value='WyJ7XCI1XCI6W1wiMmY0MGQ1NDI3OGY0NGFiMDdkYzZjZWE4N2UxNDE3N2NcIixcIjI5MTJmNmM1MjQxY2U3MzczOThlZTMwOTRjYWFkMzllXCIsXCJhMzljMjkzNTc1N2E3OGJjYWEzNWM5MThjNmVkOWViZlwiLFwiMjEyMzg1MTAxYzY4YTE2MGZlZmQwMTEzZTNmMGFiODFcIixcIjFmNWY4MjVlN2I4MGVjMTI3MzI0NjU0NjQ5ZmM0Y2I2XCIsXCI5MWUxMDRmODBlMDNkY2Q3ODQ3NjNkMzU5Y2IxMGRlNFwiLFwiYmQzYzAwNGE4YjA3MWE1YTQzYjI2YjM4NzViY2MyNDRcIixcIjAwYTUwMGYyYmY3MWIyYTVkOWExNWRmMjg0YzJmYTdkXCIsXCJkNjMxMDMyMTcyYzE4NzI1ZDliZTM1MGUxNTE1MDdlOVwiLFwiYzU0Y2YwZDkyNTc1ZWMyYjM1Zjk3ZjA2OTAzYmYxZmFcIixcImRkZmY2MGI0ZTRlODc1Y2FlNmUxNWJiZDhlNjc4YTY0XCIsXCI5NTM4NzE0MWY2ZjcxNDIwNDBmNDQzZWZhNjIyMzY4MVwiLFwiZWMzMGUwYzg1YThiM2M4NTZhYmRmNjkxMjBmOGY2YzNcIixcIjgxYWRiZTgzOWYwMTgxMTA5MTE2MGQ2YTNmN2MyNzE2XCIsXCJhYTU4OTQ0Y2VkM2Y2ZDEwYmQyNmY3N2EyY2QxNDgzYlwiLFwiNjhlMjI3NTRiMzZhYWI1YWQ5MDg5YjIxZTE2MjIzY2RcIixcImI3NmJmYjhkMzkzMGYyMzY1YjE4YjVkM2UwOGExZjA4XCIsXCI1NTc2NzM3Zjc3ZjNiNTVjMGMzODI2ZTBjNWZmNmU3OFwiLFwiNmJlMGQxYThiMTI1ZTYxYmRhMGY0YjVjOTgwZDI3YzFcIixcImMzNGQ1NTZjYzZiNzNkYmY2YmZkNWNhNTNlYzZlZTRiXCIsXCI0ZjAyNDdlYzY3YzM4YjA0MGJhNjlkZWUwOTIyZjI2NVwiLFwiYzU5OTYzMWJlZGJlZjJkNWJkMTY2OGRjYWU5NjVhNzJcIixcIjNmNjViYTc0ZjgxZDUxZTY1MmZkNDA0YmQ3MzE5YjViXCIsXCI2ZjVkNGU4MDdmZmNlOTIyMTk4NWE4MjkwZGVkYjYwY1wiLFwiNDY4OTA2OTk5ZGJlMmRiNDVjZGRmYmIwZmJkNmM5NmJcIixcIjY3ZmE2ZDk4NWQ5NzUzMDJlOTYxYzYxOTJjN2MzOGM2XCIsXCIwMGIzMWE1ZTU3ZDJkYzMyZWQ0YmZiMWZkM2YyYjdkOVwiLFwiYjFiMDlhZTRhMTE4ZmQ5OTNlNzhjYjk4ZGEzMDgwODNcIixcIjcyNTYzYjNmMzEzYTZhOWI1MTM2ZDY1NjVjZTU4OGU4XCIsXCIzNWJhMTg0NDZlZTIxYjY5MGJmMTkzNThlNjcxZTQ0M1wiLFwiMzMwODg5M2Q5YmU0MTIzOTQyNmQ1MjQ4Y2M1Njk3MjBcIixcIjA0MzUzMDIyY2M1YTZlYzQ5ODcyODFlNzdjNWI1ZjJiXCIsXCJmYTk2MzEyOGE2YmE0NWVlZjE2N2IyYzYwNGQxYjBiMFwiLFwiNjBlNmY1MTk4NzkxOTY5YTc2NjAzYjhhOWE1ZGZiY2VcIixcIjQ4NjE0YzMzOGU4ZTU0MjE2NmM2Y2JjY2ViMzY1YTY0XCIsXCI4ZWJkZjQ5M2FjNmJmOWIwNmNmNmY5ODBhYmQ3OGZlNlwiLFwiNjg5ZTA3ZTFiOGJiNWM0M2Y3NDg3NTEwNDEwMzgzYTNcIixcIjRlMTQzZjE3NjZhMDIwODI3ZmU4NTgyMjlhNmZlYTU5XCIsXCI4YTY1Mzc3NjgwZDAwMTk0NmM4NTc3MDRmMWRmZjRlY1wiLFwiNDcxMGM0OWQ1MTY0ODEzNjE0NjY4NjI3MmUwZDg5NmVcIixcImQxODQxOTg0ZWMxYjU1OGI1MjFlYTE0ZTlkYjNhMTE4XCIsXCI2MWNjNjIyODE3NWM1ZDFjYzQxYzY0MTk1ZGIwOGNiMlwiLFwiZDAxNTNkNGM4ZWYyZDgxMjEwMmY1MzNjNGVkZmY2MmFcIixcIjA4YTc5OTZjMGI4NjBmYWU3ZDk0YzFjNWI2YzM1ZWZhXCIsXCJmYTQ0ZDhhNDQ4ZjFkZDU0Y2VjYzJmODVjNGRlNmM0OVwiLFwiOTc0YjRlNDk3NjA4M2YxNjg2Mzc2ZTA2M2JlOWM1MjVcIixcIjk0OWY1ZWRlNjRkZGIxMWI2MmU5OTcxNjc5ZTU4NjZjXCIsXCI5OWU3OWNiM2ZmMWUwM2U0YWU2NmJhMWJhMmU2NGJjNVwiLFwiYTYxMjUyYWIyYWExZWJmMDk5NTkwNTU3OWJlNGQ5MTBcIixcImM1NmI4MmExY2MzZmJiYjE1NzNmNWIzYjlhODk3MWI4XCIsXCI0NzFlZjA3N2Q4ZDMzYWJkNjNjYmFjZDgyZjcyOGJiM1wiLFwiNGM3NTYwOWNlNTMwM2E1NzRlZGM0NzQ3NWQ5MmU2NDJcIixcImM2ZDc4ODVjYjRhZTQ0OWVlMzU1ZjQwYWZmZDdiMzBkXCIsXCIzNWQ2ZDAzNzQwNzRkMGNmNzE3OWE2NGM3ZjA4NzVhZlwiLFwiZGMxODIyMDE5ZWYzMDMzM2Q0OTlkNzI1MDEwYWVjYjlcIixcImQ2NDQ3ZWU5NjY2ODg2ZjEyZTUyZmU4ODQyMjQxZTM0XCIsXCJmNDhkY2RiZWNlMzE5ODY5YzlmNjZhNTQwYWEyOGM3NlwiLFwiYmFiYjlhMDEwODRjMDJkYWQ2M2EyMzY5ODRmNmRmZWFcIixcIjE1NTE0ODhiMWY1NDU0ZWVlNmVhZDlmNGI2NzEzMWU2XCIsXCIxODFiZjdiNTc1ZGNiNzcxYzg0MzNkZGI0YWFhMzcwYVwiLFwiMWFiYjU0ZDVhNTY2YzA0Nzk5ZDQ1MjI3NGJhODA5YTFcIixcIjFiODc3YjYzYTYzYTZkNTg3NmYyZThiYzU0NWVhNzc0XCIsXCIxNDVmNTk5MTkyYWVjNWJjYWQ2Y2NhNTRkMzhjNWM2OVwiLFwiZTYyNGQzZTc0ZTgyOGFhMzk1NTlhMWQ1MTg4MGFlYzlcIixcImJlOGZhNjg2NTA2YTdhZjJiNDU4MTFmMWVlZDY3ZjUzXCIsXCJkMjVmZmMzZTQ4ZDdjNjE1YTA5YTE0NDk5YWY5ZjJjYlwiLFwiY2EzYWFhNTczMTdjMDg1ODZiMzdmNzE3N2I0Mzk3MTNcIixcImIxY2I3MjA2ZjgzNzAxNDE5MjBiMDRlNzg5YjIyYWUxXCIsXCI4MDRiZDRkMmM2MjdhYjk5MThhOWU1ZDI0MTlmMWRkN1wiLFwiNjFhODg4Y2I1NjQyYWFlZTdmOTcyYTljMjczYjA4YzZcIixcIjM2NGNjZDNhNWQwMmE1ZTIxODJhYjk5MTI0ZmE0MmY2XCIsXCJhY2JkMDMwYWVkYzg2ODE4NjAyM2ExMzFjNWI3N2QzNVwiLFwiMjVmYWEyMDJjZTkyMDkyNDVjYTYwYjk1NWY0NmRlYmZcIixcImFhMTBlNWVkODNlNjg2MWRhNGY4Yzk4ODU5MmQwMGIwXCIsXCIzOTllMjRmMWY2MzBlMmMxNzIxM2JlYTg5YTRkM2IwZlwiLFwiMjhkOWE2MjBmYjZhYThlNDAxMzk5NGViZDZkNDQ3MzBcIixcImU1Yjc4ZjJjMDhmYjAyM2JhNjg2ZGQyYzRkNjk1NDI1XCIsXCI0MGQ1ZjBlMTllYjRjODc0ZjdlYWEyNmM2ZmYwMWRhOVwiLFwiMmQxZTBlZDc5Yjc3YjMwMzcxMzIwNmE3NGUwYTBlOWJcIixcIjdkMGExZjYxODc2ZDQwMmZmNDBlMDM1OGI4OTJlYTJkXCIsXCJkYmNkYWVhN2ZhYTU1ZjRmY2RjYTM5ZWI4NzdkZDEwNlwiLFwiMWEwYjNkYzJmODJjZjNjNDAwZjc4Y2Q5NzhhYmIzZDRcIixcIjMwYTg1ZmNmOTZhZGIwYjViOTE0MDI4MmFjNGYwZWJlXCIsXCI3NDY1MDU3ZDU3MTcxNGU5YWMxYWY4Yzk2MmFhMDI3YlwiLFwiNDAzMTQ2NGEzNjFmZmU4YzAwNmM2ZjhlNDBlNWUyMGZcIixcImY1OGQ3MjM2MTk3YTBiMjUxNjg5ZTQ1NWRlMzhkMGYwXCIsXCIyNjEwMzRmY2UwYThmZWRkNGQyNTI4YzJiOGMzZjU5OVwiLFwiNDMyNDVkNjI5NTJkZmYyMzhhNWI1YTVjNjE4MjljODhcIixcIjM4YjhmM2RiN2MwNDdiNmYxN2RmZjdjZTgzMzE5NjZmXCIsXCJlYzViMDQ1ZDVmNGU4MzVhYTUwNjFmZGRkZjE0NTdmZVwiLFwiODkxZDdiMGMyYWQ4YjFhYTJhNjRhMGU2YTY3OTY0N2RcIixcImMzMDU5ZDVlN2I5OTg4YWIxZmRiYWU0MWQzN2UwZGY2XCIsXCJhNDYyYjkwODVjMGRhNmY5NGJlNThkYmE4ZTY2MGFiNlwiLFwiMjE0NTBmMmIyMWQ4Y2M5ZDY1ZjY0ZDNkODA1ZTczMzRcIixcIjE0ZjcxZDY5MzkyNWFkYjM1YjRjYTU0ZTZiM2VhMDFjXCIsXCIyNmQxMzA5ODdlNWM1NjIyZjEwNmI3YmI4NmY4MmMxMlwiLFwiZDhiNzJjMjI5NTQ1MjE3MDliNjQwZjE3YmNlMzMzMjhcIixcImNlMDNkZGY0NzI3ZmIwMjQ4MzNlZTJmMzM3ZDA3ZWNhXCIsXCI3YmVhNDI0MWJhYTMzYmZjNTZjODliMjNiMGU5YThjZlwiLFwiNjg0MWZlOGRmNzAxZmI4ZmQxYjhmNmJhYjkxYmVlMzBcIixcIjNlYzg5ZDgwZGJlZmNjZWUzOTYzNGU4ZTM4MThhZTY2XCIsXCI1YTYwM2QxOWEyNTA5NmRhYTZmOWRlOGY5YzQ5ZmUxZFwiLFwiYTc1MGUyNjI1ZWNiMTcyMGY0MmMyNWZhZDRiODhkMmZcIixcIjExNTUyMzJjMzcxMTQ4MTM1Y2EyMWE3MWY5ZjVkMzhlXCIsXCIzZmZjOGIwOGZjMTdhNWNlOWMyMDAwYzEzNTUzNjIyNVwiLFwiYzI5NTMwMTA0ZjRkNmIyNGNlNDdiY2U0YmNkMzlhMzRcIixcIjM1MzAzMWFmMDg2OGU2YzUzOGVhYzRhOWQ2ODcwNWU1XCIsXCI1MjEzOGMxMzk2YWE0ODk0YzgxYTEzYzE0M2M0YmI5MlwiLFwiZWJiNTc2NDA4NmZlZjdkYWQ5ZTlhYTc5MTllYTA5NjFcIixcIjgwNTg3ODY4MjExNzhiZTAzNmVhNGJiNWIwYjY3OWFiXCIsXCJiOWVmOGQ5NGZiZTUwMDcxZDRjZmRkZTU0YTFhZGQ5ZlwiLFwiMDg3YTRhMzMxNGRkNTA4NWVjMjJjN2U5MzM2ZTdjYjZcIixcImI3ZGY5MWY1ZWEzZWFlNzMxMWU4NjkxNThmNWUyMWI3XCIsXCI1ZTIwOGYzZDdlODdkMmFjZGFhMmNjZjIyYjc4ZTNkM1wiLFwiMTgyZGI2N2NjYmY4MmY4NzRmYjJkOGNkZTVjYjFkZjNcIixcIjVkMzc4ODM4ODk2MTkwZmJkNmNiMWY5OGMzZDEzZTkxXCIsXCJhNWUwZjBiMzA0OTc1ZmY2MzdjZmNkODQzNTkxZGQzYVwiLFwiZTZkMDQ2NGQyZmNhMmQwYTkyNDA4ZDk3NWIwMmY4NDlcIixcIjQ0OTUyMzVkOWFjZWE5OGFhNmVjNDA0OWUxOTM4MjdlXCIsXCJlMTUxMDk2NThlZTRkNjc2ODZkYzE5YzMyODFkNGQzY1wiLFwiNTNjYzk2NThhMzlkYTM1ZDU3OTNkYmFhYWU5NzA3MTRcIixcIjI0YzQxZTJmOTNlMzZlYzM5ODFlNDRmZjAxYWU2MzM2XCIsXCJkMGMwNWZhYmQ4MDE1NTBlNjg5NjdkZDYzNTZjOWYwNlwiLFwiNWJlZjJhODNlMTBjM2M0NmEwZjhmOTQ1MTRmZDFiNTJcIixcIjhjZTBmNjIwYzY4ZThhOWM5MDZlYjRhZmU2NjZjZThhXCIsXCI2YTczZjM4MGE5ZmU5Yzg3YjcxYjc2ZmNiZDljMDgzY1wiLFwiMDZmYjVjNmE0ZDgzYjk1ZTg1Y2Q4YjAxNTgwMTM5ZjRcIixcIjU4NjE2MWFkYmEwMGUzNDJkMjIxNDQ2NmY0Y2U4NTRjXCIsXCIzMDY5N2Q5MGUxOWQ1ZGViNDhiMzNlNDM4NzJiOTI4YlwiLFwiYTFlN2EyNTZkMDY5NjYwMTUzMDc5MTk4MWIzNzhjZGRcIixcIjkwNjkyMzU1NjJjZDhhYmE4OTVmODBhZDE1OTY2ZjdlXCIsXCIyZWIwMWY2ZjJmNjkzNDM2MGVkOTZkZjc3NTNiNmU1MlwiLFwiMWU5Yjg0MDRjNTYwMDAzOGRiMDA1MzhlMWEyNDkyMTdcIixcIjc3OTAxODEzMzE1NWJkZTRjNjZkYTI1YjE5YmNmYWQ1XCIsXCI0Y2JkZjdkMzdlNzE4ZTE0YmYzYTU5OGJlMjM2YWM0Y1wiLFwiYTMyYTA4OTUzY2QzNzgzN2I4NDM2OGNmMzQ4YWQ2MTZcIixcIjJkYmYyODA5YmI5NzBlNzY0NDA0MzI0OWM3ZDNlYmI0XCIsXCJkNzA2NmMyNjhiMjY5ZGZkYjhlNTg3MDVlZTliNWFkZVwiLFwiYmFhNTE1MDU3M2ZjMzI5Y2FhODk2MTE5ZWE0YzMxZjBcIixcImNkZjExNjc5M2FhYjA3NWFlNDcyZWQ3M2VlNzM3NGMzXCIsXCI1MmE1NTFiZmI0M2Q4ZjM0Zjg1ZmM4ZDQyZGNiNDEyY1wiLFwiM2JhNTYyYjg4MjNiY2YzYzgzN2I1MmI5NGRjMmM1NGRcIixcIjgzNmZkODBjYTQ1MDFkZmU1YzJmYTA2YzllYjFkYjQ2XCIsXCI5OWZmMDYxMjczYzcyNTA0YjUzZDc3NDM5Njc2MzgzYVwiLFwiMGI5NjBjNGY0YWU3ZmY5N2QzM2Y5NWJlMGZlNmJiNDZcIixcImFmNDhkMGYxNGQzZmI0ZTQ3OWU1ZGU1M2E4OTdiMDI0XCIsXCIyZWEyNWY2MWMwZTJkMDllNjMyNDY4NjdhZDQwM2ZjZVwiLFwiYTE2NjEyYzFhZTU1ODJhNjY3MGIzYjZlZGIwNjdjODlcIixcIjQ2YzUyYzM2YzQwNTQ0NDcwNmZhZTFkYzU2OWY2NjMwXCIsXCJhMjA4ZGU1ZmJmZWViNDVjNGU5NzJjMGU2ZDVkYzA1MlwiLFwiMDUyMjhhNjA4ZDdhMmZhOGQyN2VlMTgxOTJlYWYwMTRcIixcIjA5N2I2NjAwOWE4YTI0N2NhMmExMzQzNjhjNzU0YjkxXCIsXCI0NzY2MmFiMjdkNTE2ODZkZjc4Y2RhYjhiZjc3OWMzYlwiLFwiZDIzNjBjOTI5YTgzYTBkYzAwNGU5YWYwZWE2NmQwOGNcIixcImRiMjJhMjEyNGJkNGYxOTJmZGRiMjAxM2Q0YjcwMTc4XCIsXCI2OThkMjU3MTI4NTEyZjA0YzcyZWM5YjgwYTZlZDFiNFwiLFwiYTRhY2I2NDZkODYxYzUyYjZmODVlN2NiYTBkM2ExMTRcIixcIjhiZmY3ZDczMGQyNTUwYzczMTNkNmJkMDViZTc4NmNkXCIsXCJmODAwNjcxMjAwZDdhZWVhMWVhYzY0ZjgzNDcwOGUzM1wiLFwiYmQ3ODlhNDE4Y2IyODU0NDc3OWNkOWI3MjMyYzBmODVcIixcIjAwMjgzYzVhYzdhMDFlNzMwYTY4MDAxNjZlNTBkYjIxXCIsXCI3YzBlNjU3YzNmMDcxY2E3ODEwNDQxYjkxNTEzMDFlMVwiLFwiZDkyYjdjMzk5MmYwYzg4ZWFiODFkYjAwMDFjYmI2MjZcIixcIjA5OWJkMjljOWQ4NDMxYjAxYzIyNjVkMWU2YzVmM2ZhXCIsXCJlNDc5ODZkNmMwYWMwYzliOWQ0MjU4NjBiNDBhNjg5OVwiLFwiNDQ5M2U0M2FhYmU3YmYwZjllN2RkZjRjMTYxNmRiNzZcIixcIjE3ZmE4NzE2YzgwODA1YzA4MTQ0NWQ1YTEzOTQzM2U5XCIsXCJkZTAyMmVlNTY5ZjAxMGMwZWU3ODYxMTQxYWQ3ODA4ZlwiLFwiNzcwZTJiNzM0ZGVjMzgyY2JiOTJkZDcwNTY5M2EzYmJcIixcImY2YzlmYTcyNzFlMzQ1MWQxNDFmNWI2OGM5MWE1MWYyXCIsXCIxZmY1ZmUxYTEzYmM0ZGNjZmZkZDJlNWM0NTYxNDlmY1wiLFwiZDg3YzhhZTQyYzM5MmUyN2E0YzU3ZTNhMmIzMjhhMmRcIixcIjRhOWEwMTM0NGViNjVmNzIyN2U2ZDE1ZmVlZWIyMzNmXCIsXCI1MTJmZTljNDRiNTM4NjY2ZjVjODRlM2NjZWU2OWQ4ZFwiLFwiMjljZmViNzVmNzFlZWYyMGVjYTUzNTM3MzBkYzhiOGVcIixcIjc4M2YzMzNhOWQwMWRkMmUwNWRmOGU2NmNjOGIzN2RmXCIsXCJiOWIyZDYxNWMxYzY1ZjRmNzBjMWUwYzVmODMyNGEwNlwiLFwiYTBjNmRiNGY0MzI2ZTA0MzNkNjdlNjJhMzgxMGIwOGZcIixcIjdkYWUyMDEwOTlkYjFmM2VkZGEzZjQyMTM1ZGI3ZmQwXCIsXCIxZGIxM2M1ZTc0ZDA1NjIyY2Y4YzBlNGU0MjdlZmMxOVwiLFwiOGYyMzA4ZmYwNDQ1Y2U5MjcyMGY5YWZjNGYzNzdiYzhcIixcIjM1YWU4ZTczNzQ3ODIwMzEzMTk4ZDRjNDE2Yjc1OTQwXCIsXCIyOTA0MjI2OTU0YzI4YWVlMmI0NDAyNjE4ZGE5YTFiZVwiLFwiY2FhNzViNTM4NmJhOGMwMWRmZjM0NGMwMzQ2YTljYWVcIixcImM4NDQ5MmMwNTIyZWY3MTk3YTFhODFlOGQzYjhjNWY0XCIsXCJlNWZhYWE1Njc0MTkyZDgwMDQ4NWJiOTI1YmVhMjc1MlwiLFwiNjM2ZDVhOGM3ZjM0MDAwOGUwNzY4OGFmOTc5MjQ2M2RcIixcIjI2ZGMwNTFjNzA1OWQyZmIzZjIzNjliNTJmMDNiZTE3XCIsXCJlOTY4MGE5YmEyMTUwMDM2NTdkNGQ0OTIyYzUyYTcxMFwiLFwiMzkzNWNjODE3MTVjYzg5ZDNmNzk4ZTE1YzllYmViNmZcIixcIjNjYTMzYjRlZWQ0MGQyNDdiOGIzOGU4ZGNmMGNmODJhXCIsXCJmYTdmMWU5N2ViMGJiOTUzY2M3Y2MyMjhkNTU0OTk2MVwiLFwiMjU5ZmQ3Zjg5NWQ5MDdkNGRlZjc2MjY4MzIxMzAyMjBcIixcIjg1YzQzNmNjMWU4MDExYjFhYzQwNDNlYTNlMzcyNWQxXCIsXCJiNGUxNmM3OWI3OTExMjA5MTk4ZmEwMmMxYzc0MGQ5ZlwiLFwiMjJlZjM1ZDMxM2UxZDYyZjE2NWEwNWQ2ZTA4NmZhMTdcIixcIjJhMDRhNjYwNjA4YjlmY2RlMTRiYTkxNDUwNDAxNmVkXCIsXCJkZmI0ODMzMDkwNmEyM2E2MjgwZTZhYTg5MjNmYjVlNlwiLFwiZmNkNDIyM2UxOTlhNDRhMDVjMjBmNGUyYTgxODcxNTRcIixcImQ2ZDQ1Yzg1NjYzNmM5ZWJjMDlhNjZjZTJlYzVmY2MzXCIsXCI4YjFhZTdjMzcxZmM2NTg4MDYwZGRmOTFmNmJlMzA5ZVwiLFwiNThkOTk0MDdiYzhiOTIxNjk2ZmM0YmFlYTFkYTZiZDdcIixcImU1ZTliYzY0OTJkZjZjMDA0MDNlMzNkMmYxNjc1N2ZhXCIsXCI0OWVkNGNkNmJhODJlYzM1NzZkMWJhNjBiY2Y3MTczYVwiLFwiMjVjOGRkZDcwOGU4NDcxNmZmNzhkYmViYzlmNjhhYjdcIixcImUwMzhlZDFiMjYyYzQwNDU3MmEzNzQ3YmNmYmI3OGVjXCIsXCIzNmEyNWFjMTNlOGVkZmM4NTJlNzk2Yzc3ZTdhOGU1M1wiLFwiNDNlYjY2YjE2NjBiNmY2NWU0ZTlkNTEyYWI2M2EzZGRcIixcIjExYTE5NmI0ODEzMDRjMWZiMjZkMWU0NDM5ZDNkOGQwXCIsXCI4YTU3OTYwYmM4ZTQyOGM4MGNiOWYwNTdiN2NlZjdhMlwiLFwiZGY5ZWY0ZTZjNmU5MGNiYTMxMGZjYmY0NmQ3ODI4NzdcIixcIjJiNzRmZDExZjQwMDFkNzY1Y2E2YzE1NDNiMGE5ZjkwXCIsXCJhMWZhNmY4NmZjNjBjZmI2ZjMxNzQwMTllOWI1YjFlZlwiLFwiYjM1NjhiZWEwYjViNzcyY2MwNDgzMWI0ZDBlNjhiNTNcIixcIjBjNDZiM2NiOTg4MWYyOTEwNmNkMTlkNDBmN2JkMzRkXCIsXCJhZGQ5MzI1ZjQ5YmYxNzM4NWRlMjEyYzg2NmU2M2M4ZFwiLFwiNmY5OWQ0NTM5NjY4ZjU4YmRlYWQ0ZmZlMGM4MjI3M2VcIixcIjAyNWYxNjY5MzcwZDYxNDdjNjllNjE4MzYxYTU4Njg0XCIsXCIzZTcyODZlMWIxZDdhZmZiZjFhODI2Y2IxOWI0NjU0MVwiLFwiNDdkMzBmZGEyMGEwMTJkN2U5YmEzZWY4OTJlM2MyYWZcIixcIjE3Mjc3Y2FjYTk1MjJiZjhmNzE1M2U1MzE1ODk3ZDRmXCIsXCJlYmVkN2FlNDQxNmE2OWMxNzdhNzYzMTc1NjI0ODU2NlwiLFwiNjExMjhiODkyMWNmMDg3MzNmMGU0NDZjYjU2MGFiMGRcIixcImVmY2M4NDY0NDYwMzlhZmQ0NWI3N2VjZWI4MmI4YWE4XCIsXCIyNDg5YTYzYmRiMDg0YzhiOTJiZGZiNWE0ZjdkMWJlMlwiLFwiYjgwNDNiYjZlYzM4NDVlNjhlNmJiMWFjYTZhYTg1YzVcIixcIjRjNDg5OWI0OGVjOTQ3NjAyYTRlNzZhMTRlNGJhMzVlXCIsXCI4MjNhZTVkZTY2NzcyNzExMTZlZjI5MGQ4YmJmZmI3ZVwiLFwiZDBjZDJhNjM3YmY3YWM2MjM5ZWFkMzBiNDgxN2ZlNzRcIixcImUzNmFkNjU2Y2ViZDZiZTg2MjhkODE5OTUwMWE3MGJlXCIsXCI2Y2JlOGRkYTcxYTI0OWJlZTU4YzdhZWI3ZTM3OWI5ZFwiLFwiOTgzOTY4MjUzNGI5NjI3ZTNlZjU1NDA0YmFiZDFkODhcIixcIjVmNDQ2MDE4MDkyYTc2MWVjMDJhN2I4OWZmY2U3Yzg3XCIsXCI5OTYxZjIzNjRhYTFkODg1NWRjZmUxOWQ3M2M5NWMzZVwiLFwiNDgyOTZmOTc1ZWUyYmJmOGMxZjRhZWM3MGYzZDMxNWRcIixcImE3N2E0MTQyYjE0ZWNjNDYzZTUxNDBiMjY1MWM2MTA2XCIsXCIzNzNiYzE2ZjZjMDFiMmM0MGM4MThhZTJmM2RiNTc4ZlwiLFwiN2EyOGEzY2NhODMzYjU2ZjhhOTc4ZjdhYmQ5NjM5Y2RcIixcIjM5MWJiZmJmYWY4NmZjYmMzN2E1ZGNlNjU5MzQ2YWFiXCIsXCJiMjM4OGY0YWNmMmZkMjgwMzM1NjZjNGJmM2U2OTMwMFwiLFwiMGI0NDA4Mjg1ZjNjODY4Yzg5NDE3NTM5NDkzNzRlMjlcIixcIjM1MzA3NTkwYTU5MzBmMDljNzk2MGQ3NzUwYWY4NzA4XCIsXCIwY2UzMjkxOWJlOGRlOGQ5ZWJiYzU0NzQzNTE2MzI3NVwiLFwiYmM1ZTlkNTE3ZmUzNmNkYTIxNGY5Y2JkZjc5NDJkOTJcIixcIjJmNTM1NzE2ZTU0YzIyN2IxOTdkZDdjOWE0NmRlNWQwXCIsXCIyNjFlYWMxYTM3ZWJjODMyODAwYjMwZWI5MjdhMWVjZVwiLFwiZTgyMDI0YmE2NzRkMjNmNDgxNTZmNjI0NmQwZDI3MjFcIixcImYwYmQwNTU3NDBmZDEyZDYyODMyMWE2OWE4MzRlOTQyXCIsXCJiMDI0NzUwY2UzOTY2ODIzMGIyZDkwZmUyZTc4NTkzOFwiXX0iLCIxZGU4ZWI2ODkzN2I1OTA3MzUzMThlMmZlMzhjZWVjZCJd' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_12' id='gform_target_page_number_12' value='0' /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_12' id='gform_source_page_number_12' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div><script> gform.initializeOnLoaded( function() {gformInitSpinner( 12, 'https://worldoceanday.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_12').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_12');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_12').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_12').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_12').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_12').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_12').val();gformInitSpinner( 12, 'https://worldoceanday.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [12, current_page]);window['gf_submitting_12'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_12').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [12]);window['gf_submitting_12'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_12').text());}else{jQuery('#gform_12').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "12", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_12" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_12"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_12" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 12, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); </script> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-1696216 e-flex e-con-boxed e-con e-parent" data-id="1696216" data-element_type="container" data-settings="{"background_background":"classic","jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-01b8087 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="01b8087" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-1701180 e-flex e-con-boxed e-con e-child" data-id="1701180" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-d466bb8 e-flex e-con-boxed e-con e-child" data-id="d466bb8" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-0c77cf9 elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="0c77cf9" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-lg" href="https://auhsssyy.donorsupport.co/page/FUNAZQFKXRT"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Donate</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-b64308d e-flex e-con-boxed e-con e-child" data-id="b64308d" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-0ea3fb6 e-grid-align-right e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="0ea3fb6" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-0784528" href="https://www.facebook.com/WorldOceanDay/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-dd96e2c" href="https://twitter.com/worldoceansday" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-045091b" href="https://www.instagram.com/worldoceanday/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <svg class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-493e98c" href="https://www.linkedin.com/company/world-ocean-day" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-8ab4b6d e-flex e-con-boxed e-con e-parent" data-id="8ab4b6d" data-element_type="container" data-settings="{"background_background":"classic","jet_parallax_layout_list":[]}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-67e204f copyright elementor-widget elementor-widget-text-editor" data-id="67e204f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><small>All information, materials, and resources on this site and associated with World Ocean Day are free to use to those who are celebrating World Ocean Day as a way to bring about a healthier ocean and a better future.</small></p><p><small>The Ocean Foundation is the fiscal sponsor for World Ocean Day (EIN: 71-0863908)</small></p> </div> </div> </div> </div> </div> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <div class='asp_hidden_data' id="asp_hidden_data" style="display: none !important;"> <svg style="position:absolute" height="0" width="0"> <filter id="aspblur"> <feGaussianBlur in="SourceGraphic" stdDeviation="4"/> </filter> </svg> <svg style="position:absolute" height="0" width="0"> <filter id="no_aspblur"></filter> </svg> </div> <div class="wpc-filters-overlay"></div> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"},"registration_prompt":"There is unsaved attendee information. Are you sure you want to continue?"};/* ]]> */ </script> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='jeg-dynamic-style-css' href='https://worldoceanday.org/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/css/jeg-dynamic-styles.css?ver=1.3.0' media='all' /> <link rel='stylesheet' id='gform_basic-css' href='https://worldoceanday.org/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.9.5' media='all' /> <link rel='stylesheet' id='gform_theme_components-css' href='https://worldoceanday.org/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.9.5' media='all' /> <link rel='stylesheet' id='gform_theme-css' href='https://worldoceanday.org/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.9.5' media='all' /> <style id='core-block-supports-inline-css'> /** * Core styles: block-supports */ </style> <link rel='stylesheet' id='jet-elements-css' href='https://worldoceanday.org/wp-content/plugins/jet-elements/assets/css/jet-elements.css?ver=2.7.5' media='all' /> <script src="https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/common.min.js?ver=3.1.48" id="wp-event-manager-common-js"></script> <script src="https://worldoceanday.org/wp-includes/js/jquery/ui/core.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script src="https://worldoceanday.org/wp-includes/js/jquery/ui/controlgroup.js?ver=1.13.3" id="jquery-ui-controlgroup-js"></script> <script src="https://worldoceanday.org/wp-includes/js/jquery/ui/checkboxradio.js?ver=1.13.3" id="jquery-ui-checkboxradio-js"></script> <script src="https://worldoceanday.org/wp-includes/js/jquery/ui/button.js?ver=1.13.3" id="jquery-ui-button-js"></script> <script src="https://worldoceanday.org/wp-includes/js/jquery/ui/datepicker.js?ver=1.13.3" id="jquery-ui-datepicker-js"></script> <script id="jquery-ui-datepicker-js-after"> jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});}); </script> <script src="https://worldoceanday.org/wp-includes/js/jquery/ui/menu.js?ver=1.13.3" id="jquery-ui-menu-js"></script> <script src="https://worldoceanday.org/wp-includes/js/dist/vendor/moment.js?ver=2.30.1" id="moment-js"></script> <script id="moment-js-after"> moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i a","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} ); </script> <script src="https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/jquery-ui-daterangepicker/jquery.comiseo.daterangepicker.js?ver=3.1.48" id="wp-event-manager-jquery-ui-daterangepicker-js"></script> <script id="wp-event-manager-content-event-listing-js-extra"> var event_manager_content_event_listing = {"i18n_initialText":"Select date range","i18n_applyButtonText":"Apply","i18n_clearButtonText":"Clear","i18n_cancelButtonText":"Cancel","i18n_today":"Today","i18n_tomorrow":"Tomorrow","i18n_thisWeek":"This Week","i18n_nextWeek":"Next Week","i18n_thisMonth":"This Month","i18n_nextMonth":"Next Month","i18n_thisYear":"This Year","i18n_nextYear":"Next Month"}; var event_manager_content_event_listing = {"i18n_datepicker_format":"yy-mm-dd","i18n_initialText":"Select Date Range","i18n_applyButtonText":"Apply","i18n_clearButtonText":"Clear","i18n_cancelButtonText":"Cancel","i18n_monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"i18n_dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"i18n_dayNamesMin":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"i18n_today":"Today","i18n_tomorrow":"Tomorrow","i18n_thisWeek":"This Week","i18n_nextWeek":"Next Week","i18n_thisMonth":"This Month","i18n_nextMonth":"Next Month","i18n_thisYear":"This Year","i18n_nextYear":"Next Year"}; </script> <script src="https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/content-event-listing.min.js?ver=3.1.48" id="wp-event-manager-content-event-listing-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/jquery-deserialize/jquery.deserialize.js?ver=1.2.1" id="jquery-deserialize-js"></script> <script id="wp-event-manager-ajax-filters-js-extra"> var event_manager_ajax_filters = {"ajax_url":"https:\/\/worldoceanday.org\/em-ajax\/get_listings\/","is_rtl":"0","lang":null}; var event_manager_ajax_filters = {"ajax_url":"\/em-ajax\/%%endpoint%%\/","is_rtl":"0","lang":null}; </script> <script src="https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/event-ajax-filters.min.js?ver=3.1.48" id="wp-event-manager-ajax-filters-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/wp-event-manager/assets/js/jquery-timepicker/jquery.timepicker.min.js?ver=3.1.48" id="wp-event-manager-jquery-timepicker-js"></script> <script src="https://worldoceanday.org/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script src="https://worldoceanday.org/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script src="https://worldoceanday.org/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/wp-timeline-designer-pro/public/js/isotope.pkgd.min.js?ver=2.2.2" id="isotope-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/wp-timeline-designer-pro/public/js/lightcase.js?ver=2.5.0" id="lightcase-script-js"></script> <script id="gforms_recaptcha_recaptcha-js-extra"> var gforms_recaptcha_recaptcha_strings = {"site_key":"6LexRMAiAAAAAOVMoM1Mq_QtQdKJKcNNJ5QdbGRP","ajaxurl":"https:\/\/worldoceanday.org\/wp-admin\/admin-ajax.php","nonce":"4efd901fd3"}; </script> <script src="https://www.google.com/recaptcha/api.js?render=6LexRMAiAAAAAOVMoM1Mq_QtQdKJKcNNJ5QdbGRP&ver=1.6.0" id="gforms_recaptcha_recaptcha-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/elementor/assets/js/webpack.runtime.js?ver=3.28.3" id="elementor-webpack-runtime-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/elementor/assets/js/frontend-modules.js?ver=3.28.3" id="elementor-frontend-modules-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":true},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.28.3","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_local_google_fonts":true,"theme_builder_v2":true,"nested-elements":true,"editor_v2":true,"home_screen":true},"urls":{"assets":"https:\/\/worldoceanday.org\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/worldoceanday.org\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/worldoceanday.org\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"3748aebdd5"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":43851,"title":"The%20Future%20is%20Now%3A%20Encouraging%20Civic%20Engagement%20Among%20Global%20Youth%20-%20World%20Ocean%20Day","excerpt":"","featuredImage":"https:\/\/worldoceanday.org\/wp-content\/uploads\/2024\/10\/Vote-assetswebsite-scaled-1-1024x512.jpg"}}; </script> <script src="https://worldoceanday.org/wp-content/plugins/elementor/assets/js/frontend.js?ver=3.28.3" id="elementor-frontend-js"></script> <script id="elementor-frontend-js-after"> var jkit_ajax_url = "https://worldoceanday.org/?jkit-ajax-request=jkit_elements", jkit_nonce = "4da3131c6e"; </script> <script src="https://worldoceanday.org/wp-content/plugins/jeg-elementor-kit/assets/js/elements/nav-menu.js?ver=2.6.12" id="jkit-element-navmenu-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/jeg-elementor-kit/assets/js/elements/sticky-element.js?ver=2.6.12" id="jkit-sticky-element-js"></script> <script id="ivory-search-scripts-js-extra"> var IvorySearchVars = {"is_analytics_enabled":"1"}; </script> <script src="https://worldoceanday.org/wp-content/plugins/add-search-to-menu/public/js/ivory-search.min.js?ver=5.5.9" id="ivory-search-scripts-js"></script> <script id="gt_widget_script_74135918-js-before"> window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['74135918'] = {"default_language":"en","languages":["af","sq","am","ar","hy","az","eu","be","bn","bs","bg","ca","ceb","ny","zh-CN","zh-TW","co","hr","cs","da","nl","en","eo","et","tl","fi","fr","fy","gl","ka","de","el","gu","ht","ha","haw","iw","hi","hmn","hu","is","ig","id","ga","it","ja","jw","kn","kk","km","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","mn","my","ne","no","ps","fa","pl","pt","pa","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","te","th","tr","uk","ur","uz","vi","cy","xh","yi","yo","zu"],"url_structure":"none","detect_browser_language":1,"wrapper_selector":"#gt-wrapper-74135918","select_language_label":"Select Language","horizontal_position":"inline","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; </script><script src="https://worldoceanday.org/wp-content/plugins/gtranslate/js/dropdown.js?ver=c896933ccc64e30299fa149e109fa402" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/vote/" data-gt-orig-domain="worldoceanday.org" data-gt-widget-id="74135918" defer></script><script id="gt_widget_script_67108808-js-before"> window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['67108808'] = {"default_language":"en","languages":["af","sq","am","ar","hy","az","eu","be","bn","bs","bg","ca","ceb","ny","zh-CN","zh-TW","co","hr","cs","da","nl","en","eo","et","tl","fi","fr","fy","gl","ka","de","el","gu","ht","ha","haw","iw","hi","hmn","hu","is","ig","id","ga","it","ja","jw","kn","kk","km","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","mn","my","ne","no","ps","fa","pl","pt","pa","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","te","th","tr","uk","ur","uz","vi","cy","xh","yi","yo","zu"],"url_structure":"none","detect_browser_language":1,"wrapper_selector":"#gt-wrapper-67108808","select_language_label":"Select Language","horizontal_position":"inline","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; </script><script src="https://worldoceanday.org/wp-content/plugins/gtranslate/js/dropdown.js?ver=c896933ccc64e30299fa149e109fa402" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/vote/" data-gt-orig-domain="worldoceanday.org" data-gt-widget-id="67108808" defer></script><script src="https://worldoceanday.org/wp-includes/js/dist/dom-ready.js?ver=5b9fa8df0892dc9a7c41" id="wp-dom-ready-js"></script> <script src="https://worldoceanday.org/wp-includes/js/dist/hooks.js?ver=5b4ec27a7b82f601224a" id="wp-hooks-js"></script> <script src="https://worldoceanday.org/wp-includes/js/dist/i18n.js?ver=2aff907006e2aa00e26e" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://worldoceanday.org/wp-includes/js/dist/a11y.js?ver=55ca8e5ef2be0319312c" id="wp-a11y-js"></script> <script defer='defer' src="https://worldoceanday.org/wp-content/plugins/gravityforms/js/jquery.json.js?ver=2.9.5" id="gform_json-js"></script> <script id="gform_gravityforms-js-extra"> var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/worldoceanday.org\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/worldoceanday.org\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/worldoceanday.org\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"41dc36f699fed95771b0f216449f318c","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; </script> <script defer='defer' src="https://worldoceanday.org/wp-content/plugins/gravityforms/js/gravityforms.js?ver=2.9.5" id="gform_gravityforms-js"></script> <script defer='defer' src="https://worldoceanday.org/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.9.5" id="gform_placeholder-js"></script> <script defer='defer' src="https://worldoceanday.org/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=a8f8e72876ba5bc3f797026fe4225946" id="gform_gravityforms_utils-js"></script> <script defer='defer' src="https://worldoceanday.org/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=989ad253b7e7917a0c0a170dddfff3e5" id="gform_gravityforms_theme_vendors-js"></script> <script id="gform_gravityforms_theme-js-extra"> var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"41dc36f699fed95771b0f216449f318c"},"ajax":{"ajaxurl":"https:\/\/worldoceanday.org\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"7ca1f47d7e","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/worldoceanday.org\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"206ca0aaee"}; </script> <script defer='defer' src="https://worldoceanday.org/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=29de0d6110e39c07ef4a83085c09d4f4" id="gform_gravityforms_theme-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/gravityformsrecaptcha/js/frontend.js?ver=1.6.0" id="gforms_recaptcha_frontend-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.js?ver=3.28.1" id="elementor-pro-webpack-runtime-js"></script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/worldoceanday.org\/wp-admin\/admin-ajax.php","nonce":"d35b7d3bd0","urls":{"assets":"https:\/\/worldoceanday.org\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/worldoceanday.org\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/worldoceanday.org\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://worldoceanday.org/wp-content/plugins/elementor-pro/assets/js/frontend.js?ver=3.28.1" id="elementor-pro-frontend-js"></script> <script src="https://worldoceanday.org/wp-content/plugins/elementor-pro/assets/js/elements-handlers.js?ver=3.28.1" id="pro-elements-handlers-js"></script> <script id="jet-elements-js-extra"> var jetElements = {"ajaxUrl":"https:\/\/worldoceanday.org\/wp-admin\/admin-ajax.php","isMobile":"false","templateApiUrl":"https:\/\/worldoceanday.org\/wp-json\/jet-elements-api\/v1\/elementor-template","devMode":"false","messages":{"invalidMail":"Please specify a valid e-mail"}}; </script> <script src="https://worldoceanday.org/wp-content/plugins/jet-elements/assets/js/jet-elements.js?ver=2.7.5" id="jet-elements-js"></script> <script> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 12) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); </script> <script> gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "12", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_12" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_12"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_12" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 12, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); </script> </body> </html>