Standing Workstation Ergonomics Course
/* ========================================================= NMPE - Standing Workstation Ergonomics Course ========================================================= */ .nmpe-pd { - -nmpe-accent: #ADC4C2; --nmpe-dark: #0e3b3b; --nmpe-text: #243838; --nmpe-soft: #f5f8f8; --nmpe-border: rgba(14, 59, 59, 0.12); width: 100%; color: var(--nmpe-text); font-size: 1rem; line-height: 1.65; } .nmpe-pd *, .nmpe-pd *::before, .nmpe-pd *::after { box-sizing: border-box; } .nmpe-pd h2, .nmpe-pd h3, .nmpe-pd h4 { color: var(--nmpe-dark); letter-spacing: -0.015em; } .nmpe-pd h2 { margin: 0 0 14px; font-size: clamp(1.45rem, 3vw, 1.9rem); line-height: 1.2; font-weight: 850; } .nmpe-pd h3 { margin: 0 0 8px; font-size: 1.15rem; line-height: 1.3; font-weight: 800; } .nmpe-pd h4 { margin: 0 0 6px; font-size: 1.04rem; line-height: 1.3; font-weight: 800; } .nmpe-pd p { margin: 0 0 14px; } .nmpe-pd strong { color: var(--nmpe-dark); font-weight: 800; } .nmpe-pd__intro { margin-bottom: 28px; } .nmpe-pd__eyebrow { display: inline-flex; align-items: center; padding: 7px 11px; margin-bottom: 12px; border-radius: 999px; background: rgba(173, 196, 194, 0.3); color: var(--nmpe-dark); font-size: 0.78rem; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: 0.055em; } .nmpe-pd__lead { margin: 0 0 14px; max-width: 900px; font-size: 1.06rem; } .nmpe-pd__highlight { margin: 22px 0 28px; padding: 20px 22px; border-radius: 16px; background: var(--nmpe-accent); color: #000; } .nmpe-pd__highlight-title { margin: 0 0 6px; color: #000; font-size: 1.08rem; font-weight: 850; } .nmpe-pd__highlight p, .nmpe-pd__highlight strong { color: #000; } .nmpe-pd__highlight p { margin: 0; } .nmpe-pd__section { padding: 28px 0; border-top: 1px solid var(--nmpe-border); } .nmpe-pd__benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; } .nmpe-pd__benefit { padding: 18px; border: 1px solid var(--nmpe-border); border-radius: 14px; background: var(--nmpe-soft); } .nmpe-pd__benefit-icon { display: flex; align-items: center; justify-content: center; width: max-content; min-width: 38px; height: 34px; padding: 0 9px; margin-bottom: 12px; border-radius: 10px; background: var(--nmpe-accent); color: #000; font-size: 0.84rem; font-weight: 900; } .nmpe-pd__benefit p { margin: 0; font-size: 0.95rem; line-height: 1.55; } .nmpe-pd__support-box { padding: 22px; border-radius: 16px; background: var(--nmpe-soft); border: 1px solid var(--nmpe-border); } .nmpe-pd__support-box p:last-child { margin-bottom: 0; } .nmpe-pd__topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; } .nmpe-pd__topic { display: flex; align-items: flex-start; gap: 10px; padding: 13px 14px; border-radius: 12px; background: var(--nmpe-soft); border: 1px solid var(--nmpe-border); } .nmpe-pd__topic-tick { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin-top: 1px; border-radius: 50%; background: var(--nmpe-accent); color: #000; font-size: 0.75rem; font-weight: 900; } .nmpe-pd__topic span:last-child { color: var(--nmpe-dark); font-weight: 700; line-height: 1.4; } .nmpe-pd__use-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; } .nmpe-pd__use { padding: 15px 10px; border-radius: 12px; background: rgba(173, 196, 194, 0.22); border: 1px solid rgba(14, 59, 59, 0.08); color: var(--nmpe-dark); font-size: 0.9rem; font-weight: 750; line-height: 1.35; text-align: center; } .nmpe-pd__video { position: relative; width: 100%; margin-top: 18px; padding-top: 56.25%; overflow: hidden; border-radius: 16px; background: #000; } .nmpe-pd__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .nmpe-pd__course-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; } .nmpe-pd__meta { padding: 17px; border-radius: 14px; background: rgba(173, 196, 194, 0.22); border: 1px solid rgba(14, 59, 59, 0.08); } .nmpe-pd__meta-label { display: block; margin-bottom: 3px; color: var(--nmpe-dark); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.045em; } .nmpe-pd__meta-value { color: var(--nmpe-dark); font-size: 1rem; font-weight: 800; } .nmpe-pd__image { display: block; width: 100%; max-width: 700px; height: auto; margin: 18px auto 0; border-radius: 14px; } .nmpe-pd__final { margin-top: 28px; padding: 24px; border-radius: 18px; background: var(--nmpe-dark); color: #fff; } .nmpe-pd__final h2, .nmpe-pd__final p, .nmpe-pd__final strong { color: #fff; } .nmpe-pd__final p { margin: 0; opacity: 0.95; } @media (max-width: 749px) { .nmpe-pd { font-size: 0.97rem; } .nmpe-pd h2 { font-size: 1.4rem; } .nmpe-pd__lead { font-size: 1rem; } .nmpe-pd__highlight { padding: 18px 16px; } .nmpe-pd__section { padding: 24px 0; } .nmpe-pd__benefit-grid, .nmpe-pd__topic-grid, .nmpe-pd__course-meta { grid-template-columns: 1fr; } .nmpe-pd__use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nmpe-pd__final { padding: 20px 18px; } } 30-minute online standing desk training A Standing Desk Is Only Useful If You Know How to Use It Well The Standing Workstation Ergonomics Course is a practical online program designed to help sit-stand desk users understand how to set up their workstation, transition between sitting and standing and make better use of the adjustability available to them. Developed by Ergonomists, Physiotherapists and Occupational Therapists, the course explains the principles behind standing workstation setup in a clear and practical format. It is suitable for individual standing-desk users as well as workplaces wanting to provide employees with education alongside the rollout of sit-stand workstations. The goal isn't to stand all day. It's to understand how to use your workstation to support more movement and position changes. Learn how to configure the desk for sitting and standing, recognise common setup issues and gradually introduce standing into the working day. Course at a Glance Duration Approximately 30 Minutes Delivery Online Course Format Video + Interactive Learning Learn How to Get More from a Sit-Stand Workstation SETUP Configure the Workstation Properly Learn the basic principles for positioning the desk, monitor, keyboard and mouse for both seated and standing work. MOVE Understand Posture Variation Explore why changing position can be more useful than replacing long periods of sitting with equally long periods of standing. START Introduce Standing Gradually Understand practical considerations when first introducing standing work rather than assuming you need to stand for long periods immediately. AWARE Recognise Common Hazards Learn about potential issues associated with standing workstations and factors to consider when setting up the surrounding work area. Supplying a Standing Desk Is Only Part of the Solution A height-adjustable desk gives the user more options, but it does not automatically teach them what height to use, where their monitor should sit or how often they should change position. Without guidance, a user can simply recreate an unsuitable workstation at a different height or stand for longer than they comfortably need to. This course provides the underlying principles so users can make more informed decisions about how they configure and use their workstation throughout the day. Who Is This Course For? New Standing Desk Users Home Office Workers Corporate Workplaces Sit-Stand Desk Rollouts The course is especially useful for workplaces that want to provide employees with practical education before or alongside the introduction of sit-stand desks. Topics Covered ✓ Why Standing? ✓ What Is a Standing Desk? ✓ The Spine: Sitting vs Standing ✓ Standing Posture ✓ Standing Desk Setup ✓ Potential Standing Desk Hazards ✓ Adjusting to Standing Developed by Workplace Health Professionals The course has been developed with input from Ergonomists, Physiotherapists and Occupational Therapists experienced in workplace ergonomics and workstation setup. The focus is practical rather than overly technical: helping users understand the key principles they can apply directly to their own sit-stand workstation. See What the Course Is About Useful for Workplace Sit-Stand Desk Rollouts Organisations investing in sit-stand desks can use the course to provide employees with a consistent introduction to how the equipment should be set up and used. This can complement the physical workstation by helping users understand why adjustment matters, how to transition between positions and what to consider when configuring their individual setup. Interactive Online Learning The course combines online learning content with video and interactive elements to help explain standing-workstation principles in a practical, easy-to-follow format. Get More from the Adjustability You Already Have In approximately 30 minutes, the Standing Workstation Ergonomics Course gives individuals and workplaces a practical introduction to sit-stand workstation setup, standing posture, movement, common hazards and the process of adjusting to standing work so the desk is used as an adjustable workstation rather than simply a desk that can go up and down.
More you might like
Related
Adjustable Dual Monitor Laptop Desk Riser: Height Convertibl
Related
Adjustable Dual Monitor Laptop Desk Riser: Height Convertibl
Related
Adjustable Dual Monitor Laptop Desk Riser: Height Convertibl
Related