BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
CALSCALE:GREGORIAN
PRODID:-//WordPress - MECv7.33.0//EN
X-ORIGINAL-URL:https://www.wtcsb.org/
X-WR-CALNAME:Western Tidewater Community Services Board
X-WR-CALDESC:Forward, Together
X-WR-TIMEZONE:America/New_York
BEGIN:VTIMEZONE
TZID:America/New_York
X-LIC-LOCATION:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20260308T030000
RRULE:FREQ=YEARLY;BYMONTH=03;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20261101T010000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-PUBLISHED-TTL:PT1H
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
BEGIN:VEVENT
CLASS:PUBLIC
UID:MEC-a7ce516688f12d2b7a632bb6ac063265@wtcsb.org
DTSTART;TZID=America/New_York:20260922T090000
DTEND;TZID=America/New_York:20260922T150000
DTSTAMP:20260616T150259Z
CREATED:20260616
LAST-MODIFIED:20260616
PRIORITY:5
SEQUENCE:34
TRANSP:OPAQUE
SUMMARY:Youth Mental Health First Aid
DESCRIPTION:Youth Mental Health First Aid is designed to teach parents, family members, caregivers, teachers, school staff, peers, neighbors, health and human services workers, and other caring citizens how to help an adolescent (age 12-18) who is experiencing a mental health or addictions challenge or is in crisis.\nTOPICS COVERED in Youth MHFA\n– Anxiety\n– Depression\n– Substance use\n– Disorders in which psychosis may occur\n– Disruptive behavior disorders (including AD/HD)\n– Eating disorders.\nDate: September 22nd, 2026\nTime: 9:00am – 3:00pm (EST)\nLocation: HARBOUR VIEW Training Center – 7025 Harbour View Blvd, Suite 119, Suffolk, VA 23435\nTrainers: TBA\nYouth Mental Health First Aid is primarily designed for adults who regularly interact with young people.\nThe course introduces common mental health challenges for youth, reviews typical adolescent development, and teaches a 5-step action plan for how to help young people in both crisis and non-crisis situations. Topics covered include anxiety, depression, substance use, disorders in which psychosis may occur, disruptive behavior disorders (including AD/HD), and eating disorders.\n\n                \n                        \n                            \n							&quot;*&quot; indicates required fields\n                        \n                        Name*\n                            \n                            \n                                                    \n                                                    First\n                                                \n                            \n                            \n                                                    \n                                                    Last\n                                                \n                            \n                        Email*\n                            \n                        If you are a part of a CSB/Agency, please list which one you a part ofLunch will be provided. Do you have any dietary restrictions?*\n          \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n            \n        \n                        setTimeout(function(){var ct_input_name = "ct_checkjs_069059b7ef840f0c74a814ec9237b6ec";if (document.getElementById(ct_input_name) !== null) {var ct_input_value = document.getElementById(ct_input_name).value;document.getElementById(ct_input_name).value = document.getElementById(ct_input_name).value.replace(ct_input_value, 'b41534816bd9957ef2c902d32231990ca1e2f18d95ba500343c0c57b6dada7de');}}, 1000);\n                        \ngform.initializeOnLoaded( function() {gformInitSpinner( 240, 'https://www.wtcsb.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_240').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_240');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_240').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){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_240').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_240').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_240').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_240').val();gformInitSpinner( 240, 'https://www.wtcsb.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [240, current_page]);window['gf_submitting_240'] = 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_240').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [240]);window['gf_submitting_240'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_240').text());}else{jQuery('#gform_240').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "240", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_240" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_240";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_240" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 240, 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();        }    } );} );\n\n\n
URL:https://www.wtcsb.org/event/youth-mental-health-first-aid-sept-22-2026/
CATEGORIES:Community Events,Mental Health First Aid
LOCATION:7025 Harbour View Blvd, Suite 119 Suffolk, VA 23435
ATTACH;FMTTYPE=image/jpeg:https://www.wtcsb.org/wp-content/uploads/2024/08/Mental-Health-First-Aid-youth-updated.jpg
END:VEVENT
END:VCALENDAR
