/* Useful for when text is hidden but still needs to be detectable by screen readers */
/* Used for non-sighted text inside a label (prevents weird VoiceOver behavior) */
/* line 1, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header--wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: block;
  /* apply a natural box layout model to all elements */
}
/* line 7, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header--wrap *, .global-header--wrap *:before, .global-header--wrap *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header {
  position: relative;
}

/* line 16, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header--logo {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  border-bottom: 1px solid #999;
  height: 58px;
  height: 5.8rem;
}

/* line 24, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header--search .search--track {
  margin-top: 20px;
  width: 100%;
}
/* line 29, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header--search .search--track-input {
  width: 100%;
}
/* line 33, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header--search .search--submit {
  display: none;
}

/* line 38, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header--search-wrapper {
  background: #f3f3f3 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMDIwMiIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: #f3f3f3 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(1, 2, 2, 0.03)), color-stop(100%, rgba(255, 255, 255, 0.03)));
  background: #f3f3f3 -moz-linear-gradient(top, rgba(1, 2, 2, 0.03), rgba(255, 255, 255, 0.03));
  background: #f3f3f3 -webkit-linear-gradient(top, rgba(1, 2, 2, 0.03), rgba(255, 255, 255, 0.03));
  background: #f3f3f3 linear-gradient(to bottom, rgba(1, 2, 2, 0.03), rgba(255, 255, 255, 0.03));
  box-shadow: 0 1px 2px rgba(1, 2, 2, 0.2);
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  -moz-transition: height 250ms ease;
  -ms-transition: height 250ms ease;
  -webkit-transition: height 250ms ease;
  transition: height 250ms ease;
}
/* line 46, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header--search-wrapper.active {
  height: 80px;
}

/* line 51, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.global-header--search-button {
  background: url(/global-elements/header/images/search@2x-sb.png) no-repeat 0 0;
  background-size: 20px 20px;
  display: block;
  height: 21px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 18px;
  width: 21px;
}

/* line 63, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
/* line 67, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.logo--link {
  display: inline-block;
  left: 50%;
  margin: 15px 0 13px -105px;
  position: relative;
  width: 211px;
}

/* alert component */
/* line 76, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e51e2b;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 15px;
  position: relative;
}
/* line 83, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component:before {
  content: '';
  background: transparent url(/global-elements/header/images/alert-sprite@2x.png) 0 -18px no-repeat;
  background-size: 18px;
  width: 18px;
  height: 19px;
  position: absolute;
  display: block;
}
/* line 93, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component .alert--link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 3px 0 3px 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 102, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component .alert--link .read--more {
  display: inline;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* line 111, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component .alert--title {
  text-transform: uppercase;
  font-family: "HelveticaNeueW02-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 116, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component .alert-toggle {
  position: absolute;
  right: 15px;
  top: 10px;
  display: none;
  width: 13px;
  height: 26px;
  background: transparent url(/global-elements/header/images/usps_mobile_white_twist_arrow_@2x.png) center center no-repeat;
  background-size: 13px;
}
/* line 130, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component.collapsed .alert--link {
  padding: 3px 0 3px 24px;
}
/* line 132, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component.collapsed .alert--link .read--more {
  display: none;
}
/* line 138, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component.collapsed .alert-toggle {
  display: block;
}
/* line 147, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component.expanded .alert--link {
  padding: 3px 0 3px 24px;
  text-overflow: initial;
  white-space: normal;
}
/* line 151, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component.expanded .alert--link .read--more {
  display: block;
}
/* line 157, ../../../workspace/global-elements/styles/header/_header-mobile.scss */
.alert-component.expanded .alert-toggle {
  display: block;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 600px) {
  /* alert component */
  /* line 2, ../../../workspace/global-elements/styles/header/_header-tablet.scss */
  .alert-component {
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 959px) {
  /* line 1, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .global-header--wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    height: 100px;
    height: 10rem;
  }

  /* line 7, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .global-header--logo {
    background: none;
    border-bottom: 0;
  }

  /* line 12, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .global-header--search {
    position: absolute;
    right: 0;
    top: 30px;
  }
  /* line 17, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .global-header--search .search--track {
    margin-top: 0;
    position: relative;
    width: 330px;
  }
  /* line 23, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .global-header--search .search--track-input {
    width: 83%;
  }
  /* line 27, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .global-header--search .search--submit {
    display: inline-block;
  }

  /* line 32, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .global-header--search-button {
    display: none;
  }

  /* line 36, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .global-header--search-wrapper {
    background: none;
    box-shadow: none;
    height: auto;
    padding: 0;
  }

  /* line 43, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .logo--link {
    left: 0;
    margin: 37px 0 0 0;
  }

  /* line 48, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .alert-component {
    background: #fff;
    margin: 0 auto;
    max-width: 1280px;
    padding: 30px 20px 0;
  }
  /* line 53, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .alert-component:before {
    background: transparent url(/global-elements/header/images/alert-sprite@2x.png) 0 0 no-repeat;
    background-size: 18px;
  }
  /* line 58, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .alert-component .alert--link {
    color: #e51e2b;
  }
  /* line 60, ../../../workspace/global-elements/styles/header/_header-desktop.scss */
  .alert-component .alert--link .read--more {
    color: #e51e2b;
  }
}
/* line 1, ../../../workspace/global-elements/styles/search/_search-tablet.scss */
.search--submit {
  background: url(/global-elements/header/images/search@2x-sb.png) no-repeat 0 0;
  background-size: 20px 20px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin: 0 0 2px 4px;
  text-indent: -9999px;
  vertical-align: middle;
  width: 21px;
}
/* line 130, ../../../workspace/global-elements/styles/_mixins.scss */
.search--submit:focus {
  outline: 1px solid #0a8efb;
  overflow: hidden;
}

/* line 1, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar {
  border-bottom: 3px solid #ee3124;
  font-family: Arial, sans-serif;
  /* apply a natural box layout model to all elements */
}
/* line 6, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar *, #utility-bar *:before, #utility-bar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar h2, #utility-bar p, #utility-bar a, #utility-bar ul, #utility-bar strong {
  font-family: Arial, sans-serif;
}

/* line 15, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar h2 a {
  display: block;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  line-height: 34px;
}

/* line 22, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar #contact-list li a#link-support {
  font-size: 10px;
  width: 130px !important;
}

/* line 27, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar #contact-list li a#link-mobile {
  font-size: 10px;
  width: 113px !important;
}

/* line 32, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar .page-section, #page #utility-bar .page-section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  width: 100%;
}

/* line 38, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar .modal-insider {
  top: 0;
  left: 6px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 44, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login #link-activity, #nav-tool-login #link-logout, #nav-tool-login #accountLinks {
  font-size: 12px;
}

/* line 48, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.nav-tool .nav-window .wrapper {
  padding: 6px;
  z-index: 9999;
}

/* line 54, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.nav-tool * {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 60, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar .nav-tool .nav-window .content {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 0 0 4px 4px;
  display: block;
  padding: 2px;
  font-size: 12px;
}

/* line 69, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar .background {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 73, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar .background .modal-corner-tl, #utility-bar .background .modal-corner-tr, #utility-bar .background .modal-corner-bl, #utility-bar .background .modal-corner-br, #utility-bar .background .modal-repeat-left, #utility-bar .background .modal-repeat-right, #utility-bar .background .modal-repeat-top, #utility-bar .background .modal-repeat-bottom {
  background: transparent;
}

/* line 78, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar #nav-tool-multilingual .modal-insider {
  width: 88px !important;
}
/* line 82, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#utility-bar #nav-tool-multilingual .multi-option .multi-link {
  text-decoration: none;
}
/* line 86, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.no-touch #utility-bar #nav-tool-multilingual .multi-option .multi-link:hover, .no-touch #utility-bar #nav-tool-multilingual .multi-option .multi-link:focus {
  color: #333366;
}
/* line 90, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.no-touch #utility-bar #nav-tool-multilingual .multi-option .multi-link.chinese:hover, .no-touch #utility-bar #nav-tool-multilingual .multi-option .multi-link.chinese:focus {
  background-position: 0 -75px;
}

/* line 97, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.no-touch #btn-header-input-signin:hover, .no-touch #btn-header-input-signin:focus {
  color: #fff;
}

/* line 102, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login .modal-insider {
  width: 472px !important;
}
/* line 106, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login .fontStyle9b {
  font-size: 12px;
}
/* line 110, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login .fontStyle9b, #nav-tool-login strong {
  font-weight: bold;
}
/* line 114, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login a {
  font-size: 12px;
  text-decoration: none;
}
/* line 118, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login a:hover, #nav-tool-login a:focus {
  color: #3575B1;
  text-decoration: underline;
}
/* line 124, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login ul, #nav-tool-login #login-error-message {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 128, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login #login-detail {
  width: 205px;
  font-size: 12px !important;
}
/* line 133, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
}
/* line 138, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login p.hint {
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 142, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login .content .reg p {
  font-size: 12px;
}
/* line 146, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
#nav-tool-login .welcomeMessage {
  font-size: 11px;
}

/* line 153, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.no-touch #utility-bar .nav-tool:hover h2 a, .no-touch #utility-bar .nav-tool:focus h2 a {
  color: #2f6fa9;
}
/* line 157, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.no-touch #utility-bar .nav-tool:hover .arrow, .no-touch #utility-bar .nav-tool:focus .arrow {
  background-position: left -164px;
}
/* line 162, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.no-touch #utility-bar #nav-tool-multilingual:hover, .no-touch #utility-bar #nav-tool-multilingual:focus {
  background-position: -405px -238px;
}
/* line 163, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.no-touch #utility-bar div#nav-tool-login:hover, .no-touch #utility-bar div#nav-tool-login:focus {
  background-position: -401px 0px;
}
/* line 166, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.no-touch #utility-bar div#nav-tool-login:hover h2, .no-touch #utility-bar div#nav-tool-login:focus h2 {
  color: #2f6fa9;
}

/* line 173, ../../../workspace/global-elements/styles/utility-bar/_utility-bar-tablet.scss */
.no-borderradius #nav-tool-login li {
  line-height: 14px;
  width: 190px;
}
