Make your advertising mailpiece work harder for your business. Build a custom direct mail campaign by taking advantage of extras and add-ons offered by USPS® and many third-party websites. These programs add customization, appeal, and clear calls to action.
Call attention to your product, service, phone number, website, or reply method
Make your mailpiece more actionable and grab attention quickly
Match Message with Format
Whether creating your mailpiece on your own or through a third-party, picture how your message will unfold. Choose the format that will make your offer compelling. The size, shape, and layout can highlight your product or service with crisp efficiency or engaging elegance.
Postcards
Give your message immediate attention
Announce new products, services, sales, or special offers cost-effectively
Use them as coupons or tickets to store events
Brochures & Booklets
Share information visually
Keep members and customers up to date with newsletter format
Introduce new products or services or advertise special promotions
Letters
Tell your story persuasively
Give news and updates on new activities or promotions
Make a case for fundraisers with prose format and reply envelopes
Flyers & Self Mailers
Elaborate on the details of your offer
Display glossy images of your product or service
Send as a sheet with coupons
');
console.log(k);
});
$(".vdrawers .expandv").on('touch click',function(e){
e.preventDefault();
if ($(this).parents('.vdrawers').hasClass('active')){
$(this).text('Expand All');
$(this).parents('.vdrawers').removeClass('active');
$(this).parents('.vdrawers').find('.v-tab div').removeClass('active');
console.log('expand active - removing active');
} else {
$(this).text('Hide All');
$(this).parents('.vdrawers').find('.v-tab div').addClass('active');
$(this).parents('.vdrawers').addClass('active');
console.log("expand not active - adding active");
}
});
$('.vdrawers .v-tab div a').not('sup').on('click touch', function(e){
console.log('Clicked on v-tab link');
e.preventDefault();
if($(window).width()>=767){
console.log('desktop:start');
$this = $(this).parents('.vdrawers');
$this.find('.v-tab div.active').removeClass('active');
$this.find('.v-tab-content div.active').removeClass('active');
$(this).parent().addClass('active');
$this.find('.v-tab-content div').eq($this.find('.v-tab div.active').index()).addClass('active');
console.log('desktop:'+$this.html());
console.log('desktop:end');
$('html, body').animate({scrollTop: $(this).parents('.vdrawers').find('.v-tab-content div').eq($('.v-tab div.active').index()).offset().top}, 500);
} else if ($(window).width()<767) {
if ($(this).parent().hasClass('active')){
$(this).parent().removeClass('active');
$('html, body').animate({scrollTop: $(this).parent().offset().top}, 500);
} else {
$(this).parents('.vdrawers').find('.v-tab div.active').removeClass('active');
$(this).parent().addClass('active');
$('html, body').animate({scrollTop: $(this).parent().offset().top}, 500);
}
}
});
$('.faq-unit h4,.expand-unit h4').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().toggleClass('active');
});
$('.lg-crd h3').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().parent().toggleClass('active');
});
});
$('span.expand').on('click touch', function(e){
$this = $(this);
$this.toggleClass('active');
if ($this.hasClass('active')){
$this.text('Hide All');
$this.parents('.faq-section, .lg-txt-crd,.visible-expand').find('.lg-crd, .faq-unit,.expand-unit').addClass('active');
}else{
$this.text('Expand All');
$this.parents('.faq-section, .lg-txt-crd,.visible-expand').find('.lg-crd, .faq-unit,.expand-unit').removeClass('active');
}
});
card_height = 0;
i = 0;
while (card_height == 0 && i >=5) {
$( ".sm-card" ).each(function( index ) {
if ($(this).height()>card_height){
card_height=$(this).height();
}
});
i++;
$( ".sm-card" ).css('height', card_height);
}
var cards = $(".sm-crd-img .sm-card.rand");
for(var i = 0; i < cards.length; i++){
var target = Math.floor(Math.random() * cards.length -1) + 1;
var target2 = Math.floor(Math.random() * cards.length -1) +1;
cards.eq(target).before(cards.eq(target2));
}
$('').append('...less');
$('.expand-less, .expand-more').on('click touch', function(e){
e.preventDefault();
$(this).parents('.expand-unit').toggleClass('active');
});
$('.faq-unit h4,.expand-unit h4').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().toggleClass('active');
});
$('.expand-all').on('click touch', function(e){
console.log('Expand all function')
$this = $(this);
$this.toggleClass('active');
if ($this.hasClass('active')){
$this.text('Hide All');
$this.parents('.visible-expand').find('.expand-unit').addClass('active');
}else{
$this.text('Expand All');
$this.parents('.visible-expand').find('.expand-unit').removeClass('active');
}
});
$.each( $('.expand-unit h4+p'), function(i){
g = $(this).parent('.expand-unit').find('h4:first').text();
console.log(g)
$(this).append(
' Show More '+g+'');
});
$('.expand-unit .drawer:last-child').append('