This will only take a second!","number_decimals":"2","is_test_mode":"","give_version":"2.21.4","magnific_options":"main_class":"give-modal","close_on_bg_click":false,"form_translation":"payment-mode":"Please select payment mode.","give_first":"Please enter your first name.","give_last":"Please enter your last name.","give_email":"Please enter a valid email address.","give_user_login":"Invalid email address or username.","give_user_pass":"Enter a password.","give_user_pass_confirm":"Enter the password confirmation.","give_agree_to_terms":"You must agree to the terms and conditions.","confirm_email_sent_message":"Please check your email and click on the link to access your complete donation history.","ajax_vars":"ajaxurl":"https:\/\/www.mentalhealthfirstaid.org\/wp-admin\/admin-ajax.php","ajaxNonce":"2cba2590a1","loading":"Loading","select_option":"Please select an option","default_gateway":"authorize","permalinks":"1","number_decimals":2,"cookie_hash":"f36ee5d0eadeaca0ce2f85dc8a2aea92","session_nonce_cookie_name":"wp-give_session_reset_nonce_f36ee5d0eadeaca0ce2f85dc8a2aea92","session_cookie_name":"wp-give_session_f36ee5d0eadeaca0ce2f85dc8a2aea92","delete_session_nonce_cookie":"0"};var giveApiSettings = "root":"https:\/\/www.mentalhealthfirstaid.org\/wp-json\/give-api\/v2\/","rest_base":"give-api\/v2";/* ]]> *//* Run FooBox (v2.7.23) */var FOOBOX = window.FOOBOX = ready: false,disableOthers: false,customOptions: ,o: wordpress: enabled: true , pan: enabled: true, showOverview: true, position: "fbx-top-right" , deeplinking : enabled: true, prefix: "foobox" , captions: dataTitle: ["captionTitle","title"], dataDesc: ["captionDesc","description"] , excludes:'.fbx-link,.nofoobox,.nolightbox,a[href*="pinterest.com/pin/create/button/"]', affiliate : enabled: false , slideshow: enabled:false , social: "enabled":true,"position":"fbx-above","excludes":["iframe","html"],"nonce":"aae428718b","networks":["facebook","twitter","pinterest","linkedin","buffer","digg","tumblr","reddit"], preload:true,selectors: [".foogallery-container.foogallery-lightbox-foobox", ".foogallery-container.foogallery-lightbox-foobox-free", ".foobox, [target=\"foobox\"]", ".wp-caption", "body"],pre: function( $ )// Custom JavaScript (Pre),post: function( $ )// Custom JavaScript (Post)// Custom Captions Code,custom: function( $ )// Custom Extra JS; var dataLayer_content = "pagePostType":"population_types","pagePostType2":"single-population_types","pagePostAuthor":"Mark";dataLayer.push( dataLayer_content );(function(w,d,s,l,i)[];w[l].push('gtm.start':new Date().getTime(),event:'gtm.js');var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f);)(window,document,'script','dataLayer','GTM-KWBTD9Z'); body.blog .article-post-blocks display: flex; flex-wrap: wrap;.article-post-wrapper ul li margin-left: 0px; padding-left: 20px; background: url('/wp-content/themes/mentalhealthfirstaid-2014/images/bullet-circle-gold-n.svg') no-repeat 0px 7px; background-size: 10px 10px; list-style: none;.article-post-wrapper section.feature-blocks ul lipadding-left: 0; background: none; .article-post-wrapper .article-filter-blocks ul limargin-left: 1px;padding-left: 0; background: none; !function(f,b,e,v,n,t,s)if(f.fbq)return;n=f.fbq=function()n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments);if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)(window,document,'script',' _US/fbevents.js');fbq('init', '1200130090078923'); // Insert your pixel ID here.fbq('track', 'PageView'); Skip to main menu Skip to content $(document).ready(function() $('.mhfa_subscribe').on('click', function(e) $('#mhfa_subscribe_form').show(); ); ); Login Store Subscribe
Get TrainedGet TrainedWhat You LearnCoursesAdultSpanish-speaking CommunitiesFire / EMSHigher EducationOlder AdultsPublic SafetyRural CommunitiesMilitary, Veterans and Their FamiliesYouthSpanish-speaking CommunitiesTeenWorkplace Sign up for a class near you Find A Course Be an InstructorBecome an InstructorInstructor RoleCertification ProcessOnsite Private Instructor Training Train others inMental Health First Aid Find Instructor Training ImpactLatest ImpactsCase StudiesPress ReleasesPartner with UsBlogU.S. ReachWorld Mental Health Day 2022About MHFAAbout MHFAResearch and Evidence BaseAdvocacyMental Health ResourcesFunding OpportunitiesFAQ /* var navExpanded = false; var toggleNav = function() $('section.navigation').slideToggle(); $('.header-links').toggleClass('expanded'); navExpanded = $('.header-links').hasClass('expanded'); ; $('.logo-container-mobile .icon-menu').on('click', toggleNav); $(document).on('click', function(e) if (!navExpanded) return; var $elem = $(e.target); if (!$elem.parents('header').length) toggleNav(); );*/ $('#navigation').delegate('> ul > li > ul > li', 'click', function(e) //Always allow the sub-menu clicks to go through e.stopPropagation(); ); $('#navigation').delegate('> ul > li', 'click', function(e) var $this = $(this); var thisActive = $this.hasClass('active-link'); //Mark our active menu $('.active-link').removeClass('active-link'); $this.addClass('active-link'); //Does this top-level have a ? If not, allow the click to happen if (!$this.find('> ul').length) return true; //Allow MouseEvents on tablet and larger to go through as they can see the hover state if (e.originalEvent instanceof MouseEvent && $(window).width() >= 768) if (e.originalEvent.forwardedTouchEvent) //our library says it was a touch event return thisActive; //double clicking takes you to the link else //not mobile so let the first click take us there return true; //At this point we know we need to slide the sub-nav, so prevent the link from navigating e.preventDefault(); //Stop detecting 'click' event, but only if we're expecting some other event... //In this case we ARE wanting a click because of the touch library used //if (e.type == 'click') // return; //Collapse any expanded sub-nav var $expanded = $('> .expanded', $this.parent()); if ($expanded.length) $($expanded).removeClass('expanded'); $('> ul', $expanded).slideUp(); //We just collapsed ourself, don't allow it to expand again if ($expanded.get(0) === $this.get(0)) return; $this.addClass('expanded'); $('> ul', $this).slideDown(); ); Home Youth Mental Health First Aidfor Youth This course is also available in Spanish.Choose Another Program Adults
Fire/EMS
Higher Education
Military, Veterans and Their Families
Older Adults
Public Safety
Rural Communities
Schools
Teens
Workplace
function DropDown(el) this.dd = el; this.initEvents(); DropDown.prototype = initEvents : function() var obj = this; obj.dd.on('click', function(event) $(this).toggleClass('active'); event.stopPropagation(); ); $(function() var dd = new DropDown( $('#dd') ); $(document).click(function() $('.wrapper-dropdown-2').removeClass('active'); ); ); Youth Mental Health First AidYouth 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. Youth Mental Health First Aid is primarily designed for adults who regularly interact with young people. The 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. To learn more, download the Mental Health First Aid for Youth one-pager.
Vista Health Jobs Fort Smith Ar download free
2ff7e9595c
Comments