Search
Support
Phone: 1-866-598-1217
Non-tax season: February 1 – December 31
Tax season: January 1 – January 31
Weekdays: Monday to Friday
Weekends: Saturdays and Sundays
Phone support |
Live chat online support |
|||
Weekdays |
Weekends |
Weekdays |
Weekends |
|
Non-tax season |
10:00 AM – 8:00 PM EST |
Closed |
10:00 AM–8:00 PM EST |
Closed |
Tax season |
10:00 AM – 8:00 PM EST |
Saturday:
11:00 AM – 6:00 PM EST 11:00 AM – 3:00 PM EST |
10:00 AM–8:00 PM EST |
Saturday:
11:00 AM – 6:00 PM EST 11:00 AM – 3:00 PM EST |
<% if (heading) { %>
<% var getColumnClasses = function(numberColumns) {
var classNames = 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
<%= heading %>
<% } %>-
<% blocks.forEach(function(block, index) { %>
- <% }) %>
<% if (heading) { %>
<%= heading %>
<% } %>-
<% blocks.forEach(function(block, index) { %>
- <% }) %>
Categories
Toggle navigation menu
Categories
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>
-
<% sections.slice(0, maxSections).forEach(function(section) { %>
- <%= section.name %> <%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %> <% }); %> <% if (sections.length > maxSections) { %>
- See more <% } %>