  {"id":7218,"date":"2025-10-01T06:10:19","date_gmt":"2025-10-01T10:10:19","guid":{"rendered":"https:\/\/employmenthero.com\/en-ca\/?post_type=resources&#038;p=7218"},"modified":"2025-12-03T11:40:05","modified_gmt":"2025-12-03T16:40:05","slug":"employees","status":"publish","type":"resources","link":"https:\/\/employmenthero.com\/en-ca\/resources\/employees\/","title":{"rendered":"Resource Hub for Employees"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull has-lv-200-to-white-gradient-background has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--16)\">\n<div class=\"wp-block-group alignwide is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\" style=\"padding-bottom:var(--wp--preset--spacing--5)\"><div style=\"--bb--crumb-gap:0.4em; padding-top:0;padding-bottom:0;\" class=\"wp-block-employmentherocom2025-breadcrumb-block-v2\">\n    <nav role=\"navigation\" aria-label=\"breadcrumb\" class=\"nav-breadcrumb\">\n        <ol class=\"breadcrumb-items\">\n                            <li class=\"breadcrumb-item\">\n                    <a href=\"https:\/\/employmenthero.com\/en-ca\/\" class=\"breadcrumb-item-ahref breadcrumb-item--current\">\n                        <span class=\"breadcrumb-item-name\">\n                        Home                        <\/span>\n                    <\/a>\n                                    <\/li>\n                        <\/ol>\n    <\/nav>\n    <script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"BreadcrumbList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"name\":\"Home\",\"@id\":\"https:\\\/\\\/employmenthero.com\\\/en-ca\\\/\"}}]}<\/script><\/div>\n<\/div>\n\n\n\n<h1 class=\"wp-block-heading has-text-align-center has-heading-1-4-xl-font-size\" style=\"padding-bottom:var(--wp--preset--spacing--5)\">Your guide to navigating Employment for<\/h1>\n\n\n\n<div class=\"persona-dropdown-container\">\n        <button class=\"persona-dropdown-btn\" id=\"personaDropdownBtn\">\n            <span>Employees<\/span>\n            <div class=\"dropdown-arrow\"><\/div>\n        <\/button>\n        <div class=\"persona-dropdown-menu\" id=\"personaDropdownMenu\">            \n            <button class=\"persona-option\" data-url=\"https:\/\/employmenthero.com\/en-ca\/resources\/businesses\/\">\n                Businesses\n            <\/button>\n            <button class=\"persona-option\" data-url=\"https:\/\/employmenthero.com\/en-ca\/resources\/partners\/\">\n                Partners\n            <\/button>\n        <\/div>\n    <\/div>\n\n<style>\n\/* Persona Dropdown Container *\/\n        .persona-dropdown-container {\n            position: relative;\n            width: 500px;\n        }\n\n        .persona-dropdown-btn {\n            display: flex;\n            flex-direction: row;\n            align-items: center;\n            justify-content: space-between;\n            padding: 8px 24px;\n            gap: 24px;\n            width: 100%;\n            height: 88px;\n            background: #F4F4F5;\n            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.2);\n            border-radius: 20px;\n            border: none;\n            cursor: pointer;\n            transition: all 0.2s ease;\n            box-sizing: border-box;\n        }\n\n        .persona-dropdown-btn:hover {\n            background: #EAEAEB;\n            transform: translateY(-1px);\n            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 2px rgba(0, 0, 0, 0.25);\n        }\n\n        .persona-dropdown-btn span {\n            font-family: var(--wp--preset--font-family--heading);\n            font-style: normal;\n            font-weight: 900;\n            font-size: 64px;\n            line-height: 72px;\n            letter-spacing: -0.2px;\n            color: #7622D7;\n            user-select: none;\n            flex: 1;\n            text-align: left;\n        }\n\n        \/* Down Arrow Icon *\/\n        .dropdown-arrow {\n            width: 22.94px;\n            height: 22.94px;\n            position: relative;\n            transition: transform 0.2s ease;\n            flex-shrink: 0;\n        }\n\n        .dropdown-arrow::before {\n            content: '';\n            position: absolute;\n            left: 50%;\n            top: 50%;\n            width: 8px;\n            height: 8px;\n            border-right: 2px solid #000000;\n            border-bottom: 2px solid #000000;\n            transform: translate(-50%, -60%) rotate(45deg);\n        }\n\n        \/* Dropdown open state *\/\n        .persona-dropdown-btn.active .dropdown-arrow {\n            transform: rotate(180deg);\n        }\n\n        \/* Dropdown Menu *\/\n        .persona-dropdown-menu {\n            position: absolute;\n            top: 100%;\n            left: 0;\n            right: 0;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);\n            opacity: 0;\n            visibility: hidden;\n            transform: translateY(-8px);\n            transition: all 0.2s ease;\n            z-index: 9999;\n            margin-top: 4px;\n            overflow: hidden;\n        }\n\n        .persona-dropdown-menu.show {\n            opacity: 1;\n            visibility: visible;\n            transform: translateY(0);\n        }\n\n        .persona-option {\n            width: 100%;\n            padding: 12px 24px;\n            font-family: var(--wp--preset--font-family--heading);\n            font-size: 64px;\n            font-weight: 900;\n            color: #7622D7;\n            letter-spacing: -0.2px;\n            line-height: 64px;\n            border: none;\n            border-bottom: 1px solid #f0f0f0;\n            background: transparent;\n            cursor: pointer;\n            transition: background 0.15s ease;\n            display: flex;\n            align-items: center;\n            min-height: 40px;\n            white-space: nowrap;\n            overflow: hidden;\n            text-overflow: ellipsis;\n            text-align: left;\n        }\n\n        .persona-option:first-child {\n            border-radius: 12px 12px 0 0;\n        }\n\n        .persona-option:last-child {\n            border-bottom: none;\n            border-radius: 0 0 12px 12px;\n        }\n\n        .persona-option:hover {\n            background: #f8f8f9;\n        }\n\n        .persona-option:active {\n            background: #e8e8ea;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 500px) {\n            .persona-dropdown-container {\n                width: calc(100vw - 80px);\n                max-width: 470px;\n            }\n            \n            .persona-dropdown-btn span {\n                font-size: 48px;\n                line-height: 54px;\n            }\n\n            .persona-option {\n                font-size:48px;\n            }\n        }\n    <\/style>\n    <script>\n        \/\/ Get elements\n        const dropdownBtn = document.getElementById('personaDropdownBtn');\n        const dropdownMenu = document.getElementById('personaDropdownMenu');\n        const options = document.querySelectorAll('.persona-option');\n\n        \/\/ Toggle dropdown\n        dropdownBtn.addEventListener('click', function(e) {\n            e.preventDefault();\n            e.stopPropagation();\n            dropdownBtn.classList.toggle('active');\n            dropdownMenu.classList.toggle('show');\n        });\n\n        \/\/ Handle option clicks\n        options.forEach(option => {\n            option.addEventListener('click', function(e) {\n                e.preventDefault();\n                e.stopPropagation();\n                \n                const url = this.getAttribute('data-url');\n                const selectedText = this.textContent.trim();\n\n                \/\/ Update button text\n                dropdownBtn.querySelector('span').textContent = selectedText;\n\n                \/\/ Close dropdown\n                dropdownBtn.classList.remove('active');\n                dropdownMenu.classList.remove('show');\n\n                \/\/ Navigate to the selected page (only if URL exists)\n                if (url) {\n                    window.location.href = url;\n                }\n            });\n        });\n\n        \/\/ Close dropdown when clicking outside\n        document.addEventListener('click', function(e) {\n            if (!dropdownBtn.contains(e.target) && !dropdownMenu.contains(e.target)) {\n                dropdownBtn.classList.remove('active');\n                dropdownMenu.classList.remove('show');\n            }\n        });\n\n        \/\/ Close dropdown on escape key\n        document.addEventListener('keydown', function(e) {\n            if (e.key === 'Escape') {\n                dropdownBtn.classList.remove('active');\n                dropdownMenu.classList.remove('show');\n            }\n        });\n    <\/script>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex\">\n<div \nstyle=\"padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--6);\" class=\"filters-bar wp-block-employmentherocom2025-filter-and-search\"data-wp-interactive=\"eh-taxonomies-filter\">\n    <div class=\"filters-bar-container\">\n        <button class=\"filters-bar-filter\" data-wp-on--click=\"actions.openDrawer\">\n            <span class=\"filters-bar-filter-content\">\n                <svg class=\"icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\">\n                    <path d=\"M0 0h24v24H0V0z\" fill=\"none\"><\/path>\n                    <path d=\"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z\"><\/path>\n                <\/svg>\n                Filter resources            <\/span>\n        <\/button>\n        <span class=\"filters-bar-keyword\">\n            <input data-wp-on--keyup=\"actions.onSearch\" class=\"filters-bar-keyword-input\" type=\"text\"\n                placeholder=\"Enter keyword\">\n        <\/span>\n    <\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-4 wp-block-group-is-layout-constrained\" style=\"padding-bottom:var(--wp--preset--spacing--12)\">\n<h2 class=\"wp-block-heading has-text-align-center\" style=\"padding-bottom:var(--wp--preset--spacing--4)\">Insights &amp; advice on elevating your career with 91±¬ΑΟ<\/h2>\n\n\n\n<p class=\"has-text-align-center has-paragraph-1-l-font-size\" style=\"padding-right:var(--wp--preset--spacing--0)\">Discover helpful tools and insights to make work easier, grow your career, and get the most out of every day at work with 91±¬ΑΟ.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-query is-layout-flow wp-block-query-is-layout-flow\"><ul class=\"columns-2 is-style-resources-horizontal is-style-resources-horizontal--1 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-1 wp-block-post-template-is-layout-grid\"><li class=\"wp-block-post post-1284 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorised tag-culture tag-hr tag-payroll tag-workplace resource-type-blog\">\n\n<div class=\"wp-block-group group-post-link has-light-violet-200-background-color has-background is-layout-flow wp-block-group-is-layout-flow is-style-resources-horizontal--1\"><figure class=\"wp-block-post-featured-image\"><img loading=\"lazy\" decoding=\"async\" width=\"864\" height=\"486\" src=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2021\/10\/Questions-youre-afraid-to-ask-HR-about-pay-e1756086408937.webp\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Questions you\u2019re afraid to ask HR about pay\" style=\"object-fit:cover;\" \/><\/figure>\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><div style=\"margin-bottom:var(--wp--preset--spacing--4)\" class=\"taxonomy-resource-type wp-block-post-terms\"><img decoding=\"async\" class=\"wp-block-post-terms-icon\" width=\"20\" height=\"20\" alt=\"icon-blog\" loading=\"lazy\" src=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/11\/eye-logo.png\"><a href=\"https:\/\/employmenthero.com\/en-ca\/resources\/blog\/\" rel=\"tag\">Blogs<\/a><\/div>\n\n<h3 style=\"margin-bottom:var(--wp--preset--spacing--4);\" class=\"wp-block-post-title\">Questions you\u2019re afraid to ask HR about pay<\/h3>\n\n<div style=\"margin-bottom:var(--wp--preset--spacing--6);\" class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">We get it \u2013 the topic of pay can be overwhelming. In this blog, we answer your questions for HR about pay. <\/p><\/div>\n\n<a class=\"wp-block-read-more\" href=\"https:\/\/employmenthero.com\/en-ca\/blog\/questions-youre-afraid-to-ask-hr-about-pay\/\" target=\"_self\">Read more<span class=\"screen-reader-text\">: Questions you\u2019re afraid to ask HR about pay<\/span><\/a><\/div>\n<\/div>\n<a href=\"https:\/\/employmenthero.com\/en-ca\/blog\/questions-youre-afraid-to-ask-hr-about-pay\/\" target=\"_self\" class=\"group-block-link\"><\/a>\n<\/li><li class=\"wp-block-post post-1241 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorised tag-culture tag-time-off tag-workplace resource-type-blog topic-time-off\">\n\n<div class=\"wp-block-group group-post-link has-light-violet-200-background-color has-background is-layout-flow wp-block-group-is-layout-flow is-style-resources-horizontal--1\"><figure class=\"wp-block-post-featured-image\"><img loading=\"lazy\" decoding=\"async\" width=\"864\" height=\"486\" src=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2022\/05\/Why-I-dont-hesitate-to-take-a-personal-day-e1756194001524.webp\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Why I don\u2019t hesitate to take a personal day\" style=\"object-fit:cover;\" \/><\/figure>\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><div style=\"margin-bottom:var(--wp--preset--spacing--4)\" class=\"taxonomy-resource-type wp-block-post-terms\"><img decoding=\"async\" class=\"wp-block-post-terms-icon\" width=\"20\" height=\"20\" alt=\"icon-blog\" loading=\"lazy\" src=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/11\/eye-logo.png\"><a href=\"https:\/\/employmenthero.com\/en-ca\/resources\/blog\/\" rel=\"tag\">Blogs<\/a><\/div>\n\n<h3 style=\"margin-bottom:var(--wp--preset--spacing--4);\" class=\"wp-block-post-title\">Why I don\u2019t hesitate to take a personal day<\/h3>\n\n<div style=\"margin-bottom:var(--wp--preset--spacing--6);\" class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Published Updated Contents A little while ago in one of our weekly marketing meetings, our Director, Chris, told the team that by the end of the month, he wanted each of us to use one of our personal days \u2013 AKA when it made the most sense for us, we were encouraged to disconnect and&hellip; <\/p><\/div>\n\n<a class=\"wp-block-read-more\" href=\"https:\/\/employmenthero.com\/en-ca\/blog\/why-i-no-longer-hesitate-to-ask-for-a-personal-day\/\" target=\"_self\">Read more<span class=\"screen-reader-text\">: Why I don\u2019t hesitate to take a personal day<\/span><\/a><\/div>\n<\/div>\n<a href=\"https:\/\/employmenthero.com\/en-ca\/blog\/why-i-no-longer-hesitate-to-ask-for-a-personal-day\/\" target=\"_self\" class=\"group-block-link\"><\/a>\n<\/li><li class=\"wp-block-post post-515 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorised resource-type-blog topic-workplace\">\n\n<div class=\"wp-block-group group-post-link has-light-violet-200-background-color has-background is-layout-flow wp-block-group-is-layout-flow is-style-resources-horizontal--1\"><figure class=\"wp-block-post-featured-image\"><img loading=\"lazy\" decoding=\"async\" width=\"864\" height=\"486\" src=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/07\/3-Desk-Exercises-to-Stay-Healthy-at-Work-e1755651542164.webp\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" style=\"object-fit:cover;\" \/><\/figure>\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><div style=\"margin-bottom:var(--wp--preset--spacing--4)\" class=\"taxonomy-resource-type wp-block-post-terms\"><img decoding=\"async\" class=\"wp-block-post-terms-icon\" width=\"20\" height=\"20\" alt=\"icon-blog\" loading=\"lazy\" src=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/11\/eye-logo.png\"><a href=\"https:\/\/employmenthero.com\/en-ca\/resources\/blog\/\" rel=\"tag\">Blogs<\/a><\/div>\n\n<h3 style=\"margin-bottom:var(--wp--preset--spacing--4);\" class=\"wp-block-post-title\">3 Desk Exercises to Stay Healthy at Work<\/h3>\n\n<div style=\"margin-bottom:var(--wp--preset--spacing--6);\" class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Published Updated Contents The human body doesn\u2019t like maintaining any prolonged static posture.This is why we asked one of our clients,&nbsp; Foundation Physio &amp; Wellness, a physiotherapy clinic located in downtown Toronto for some advice for those who live at their desk every day. \u201cIt\u2019s a good idea to take some breaks throughout the workday&hellip; <\/p><\/div>\n\n<a class=\"wp-block-read-more\" href=\"https:\/\/employmenthero.com\/en-ca\/blog\/desk-exercises-stay-healthy\/\" target=\"_self\">Read more<span class=\"screen-reader-text\">: 3 Desk Exercises to Stay Healthy at Work<\/span><\/a><\/div>\n<\/div>\n<a href=\"https:\/\/employmenthero.com\/en-ca\/blog\/desk-exercises-stay-healthy\/\" target=\"_self\" class=\"group-block-link\"><\/a>\n<\/li><\/ul><\/div>\n\n\n\n<style>@media screen and (min-width:1024px){.wp-block-post-template.is-style-resources-horizontal .wp-block-post:not(:first-child)>.wp-block-group,.wp-block-post-template.is-style-resources-vertical .wp-block-post:not(:first-child)>.wp-block-group{flex-direction:column}.wp-block-post-template.is-style-resources-horizontal .wp-block-post:not(:first-child) figure,.wp-block-post-template.is-style-resources-vertical .wp-block-post:not(:first-child) figure{max-height:23rem}}<\/style>\n<\/div>\n\n\n\n<section class=\"wp-block-group alignfull card3-heading-small has-global-padding is-layout-constrained wp-container-core-group-is-layout-19 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/09\/trend-up.png\" alt=\"\" class=\"wp-image-63363\" style=\"width:98px;height:98px\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-heading-2-2-xl-font-size\" style=\"margin-bottom:var(--wp--preset--spacing--6)\">Everything you need to manage a smoother workday<\/h2>\n\n\n\n<div class=\"wp-block-group three-cards is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns three-cards__cards is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https:\/\/employmenthero.com\/en-ca\/work\/management\/\" class=\"custom-group-link\"><div class=\"wp-block-group three-cards__card is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group three-cards__content is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"three-cards__desc\">Work admin? \u2028We\u2019ve made it easy.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading three-cards__title has-heading-3-l-black-font-size\">WORK MANAGEMENT<\/h3>\n\n\n\n<div class=\"wp-block-buttons three-cards__button-wrap is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button three-cards__button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/employmenthero.com\/en-ca\/work\/management\/\">\n                                    Learn more\n                                    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/employmenthero.com\/wp-content\/themes\/employmentherocom2025\/assets\/images\/arrow-right.png\" alt=\"arrow right\" width=\"19\" height=\"19\">\n                                <\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group three-cards__image-wrap is-layout-flow wp-block-group-is-layout-flow\">\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"458\" height=\"358\" src=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/09\/AU_Work-Management-Overview-Solutions_Perks_V12.png\" alt=\"\" class=\"wp-image-5700\" style=\"width:373px;height:auto\" srcset=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/09\/AU_Work-Management-Overview-Solutions_Perks_V12.png 458w, https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/09\/AU_Work-Management-Overview-Solutions_Perks_V12-300x234.png 300w, https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/09\/AU_Work-Management-Overview-Solutions_Perks_V12-440x344.png 440w\" sizes=\"auto, (max-width: 458px) 100vw, 458px\" \/><\/figure>\n<\/div>\n<\/div><\/a>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<a href=\"https:\/\/employmenthero.com\/en-ca\/work\/learning-and-development\/\" class=\"custom-group-link\"><div class=\"wp-block-group three-cards__card is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group three-cards__content is-nowrap is-layout-flex wp-container-core-group-is-layout-15 wp-block-group-is-layout-flex\">\n<p class=\"three-cards__desc\">Career growth? It starts right here.<\/p>\n\n\n\n<h3 class=\"wp-block-heading three-cards__title has-heading-3-l-black-font-size\">LEARNING &amp; DEVELOPMENT<\/h3>\n\n\n\n<div class=\"wp-block-buttons three-cards__button-wrap is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button three-cards__button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/employmenthero.com\/en-ca\/work\/learning-and-development\/\">\n                                    Learn more\n                                    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/employmenthero.com\/wp-content\/themes\/employmentherocom2025\/assets\/images\/arrow-right.png\" alt=\"arrow right\" width=\"19\" height=\"19\">\n                                <\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group three-cards__image-wrap is-layout-flow wp-block-group-is-layout-flow\">\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"468\" height=\"351\" src=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/09\/1-My-Learning-1-edited.png\" alt=\"\" class=\"wp-image-5813\" style=\"width:351px;height:auto\" srcset=\"https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/09\/1-My-Learning-1-edited.png 468w, https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/09\/1-My-Learning-1-edited-300x225.png 300w, https:\/\/employmenthero.com\/en-ca\/wp-content\/uploads\/sites\/6\/2025\/09\/1-My-Learning-1-edited-440x330.png 440w\" sizes=\"auto, (max-width: 468px) 100vw, 468px\" \/><\/figure>\n<\/div>\n<\/div><\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n\n\n<div class=\"wp-block-group alignfull browse-the-lastest-resources wp-block-employmentherocom2025-quick-demo-listing wp-block-employmentherocom2025-filter-and-search-listing has-white-to-lv-300-gradient-background has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-text-align-center\">All resources<\/h2>\n\n\n\n<div \nclass=\"wp-block-employmentherocom2025-resources-listing\" data-wp-interactive=\"eh-taxonomies-filter\" data-wp-run=\"callbacks.watchFilters\" data-wp-watch=\"callbacks.updateTitles\">\n    <h2 class=\"wp-block-heading has-text-align-center\" data-wp-text=\"state.title\">\n    <\/h2>\n    <div class=\"search_display-count-select\">\n        <div class=\"search_display-count\">\n            <span data-wp-bind--hidden=\"!state.displayCount\">\n                Showing <span data-wp-text=\"state.algoliaResults.hits.length\"><\/span> results of\n                <span data-wp-text=\"state.algoliaResults.nbHits\"><\/span>\n                <span data-wp-bind--hidden=\"!state.searchText.length\"> for <b>&#8220;<span\n                            data-wp-text=\"state.searchText\"><\/span>&#8220;<\/b><\/span>\n            <\/span>\n        <\/div>\n        <div class=\"search_display-select\">\n            <template data-wp-each=\"state.facets\">\n                <button data-wp-key=\"context.item.term\" data-wp-bind--data-category=\"context.item.category\"\n                    data-wp-bind--data-slug=\"context.item.term\" data-wp-on--click=\"actions.onRemoveFilter\"\n                    class=\"taxonomy-filter-result-facet\">\n                    <span class=\"taxonomy-filter-result-facet-wrapper\">\n                        <span class=\"taxonomy-filter-result-facet-text\" data-wp-text=\"context.item.term\"><\/span>\n                        <span class=\"taxonomy-filter-result-facet-text-icon\">\n                            <svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"8px\" height=\"8px\" viewBox=\"0 0 5 5\">\n                                <path\n                                    d=\"M5 .503L4.497 0 2.5 1.996.503 0 0 .503 1.996 2.5 0 4.497.503 5 2.5 3.003 4.497 5 5 4.497 3.003 2.5z\"\n                                    fill=\"#333f48\" fill-rule=\"nonzero\"><\/path>\n                            <\/svg>\n                        <\/span>\n                    <\/span>\n                <\/button>\n            <\/template>\n            <div class=\"taxonomy-filter-result-clearall\" data-wp-bind--hidden=\"state.hiddenClearButton\"\n                data-wp-on--click=\"actions.clear\">Clear            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"resources_list\">\n        <div class=\"promo-resources\">\n            <template data-wp-each=\"state.algoliaResults.hits\">\n                <div class=\"promo-resource\">\n                    <article class=\"tile_resource\">\n                        <a data-wp-bind--href=\"context.item.permalink\" data-wp-bind--title=\"context.item.post_title\"\n                            class=\"tile_resource-link\">\n                        <\/a>\n                        <div class=\"tile_resource-content\">\n                            <div class=\"tile_resource-image--wrapper\">\n                                <img class=\"tile_resource-image\"\n                                    data-wp-bind--src=\"context.item.images.resources_tile_large.url\" width=\"496\"\n                                    height=\"284\" data-wp-bind--alt=\"context.item.post_title\" loading=\"lazy\">\n                            <\/div>\n                            <div class=\"tile_resource-content-inner\">\n                                <div class=\"tile_resource-category\">\n                                    <a class=\"tile_resource-category-link\" data-wp-bind--href=\"context.item.permalink\">\n                                        <span class=\"tile_resource-category-link-icon\">\n                                            <img data-wp-bind--src=\"context.item.icon_url\" width=\"20\" height=\"20\"\n                                                alt=\"icon-blog\" loading=\"lazy\">\n                                        <\/span>\n                                        <span class=\"tile_resource-category-link-text\"\n                                            data-wp-text=\"context.item.search_post_type\"><\/span>\n                                    <\/a>\n                                    <div class=\"tile_resource-readTime\" data-wp-bind--hidden=\"state.hideReadingTime\">\n                                        <span class=\"tile_resource-readTime-text\"\n                                            data-wp-text=\"context.item.reading_time\">\n                                        <\/span>\n                                    <\/div>\n                                <\/div>\n                                <h5 class=\"tile-resource-title\" data-wp-watch=\"callbacks.renderPostTitle\">\n                                <\/h5>\n                                <div class=\"tile_blurb-excerpt\">\n                                    <span class=\"text-sm\" data-wp-watch=\"callbacks.renderDescription\"><\/span>\n                                <\/div>\n                                <div class=\"tile_resource-cta\">\n                                    <a data-wp-bind--href=\"context.item.permalink\" target=\"_self\">\n                                        <span class=\"tile_resource-cta-readMore\">\n                                            <span\n                                                class=\"tile_resource-cta-readMore-text\">Read more<\/span>\n                                        <\/span>\n                                        <span class=\"tile_resource-cta-readMore-icon\">\n                                            <svg class=\"icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24px\"\n                                                viewBox=\"0 0 24 24\" width=\"24px\">\n                                                <g id=\"arrow\" transform=\"translate(0.000000, 0.000000)\"\n                                                    fill=\"currentColor\">\n                                                    <path d=\"M0 0h24v24H0V0z\" fill=\"none\"><\/path>\n                                                    <path\n                                                        d=\"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z\">\n                                                    <\/path>\n                                                <\/g>\n                                            <\/svg>\n                                        <\/span>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/article>\n                <\/div>\n            <\/template>\n        <\/div>\n        <div class=\"resources_list-loadMore\">\n            \n<div class=\"wp-block-employmentherocom2025-resources-listing\">\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--6)\">\n<div class=\"wp-block-button is-style-outline is-style-outline--2\"><a data-wp-bind--hidden=\"state.hiddenLoadMoreButton\" data-wp-on--click=\"actions.loadMore\" class=\"wp-block-button__link has-btn-black-background-color has-background wp-element-button\">Load More<\/a><\/div>\n<\/div>\n<\/div>\n        <\/div>\n    <\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Your guide to navigating Employment for Employees Businesses Partners Insights &amp; advice on elevating your career with 91±¬ΑΟ Discover helpful tools and insights to make work easier, grow your career, and get the most out of every day at work with 91±¬ΑΟ. Everything you need to manage a smoother workday Work admin? \u2028We\u2019ve [&hellip;]<\/p>\n","protected":false},"featured_media":0,"menu_order":0,"template":"","meta":{"inline_featured_image":false,"_lite_auth_enabled":false,"_lite_auth_trigger_method":"scroll","_lite_auth_scroll_percent":25,"_lite_auth_click_element_query":"","exclude_from_algolia":false,"reading_time":"1 min read","display_reading_time":false,"registration_open_datetime":"","registration_close_datetime":"","event_start_datetime":"","event_end_datetime":"","time_zone":"","location":"","link_video":"","video_type":"","file_video":"","download_content_type":"","download_file":"","download_url":"","download_cta_label":"","footnotes":""},"resource-type":[],"topic":[],"industry":[],"search-tags":[],"audience":[],"business-size":[],"product-tag":[],"funnel-stage":[],"region":[],"pain-point":[],"persona":[],"post_features":[],"class_list":["post-7218","resources","type-resources","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/resources\/7218","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/resources"}],"about":[{"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/types\/resources"}],"version-history":[{"count":4,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/resources\/7218\/revisions"}],"predecessor-version":[{"id":8191,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/resources\/7218\/revisions\/8191"}],"wp:attachment":[{"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/media?parent=7218"}],"wp:term":[{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/resource-type?post=7218"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/topic?post=7218"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/industry?post=7218"},{"taxonomy":"search-tags","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/search-tags?post=7218"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/audience?post=7218"},{"taxonomy":"business-size","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/business-size?post=7218"},{"taxonomy":"product-tag","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/product-tag?post=7218"},{"taxonomy":"funnel-stage","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/funnel-stage?post=7218"},{"taxonomy":"region","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/region?post=7218"},{"taxonomy":"pain-point","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/pain-point?post=7218"},{"taxonomy":"persona","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/persona?post=7218"},{"taxonomy":"post_features","embeddable":true,"href":"https:\/\/employmenthero.com\/en-ca\/wp-json\/wp\/v2\/post_features?post=7218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}