FedEx: Shipping, Logistics Management and Supply Chain Management         .cf:before, .cf:after {content:""; display:table;} .cf:after {clear:both;} body { font-family: Arial, Helvetica, sans-serif; background: #FFF url(/web/20171130070330im_/http://www.fedex.com/images/static/v1/globe.gif) no-repeat 50% 0; color: #333; margin: 0; font-size: 14px; } #container { max-width: 990px; margin: 0 auto; } #content { padding: 132px 10px 0 160px; background: url(/web/20171130070330im_/http://www.fedex.com/images/static/v1/logo.gif) no-repeat 30px 30px; } a { color: #4D148C; text-decoration: none; } a:hover { color: #666; text-decoration: underline; } .selectWrap select { font-size: 16px; } .selectWrap label { float: left; margin-right: 15px; font-size: 22px; } #content p { margin: 5px 15px; } h1{ font-size: 36px; font-weight:normal; color: #4D148C; padding: 0; margin: 0; } .selectWrap { margin: 20px 0 80px 0; } .selectWrap form { margin: 0; } .footerLinks { margin-bottom: 100px; } .footerLinks .row { float: left; width: 45%; margin-right: 5%; } .footerLinks .col { display: block; vertical-align: top; text-align: left; } .colHeading { display: block; padding: 12px 30px 12px 0; font-size: 16px; position: relative; border-top: 1px solid #DDD; cursor: pointer; } .colHeading:after { display: block; font-size: 17px; content: "+"; width: 20px; height: 20px; border-radius: 20px; color: #FFF; position: absolute; top: 10px; right: 0; background: #4D148C; text-align: center; padding: 1px; } .footerLinks .col.open .colHeading:after { content: "-"; } .footerLinks .col.open .colHeading { padding-bottom: 10px; } .footerLinks .col a { display: none; margin-bottom: 5px; padding: 5px 0 5px 11px; } .footerLinks .col.open a { display: block; } .showMoreCountries { font-weight: bold; cursor: pointer; } #disclaimer { font-size: 11px; padding: 10px 0; color: #CCC; text-align: left; } @media only screen and (max-width: 699px) { body { background-position: 30% 30px; background-size: 699px; } #content { background: url(/web/20171130070330im_/http://www.fedex.com/images/static/v1/logo-mobile.gif) no-repeat 10px 10px; background-size: 119px 33px; padding: 60px 10px 0 10px; } h1 { font-size: 24px; } .selectWrap { margin: 10px 0 30px 0; } .selectWrap select { width: 95%; } .selectWrap label { float: none; display: block; margin-right: 0; font-size: 17px; } .footerLinks .row { float: none; width: 100%; margin-right: 0; } .footerLinks { margin-bottom: 40px; } } /*********************************************************************** ALERTS ***********************************************************************/ .alert-overlay { position: fixed; top: 0; left: 0; right: 0; z-index: 10002; } .alert-overlay.bottom { top: auto; bottom: 0; } .alert-overlay .alert, .alert-overlay .alert .alert-details, .alert-overlay { background: #666; } .alert-overlay .alert h4, .alert-overlay .alert .alert-details a { color: #666 !important; } .alert-overlay.red .alert, .alert-overlay.red .alert .alert-details, .alert-overlay.red { background: #d60d0d; } .alert-overlay.red .alert h4, .alert-overlay.red .alert .alert-details a { color: #d60d0d !important; } .alert-overlay.purple .alert, .alert-overlay.purple .alert .alert-details, .alert-overlay.purple { background: #4D148C; } .alert-overlay.purple .alert h4, .alert-overlay.purple .alert .alert-details a { color: #4D148C !important; } .alert-overlay > div { max-width: 990px; margin: 0 auto; } .alert-overlay .alert p, .alert-overlay .alert h4 { padding-right: 0; max-width: 650px; } .modal-alert-overlay-bg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; opacity: .75; z-index: 999; } .modal-alert-overlay { position: fixed; z-index: 1000; background: #FFF; width: 70%; top: 70px; left: 50%; margin-left: -35%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .modal-alert-overlay-content { padding: 15px; } .modal-alert-overlay-close{ position: absolute; top: -8px; right: -8px; width: 20px; height: 20px; background: url(/web/20171130070330im_/http://www.fedex.com/images/c/s1/icon-close-20x20.png) no-repeat 0 0; cursor: pointer; } @media only screen and (max-width: 799px) { .modal-alert-overlay { width: 90%; margin-left: -45%; } }   function hasClass(elem, className) { return new RegExp(' ' + className + ' ').test(' ' + elem.className + ' '); } function toggleClass(id, className) { if (id === 'show1' || id === 'show2' || id === 'show3' || id === 'show4' || id === 'show5' || id === 'show6' || id === 'show7' || id === 'show8') { var elem = document.getElementById(id); if (hasClass(elem, className)) { hideAllDrops(); } else { hideAllDrops(); var newClass = ' ' + elem.className.replace( /[\t\r\n]/g, ' ' ) + ' '; if (hasClass(elem, className)) { while (newClass.indexOf(' ' + className + ' ') >= 0 ) { newClass = newClass.replace( ' ' + className + ' ' , ' ' ); } elem.className = newClass.replace(/^\s+|\s+$/g, ''); } else { elem.className += ' ' + className; } } } else { var elem = document.getElementById(id); var newClass = ' ' + elem.className.replace( /[\t\r\n]/g, ' ' ) + ' '; if (hasClass(elem, className)) { while (newClass.indexOf(' ' + className + ' ') >= 0 ) { newClass = newClass.replace( ' ' + className + ' ' , ' ' ); } elem.className = newClass.replace(/^\s+|\s+$/g, ''); } else { elem.className += ' ' + className; } } } function resetShowMoreCountries() { document.getElementById('show1primary').style.display = 'block'; document.getElementById('show2primary').style.display = 'block'; document.getElementById('show3primary').style.display = 'block'; document.getElementById('show4primary').style.display = 'block'; document.getElementById('show5primary').style.display = 'block'; document.getElementById('show6primary').style.display = 'block'; document.getElementById('show7primary').style.display = 'block'; document.getElementById('show8primary').style.display = 'block'; document.getElementById('show2more').style.display = 'none'; document.getElementById('show3more').style.display = 'none'; document.getElementById('show4more').style.display = 'none'; document.getElementById('show5more').style.display = 'none'; document.getElementById('show6more').style.display = 'none'; document.getElementById('show7more').style.display = 'none'; document.getElementById('show8more').style.display = 'none'; } function hideAllDrops() { document.getElementById('show1').className = document.getElementById('show1').className.replace(/ open/g, ''); document.getElementById('show2').className = document.getElementById('show2').className.replace(/ open/g, ''); document.getElementById('show3').className = document.getElementById('show3').className.replace(/ open/g, ''); document.getElementById('show4').className = document.getElementById('show4').className.replace(/ open/g, ''); document.getElementById('show5').className = document.getElementById('show5').className.replace(/ open/g, ''); document.getElementById('show6').className = document.getElementById('show6').className.replace(/ open/g, ''); document.getElementById('show7').className = document.getElementById('show7').className.replace(/ open/g, ''); document.getElementById('show8').className = document.getElementById('show8').className.replace(/ open/g, ''); resetShowMoreCountries(); } function showMoreCountries(id, link) { var primaryid = id; primaryid=primaryid.replace(/more/g,'primary'); document.getElementById(primaryid).style.display = 'none'; document.getElementById(id).style.display = 'block'; // link.style.display = 'none'; } function getUrlParam(name) { var results = new RegExp('[\\?&]' + name + '=([^&#]*)').exec(window.location.href); if (!results) { return 0; } return results[1] || 0; } function setcookie(name, value, duration) { cookiestring = name + "=" + escape(value) + ";EXPIRES=" + getexpirydate(duration) + "; path=/; domain=.fedex.com;"; document.cookie = cookiestring; if (!getcookie(name)) { return false } else { return true } } function deletecookie(name){ cookiestring=name+"=; EXPIRES=Thu, 01-Jan-70 00:00:01 GMT; path=/; domain=.fedex.com;"; document.cookie=cookiestring; if(!getcookie(name)){ return false; }else{ return true; } } function getcookie(cookiename) { var cookiestring = "" + document.cookie; var index1 = cookiestring.indexOf(cookiename); if (index1 == -1 || cookiename == "") { return "" } var index2 = cookiestring.indexOf(";", index1); if (index2 == -1) { index2 = cookiestring.length } return unescape(cookiestring.substring(index1 + cookiename.length + 1, index2)) } function getexpirydate(nodays) { var UTCstring; Today = new Date(); nomilli = Date.parse(Today); Today.setTime(nomilli + nodays * 24 * 60 * 60 * 1000); UTCstring = Today.toUTCString(); return UTCstring } function getLocCookie(path) { var i,x,y,cookiesArray=document.cookie.split(";"); for (i=0;i     Welcome,   Please select a location   Locations... United States Afghanistan Albania Algeria American Samoa Angola Anguilla Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bonaire Bosnia and Herzegovina Botswana Brazil British Virgin Islands Brunei Bulgaria Burkina Faso Burundi Cambodia Cameroon Canada - English Canada - French Cape Verde Islands Cayman Islands Central African Republic Chad Chile China Colombia Congo Cook Islands Costa Rica Croatia Curaçao Cyprus Czech Republic Democratic Republic of Congo Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Faeroe Islands Fiji Finland France French Guiana French Polynesia Gabon Gambia Georgia, Republic of Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam  Guatemala Guinea Bissau Guinea Guyana Haiti Honduras Hong Kong Hungary Iceland India Indonesia Iran Iraq Ireland Israel Italy Ivory Coast Jamaica Japan Jordan Kazakhstan Kenya Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macau Macedonia Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Mozambique Namibia Nepal Netherlands New Caledonia New Zealand Nicaragua Niger Nigeria  Norway Oman Pakistan Palau Panama Papua New Guinea Paraguay Peru Philippines Poland Portugal Puerto Rico Qatar Reunion Romania Russia Rwanda Saba Saint Martin Saipan San Marino Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Sint Eustatius Sint Maarten Slovak Republic Slovenia Somalia South Africa South Korea Spain Sri Lanka St. Barthelemy St. Croix St. John St. Kitts and Nevis St. Lucia St. Thomas St. Vincent Sudan Suriname Swaziland Sweden Switzerland Syria Taiwan Tanzania Thailand Togo Tortola Trinidad and Tobago  Tunisia Turkey Turkmenistan Turks and Caicos Islands Uganda Ukraine United Arab Emirates United Kingdom Uruguay US Virgin Islands Uzbekistan Vanuatu  Vatican City State Venezuela Vietnam Virgin Gorda Wallis and Futuna Yemen Zambia Zimbabwe        North America  United States Canada - English Canada - French Mexico    Central & South America  Argentina Brazil Chile Colombia Costa Rica  Ecuador Guatemala  Panama Peru Uruguay Venezuela More Countries   Argentina Belize  Bolivia Brazil Chile Colombia Costa Rica Ecuador El Salvador French Guiana Guatemala Guyana Honduras Nicaragua Panama Paraguay Peru Suriname Uruguay Venezuela    Caribbean  Aruba Bahamas Barbados Bermuda Dominican Republic Haiti Jamaica Puerto Rico Trinidad and Tobago  US Virgin Islands More Countries   Anguilla Antigua and Barbuda Aruba Bahamas Barbados Bermuda Bonaire British Virgin Islands Cayman Islands Curaçao Dominica Dominican Republic Grenada Guadeloupe Haiti Jamaica Martinique Montserrat Puerto Rico Saba Saint Martin Sint Maarten Sint Eustatius St. Barthelemy St. Croix St. John St. Kitts and Nevis St. Lucia St. Thomas St. Vincent Tortola Trinidad and Tobago  Turks and Caicos Islands US Virgin Islands Virgin Gorda    Oceania & Pacific  American Samoa Australia Fiji Guam  New Zealand Saipan Vanuatu  Wallis and Futuna More Countries   American Samoa Australia Cook Islands Fiji French Polynesia Guam   Marshall Islands Micronesia New Caledonia New Zealand Palau Papua New Guinea Saipan Vanuatu  Wallis and Futuna      Europe  Belgium France Germany Italy Spain Switzerland The Netherlands Turkey United Kingdom More Countries   Albania Armenia Austria Azerbaijan Belarus Belgium Bosnia and Herzegovina Bulgaria Croatia Cyprus Czech Republic Denmark Estonia Faeroe Islands Finland France Georgia, Republic of Germany Gibraltar Greece Greenland Hungary Iceland Ireland Italy Kazakhstan Latvia Liechtenstein Lithuania Luxembourg Macedonia Malta Moldova Monaco Montenegro Netherlands Norway Poland Portugal Romania Russia San Marino Serbia Slovak Republic Slovenia Spain Sweden Switzerland Turkmenistan Turkey Ukraine United Kingdom Uzbekistan Vatican City State    Middle East  Bahrain Kuwait Oman Qatar Saudi Arabia United Arab Emirates More Countries   Bahrain Egypt Iran Iraq Israel Jordan Kuwait Lebanon Oman Qatar Saudi Arabia Syria United Arab Emirates Yemen    Africa  Botswana Egypt  Kenya Malawi Morocco  Mozambique Namibia Nigeria  South Africa Swaziland Zambia More Countries   Algeria Angola Benin Botswana Burkina Faso Burundi Cameroon Cape Verde Islands Central African Republic Chad Congo Democratic Republic of Congo Djibouti Egypt Equatorial Guinea Eritrea Ethiopia Gabon Gambia Ghana Guinea Guinea Bissau Ivory Coast Kenya Lesotho Liberia Libya Madagascar Malawi Mali Mauritania Mauritius Mozambique Namibia Niger Nigeria  Reunion Rwanda Senegal Seychelles Sierra Leone Somalia South Africa Sudan Swaziland Tanzania Togo Tunisia Uganda Zambia Zimbabwe    Asia & India Subcontinent  China Hong Kong India Indonesia Japan Malaysia Philippines Singapore South Korea Taiwan Thailand More Countries   Afghanistan Bangladesh Bhutan Brunei Cambodia China Hong Kong India Indonesia Japan Kyrgyzstan Laos Macau Malaysia Maldives Mongolia Nepal Pakistan Philippines Singapore South Korea Sri Lanka Taiwan Thailand Vietnam     This site is protected by copyright and trademark laws under US and International law. All rights reserved. © 1995-var d=new Date();document.write(d.getFullYear()); FedEx