Skip to main content
Home
Our Services
Service Overview
Financial Planning Process
How We Work
Our Team
Sagemark Consulting
Resources
Articles
Calculators
Flipbooks
Newsletters
Glossary
Tax Library
Videos
Contact Us
Rick MacBarron, JD*, CFP®, CBEC®, AEP®
connect
Address:
18400 Von Karman Avenue, Suite 400
Irvine
,
CA
92612
Phone:
949-474-6847,Cell: 949-500-8736
Fax/Other:
949-756-2624
E-mail:
Rick.MacBarron@lfg.com
The Latte Habit
How little things can add up over time.
Transcript
<script> var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { acc[i].onclick = function(){ this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.display === "block") { panel.style.display = "none"; } else { panel.style.display = "block"; } } }