CINXE.COM
Vision Zero
<!DOCTYPE html> <html lang="en"> <head> <!-- CookiePro Cookies Consent Notice start --> <script type="text/javascript" src="https://cookie-cdn.cookiepro.com/consent/86cd9c7f-2b46-4515-85b5-e5fa32c1acc0/OtAutoBlock.js"></script> <script src="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="86cd9c7f-2b46-4515-85b5-e5fa32c1acc0"></script> <script type="text/javascript"> delete_cookie(); var now = new Date(); now.setTime(now.getTime() + 1 * 3600 * 1000 * 24 * 365); function delete_cookie() { if (!getCookie('cleared-onetrust-cookies')) { document.cookie = "OptanonAlertBoxClosed" + "=" + "; path=/" + ';expires=Thu, 01 Jan 1970 00:00:01 GMT'; document.cookie = "OptanonConsent" + "=" + "; path=/" + ';expires=Thu, 01 Jan 1970 00:00:01 GMT'; } document.cookie = "cleared-onetrust-cookies" + "=" + "; path=/" + "; domain=[.www.rsa.ie]" + "; expires=" + now; } function getCookie(cookieName) { var value = '; ' + document.cookie; var parts = value.split('; ' + cookieName + '='); if (parts.length == 2) { return true; } } var OABCcookieName = "OptanonAlertBoxClosed"; var OABCcookie = null; var PageReadyCalled = false; function OptanonWrapper() { //Start - Manage Sitefinity Tracking var targetingEnabled = optanonCategoryEnabled("OptanonConsent", "C0004"); if (typeof (TrackingConsentManager) == "function") { if (targetingEnabled) { if (TrackingConsentManager && TrackingConsentManager.canTrackCurrentUser() === false) { window.TrackingConsentManager.updateUserConsent(true); } } else { if (TrackingConsentManager && TrackingConsentManager.canTrackCurrentUser() === true) { window.TrackingConsentManager.updateUserConsent(false); } } //End - Manage Sitefinity Tracking } //Start - Change Optanon Cookie Expiry var bannerAcceptButton = document.getElementById("onetrust-accept-btn-handler"); var pcAllowAllButton = document.getElementById("accept-recommended-btn-handler"); var pcSaveButton = document.getElementsByClassName("save-preference-btn-handler")[0]; var pcCloseButton = document.getElementById("close-pc-btn-handler"); OABCcookie = getCookie(OABCcookieName); //Allowed all via Banner if (!OABCcookie && bannerAcceptButton) { bannerAcceptButton.addEventListener('click', function () { CookieSettingsUpdated(); location.reload(); }); } //Allowed all via Preference Center if (pcAllowAllButton) { pcAllowAllButton.addEventListener('click', function () { CookieSettingsUpdated(); location.reload(); }); } //Set custom settings via Preference Center if (pcSaveButton) { pcSaveButton.addEventListener('click', function () { CookieSettingsUpdated(); location.reload(); }); } //Set custom settings via Preference Center if (pcCloseButton) { pcCloseButton.addEventListener('click', function () { CookieSettingsUpdated(); }); } } function optanonCategoryEnabled(name, cat) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) { var cookieValue = parts.pop().split(";").shift(); var cookieDetails = cookieValue.split('&'); for (i = 0; i < cookieDetails.length; i++) { var details = cookieDetails[i].split("="); if (details[0] == "groups") { var categories = decodeURIComponent(details[1]).split(","); for (c = 0; c < categories.length; c++) { var category = categories[c].split(":"); if (category[0] == cat && category[1] == "1") { return true } } } } } return false; } function getCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } function CookieSettingsUpdated() { setTimeout(function () { HandleCustomScripts(); if (!PageReadyCalled) { onPageReady(); } //update cookie expiry date if (!OABCcookie) { updateOTExpiration(); } //location.reload(); }, 1000); } function updateOTExpiration() { var date = new Date(); //set to 6 months date.setTime(date.getTime() + (180 * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); // uncomment the domain portion of this for Production CDN scripts var OABCcookie = getCookie(OABCcookieName); document.cookie = OABCcookieName + "=" + OABCcookie + expires + ";path=/; Samesite=Lax;" //domain=" + domain + ";"; } function HandleCustomScripts() { HandleYoutubeScript(); HandleSoundCloudScript(); HandleIframes(); } function HandleYoutubeScript() { var mobile = false; var isVideosAllowed = optanonCategoryEnabled("OptanonConsent", "C0004"); $('a[href*="youtube.com/watch"]').addClass("d-none"); if (isVideosAllowed) { $(".video-prompt").remove(); $('a[href*="youtube.com/watch"]').removeClass("scripted"); page_ready_embedded_spotlight(); } else { $(".video-wrap").remove(); $('a[href*="youtube.com/watch"]').removeClass("replaced"); document.querySelectorAll('main a[href*="youtube.com/watch"]').forEach(function (video) { if (!video.classList.contains('scripted')) { video.classList.add('scripted'); var objectToWrap = video; var newTagName = "div"; var newWrapperTag = document.createElement(newTagName); objectToWrap.parentNode.insertBefore(newWrapperTag, objectToWrap); newWrapperTag.appendChild(objectToWrap); newWrapperTag.classList.add("scripted-video"); var markup = '<span class="c-prompt">You need to consent to targeting cookies to load this media </span><a class="optanon-toggle-display btn btn-default" href="#">Review Cookie Settings</a>' var node = document.createElement("span"); node.innerHTML = markup; node.classList.add("c-prompt-box-wrapper"); video.parentNode.appendChild(node); } }); } } function HandleSoundCloudScript() { var isSoundCloudAllowed = optanonCategoryEnabled("OptanonConsent", "C0004"); $('a[href*="soundcloud.com/user"]').addClass("d-none"); if (isSoundCloudAllowed) { $(".video-prompt").remove(); updateSoundCloudLinks(); } else { $(".sc-wrap").remove(); document.querySelectorAll('main a[href*="soundcloud.com/user"]').forEach(function (video) { if (!video.classList.contains('scripted')) { video.classList.add('scripted'); var objectToWrap = video; var newTagName = "div"; var newWrapperTag = document.createElement(newTagName); objectToWrap.parentNode.insertBefore(newWrapperTag, objectToWrap); newWrapperTag.appendChild(objectToWrap); newWrapperTag.classList.add("scripted-video"); var markup = '<span class="c-prompt">You need to consent to targeting cookies to load this media </span><a class="optanon-toggle-display btn btn-default" href="#">Review Cookie Settings</a>' var node = document.createElement("span"); node.innerHTML = markup; node.classList.add("c-prompt-box-wrapper"); video.parentNode.appendChild(node); } }); } } var wrapIframes = true; function proccessFrame(frame, category) { isAllowed = optanonCategoryEnabled("OptanonConsent", category.toUpperCase()); if (!frame.classList.contains('tableauViz')) { if ((frame.src.indexOf("recaptcha") > -1) || !frame.src) { return; } } if (wrapIframes) { var objectToWrap = frame; var newTagName = "div"; var newWrapperTag = document.createElement(newTagName); objectToWrap.parentNode.insertBefore(newWrapperTag, objectToWrap); newWrapperTag.appendChild(objectToWrap); newWrapperTag.classList.add("iframe-box"); } if (isAllowed) { var cBoxes = Array.from(document.querySelectorAll(".no-" + category)); for (var c = 0; c < cBoxes.length; c++) { cBoxes[c].classList.remove("no-" + category); } } else { var nextSiblingClassName = ""; if (frame.nextSibling) { if (frame.nextSibling.nextElementSibling && frame.nextSibling.nextElementSibling) { nextSiblingClassName = frame.nextSibling.nextElementSibling.className; } } var cookieType = "targeting"; if (category == "c0003") { cookieType = "functional" } if (nextSiblingClassName == "") { var markup = '<span class="c-prompt">You need to consent to ' + cookieType + ' cookies to load this media </span> <a class="optanon-toggle-display btn btn-default" href="#">Review Cookie Settings</a>' var node = document.createElement("span"); node.innerHTML = markup; node.classList.add("c-prompt-box"); frame.parentNode.appendChild(node); } frame.parentNode.classList.add("no-" + category); } } function HandleIframes() { var iFrames = Array.from(document.querySelectorAll(".standard-content iframe")); for (var f = 0; f < iFrames.length; f++) { if (iFrames[f].classList.contains('tableauViz')) { console.log('003'); proccessFrame(iFrames[f], 'c0003'); } else { console.log('004'); proccessFrame(iFrames[f], 'c0004'); } }//end for wrapIframes = false; } function hasClass(elem, className) { return elem.className.split(' ').indexOf(className) > -1; } </script> <!-- OneTrust Cookies Consent Notice end --> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];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.setAttribute('class','optanon-category-C0001');j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-56MTJRS'); </script> <!-- End Google Tag Manager --> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <script> var contentAttr = ""; if ((/iPad|iPod/.test(navigator.platform) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))) { //Add new meta tag in head contentAttr = "viewport-fit=cover"; } else { //Add old meta tag which we already have contentAttr = "width=device-width, maximum-scale=1"; } var link = document.createElement('meta'); link.setAttribute('name', 'viewport'); link.content = contentAttr; document.getElementsByTagName('head')[0].appendChild(link); </script> <link rel="apple-touch-icon" sizes="180x180" href="/ResourcePackages/RSA/Theme/css/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="192x192" href="/ResourcePackages/RSA/Theme/css/favicon/android-chrome-192x192.png"> <link rel="icon" type="image/png" sizes="512x512" href="/ResourcePackages/RSA/Theme/css/favicon/android-chrome-512x512.png"> <link rel="icon" type="image/png" sizes="32x32" href="/ResourcePackages/RSA/Theme/css/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/ResourcePackages/RSA/Theme/css/favicon/favicon-16x16.png"> <link rel="icon" type="image/x-icon" sizes="16x16" href="/ResourcePackages/RSA/Theme/css/favicon/favicon.ico"> <link rel="manifest" href="/ResourcePackages/RSA/Theme/css/favicon/site.webmanifest"> <meta name="msapplication-TileImage" content="/ResourcePackages/RSA/Theme/css/favicon/mstile-70x70.png"> <meta name="msapplication-TileImage" content="/ResourcePackages/RSA/Theme/css/favicon/ms-icon-144x144.png"> <meta name="msapplication-TileImage" content="/ResourcePackages/RSA/Theme/css/favicon/mstile-150x150.png"> <meta name="msapplication-TileImage" content="/ResourcePackages/RSA/Theme/css/favicon/mstile-310x150.png"> <meta name="msapplication-TileImage" content="/ResourcePackages/RSA/Theme/css/favicon/mstile-310x310.png"> <link rel="mask-icon" href="/ResourcePackages/RSA/Theme/css/favicon/safari-pinned-tab.svg" color="black"> <title> Vision Zero </title> <link href="/ResourcePackages/RSA/Theme/css/gulp_default.min.css" rel="stylesheet" type="text/css" /> <script> var $buoop = { required: { e: -2, f: -2, o: -2, s: -2, c: -2 }, insecure: true, api: 2021.09 }; function $buo_f() { var e = document.createElement("script"); e.src = "//browser-update.org/update.min.js"; document.body.appendChild(e); }; try { document.addEventListener("DOMContentLoaded", $buo_f, false) } catch (e) { window.attachEvent("onload", $buo_f) } </script> <script> /*! * enquire.js v2.1.6 - Awesome Media Queries in JavaScript * Copyright (c) 2017 Nick Williams - http://wicky.nillia.ms/enquire.js * License: MIT */ !function (a) { if ("object" == typeof exports && "undefined" != typeof module) module.exports = a(); else if ("function" == typeof define && define.amd) define([], a); else { var b; b = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self ? self : this, b.enquire = a() } }(function () { return function a(b, c, d) { function e(g, h) { if (!c[g]) { if (!b[g]) { var i = "function" == typeof require && require; if (!h && i) return i(g, !0); if (f) return f(g, !0); var j = new Error("Cannot find module '" + g + "'"); throw j.code = "MODULE_NOT_FOUND", j } var k = c[g] = { exports: {} }; b[g][0].call(k.exports, function (a) { var c = b[g][1][a]; return e(c ? c : a) }, k, k.exports, a, b, c, d) } return c[g].exports } for (var f = "function" == typeof require && require, g = 0; g < d.length; g++)e(d[g]); return e }({ 1: [function (a, b, c) { function d(a, b) { this.query = a, this.isUnconditional = b, this.handlers = [], this.mql = window.matchMedia(a); var c = this; this.listener = function (a) { c.mql = a.currentTarget || a, c.assess() }, this.mql.addListener(this.listener) } var e = a(3), f = a(4).each; d.prototype = { constuctor: d, addHandler: function (a) { var b = new e(a); this.handlers.push(b), this.matches() && b.on() }, removeHandler: function (a) { var b = this.handlers; f(b, function (c, d) { if (c.equals(a)) return c.destroy(), !b.splice(d, 1) }) }, matches: function () { return this.mql.matches || this.isUnconditional }, clear: function () { f(this.handlers, function (a) { a.destroy() }), this.mql.removeListener(this.listener), this.handlers.length = 0 }, assess: function () { var a = this.matches() ? "on" : "off"; f(this.handlers, function (b) { b[a]() }) } }, b.exports = d }, { 3: 3, 4: 4 }], 2: [function (a, b, c) { function d() { if (!window.matchMedia) throw new Error("matchMedia not present, legacy browsers require a polyfill"); this.queries = {}, this.browserIsIncapable = !window.matchMedia("only all").matches } var e = a(1), f = a(4), g = f.each, h = f.isFunction, i = f.isArray; d.prototype = { constructor: d, register: function (a, b, c) { var d = this.queries, f = c && this.browserIsIncapable; return d[a] || (d[a] = new e(a, f)), h(b) && (b = { match: b }), i(b) || (b = [b]), g(b, function (b) { h(b) && (b = { match: b }), d[a].addHandler(b) }), this }, unregister: function (a, b) { var c = this.queries[a]; return c && (b ? c.removeHandler(b) : (c.clear(), delete this.queries[a])), this } }, b.exports = d }, { 1: 1, 4: 4 }], 3: [function (a, b, c) { function d(a) { this.options = a, !a.deferSetup && this.setup() } d.prototype = { constructor: d, setup: function () { this.options.setup && this.options.setup(), this.initialised = !0 }, on: function () { !this.initialised && this.setup(), this.options.match && this.options.match() }, off: function () { this.options.unmatch && this.options.unmatch() }, destroy: function () { this.options.destroy ? this.options.destroy() : this.off() }, equals: function (a) { return this.options === a || this.options.match === a } }, b.exports = d }, {}], 4: [function (a, b, c) { function d(a, b) { var c = 0, d = a.length; for (c; c < d && b(a[c], c) !== !1; c++); } function e(a) { return "[object Array]" === Object.prototype.toString.apply(a) } function f(a) { return "function" == typeof a } b.exports = { isFunction: f, isArray: e, each: d } }, {}], 5: [function (a, b, c) { var d = a(2); b.exports = new d }, { 2: 2 }] }, {}, [5])(5) }); </script> <script> /*! lazysizes - v5.2.2 */ !function (e) { var t = function (u, D, f) { "use strict"; var k, H; if (function () { var e; var t = { lazyClass: "lazyload", loadedClass: "lazyloaded", loadingClass: "lazyloading", preloadClass: "lazypreload", errorClass: "lazyerror", autosizesClass: "lazyautosizes", srcAttr: "data-src", srcsetAttr: "data-srcset", sizesAttr: "data-sizes", minSize: 40, customMedia: {}, init: true, expFactor: 1.5, hFac: .8, loadMode: 2, loadHidden: true, ricTimeout: 0, throttleDelay: 125 }; H = u.lazySizesConfig || u.lazysizesConfig || {}; for (e in t) { if (!(e in H)) { H[e] = t[e] } } }(), !D || !D.getElementsByClassName) { return { init: function () { }, cfg: H, noSupport: true } } var O = D.documentElement, a = u.HTMLPictureElement, P = "addEventListener", $ = "getAttribute", q = u[P].bind(u), I = u.setTimeout, U = u.requestAnimationFrame || I, l = u.requestIdleCallback, j = /^picture$/i, r = ["load", "error", "lazyincluded", "_lazyloaded"], i = {}, G = Array.prototype.forEach, J = function (e, t) { if (!i[t]) { i[t] = new RegExp("(\\s|^)" + t + "(\\s|$)") } return i[t].test(e[$]("class") || "") && i[t] }, K = function (e, t) { if (!J(e, t)) { e.setAttribute("class", (e[$]("class") || "").trim() + " " + t) } }, Q = function (e, t) { var i; if (i = J(e, t)) { e.setAttribute("class", (e[$]("class") || "").replace(i, " ")) } }, V = function (t, i, e) { var a = e ? P : "removeEventListener"; if (e) { V(t, i) } r.forEach(function (e) { t[a](e, i) }) }, X = function (e, t, i, a, r) { var n = D.createEvent("Event"); if (!i) { i = {} } i.instance = k; n.initEvent(t, !a, !r); n.detail = i; e.dispatchEvent(n); return n }, Y = function (e, t) { var i; if (!a && (i = u.picturefill || H.pf)) { if (t && t.src && !e[$]("srcset")) { e.setAttribute("srcset", t.src) } i({ reevaluate: true, elements: [e] }) } else if (t && t.src) { e.src = t.src } }, Z = function (e, t) { return (getComputedStyle(e, null) || {})[t] }, s = function (e, t, i) { i = i || e.offsetWidth; while (i < H.minSize && t && !e._lazysizesWidth) { i = t.offsetWidth; t = t.parentNode } return i }, ee = function () { var i, a; var t = []; var r = []; var n = t; var s = function () { var e = n; n = t.length ? r : t; i = true; a = false; while (e.length) { e.shift()() } i = false }; var e = function (e, t) { if (i && !t) { e.apply(this, arguments) } else { n.push(e); if (!a) { a = true; (D.hidden ? I : U)(s) } } }; e._lsFlush = s; return e }(), te = function (i, e) { return e ? function () { ee(i) } : function () { var e = this; var t = arguments; ee(function () { i.apply(e, t) }) } }, ie = function (e) { var i; var a = 0; var r = H.throttleDelay; var n = H.ricTimeout; var t = function () { i = false; a = f.now(); e() }; var s = l && n > 49 ? function () { l(t, { timeout: n }); if (n !== H.ricTimeout) { n = H.ricTimeout } } : te(function () { I(t) }, true); return function (e) { var t; if (e = e === true) { n = 33 } if (i) { return } i = true; t = r - (f.now() - a); if (t < 0) { t = 0 } if (e || t < 9) { s() } else { I(s, t) } } }, ae = function (e) { var t, i; var a = 99; var r = function () { t = null; e() }; var n = function () { var e = f.now() - i; if (e < a) { I(n, a - e) } else { (l || r)(r) } }; return function () { i = f.now(); if (!t) { t = I(n, a) } } }, e = function () { var v, m, c, h, e; var y, z, g, p, C, b, A; var n = /^img$/i; var d = /^iframe$/i; var E = "onscroll" in u && !/(gle|ing)bot/.test(navigator.userAgent); var _ = 0; var w = 0; var N = 0; var M = -1; var x = function (e) { N--; if (!e || N < 0 || !e.target) { N = 0 } }; var W = function (e) { if (A == null) { A = Z(D.body, "visibility") == "hidden" } return A || !(Z(e.parentNode, "visibility") == "hidden" && Z(e, "visibility") == "hidden") }; var S = function (e, t) { var i; var a = e; var r = W(e); g -= t; b += t; p -= t; C += t; while (r && (a = a.offsetParent) && a != D.body && a != O) { r = (Z(a, "opacity") || 1) > 0; if (r && Z(a, "overflow") != "visible") { i = a.getBoundingClientRect(); r = C > i.left && p < i.right && b > i.top - 1 && g < i.bottom + 1 } } return r }; var t = function () { var e, t, i, a, r, n, s, l, o, u, f, c; var d = k.elements; if ((h = H.loadMode) && N < 8 && (e = d.length)) { t = 0; M++; for (; t < e; t++) { if (!d[t] || d[t]._lazyRace) { continue } if (!E || k.prematureUnveil && k.prematureUnveil(d[t])) { R(d[t]); continue } if (!(l = d[t][$]("data-expand")) || !(n = l * 1)) { n = w } if (!u) { u = !H.expand || H.expand < 1 ? O.clientHeight > 500 && O.clientWidth > 500 ? 500 : 370 : H.expand; k._defEx = u; f = u * H.expFactor; c = H.hFac; A = null; if (w < f && N < 1 && M > 2 && h > 2 && !D.hidden) { w = f; M = 0 } else if (h > 1 && M > 1 && N < 6) { w = u } else { w = _ } } if (o !== n) { y = innerWidth + n * c; z = innerHeight + n; s = n * -1; o = n } i = d[t].getBoundingClientRect(); if ((b = i.bottom) >= s && (g = i.top) <= z && (C = i.right) >= s * c && (p = i.left) <= y && (b || C || p || g) && (H.loadHidden || W(d[t])) && (m && N < 3 && !l && (h < 3 || M < 4) || S(d[t], n))) { R(d[t]); r = true; if (N > 9) { break } } else if (!r && m && !a && N < 4 && M < 4 && h > 2 && (v[0] || H.preloadAfterLoad) && (v[0] || !l && (b || C || p || g || d[t][$](H.sizesAttr) != "auto"))) { a = v[0] || d[t] } } if (a && !r) { R(a) } } }; var i = ie(t); var B = function (e) { var t = e.target; if (t._lazyCache) { delete t._lazyCache; return } x(e); K(t, H.loadedClass); Q(t, H.loadingClass); V(t, L); X(t, "lazyloaded") }; var a = te(B); var L = function (e) { a({ target: e.target }) }; var T = function (t, i) { try { t.contentWindow.location.replace(i) } catch (e) { t.src = i } }; var F = function (e) { var t; var i = e[$](H.srcsetAttr); if (t = H.customMedia[e[$]("data-media") || e[$]("media")]) { e.setAttribute("media", t) } if (i) { e.setAttribute("srcset", i) } }; var s = te(function (t, e, i, a, r) { var n, s, l, o, u, f; if (!(u = X(t, "lazybeforeunveil", e)).defaultPrevented) { if (a) { if (i) { K(t, H.autosizesClass) } else { t.setAttribute("sizes", a) } } s = t[$](H.srcsetAttr); n = t[$](H.srcAttr); if (r) { l = t.parentNode; o = l && j.test(l.nodeName || "") } f = e.firesLoad || "src" in t && (s || n || o); u = { target: t }; K(t, H.loadingClass); if (f) { clearTimeout(c); c = I(x, 2500); V(t, L, true) } if (o) { G.call(l.getElementsByTagName("source"), F) } if (s) { t.setAttribute("srcset", s) } else if (n && !o) { if (d.test(t.nodeName)) { T(t, n) } else { t.src = n } } if (r && (s || o)) { Y(t, { src: n }) } } if (t._lazyRace) { delete t._lazyRace } Q(t, H.lazyClass); ee(function () { var e = t.complete && t.naturalWidth > 1; if (!f || e) { if (e) { K(t, "ls-is-cached") } B(u); t._lazyCache = true; I(function () { if ("_lazyCache" in t) { delete t._lazyCache } }, 9) } if (t.loading == "lazy") { N-- } }, true) }); var R = function (e) { if (e._lazyRace) { return } var t; var i = n.test(e.nodeName); var a = i && (e[$](H.sizesAttr) || e[$]("sizes")); var r = a == "auto"; if ((r || !m) && i && (e[$]("src") || e.srcset) && !e.complete && !J(e, H.errorClass) && J(e, H.lazyClass)) { return } t = X(e, "lazyunveilread").detail; if (r) { re.updateElem(e, true, e.offsetWidth) } e._lazyRace = true; N++; s(e, t, r, a, i) }; var r = ae(function () { H.loadMode = 3; i() }); var l = function () { if (H.loadMode == 3) { H.loadMode = 2 } r() }; var o = function () { if (m) { return } if (f.now() - e < 999) { I(o, 999); return } m = true; H.loadMode = 3; i(); q("scroll", l, true) }; return { _: function () { e = f.now(); k.elements = D.getElementsByClassName(H.lazyClass); v = D.getElementsByClassName(H.lazyClass + " " + H.preloadClass); q("scroll", i, true); q("resize", i, true); q("pageshow", function (e) { if (e.persisted) { var t = D.querySelectorAll("." + H.loadingClass); if (t.length && t.forEach) { U(function () { t.forEach(function (e) { if (e.complete) { R(e) } }) }) } } }); if (u.MutationObserver) { new MutationObserver(i).observe(O, { childList: true, subtree: true, attributes: true }) } else { O[P]("DOMNodeInserted", i, true); O[P]("DOMAttrModified", i, true); setInterval(i, 999) } q("hashchange", i, true);["focus", "mouseover", "click", "load", "transitionend", "animationend"].forEach(function (e) { D[P](e, i, true) }); if (/d$|^c/.test(D.readyState)) { o() } else { q("load", o); D[P]("DOMContentLoaded", i); I(o, 2e4) } if (k.elements.length) { t(); ee._lsFlush() } else { i() } }, checkElems: i, unveil: R, _aLSL: l } }(), re = function () { var i; var n = te(function (e, t, i, a) { var r, n, s; e._lazysizesWidth = a; a += "px"; e.setAttribute("sizes", a); if (j.test(t.nodeName || "")) { r = t.getElementsByTagName("source"); for (n = 0, s = r.length; n < s; n++) { r[n].setAttribute("sizes", a) } } if (!i.detail.dataAttr) { Y(e, i.detail) } }); var a = function (e, t, i) { var a; var r = e.parentNode; if (r) { i = s(e, r, i); a = X(e, "lazybeforesizes", { width: i, dataAttr: !!t }); if (!a.defaultPrevented) { i = a.detail.width; if (i && i !== e._lazysizesWidth) { n(e, r, a, i) } } } }; var e = function () { var e; var t = i.length; if (t) { e = 0; for (; e < t; e++) { a(i[e]) } } }; var t = ae(e); return { _: function () { i = D.getElementsByClassName(H.autosizesClass); q("resize", t) }, checkElems: t, updateElem: a } }(), t = function () { if (!t.i && D.getElementsByClassName) { t.i = true; re._(); e._() } }; return I(function () { H.init && t() }), k = { cfg: H, autoSizer: re, loader: e, init: t, uP: Y, aC: K, rC: Q, hC: J, fire: X, gW: s, rAF: ee } }(e, e.document, Date); e.lazySizes = t, "object" == typeof module && module.exports && (module.exports = t) }("undefined" != typeof window ? window : {}); </script> <meta property="og:title" content="Vision Zero" /><meta property="og:description" content="Mary Ward: A remarkable life cut short. Learn about her pioneering achievements and tragic end. From first to last, help us achieve Vision Zero." /><meta property="og:image" content="https://www.rsa.ie/images/default-source/vison-zero-campaigns-page/website-assetsartboard-3.png?sfvrsn=66478ec5_3" /><meta property="og:url" content="https://www.rsa.ie/road-safety/campaigns/vision-zero-mary-ward" /><meta property="og:type" content="website" /><meta property="og:site_name" content="RSA Prod CD" /><meta name="Generator" content="Sitefinity 13.3.7648.0 PU" /><link rel="canonical" href="https://www.rsa.ie/road-safety/campaigns/vision-zero-mary-ward" /><meta property="twitter:card" content="summary_large_image" /><meta property="twitter:title" content="Vision Zero" /><meta property="twitter:description" content="Mary Ward: A remarkable life cut short. Learn about her pioneering achievements and tragic end. From first to last, help us achieve Vision Zero." /><meta property="twitter:image" content="https://www.rsa.ie/images/default-source/vison-zero-campaigns-page/website-assetsartboard-3.png?sfvrsn=66478ec5_3" /><meta property="twitter:url" content="https://www.rsa.ie/road-safety/campaigns/vision-zero-mary-ward" /><meta name="description" content="Mary Ward: A remarkable life cut short. Learn about her pioneering achievements and tragic end. From first to last, help us achieve Vision Zero." /></head> <body style="margin:0;padding:0;"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe data-src="https://www.googletagmanager.com/ns.html?id=GTM-56MTJRS" class="optanon-category-C0001" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <a href="#main-content" class="sr-only sr-only-focusable skip-content">Skip to Content</a> <noscript> <div id="browser-warning" class="no-print user-warning"> <div class="container"> <p> <i class="glyphicon glyphicon-info-sign"></i>It appears JavaScript is disabled. In order for this website to function correctly you need to enable JavaScript in your browser. </p> </div> </div> </noscript> <div id="rsa-theme"> <aside class="notices" role="alertdialog"> <a href="#" class="close" onclick="noticeSeen()"> <span class="svg-cross-24px"></span> <span class="sr-only">dismiss notification</span> </a> <div class="container"> <p><span>Tip</span> Can't find what you're looking for? Use the website search tool or visit our <a href="/help-support/online-support-centre">Online Support Centre ></a><br></p> <a href="/road-safety/campaigns/severe-weather" class="btn btn-default">Severe Weather Advice</a> <a href="/road-safety/education/secondary/transition-year" class="btn btn-default">New TY Programme</a> </div> </aside> <script type="text/javascript"> var noticeHTML = localStorage.getItem('noticeHTML'); if (noticeHTML == null) { localStorage.setItem('noticeHTML', document.getElementsByClassName('notices')[0].innerHTML); } else if (noticeHTML !== document.getElementsByClassName('notices')[0].innerHTML) { localStorage.setItem('noticeHTML', document.getElementsByClassName('notices')[0].innerHTML); localStorage.removeItem('notice'); } var notice = localStorage.getItem('notice'); if (notice == null) { document.getElementsByClassName('notices')[0].classList.add('active'); } function noticeSeen() { localStorage.setItem('notice', 'true'); document.getElementsByClassName('notices')[0].classList.remove('active'); } </script> <header id="Contentplaceholder1_TB7533EB4051_Col00" class="sf_colsIn megamenu-multi-level" data-sf-element="Header" data-placeholder-label="Non-Searchable Header"> <nav aria-label="Main Menu" class="multi_level_nav default-theme-services"> <div class="tns_links d-md-none"> <div class="container"> <a href="/services" class="service">Services</a> <a href="/road-safety" class="active">Road Safety</a> </div> </div> <div class="gns_multi_level container"> <div class="row"> <div class="col-sm-2 col-6"> <a href="/" class=""> <img src="/images/default-source/dummy-content/default-album/logo.svg?sfvrsn=2e65bc60_6" alt="RSA" /> </a> </div> <!-- Grid demo navbar --> <div class="navbar navbar-default col-sm-10 col-12" role="navigation" aria-label="Main menu"> <div class="navbar-header d-block d-sm-none" aria-hidden="true"> <button type="button" data-toggle="collapse" data-target=".navbar-collapse-grid" class="navbar-toggle collapsed"> <span class="menu">Menu</span> <span class="menu-close">Close</span> </button> <a href="#" class="search-icon" id="search-header-mobile"> Search </a> </div> <div class="tns_multi_level"> <div class="tns_links"> <a href="/services" class="service">Services</a> <a href="/road-safety" class="active">Road Safety</a> </div> <div class="tns_multi_level_left"> <ul role="menubar" aria-label="top navigation"> <li><a href="/help-support" class="help" role="menuitem">Help</a></li> <li><a href="/shop" class="shop" role="menuitem">Shop</a></li> <li><a href="/myroadsafety-login" class="my-road-safety" role="menuitem">MyRoadSafety</a></li> <!--Search--> <li> <a href="#" class="search-icon" id="header-search"> Search </a> </li> </ul> </div> </div> <div class="navbar-collapse-grid navbar-collapse collapse d-sm-block"> <ul class="nav navbar-nav" role="menubar"> <li class="dropdown"> <a href="#" data-display="static" data-toggle="dropdown" class="dropdown-toggle plus-icon " role="menuitem" aria-haspopup="true" aria-expanded="false">Road Users</a> <div class="dropdown-menu" aria-hidden="true"> <div class="container"> <div class="row"> <div class="col-sm-3 left-content"> <span class="h3">Road Users</span> <p>Road safety advice and guidance for all road users, from pedestrians and cyclists to motorists and professional drivers. </p> <a href="/road-safety/road-users" class="btn btn-default">View this section</a> </div> <div class="col-sm-9 right-menu"> <div class="row"> <div class="col-sm-4"> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/road-users">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/road-users/pedestrians" role="menuitem"><span>Pedestrians</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/cyclists" role="menuitem"><span>Cyclists</span></a></li> <li tabindex="-1" class="dropdown"> <a href="/road-safety/road-users/motorcyclists" role="menuitem"><span>Motorcyclists</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/road-users/motorcyclists">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/road-users/motorcyclists/safe-motorcycling" role="menuitem"><span>Safe motorcycling</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/motorcyclists/motorcycle" role="menuitem"><span>Motorcycle maintenance and standards</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/motorcyclists/safety-gear" role="menuitem"><span>Motorcycle safety gear</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/motorcyclists/medical-fitness" role="menuitem"><span>Medical fitness</span></a></li> </ul> </li> <li tabindex="-1" class="dropdown"> <a href="/road-safety/road-users/passengers" role="menuitem"><span>Passengers</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/road-users/passengers">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/road-users/passengers/children" role="menuitem"><span>Children</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/passengers/pregnant-women" role="menuitem"><span>Pregnant women</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/passengers/adults" role="menuitem"><span>Adults</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/passengers/public-vehicle-passengers" role="menuitem"><span>Public vehicle passengers</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/passengers/pllion-passengers" role="menuitem"><span>Pillion passengers</span></a></li> </ul> </li> <li tabindex="-1" class="dropdown"> <a href="/road-safety/road-users/car-drivers" role="menuitem"><span>Car Drivers</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/road-users/car-drivers">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/road-users/car-drivers/car-maintenance" role="menuitem"><span>Car maintenance</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/car-drivers/car-safety" role="menuitem"><span>Car safety</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/car-drivers/general-safety-regulation-(gsr2)" role="menuitem"><span>General Safety Regulation (GSR2)</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/car-drivers/vehicle-modifications" role="menuitem"><span>Modified vehicles</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/car-drivers/buying-selling" role="menuitem"><span>Buying & selling a car</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/car-drivers/light-trailers" role="menuitem"><span>Light trailers</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/car-drivers/medical-fitness" role="menuitem"><span>Medical fitness</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/car-drivers/resources" role="menuitem"><span>FAQs</span></a></li> </ul> </li> </ul> </div> <div class="col-sm-4"> <ul role="menu"> <li tabindex="-1" class="dropdown"> <a href="/road-safety/road-users/professional-drivers" role="menuitem"><span>Professional drivers</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/road-users/professional-drivers">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/road-users/professional-drivers/driving-for-work" role="menuitem"><span>Driving for work</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/professional-drivers/health-safety" role="menuitem"><span>Health & safety</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/professional-drivers/complaints" role="menuitem"><span>Complaints</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/professional-drivers/medical-fitness" role="menuitem"><span>Medical fitness</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/professional-drivers/vehicle-safety-legislation" role="menuitem"><span>Vehicle safety & legislation</span></a></li> </ul> </li> <li tabindex="-1" class="dropdown"> <a href="/road-safety/road-users/agricultural" role="menuitem"><span>Agricultural vehicle drivers</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/road-users/agricultural">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/road-users/agricultural/introduction-to-vehicle-standards-for-agricultural-vehicles" role="menuitem"><span>Introduction</span></a></li> </ul> </li> <li tabindex="-1"><a href="/road-safety/road-users/assisted" role="menuitem"><span>Connected and autonomous vehicle drivers</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/vintage" role="menuitem"><span>Vintage vehicle drivers</span></a></li> <li tabindex="-1" class="dropdown"> <a href="/road-safety/road-users/special-purpose-vehicles" role="menuitem"><span>Drivers of other vehicles</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/road-users/special-purpose-vehicles">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/introduction" role="menuitem"><span>Introduction</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/e-scooters" role="menuitem"><span>E-scooters</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/powered-personal-transportation" role="menuitem"><span>E-bikes and e-mopeds</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/special-purpose-vehicles" role="menuitem"><span>Special purpose vehicles</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/wheelchair-accessible-vehicles" role="menuitem"><span>Wheelchair accessible vehicles</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/motorised-wheelchairs-and-mobility-scooters" role="menuitem"><span>Motorised wheelchairs and mobility scooters</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/motorhomes-motor-caravans-and-camper-vans" role="menuitem"><span>Motorhomes, motor caravans and camper vans</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/trailer-caravans" role="menuitem"><span>Trailer caravans</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/small-public-service-vehicles-(spsv)" role="menuitem"><span>Small public service vehicles (SPSV)</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/golf-buggies-and-ride-on-lawnmowers" role="menuitem"><span>Golf buggies and ride-on lawnmowers</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/rickshaws-tuk-tuk-or-moto-taxis" role="menuitem"><span>Rickshaws, tuk-tuk or moto taxis</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/mobile-machines-and-works-vehicles" role="menuitem"><span>Mobile machines and works vehicles</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/armoured-and-custodial-vehicles" role="menuitem"><span>Armoured and custodial vehicles</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/special-purpose-vehicles/hearses" role="menuitem"><span>Hearses</span></a></li> </ul> </li> </ul> </div> <div class="col-sm-4"> <ul role="menu"> <li tabindex="-1"><a href="/road-safety/road-users/horse-drawn" role="menuitem"><span>Transportation and use of animals on roads</span></a></li> <li tabindex="-1" class="dropdown"> <a href="/road-safety/road-users/tourists" role="menuitem"><span>Tourists</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/road-users/tourists">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/road-users/tourists/advice-for-ukrainian-drivers" role="menuitem"><span>Advice for Ukrainian drivers</span></a></li> </ul> </li> <li tabindex="-1" class="dropdown"> <a href="/road-safety/road-users/vehicle-components" role="menuitem"><span>Vehicle components</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/road-users/vehicle-components">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/road-users/vehicle-components/vehicle-lighting" role="menuitem"><span>Vehicle lighting</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/vehicle-components/vehicle-components/seatbelts-and-child-restraints" role="menuitem"><span>Seatbelts and child restraints</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/vehicle-components/vehicle-glass" role="menuitem"><span>Vehicle glass</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/vehicle-components/tyres" role="menuitem"><span>Tyres</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/vehicle-components/frontal-protection-systems-(bull-bars)" role="menuitem"><span>Frontal protection systems (Bull bars)</span></a></li> <li tabindex="-1"><a href="/road-safety/road-users/vehicle-components/adblue-or-diesel-exhaust-fluid" role="menuitem"><span>AdBlue or diesel exhaust fluid</span></a></li> </ul> </li> <li tabindex="-1"><a href="/road-safety/road-users/legislation" role="menuitem"><span>Legislation</span></a></li> </ul> </div> </div> </div> </div> </div> </div> </li> <li class="dropdown"> <a href="#" data-display="static" data-toggle="dropdown" class="dropdown-toggle plus-icon " role="menuitem" aria-haspopup="true" aria-expanded="false">Education</a> <div class="dropdown-menu" aria-hidden="true"> <div class="container"> <div class="row"> <div class="col-sm-3 left-content"> <span class="h3">Education</span> <p>We deliver key road safety messages to a diverse audience - from primary school children to farm workers - through a wide range of engaging and interactive campaigns, initiatives and resources. </p> <a href="/road-safety/education" class="btn btn-default">View this section</a> </div> <div class="col-sm-9 right-menu"> <div class="row"> <div class="col-sm-4"> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/education">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/education/getting-to-school-safely" role="menuitem"><span>Getting to school safely</span></a></li> <li tabindex="-1"><a href="/road-safety/education/pre-primary" role="menuitem"><span>Pre-primary</span></a></li> <li tabindex="-1"><a href="/road-safety/education/primary" role="menuitem"><span>Primary</span></a></li> <li tabindex="-1" class="dropdown"> <a href="/road-safety/education/secondary" role="menuitem"><span>Secondary</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/education/secondary">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/education/secondary/transition-year" role="menuitem"><span>Transition Year</span></a></li> </ul> </li> <li tabindex="-1"><a href="/road-safety/education/third-level" role="menuitem"><span>Third-level</span></a></li> </ul> </div> <div class="col-sm-4"> <ul role="menu"> <li tabindex="-1"><a href="/road-safety/education/community" role="menuitem"><span>Community</span></a></li> <li tabindex="-1"><a href="/road-safety/education/road-safety-road-shows" role="menuitem"><span>Road safety road shows</span></a></li> <li tabindex="-1"><a href="/road-safety/education/road-safety-innovation" role="menuitem"><span>Road safety innovation</span></a></li> <li tabindex="-1"><a href="/road-safety/education/promotional-materials" role="menuitem"><span>Promotional materials</span></a></li> <li tabindex="-1"><a href="/road-safety/education/road-safety-videos" role="menuitem"><span>Road safety videos</span></a></li> </ul> </div> <div class="col-sm-4"> <ul role="menu"> <li tabindex="-1" class="dropdown"> <a href="/road-safety/education/road-safety-awards" role="menuitem"><span>Road safety awards</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/education/road-safety-awards">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/education/road-safety-awards/leading-lights-in-road-safety-awards" role="menuitem"><span>Leading lights in road safety awards</span></a></li> </ul> </li> <li tabindex="-1"><a href="/road-safety/education/road-safety-education-service" role="menuitem"><span>Road safety education service</span></a></li> </ul> </div> </div> </div> </div> </div> </div> </li> <li> <a href="/about/safety-strategy-2021-2030" class="" role="menuitem">Safety Strategy</a> </li> <li class="dropdown"> <a href="#" data-display="static" data-toggle="dropdown" class="dropdown-toggle plus-icon " role="menuitem" aria-haspopup="true" aria-expanded="false">Research</a> <div class="dropdown-menu" aria-hidden="true"> <div class="container"> <div class="row"> <div class="col-sm-3 left-content"> <span class="h3">Research</span> <p>Our road safety research plays a vital role in preventing deaths and injuries on our roads. </p> <a href="/road-safety/research" class="btn btn-default">View this section</a> </div> <div class="col-sm-9 right-menu"> <div class="row"> <div class="col-sm-4"> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/research">Overview</a> </li> <li tabindex="-1" class="dropdown"> <a href="/road-safety/research/reports" role="menuitem"><span>Reports</span></a> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/research/reports">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/research/reports/safe-speeds" role="menuitem"><span>Safe speeds</span></a></li> <li tabindex="-1"><a href="/road-safety/research/reports/safe-road-use" role="menuitem"><span>Safe road use</span></a></li> <li tabindex="-1"><a href="/road-safety/research/reports/safe-work-related-road-use" role="menuitem"><span>Safe work-related road use</span></a></li> <li tabindex="-1"><a href="/road-safety/research/reports/safe-and-healthy-modes-of-travel" role="menuitem"><span>Safe and healthy modes of travel</span></a></li> </ul> </li> <li tabindex="-1"><a href="/road-safety/research/research-funding" role="menuitem"><span>Research funding</span></a></li> <li tabindex="-1"><a href="/road-safety/research/participation" role="menuitem"><span>Calls for participation</span></a></li> </ul> </div> </div> </div> </div> </div> </div> </li> <li class="dropdown"> <a href="#" data-display="static" data-toggle="dropdown" class="dropdown-toggle plus-icon " role="menuitem" aria-haspopup="true" aria-expanded="false">Statistics</a> <div class="dropdown-menu" aria-hidden="true"> <div class="container"> <div class="row"> <div class="col-sm-3 left-content"> <span class="h3">Statistics</span> <p>View Irish road safety statistics: driving test pass rates, penalty point statistics, statistics on road deaths and injuries and more.</p> <a href="/road-safety/statistics" class="btn btn-default">View this section</a> </div> <div class="col-sm-9 right-menu"> <div class="row"> <div class="col-sm-4"> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/statistics">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/statistics/road-traffic-collision-data" role="menuitem"><span>Road traffic collision data</span></a></li> <li tabindex="-1"><a href="/road-safety/statistics/analysis-of-road-users" role="menuitem"><span>Analysis of road users</span></a></li> <li tabindex="-1"><a href="/road-safety/statistics/penalty-points" role="menuitem"><span>Penalty points</span></a></li> <li tabindex="-1"><a href="/road-safety/statistics/road-safety-information-hub" role="menuitem"><span>Road safety information hub</span></a></li> <li tabindex="-1"><a href="/road-safety/statistics/driving-test" role="menuitem"><span>Driving test pass rates</span></a></li> </ul> </div> <div class="col-sm-4"> <ul role="menu"> <li tabindex="-1"><a href="/road-safety/statistics/nct-statistics-and-annual-reviews" role="menuitem"><span>NCT statistics and annual reviews</span></a></li> </ul> </div> </div> </div> </div> </div> </div> </li> <li class="dropdown"> <a href="#" data-display="static" data-toggle="dropdown" class="dropdown-toggle plus-icon active" role="menuitem" aria-haspopup="true" aria-expanded="false">Campaigns</a> <div class="dropdown-menu" aria-hidden="true"> <div class="container"> <div class="row"> <div class="col-sm-3 left-content"> <span class="h3">Campaigns</span> <p>Our road safety campaigns make everyone aware of the importance of road safety and the consequences of not obeying the law </p> <a href="/road-safety/campaigns" class="btn btn-default">View this section</a> </div> <div class="col-sm-9 right-menu"> <div class="row"> <div class="col-sm-4"> <ul role="menu"> <li class="overview-link-mobile"> <a tabindex="0" role="menuitem" href="/road-safety/campaigns">Overview</a> </li> <li tabindex="-1"><a href="/road-safety/campaigns/time-to-talk" role="menuitem"><span>Time to Talk</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/lose-your-licence-lose-your-independence" role="menuitem"><span>Lose Your Licence, Lose Your Independence</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/e-scooters" role="menuitem"><span>E-scooters</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/dangerous-driving-behaviours" role="menuitem"><span>Dangerous Driving Behaviours</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/30km-h-in-urban-areas" role="menuitem"><span>30km/h in urban areas</span></a></li> </ul> </div> <div class="col-sm-4"> <ul role="menu"> <li tabindex="-1"><a href="/road-safety/campaigns/cycle-safety-campaign" role="menuitem"><span>Cycle safety campaign</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/vision-zero-mary-ward" role="menuitem"><span>Vision Zero</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/seatbelts" role="menuitem"><span>Seatbelts</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/cyclists" role="menuitem"><span>Cyclists</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/crashed-lives" role="menuitem"><span>Crashed lives</span></a></li> </ul> </div> <div class="col-sm-4"> <ul role="menu"> <li tabindex="-1"><a href="/road-safety/campaigns/anti-drug-driving" role="menuitem"><span>Anti-drug driving</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/motorcycle-safety" role="menuitem"><span>Motorcycle safety</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/severe-weather" role="menuitem"><span>Severe weather</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/driver-fatigue" role="menuitem"><span>Driver fatigue</span></a></li> <li tabindex="-1"><a href="/road-safety/campaigns/tyre-safety" role="menuitem"><span>Tyre safety</span></a></li> </ul> </div> </div> </div> </div> </div> </div> </li> <li> <a href="/road-safety/support-organisations" class="" role="menuitem">Support Orgs</a> </li> </ul> </div> </div> </div> </div> <div class="global-search"> <div class="container"> <div class="row"> <div class="form-group sf-search-input-wrapper" role="search"> <input type="search" title="Search input" placeholder="Search.." id="9ce1e108-6ec8-43d4-9695-168c74f7d38a" onblur="sanitizeSeachBox();" class="form-control" aria-autocomplete="both" aria-describedby='SearchInfo-1' /> <button type="button" class="search-icon" id="cbda792c-0c18-4904-ac0a-520a7c3555ba" ><span class="sr-only">Search Button</span></button> <span id='SearchInfo-1' aria-hidden="true" hidden>When autocomplete results are available use up and down arrows to review and enter to select.</span> </div> </div> </div> <input type="hidden" data-sf-role="resultsUrl" value="/search" /> <input type="hidden" data-sf-role="indexCatalogue" value="general-search" /> <input type="hidden" data-sf-role="wordsMode" value="AllWords" /> <input type="hidden" data-sf-role="disableSuggestions" value='true' /> <input type="hidden" data-sf-role="minSuggestionLength" value="3" /> <input type="hidden" data-sf-role="suggestionFields" value="Title,Content" /> <input type="hidden" data-sf-role="language" value="en" /> <input type="hidden" data-sf-role="siteId" value="abe45518-269d-4e4f-91b7-b4ae2e444978" /> <input type="hidden" data-sf-role="suggestionsRoute" value="/restapi/search/suggestions" /> <input type="hidden" data-sf-role="searchTextBoxId" value='#9ce1e108-6ec8-43d4-9695-168c74f7d38a' /> <input type="hidden" data-sf-role="searchButtonId" value='#cbda792c-0c18-4904-ac0a-520a7c3555ba' /> <script> function sanitizeSeachBox() { document.querySelectorAll('input[type="search"]').forEach(e => { e.value = e.value.replace('“', '"').replace('”', '"').replace('“', '"').replace('”', '"'); }); } </script> </div> </nav> </header><span id="main-content"></span> <main id="Contentplaceholder1_TB7533EB4006_Col00" class="sf_colsIn" data-sf-element="Main" data-placeholder-label="Main Content"><section id="Contentplaceholder1_T67DAB4DC013_Col00" class="sf_colsIn banner-content campaign-sub-landing" data-sf-element="Section" data-placeholder-label="Banner Section"><picture> <!--[if IE 9]> <video style="display: none;"><![endif]--> <source data-srcset="/images/default-source/vison-zero-campaigns-page/website-assetsartboard-1.png" media="(min-width: 641px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> <source data-srcset="/images/default-source/vison-zero-campaigns-page/website-assetsartboard-2.png" media="(max-width: 640px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> <!--[if IE 9]></video><![endif]--> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="2560" class=" lazyload"> </picture> <div class="container"> <div class="wrapper"> <h1>Join us on the journey from first to last</h1> </div> </div> </section> <nav aria-label="breadcrumb" class="breadcrumb"> <div class="container"> <ol> <li><a href="/">Services </a></li> <li><a href="/road-safety">Road Safety </a></li> <li><a href="/road-safety/campaigns">Campaigns </a></li> <li aria-current="page">Vision Zero</li> </ol> </div> </nav><div id="Contentplaceholder1_T8574D4DF003_Col00" class="sf_colsIn container news-events-details standard" data-sf-element="Container" data-placeholder-label="Container"><div class="row" data-sf-element="Row"> <div id="Contentplaceholder1_T8574D4DF004_Col00" class="sf_colsIn col-sm-3 ne-left-col" data-sf-element="Column 1" data-placeholder-label="Left Navigation"> <a href="/road-safety/campaigns" class="btn-back">All Campaigns</a> </div> <div id="Contentplaceholder1_T8574D4DF004_Col01" class="sf_colsIn col-sm-9 right-nav pl-sm-6" data-sf-element="Column 2" data-placeholder-label="Content"><article id="Contentplaceholder1_T67DAB4DC015_Col00" class="sf_colsIn standard-content" data-sf-element="Article" data-placeholder-label="Article"> <H1 > Vision Zero </H1><div id="Contentplaceholder1_T67DAB4DC016_Col00" class="sf_colsIn" data-sf-element="Div" data-placeholder-label="Area - Intro"><p>An end to road deaths in Ireland is possible and we are the ones that can make it happen. <br><br>The campaign reminds viewers that in 1869, the world’s first road fatality was recorded in Ireland. You can see a ledger, where Mary Ward’s name was etched into history. We see the words ‘road death’ written down as a cause of death for the first time ever. <br><br>Now our book flicks past page after page filled with thousands of names of those we have lost on our roads in the years since. The final page of the book contains the names of people who lost their lives on Irish roads. These flicking pages create an animation that shows the people who can bring an end to this tragedy- the very people who are sharing the roads today, young, and old, motorist, person who cycles, pedestrian… all of us can play a part. </p><p></p><hr><p></p><h3>What Lifesaving changes can I make as a road user to help Ireland achieve Vision Zero?</h3><p></p><p></p><p></p> <div class="accordion plain-text"> <div class="card" id="acc-0f98e0ba-7532-4234-a687-ec75d678934b0"> <div class="card-header" id="heading-73d49d5c-d3ed-4652-a475-48bdeab3a604"> <a href="#" class="card-link collapsed" data-toggle="collapse" data-target="#collapse-73d49d5c-d3ed-4652-a475-48bdeab3a604" aria-expanded="true" aria-controls="collapse-73d49d5c-d3ed-4652-a475-48bdeab3a604"> As a Motorist </a> </div> <div id="collapse-73d49d5c-d3ed-4652-a475-48bdeab3a604" class="collapse" aria-labelledby="heading-73d49d5c-d3ed-4652-a475-48bdeab3a604" data-parent="#acc-0f98e0ba-7532-4234-a687-ec75d678934b0"> <div class="card-body"> <p></p><ul><li>BE SAFE, BE SEEN: Please ensure that your vehicle has all required lighting, and all lights are working. </li></ul><p></p><p></p><ul><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Slow Down: Drive at a speed that is appropriate for both the condition of the road you’re driving on and the weather conditions on your journey, while also remaining within the speed limits. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Never ever drink or drug drive: Never drive your vehicle while under the influence of alcohol or drugs. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Seatbelts: Always wear your seat belt while driving </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Stop, Sip, Sleep: If you’re feeling tired while driving, stop, have a caffeinated beverage, and take a 15 – minute nap. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Never use your mobile phone while driving </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>If there is a weather warning in effect, listen to local reports from An Garda Síochána or the council. Follow the <a href="https://www.rsa.ie/road-safety/campaigns/severe-weather" target="_blank" rel="noreferrer noopener" data-sf-ec-immutable="">severe weather advice</a> on the RSA website. In severe weather, consider postponing your journey if possible. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Make sure your vehicle’s NCT is up to date, and make sure to keep your vehicle maintained and in roadworthy condition. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Have your vehicle serviced by a qualified mechanic as per your vehicle’s manufacturer's guidelines. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Before setting off on a journey, perform a walk around inspection of your vehicle to make sure it’s roadworthy. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Check your tyres: Make sure that your tyres are above the legal tread depth of 1.6mm, there are no cracks, cuts or bulges and your tyres are inflated to the correct air pressure <span style="background-color: rgba(0, 0, 0, 0); color: inherit; font-family: inherit; text-align: inherit; text-transform: inherit; word-spacing: normal; white-space: inherit; font-size: inherit">for your vehicle. Remember your tyres are the only contact your vehicle has with the road surface. </span></p></li><li>Look out for vulnerable road users: people who cycle, pedestrians and people on horseback. If overtaking, allow sufficient space. </li></ul><ul><li>When overtaking cyclists, allow 1m of space in zones 50 km/h and under, and 1.5m in zones over 50 km/h. </li></ul><ul><li>You can see a full list for both <a href="https://www.rsa.ie/road-safety/road-users/car-drivers" target="_blank" rel="noreferrer noopener">car drivers</a> and <a href="https://www.rsa.ie/road-safety/road-users/motorcyclists" target="_blank" rel="noreferrer noopener">motorcyclists</a> on our website. </li></ul><p></p> </div> </div> </div> <div class="card" id="acc-0f98e0ba-7532-4234-a687-ec75d678934b1"> <div class="card-header" id="heading-968e876a-cd7d-4d2f-8c61-4ae8ca3f8c7c"> <a href="#" class="card-link collapsed" data-toggle="collapse" data-target="#collapse-968e876a-cd7d-4d2f-8c61-4ae8ca3f8c7c" aria-expanded="true" aria-controls="collapse-968e876a-cd7d-4d2f-8c61-4ae8ca3f8c7c"> As a Pedestrian </a> </div> <div id="collapse-968e876a-cd7d-4d2f-8c61-4ae8ca3f8c7c" class="collapse" aria-labelledby="heading-968e876a-cd7d-4d2f-8c61-4ae8ca3f8c7c" data-parent="#acc-0f98e0ba-7532-4234-a687-ec75d678934b1"> <div class="card-body"> <ul><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>BE SAFE BE SEEN: If you are walking or running, always make sure you are easily visible to other road users. You could consider wearing Hi-Visibility clothing. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>If you are walking / running on the road, make sure you walk against the flow of traffic. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Before walking or running, check the weather in the area you plan to use and prepare accordingly. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>When crossing roads, remove your earphones / reduce the volume of your music to hear traffic on the roads. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>If there’s snow or ice, be careful on the roads as there may be patches of ice or slippery surfaces along your route. Consider postponing until such a time that the roads would be safer to use. If that is not possible, be sure to take extra care when using roads as driver’s braking distance can be affected in adverse weather. Follow the <a href="https://www.rsa.ie/road-safety/campaigns/severe-weather" target="_blank" rel="noreferrer noopener" data-sf-ec-immutable="">severe weather advice</a> on the RSA website. </p></li></ul> </div> </div> </div> <div class="card" id="acc-0f98e0ba-7532-4234-a687-ec75d678934b2"> <div class="card-header" id="heading-4c15196f-cf1b-41b5-af0a-45236fda272a"> <a href="#" class="card-link collapsed" data-toggle="collapse" data-target="#collapse-4c15196f-cf1b-41b5-af0a-45236fda272a" aria-expanded="true" aria-controls="collapse-4c15196f-cf1b-41b5-af0a-45236fda272a"> As a person who cycles </a> </div> <div id="collapse-4c15196f-cf1b-41b5-af0a-45236fda272a" class="collapse" aria-labelledby="heading-4c15196f-cf1b-41b5-af0a-45236fda272a" data-parent="#acc-0f98e0ba-7532-4234-a687-ec75d678934b2"> <div class="card-body"> <ul><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>BE SAFE, BE SEEN: Make sure you have your front (white / yellow) and rear (red) lights and that they are working correctly. You could also consider High-Visibility clothing. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Wear a helmet and make sure it’s compliant with safety regulations. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Check the weather ahead of your journey. In situations of adverse weather, consider postponing your journey if possible. Follow the <a href="https://www.rsa.ie/road-safety/campaigns/severe-weather" target="_blank" rel="noreferrer noopener" data-sf-ec-immutable="">severe weather advice</a> on the RSA website. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Check out the <a href="https://www.rsa.ie/road-safety/road-users/cyclists" target="_blank" rel="noreferrer noopener" data-sf-ec-immutable="">cycle safety information</a> on the RSA website, as well as our cycle safety information <a href="/docs/default-source/road-safety/cyclists/cycle-safety.pdf?sfvrsn=827fdc75_2" rel="noreferrer noopener" target="_blank">booklet</a>. </p></li></ul> </div> </div> </div> <div class="card" id="acc-0f98e0ba-7532-4234-a687-ec75d678934b3"> <div class="card-header" id="heading-d2d5df01-0003-4ee8-81fb-de0d088105fa"> <a href="#" class="card-link collapsed" data-toggle="collapse" data-target="#collapse-d2d5df01-0003-4ee8-81fb-de0d088105fa" aria-expanded="true" aria-controls="collapse-d2d5df01-0003-4ee8-81fb-de0d088105fa"> As a person who drives for work </a> </div> <div id="collapse-d2d5df01-0003-4ee8-81fb-de0d088105fa" class="collapse" aria-labelledby="heading-d2d5df01-0003-4ee8-81fb-de0d088105fa" data-parent="#acc-0f98e0ba-7532-4234-a687-ec75d678934b3"> <div class="card-body"> <p></p><p></p><ul><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>BE SAFE, BE SEEN: Please ensure that your vehicle has all required lighting, and all lights are working. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Get your commercial vehicle serviced regularly as per the manufacturer’s instructions. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Make sure that your CVRT is in date. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Complete your annual Driver CPC training if you drive a bus or truck for work. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Slow Down: Drive at a speed that is appropriate for both the condition of the road you’re driving on and the weather conditions on your journey, while also remaining within the speed limits. </p></li></ul><p></p><p></p><p></p><p></p><ul><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Never ever drink or drug drive: Never drive your vehicle while under the influence of alcohol or drugs. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Seatbelts: Always wear your seat belt while driving </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Stop, Sip, Sleep: If you’re feeling tired while driving, stop, have a caffeinated beverage, and take a 15 – minute nap. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Never use your mobile phone while driving </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>If there is a weather warning in effect, listen to local reports from An Garda Síochána or the council. Follow the <a href="https://www.rsa.ie/road-safety/campaigns/severe-weather" target="_blank" rel="noreferrer noopener" data-sf-ec-immutable="">severe weather advice</a> on the RSA website. In severe weather, consider postponing your journey if possible. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Before setting off on a journey, perform a walk around inspection of your vehicle to make sure it’s roadworthy. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Check your tyres: Make sure that your tyres are above the legal tread depth of 1.6mm, there are no cracks, cuts or bulges and your tyres are inflated to the correct air pressure for your vehicle. Remember your tyres are the only contact your vehicle has with the road surface. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>Look out for vulnerable road users: people who cycle, pedestrians and people on horseback. If overtaking, allow sufficient space. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>When overtaking cyclists, allow 1m of space in zones 50 km/h and under, and 1.5m in zones over 50 km/h. </p></li><li data-leveltext="-" data-font="Calibri" data-listid="2" data-list-defn-props="{" data-aria-posinset="0" data-aria-level="1"><p>You can see a full list of ways to stay safe while driving for work <a href="https://www.rsa.ie/road-safety/road-users/professional-drivers" target="_blank" rel="noreferrer noopener" data-sf-ec-immutable="">here</a>. </p></li></ul><p></p><p></p> </div> </div> </div> </div> </div> <h2><strong>Join the Journey </strong></h2><p>Our journey to vision zero has only started. Our campaign has only started. To help us on the journey to Vision Zero, start your own journey today to end deaths and serious injuries on our road. <br></p><p>Join the journey now by signing up to our Vision Zero pledge below.<strong></strong></p> <style type="text/css">@import url("https://assets.mlcdn.com/fonts.css?version=1693313");</style> <style type="text/css"> /* LOADER */ .ml-form-embedSubmitLoad { display: inline-block; width: 20px; height: 20px; } .g-recaptcha { transform: scale(1); -webkit-transform: scale(1); transform-origin: 0 0; -webkit-transform-origin: 0 0; height: ; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; } .ml-form-embedSubmitLoad:after { content: " "; display: block; width: 11px; height: 11px; margin: 1px; border-radius: 50%; border: 4px solid #fff; border-color: #ffffff #ffffff #ffffff transparent; animation: ml-form-embedSubmitLoad 1.2s linear infinite; } @keyframes ml-form-embedSubmitLoad { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #mlb2-7280130.ml-form-embedContainer { box-sizing: border-box; display: table; margin: 0 auto; position: static; width: 100% !important; } #mlb2-7280130.ml-form-embedContainer h4, #mlb2-7280130.ml-form-embedContainer p, #mlb2-7280130.ml-form-embedContainer span, #mlb2-7280130.ml-form-embedContainer button { text-transform: none !important; letter-spacing: normal !important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper { background-color: #f2f2f2; border-width: 0px; border-color: transparent; border-radius: 4px; border-style: solid; box-sizing: border-box; display: inline-block !important; margin: 0; padding: 0; position: relative; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper.embedPopup, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 720px; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 720px; width: 100%; } #mlb2-7280130.ml-form-embedContainer .ml-form-align-left { text-align: left; } #mlb2-7280130.ml-form-embedContainer .ml-form-align-center { text-align: center; } #mlb2-7280130.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; } #mlb2-7280130.ml-form-embedContainer .ml-form-align-right { text-align: right; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img { border-top-left-radius: 4px; border-top-right-radius: 4px; height: auto; margin: 0 auto !important; max-width: 100%; width: undefinedpx; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody { padding: 20px 20px 0 20px; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal { padding-bottom: 0; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent { text-align: left; margin: 0 0 20px 0; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 { color: #000000; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 30px; font-weight: 400; margin: 0 0 10px 0; text-align: left; word-break: break-word; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p { color: #000000; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 400; line-height: 20px; margin: 0 0 10px 0; text-align: left; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol { color: #000000; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol { list-style-type: lower-alpha; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol { list-style-type: lower-roman; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a { color: #000000; text-decoration: underline; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group { text-align: left!important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label { margin-bottom: 5px; color: #333333; font-size: 14px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; text-decoration: none;; display: inline-block; line-height: 20px; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child { margin: 0; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form { margin: 0; width: 100%; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow { margin: 0 0 20px 0; width: 100%; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow { float: left; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm { margin: 0; padding: 0 0 20px 0; width: 100%; height: auto; float: left; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow { margin: 0 0 10px 0; width: 100%; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item { margin: 0; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal { margin: 0; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input { background-color: #ffffff !important; color: #333333 !important; border-color: #cccccc; border-radius: 4px !important; border-style: solid !important; border-width: 1px !important; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px !important; height: auto; line-height: 21px !important; margin-bottom: 0; margin-top: 0; margin-left: 0; margin-right: 0; padding: 10px 10px !important; width: 100% !important; box-sizing: border-box !important; max-width: 100% !important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea { background-color: #ffffff !important; color: #333333 !important; border-color: #cccccc; border-radius: 4px !important; border-style: solid !important; border-width: 1px !important; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px !important; height: auto; line-height: 21px !important; margin-bottom: 0; margin-top: 0; padding: 10px 10px !important; width: 100% !important; box-sizing: border-box !important; max-width: 100% !important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before { border-color: #cccccc!important; background-color: #ffffff!important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{ box-sizing: border-box; padding: 0; position: absolute; z-index: -1; opacity: 0; margin-top: 5px; margin-left: -1.5rem; overflow: visible; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before { border-radius: 4px!important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before { border-color: #000000!important; background-color: #000000!important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after { top: 2px; box-sizing: border-box; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after { top: 0px!important; box-sizing: border-box!important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after { top: 0px!important; box-sizing: border-box!important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after { top: 0px!important; box-sizing: border-box!important; position: absolute; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before { top: 0px!important; box-sizing: border-box!important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before { position: absolute; top: 4px; left: -1.5rem; display: block; width: 16px; height: 16px; pointer-events: none; content: ""; background-color: #ffffff; border: #adb5bd solid 1px; border-radius: 50%; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after { position: absolute; top: 2px!important; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before { position: absolute; top: 4px; left: -1.5rem; display: block; width: 16px; height: 16px; pointer-events: none; content: ""; background-color: #ffffff; border: #adb5bd solid 1px; border-radius: 50%; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after { position: absolute; top: 0px!important; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after { position: absolute; top: 0px!important; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after { background: no-repeat 50%/50% 50%; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after { background: no-repeat 50%/50% 50%; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control { position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input { position: absolute; z-index: -1; opacity: 0; box-sizing: border-box; padding: 0; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label { color: #000000; font-size: 12px!important; font-family: 'Open Sans', Arial, Helvetica, sans-serif; line-height: 22px; margin-bottom: 0; position: relative; vertical-align: top; font-style: normal; font-weight: 700; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select { background-color: #ffffff !important; color: #333333 !important; border-color: #cccccc; border-radius: 4px !important; border-style: solid !important; border-width: 1px !important; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px !important; line-height: 20px !important; margin-bottom: 0; margin-top: 0; padding: 10px 28px 10px 12px !important; width: 100% !important; box-sizing: border-box !important; max-width: 100% !important; height: auto; display: inline-block; vertical-align: middle; background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow { height: auto; width: 100%; float: left; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input { background-color: #ffffff; color: #333333; border-color: #cccccc; border-radius: 4px; border-style: solid; border-width: 1px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; margin-bottom: 0; margin-top: 0; padding: 10px 10px; width: 100%; box-sizing: border-box; overflow-y: initial; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button { background-color: #00857e !important; border-color: #00857e; border-style: solid; border-width: 1px; border-radius: 4px; box-shadow: none; color: #ffffff !important; cursor: pointer; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px !important; font-weight: 700; line-height: 20px; margin: 0 !important; padding: 10px !important; width: 100%; height: auto; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover { background-color: #d60000 !important; border-color: #d60000 !important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] { box-sizing: border-box; padding: 0; position: absolute; z-index: -1; opacity: 0; margin-top: 5px; margin-left: -1.5rem; overflow: visible; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description { color: #000000; display: block; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 12px; text-align: left; margin-bottom: 0; position: relative; vertical-align: top; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label { font-weight: normal; margin: 0; padding: 0; position: relative; display: block; min-height: 24px; padding-left: 24px; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a { color: #000000; text-decoration: underline; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p { color: #000000 !important; font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; font-size: 12px !important; font-weight: normal !important; line-height: 18px !important; padding: 0 !important; margin: 0 5px 0 0 !important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child { margin: 0; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit { margin: 0 0 20px 0; float: left; width: 100%; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button { background-color: #00857e !important; border: none !important; border-radius: 4px !important; box-shadow: none !important; color: #ffffff !important; cursor: pointer; font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; font-size: 14px !important; font-weight: 700 !important; line-height: 21px !important; height: auto; padding: 10px !important; width: 100% !important; box-sizing: border-box !important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading { display: none; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover { background-color: #d60000 !important; } .ml-subscribe-close { width: 30px; height: 30px; background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat; background-size: 30px; cursor: pointer; margin-top: -10px; margin-right: -10px; position: absolute; top: 0; right: 0; } .ml-error input, .ml-error textarea, .ml-error select { border-color: red!important; } .ml-error .custom-checkbox-radio-list { border: 1px solid red !important; border-radius: 4px; padding: 10px; } .ml-error .label-description, .ml-error .label-description p, .ml-error .label-description p a, .ml-error label:first-child { color: #ff0000 !important; } #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p, #mlb2-7280130.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter { color: #ff0000 !important; } @media only screen and (max-width: 720px){ .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; } .ml-form-formContent.horozintalForm { float: left!important; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; } .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; } .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn { padding-top: 0px!important; } } </style> <div id="mlb2-7280130" class="ml-form-embedContainer ml-subscribe-form ml-subscribe-form-7280130"> <div class="ml-form-align-center "> <div class="ml-form-embedWrapper embedForm"> <div class="ml-form-embedBody ml-form-embedBodyDefault row-form"> <div class="ml-form-embedContent" style="margin-bottom: 0px; "> </div> <form class="ml-block-form" action="https://assets.mailerlite.com/jsonp/570341/forms/97493717387052604/subscribe" data-code="" method="post" target="_blank"> <div class="ml-form-formContent"> <div class="ml-form-fieldRow "> <div class="ml-field-group ml-field-name ml-validate-required"> <label>First Name</label> <!-- input --> <input aria-label="name" aria-required="true" type="text" class="form-control" data-inputmask="" name="fields[name]" placeholder="" autocomplete="given-name"> <!-- /input --> <!-- textarea --> <!-- /textarea --> <!-- select --> <!-- /select --> <!-- checkboxes --> <!-- /checkboxes --> <!-- radio --> <!-- /radio --> <!-- countries --> <!-- /countries --> </div> </div><div class="ml-form-fieldRow "> <div class="ml-field-group ml-field-email ml-validate-email ml-validate-required"> <label>Email</label> <!-- input --> <input aria-label="email" aria-required="true" type="email" class="form-control" data-inputmask="" name="fields[email]" placeholder="" autocomplete="email"> <!-- /input --> <!-- textarea --> <!-- /textarea --> <!-- select --> <!-- /select --> <!-- checkboxes --> <!-- /checkboxes --> <!-- radio --> <!-- /radio --> <!-- countries --> <!-- /countries --> </div> </div><div class="ml-form-fieldRow "> <div class="ml-field-group ml-field-county ml-validate-required"> <label>County</label> <!-- input --> <!-- /input --> <!-- textarea --> <!-- /textarea --> <!-- select --> <select class="custom-select" name="fields[county]" aria-label="county" aria-required="true"> <option value="">-</option> <!-- Visible if current or any next has value --> <option>Carlow</option> <option>Cavan</option> <option>Clare</option> <option>Cork</option> <option>Donegal</option> <option>Dublin</option> <option>Galway</option> <option>Kerry</option> <option>Kildare</option> <option>Kilkenny</option> <option>Laois</option> <option>Leitrim</option> <option>Limerick</option> <option>Longford</option> <option>Louth</option> <option>Mayo</option> <option>Meath</option> <option>Monaghan</option> <option>Offaly</option> <option>Roscommon</option> <option>Sligo</option> <option>Tipperary</option> <option>Waterford</option> <option">Westmeath</option> <option>Wexford</option> <option>Wicklow</option> </select> <!-- /select --> <!-- checkboxes --> <!-- /checkboxes --> <!-- radio --> <!-- /radio --> <!-- countries --> <!-- /countries --> </div> </div><div class="ml-form-fieldRow "> <div class="ml-field-group ml-field-road_user_type ml-validate-required"> <label>Road User Type</label> <!-- input --> <!-- /input --> <!-- textarea --> <!-- /textarea --> <!-- select --> <select class="custom-select" name="fields[road_user_type]" aria-label="road_user_type" aria-required="true"> <option value="">-</option> <!-- Visible if current or any next has value --> <option> Pedestrian </option> <option> Driver </option> <option> Cyclist </option> <option> Driver for work (Van, Truck, Bus) </option> <option> Motorcyclist </option> </select> <!-- /select --> <!-- checkboxes --> <!-- /checkboxes --> <!-- radio --> <!-- /radio --> <!-- countries --> <!-- /countries --> </div> </div><div class="ml-form-fieldRow ml-last-item"> <div class="ml-field-group ml-field-im_joining_vision_zero_because"> <label>I'm joining Vision Zero because</label> <!-- input --> <!-- /input --> <!-- textarea --> <textarea class="form-control" name="fields[im_joining_vision_zero_because]" aria-label="im_joining_vision_zero_because" maxlength="255" placeholder=""></textarea> <!-- /textarea --> <!-- select --> <!-- /select --> <!-- checkboxes --> <!-- /checkboxes --> <!-- radio --> <!-- /radio --> <!-- countries --> <!-- /countries --> </div> </div> </div> <!-- Privacy policy --> <!-- /Privacy policy --> <div class="ml-form-checkboxRow ml-validate-required"> <label class="checkbox"> <input type="checkbox"> <div class="label-description"> <p>Opt in to receive updates.</p> </div> </label> </div> <div class="ml-form-recaptcha ml-validate-required" style="float: left;"> <style type="text/css"> .ml-form-recaptcha { margin-bottom: 20px; } .ml-form-recaptcha.ml-error iframe { border: solid 1px #ff0000; } @media screen and (max-width: 480px) { .ml-form-recaptcha { width: 220px!important } .g-recaptcha { transform: scale(0.78); -webkit-transform: scale(0.78); transform-origin: 0 0; -webkit-transform-origin: 0 0; } } </style> <script src="https://www.google.com/recaptcha/api.js"></script> <div class="g-recaptcha" data-sitekey="6Lf1KHQUAAAAAFNKEX1hdSWCS3mRMv4FlFaNslaD"></div> </div> <input type="hidden" name="ml-submit" value="1"> <div class="ml-form-embedSubmit"> <button type="submit" class="primary">Join the Journey</button> <button disabled="disabled" style="display: none;" type="button" class="loading"> <div class="ml-form-embedSubmitLoad"></div> <span class="sr-only">Loading...</span> </button> </div> <input type="hidden" name="anticsrf" value="true"> </form> </div> <div class="ml-form-successBody row-success" style="display: none"> <div class="ml-form-successContent"> <h4>Thank you!</h4> <p>You have successfully joined the Vision Zero journey.</p> </div> </div> </div> </div> </div> <script> function ml_webform_success_7280130() { var $ = ml_jQuery || jQuery; $('.ml-subscribe-form-7280130 .row-success').show(); $('.ml-subscribe-form-7280130 .row-form').hide(); } </script> <script src="https://groot.mailerlite.com/js/w/webforms.min.js?v1f25ee4b05f240a833e02c19975434a4" type="text/javascript"></script> <script> fetch("https://assets.mailerlite.com/jsonp/570341/forms/97493717387052604/takel") </script> <div id="gallery-1" class="rg-gallery"> <div class="rg-thumbs"> <!-- Elastislide Carousel Thumbnail Viewer --> <div class="es-carousel-wrapper"> <div class="es-nav"> <span class="es-nav-prev">Previous</span> <span class="es-nav-next">Next</span> </div> <div class="es-carousel"> <ul> <li> <a href="#/"> <img class="lazyload" data-src="/images/default-source/2-up-layout-(350x306)/capture-23.tmb-.png" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-embed="https://youtu.be/M8KcthWQHkY" alt="" data-description="Phase 3 Irish" /> </a> </li> <li> <a href="#/"> <img class="lazyload" data-src="/images/default-source/2-up-layout-(350x306)/capture-2.tmb-.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-embed="https://youtu.be/CziVBvlSZ4o" alt="" data-description="Phase 3 English" /> </a> </li> </ul> </div> </div> </div> </div> <script id="gallery-1-tmpl" type="text/x-jquery-tmpl"> <div class="rg-image-wrapper"> <div class="rg-image"></div> <div class="rg-image-nav"> <a href="#/" class="rg-image-nav-prev">Prev</a> <a href="#/" class="rg-image-nav-next">Next</a> </div> <div class="rg-loading"></div> <div class="rg-caption-wrapper"> <div class="rg-caption" style="display:none;"> <p></p> </div> </div> </div> </script> <p>Mary Ward was the first person in the world to be killed by a car, and it happened here in Ireland.</p> <img src="/images/default-source/vison-zero-campaigns-page/mary-ward.jpg?sfvrsn=11831f19_3" title="Mary Ward" alt="" /> <h2><strong>Mary’s story</strong></h2><p>Mary Ward was born in 1827 in County Offaly and was a mother of eight, a pioneering scientist, and a scholar. She achieved widespread recognition in her chosen fields of astronomy and her book ‘A World of Wonders Revealed by the Microscope’ received widespread acclaim. She was the first woman accepted into the Royal Astronomical Society, a fact made even more remarkable when we know how difficult it was for women to succeed academically at the time. </p><p>On 31 August 1869 in Birr, Co. Offaly, Mary Ward was thrown from a car while travelling with her cousins. She was killed instantly. </p><p><a href="https://en.wikipedia.org/wiki/Mary_Ward_(scientist)" target="_blank" data-sf-ec-immutable="" data-sf-marked="">More about Mary</a></p><hr><h2><strong>Setting the Nations Homework</strong> <strong> </strong></h2><h3>Lesson Plan</h3><p>As part of the campaign, the RSA is asking teachers to include Vision Zero as part of road safety learning in all schools across the country. This lesson plan, which includes the history of Mary Ward, should instill the importance of road safety behaviours for future generations.</p><p><a href="/docs/default-source/about/lesson-plan_mary-ward.pdf?Status=Master&sfvrsn=d040797a_3" title="Lesson Plan_Mary Ward" data-sf-ec-document-immutable="true">Lesson Plan_Mary Ward</a></p><p><a href="/docs/default-source/about/student-lesson-reflection_mary-ward.pdf?Status=Master&sfvrsn=549e045_3" title="Student Lesson Reflection_Mary Ward" data-sf-ec-document-immutable="true">Student Lesson Reflection_Mary Ward</a> </p><p><a href="/docs/default-source/about/student-activity_mary-ward.pdf?Status=Master&sfvrsn=83d1e051_3" title="Student Activity_Mary Ward" data-sf-ec-document-immutable="true">Student Activity_Mary Ward</a> </p><p><a href="/docs/default-source/about/teacher-post-lesson-evaluation_mary-ward.pdf?Status=Master&sfvrsn=a71baaea_3" title="Teacher Post Lesson Evaluation_Mary Ward" data-sf-ec-document-immutable="true">Teacher Post Lesson Evaluation_Mary Ward</a></p><hr><h2><strong>Our Vision Zero Advertising Awareness Campaign</strong><br></h2><p>The new ‘Who was Mary Ward? Vision Zero’ campaign raises awareness of the fact that the first person in the world to die in a road crash happened here in Ireland and thousands more have lost their lives on our roads since then. It’s time we saw an end to road deaths in Ireland. <br></p><a href="https://www.youtube.com/watch?v=znRgSg3Kmww">(17) Vision Zero - YouTube</a> <div class="accordion plain-text"> <div class="card" id="acc-79d0eb36-1e6f-4545-93ad-7d6db20d237f0"> <div class="card-header" id="heading-3e0e8001-1636-4c7a-8cae-d790693fce25"> <a href="#" class="card-link collapsed" data-toggle="collapse" data-target="#collapse-3e0e8001-1636-4c7a-8cae-d790693fce25" aria-expanded="true" aria-controls="collapse-3e0e8001-1636-4c7a-8cae-d790693fce25"> About our docu-drama style TV advert </a> </div> <div id="collapse-3e0e8001-1636-4c7a-8cae-d790693fce25" class="collapse" aria-labelledby="heading-3e0e8001-1636-4c7a-8cae-d790693fce25" data-parent="#acc-79d0eb36-1e6f-4545-93ad-7d6db20d237f0"> <div class="card-body"> Our Tv advert opens with an introduction to Mary Ward and her accomplishments in life. The piece is shot in a docu-drama style, with a narrator taking us through Mary Ward’s life as a scientist and author. Using Mary Ward’s work with the microscope as a device, we see fragments of her life cast in resin, being examined by an unseen historian. As we become more involved in the story, suddenly it crashes to an abrupt end with the shattering of glass and a sudden silence, representing the way Mary’s own story was cut tragically short.<br><br>When we return from black, we’re in a valley of shattered glass. We see Mary’s name etched on a single shard, representing her status as the first person to be killed on our roads. We pick through the debris and find more and more names of real people who died on Irish roads. These shards are reconstructed to form an image of Mary Ward. As we pull out through our microscopic lens to see the Vision Zero logo. “<strong><em>The world’s first road death happened here, it's time we saw our last.”</em></strong>. For Mary Ward, and the many more loved ones we have lost on our roads, we are left with a sense of hope that we can soon see an end to deaths on our roads. </div> </div> </div> </div><hr><h1>Phase 2 </h1><p></p><p><span style="background-color: rgba(0, 0, 0, 0); color: inherit; font-family: inherit; font-size: inherit; text-align: inherit; text-transform: inherit; word-spacing: normal; white-space: inherit">The purpose of the second stage of the campaign is to highlight some of the tangible changes that we will see on the roads in the coming years that will help make Vision Zero a reality. During this campaign we outline some of the measures that will be implemented by the partners of the Government Road Safety Strategy to help make the roads safer for everyone. </span></p><p></p><p></p><p>It will be the improvements in technology, safer road engineering, increased and more targeted enforcement and changes in public attitudes and behaviour that will enable us as country to achieve vision zero. We are all in this together! </p><p></p><p></p><p><span style="background-color: rgba(0, 0, 0, 0); color: inherit; font-family: inherit; font-size: inherit; text-align: inherit; text-transform: inherit; word-spacing: normal; white-space: inherit">To see the measures that will be implemented on our roads in the years see Action plan for 2021-2030 below. </span></p><p><span style="background-color: rgba(0, 0, 0, 0); color: inherit; font-family: inherit; font-size: inherit; text-align: inherit; text-transform: inherit; word-spacing: normal; white-space: inherit">Radio for this phase can be found below.</span></p><p></p> <img src="/images/default-source/vison-zero-campaigns-page/microsoftteams-image.png?sfvrsn=2e29f96c_3" title="MicrosoftTeams-image" alt="" /> <h2><strong>What is Vision Zero?</strong></h2><p>No Road deaths or serious injuries by 2050.</p><div class="row" data-sf-element="Row"> <div id="Contentplaceholder1_C017_Col00" class="sf_colsIn col-sm-6" data-sf-element="Column 1" data-placeholder-label="Column 1"><p>Vision Zero is a worldwide commitment that aims for no road deaths or serious injuries on Irish roads by 2050. <a href="/docs/default-source/road-safety/legislation/government-_road_safety_strategy_2021_2030_13th_dec21_final.pdf?sfvrsn=cf289e63_3">The Road Safety Strategy 2021-2030</a> is the first step in achieving Vision Zero in Ireland. This involves a multi-year strategy across all aspects of road safety, ranging from new and improved infrastructure and an increased role for technology in vehicles and also in the enforcement of road traffic laws to help reduce the dangers faced by road users. </p><p></p> </div> <div id="Contentplaceholder1_C017_Col01" class="sf_colsIn col-sm-6" data-sf-element="Column 2" data-placeholder-label="Column 2"> <img src="/images/default-source/vison-zero-campaigns-page/vision-zero.png?sfvrsn=5190dda0_3&MaxWidth=350&MaxHeight=200&ScaleUp=false&Quality=High&Method=ResizeFitToAreaArguments&Signature=698ACA2E5E663829AF87E485513A53BB7D08930A" title="vision zero png" alt="vision zero" /> </div> </div> <hr><div class="horizontal-spotlight large thin "> <div class="row"> <div class="image-wrapper col-sm-2"> <img src="/images/default-source/media-pics/171517-rsa-strategy-banner_972x685px-lr-(002)-(7)-video.jpg" alt=""> </div> <div class="col-sm-10 align-self-center"> <div class="spot-content large-title horizontal"> <div class="row"> <div class="col-sm-8 desc"><p><h4>Road Safety Strategy 2021-2024</h4><p>This will be delivered in three phases. It includes 50 high-impact actions and 136 support actions.</p></p></div> <div class="col-sm-4 button"> <a href="https://www.rsa.ie/docs/default-source/road-safety/action-plans/rsa_safety_strategy_action_plan_2021_2024_13th_jan2022_final_online.pdf?sfvrsn=67518e36_5" class="btn btn-spotlight">View the action plan</a> </div> </div> </div> </div> </div> </div><hr><h2><strong>What you can do</strong></h2><p>There are 184 actions in the Government Road Safety Strategy being delivered across more than 40 Government Departments and agencies to help improve road safety. This is not about shifting the responsibility to road users. We are all in this together. We are calling on all road users to help us and join the journey because we can’t do it without you.<span style="background-color: initial; font-size: inherit; font-family: inherit; text-transform: inherit; word-spacing: normal; white-space: inherit"></span></p><ul><li>Think about your road behaviour and see is there is one thing you can change today and for good - your change could save a life.</li><li>A conversation with your family or friends about road safety can make all the difference to kick starting new habits. If you have any concerns about their road behaviour, have that conversation.</li><li>You regularly hear road safety messages around the main killer behaviours. International and Irish research proves that these behaviours are what causes collisions. Let’s make these behaviours unacceptable in Ireland, once and for all.</li><li>So, if you are in charge of a vehicle:<ul><li>Never ever drink or drug drive.</li><li>Reduce your speed - the posted speed sign is not a target. Drive at the speed you are comfortable at and at a speed that is safe for the road and weather conditions.</li><li>Avoid distractions and never use a mobile phone when driving.</li><li>If you are feeling tired – STOP SIP SLEEP. Pull over in a safe place, get a caffeinated drink and have a 15-minute nap. However, the only cure for tiredness is sleep.</li></ul></li><li>Whether you are a passenger or a driver, always wear your seatbelt and always ensure those travelling in the car with you are also wearing theirs and children are correctly restrained according to their height and weight.</li><li>Be Safe. Be Seen <ul><li>If you are a motorist, a motorcyclist or cyclist make sure your lights are in good working order.</li><li>If you are driving a vehicle, be careful during dawn and dusk and periods of poor visibility-dipped head lights can help you to be seen by other road users</li><li>If you cycle, enjoy running or walking always wear bright clothing or high visibility material as they will make you more visible to other road users. </li></ul></li><li>If you are a motorist or a cyclist, always do a safety check on your vehicle or bicycle to make sure they are in a road worthy condition.</li><li>If you have reduced mobility, like to walk or run and are crossing the road, please do so at a pedestrian crossing. Always try to make eye contact with the driver or cyclists before crossing the road and especially at junctions. Likewise, motorists should also try to make eye contact with those crossing, so they are aware of their intention to cross.</li></ul><p> </p><hr><h1>Vision Zero</h1><p>Our new TV and radio campaign ‘Who was Mary Ward? Vision Zero’ raises awareness of the fact that the first person in the world to die in a road crash happened here in Ireland and thousands more have lost their lives on our roads since then.</p> <div id="gallery-2" class="rg-gallery"> <div class="rg-thumbs"> <!-- Elastislide Carousel Thumbnail Viewer --> <div class="es-carousel-wrapper"> <div class="es-nav"> <span class="es-nav-prev">Previous</span> <span class="es-nav-next">Next</span> </div> <div class="es-carousel"> <ul> <li> <a href="#/"> <img class="lazyload" data-src="/images/default-source/vison-zero-campaigns-page/mary-ward-2.tmb-.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-embed="https://youtu.be/T4Qa8uYMGh8" alt="" data-description="Vision Zero 30 Sec" /> </a> </li> <li> <a href="#/"> <img class="lazyload" data-src="/images/default-source/vison-zero-campaigns-page/mary-ward-3.tmb-.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-embed="https://youtu.be/znRgSg3Kmww" alt="" data-description="Vision Zero 40 Sec" /> </a> </li> <li> <a href="#/"> <img class="lazyload" data-src="/images/default-source/vison-zero-campaigns-page/website-assetsartboard-3.tmb-.png" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-embed="https://youtu.be/Hefwy7x6SVo" alt="972" data-description="Vision Zero 40 Sec Irish" /> </a> </li> <li> <a href="#/"> <img class="lazyload" data-src="/images/default-source/vison-zero-campaigns-page/mary-ward-1.tmb-.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-embed="https://youtu.be/WQoufp-OIfw" alt="" data-description="Vision Zero 20 Sec Irish" /> </a> </li> </ul> </div> </div> </div> </div> <script id="gallery-2-tmpl" type="text/x-jquery-tmpl"> <div class="rg-image-wrapper"> <div class="rg-image"></div> <div class="rg-image-nav"> <a href="#/" class="rg-image-nav-prev">Prev</a> <a href="#/" class="rg-image-nav-next">Next</a> </div> <div class="rg-loading"></div> <div class="rg-caption-wrapper"> <div class="rg-caption" style="display:none;"> <p></p> </div> </div> </div> </script> <h1>Phase 1 Radio</h1><a href="https://soundcloud.com/user-996283290/huk-1/s-X0LeLWIOd9B?si=2cd374930a1c45228dd8fb398a54d98f&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" data-sf-ec-immutable="">Vision Zero English Radio</a><a href="https://soundcloud.com/user-996283290/huk/s-Aapbhqw1R80?si=666b0aa04a7b407dbbdfe10e59fc7239&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" data-sf-ec-immutable="">Vision Zero Irish Radio</a><h1>Phase 2 Radio</h1><a href="https://soundcloud.com/user-996283290/huk-5?si=72c7609980f64b8d88604c8fa1f6f356&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" data-sf-ec-immutable="">Vision Zero Infrastructure</a><a href="https://soundcloud.com/user-996283290/huk-4?si=791389931cae4758bce9346d89b8c023&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" data-sf-ec-immutable="">Vision Zero Technology</a><a href="https://soundcloud.com/user-996283290/huk-8?si=18b512d6efd541a390f49ea1d1a9dd16&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" data-sf-ec-immutable="">Vison Zero Education</a><a href="https://soundcloud.com/user-996283290/huk-7?si=41aa1f06ecc24b21aa02dd823339e710&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" data-sf-ec-immutable="" data-sf-marked="">Vision Zero Irish Infrastructure</a><a href="https://soundcloud.com/user-996283290/huk-6?si=a10128e37c9447939fb281452b1eb212&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" data-sf-ec-immutable="">Vison Zero Irish Technology</a><hr><h2>Working together to save lives</h2> <img src="/images/default-source/vison-zero-campaigns-page/logos-all.png?sfvrsn=538696e0_3" title="Logos all" alt="" /> <div class="addthis_inline_share_toolbox"><p></p></div><div id="Contentplaceholder1_T67DAB4DC018_Col00" class="sf_colsIn" data-sf-element="Div" data-placeholder-label="Area - Content"> </div> </article> </div> </div> </div> <section id="Contentplaceholder1_TCD02A13F010_Col00" class="sf_colsIn light-bg" data-sf-element="Section" data-placeholder-label="Other Articles"><div id="Contentplaceholder1_T67DAB4DC019_Col00" class="sf_colsIn cards-carousel" data-sf-element="Div" data-placeholder-label="Div"><div id="Contentplaceholder1_T67DAB4DC020_Col00" class="sf_colsIn container" data-sf-element="Container" data-placeholder-label="Container"><div class="row" data-sf-element="Row"> <div id="Contentplaceholder1_T67DAB4DC021_Col00" class="sf_colsIn col-sm-4 campaigns-slider" data-sf-element="Column 1" data-placeholder-label="Column 1"><span class="title">Campaigns</span> <p>Here are some of our latest campaigns, with resources to download for use with your students and other audiences.</p><a href="/road-safety/campaigns">View all</a> </div> <div id="Contentplaceholder1_T67DAB4DC021_Col01" class="sf_colsIn col-sm-8" data-sf-element="Column 2" data-placeholder-label="Column 2"> <div class="owl-carousel"> <div class="item"> <a href="/road-safety/campaigns/ploughing-championships" class="campaign-spotlight"> <div class="image-wrapper"> <img data-src="/images/default-source/media-pics/1_ploughing2024_square_english-450.png?sfvrsn=39495cdb_3" alt="" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> </div> <div class="spot-content"> <span class="topic">road safety</span> <span class="title">Ploughing Championships</span> <p>Visit us at the National Ploughing Championships from 17 - 19 September 2024. We will be located at Hub 1 in the Government of Ireland Village. </p> <span class="btn btn-link-gray btn-small" aria-hidden="true">Learn more</span> </div> </a> </div> <div class="item"> <a href="/road-safety/campaigns/lose-your-licence-lose-your-independence" class="campaign-spotlight"> <div class="image-wrapper"> <img data-src="/images/default-source/media-pics/rsa-lose-your-licence_270x201.jpg?sfvrsn=5d7f4dd3_3" alt="" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> </div> <div class="spot-content"> <span class="topic">road safety</span> <span class="title">Lose Your Licence, Lose Your Independence</span> <p>This campaign is designed to make disqualification more salient to young male drivers by making it relevant to them in a novel way. It is not about losing your licence; it’s about losing the freedom and independence that your licence gives you.</p> <span class="btn btn-link-gray btn-small" aria-hidden="true">Learn more</span> </div> </a> </div> <div class="item"> <a href="/road-safety/campaigns/dangerous-driving-behaviours" class="campaign-spotlight"> <div class="image-wrapper"> <img data-src="/images/default-source/media-pics/dangerous-behaviours-640-(1).jpg?sfvrsn=bfcc0a5d_3" alt="" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> </div> <div class="spot-content"> <span class="topic">road safety</span> <span class="title">Dangerous Driving Behaviours</span> <p>This campaign aims at raising awareness of dangerous behaviours on Irish roads. The audio campaign tackles five dangerous behaviours – speeding, drink driving, distracted driving, not wearing seatbelts and drug driving.</p> <span class="btn btn-link-gray btn-small" aria-hidden="true">Learn more</span> </div> </a> </div> <div class="item"> <a href="/road-safety/road-users/special-purpose-vehicles/e-scooters" class="campaign-spotlight"> <div class="image-wrapper"> <img data-src="/images/default-source/e--scooters/rsa_e-scooter_270x201.png?sfvrsn=2d5eb4f9_3" alt="270" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> </div> <div class="spot-content"> <span class="topic">road safety</span> <span class="title">E-scooters</span> <p>Our new TV led E-scooter campaign aims to raise awareness of the new laws for E-scooters.</p> <span class="btn btn-link-gray btn-small" aria-hidden="true">Learn more</span> </div> </a> </div> <div class="item"> <a href="/road-safety/campaigns/time-to-talk" class="campaign-spotlight"> <div class="image-wrapper"> <img data-src="/images/default-source/media-pics/rsa_hearse_270x201.png?sfvrsn=723846be_3" alt="270" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> </div> <div class="spot-content"> <span class="topic">road safety</span> <span class="title">Time to Talk</span> <p>This campaign aims to address the rising number of fatalities on our roads by encouraging people to have life-saving conversations with family members about their unsafe driving behaviours.</p> <span class="btn btn-link-gray btn-small" aria-hidden="true">Learn more</span> </div> </a> </div> <div class="item"> <a href="/road-safety/campaigns/30km-h-in-urban-areas" class="campaign-spotlight"> <div class="image-wrapper"> <img data-src="/images/default-source/30k-campaign/30k-town-298.jpg?sfvrsn=2a3cf1c6_3" alt="" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> </div> <div class="spot-content"> <span class="topic">Anti-speeding</span> <span class="title">30km/h in urban areas</span> <p>Promoting the benefits of 30km/h speed limit zones and build support for the introduction of the 30km/h limit in urban areas.</p> <span class="btn btn-link-gray btn-small" aria-hidden="true">Learn more</span> </div> </a> </div> <div class="item"> <a href="/road-safety/campaigns/vision-zero-mary-ward" class="campaign-spotlight"> <div class="image-wrapper"> <img data-src="/images/default-source/vison-zero-campaigns-page/532.png?sfvrsn=f8d1a609_3" alt="" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> </div> <div class="spot-content"> <span class="topic">visionzero</span> <span class="title">Vision Zero</span> <p>The new ‘Who was Mary Ward? Vision Zero’ campaign raises awareness of the fact that the first person in the world to die in a road crash happened here in Ireland and thousands more have lost their lives on our roads since then. It’s time we saw an end to road deaths in Ireland.</p> <span class="btn btn-link-gray btn-small" aria-hidden="true">Learn more</span> </div> </a> </div> <div class="item"> <a href="/road-safety/campaigns/cycle-safety-campaign" class="campaign-spotlight"> <div class="image-wrapper"> <img data-src="/images/default-source/events/imogan-cotter-532.jpg?sfvrsn=25e444b5_3" alt="" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> </div> <div class="spot-content"> <span class="topic">road safety</span> <span class="title">Cycle safety campaign</span> <p>RSA launch new cycle safety campaign with professional cyclist Imogen Cotter and Škoda Ireland.</p> <span class="btn btn-link-gray btn-small" aria-hidden="true">Learn more</span> </div> </a> </div> </div> </div> </div> </div> </div> </section> </main><footer id="Contentplaceholder1_TB7533EB4052_Col00" class="sf_colsIn rs" data-sf-element="Footer" data-placeholder-label="Non-Searchable Footer"><div id="Contentplaceholder1_TB7533EB4014_Col00" class="sf_colsIn dark-section" data-sf-element="Div" data-placeholder-label="Div"><div id="Contentplaceholder1_TB7533EB4016_Col00" class="sf_colsIn dark-section-title-wrapper" data-sf-element="Div" data-placeholder-label="Div"><div id="Contentplaceholder1_TB7533EB4017_Col00" class="sf_colsIn container" data-sf-element="Container" data-placeholder-label="Quicklinks Title"><h2 class="dark-section-title d-md-none">RSA online services</h2> </div> </div> <div id="Contentplaceholder1_TB7533EB4015_Col00" class="sf_colsIn container qlinks" data-sf-element="Div" data-placeholder-label="Quick Links"><h2 class="dark-section-title d-none d-md-block">RSA online services</h2><div id="Contentplaceholder1_TB7533EB4018_Col00" class="sf_colsIn" data-sf-element="Div" data-placeholder-label="Div"><div id="Contentplaceholder1_TB7533EB4019_Col00" class="sf_colsIn row" data-sf-element="Row" data-placeholder-label="Quicklinks Row"> <div class="col-sm-3"> <a class="quick-link" href="https://myroadsafety.rsa.ie/"> <div class="image-wrapper"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/default-source/dummy-content/default-album/myroadsafety.jpg" alt="MyRoadSafety" class="lazyload"> </div> <span class="title">MyRoadSafety</span> <p>Easily and safely manage all your driver services, tests, permits and licenses online.</p> </a> </div> <div class="col-sm-3"> <a class="quick-link" href="https://www.theorytest.ie"> <div class="image-wrapper"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/default-source/dummy-content/default-album/dtt.jpg" alt="Driver Theory Test" class="lazyload"> </div> <span class="title">Driver Theory Test</span> <p>Book, reschedule or cancel your theory test. Find information about categories of tests available as well as sitting your test online. </p> </a> </div> <div class="col-sm-3"> <a class="quick-link" href="https://ndls.rsa.ie/"> <div class="image-wrapper"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/default-source/dummy-content/default-album/ndls.jpg" alt="NDLS" class="lazyload"> </div> <span class="title">NDLS Online</span> <p>Apply for, renew or replace your permit or licence online. Exchange your foreign licence or change your personal details.</p> </a> </div> <div class="col-sm-3"> <a class="quick-link" href="https://ccwdriver.rsa.ie/driver/driverlogin.aspx"> <div class="image-wrapper"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/default-source/dummy-content/default-album/edt.jpg" alt="EDT" class="lazyload"> </div> <span class="title">MyEDT</span> <p>View the status of your Essential Driver Training sessions.</p> </a> </div> <div class="col-sm-3"> <a class="quick-link" href="https://www.ncts.ie/"> <div class="image-wrapper"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/default-source/dummy-content/default-album/ncts.jpg" alt="NCTS" class="lazyload"> </div> <span class="title">NCT</span> <p>Check NCT due date, book or manage your car test online.</p> </a> </div> <div class="col-sm-3"> <a class="quick-link" href="https://www.cvrt.ie/"> <div class="image-wrapper"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/default-source/dummy-content/default-album/cvrt.jpg" alt="CVRT" class="lazyload"> </div> <span class="title">CVRT.ie</span> <p>Book CVR tests for light commercial vehicles (LCV) online, check CRW expiry dates and apply for replacement CRW.</p> </a> </div> <div class="col-sm-3"> <a class="quick-link" href="https://operator.cvrt.ie/"> <div class="image-wrapper"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/default-source/dummy-content/default-album/cvrt.jpg" alt="CVRT" class="lazyload"> </div> <span class="title">CVRT Operator Portal</span> <p>Book CVR tests for heavy commercial vehicles (HCV). Submit your self-declaration and assess your operator risk indicator.</p> </a> </div> <div class="col-sm-3"> <a class="quick-link" href="https://digitacho.rsa.ie/"> <div class="image-wrapper"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/default-source/dummy-content/default-album/rsa_nd_rgb_40x40px.png" alt="Road Safety Authority" class="lazyload"> </div> <span class="title">Tachograph</span> <p>Apply for, renew, replace or exchange your digital tachograph card. Check application status.</p> </a> </div> </div> </div> </div> </div> <div id="Contentplaceholder1_TB7533EB4021_Col00" class="sf_colsIn container white-section" data-sf-element="Container" data-placeholder-label="Container"><div class="row" data-sf-element="Row"> <div id="Contentplaceholder1_TB7533EB4022_Col00" class="sf_colsIn col-sm-5 order-last" data-sf-element="Column 1" data-placeholder-label="Footer Logo"> <a href="/road-safety"> <img src="/images/default-source/dummy-content/default-album/logo.svg?sfvrsn=2e65bc60_6" title="Working to Save Lives" alt="RSA" /> </a> <span class="logo-title">Working to Save Lives</span> </div> <div id="Contentplaceholder1_TB7533EB4022_Col01" class="sf_colsIn col-sm-7 order-first" data-sf-element="Column 2" data-placeholder-label="Footer Links"><div class="row" data-sf-element="Row"> <div id="Contentplaceholder1_TB7533EB4023_Col00" class="sf_colsIn col-sm-6 footer-links" data-sf-element="Column 1" data-placeholder-label="Footer Links"> <ul role="menu"> <li> <a href="/about" role="menuitem" class="">About</a> </li> <li> <a href="/contact" role="menuitem" class="">Contact</a> </li> <li> <a href="/news-events" role="menuitem" class="">News & Events</a> </li> <li> <a href="/careers" role="menuitem" class="">Careers</a> </li> </ul> </div> <div id="Contentplaceholder1_TB7533EB4023_Col01" class="sf_colsIn col-sm-6 social-links" data-sf-element="Column 2" data-placeholder-label="Social Links"><span class="social-title">Follow</span> <ul><li><a href="https://twitter.com/RSAIreland" target="_blank" class="svg-twitter-light"><span class="sr-only">Twiiter link</span></a></li><li><a href="https://www.facebook.com/RSAIreland" target="_blank" class="svg-facebook-light"><span class="sr-only">Facebook link</span></a></li><li><a href="https://www.youtube.com/user/RSAIreland" target="_blank" class="svg-youtube-light"><span class="sr-only">Youtube link</span></a></li><li><a href="https://www.instagram.com/rsaireland/" target="_blank" class="svg-Insta-light"><span class="sr-only">Instagram link</span></a></li><li><a href="https://www.snapchat.com/add/rsaireland" target="_blank" class="svg-dribble-light"><span class="sr-only">Dribble link</span></a></li><li><a href="https://ie.linkedin.com/company/road-safety-authority" target="_blank" class="svg-linkedin-light"><span class="sr-only">Linkedin link</span></a></li></ul> </div> </div> </div> </div> </div> <div id="Contentplaceholder1_TB7533EB4024_Col00" class="sf_colsIn tors bottom-bar" data-sf-element="Div" data-placeholder-label="Div"><a href="#" class="btn btn-gray btn-back-to-top">Back to top</a><div id="Contentplaceholder1_TB7533EB4008_Col00" class="sf_colsIn container" data-sf-element="Container" data-placeholder-label="Footer"><div class="row" data-sf-element="Row"> <div id="Contentplaceholder1_TB7533EB4026_Col00" class="sf_colsIn col-sm-2 order-last" data-sf-element="Column 1" data-placeholder-label="Copyright"> <span class="copy-right">© RSA, 2024</span> </div> <div id="Contentplaceholder1_TB7533EB4026_Col01" class="sf_colsIn col-sm-10 order-first" data-sf-element="Column 2" data-placeholder-label="Footer Navigation Links"> <ul role="menu"> <li> <a href="/privacy-policy" role="menuitem" class="">Privacy Policy</a> </li> <li> <a href="#" role="menuitem" class="optanon-toggle-display">Cookie Settings</a> </li> <li> <a href="/disclaimer" role="menuitem" class="">Disclaimer</a> </li> <li> <a href="/accessibility" role="menuitem" class="">Accessibility</a> </li> <li> <a href="/freedom-of-information" role="menuitem" class="">Freedom of information</a> </li> <li> <a href="/customer-charter" role="menuitem" class="">Customer charter</a> </li> <li> <a href="/sitemap" role="menuitem" class="">Sitemap</a> </li> </ul> </div> </div> </div> </div> </footer> </div> <script type="text/javascript"> if (typeof (update_page_markup) == "function") { update_page_markup(); } </script> <!-- JS References block--> <!--we can write function name(s) that would be called after loading all js files--> <!----> <script> function populateAccordions() { const accordHeaders = Array.from(document.querySelectorAll(".accordion-layout:not(.wrapped) > .sf_colsIn.card-header")); if (accordHeaders) { accordHeaders.forEach(function (objectToWrap, index) { let wrapperTag = objectToWrap.getElementsByClassName("card-link")[0]; wrapperTag.setAttribute("data-toggle", "collapse"); wrapperTag.setAttribute("data-target", "#collapse" + index); var wrapperObj = objectToWrap.parentNode.parentNode; if (wrapperObj.getAttribute("class").indexOf("default-open") > -1) { if (index == 0) { wrapperTag.setAttribute("aria-expanded", "true"); wrapperTag.classList.remove("collapsed"); } else { wrapperTag.setAttribute("aria-expanded", "false"); } } else { wrapperTag.setAttribute("aria-expanded", "false"); } wrapperTag.setAttribute("aria-controls", "collapse" + index); wrapperTag.setAttribute("id", "heading" + index); }); } const accordBody = Array.from(document.querySelectorAll(".accordion-layout:not(.wrapped) > .card-body")); if (accordBody) { accordBody.forEach(function (objectToWrap, index) { let newWrapperTag = document.createElement("div"); objectToWrap.parentNode.insertBefore(newWrapperTag, objectToWrap); newWrapperTag.appendChild(objectToWrap); newWrapperTag.setAttribute("id", "collapse" + index); var wrapperObj = objectToWrap.parentNode.parentNode.parentNode; if (wrapperObj.getAttribute("class").indexOf("default-open") > -1) { if (index == 0) { newWrapperTag.setAttribute("class", "collapse show"); } else { newWrapperTag.setAttribute("class", "collapse"); } } else { newWrapperTag.setAttribute("class", "collapse"); } newWrapperTag.setAttribute("aria-labelledby", "heading" + index); objectToWrap.parentNode.parentNode.id = objectToWrap.parentNode.parentNode.parentNode.id + index; newWrapperTag.setAttribute("data-parent", "#" + objectToWrap.parentNode.parentNode.id); }); } } const isGulped = false; // Add a script element as a child of the body function initJS() { 'use strict'; //load jQuery //if browser is ie9 or older then returm document.addEventListener if (document.all && !window.atob) { return; } downloadJS("/ResourcePackages/RSA/Theme/js/libman/jquery.min.js", function () { let jqTimer = setInterval(function () { if (window.jQuery) { downloadJS("/ResourcePackages/RSA/Theme/js/gulp_script.min.uglify.js", function() { onPageReady(); });; clearInterval(jqTimer); } }, 50); }); } </script> <!-- JS References deferred loading block--> <script> function makeStickyFooter() { if (document.getElementsByTagName('body')[0].offsetHeight < window.innerHeight) { let calHeight = document.getElementById('wrapper').offsetHeight - document.getElementsByTagName('main')[0].offsetHeight; document.getElementsByTagName('main')[0].setAttribute("style", 'min-height : calc(100vh - ' + calHeight + 'px)'); } } makeStickyFooter(); </script> <script> let es6Supported = true; let mobileSize = 640; let desktop = true; let mobile = false; //this variable will be add from code behind in CMS System const isLiveSite = true; function feature_check() { let str = 'class ?_? extends Array {constructor(j = "a", ...c) {const q = (({u: e}) => {return { [`s${c}`]: Symbol(j) };})({});super(j, q, ...c);}}' + 'new Promise((f) => {const a = function* (){return "{20BB7}".match(/./u)[0].length === 2 || true;};for (let vre of a()) {' + 'const [uw, as, he, re] = [new Set(), new WeakSet(), new Map(), new WeakMap()];break;}f(new Proxy({}, {get: (han, h) => h in han ? han[h] ' + ': "42".repeat(0o10)}));}).then(bi => new ?_?(bi.rd));'; try { eval(str); es6Supported = true; } catch (e) { es6Supported = false; console.warn('Your browser does not support ES6!'); } } //feature_check(); function downloadJS(scriptSrc, callback) { 'use strict'; let element = document.createElement("script"); element.src = scriptSrc; element.onload = function () { callback(); }; document.body.appendChild(element); } // Check for browser support of event handling capability if (window.addEventListener) { window.addEventListener("load", initJS, false); } else if (window.attachEvent) { window.attachEvent("onload", initJS); } else { window.onload = initJS; } function onPageReady() { enquire.register("screen and (min-width: " + (mobileSize + 1) + "px)", { match: function () { desktop = true; mobile = false; screenChange(); }, unmatch: function () { desktop = false; } }); enquire.register("screen and (max-width: " + mobileSize + "px)", { match: function () { mobile = true; desktop = false; screenChange(); }, unmatch: function () { mobile = false; desktop = true; } }); HandleCustomScripts();//why we need it here ? document.addEventListener('click', function (e) { var hasClass = e.target.className.split(' ').indexOf('optanon-toggle-display') > -1; if (hasClass) { e.preventDefault(); //Show OneTrust banner OneTrust.ToggleInfoDisplay() } }, false); //call page ready from all loaded files if (typeof (page_ready_tab_accordion) == "function") { page_ready_tab_accordion(); } if (typeof (page_ready_megamenu_multi_level) == "function") { page_ready_megamenu_multi_level(); } if (typeof (page_ready_gallery) == "function") { page_ready_gallery(); } if (typeof (page_ready_card_carousel) == "function") { page_ready_card_carousel(); } if (typeof (page_ready_default) == "function") { page_ready_default(); populateAccordions(); } if (typeof (loadAdditionalJs) == "function") { loadAdditionalJs(); } downloadJS("https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-60780d7d9de950d3", function () { }); PageReadyCalled = true; $('.card-link.car').click(); } function screenChange() { //call screen_change from all loaded files if (typeof (screen_change_tab_accordion) == "function") { screen_change_tab_accordion(); } if (typeof (screen_change_megamenu_multi_level) == "function") { screen_change_megamenu_multi_level(); } if (typeof (screen_change_gallery) == "function") { screen_change_gallery(); } if (typeof (screen_change_card_carousel) == "function") { screen_change_card_carousel(); } if (typeof (screen_change_default) == "function") { screen_change_default(); } makeStickyFooter(); } </script> <!-- health check --> </body> </html>