Free assessment

Having a comprehensive and well-organized estate plan is critical to making sure your final wishes are kept and your legacy is preserved. It also helps to ensure that your heirs will not be burdened with sorting out your affairs after you are gone.

So we would like your assistance in helping us make certain we have a solid plan for safely transferring your assets to the people and organizations you care most about. Please complete this on-line questionnaire, which should take you only about 5 minutes. 


Estate Planning

//Adds role="menuitem" to subpages for ADA Compliance function adaPrepSubMenu() { var subPageAda = document.querySelectorAll('.dropdown-item'); for(var i=0; i < subPageAda.length; i++) { subPageAda[i].setAttribute("role", "menuitem"); } console.log(subPageAda); }; adaPrepSubMenu(); //SCRIPT for ADA Compliance jQuery(document).ready(function ($) { let selectedTab = window.location.hash; $('.nav-link[href="' + selectedTab + '"]' ).trigger('click'); }); $(window).on('hashchange ready', function () { let selectedTab = window.location.hash; $('a[href="' + selectedTab + '"][data-toggle="pill"]').trigger('click'); }); $('.navbar .dropdown > a').click(function() { if (!$(this).hasClass("parent-clicked")) { $(this).addClass("parent-clicked"); } else { location.href = this.href; } });