{"id":100,"date":"2025-11-07T13:39:00","date_gmt":"2025-11-07T13:39:00","guid":{"rendered":"https:\/\/learnbright.co.uk\/wordpress\/?page_id=100"},"modified":"2025-11-15T16:22:54","modified_gmt":"2025-11-15T16:22:54","slug":"tutoring_for_professionals","status":"publish","type":"page","link":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/tutoring_for_professionals\/","title":{"rendered":"Tutoring for Professionals"},"content":{"rendered":"<section class=\"bde-section-100-102 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-div-100-125 bde-div\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-100-112 bde-heading\">\nProfessional Development & Functional Skills\n<\/h1>\n<\/div><div class=\"bde-div-100-113 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-100-114 bde-text\">\nAdvance your career with our tailored Maths and IT Functional Skills training and professional development programs designed for working adults.<br><br>\u23f3<br><br>Tutoring services are currently unavailable. Please check back later.<br>\n<\/div>\n<\/div><div class=\"bde-div-100-106 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-code-block-100-107 bde-code-block\">\n\n  <a href=\"#\" class=\"btn btn-primary\">Book a Free Assessment<\/a>\n\n\n<\/div>\n<\/div><h1 class=\"bde-heading-100-103 bde-heading\">\nCareer-Focused Learning for Working Professionals\n<\/h1><div class=\"bde-div-100-104 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-100-105 bde-text\">\nWe specialise in helping healthcare workers, nurses, apprentices, and other professionals\u2014along with anyone seeking a refresher in Maths and IT\u2014acquire the essential qualifications needed for career progression, with flexible learning options designed around your work schedule.\n<\/div>\n<\/div><\/div>\n<\/section><section class=\"bde-section-100-100 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-code-block-100-101 bde-code-block\">\n\n  <!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>For Professional Learners | Functional Skills & Professional Development<\/title>\n    <style>\n        :root {\n            --primary: #1E3A8A;\n            --secondary: #14B8A6;\n            --accent: #FACC15;\n            --light: #f8fafc;\n            --dark: #1e293b;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--dark);\n            line-height: 1.6;\n        }\n        \n        .container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Header Styles *\/\n        header {\n            background-color: white;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n        \n        .header-container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 15px 0;\n        }\n        \n        .logo {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary);\n        }\n        \n        .logo span {\n            color: var(--secondary);\n        }\n        \n        nav ul {\n            display: flex;\n            list-style: none;\n        }\n        \n        nav li {\n            margin-left: 25px;\n        }\n        \n        nav a {\n            text-decoration: none;\n            color: var(--dark);\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n        \n        nav a:hover {\n            color: var(--primary);\n        }\n        \n        .cta-button {\n            background-color: var(--primary);\n            color: white;\n            padding: 10px 20px;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: background-color 0.3s;\n        }\n        \n        .cta-button:hover {\n            background-color: var(--secondary);\n        }\n        \n        \/* Hero Section - Fixed Centering *\/\n        .hero {\n            background: linear-gradient(to right, #1E3A8A, #14B8A6);\n            color: white;\n            padding: 80px 0;\n            text-align: center;\n        }\n        \n        .hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .hero h1 {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n        \n        .hero p {\n            font-size: 1.2rem;\n            margin: 0 auto 30px;\n            max-width: 700px;\n        }\n        \n        .btn {\n            padding: 12px 25px;\n            border-radius: 5px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s;\n            display: inline-block;\n        }\n        \n        .btn-primary {\n            background-color: white;\n            color: var(--primary);\n        }\n        \n        .btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        \/* Page Intro - Fixed Centering *\/\n        .page-intro {\n            padding: 60px 0;\n            text-align: center;\n            background-color: white;\n        }\n        \n        .page-intro-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .page-intro h2 {\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .page-intro p {\n            font-size: 1.1rem;\n            color: #64748b;\n        }\n        \n        \/* Services Tabs Section *\/\n        .services-tabs {\n            padding: 60px 0;\n            background-color: var(--light);\n        }\n        \n        .section-title {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        \n        .section-title h2 {\n            font-size: 2.2rem;\n            color: var(--dark);\n            margin-bottom: 15px;\n        }\n        \n        .section-title p {\n            color: #64748b;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .service-tabs {\n            display: flex;\n            justify-content: center;\n            margin-bottom: 40px;\n            flex-wrap: wrap;\n        }\n        \n        .service-tab {\n            padding: 15px 30px;\n            background-color: white;\n            border: none;\n            border-radius: 5px;\n            margin: 0 10px 10px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            cursor: pointer;\n            transition: all 0.3s;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n        \n        .service-tab.active {\n            background-color: var(--primary);\n            color: white;\n        }\n        \n        .service-tab:hover:not(.active) {\n            background-color: var(--light);\n        }\n        \n        .service-content {\n            display: none;\n            background-color: white;\n            border-radius: 10px;\n            padding: 40px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .service-content.active {\n            display: block;\n        }\n        \n        .service-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n        \n        .service-header h3 {\n            font-size: 1.8rem;\n            color: var(--dark);\n            margin-bottom: 10px;\n        }\n        \n        .service-header p {\n            color: #64748b;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .levels-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .level-card {\n            flex: 1;\n            min-width: 300px;\n            background-color: var(--light);\n            border-radius: 8px;\n            padding: 25px;\n            border-left: 4px solid var(--primary);\n        }\n        \n        .level-card h4 {\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        .skills-list {\n            list-style-type: none;\n        }\n        \n        .skills-list li {\n            padding: 8px 0;\n            border-bottom: 1px solid #e2e8f0;\n            position: relative;\n            padding-left: 25px;\n        }\n        \n        .skills-list li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: var(--secondary);\n            font-weight: bold;\n        }\n        \n        .career-info {\n            background-color: #f0f9ff;\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            border-left: 4px solid var(--accent);\n        }\n        \n        .career-info h4 {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        \/* Professional Development Section *\/\n        .professional-dev {\n            padding: 60px 0;\n            background-color: white;\n        }\n        \n        .dev-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .dev-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            flex: 1;\n            min-width: 250px;\n            max-width: 350px;\n            transition: transform 0.3s;\n        }\n        \n        .dev-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .dev-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .dev-card h4 {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        \/* Industries Section *\/\n        .industries {\n            padding: 60px 0;\n            background-color: var(--light);\n        }\n        \n        .industries-container {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .industry-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            flex: 1;\n            min-width: 250px;\n            max-width: 350px;\n            transition: transform 0.3s;\n        }\n        \n        .industry-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .industry-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .industry-card h4 {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        \/* CTA Section - Fixed Centering *\/\n        .cta-section {\n            background: linear-gradient(to right, #14B8A6, #FACC15);\n            color: var(--dark);\n            padding: 80px 0;\n            text-align: center;\n        }\n        \n        .cta-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .cta-section h2 {\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n        }\n        \n        .cta-section p {\n            margin: 0 auto 30px;\n            font-size: 1.1rem;\n            max-width: 600px;\n        }\n        \n        \/* Footer *\/\n        footer {\n            background-color: #1479b8;\n            color: white;\n            padding: 50px 0 20px;\n        }\n        \n        .footer-content {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            margin-bottom: 40px;\n        }\n        \n        .footer-column {\n            flex: 1;\n            min-width: 200px;\n            margin-bottom: 30px;\n        }\n        \n        .footer-column h3 {\n            margin-bottom: 20px;\n            font-size: 1.2rem;\n        }\n        \n        .footer-column ul {\n            list-style: none;\n        }\n        \n        .footer-column li {\n            margin-bottom: 10px;\n        }\n        \n        .footer-column a {\n            color: #cbd5e1;\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n        \n        .footer-column a:hover {\n            color: white;\n        }\n        \n        .copyright {\n            text-align: center;\n            padding-top: 20px;\n            border-top: 1px solid #334155;\n            color: #94a3b8;\n            font-size: 0.9rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .header-container {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            nav ul {\n                margin-top: 15px;\n                flex-wrap: wrap;\n                justify-content: center;\n            }\n            \n            nav li {\n                margin: 5px 10px;\n            }\n            \n            .hero h1 {\n                font-size: 2.2rem;\n            }\n            \n            .service-tabs {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .service-tab {\n                width: 100%;\n                max-width: 300px;\n                margin-bottom: 10px;\n            }\n            \n            .levels-container {\n                flex-direction: column;\n            }\n            \n            .dev-container, .industries-container {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n   \n\n    <!-- Hero Section - Fixed Centering -->\n    \n\n    <!-- Page Introduction - Fixed Centering -->\n   \n\n    <!-- Services Tabs Section -->\n    <section class=\"services-tabs\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Professional Learning Programs<\/h2>\n                <p>Comprehensive Functional Skills training and career development support<\/p>\n            <\/div>\n            \n            <div class=\"service-tabs\">\n                <button class=\"service-tab active\" data-service=\"maths\">Maths Functional Skills<\/button>\n                <button class=\"service-tab\" data-service=\"ict\">ICT Functional Skills<\/button>\n                <button class=\"service-tab\" data-service=\"development\">Professional Development<\/button>\n            <\/div>\n            \n            <!-- Maths Functional Skills Content -->\n            <div class=\"service-content active\" id=\"maths-content\">\n                <div class=\"service-header\">\n                    <h3>Maths Functional Skills<\/h3>\n                    <p>Essential mathematical skills for workplace competence and career progression<\/p>\n                <\/div>\n                \n                <div class=\"levels-container\">\n                    <div class=\"level-card\">\n                        <h4>Entry Level 1-3<\/h4>\n                        <p>Building foundational numeracy skills for everyday workplace tasks:<\/p>\n                        <ul class=\"skills-list\">\n                            <li>Basic number operations<\/li>\n                            <li>Using money and making payments<\/li>\n                            <li>Telling time and using calendars<\/li>\n                            <li>Simple measurements<\/li>\n                            <li>Understanding simple data<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"level-card\">\n                        <h4>Level 1 & 2 (GCSE Equivalent)<\/h4>\n                        <p>Developing mathematical competence for professional roles:<\/p>\n                        <ul class=\"skills-list\">\n                            <li>Fractions, decimals, and percentages<\/li>\n                            <li>Ratio and proportion<\/li>\n                            <li>Formulae and equations<\/li>\n                            <li>Data analysis and interpretation<\/li>\n                            <li>Financial calculations<\/li>\n                            <li>Measurement and scaling<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"career-info\">\n                    <h4>Career Applications<\/h4>\n                    <p>Our Maths Functional Skills training is particularly valuable for healthcare professionals who need to calculate medication dosages, manage patient data, and understand statistical information. These qualifications are widely recognized by employers and can be essential for career progression in nursing, healthcare assistance, and many other professional roles.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- ICT Functional Skills Content -->\n            <div class=\"service-content\" id=\"ict-content\">\n                <div class=\"service-header\">\n                    <h3>ICT Functional Skills<\/h3>\n                    <p>Digital literacy and IT competence for the modern workplace<\/p>\n                <\/div>\n                \n                <div class=\"levels-container\">\n                    <div class=\"level-card\">\n                        <h4>Entry Level 1-3<\/h4>\n                        <p>Developing basic digital skills for workplace efficiency:<\/p>\n                        <ul class=\"skills-list\">\n                            <li>Using devices and common applications<\/li>\n                            <li>Creating and managing digital documents<\/li>\n                            <li>Basic online communication<\/li>\n                            <li>Internet safety and security<\/li>\n                            <li>Storing and sharing information<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"level-card\">\n                        <h4>Level 1 & 2 (GCSE Equivalent)<\/h4>\n                        <p>Advanced digital skills for professional environments:<\/p>\n                        <ul class=\"skills-list\">\n                            <li>Spreadsheets and data management<\/li>\n                            <li>Digital presentations<\/li>\n                            <li>Online collaboration tools<\/li>\n                            <li>Database fundamentals<\/li>\n                            <li>Problem-solving with technology<\/li>\n                            <li>Digital security best practices<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"career-info\">\n                    <h4>Career Applications<\/h4>\n                    <p>ICT Functional Skills are essential in virtually all modern professions. For healthcare workers, these skills enable efficient use of patient record systems, medical databases, and communication platforms. Our training focuses on practical workplace applications, ensuring you can confidently use technology to enhance your professional practice and meet employer requirements.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- Professional Development Content -->\n            <div class=\"service-content\" id=\"development-content\">\n                <div class=\"service-header\">\n                    <h3>Professional Development Support<\/h3>\n                    <p>Beyond qualifications - skills for career advancement<\/p>\n                <\/div>\n                \n                <div class=\"levels-container\">\n                    <div class=\"level-card\">\n                        <h4>Career Progression Planning<\/h4>\n                        <p>Structured support for advancing your professional journey:<\/p>\n                        <ul class=\"skills-list\">\n                            <li>Skills gap analysis<\/li>\n                            <li>Career pathway mapping<\/li>\n                            <li>Application and CV support<\/li>\n                            <li>Interview preparation<\/li>\n                            <li>Professional portfolio development<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"level-card\">\n                        <h4>Workplace Skills Enhancement<\/h4>\n                        <p>Developing competencies for professional excellence:<\/p>\n                        <ul class=\"skills-list\">\n                            <li>Data interpretation and reporting<\/li>\n                            <li>Problem-solving methodologies<\/li>\n                            <li>Digital communication skills<\/li>\n                            <li>Time management and organization<\/li>\n                            <li>Team collaboration techniques<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"career-info\">\n                    <h4>Comprehensive Career Support<\/h4>\n                    <p>Our professional development programs are designed to complement your Functional Skills training with practical workplace competencies. We help you not only gain essential qualifications but also develop the broader skills needed for career advancement, including communication, problem-solving, and digital literacy tailored to your specific professional context.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Professional Development Section -->\n    <section class=\"professional-dev\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h3>Our Professional Development Approach<\/h3>\n                <p>Tailored learning solutions designed for working adults<\/p>\n            <\/div>\n            \n            <div class=\"dev-container\">\n                <div class=\"dev-card\">\n                    <div class=\"dev-icon\">\ud83d\udd52<\/div>\n                    <h4>Flexible Scheduling<\/h4>\n                    <p>Evening and weekend sessions designed around your work commitments, with multiple intake points throughout the year.<\/p>\n                <\/div>\n                \n                <div class=\"dev-card\">\n                    <div class=\"dev-icon\">\ud83c\udfaf<\/div>\n                    <h4>Workplace-Focused Content<\/h4>\n                    <p>Practical examples and scenarios from your industry to ensure immediate application of learning in your professional role.<\/p>\n                <\/div>\n                \n                <div class=\"dev-card\">\n                    <div class=\"dev-icon\">\ud83d\udcca<\/div>\n                    <h4>Progress Tracking<\/h4>\n                    <p>Regular assessments and progress reports to keep you motivated and ensure you're on track to achieve your goals.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Industries Section -->\n    <section class=\"industries\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h3>Supporting Professionals Across Industries<\/h3>\n                <p>Specialized programs for different professional contexts<\/p>\n            <\/div>\n            \n            <div class=\"industries-container\">\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfe5<\/div>\n                    <h4>Healthcare & Nursing<\/h4>\n                    <p>Functional Skills tailored for medication calculations, patient data management, and healthcare systems.<\/p>\n                <\/div>\n                \n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83d\udc68\u200d\ud83d\udcbc<\/div>\n                    <h4>Business & Administration<\/h4>\n                    <p>IT and maths skills for office management, data processing, and business communication.<\/p>\n                <\/div>\n                \n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83d\udd27<\/div>\n                    <h4>Technical & Trade<\/h4>\n                    <p>Practical maths for measurements, calculations, and IT skills for digital work management.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section - Fixed Centering -->\n   \n\n    <!-- Footer -->\n   \n\n    <script>\n        \/\/ Tab functionality for Services\n        document.addEventListener('DOMContentLoaded', function() {\n            const tabs = document.querySelectorAll('.service-tab');\n            const contents = document.querySelectorAll('.service-content');\n            \n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    \/\/ Remove active class from all tabs and contents\n                    tabs.forEach(t => t.classList.remove('active'));\n                    contents.forEach(c => c.classList.remove('active'));\n                    \n                    \/\/ Add active class to clicked tab\n                    tab.classList.add('active');\n                    \n                    \/\/ Show corresponding content\n                    const service = tab.getAttribute('data-service');\n                    document.getElementById(`${service}-content`).classList.add('active');\n                });\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n<\/div><div class=\"bde-back-to-top-100-124 bde-back-to-top bde-back-to-top--progress is-sticky\">\n\n\n<button aria-label=\"Back to top\" tabindex=\"0\" class=\"bde-back-to-top__button bde-back-to-top__button--progress bde-back-to-top__button--show-always bde-back-to-top__button--animation-fade is-sticky  js-ee-back-to-top\">\n    \t<svg class=\"bde-back-to-top__progress-svg js-progress-svg\" width=\"100%\" height=\"100%\" viewBox=\"-1 -1 102 102\">\n\t  <path class=\"background\" d=\"M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98\"\/>\n      <path class=\"tracker\" d=\"M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98\"\/>\n  \t<\/svg>\n         <div class=\"bde-back-to-top__icon-wrap\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 384 512\"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d=\"M214.6 57.4L192 34.7 169.4 57.4l-144 144L2.7 224 48 269.2l22.6-22.6L160 157.2V448v32h64V448 157.2l89.4 89.4L336 269.2 381.3 224l-22.6-22.6-144-144z\"\/><\/svg>\n          <\/div>\n    <\/button>\n\n\n<\/div><\/div>\n<\/section><section class=\"bde-section-100-115 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><h1 class=\"bde-heading-100-116 bde-heading\">\nReady to Advance Your Career?\n<\/h1><div class=\"bde-div-100-117 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-100-118 bde-text\">\nBook a free skills assessment and career consultation to discover how our Functional Skills and professional development programs can help you achieve your career goals.\n<\/div>\n<\/div><div class=\"bde-div-100-119 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-code-block-100-120 bde-code-block\">\n\n  <a href=\"#\" class=\"btn btn-primary\">Book a Free Assessment<\/a>\n\n\n<\/div>\n<\/div><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Professional Development &#038; Functional Skills Advance your career with our tailored Maths and IT Functional Skills training and professional development programs designed for working adults.\u23f3Tutoring services are currently unavailable. Please check back later. Book a Free Assessment Career-Focused Learning for Working Professionals We specialise in helping healthcare workers, nurses, apprentices, and other professionals\u2014along with anyone [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_breakdance_hide_in_design_set":false,"_breakdance_tags":"","footnotes":""},"class_list":["post-100","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=100"}],"version-history":[{"count":18,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/100\/revisions"}],"predecessor-version":[{"id":365,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/100\/revisions\/365"}],"wp:attachment":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}