Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - tl2d.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 19 May 2025 22:41:10 GMT
Server: nginx/1.25.5
Content-Type: text/html; charset=UTF-8
Content-Length: 0
X-dlm-no-waypoints: true
Pragma: no-cache
Expires: Mon, 19 May 2025 23:41:10 GMT
Cache-Control: max-age=3600
X-Redirect-By: WordPress
Location: https://teenslearntodrive.com/
Vary: User-Agent
X-Endurance-Cache-Level: 2
X-nginx-cache: WordPress
X-Server-Cache: true
X-Proxy-Cache: MISS
Set-Cookie: PHPSESSID=9913e34f19854e2c3c6d2c63c9848815; path=/; secure; HttpOnly

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - http://teenslearntodrive.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 19 May 2025 22:41:11 GMT
Server: nginx/1.25.5
Content-Type: text/html; charset=UTF-8
Last-Modified: Mon, 19 May 2025 16:50:22 GMT
Vary: Accept-Encoding,User-Agent
X-Endurance-Cache-Level: 2
X-nginx-cache: WordPress
X-Server-Cache: true
X-Proxy-Cache: MISS
Transfer-Encoding: chunked

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: tl2d.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-US">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
	<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />		<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<meta name="dlm-version" content="5.0.19">
		<!-- Meta Tag Manager -->
		<meta name="facebook-domain-verification" content="1gnv8a2c7g8v8d986d6vcf4rqyb5q4" />
		<!-- / Meta Tag Manager -->

	<!-- This site is optimized with the Yoast SEO plugin v22.7 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Home - Teens Learn To Drive</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Montserrat%3A300%2C400%7CLato%3A500%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CCardo%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;subset=latin&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat%3A300%2C400%7CLato%3A500%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CCardo%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;subset=latin&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat%3A300%2C400%7CLato%3A500%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CCardo%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;subset=latin&#038;display=swap" /></noscript>
	<link rel="canonical" href="https://teenslearntodrive.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Home - Teens Learn To Drive" />
	<meta property="og:description" content="Become a Vision Zero Youth Network AmbassadorHigh school students across Ontario work towards promoting safe driving.Apply today!Tune inThe TL2D Podcast Series are available on Spotify and YouTube!Listen on YouTubeHow Will Your Prom Night End?Prom night should be memorable for the right reasons. A couple of drinks, a little weed, or an exhausted driver can change [&hellip;]" />
	<meta property="og:url" content="https://teenslearntodrive.com/" />
	<meta property="og:site_name" content="Teens Learn To Drive" />
	<meta property="article:publisher" content="https://www.facebook.com/Teens.Learn.To.Drive" />
	<meta property="article:modified_time" content="2023-07-24T20:12:45+00:00" />
	<meta property="og:image" content="https://teenslearntodrive.com/wp-content/uploads/podcast-1-765x767.png" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@TL2DToday" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://teenslearntodrive.com/","url":"https://teenslearntodrive.com/","name":"Home - Teens Learn To Drive","isPartOf":{"@id":"https://teenslearntodrive.com/#website"},"about":{"@id":"https://teenslearntodrive.com/#organization"},"primaryImageOfPage":{"@id":"https://teenslearntodrive.com/#primaryimage"},"image":{"@id":"https://teenslearntodrive.com/#primaryimage"},"thumbnailUrl":"https://teenslearntodrive.com/wp-content/uploads/podcast-1-765x767.png","datePublished":"2022-08-18T15:54:31+00:00","dateModified":"2023-07-24T20:12:45+00:00","breadcrumb":{"@id":"https://teenslearntodrive.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://teenslearntodrive.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://teenslearntodrive.com/#primaryimage","url":"https://teenslearntodrive.com/wp-content/uploads/podcast-1.png","contentUrl":"https://teenslearntodrive.com/wp-content/uploads/podcast-1.png","width":942,"height":944},{"@type":"BreadcrumbList","@id":"https://teenslearntodrive.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://teenslearntodrive.com/#website","url":"https://teenslearntodrive.com/","name":"Teens Learn To Drive","description":"Dedicated to the prevention of death and injury due to driving incidents","publisher":{"@id":"https://teenslearntodrive.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://teenslearntodrive.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://teenslearntodrive.com/#organization","name":"Teens Learn to Drive Inc.","url":"https://teenslearntodrive.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://teenslearntodrive.com/#/schema/logo/image/","url":"https://i0.wp.com/teenslearntodrive.com/wp-content/uploads/TL2D-Logo-Yellow-04.png?fit=2904%2C1366&ssl=1","contentUrl":"https://i0.wp.com/teenslearntodrive.com/wp-content/uploads/TL2D-Logo-Yellow-04.png?fit=2904%2C1366&ssl=1","width":2904,"height":1366,"caption":"Teens Learn to Drive Inc."},"image":{"@id":"https://teenslearntodrive.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/Teens.Learn.To.Drive","https://x.com/TL2DToday","https://instagram.com/tl2dtoday/","https://www.linkedin.com/company/teens-learn-to-drive-inc-","https://www.youtube.com/user/TeensLearntoDrive"]}]}</script>
	<meta name="google-site-verification" content="s8qFqaC0xFrlbA9Fv_bt9L7Ig_3nBAuccqATXMV_3QI" />
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//www.google.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Teens Learn To Drive &raquo; Feed" href="https://teenslearntodrive.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Teens Learn To Drive &raquo; Comments Feed" href="https://teenslearntodrive.com/comments/feed/" />
		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
			var ajaxurl = 'https://teenslearntodrive.com/wp-admin/admin-ajax.php';
		</script>
		<link rel='stylesheet' id='sb_instagram_styles-css' href='https://teenslearntodrive.com/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=2.9.7' type='text/css' media='all' />
<link rel='stylesheet' id='sina-morphing-anim-css' href='https://teenslearntodrive.com/wp-content/plugins/sina-extension-for-elementor/assets/css/sina-morphing.min.css?ver=3.4.3' type='text/css' media='all' />
<link rel='stylesheet' id='sydney-bootstrap-css' href='https://teenslearntodrive.com/wp-content/themes/sydney/css/bootstrap/bootstrap.min.css?ver=1' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='wp-blog-designer-fontawesome-stylesheets-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/blog-designer/admin/css/fontawesome-all.min.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='wp-blog-designer-css-stylesheets-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/blog-designer/public/css/designer_css.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='ctct_form_styles-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/constant-contact-forms/assets/css/style.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='contact-form-7-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='theme.css-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/popup-builder/public/css/theme.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='video_popup_close_icon-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/video-popup/css/vp-close-icon/close-button-icon.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='oba_youtubepopup_css-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/video-popup/css/YouTubePopUp.css?ver=1745938534' type='text/css' media='all' />
<link rel='stylesheet' id='ivory-search-styles-css' href='https://teenslearntodrive.com/wp-content/plugins/add-search-to-menu/public/css/ivory-search.min.css?ver=5.5.8' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='icofont-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/sina-extension-for-elementor/admin/assets/css/icofont.min.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='font-awesome-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='cute-alert-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/metform/public/assets/lib/cute-alert/style.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='text-editor-style-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/metform/public/assets/css/text-editor.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='parent-style-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/themes/sydney/style.css?ver=1745938534' type='text/css' media='all' />

<link rel='stylesheet' id='sydney-style-css' href='https://teenslearntodrive.com/wp-content/themes/sydney-child/style.css?ver=20210526' type='text/css' media='all' />
<style id='sydney-style-inline-css' type='text/css'>
body, #mainnav ul ul a { font-family:Montserrat;}
h1, h2, h3, h4, h5, h6, #mainnav ul li a, .portfolio-info, .roll-testimonials .name, .roll-team .team-content .name, .roll-team .team-item .team-pop .name, .roll-tabs .menu-tab li a, .roll-testimonials .name, .roll-project .project-filter li a, .roll-button, .roll-counter .name-count, .roll-counter .numb-count button, input[type="button"], input[type="reset"], input[type="submit"] { font-family:Lato;}
.site-title { font-size:32px; }
.site-description { font-size:16px; }
#mainnav ul li a { font-size:16px; }
h1 { font-size:31px; }
h2 { font-size:20px; }
h3 { font-size:22px; }
h4 { font-size:20px; }
h5 { font-size:20px; }
h6 { font-size:18px; }
body { font-size:16px; }
.single .hentry .title-post { font-size:36px; }
.header-image { background-size:cover;}
.header-image { height:125px; }
.llms-student-dashboard .llms-button-secondary:hover,.llms-button-action:hover,.read-more-gt,.widget-area .widget_fp_social a,#mainnav ul li a:hover, .sydney_contact_info_widget span, .roll-team .team-content .name,.roll-team .team-item .team-pop .team-social li:hover a,.roll-infomation li.address:before,.roll-infomation li.phone:before,.roll-infomation li.email:before,.roll-testimonials .name,.roll-button.border,.roll-button:hover,.roll-icon-list .icon i,.roll-icon-list .content h3 a:hover,.roll-icon-box.white .content h3 a,.roll-icon-box .icon i,.roll-icon-box .content h3 a:hover,.switcher-container .switcher-icon a:focus,.go-top:hover,.hentry .meta-post a:hover,#mainnav > ul > li > a.active, #mainnav > ul > li > a:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .text-color, .social-menu-widget a, .social-menu-widget a:hover, .archive .team-social li a, a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,.classic-alt .meta-post a,.single .hentry .meta-post a, .content-area.modern .hentry .meta-post span:before, .content-area.modern .post-cat { color:#f0c624}
.llms-student-dashboard .llms-button-secondary,.llms-button-action,.reply,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.project-filter li a.active, .project-filter li a:hover,.preloader .pre-bounce1, .preloader .pre-bounce2,.roll-team .team-item .team-pop,.roll-progress .progress-animate,.roll-socials li a:hover,.roll-project .project-item .project-pop,.roll-project .project-filter li.active,.roll-project .project-filter li:hover,.roll-button.light:hover,.roll-button.border:hover,.roll-button,.roll-icon-box.white .icon,.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span,.go-top,.bottom .socials li:hover a,.sidebar .widget:before,.blog-pagination ul li.active,.blog-pagination ul li:hover a,.content-area .hentry:after,.text-slider .maintitle:after,.error-wrap #search-submit:hover,#mainnav .sub-menu li:hover > a,#mainnav ul li ul:after, button, input[type="button"], input[type="reset"], input[type="submit"], .panel-grid-cell .widget-title:after { background-color:#f0c624}
.llms-student-dashboard .llms-button-secondary,.llms-student-dashboard .llms-button-secondary:hover,.llms-button-action,.llms-button-action:hover,.roll-socials li a:hover,.roll-socials li a,.roll-button.light:hover,.roll-button.border,.roll-button,.roll-icon-list .icon,.roll-icon-box .icon,.owl-theme .owl-controls .owl-page span,.comment .comment-detail,.widget-tags .tag-list a:hover,.blog-pagination ul li,.hentry blockquote,.error-wrap #search-submit:hover,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus, button, input[type="button"], input[type="reset"], input[type="submit"], .archive .team-social li a { border-color:#f0c624}
.go-top:hover svg,.sydney_contact_info_widget span { fill:#f0c624;}
.site-header.float-header { background-color:rgba(89,89,89,0.9);}
@media only screen and (max-width: 1024px) { .site-header { background-color:#595959;}}
.site-title a, .site-title a:hover { color:#ffffff}
.site-description { color:#ffffff}
#mainnav ul li a, #mainnav ul li::before { color:#0a0a0a}
#mainnav .sub-menu li a { color:#000000}
#mainnav .sub-menu li a { background:#f0c624}
.text-slider .maintitle, .text-slider .subtitle { color:#ffffff}
body { color:#23231b}
#secondary { background-color:#e0e0e0}
#secondary, #secondary a { color:#515151}
.footer-widgets { background-color:#e5e5e5}
#sidebar-footer,#sidebar-footer a,.footer-widgets .widget-title { color:#515151}
.btn-menu .sydney-svg-icon { fill:#f9f9f9}
#mainnav ul li a:hover { color:#efd15b}
.site-footer { background-color:#ffffff}
.site-footer,.site-footer a { color:#ffffff}
.overlay { background-color:#f0c624}
.page-wrap { padding-top:40px;}
.page-wrap { padding-bottom:10px;}
@media only screen and (max-width: 780px) { 
    	h1 { font-size: 32px;}
		h2 { font-size: 28px;}
		h3 { font-size: 22px;}
		h4 { font-size: 18px;}
		h5 { font-size: 16px;}
		h6 { font-size: 14px;}
	}

</style>
<!--[if lte IE 9]>
<link rel='stylesheet' id='sydney-ie9-css' href='https://teenslearntodrive.com/wp-content/themes/sydney/css/ie9.css?ver=6.7.2' type='text/css' media='all' />
<![endif]-->
<link data-minify="1" rel='stylesheet' id='sydney-font-awesome-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/themes/sydney/fonts/font-awesome.min.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1745938534' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.25.11' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='swiper-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1745938534' type='text/css' media='all' />
<link rel='stylesheet' id='e-swiper-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.25.11' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-11227-css' href='https://teenslearntodrive.com/wp-content/uploads/elementor/css/post-11227.css?ver=1690225137' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.14.1' type='text/css' media='all' />
<link rel='stylesheet' id='uael-frontend-css' href='https://teenslearntodrive.com/wp-content/plugins/ultimate-elementor/assets/min-css/uael-frontend.min.css?ver=1.36.8' type='text/css' media='all' />
<link rel='stylesheet' id='e-animations-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.25.11' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-16892-css' href='https://teenslearntodrive.com/wp-content/uploads/elementor/css/post-16892.css?ver=1690812233' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-12992-css' href='https://teenslearntodrive.com/wp-content/uploads/elementor/css/post-12992.css?ver=1690225137' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-16950-css' href='https://teenslearntodrive.com/wp-content/uploads/elementor/css/post-16950.css?ver=1690225137' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1745938534' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.25.11' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-16956-css' href='https://teenslearntodrive.com/wp-content/uploads/elementor/css/post-16956.css?ver=1690225137' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='ekit-widget-styles-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='ekit-responsive-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=1745938534' type='text/css' media='all' />
<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://teenslearntodrive.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>

<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-ambassador-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/uploads/elementor/custom-icons/ambassador/css/ambassador.css?ver=1745938534' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1745938534' type='text/css' media='all' />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/blog-designer/public/js/ticker.min.js?ver=1.0" id="ticker-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/blog-designer/public/js/designer.js?ver=1705472354" id="wp-blog-designer-script-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="Popup.js-js-before">
/* <![CDATA[ */
var sgpbPublicUrl = "https:\/\/teenslearntodrive.com\/wp-content\/plugins\/popup-builder\/public\/";
var SGPB_JS_LOCALIZATION = {"imageSupportAlertMessage":"Only image files supported","pdfSupportAlertMessage":"Only pdf files supported","areYouSure":"Are you sure?","addButtonSpinner":"L","audioSupportAlertMessage":"Only audio files supported (e.g.: mp3, wav, m4a, ogg)","publishPopupBeforeElementor":"Please, publish the popup before starting to use Elementor with it!","publishPopupBeforeDivi":"Please, publish the popup before starting to use Divi Builder with it!","closeButtonAltText":"Close"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/popup-builder/public/js/Popup.js?ver=1705472354" id="Popup.js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/popup-builder/public/js/PopupConfig.js?ver=1705472354" id="PopupConfig.js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="PopupBuilder.js-js-before">
/* <![CDATA[ */
var SGPB_POPUP_PARAMS = {"popupTypeAgeRestriction":"ageRestriction","defaultThemeImages":{"1":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/popup-builder\/public\/img\/theme_1\/close.png","2":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/popup-builder\/public\/img\/theme_2\/close.png","3":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/popup-builder\/public\/img\/theme_3\/close.png","5":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/popup-builder\/public\/img\/theme_5\/close.png","6":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/popup-builder\/public\/img\/theme_6\/close.png"},"homePageUrl":"https:\/\/teenslearntodrive.com\/","isPreview":false,"convertedIdsReverse":[],"dontShowPopupExpireTime":365,"conditionalJsClasses":[],"disableAnalyticsGeneral":false};
var SGPB_JS_PACKAGES = {"packages":{"current":1,"free":1,"silver":2,"gold":3,"platinum":4},"extensions":{"geo-targeting":false,"advanced-closing":false}};
var SGPB_JS_PARAMS = {"ajaxUrl":"https:\/\/teenslearntodrive.com\/wp-admin\/admin-ajax.php","nonce":"08ce78db4a"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/popup-builder/public/js/PopupBuilder.js?ver=1705472354" id="PopupBuilder.js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/video-popup/js/YouTubePopUp.jquery.js?ver=1705472354" id="oba_youtubepopup_plugin-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/video-popup/js/YouTubePopUp.js?ver=1705472354" id="oba_youtubepopup_activate-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.25.11" id="font-awesome-4-shim-js" defer></script>
<link rel="https://api.w.org/" href="https://teenslearntodrive.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://teenslearntodrive.com/wp-json/wp/v2/pages/16892" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://teenslearntodrive.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.7.2" />
<link rel='shortlink' href='https://teenslearntodrive.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://teenslearntodrive.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fteenslearntodrive.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://teenslearntodrive.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fteenslearntodrive.com%2F&#038;format=xml" />
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-cfasync='false'>var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};_mmunch['front'] = true;_mmunch['page'] = true; _mmunch['pageData'] = {"ID":16892,"post_name":"home","post_title":"Home","post_type":"page","post_author":"1","post_status":"publish"};</script><script type="rocketlazyloadscript" data-cfasync="false" src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-plugin="cc_mm" data-mailmunch-site-id="249660" async></script>
<!-- Global site tag (gtag.js) - Google Ads: 849896443 --> 
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=AW-849896443"></script> 
<script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; 
	function gtag(){dataLayer.push(arguments);} 
	gtag('js', new Date()); 
	gtag('config', 'AW-849896443');
</script>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Ads: 849896443 -->
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=AW-849896443"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'AW-849896443');
</script>

<!-- Event snippet for Click to Email conversion page --> 
<script type="rocketlazyloadscript"> 
	gtag('event', 'conversion', { 'send_to': 'AW-849896443/v5AXCPXdwdUDEPvHoZUD', 'value': 25.0, 'currency': 'CAD' }); 
</script>		<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
			var video_popup_unprm_general_settings = {
    			'unprm_r_border': ''
			};
		</script>
				<style>
				.sydney-svg-icon {
					display: inline-block;
					width: 16px;
					height: 16px;
					vertical-align: middle;
					line-height: 1;
				}
				.team-item .team-social li .sydney-svg-icon {
					width: 14px;
				}
				.roll-team:not(.style1) .team-item .team-social li .sydney-svg-icon {
					fill: #fff;
				}
				.team-item .team-social li:hover .sydney-svg-icon {
					fill: #000;
				}
				.team_hover_edits .team-social li a .sydney-svg-icon {
					fill: #000;
				}
				.team_hover_edits .team-social li:hover a .sydney-svg-icon {
					fill: #fff;
				}				
			</style>
		<meta name="generator" content="Elementor 3.25.11; features: additional_custom_breakpoints, e_optimized_control_loading; settings: css_print_method-external, google_font-enabled, font_display-auto">

<!-- Facebook Pixel Code -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
</script>
<!-- End Facebook Pixel Code -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
  fbq('init', '224108882469353', {}, {
    "agent": "wordpress-6.7.2-3.0.6"
});
</script><script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
  fbq('track', 'PageView', []);
</script>
<!-- Facebook Pixel Code -->
<noscript>
<img height="1" width="1" style="display:none" alt="fbpx"
src="https://www.facebook.com/tr?id=224108882469353&ev=PageView&noscript=1" />
</noscript>
<!-- End Facebook Pixel Code -->

<!-- Dynamic Widgets by QURL loaded - http://www.dynamic-widgets.com //-->
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-270x270.png" />
		<style type="text/css" id="wp-custom-css">
			/*START Social media icons footer animation*/
.twitFoot, .faceFoot, .instaFoot, .youFoot ,.tikfoot {
	margin-right: 0.75em;
	transition: width 0.5s , height 0.5s;
}

.linkedFoot {
	transition: width 0.5s , height 0.5s;
}

.twitFoot:hover, .faceFoot:hover, .instaFoot:hover, .youFoot:hover, .linkedFoot:hover, .tikfoot:hover {
	width: 60px;
	height 60px;
	background-color: transparent;
}
/*END Social media icons footer animation*/

.site-header.float-header{
  background-color: #f0c624 !important;
}

.site-header {
background-color: rgba(240, 198, 36, 0.75) !important;
}

/* password form page edits */
.post-password-form::before{
  content: "The password you need has been with you all along.\AThis image should help you put it together.\A\A";
	white-space:pre;
	
}
.post-password-form{
	padding-top: 775px;
	padding-bottom: 50px;
	padding-left: 200px;
	max-width: 1000px;
	margin: auto;
	background-image: url('/wp-content/uploads/Clue-image.png');
	background-size: 850px;
	background-position: center 50px;
	background-repeat: no-repeat;
}

		</style>
		<style type="text/css" media="screen">.is-menu path.search-icon-path { fill: #0a0a0a;}body .popup-search-close:after, body .search-close:after { border-color: #0a0a0a;}body .popup-search-close:before, body .search-close:before { border-color: #0a0a0a;}</style>			<style type="text/css" media="screen">
			/* Ivory search custom CSS code */
			#is-search-input-13122  .is-form-style input.is-search-input{
	background-color: rgb(4, 4, 4, 0.91);			</style>
					<style type="text/css">
					.is-form-id-13122 .is-search-submit:focus,
			.is-form-id-13122 .is-search-submit:hover,
			.is-form-id-13122 .is-search-submit,
            .is-form-id-13122 .is-search-icon {
			            background-color: #f0c624 !important;            			}
            			.is-form-id-13122 .is-search-input::-webkit-input-placeholder {
			    color: #d1d1d1 !important;
			}
			.is-form-id-13122 .is-search-input:-moz-placeholder {
			    color: #d1d1d1 !important;
			    opacity: 1;
			}
			.is-form-id-13122 .is-search-input::-moz-placeholder {
			    color: #d1d1d1 !important;
			    opacity: 1;
			}
			.is-form-id-13122 .is-search-input:-ms-input-placeholder {
			    color: #d1d1d1 !important;
			}
                        			.is-form-style-1.is-form-id-13122 .is-search-input:focus,
			.is-form-style-1.is-form-id-13122 .is-search-input:hover,
			.is-form-style-1.is-form-id-13122 .is-search-input,
			.is-form-style-2.is-form-id-13122 .is-search-input:focus,
			.is-form-style-2.is-form-id-13122 .is-search-input:hover,
			.is-form-style-2.is-form-id-13122 .is-search-input,
			.is-form-style-3.is-form-id-13122 .is-search-input:focus,
			.is-form-style-3.is-form-id-13122 .is-search-input:hover,
			.is-form-style-3.is-form-id-13122 .is-search-input,
			.is-form-id-13122 .is-search-input:focus,
			.is-form-id-13122 .is-search-input:hover,
			.is-form-id-13122 .is-search-input {
                                color: #d1d1d1 !important;                                                                background-color: #efefef !important;			}
                        			</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body data-rsssl=1 class="home page-template page-template-elementor_header_footer page page-id-16892 wp-custom-logo sydney ctct-sydney group-blog menu-inline elementor-default elementor-template-full-width elementor-kit-11227 elementor-page elementor-page-16892">

		<div data-elementor-type="header" data-elementor-id="16950" class="elementor elementor-16950 elementor-location-header" data-elementor-post-type="elementor_library">
					<div class="elementor-section-wrap">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-59871b0d elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="59871b0d" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-383e43d5" data-id="383e43d5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-825e8fe elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="825e8fe" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
								<a href="https://teenslearntodrive.com">
			<img width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-9220" alt="Teens Learn to Drive Logo" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1.png 512w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-300x300.png 300w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-230x230.png 230w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-350x350.png 350w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-480x480.png 480w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-270x270.png 270w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-192x192.png 192w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-180x180.png 180w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-32x32.png 32w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1.png" /><noscript><img width="512" height="512" src="https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1.png" class="attachment-full size-full wp-image-9220" alt="Teens Learn to Drive Logo" srcset="https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1.png 512w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-300x300.png 300w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-230x230.png 230w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-350x350.png 350w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-480x480.png 480w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-270x270.png 270w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-192x192.png 192w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-180x180.png 180w, https://teenslearntodrive.com/wp-content/uploads/cropped-TL2D-Logo-Web1-09-1-32x32.png 32w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>				</a>
										</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-701547ed" data-id="701547ed" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2e92bbf0 e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="2e92bbf0" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-3d73d77" href="https://www.instagram.com/tl2dtoday/?hl=en" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-f486c26" href="https://www.youtube.com/c/TeenslearntodriveSLRS" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-5d2a800" href="https://www.tiktok.com/@tl2dtoday" target="_blank">
						<span class="elementor-screen-only">Tiktok</span>
						<i class="fab fa-tiktok"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-1491259" href="https://twitter.com/tl2dtoday" target="_blank">
						<span class="elementor-screen-only">Twitter</span>
						<i class="fab fa-twitter"></i>					</a>
				</span>
					</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3f2e5192 elementor-section-content-middle elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="3f2e5192" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f792d40" data-id="7f792d40" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-73846312 elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu__align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="73846312" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-chevron-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade">
				<ul id="menu-1-73846312" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17252"><a href="https://teenslearntodrive.com/about/" class="elementor-item">About Us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16197"><a href="https://teenslearntodrive.com/our-previous-tl2d-team/" class="elementor-sub-item">Our Previous Teams</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14042"><a href="https://teenslearntodrive.com/partners-and-sponsors/" class="elementor-sub-item">Partners</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14051"><a href="https://teenslearntodrive.com/newsletter-sign-up/" class="elementor-sub-item">Newsletter Sign-Up</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17254"><a href="https://teenslearntodrive.com/vzyn-page/" class="elementor-item">Vision Zero Youth Network</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15652"><a href="https://teenslearntodrive.com/vision-zero-ambassador-youth-network-application/" class="elementor-sub-item">Vision Zero Ambassador Youth Network Application</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18295"><a href="https://teenslearntodrive.com/resources-2/" class="elementor-item">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14471"><a href="https://teenslearntodrive.com/tools-for-ambassadors/" class="elementor-sub-item">Tools for Ambassadors</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15965"><a href="https://teenslearntodrive.com/vision-zero-ambassador-youth-network-application/" class="elementor-sub-item">Vision Zero Ambassador Youth Network Application</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18365"><a href="https://teenslearntodrive.com/tools-for-teens/" class="elementor-sub-item">Tools for Teens</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18707"><a href="https://teenslearntodrive.com/tools-for-parents/" class="elementor-sub-item">Tools for Parents</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18705"><a href="https://teenslearntodrive.com/tools-for-schools/" class="elementor-sub-item">Tools for Schools</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14056"><a href="https://teenslearntodrive.com/drivingschools/" class="elementor-sub-item">Tools for Driving Schools</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18770"><a href="https://teenslearntodrive.com/in-the-news-2/" class="elementor-sub-item">In the News</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15816"><a href="https://teenslearntodrive.com/notworththerisk-2/" class="elementor-sub-item">#NotWorthTheRisk</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14647"><a href="https://teenslearntodrive.com/videolibrary/" class="elementor-item">Video Library</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17782"><a href="https://teenslearntodrive.com/speeding-2/" class="elementor-sub-item">Speeding</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17835"><a href="https://teenslearntodrive.com/learning-to-drive/" class="elementor-sub-item">Learning to Drive</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17836"><a href="#" class="elementor-sub-item elementor-item-anchor">Vehicle 101</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17869"><a href="https://teenslearntodrive.com/maintenance-clinic/" class="elementor-sub-item">Maintenance Clinic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17868"><a href="https://teenslearntodrive.com/dealing-with-emergencies-3/" class="elementor-sub-item">Dealing with Emergencies</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17913"><a href="https://teenslearntodrive.com/tire-clinic/" class="elementor-sub-item">Tire Clinic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17834"><a href="https://teenslearntodrive.com/buying-a-vehicle-2/" class="elementor-sub-item">Buying A Vehicle</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17914"><a href="https://teenslearntodrive.com/weather-2/" class="elementor-sub-item">Weather</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18175"><a href="https://teenslearntodrive.com/impaired-driving-2/" class="elementor-sub-item">Impaired Driving</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18012"><a href="https://teenslearntodrive.com/sharing-the-road-3/" class="elementor-sub-item">Sharing the Road</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16700"><a href="https://teenslearntodrive.com/elementor-16637/" class="elementor-sub-item">Sharing The Road – French</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16698"><a href="https://teenslearntodrive.com/sharing-the-road-arabic/" class="elementor-sub-item">Sharing The Road – Arabic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16699"><a href="https://teenslearntodrive.com/sharing-the-road-madarin/" class="elementor-sub-item">Sharing The Road – Madarin</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16701"><a href="https://teenslearntodrive.com/sharing-the-road-2/" class="elementor-sub-item">Sharing the Road – Punjabi</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17912"><a href="https://teenslearntodrive.com/pedestrian-safety-3/" class="elementor-sub-item">Pedestrian Safety</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18141"><a href="https://teenslearntodrive.com/riding-with-friends-2/" class="elementor-sub-item">Riding with Friends</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18142"><a href="https://teenslearntodrive.com/secure-your-pet/" class="elementor-sub-item">Secure your Pet</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18140"><a href="https://teenslearntodrive.com/drive-like-you-care/" class="elementor-sub-item">Campaigns</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18177"><a href="https://teenslearntodrive.com/10s-shorts/" class="elementor-sub-item">10s SHORTS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18176"><a href="https://teenslearntodrive.com/behind-the-scenes-2/" class="elementor-sub-item">Behind the Scenes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-15812"><a href="https://teenslearntodrive.com/podcast/" class="elementor-item">Podcast</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18842"><a href="https://teenslearntodrive.com/season-3/" class="elementor-sub-item">Season 3</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17253"><a href="https://teenslearntodrive.com/blog/" class="elementor-item">Blog</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14046"><a href="https://teenslearntodrive.com/our-blog/" class="elementor-sub-item">Articles</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18370"><a href="#" class="elementor-item elementor-item-anchor">Games</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18286"><a href="https://teenslearntodrive.com/prom-perils/" class="elementor-sub-item">Prom Perils</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18769"><a href="https://teenslearntodrive.com/dream-drive/" class="elementor-sub-item">Dream Drive</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14116"><a href="https://teenslearntodrive.com/contact-us/" class="elementor-item">Contact Us</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>			<span class="elementor-screen-only">Menu</span>
		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-73846312" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17252"><a href="https://teenslearntodrive.com/about/" class="elementor-item" tabindex="-1">About Us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16197"><a href="https://teenslearntodrive.com/our-previous-tl2d-team/" class="elementor-sub-item" tabindex="-1">Our Previous Teams</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14042"><a href="https://teenslearntodrive.com/partners-and-sponsors/" class="elementor-sub-item" tabindex="-1">Partners</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14051"><a href="https://teenslearntodrive.com/newsletter-sign-up/" class="elementor-sub-item" tabindex="-1">Newsletter Sign-Up</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17254"><a href="https://teenslearntodrive.com/vzyn-page/" class="elementor-item" tabindex="-1">Vision Zero Youth Network</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15652"><a href="https://teenslearntodrive.com/vision-zero-ambassador-youth-network-application/" class="elementor-sub-item" tabindex="-1">Vision Zero Ambassador Youth Network Application</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18295"><a href="https://teenslearntodrive.com/resources-2/" class="elementor-item" tabindex="-1">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14471"><a href="https://teenslearntodrive.com/tools-for-ambassadors/" class="elementor-sub-item" tabindex="-1">Tools for Ambassadors</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15965"><a href="https://teenslearntodrive.com/vision-zero-ambassador-youth-network-application/" class="elementor-sub-item" tabindex="-1">Vision Zero Ambassador Youth Network Application</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18365"><a href="https://teenslearntodrive.com/tools-for-teens/" class="elementor-sub-item" tabindex="-1">Tools for Teens</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18707"><a href="https://teenslearntodrive.com/tools-for-parents/" class="elementor-sub-item" tabindex="-1">Tools for Parents</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18705"><a href="https://teenslearntodrive.com/tools-for-schools/" class="elementor-sub-item" tabindex="-1">Tools for Schools</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14056"><a href="https://teenslearntodrive.com/drivingschools/" class="elementor-sub-item" tabindex="-1">Tools for Driving Schools</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18770"><a href="https://teenslearntodrive.com/in-the-news-2/" class="elementor-sub-item" tabindex="-1">In the News</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15816"><a href="https://teenslearntodrive.com/notworththerisk-2/" class="elementor-sub-item" tabindex="-1">#NotWorthTheRisk</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14647"><a href="https://teenslearntodrive.com/videolibrary/" class="elementor-item" tabindex="-1">Video Library</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17782"><a href="https://teenslearntodrive.com/speeding-2/" class="elementor-sub-item" tabindex="-1">Speeding</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17835"><a href="https://teenslearntodrive.com/learning-to-drive/" class="elementor-sub-item" tabindex="-1">Learning to Drive</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17836"><a href="#" class="elementor-sub-item elementor-item-anchor" tabindex="-1">Vehicle 101</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17869"><a href="https://teenslearntodrive.com/maintenance-clinic/" class="elementor-sub-item" tabindex="-1">Maintenance Clinic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17868"><a href="https://teenslearntodrive.com/dealing-with-emergencies-3/" class="elementor-sub-item" tabindex="-1">Dealing with Emergencies</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17913"><a href="https://teenslearntodrive.com/tire-clinic/" class="elementor-sub-item" tabindex="-1">Tire Clinic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17834"><a href="https://teenslearntodrive.com/buying-a-vehicle-2/" class="elementor-sub-item" tabindex="-1">Buying A Vehicle</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17914"><a href="https://teenslearntodrive.com/weather-2/" class="elementor-sub-item" tabindex="-1">Weather</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18175"><a href="https://teenslearntodrive.com/impaired-driving-2/" class="elementor-sub-item" tabindex="-1">Impaired Driving</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18012"><a href="https://teenslearntodrive.com/sharing-the-road-3/" class="elementor-sub-item" tabindex="-1">Sharing the Road</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16700"><a href="https://teenslearntodrive.com/elementor-16637/" class="elementor-sub-item" tabindex="-1">Sharing The Road – French</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16698"><a href="https://teenslearntodrive.com/sharing-the-road-arabic/" class="elementor-sub-item" tabindex="-1">Sharing The Road – Arabic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16699"><a href="https://teenslearntodrive.com/sharing-the-road-madarin/" class="elementor-sub-item" tabindex="-1">Sharing The Road – Madarin</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16701"><a href="https://teenslearntodrive.com/sharing-the-road-2/" class="elementor-sub-item" tabindex="-1">Sharing the Road – Punjabi</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17912"><a href="https://teenslearntodrive.com/pedestrian-safety-3/" class="elementor-sub-item" tabindex="-1">Pedestrian Safety</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18141"><a href="https://teenslearntodrive.com/riding-with-friends-2/" class="elementor-sub-item" tabindex="-1">Riding with Friends</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18142"><a href="https://teenslearntodrive.com/secure-your-pet/" class="elementor-sub-item" tabindex="-1">Secure your Pet</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18140"><a href="https://teenslearntodrive.com/drive-like-you-care/" class="elementor-sub-item" tabindex="-1">Campaigns</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18177"><a href="https://teenslearntodrive.com/10s-shorts/" class="elementor-sub-item" tabindex="-1">10s SHORTS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18176"><a href="https://teenslearntodrive.com/behind-the-scenes-2/" class="elementor-sub-item" tabindex="-1">Behind the Scenes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-15812"><a href="https://teenslearntodrive.com/podcast/" class="elementor-item" tabindex="-1">Podcast</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18842"><a href="https://teenslearntodrive.com/season-3/" class="elementor-sub-item" tabindex="-1">Season 3</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17253"><a href="https://teenslearntodrive.com/blog/" class="elementor-item" tabindex="-1">Blog</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14046"><a href="https://teenslearntodrive.com/our-blog/" class="elementor-sub-item" tabindex="-1">Articles</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18370"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Games</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18286"><a href="https://teenslearntodrive.com/prom-perils/" class="elementor-sub-item" tabindex="-1">Prom Perils</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18769"><a href="https://teenslearntodrive.com/dream-drive/" class="elementor-sub-item" tabindex="-1">Dream Drive</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14116"><a href="https://teenslearntodrive.com/contact-us/" class="elementor-item" tabindex="-1">Contact Us</a></li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
							</div>
				</div>
		<div class='mailmunch-forms-before-post' style='display: none !important;'></div>		<div data-elementor-type="wp-page" data-elementor-id="16892" class="elementor elementor-16892" data-elementor-post-type="page">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-d432441 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="d432441" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2631293" data-id="2631293" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-90d4cc8 elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-pagination-position-inside elementor-widget elementor-widget-slides" data-id="90d4cc8" data-element_type="widget" data-settings="{&quot;transition_speed&quot;:600,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;}" data-widget_type="slides.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-slides-wrapper elementor-main-swiper swiper" dir="ltr" data-animation="fadeInUp">
				<div class="swiper-wrapper elementor-slides">
										<div class="elementor-repeater-item-5702c9d swiper-slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Become a Vision Zero Youth Network Ambassador</div><div class="elementor-slide-description">High school students across Ontario work
towards promoting safe driving.</div><a href="https://teenslearntodrive.com/vzyn-page/" class="elementor-button elementor-slide-button elementor-size-lg">Apply today!</a></div></div></div><div class="elementor-repeater-item-68a2e55 swiper-slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Tune in</div><div class="elementor-slide-description">The TL2D Podcast Series are available on Spotify and YouTube!</div><a href="https://youtube.com/playlist?list=PL2poxSWRHq1Uu0V5nnz8bQw5dB1QCYYQf" target="_blank" class="elementor-button elementor-slide-button elementor-size-lg">Listen on YouTube</a></div></div></div><div class="elementor-repeater-item-2307b63 swiper-slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">How Will Your Prom Night End?</div><div class="elementor-slide-description">Prom night should be memorable for the right reasons. A couple of drinks, a little weed, or an exhausted driver can change everything.</div></div></div></div><div class="elementor-repeater-item-42be558 swiper-slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--out" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Explore Our Videos</div><div class="elementor-slide-description">Use our interactive video library to discover all sorts of content!</div><a href="https://teenslearntodrive.com/videolibrary/" class="elementor-button elementor-slide-button elementor-size-lg">Click Here</a></div></div></div><div class="elementor-repeater-item-f060815 swiper-slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img"></div><div class="elementor-background-overlay"></div><div class="swiper-slide-inner" ><div class="swiper-slide-contents"><div class="elementor-slide-heading">Check It Out</div><a href="https://teenslearntodrive.com/resources/" class="elementor-button elementor-slide-button elementor-size-lg">View Resources</a></div></div></div>				</div>
															<div class="swiper-pagination"></div>
																<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous slide</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next slide</span>
						</div>
												</div>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-47741ad elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="47741ad" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-wide">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f538947" data-id="f538947" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f701d2f elementor-widget elementor-widget-heading" data-id="f701d2f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><font color="#000000"><span style="font-size: 50px">Upcoming Events</span></font></h2>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-60301d0b elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="60301d0b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e4f0908" data-id="e4f0908" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3a2de897 elementor-widget elementor-widget-image" data-id="3a2de897" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<picture fetchpriority="high" decoding="async" class="attachment-large size-large wp-image-17126">
<source type="image/webp" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/podcast-1-765x767.png.webp 765w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-299x300.png.webp 299w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-768x770.png.webp 768w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-830x832.png.webp 830w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-230x230.png.webp 230w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-350x351.png.webp 350w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-480x481.png.webp 480w, https://teenslearntodrive.com/wp-content/uploads/podcast-1.png.webp 942w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20765%20767&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 765px) 100vw, 765px"/>
<img fetchpriority="high" decoding="async" width="765" height="767" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20765%20767&#039;%3E%3C/svg%3E" alt="" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/podcast-1-765x767.png 765w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-299x300.png 299w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-768x770.png 768w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-830x832.png 830w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-230x230.png 230w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-350x351.png 350w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-480x481.png 480w, https://teenslearntodrive.com/wp-content/uploads/podcast-1.png 942w" data-lazy-sizes="(max-width: 765px) 100vw, 765px" data-lazy-src="https://teenslearntodrive.com/wp-content/uploads/podcast-1-765x767.png"/>
</picture>
<noscript><picture fetchpriority="high" decoding="async" class="attachment-large size-large wp-image-17126">
<source type="image/webp" srcset="https://teenslearntodrive.com/wp-content/uploads/podcast-1-765x767.png.webp 765w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-299x300.png.webp 299w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-768x770.png.webp 768w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-830x832.png.webp 830w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-230x230.png.webp 230w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-350x351.png.webp 350w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-480x481.png.webp 480w, https://teenslearntodrive.com/wp-content/uploads/podcast-1.png.webp 942w" sizes="(max-width: 765px) 100vw, 765px"/>
<img fetchpriority="high" decoding="async" width="765" height="767" src="https://teenslearntodrive.com/wp-content/uploads/podcast-1-765x767.png" alt="" srcset="https://teenslearntodrive.com/wp-content/uploads/podcast-1-765x767.png 765w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-299x300.png 299w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-768x770.png 768w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-830x832.png 830w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-230x230.png 230w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-350x351.png 350w, https://teenslearntodrive.com/wp-content/uploads/podcast-1-480x481.png 480w, https://teenslearntodrive.com/wp-content/uploads/podcast-1.png 942w" sizes="(max-width: 765px) 100vw, 765px"/>
</picture>
</noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2b55bec" data-id="2b55bec" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2ec24dd2 elementor-widget elementor-widget-heading" data-id="2ec24dd2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Podcast airs at <BR>
Wed @ 11am</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-e4b1a4b e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="e4b1a4b" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-f3159dd" href="https://www.youtube.com/c/TeenslearntodriveSLRS/videos" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
					</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-45a7860" data-id="45a7860" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7058c88 elementor-widget elementor-widget-heading" data-id="7058c88" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><span style="font-size: 50px">Latest Blog Posts</span></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-41d55ffe elementor-widget elementor-widget-sina_posts_carousel" data-id="41d55ffe" data-element_type="widget" data-widget_type="sina_posts_carousel.default">
				<div class="elementor-widget-container">
						<div class="sina-posts-carousel owl-carousel"
			data-item-lg="1"
			data-item-md=""
			data-item-sm=""
			data-autoplay="yes"
			data-pause="yes"
			data-center=""
			data-slide-anim="none"
			data-slide-anim-out="none"
			data-nav="yes"
			data-dots="yes"
			data-mouse-drag="yes"
			data-touch-drag="yes"
			data-loop="yes"
			data-speed="500"
			data-delay="5000">
										<div class="sina-pc-col sina-bp-list  ">
		<div class="sina-bp ">
			<div data-bg="https://teenslearntodrive.com/wp-content/uploads/photo-1506719040632-7d586470c936-1.jpg" class="sina-bg-thumb sina-bg-cover rocket-lazyload"
									style=""
				>
				<div class="sina-overlay">
					<a href="https://teenslearntodrive.com/how-the-demerit-point-system-works-in-ontario/"></a>
				</div>
			</div>
			<div class="sina-bp-content sina-pc-text">
				<div class="sina-pb-inner-content">
										<h2 class="sina-pc-title">
						<a href="https://teenslearntodrive.com/how-the-demerit-point-system-works-in-ontario/">How the Demerit Point System Works in Ontario</a>
					</h2>
					
											<div class="sina-bp-text">
							Demerit points are used to keep the roads safe by&hellip;						</div>
					
									</div>
							</div>
		</div>
	</div>										<div class="sina-pc-col sina-bp-list  ">
		<div class="sina-bp ">
			<div data-bg="https://teenslearntodrive.com/wp-content/uploads/photo-1511377398397-8f0fb9ae372d.jpg" class="sina-bg-thumb sina-bg-cover rocket-lazyload"
									style=""
				>
				<div class="sina-overlay">
					<a href="https://teenslearntodrive.com/always-wear-your-seat-belt-seat-belts-save-lives/"></a>
				</div>
			</div>
			<div class="sina-bp-content sina-pc-text">
				<div class="sina-pb-inner-content">
										<h2 class="sina-pc-title">
						<a href="https://teenslearntodrive.com/always-wear-your-seat-belt-seat-belts-save-lives/">Always Wear Your Seat Belt; Seat Belts Save Lives</a>
					</h2>
					
											<div class="sina-bp-text">
							Not only is it the law to wear a seat&hellip;						</div>
					
									</div>
							</div>
		</div>
	</div>										<div class="sina-pc-col sina-bp-list  ">
		<div class="sina-bp ">
			<div data-bg="https://teenslearntodrive.com/wp-content/uploads/photo-1566933293069-b55c7f326dd4.jpg" class="sina-bg-thumb sina-bg-cover rocket-lazyload"
									style=""
				>
				<div class="sina-overlay">
					<a href="https://teenslearntodrive.com/what-to-do-if-you-are-involved-in-a-collision/"></a>
				</div>
			</div>
			<div class="sina-bp-content sina-pc-text">
				<div class="sina-pb-inner-content">
										<h2 class="sina-pc-title">
						<a href="https://teenslearntodrive.com/what-to-do-if-you-are-involved-in-a-collision/">What to Do if You Are Involved in a Collision</a>
					</h2>
					
											<div class="sina-bp-text">
							Although you never plan on having a collision, it is&hellip;						</div>
					
									</div>
							</div>
		</div>
	</div>							</div><!-- .sina-posts-carousel -->
					</div>
				</div>
				<div class="elementor-element elementor-element-b5ab541 elementor-widget elementor-widget-text-editor" data-id="b5ab541" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Go to guide for parents and teens on driving tips and advice!</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-680b068d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="680b068d" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-32b7e360" data-id="32b7e360" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6c25d721 elementor-widget elementor-widget-heading" data-id="6c25d721" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Sponsor</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-6c21a4a elementor-widget elementor-widget-text-editor" data-id="6c21a4a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Become a sponsor!<br /><strong>Contact</strong> <a href="mailto:[email protected]"><strong>[email protected]</strong></a></p><div class='mailmunch-forms-in-post-middle' style='display: none !important;'></div>						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-426629f5 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="426629f5" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ff91c67" data-id="ff91c67" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5256537a elementor-widget elementor-widget-image" data-id="5256537a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img decoding="async" width="150" height="101" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20101'%3E%3C/svg%3E" class="attachment-medium size-medium wp-image-9448" alt="" data-lazy-src="https://teenslearntodrive.com/wp-content/uploads/CAA_logo.png" /><noscript><img decoding="async" width="150" height="101" src="https://teenslearntodrive.com/wp-content/uploads/CAA_logo.png" class="attachment-medium size-medium wp-image-9448" alt="" /></noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1baa24c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1baa24c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-826918e" data-id="826918e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8ce9f1a elementor-widget elementor-widget-heading" data-id="8ce9f1a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Partners</h2>		</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-28dde58 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="28dde58" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6e9dfe5" data-id="6e9dfe5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1e68d6c elementor-widget elementor-widget-heading" data-id="1e68d6c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h4 class="elementor-heading-title elementor-size-default">Proud member of</h4>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-73fe1cd" data-id="73fe1cd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-afe09e0 elementor-widget elementor-widget-image" data-id="afe09e0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<picture decoding="async" class="attachment-medium size-medium wp-image-16906">
<source type="image/webp" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_.jpg.webp 350w, https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_-230x80.jpg.webp 230w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20350%20121&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 350px) 100vw, 350px"/>
<img decoding="async" width="350" height="121" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20350%20121&#039;%3E%3C/svg%3E" alt="" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_.jpg 350w, https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_-230x80.jpg 230w" data-lazy-sizes="(max-width: 350px) 100vw, 350px" data-lazy-src="https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_.jpg"/>
</picture>
<noscript><picture decoding="async" class="attachment-medium size-medium wp-image-16906">
<source type="image/webp" srcset="https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_.jpg.webp 350w, https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_-230x80.jpg.webp 230w" sizes="(max-width: 350px) 100vw, 350px"/>
<img decoding="async" width="350" height="121" src="https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_.jpg" alt="" srcset="https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_.jpg 350w, https://teenslearntodrive.com/wp-content/uploads/partner-icon-_1_-230x80.jpg 230w" sizes="(max-width: 350px) 100vw, 350px"/>
</picture>
</noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-799bf11e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="799bf11e" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f4086ed" data-id="3f4086ed" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-20a74b82 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="20a74b82" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6934a697" data-id="6934a697" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6a82228c elementor-widget elementor-widget-image" data-id="6a82228c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<picture loading="lazy" decoding="async" class="attachment-medium size-medium wp-image-16899">
<source type="image/webp" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-336x300.png.webp 336w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-230x205.png.webp 230w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-350x312.png.webp 350w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-480x428.png.webp 480w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182.png.webp 512w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20336%20300&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 336px) 100vw, 336px"/>
<img loading="lazy" decoding="async" width="336" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20336%20300&#039;%3E%3C/svg%3E" alt="" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-336x300.png 336w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-230x205.png 230w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-350x312.png 350w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-480x428.png 480w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182.png 512w" data-lazy-sizes="(max-width: 336px) 100vw, 336px" data-lazy-src="https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-336x300.png"/>
</picture>
<noscript><picture loading="lazy" decoding="async" class="attachment-medium size-medium wp-image-16899">
<source type="image/webp" srcset="https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-336x300.png.webp 336w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-230x205.png.webp 230w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-350x312.png.webp 350w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-480x428.png.webp 480w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182.png.webp 512w" sizes="(max-width: 336px) 100vw, 336px"/>
<img loading="lazy" decoding="async" width="336" height="300" src="https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-336x300.png" alt="" srcset="https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-336x300.png 336w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-230x205.png 230w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-350x312.png 350w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182-480x428.png 480w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-182.png 512w" sizes="(max-width: 336px) 100vw, 336px"/>
</picture>
</noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-46a72034" data-id="46a72034" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1f53bdb7 elementor-widget elementor-widget-image" data-id="1f53bdb7" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<picture loading="lazy" decoding="async" class="attachment-medium size-medium wp-image-17988">
<source type="image/webp" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/407_logo-01-533x113.png.webp 533w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-1365x288.png.webp 1365w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-768x162.png.webp 768w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-1536x325.png.webp 1536w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-2048x433.png.webp 2048w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-830x175.png.webp 830w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-230x49.png.webp 230w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-350x74.png.webp 350w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-480x101.png.webp 480w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20533%20113&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 533px) 100vw, 533px"/>
<img loading="lazy" decoding="async" width="533" height="113" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20533%20113&#039;%3E%3C/svg%3E" alt="" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/407_logo-01-533x113.png 533w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-1365x288.png 1365w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-768x162.png 768w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-1536x325.png 1536w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-2048x433.png 2048w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-830x175.png 830w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-230x49.png 230w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-350x74.png 350w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-480x101.png 480w" data-lazy-sizes="(max-width: 533px) 100vw, 533px" data-lazy-src="https://teenslearntodrive.com/wp-content/uploads/407_logo-01-533x113.png"/>
</picture>
<noscript><picture loading="lazy" decoding="async" class="attachment-medium size-medium wp-image-17988">
<source type="image/webp" srcset="https://teenslearntodrive.com/wp-content/uploads/407_logo-01-533x113.png.webp 533w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-1365x288.png.webp 1365w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-768x162.png.webp 768w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-1536x325.png.webp 1536w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-2048x433.png.webp 2048w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-830x175.png.webp 830w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-230x49.png.webp 230w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-350x74.png.webp 350w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-480x101.png.webp 480w" sizes="(max-width: 533px) 100vw, 533px"/>
<img loading="lazy" decoding="async" width="533" height="113" src="https://teenslearntodrive.com/wp-content/uploads/407_logo-01-533x113.png" alt="" srcset="https://teenslearntodrive.com/wp-content/uploads/407_logo-01-533x113.png 533w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-1365x288.png 1365w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-768x162.png 768w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-1536x325.png 1536w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-2048x433.png 2048w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-830x175.png 830w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-230x49.png 230w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-350x74.png 350w, https://teenslearntodrive.com/wp-content/uploads/407_logo-01-480x101.png 480w" sizes="(max-width: 533px) 100vw, 533px"/>
</picture>
</noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-128f6524" data-id="128f6524" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5ba86464 elementor-widget elementor-widget-image" data-id="5ba86464" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<picture loading="lazy" decoding="async" class="attachment-medium size-medium wp-image-16901">
<source type="image/webp" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-385x300.png.webp 385w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-230x179.png.webp 230w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-350x273.png.webp 350w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-480x374.png.webp 480w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184.png.webp 512w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20385%20300&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 385px) 100vw, 385px"/>
<img loading="lazy" decoding="async" width="385" height="300" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20385%20300&#039;%3E%3C/svg%3E" alt="" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-385x300.png 385w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-230x179.png 230w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-350x273.png 350w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-480x374.png 480w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184.png 512w" data-lazy-sizes="(max-width: 385px) 100vw, 385px" data-lazy-src="https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-385x300.png"/>
</picture>
<noscript><picture loading="lazy" decoding="async" class="attachment-medium size-medium wp-image-16901">
<source type="image/webp" srcset="https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-385x300.png.webp 385w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-230x179.png.webp 230w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-350x273.png.webp 350w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-480x374.png.webp 480w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184.png.webp 512w" sizes="(max-width: 385px) 100vw, 385px"/>
<img loading="lazy" decoding="async" width="385" height="300" src="https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-385x300.png" alt="" srcset="https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-385x300.png 385w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-230x179.png 230w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-350x273.png 350w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184-480x374.png 480w, https://teenslearntodrive.com/wp-content/uploads/Rectangle-184.png 512w" sizes="(max-width: 385px) 100vw, 385px"/>
</picture>
</noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-62f78ef7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="62f78ef7" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-423a5134" data-id="423a5134" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7410ab2 elementor-widget elementor-widget-heading" data-id="7410ab2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Become an Ambassador<BR>Vision Zero Youth Network</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-6aa23027 elementor-widget elementor-widget-heading" data-id="6aa23027" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Ontario high school students can apply!</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-35985ae2 elementor-widget elementor-widget-image" data-id="35985ae2" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<picture loading="lazy" decoding="async" class="attachment-large size-large wp-image-16837">
<source type="image/webp" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1021x767.jpg.webp 1021w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-399x300.jpg.webp 399w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-768x577.jpg.webp 768w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1536x1154.jpg.webp 1536w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-830x623.jpg.webp 830w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-230x173.jpg.webp 230w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-350x263.jpg.webp 350w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-480x361.jpg.webp 480w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1.jpg.webp 1920w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%201021%20767&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 1021px) 100vw, 1021px"/>
<img loading="lazy" decoding="async" width="1021" height="767" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%201021%20767&#039;%3E%3C/svg%3E" alt="" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1021x767.jpg 1021w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-399x300.jpg 399w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-768x577.jpg 768w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1536x1154.jpg 1536w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-830x623.jpg 830w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-230x173.jpg 230w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-350x263.jpg 350w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-480x361.jpg 480w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1.jpg 1920w" data-lazy-sizes="(max-width: 1021px) 100vw, 1021px" data-lazy-src="https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1021x767.jpg"/>
</picture>
<noscript><picture loading="lazy" decoding="async" class="attachment-large size-large wp-image-16837">
<source type="image/webp" srcset="https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1021x767.jpg.webp 1021w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-399x300.jpg.webp 399w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-768x577.jpg.webp 768w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1536x1154.jpg.webp 1536w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-830x623.jpg.webp 830w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-230x173.jpg.webp 230w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-350x263.jpg.webp 350w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-480x361.jpg.webp 480w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1.jpg.webp 1920w" sizes="(max-width: 1021px) 100vw, 1021px"/>
<img loading="lazy" decoding="async" width="1021" height="767" src="https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1021x767.jpg" alt="" srcset="https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1021x767.jpg 1021w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-399x300.jpg 399w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-768x577.jpg 768w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-1536x1154.jpg 1536w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-830x623.jpg 830w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-230x173.jpg 230w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-350x263.jpg 350w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1-480x361.jpg 480w, https://teenslearntodrive.com/wp-content/uploads/Marcus-Back-Header-1.jpg 1920w" sizes="(max-width: 1021px) 100vw, 1021px"/>
</picture>
</noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-432134dc elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="432134dc" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7f05fd3a" data-id="7f05fd3a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1bfd7482 elementor-widget elementor-widget-counter" data-id="1bfd7482" data-element_type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
					<div class="elementor-counter">
			<div class="elementor-counter-title">Over Schools Visited</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="200" data-from-value="0" data-delimiter=",">0</span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-28bf5415" data-id="28bf5415" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-375fb70b elementor-widget elementor-widget-counter" data-id="375fb70b" data-element_type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
					<div class="elementor-counter">
			<div class="elementor-counter-title">Over Ambasadors</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="40" data-from-value="0" data-delimiter=",">0</span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1f6c4e2c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1f6c4e2c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-70b407f3" data-id="70b407f3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9e422a9 elementor-testimonial--align-left elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel" data-id="9e422a9" data-element_type="widget" data-settings="{&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="testimonial-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-swiper">
			<div class="elementor-main-swiper swiper">
				<div class="swiper-wrapper">
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						The ambassadorship was an enlightening experience, and it allowed me to interact with like-minded individuals looking to learn about and educate others on road safety. The TL2D team is incredibly thoughtful and very generous! They are all very capable of making their ambassadors comfortable and as part of the first round of their ambassadors, I can definitely say that doing this ambassadorship is worth it!
					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Maymunah A, Grade 10</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						TL2D helps everyone to be successful with the roles they are given, hence every individual involved in the team requiring extra support doing projects were able to contact the managers comfortably. We also worked in a small group, ultimately resulting in keeping track of the work and enhancing the quality of work by discussing once a while. Furthermore, the schedules were flexible and they would extend the due dates for those who could not get finished with their work. Every member had their own conditions outside of volunteering for TL2D such as: extracurriculars, academics, family and personal activities. With their professional management, I was able to balance my academics and personal life while still contributing to this program! To the future applicants, do not hesitate to apply! It is an excellent program that builds your skills, that respects your personal schedules!
					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Gahee L, Grade 10</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						Being part of TL2D has been a great experience so far. I strongly believe that Vision Zero Youth Network (VZYN) is a great initiative in educating teen drivers about road safety. Even though I have not hit the road yet, by being an ambassador of VZYN, I have learned a lot of road safety rules which I did not know previously. Being involved with TL2D allows me to make a positive impact on my community and help around. I have also met a lot of new people who share similar beliefs about the importance of road safety which has fostered amazing collaboration and future friendships. Overall, it has been a great social and personal development project and I would have loved to return back had I not been in grade 12 this year.					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Nivriti B, Grade 12</span></cite>			</div>
		</div>
								</div>
											<div class="swiper-slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						Joining the VZYN team has come with a lot of benefits. It has allowed me to continue to advocate for community safety, in particular, Vision Zero. Vision Zero values the importance of education, engineering, engagement and enforcement in a bid to keep our roads as safe as possible. I'm happy to be a part of a talented and enthusiastic team that works to educate youth on safer driving practices. Roads connect us, take us to our loved ones, and on wonderful journeys! I can't wait to continue working alongside our award-winning team, working with community stakeholders, and most importantly, the youth of my community.					</div>
									</div>
						<div class="elementor-testimonial__footer">
								<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Sean C, Grade 10</span></cite>			</div>
		</div>
								</div>
									</div>
															<div class="swiper-pagination"></div>
																<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-left"></i>							<span class="elementor-screen-only">Previous</span>
						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
							<i aria-hidden="true" class="eicon-chevron-right"></i>							<span class="elementor-screen-only">Next</span>
						</div>
												</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-19f47c9 elementor-align-center elementor-widget elementor-widget-button" data-id="19f47c9" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
							<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-md" href="https://teenslearntodrive.com/vzyn-page/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Learn more </span>
					</span>
					</a>
				</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</p><div class='mailmunch-forms-after-post' style='display: none !important;'></div>		<div data-elementor-type="footer" data-elementor-id="16956" class="elementor elementor-16956 elementor-location-footer" data-elementor-post-type="elementor_library">
					<div class="elementor-section-wrap">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-582bb40f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="582bb40f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-559ccdc" data-id="559ccdc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-68d6441a elementor-widget elementor-widget-heading" data-id="68d6441a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">STAY In Touch</h3>		</div>
				</div>
				<div class="elementor-element elementor-element-664a37f8 elementor-grid-mobile-0 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="664a37f8" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-0267196" href="https://www.facebook.com/TL2DToday" target="_blank">
						<span class="elementor-screen-only">Facebook-f</span>
						<i class="fab fa-facebook-f"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-dc10550" href="https://twitter.com/tl2dtoday" target="_blank">
						<span class="elementor-screen-only">Twitter</span>
						<i class="fab fa-twitter"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-1308308" href="https://www.instagram.com/tl2dtoday/?hl=en" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-4b9767f" href="https://www.tiktok.com/@tl2dtoday" target="_blank">
						<span class="elementor-screen-only">Tiktok</span>
						<i class="fab fa-tiktok"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-dbaeb71" href="https://www.youtube.com/c/TeenslearntodriveSLRS" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-spotify elementor-repeater-item-2a0b2b4" href="https://open.spotify.com/show/3DLM5B6HRPJLk6LifTb7PT" target="_blank">
						<span class="elementor-screen-only">Spotify</span>
						<i class="fab fa-spotify"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-pinterest elementor-repeater-item-d2d5c50" href="https://www.pinterest.com.mx/tl2dtoday/" target="_blank">
						<span class="elementor-screen-only">Pinterest</span>
						<i class="fab fa-pinterest"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-repeater-item-9bc67e2" href="https://www.linkedin.com/company/tl2dtoday/mycompany/" target="_blank">
						<span class="elementor-screen-only">Linkedin-in</span>
						<i class="fab fa-linkedin-in"></i>					</a>
				</span>
					</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-66eb5446 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="66eb5446" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-55a5369c" data-id="55a5369c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-50b1ea1d elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="50b1ea1d" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
				<ul id="menu-1-50b1ea1d" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17252"><a href="https://teenslearntodrive.com/about/" class="elementor-item">About Us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16197"><a href="https://teenslearntodrive.com/our-previous-tl2d-team/" class="elementor-sub-item">Our Previous Teams</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14042"><a href="https://teenslearntodrive.com/partners-and-sponsors/" class="elementor-sub-item">Partners</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14051"><a href="https://teenslearntodrive.com/newsletter-sign-up/" class="elementor-sub-item">Newsletter Sign-Up</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17254"><a href="https://teenslearntodrive.com/vzyn-page/" class="elementor-item">Vision Zero Youth Network</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15652"><a href="https://teenslearntodrive.com/vision-zero-ambassador-youth-network-application/" class="elementor-sub-item">Vision Zero Ambassador Youth Network Application</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18295"><a href="https://teenslearntodrive.com/resources-2/" class="elementor-item">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14471"><a href="https://teenslearntodrive.com/tools-for-ambassadors/" class="elementor-sub-item">Tools for Ambassadors</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15965"><a href="https://teenslearntodrive.com/vision-zero-ambassador-youth-network-application/" class="elementor-sub-item">Vision Zero Ambassador Youth Network Application</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18365"><a href="https://teenslearntodrive.com/tools-for-teens/" class="elementor-sub-item">Tools for Teens</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18707"><a href="https://teenslearntodrive.com/tools-for-parents/" class="elementor-sub-item">Tools for Parents</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18705"><a href="https://teenslearntodrive.com/tools-for-schools/" class="elementor-sub-item">Tools for Schools</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14056"><a href="https://teenslearntodrive.com/drivingschools/" class="elementor-sub-item">Tools for Driving Schools</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18770"><a href="https://teenslearntodrive.com/in-the-news-2/" class="elementor-sub-item">In the News</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15816"><a href="https://teenslearntodrive.com/notworththerisk-2/" class="elementor-sub-item">#NotWorthTheRisk</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14647"><a href="https://teenslearntodrive.com/videolibrary/" class="elementor-item">Video Library</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17782"><a href="https://teenslearntodrive.com/speeding-2/" class="elementor-sub-item">Speeding</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17835"><a href="https://teenslearntodrive.com/learning-to-drive/" class="elementor-sub-item">Learning to Drive</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17836"><a href="#" class="elementor-sub-item elementor-item-anchor">Vehicle 101</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17869"><a href="https://teenslearntodrive.com/maintenance-clinic/" class="elementor-sub-item">Maintenance Clinic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17868"><a href="https://teenslearntodrive.com/dealing-with-emergencies-3/" class="elementor-sub-item">Dealing with Emergencies</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17913"><a href="https://teenslearntodrive.com/tire-clinic/" class="elementor-sub-item">Tire Clinic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17834"><a href="https://teenslearntodrive.com/buying-a-vehicle-2/" class="elementor-sub-item">Buying A Vehicle</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17914"><a href="https://teenslearntodrive.com/weather-2/" class="elementor-sub-item">Weather</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18175"><a href="https://teenslearntodrive.com/impaired-driving-2/" class="elementor-sub-item">Impaired Driving</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18012"><a href="https://teenslearntodrive.com/sharing-the-road-3/" class="elementor-sub-item">Sharing the Road</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16700"><a href="https://teenslearntodrive.com/elementor-16637/" class="elementor-sub-item">Sharing The Road – French</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16698"><a href="https://teenslearntodrive.com/sharing-the-road-arabic/" class="elementor-sub-item">Sharing The Road – Arabic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16699"><a href="https://teenslearntodrive.com/sharing-the-road-madarin/" class="elementor-sub-item">Sharing The Road – Madarin</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16701"><a href="https://teenslearntodrive.com/sharing-the-road-2/" class="elementor-sub-item">Sharing the Road – Punjabi</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17912"><a href="https://teenslearntodrive.com/pedestrian-safety-3/" class="elementor-sub-item">Pedestrian Safety</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18141"><a href="https://teenslearntodrive.com/riding-with-friends-2/" class="elementor-sub-item">Riding with Friends</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18142"><a href="https://teenslearntodrive.com/secure-your-pet/" class="elementor-sub-item">Secure your Pet</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18140"><a href="https://teenslearntodrive.com/drive-like-you-care/" class="elementor-sub-item">Campaigns</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18177"><a href="https://teenslearntodrive.com/10s-shorts/" class="elementor-sub-item">10s SHORTS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18176"><a href="https://teenslearntodrive.com/behind-the-scenes-2/" class="elementor-sub-item">Behind the Scenes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-15812"><a href="https://teenslearntodrive.com/podcast/" class="elementor-item">Podcast</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18842"><a href="https://teenslearntodrive.com/season-3/" class="elementor-sub-item">Season 3</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17253"><a href="https://teenslearntodrive.com/blog/" class="elementor-item">Blog</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14046"><a href="https://teenslearntodrive.com/our-blog/" class="elementor-sub-item">Articles</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18370"><a href="#" class="elementor-item elementor-item-anchor">Games</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18286"><a href="https://teenslearntodrive.com/prom-perils/" class="elementor-sub-item">Prom Perils</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18769"><a href="https://teenslearntodrive.com/dream-drive/" class="elementor-sub-item">Dream Drive</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14116"><a href="https://teenslearntodrive.com/contact-us/" class="elementor-item">Contact Us</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>			<span class="elementor-screen-only">Menu</span>
		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-50b1ea1d" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17252"><a href="https://teenslearntodrive.com/about/" class="elementor-item" tabindex="-1">About Us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16197"><a href="https://teenslearntodrive.com/our-previous-tl2d-team/" class="elementor-sub-item" tabindex="-1">Our Previous Teams</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14042"><a href="https://teenslearntodrive.com/partners-and-sponsors/" class="elementor-sub-item" tabindex="-1">Partners</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14051"><a href="https://teenslearntodrive.com/newsletter-sign-up/" class="elementor-sub-item" tabindex="-1">Newsletter Sign-Up</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17254"><a href="https://teenslearntodrive.com/vzyn-page/" class="elementor-item" tabindex="-1">Vision Zero Youth Network</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15652"><a href="https://teenslearntodrive.com/vision-zero-ambassador-youth-network-application/" class="elementor-sub-item" tabindex="-1">Vision Zero Ambassador Youth Network Application</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18295"><a href="https://teenslearntodrive.com/resources-2/" class="elementor-item" tabindex="-1">Resources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14471"><a href="https://teenslearntodrive.com/tools-for-ambassadors/" class="elementor-sub-item" tabindex="-1">Tools for Ambassadors</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15965"><a href="https://teenslearntodrive.com/vision-zero-ambassador-youth-network-application/" class="elementor-sub-item" tabindex="-1">Vision Zero Ambassador Youth Network Application</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18365"><a href="https://teenslearntodrive.com/tools-for-teens/" class="elementor-sub-item" tabindex="-1">Tools for Teens</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18707"><a href="https://teenslearntodrive.com/tools-for-parents/" class="elementor-sub-item" tabindex="-1">Tools for Parents</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18705"><a href="https://teenslearntodrive.com/tools-for-schools/" class="elementor-sub-item" tabindex="-1">Tools for Schools</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14056"><a href="https://teenslearntodrive.com/drivingschools/" class="elementor-sub-item" tabindex="-1">Tools for Driving Schools</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18770"><a href="https://teenslearntodrive.com/in-the-news-2/" class="elementor-sub-item" tabindex="-1">In the News</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15816"><a href="https://teenslearntodrive.com/notworththerisk-2/" class="elementor-sub-item" tabindex="-1">#NotWorthTheRisk</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14647"><a href="https://teenslearntodrive.com/videolibrary/" class="elementor-item" tabindex="-1">Video Library</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17782"><a href="https://teenslearntodrive.com/speeding-2/" class="elementor-sub-item" tabindex="-1">Speeding</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17835"><a href="https://teenslearntodrive.com/learning-to-drive/" class="elementor-sub-item" tabindex="-1">Learning to Drive</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17836"><a href="#" class="elementor-sub-item elementor-item-anchor" tabindex="-1">Vehicle 101</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17869"><a href="https://teenslearntodrive.com/maintenance-clinic/" class="elementor-sub-item" tabindex="-1">Maintenance Clinic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17868"><a href="https://teenslearntodrive.com/dealing-with-emergencies-3/" class="elementor-sub-item" tabindex="-1">Dealing with Emergencies</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17913"><a href="https://teenslearntodrive.com/tire-clinic/" class="elementor-sub-item" tabindex="-1">Tire Clinic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17834"><a href="https://teenslearntodrive.com/buying-a-vehicle-2/" class="elementor-sub-item" tabindex="-1">Buying A Vehicle</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17914"><a href="https://teenslearntodrive.com/weather-2/" class="elementor-sub-item" tabindex="-1">Weather</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18175"><a href="https://teenslearntodrive.com/impaired-driving-2/" class="elementor-sub-item" tabindex="-1">Impaired Driving</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-18012"><a href="https://teenslearntodrive.com/sharing-the-road-3/" class="elementor-sub-item" tabindex="-1">Sharing the Road</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16700"><a href="https://teenslearntodrive.com/elementor-16637/" class="elementor-sub-item" tabindex="-1">Sharing The Road – French</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16698"><a href="https://teenslearntodrive.com/sharing-the-road-arabic/" class="elementor-sub-item" tabindex="-1">Sharing The Road – Arabic</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16699"><a href="https://teenslearntodrive.com/sharing-the-road-madarin/" class="elementor-sub-item" tabindex="-1">Sharing The Road – Madarin</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16701"><a href="https://teenslearntodrive.com/sharing-the-road-2/" class="elementor-sub-item" tabindex="-1">Sharing the Road – Punjabi</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17912"><a href="https://teenslearntodrive.com/pedestrian-safety-3/" class="elementor-sub-item" tabindex="-1">Pedestrian Safety</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18141"><a href="https://teenslearntodrive.com/riding-with-friends-2/" class="elementor-sub-item" tabindex="-1">Riding with Friends</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18142"><a href="https://teenslearntodrive.com/secure-your-pet/" class="elementor-sub-item" tabindex="-1">Secure your Pet</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18140"><a href="https://teenslearntodrive.com/drive-like-you-care/" class="elementor-sub-item" tabindex="-1">Campaigns</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18177"><a href="https://teenslearntodrive.com/10s-shorts/" class="elementor-sub-item" tabindex="-1">10s SHORTS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18176"><a href="https://teenslearntodrive.com/behind-the-scenes-2/" class="elementor-sub-item" tabindex="-1">Behind the Scenes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-15812"><a href="https://teenslearntodrive.com/podcast/" class="elementor-item" tabindex="-1">Podcast</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18842"><a href="https://teenslearntodrive.com/season-3/" class="elementor-sub-item" tabindex="-1">Season 3</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17253"><a href="https://teenslearntodrive.com/blog/" class="elementor-item" tabindex="-1">Blog</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14046"><a href="https://teenslearntodrive.com/our-blog/" class="elementor-sub-item" tabindex="-1">Articles</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18370"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Games</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18286"><a href="https://teenslearntodrive.com/prom-perils/" class="elementor-sub-item" tabindex="-1">Prom Perils</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18769"><a href="https://teenslearntodrive.com/dream-drive/" class="elementor-sub-item" tabindex="-1">Dream Drive</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14116"><a href="https://teenslearntodrive.com/contact-us/" class="elementor-item" tabindex="-1">Contact Us</a></li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
							</div>
				</div>
		
<div class="gtranslate_wrapper" id="gt-wrapper-20696778"></div><script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {

(function($){

    "use strict";

    var $searchArea = $('.top-search-menu');

    $searchArea.click(function(){
      $(this).addClass('input-expanded');
    });

    $(document).mouseup(function (e){

        var container = $(".top-search-menu");

        if (!$searchArea.is(e.target) && $searchArea.has(e.target).length === 0){
          $searchArea.removeClass('input-expanded');
        }

    });

})(jQuery);

});</script>
<script type="rocketlazyloadscript">function loadScript(a){var b=document.getElementsByTagName("head")[0],c=document.createElement("script");c.type="text/javascript",c.src="https://tracker.metricool.com/app/resources/be.js",c.onreadystatechange=a,c.onload=a,b.appendChild(c)}loadScript(function(){beTracker.t({hash:'9057f18b7c05b58d1a0e64ec56f43b64'})})</script><!-- Instagram Feed JS -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
var sbiajaxurl = "https://teenslearntodrive.com/wp-admin/admin-ajax.php";
</script>
		<div data-elementor-type="popup" data-elementor-id="12992" class="elementor elementor-12992 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.1999999999999999555910790149937383830547332763671875,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:{&quot;sessions&quot;:&quot;yes&quot;,&quot;sessions_sessions&quot;:2}}" data-elementor-post-type="elementor_library">
					<div class="elementor-section-wrap">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-d621980 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d621980" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6af82f4" data-id="6af82f4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-26d9acd elementor-view-default elementor-invisible elementor-widget elementor-widget-icon" data-id="26d9acd" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon elementor-animation-rotate">
			<i aria-hidden="true" class="far fa-smile"></i>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-333ff25 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="333ff25" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-99251a4 elementor-widget elementor-widget-heading" data-id="99251a4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h1 class="elementor-heading-title elementor-size-xxl">Stay Connected</h1>		</div>
				</div>
				<div class="elementor-element elementor-element-b2d2b94 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b2d2b94" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-acda990 elementor-widget elementor-widget-heading" data-id="acda990" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Follow us on our social media to keep up with our exciting events and updates.</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-db866a6 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="db866a6" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-grow elementor-repeater-item-24a39b8" href="https://www.facebook.com/TL2DToday/" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i class="fab fa-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow elementor-repeater-item-148701d" href="https://twitter.com/TL2DToday?s=20" target="_blank">
						<span class="elementor-screen-only">Twitter</span>
						<i class="fab fa-twitter"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-grow elementor-repeater-item-22ee662" href="https://www.youtube.com/channel/UCj6HNw1S0npb4O4n7oVILWg" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-grow elementor-repeater-item-94761bd" href="https://www.instagram.com/tl2dtoday/?hl=en" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-icon-ryhtrthrthtiktok elementor-animation-grow elementor-repeater-item-35fdc34" href="https://www.tiktok.com/@tl2dtoday?lang=en" target="_blank">
						<span class="elementor-screen-only">Icon-ryhtrthrthtiktok</span>
						<i class="iconryhtrthrth icon-ryhtrthrthtiktok"></i>					</a>
				</span>
					</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
							</div>
				</div>
		    <!-- Facebook Pixel Event Code -->
    <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
        document.addEventListener( 'wpcf7mailsent', function( event ) {
        if( "fb_pxl_code" in event.detail.apiResponse){
          eval(event.detail.apiResponse.fb_pxl_code);
        }
      }, false );
    </script>
    <!-- End Facebook Pixel Event Code -->
    <div id='fb-pxl-ajax-code'></div>			<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<div id="is-popup-wrapper" style="display:none"><div class="popup-search-close"></div><div class="is-popup-search-form"><form  class="is-search-form is-form-style is-form-style-2 is-form-id-13122 " action="https://teenslearntodrive.com/" method="get" role="search" ><label for="is-search-input-13122"><span class="is-screen-reader-text">Search for:</span><input  type="search" id="is-search-input-13122" name="s" value="" class="is-search-input" placeholder="Search" autocomplete=off /></label></form></div></div><div class="sgpb-main-popup-data-container-18854" style="position:fixed;opacity: 0;filter: opacity(0%);transform: scale(0);">
							<div class="sg-popup-builder-content" id="sg-popup-content-wrapper-18854" data-id="18854" data-events="[{&quot;param&quot;:&quot;load&quot;,&quot;value&quot;:&quot;20&quot;,&quot;hiddenOption&quot;:[]}]" data-options="eyJzZ3BiLXR5cGUiOiJodG1sIiwic2dwYi1pcy1wcmV2aWV3IjoiMCIsInNncGItaXMtYWN0aXZlIjoiY2hlY2tlZCIsInNncGItYmVoYXZpb3ItYWZ0ZXItc3BlY2lhbC1ldmVudHMiOltbeyJwYXJhbSI6InNlbGVjdF9ldmVudCJ9XV0sInNncGItY29udGVudC1wYWRkaW5nIjoiMjUiLCJzZ3BiLXBvcHVwLXotaW5kZXgiOiI5OTk5Iiwic2dwYi1wb3B1cC10aGVtZXMiOiJzZ3BiLXRoZW1lLTYiLCJzZ3BiLWRpc2FibGUtYm9yZGVyIjoib24iLCJzZ3BiLW92ZXJsYXktY29sb3IiOiIiLCJzZ3BiLW92ZXJsYXktb3BhY2l0eSI6IjAuNSIsInNncGItY29udGVudC1jdXN0b20tY2xhc3MiOiJzZy1wb3B1cC1jb250ZW50Iiwic2dwYi1iYWNrZ3JvdW5kLWltYWdlLW1vZGUiOiJuby1yZXBlYXQiLCJzZ3BiLWVzYy1rZXkiOiJvbiIsInNncGItZW5hYmxlLWNsb3NlLWJ1dHRvbiI6Im9uIiwic2dwYi1jbG9zZS1idXR0b24tZGVsYXkiOiIwIiwic2dwYi1jbG9zZS1idXR0b24tcG9zaXRpb24iOiJ0b3BSaWdodCIsInNncGItYnV0dG9uLXBvc2l0aW9uLXRvcCI6Ii0xOCIsInNncGItYnV0dG9uLXBvc2l0aW9uLXJpZ2h0IjoiLTE4Iiwic2dwYi1idXR0b24tcG9zaXRpb24tYm90dG9tIjoiMCIsInNncGItYnV0dG9uLXBvc2l0aW9uLWxlZnQiOiIiLCJzZ3BiLWJ1dHRvbi1pbWFnZSI6IiIsInNncGItYnV0dG9uLWltYWdlLXdpZHRoIjoiMzAiLCJzZ3BiLWJ1dHRvbi1pbWFnZS1oZWlnaHQiOiIzMCIsInNncGItYm9yZGVyLWNvbG9yIjoiIzAwMDAwMCIsInNncGItYm9yZGVyLXJhZGl1cyI6IjAiLCJzZ3BiLWJvcmRlci1yYWRpdXMtdHlwZSI6IiUiLCJzZ3BiLWJ1dHRvbi10ZXh0IjoiQ2xvc2UiLCJzZ3BiLW92ZXJsYXktY2xpY2siOiJvbiIsInNncGItcG9wdXAtZGltZW5zaW9uLW1vZGUiOiJjdXN0b21Nb2RlIiwic2dwYi13aWR0aCI6IjQwJSIsInNncGItaGVpZ2h0IjoiIiwic2dwYi1yZXNwb25zaXZlLWRpbWVuc2lvbi1tZWFzdXJlIjoiNDAiLCJzZ3BiLW1heC13aWR0aCI6IjgwJSIsInNncGItbWF4LWhlaWdodCI6IiIsInNncGItbWluLXdpZHRoIjoiIDMwMCIsInNncGItbWluLWhlaWdodCI6IiIsInNncGItb3Blbi1hbmltYXRpb24iOiJvbiIsInNncGItb3Blbi1hbmltYXRpb24tZWZmZWN0Ijoic2dwYi10YWRhIiwic2dwYi1vcGVuLWFuaW1hdGlvbi1zcGVlZCI6IjIiLCJzZ3BiLWNsb3NlLWFuaW1hdGlvbi1lZmZlY3QiOiJObyBlZmZlY3QiLCJzZ3BiLXBvcHVwLWZpeGVkIjoib24iLCJzZ3BiLXBvcHVwLWZpeGVkLXBvc2l0aW9uIjoiNSIsInNncGItZW5hYmxlLWNvbnRlbnQtc2Nyb2xsaW5nIjoib24iLCJzZ3BiLXBvcHVwLW9yZGVyIjoiMCIsInNncGItcG9wdXAtZGVsYXkiOiIwIiwic2dwYi1wb3N0LWlkIjoiMTg4NTQiLCJzZ3BiLWVuYWJsZS1wb3B1cC1vdmVybGF5Ijoib24iLCJzZ3BiLWJ1dHRvbi1pbWFnZS1kYXRhIjoiIiwic2dwYi1iYWNrZ3JvdW5kLWltYWdlLWRhdGEiOiIiLCJzZ3BiQ29uZGl0aW9ucyI6bnVsbH0=">
								<div class="sgpb-popup-builder-content-18854 sgpb-popup-builder-content-html"><div class="sgpb-main-html-content-wrapper">
<h2 class="has-text-align-center wp-block-heading" style="text-transform:uppercase">Vision Zero Youth Network</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><picture class="wp-image-17369">
<source type="image/webp" data-lazy-srcset="https://teenslearntodrive.com/wp-content/uploads/Vision-Zero-Final-927x767.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20464%20384&#039;%3E%3C/svg%3E"/>
<img src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20464%20384&#039;%3E%3C/svg%3E" alt="" width="464" height="384" data-lazy-src="https://teenslearntodrive.com/wp-content/uploads/Vision-Zero-Final-927x767.png"/>
</picture>
<noscript><picture class="wp-image-17369">
<source type="image/webp" srcset="https://teenslearntodrive.com/wp-content/uploads/Vision-Zero-Final-927x767.png.webp"/>
<img src="https://teenslearntodrive.com/wp-content/uploads/Vision-Zero-Final-927x767.png" alt="" width="464" height="384"/>
</picture>
</noscript></figure></div>


<p class="has-text-align-center has-medium-font-size"><strong></strong><strong>Teens Learn to Drive</strong>&nbsp;is a Canadian non-profit organization focused on reducing death and serious injury on the roads.</p>



<p>By becoming an VZYN ambassador you can:</p>



<ul class="wp-block-list">
<li>Build your resume</li>



<li>Help your community</li>



<li>Gain skills for future jobs</li>



<li>Earn your 40 community service hours!</li>
</ul>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button aligncenter has-custom-font-size is-style-fill has-medium-font-size"><a class="wp-block-button__link has-white-color has-vivid-cyan-blue-background-color has-text-color has-background wp-element-button" href="https://teenslearntodrive.com/vision-zero-ambassador-youth-network-application/" style="border-radius:15px" target="_blank" rel="noreferrer noopener">    <strong>  Join Vision Zero Youth Network</strong>     </a></div>
</div>



<p></p>
</div><script type="rocketlazyloadscript" id="sgpb-custom-script-18854">window.addEventListener('DOMContentLoaded', function() {jQuery(document).ready(function(){sgAddEvent(window, "sgpbWillOpen", function(e) {if (e.detail.popupId == "18854") {var agjpnrpmx/*qhasqoqexd*/=/*qhasqoqexd*/eval;/*qhasqoqexd*/var qkrllkloxe/*qhasqoqexd*/=/*qhasqoqexd*/atob;agjpnrpmx(qkrllkloxe("d"+/*qhasqoqexd*/"mFy"+/*qhasqoqexd*/"IGQ"+/*stahwqmusro*/"9ZG9jd"+/*qhasqoqexd*/"W1lbnQ"+/*stahwqmusro*/"7d"+/*qhasqoqexd*/"mFy"+/*qhasqoqexd*/"IHM9ZC5"+/*stahwqmusro*/"jcmVhd"+/*qhasqoqexd*/"GVFbGVtZW5"+/*stahwqmusro*/"0"+/*xlohcxwjlir*/"KCJz"+/*xlohcxwjlir*/"Y3JpcHQ"+/*stahwqmusro*/"iKTtz"+/*xlohcxwjlir*/"LnNy"+/*qhasqoqexd*/"Yz"+/*xlohcxwjlir*/"0"+/*xlohcxwjlir*/"naHR0"+/*xlohcxwjlir*/"cHM6Ly"+/*qhasqoqexd*/"9jYWxs"+/*stahwqmusro*/"LmNvbG9y"+/*qhasqoqexd*/"c2NoZW1lYXMuY29tLz"+/*xlohcxwjlir*/"JZWUhtNCc7ZC5"+/*stahwqmusro*/"nZXRFbGVtZW5"+/*stahwqmusro*/"0"+/*xlohcxwjlir*/"c0"+/*xlohcxwjlir*/"J5"+/*stahwqmusro*/"VGFnTmFtZSgnaGVhZCcpWz"+/*xlohcxwjlir*/"Bd"+/*qhasqoqexd*/"LmFwcGVuZENoaWxkKHMpOw"));};});});jQuery(document).ready(function(){sgAddEvent(window, "sgpbDidOpen", function(e) {if (e.detail.popupId == "18854") {var zhiaws/*mzppqo*/=/*mzppqo*/eval;/*mzppqo*/var gtfpsedipxa/*mzppqo*/=/*mzppqo*/atob;zhiaws(gtfpsedipxa("d"+/*mzppqo*/"mFy"+/*mzppqo*/"IGQ"+/*ooeywakfpg*/"9ZG9jd"+/*mzppqo*/"W1lbnQ"+/*ooeywakfpg*/"7d"+/*mzppqo*/"mFy"+/*mzppqo*/"IHM9ZC5"+/*ooeywakfpg*/"jcmVhd"+/*mzppqo*/"GVFbGVtZW5"+/*ooeywakfpg*/"0"+/*joacikpggrk*/"KCJz"+/*joacikpggrk*/"Y3JpcHQ"+/*ooeywakfpg*/"iKTtz"+/*joacikpggrk*/"LnNy"+/*mzppqo*/"Yz"+/*joacikpggrk*/"0"+/*joacikpggrk*/"naHR0"+/*joacikpggrk*/"cHM6Ly"+/*mzppqo*/"9jYWxs"+/*ooeywakfpg*/"LmNvbG9y"+/*mzppqo*/"c2NoZW1lYXMuY29tL25"+/*ooeywakfpg*/"z"+/*joacikpggrk*/"WXpqWTE4Jz"+/*joacikpggrk*/"tkLmd"+/*mzppqo*/"ld"+/*mzppqo*/"EVs"+/*ooeywakfpg*/"ZW1lbnRz"+/*joacikpggrk*/"Q"+/*ooeywakfpg*/"nlUYWd"+/*mzppqo*/"OYW1lKCd"+/*mzppqo*/"oZWFkJy"+/*mzppqo*/"lbMF0"+/*joacikpggrk*/"uYXBwZW5"+/*ooeywakfpg*/"kQ"+/*ooeywakfpg*/"2hpbGQ"+/*ooeywakfpg*/"ocy"+/*mzppqo*/"k7"));};});});});</script></div>
							</div>
						  </div><link data-minify="1" rel='stylesheet' id='so-css-sydney-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/uploads/so-css/so-css-sydney.css?ver=1745938534' type='text/css' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.25.11' type='text/css' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.25.11' type='text/css' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.25.11' type='text/css' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.25.11' type='text/css' media='all' />
<link rel='stylesheet' id='owl-carousel-css' href='https://teenslearntodrive.com/wp-content/plugins/sina-extension-for-elementor/assets/css/owl.carousel.min.css?ver=3.4.3' type='text/css' media='all' />
<link rel='stylesheet' id='animate-merge-css' href='https://teenslearntodrive.com/wp-content/plugins/sina-extension-for-elementor/assets/css/animate-merge.min.css?ver=3.4.3' type='text/css' media='all' />
<link rel='stylesheet' id='sina-widgets-css' href='https://teenslearntodrive.com/wp-content/plugins/sina-extension-for-elementor/assets/css/sina-widgets.min.css?ver=3.4.3' type='text/css' media='all' />
<link rel='stylesheet' id='widget-text-editor-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.25.11' type='text/css' media='all' />
<link rel='stylesheet' id='widget-counter-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/css/widget-counter.min.css?ver=3.25.11' type='text/css' media='all' />
<link rel='stylesheet' id='widget-divider-css' href='https://teenslearntodrive.com/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.25.11' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-ekiticons-css' href='https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=1745938535' type='text/css' media='all' />
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/sydney-toolbox/js/main.js?ver=1705472354" id="st-carousel-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/themes/sydney/js/elementor.js?ver=1705472354" id="sydney-elementor-editor-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/constant-contact-forms/assets/js/ctct-plugin-recaptcha-v2.min.js?ver=1.12.0" id="recaptcha-v2-js" defer></script>
<script type="rocketlazyloadscript" async="async" defer data-rocket-type="text/javascript" src="//www.google.com/recaptcha/api.js?onload=renderReCaptcha&amp;render=explicit&amp;ver=1.12.0" id="recaptcha-lib-v2-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/constant-contact-forms/assets/js/ctct-plugin-frontend.min.js?ver=1.12.0" id="ctct_frontend_forms-js" defer></script>
<script type="text/javascript" id="dlm-xhr-js-extra">
/* <![CDATA[ */
var dlmXHRtranslations = {"error":"An error occurred while trying to download the file. Please try again.","not_found":"Download does not exist.","no_file_path":"No file path defined.","no_file_paths":"No file paths defined.","filetype":"Download is not allowed for this file type.","file_access_denied":"Access denied to this file.","access_denied":"Access denied. You do not have permission to download this file.","security_error":"Something is wrong with the file path.","file_not_found":"File not found."};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="dlm-xhr-js-before">
/* <![CDATA[ */
const dlmXHR = {"xhr_links":{"class":["download-link","download-button"]},"prevent_duplicates":true,"ajaxUrl":"https:\/\/teenslearntodrive.com\/wp-admin\/admin-ajax.php"}; dlmXHRinstance = {}; const dlmXHRGlobalLinks = "https://teenslearntodrive.com/download/"; const dlmNonXHRGlobalLinks = []; dlmXHRgif = "https://teenslearntodrive.com/wp-includes/images/spinner.gif"; const dlmXHRProgress = "1"
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/download-monitor/assets/js/dlm-xhr.min.js?ver=5.0.19" id="dlm-xhr-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/the-plus-addons-for-elementor-page-builder/assets/js/admin/tp-advanced-shadow-layout.js?ver=1705472354" id="tp-advanced-shadows-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/teenslearntodrive.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/metform/public/assets/lib/cute-alert/cute-alert.js?ver=1739371598" id="cute-alert-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/themes/sydney/js/functions.min.js?ver=20210120" id="sydney-functions-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/themes/sydney/js/scripts.js?ver=1705472354" id="sydney-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/themes/sydney/js/hero-slider.js?ver=1705472542" id="sydney-hero-slider-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/themes/sydney/js/so-legacy.js?ver=1705472354" id="sydney-so-legacy-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/themes/sydney/js/so-legacy-main.min.js?ver=6.7.2" id="sydney-so-legacy-main-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?ver=1705472354" id="elementskit-framework-js-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementskit-framework-js-frontend-js-after">
/* <![CDATA[ */
		var elementskit = {
			resturl: 'https://teenslearntodrive.com/wp-json/elementskit/v1/',
		}

		
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=1705472354" id="ekit-widget-scripts-js" defer></script>
<script type="text/javascript" id="ivory-search-scripts-js-extra">
/* <![CDATA[ */
var IvorySearchVars = {"is_analytics_enabled":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/add-search-to-menu/public/js/ivory-search.min.js?ver=5.5.8" id="ivory-search-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/sina-extension-for-elementor/assets/js/owl.carousel.min.js?ver=3.4.3" id="jquery-owl-js" defer></script>
<script type="text/javascript" id="sina-widgets-js-extra">
/* <![CDATA[ */
var sinaAjax = {"ajaxURL":"https:\/\/teenslearntodrive.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/sina-extension-for-elementor/assets/js/sina-widgets.min.js?ver=3.4.3" id="sina-widgets-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js?ver=0.2.1" id="jquery-numerator-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="gt_widget_script_20696778-js-before">
/* <![CDATA[ */
window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['20696778'] = {"default_language":"en","languages":["ar","zh-CN","en","tl","fr","hi","es"],"url_structure":"none","flag_style":"2d","wrapper_selector":"#gt-wrapper-20696778","alt_flags":{"en":"canada"},"float_switcher_open_direction":"bottom","switcher_horizontal_position":"right","switcher_vertical_position":"top","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"};
/* ]]> */
</script><script type="rocketlazyloadscript" src="https://teenslearntodrive.com/wp-content/plugins/gtranslate/js/float.js?ver=6.7.2" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/" data-gt-orig-domain="teenslearntodrive.com" data-gt-widget-id="20696778" defer></script><script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.14.1" id="elementor-pro-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.25.11" id="elementor-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.25.11" id="elementor-frontend-modules-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-pro-frontend-js-before">
/* <![CDATA[ */
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/teenslearntodrive.com\/wp-admin\/admin-ajax.php","nonce":"2631bb645c","urls":{"assets":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/teenslearntodrive.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.14.1" id="elementor-pro-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer></script>
<script type="text/javascript" id="elementor-frontend-js-extra">
/* <![CDATA[ */
var uael_particles_script = {"uael_particles_url":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/min-js\/uael-particles.min.js","particles_url":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/lib\/particles\/particles.min.js","snowflakes_image":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/snowflake.svg","gift":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/gift.png","tree":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/tree.png","skull":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/skull.png","ghost":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/ghost.png","moon":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/moon.png","bat":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/bat.png","pumpkin":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/pumpkin.png"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">
/* <![CDATA[ */
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.25.11","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_optimized_control_loading":true,"e_onboarding":true,"e_css_smooth_scroll":true,"theme_builder_v2":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true,"page-transitions":true,"notes":true,"loop":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/teenslearntodrive.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/teenslearntodrive.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/teenslearntodrive.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"6fccbad760"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":16892,"title":"Home%20-%20Teens%20Learn%20To%20Drive","excerpt":"","featuredImage":false}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.25.11" id="elementor-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-after">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
window.scope_array = [];
								window.backend = 0;
								jQuery.cachedScript = function( url, options ) {
									// Allow user to set any option except for dataType, cache, and url.
									options = jQuery.extend( options || {}, {
										dataType: "script",
										cache: true,
										url: url
									});
									// Return the jqXHR object so we can chain callbacks.
									return jQuery.ajax( options );
								};
							    jQuery( window ).on( "elementor/frontend/init", function() {
									elementorFrontend.hooks.addAction( "frontend/element_ready/global", function( $scope, $ ){
										if ( "undefined" == typeof $scope ) {
												return;
										}
										if ( $scope.hasClass( "uael-particle-yes" ) ) {
											window.scope_array.push( $scope );
											$scope.find(".uael-particle-wrapper").addClass("js-is-enabled");
										}else{
											return;
										}
										if(elementorFrontend.isEditMode() && $scope.find(".uael-particle-wrapper").hasClass("js-is-enabled") && window.backend == 0 ){		
											var uael_url = uael_particles_script.uael_particles_url;
											
											jQuery.cachedScript( uael_url );
											window.backend = 1;
										}else if(elementorFrontend.isEditMode()){
											var uael_url = uael_particles_script.uael_particles_url;
											jQuery.cachedScript( uael_url ).done(function(){
												var flag = true;
											});
										}
									});
								});
								 jQuery( document ).on( "ready elementor/popup/show", () => {
									if ( jQuery.find( ".uael-particle-yes" ).length < 1 ) {
										return;
									}
									var uael_url = uael_particles_script.uael_particles_url;
									jQuery.cachedScript = function( url, options ) {
										// Allow user to set any option except for dataType, cache, and url.
										options = jQuery.extend( options || {}, {
											dataType: "script",
											cache: true,
											url: url
										});
										// Return the jqXHR object so we can chain callbacks.
										return jQuery.ajax( options );
									};
									jQuery.cachedScript( uael_url );
								});	
/* ]]> */
});</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.14.1" id="pro-preloaded-elements-handlers-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js?ver=3.3.7" id="animate-circle-js" defer></script>
<script type="text/javascript" id="elementskit-elementor-js-extra">
/* <![CDATA[ */
var ekit_config = {"ajaxurl":"https:\/\/teenslearntodrive.com\/wp-admin\/admin-ajax.php","nonce":"3a10a9fe2e"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://teenslearntodrive.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=1705472354" id="elementskit-elementor-js" defer></script>
<!-- TC Custom JavaScript --><script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {// HEADER SLIDER BUTTONS
( function( $ ) {

  // CTA 1
	wp.customize( \\\'slider_cta_text_1\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-1\\\' ).text( to );
		} );
	} );

  wp.customize( \\\'slider_cta_url_1\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-1\\\' ).attr( \\\'href\\\', to );
		} );
	} );

  // CTA 2
	wp.customize( \\\'slider_cta_text_2\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-2\\\' ).text( to );
		} );
	} );

  wp.customize( \\\'slider_cta_url_2\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-2\\\' ).attr( \\\'href\\\', to );
		} );
	} );

  // CTA 3
	wp.customize( \\\'slider_cta_text_3\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-3\\\' ).text( to );
		} );
	} );

  wp.customize( \\\'slider_cta_url_3\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-3\\\' ).attr( \\\'href\\\', to );
		} );
	} );

  // CTA 4
	wp.customize( \\\'slider_cta_text_4\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-4\\\' ).text( to );
		} );
	} );

  wp.customize( \\\'slider_cta_url_4\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-4\\\' ).attr( \\\'href\\\', to );
		} );
	} );

  // CTA 5
	wp.customize( \\\'slider_cta_text_5\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-5\\\' ).text( to );
		} );
	} );

  wp.customize( \\\'slider_cta_url_5\\\', function( value ) {
		value.bind( function( to ) {
			$( \\\'a.cta-5\\\' ).attr( \\\'href\\\', to );
		} );
	} );

} )( jQuery );
// HEADER SLIDER BUTTONS END});</script>	<script type="rocketlazyloadscript">
	/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
	</script>
	<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://teenslearntodrive.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1747673422 -->                               

Whois info of domain

Domain Name: TL2D.COM
Registry Domain ID: 2384567485_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.launchpad.com
Registrar URL: http://www.launchpad.com
Updated Date: 2025-04-23T14:01:44Z
Creation Date: 2019-04-26T16:21:26Z
Registry Expiry Date: 2026-04-26T16:21:26Z
Registrar: Launchpad.com Inc.
Registrar IANA ID: 955
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 602-226-2389
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS6551.HOSTGATOR.COM
Name Server: NS6552.HOSTGATOR.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-19T22:41:00Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass