50 States
14 Countries
400K+ Educators
30+ Years Proven Results
Transform Your School
🏫 Classroom Management 🎯 Student Engagement & Motivation 🛡️ Educator Safety & Security 🤖 AI for Teachers 🌍 Culturally Responsive Teaching 🎤 Keynote Speaking 🎓 College Credit & CEUs Results
Library
📝 Blog 📚 Books & Resources 📄 Free Research Guide
About
About Time To Teach® FAQs Contact Us Get a Quote
50 States
14 Countries
400K+ Educators
30+ Years Proven Results
Our Trainings
🏫 Classroom Management 🎯 Student Engagement & Motivation 🛡️ Educator Safety & Security 🤖 AI for Teachers 🌍 Culturally Responsive Teaching 🎓 College Credit & CEUs
Testimonials
📹 Video Reviews ✍️ Written Reviews Blog Resources & Books About FAQs Contact Us Request a Quote
Get Started Today

Request a Quote

Tell us about your school and what you're hoping to accomplish. A real person responds within 24 hours — even on weekends and holidays.

⏰ Response within 24 hours — guaranteed

Tell us about your school

All fields marked * are required. Takes about 90 seconds.

Your Contact Information
Your School or District
Training Topics (select all that apply)
How Would You Like to Deliver It?
Timing & Details

We respond within 24 hours — even on weekends and holidays.

Request received!

Thanks for reaching out. A member of our team will contact you within 24 hours — often much sooner. Check your email for a confirmation.

{ // Mobile menu var hbg = document.getElementById('hamburger'); var mmenu = document.getElementById('mobileMenu'); var mclose = document.getElementById('mobileClose'); if(hbg) hbg.addEventListener('click', function(){ hbg.classList.toggle('open'); mmenu.classList.toggle('open'); document.body.style.overflow = mmenu.classList.contains('open') ? 'hidden' : ''; }); if(mclose) mclose.addEventListener('click', function(){ hbg.classList.remove('open'); mmenu.classList.remove('open'); document.body.style.overflow = ''; }); if(mmenu) mmenu.querySelectorAll('a').forEach(function(a){ a.addEventListener('click', function(){ hbg.classList.remove('open'); mmenu.classList.remove('open'); document.body.style.overflow = ''; }); }); // Vimeo modal window.openVimeo = function(el){ var id = el.getAttribute('data-vimeo-id'); if(!id || id.startsWith('VIMEO_ID')) return; document.getElementById('vimeoFrame').src = 'https://player.vimeo.com/video/'+id+'?autoplay=1'; var m = document.getElementById('vimeoModal'); m.classList.add('open'); document.body.style.overflow = 'hidden'; }; window.closeVimeo = function(){ document.getElementById('vimeoModal').classList.remove('open'); document.getElementById('vimeoFrame').src = ''; document.body.style.overflow = ''; }; var modal = document.getElementById('vimeoModal'); if(modal) modal.addEventListener('click', function(e){ if(e.target===this) closeVimeo(); }); // Tabs document.querySelectorAll('.tab-btn').forEach(function(btn){ btn.addEventListener('click', function(){ var group = btn.closest('.tabs-wrap'); group.querySelectorAll('.tab-btn').forEach(function(b){ b.classList.remove('active'); }); group.querySelectorAll('.tab-panel').forEach(function(p){ p.classList.remove('active'); }); btn.classList.add('active'); document.getElementById(btn.getAttribute('data-tab')).classList.add('active'); }); }); // FAQ accordion document.querySelectorAll('.faq-question').forEach(function(btn){ btn.addEventListener('click', function(){ var item = btn.closest('.faq-item'); var isOpen = item.classList.contains('open'); document.querySelectorAll('.faq-item').forEach(function(i){ i.classList.remove('open'); }); if(!isOpen) item.classList.add('open'); }); });