USPS® international mail services go to Canada, Mexico, and more than 190 other countries. Choose a mailing service based on delivery speed and shipping rates. Our fastest services even include international tracking and insurance. Click-N-Ship® and USPS online tools help you fill out customs forms and print postage and address labels.
Print a Label
Learn More about Click-N-Ship
Many Post Offices™ accept passport applications for first-time applicants, minors, and people who may not renew their passport by mail.
Choose Global Express Guaranteed® overnight delivery or pick from a variety of other international services that deliver in 3–10 business days.
Get packing tips for your international mail and packages, find out what items are restricted, see weight limits, and more.
You often need a customs form to ship to another country. Click-N-Ship and the USPS online customs form tool can guide you through the process.
Properly prepare APO/FPO/DPO packages using free boxes, correct custom forms, and military mail guidelines.
Need to get money to someone overseas? Postal international money orders and Sure Money® wire transfers are safe, secure options. See the maximum amounts you can send.
');
});
$(".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');
} else {
$(this).text('Hide All');
$(this).parents('.vdrawers').find('.v-tab div').addClass('active');
$(this).parents('.vdrawers').addClass('active');
}
});
$('.v-tab div a').not('sup').on('click touch', function(e){
console.log('Clicked on v-tab');
e.preventDefault();
if($(window).width()>=767){
$('.v-tab div.active').removeClass('active');
$('.v-tab-content div.active').removeClass('active');
$('.v-tab .mobile-content').remove('.mobile-content');
$(this).parent().addClass('active');
$('.v-tab-content div').eq($('.v-tab div.active').index()).addClass('active');
console.log('Window Width >=797');
$('html, body').animate({scrollTop: $('.v-tab-content div').eq($('.v-tab div.active').index()).offset().top}, 500);
} else if ($(window).width()'+$('.v-tab-content .active').html()+'
';
// $('.v-tab .active').append(activeContent);*/
$('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 ...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('
Show Less
');
$('.expand-less, .expand-more').on('click touch', function(e){
e.preventDefault();
$(this).parents('.expand-unit').toggleClass('active');
});