{"id":8,"date":"2026-05-27T06:53:31","date_gmt":"2026-05-27T06:53:31","guid":{"rendered":"https:\/\/firststudentinc.dev-csa.jobsynctest.com\/?page_id=8"},"modified":"2026-05-27T06:53:31","modified_gmt":"2026-05-27T06:53:31","slug":"first-student-home","status":"publish","type":"page","link":"https:\/\/firststudentinc.dev-csa.jobsynctest.com\/fr\/","title":{"rendered":"First Student | Home"},"content":{"rendered":"<!-- INPUTS -->\n                    What\n                        \n                    Where\n                        \n        <!-- BUTTONS -->\n            <button type=\"submit\" id=\"btn-search\">\n                Search            <\/button>\n                            <a href=\"https:\/\/firststudent.wd1.myworkdayjobs.com\/firststudent\/login\" target=\"_blank\">\n                    Prior Applicants Login Here                <\/a>\n    \n    \n        \/* FIELD *\/\n        .csa-field {\n            flex: 1;\n            \/* min-width: 300px; *\/\n        }\n        \/* INPUT BOX (main container) *\/\n        .csa-input-box {\n            display: flex;\n            align-items: center;\n            border: 1px solid #ccc;\n            border-radius: 6px;\n            background: rgb(252, 252, 252);\n            padding: 0 15px;\n            height: 48px;\n        }\n        \/* LABEL INSIDE *\/\n        .csa-inline-label {\n            font-weight: 600;\n            color: #4b4b4b !important;\n            white-space: nowrap;\n        }\n        \/* INPUT *\/\n        .csa-input {\n            border: none !important;\n            outline: none;\n            box-shadow: none !important;\n            flex: 1;\n            background: transparent;\n            padding: 0;\n            color: #4b4b4b;\n        }\n        \/* ICON *\/\n        .csa-icon {\n            margin-left: 10px;\n            line-height: 0.3rem;\n        }\n        \/* FOCUS EFFECT *\/\n        .csa-input-box:focus-within {\n            border-color: #2563eb;\n            box-shadow: 0 0 0 2px rgba(37,99,235,0.15);\n        }\n        .csa-job-search-wrapper {\n            align-items: center;\n            display: flex;\n            gap: 10px;\n        }\n        \/* GROUPS *\/\n        .csa-input-group,\n        .csa-button-group {\n            display: flex;\n            gap: 10px; \/* inner gap *\/\n            \/* width: 100%; *\/\n        }\n        .csa-input {\n            flex: 1; \/* grow + responsive *\/\n            min-width: 0;\n            padding: 16px;\n            background: rgb(252, 252, 252);\n            color: #4b4b4b;\n            box-sizing: border-box; \/* VERY IMPORTANT *\/\n        }\n        .csa-login-btn {\n            font-size: 16px;\n            line-height: 1em;\n        }\n        .csa-search-btn,\n        .csa-login-btn {\n            flex: 0 0 auto;\n            padding: 16px;\n            border-radius: 6px;\n            border: none;\n            text-decoration: none;\n            white-space: nowrap;\n        }\n        .csa-search-btn {\n            background: #D52B1E;\n            color: #ffffff;\n            text-align: center;\n        }\n        .csa-search-btn:hover {\n            background: #bc2217;\n            border: none;\n        }\n        .csa-login-btn {\n            background: #0b2265;\n            color: #ffffff;\n            text-align: center;\n            font-weight: 500;\n        }\n        .csa-login-btn:hover {\n            background: #011e41;\n            color: rgba(255, 255, 255, 0.6);\n            text-decoration: none;\n        }\n        \/* INLINE (default) *\/\n        .csa-layout-inline {\n            flex-direction: row;\n        }\n        .csa-layout-inline .csa-input-group {\n            flex: 1;\n        }\n        .csa-layout-inline .csa-input {\n            flex: 1;\n            min-width: 0;\n        }\n        .csa-layout-inline .csa-search-btn,\n        .csa-layout-inline .csa-login-btn {\n            flex: 0 0 auto;\n        }\n        \/* TWO ROW *\/\n        .csa-layout-two_row {\n            flex-direction: column;\n        }\n        .csa-layout-two_row .csa-input-group {\n            flex-direction: row;\n        }\n        .csa-layout-two_row .csa-button-group {\n            flex-direction: row;\n            justify-content: flex-start;\n        }\n        .csa-layout-two_row .csa-input {\n            width: 48%;\n        }\n        .csa-layout-two_row .csa-search-btn,\n        .csa-layout-two_row .csa-login-btn {\n            width: auto;\n        }\n        \/* STACK INPUTS *\/\n        .csa-layout-stack_inputs {\n            flex-direction: column;\n        }\n        .csa-layout-stack_inputs .csa-input-group {\n            flex-direction: column;\n        }\n        .csa-layout-stack_inputs .csa-button-group {\n            flex-direction: row;\n        }\n        .csa-layout-stack_inputs .csa-input {\n            width: 100%;\n        }\n        .csa-layout-stack_inputs .csa-search-btn,\n        .csa-layout-stack_inputs .csa-login-btn {\n            width: auto;\n        }\n        \/* FULL STACK *\/\n        .csa-layout-full_stack {\n            flex-direction: column;\n        }\n        .csa-layout-full_stack .csa-input-group,\n        .csa-layout-full_stack .csa-button-group {\n            flex-direction: column;\n        }\n        .csa-layout-full_stack .csa-input,\n        .csa-layout-full_stack .csa-search-btn,\n        .csa-layout-full_stack .csa-login-btn {\n            width: 100%;\n        }\n        .csa-button-group .csa-search-btn,\n        .csa-button-group .csa-login-btn {\n            flex: 0 0 auto;\n        }\n        @media (max-width: 768px) {\n            .csa-job-search-wrapper {\n                flex-direction: column;\n                gap: 12px;\n            }\n            .csa-input-group,\n            .csa-button-group {\n                flex-direction: column;\n                width: 100%;\n            }\n            .csa-search-btn,\n            .csa-login-btn {\n                width: 100%;\n            }\n        }\n        @media (min-width: 769px) and (max-width: 1024px) {\n            .csa-job-search-wrapper {\n                flex-direction: column;\n                gap: 12px;\n            }\n            \/* inputs row *\/\n            .csa-input-group {\n                display: flex;\n                flex-direction: row;\n                width: 100%;\n            }\n            .csa-field {\n                flex: 1;\n            }\n            \/* buttons row *\/\n            .csa-button-group {\n                display: flex;\n                flex-direction: row;\n                width: 100%;\n            }\n            .csa-search-btn,\n            .csa-login-btn {\n                flex: 1;\n                text-align: center;\n            }\n        }\n    \n<figure>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dev-cdn-csa.jobsynctest.com\/uploads\/sites\/6\/2026\/08\/bus_driver.webp\" alt=\"bus_driver\" height=\"468\" width=\"500\" title=\"bus_driver\" loading=\"lazy\" \/>\n\t<\/figure>\n<h2>\n\t\t\tDrivers\t<\/h2>\n\t<p>Bus and van opportunities, comprehensive training, full and part-time shifts.<\/p>\n\t<p><a href=\"https:\/\/stage-firststudentinc.directapply.one\/jobs\/search\/q-Drivers\/\" rel=\"noopener\">Search Jobs<\/a><\/p>\n<figure>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dev-cdn-csa.jobsynctest.com\/uploads\/sites\/6\/2026\/08\/first_manager.webp\" alt=\"first_manager\" height=\"450\" width=\"480\" title=\"first_manager\" loading=\"lazy\" \/>\n\t<\/figure>\n<h2>\n\t\t\tLocation Managers\t<\/h2>\n\tHelp keep our operations running<br \/>\nsmoothly and safely.\n\t<p><a href=\"https:\/\/stage-firststudentinc.directapply.one\/jobs\/search\/q-Location%20Managers\/\" rel=\"noopener\">Search Jobs<\/a><\/p>\n<figure>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dev-cdn-csa.jobsynctest.com\/uploads\/sites\/6\/2026\/08\/first_maintenance.webp\" alt=\"first_maintenance\" height=\"469\" width=\"500\" title=\"first_maintenance\" loading=\"lazy\" \/>\n\t<\/figure>\n<h2>\n\t\t\tTechnicians\/Mechanics\t<\/h2>\n\tAdvanced technology, training,<br \/>\nbonuses and more.\n\t<p><a href=\"https:\/\/stage-firststudentinc.directapply.one\/jobs\/search\/q-Technicians%20Mechanics\/\" rel=\"noopener\">Search Jobs<\/a><\/p>\n\t<h2>We are the largest passenger transportation company in North America with 545 locations across the United States and Canada. Operating for over 100 years, we&#8217;re extremely proud of where we&#8217;ve been and even more proud of where we&#8217;re going.<\/h2>\n<p>We are\u00a0<strong>63,000+ employees strong<\/strong>.<\/p>\n\n<p><strong>20,000+<\/strong>\u00a0schools served.<\/p>\n\n<p>We operate in\u00a0<strong>42 states<\/strong><br \/>and\u00a0<strong>8 Canadian provinces<\/strong>.<\/p>\n<h3>\n\t\t<a href=\"https:\/\/demov2-firststudentinc.directapply.one\/why-first\/?fl_builder=&#038;fl_builder_ui_iframe=&#038;trp-edit-translation=preview\" title=\"Why First\" target=\"_blank\" rel=\"noopener\">\n\t\t\tWhy First\t\t<\/a>\n\t<\/h3>\n<figure>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dev-cdn-csa.jobsynctest.com\/uploads\/sites\/6\/2026\/08\/diverse.webp\" alt=\"diverse\" height=\"480\" width=\"720\" title=\"diverse\" loading=\"lazy\" \/>\n\t<\/figure>\n<h2>\n\t\t\tDiversity &amp; Inclusion\t<\/h2>\n\t<p>We&#8217;re committed to providing an inclusive and diverse working environment for everyone every day.<\/p>\n\t<p><a href=\"https:\/\/stage-firststudentinc.directapply.one\/jobs\/why-first#diversity\">Learn More<\/a><\/p>\n<figure>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dev-cdn-csa.jobsynctest.com\/uploads\/sites\/6\/2026\/08\/MilitaryAndSpouses.webp\" alt=\"MilitaryAndSpouses\" height=\"480\" width=\"720\" title=\"MilitaryAndSpouses\" loading=\"lazy\" \/>\n\t<\/figure>\n<h2>\n\t\t\tMilitary &amp; Military Spouses\t<\/h2>\n\t<p>We highly value the sacrifice and commitment military veterans and their families have made to protect our freedom and are proud to offer them meaningful employment opportunities.<\/p>\n\t<p><a href=\"https:\/\/stage-firststudentinc.directapply.one\/jobs\/why-first\/#military\">Learn More<\/a><\/p>\n<figure>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dev-cdn-csa.jobsynctest.com\/uploads\/sites\/6\/2026\/08\/first_consulting-768x512-1.webp\" alt=\"first_consulting-768x512\" height=\"512\" width=\"768\" title=\"first_consulting-768x512\" loading=\"lazy\" \/>\n\t<\/figure>\n<h2>\n\t\t\tManager-In-Development\t<\/h2>\n\t<p>Our future leaders start here. This 18-month leadership development program fully prepares you to take on a leadership-level role within First Student.<\/p>\n\t<p><a href=\"https:\/\/stage-firststudentinc.directapply.one\/jobs\/why-first#manager\">Learn More<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>What Where Search Prior Applicants Login Here \/* FIELD *\/ .csa-field { flex: 1; \/* min-width: 300px; *\/ } \/* INPUT BOX (main container) *\/ .csa-input-box { display: flex; align-items: center; border: 1px solid #ccc; border-radius: 6px; background: rgb(252, 252, 252); padding: 0 15px; height: 48px; } \/* LABEL INSIDE *\/ .csa-inline-label { font-weight: 600;&hellip;<\/p>","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/firststudentinc.dev-csa.jobsynctest.com\/fr\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/firststudentinc.dev-csa.jobsynctest.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/firststudentinc.dev-csa.jobsynctest.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/firststudentinc.dev-csa.jobsynctest.com\/fr\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/firststudentinc.dev-csa.jobsynctest.com\/fr\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":0,"href":"https:\/\/firststudentinc.dev-csa.jobsynctest.com\/fr\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"wp:attachment":[{"href":"https:\/\/firststudentinc.dev-csa.jobsynctest.com\/fr\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}