@media only screen and (min-width: 959px) {
  .mobile-panels {
    display: none;
  }
 
.firstImage, .secondImage {
    text-align: left;
    VERTICAL-ALIGN: TEXT-TOP;
}

}
@media only screen and (max-width: 958px) {
  .mobile-panels {
    position: relative;
    display: block;
    clear: both;
  }

  .section--show-hide.active .expansion-hitzone {
    height: 0px;
    outline: 1px solid red;
  }

  .section--show-hide .expansion-hitzone {
    height: 50px;
    outline: 1px solid red;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }

  .section--show-hide:after {
    position: absolute;
    right: 15px;
    top: 15px;
    background: url("/assets/images/home/m_dropdown_carat_white.svg") no-repeat;
    content: '';
    width: 20px;
    height: 17px;
    display: inline-block;
    overflow: visible;
  }

  .section--show-hide.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 12px;
    top: 12px;
  }

  .inner--tab .active {
    display: block !important;
  }

  a.mobile-panels-links {
    font-size: 15px;
    color: white;
    background-color: transparent;
    padding: 0px 15px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 958px) {
  .box {
    display: none;
  }
}
@media only screen and (max-width: 958px) {
  .mobile-quicktools .quicktoops-open .shortcut {
    padding-top: 48px;
  }

  .section--show-hide {
    cursor: pointer;
    padding: 60px 20px !important;
    font-size: 18px;
    text-align: center;
    outline: none;
    transition: height 100ms;
    border: 0;
    border-top: 0px solid;
    background-image: url("http://placehold.it/1280x300");
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .section--show-hide,
  .section--show-hide.active {
    transition: background-image 200ms ease;
    -webkit-transition: background-image 200ms ease;
    -moz-transition: background-image 200ms ease;
    -o-transition: background-image 200ms ease;
    background-repeat: no-repeat;
  }

  .section--show-hide:first-of-type {
    background-image: url("/assets/images/home/POBox_Reveal_mobile_off.jpg"), url("/assets/images/home/POBox_Reveal_mobile.jpg");
    background-position: top right;
  }

  .section--show-hide.active:first-of-type {
    background-image: url("/assets/images/home/POBox_Reveal_mobile.jpg");
  }

  .section--show-hide:nth-of-type(2) {
    background-image: url("/assets/images/home/Passport_Reveal_mobile_off.jpg"), url("/assets/images/home/Passport_Reveal_mobile.jpg");
    background-position: center;
  }

  .section--show-hide.active:nth-of-type(2) {
    background-image: url("/assets/images/home/Passport_Reveal_mobile.jpg");
    background-position: center;
  }

  .section--show-hide:last-of-type {
    background-image: url("/assets/images/home/BoostBusiness_Reveal_mobile_off.jpg"), url("/assets/images/home/BoostBusiness_Reveal_mobile.jpg");
    background-position: center;
  }

  .section--show-hide.active:last-of-type {
    background-image: url("/assets/images/home/BoostBusiness_Reveal_mobile.jpg");
    background-position: center;
  }

  .section--show-hide.active:last-of-type {
    border-bottom: 0;
  }

  .section--show-hide.active {
    padding-bottom: 0;
    transition: 0;
    height: 540px;
  }

  .section--show-hide div.panel {
    height: 0px;
    overflow: hidden;
  }

  .section--show-hide.active div.panel {
    height: 380px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: #FFFFFF;
  }

  .section--show-hide.active .mobile-panels-links {
    display: none;
  }

  .section--show-hide.active p {
    display: none;
  }

  .section--show-hide.active .panel p {
    display: block !important;
  }

  .section--show-hide .num {
    font-size: 32px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 35px;
    vertical-align: middle;
  }

  .section--show-hide .pseudo-list a {
    font-size: 16px;
  }

  .section--show-hide .section-title {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 32px;
    text-decoration: none;
  }

  .section--show-hide p a {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
  }

  .section--show-hide a.button--primary {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    display: block;
    box-sizing: content-box;
  }

  .mobile-header .mobile-menu-trigger a {
    background: url("/assets/images/home/hamburger.svg");
    left: 22px;
    text-indent: -9999px;
    background-size: 34px 25px;
    height: 25px;
    width: 34px;
    position: absolute;
  }
}
footer.global-footer ol {
  display: inline;
}

#nav-tool-login #link-activity,
#nav-tool-login #link-logout,
#nav-tool-login #accountLinks {
  font-size: 12px;
}

.nav-tool .nav-window .wrapper {
  padding: 6px;
  z-index: 9999;
}

.nav-tool * {
  margin: 0;
  padding: 0;
  border: 0;
}

#utility-header .nav-tool .nav-window .content {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 0 0 4px 4px;
  display: block;
  padding: 2px;
  font-size: 12px;
	margin: 0;
}

#utility-header .background {
  filter: alpha(opacity=0);
  opacity: 0;
}

#utility-header .background .modal-corner-tl,
#utility-header .background .modal-corner-tr,
#utility-header .background .modal-corner-bl,
#utility-header .background .modal-corner-br,
#utility-header .background .modal-repeat-left,
#utility-header .background .modal-repeat-right,
#utility-header .background .modal-repeat-top,
#utility-header .background .modal-repeat-bottom {
  background: transparent;
}

#utility-header #nav-tool-multilingual .modal-insider {
  width: 88px !important;
}

#utility-header #nav-tool-multilingual .multi-option .multi-lang-link {
  text-decoration: none;
}

.no-touch #utility-header #nav-tool-multilingual .multi-option .multi-lang-link:hover,
.no-touch #utility-header #nav-tool-multilingual .multi-option .multi-link:focus {
  color: #3575B1;
}

.no-touch #utility-header #nav-tool-multilingual .multi-option .multi-lang-link.chinese:hover,
.no-touch #utility-header #nav-tool-multilingual .multi-option .multi-lang-link.chinese:focus {
  background-position: 0 -75px;
}

.no-touch #btn-header-input-signin:hover,
.no-touch #btn-header-input-signin:focus {
  color: #fff;
}

#nav-tool-login .modal-insider {
  width: 472px !important;
}

#nav-tool-login .fontStyle9b {
  font-size: 12px;
}

#nav-tool-login a {
  font-size: 12px;
  text-decoration: none;
}

#nav-tool-login a:hover,
#nav-tool-login a:focus {
  color: #3575B1;
  text-decoration: underline;
}

#nav-tool-login ul,
#nav-tool-login #login-error-message {
  font-size: 12px;
  font-size: 1.2rem;
}

#nav-tool-login #login-detail {
  width: 205px;
  font-size: 12px !important;
}

#nav-tool-login li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
}

#nav-tool-login p.hint {
  font-size: 11px;
  font-size: 1.1rem;
}

#nav-tool-login .content .reg p {
  font-size: 12px;
}

#nav-tool-login .welcomeMessage {
  font-size: 11px;
}

.no-touch #utility-header .nav-tool:hover h2 a,
.no-touch #utility-header .nav-tool:focus h2 a {
  color: #2f6fa9;
}

.no-touch #utility-header .nav-tool:hover .arrow,
.no-touch #utility-header .nav-tool:focus .arrow {
  background-position: left -164px;
}

.no-touch #utility-header #nav-tool-multilingual:hover,
.no-touch #utility-header #nav-tool-multilingual:focus {
  background-position: -405px -238px;
}

.no-touch #utility-header #nav-tool-login:hover,
.no-touch #utility-header #nav-tool-login:focus {
  background-position: -401px 0px;
}

.no-touch #utility-header #nav-tool-login:hover h2,
.no-touch #utility-header #nav-tool-login:focus h2 {
  color: #2f6fa9;
}

.no-borderradius #nav-tool-login li {
  line-height: 14px;
  width: 190px;
}

.right-border {
  display: inline;
}

#nav-tool-multilingual {
  display: inline;
}

a#multiling-anchor multiling-anchor {
  display: inline;
}

.right-border h2 {
  display: inline;
}

#utility-header .right-border h2:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-image: url("/assets/images/home/utility_languages.png");
  background-repeat: no-repeat;
  margin-right: -11px;
  top: 6px;
  position: relative;
}

#utility-header .right-border h2:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: 12px 12px;
  background-image: url("https://www.usps.com/assets/images/components/usps_l_nav_red_arrow.svg");
  background-repeat: no-repeat;
  margin-left: -15px;
  top: 3px;
  position: relative;
}

.menu--tier-one a {
  white-space: nowrap;
}

#shortcuts-menu .short-container .shortcut span {
  height: 50px;
  display: block;
  margin-left: 27px;
  padding-bottom: 0px;
  overflow: hidden;
  margin-bottom: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #shortcuts-menu .short-container .shortcut span {
    margin-left: 0px;
  }

  /*
  .menu ol li.menu--tier-one-category--search {
      width: 4%;
  }
  */
  li.menu--tier-one-category--search a.menu--item.menu--tier-one-link {
    left: -1%;
  }
}
@media only screen and (max-width: 958px) {
  li.menu--tier-one-category--expand {
    display: none;
  }
}
@media only screen and (min-width: 959px) {
  .hero-wrapper {
    background-image: url("/assets/images/home/hero_bg_1920px.png");
    background-repeat: no-repeat;
    width: 100%;
    background-position: top center;
    background-size: cover;
    height: 321px;
  }

  li.menu--tier-one-category--expand {
    width: 50% !important;
    height: 42px !important;
    white-space: nowrap;
  }

  ol.menu--tier-one {
    white-space: nowrap !important;
  }

  ol.menu--tier-one li {
    white-space: normal !important;
  }

  .menu-wrap {
    max-width: 1600px;
  }

  .qm-con {
    background-color: #F7F7F7;
  }

  .sc-track span {
    background: url("/assets/images/home/tracking.svg") no-repeat;
  }

  .sc-myusps span {
    background: url("/assets/images/home/my_usps.svg") no-repeat;
  }

  .sc-loc span {
    background: url("/assets/images/home/location.svg") no-repeat;
  }

  .sc-buy span {
    background: url("/assets/images/home/stamps.svg") no-repeat;
  }

  .sc-pick span {
    background: url("/assets/images/home/schedule_pickup.svg") no-repeat;
  }

  .sc-calc span {
    background: url("/assets/images/home/calculate_price.svg") no-repeat;
  }

  .sc-zip span {
    background: url("/assets/images/home/find_zip.svg") no-repeat;
  }

  .sc-hold span {
    background: url("/assets/images/home/holdmail.svg") no-repeat;
  }

  .sc-change span {
    background: url("/assets/images/home/change_address.svg") no-repeat;
  }

  .sc-pobox span {
    background: url("/assets/images/home/po_box.svg") no-repeat;
  }

  .sc-boxes span {
    background: url("/assets/images/home/free_boxes.svg") no-repeat;
  }
}
@media only screen and (max-width: 958px) {
  .sc-track span {
    background-position: 0 0px !important;
  }

  .sc-myusps span {
    background: url("/assets/images/home/my_usps.svg") no-repeat;
  }

  .sc-loc span {
    background: url("/assets/images/home/location.svg") no-repeat;
  }

  .sc-buy span {
    background: url("/assets/images/home/stamps.svg") no-repeat;
  }

  .sc-pick span {
    background: url("/assets/images/home/schedule_pickup.svg") no-repeat;
  }

  .sc-calc span {
    background: url("/assets/images/home/calculate_price.svg") no-repeat;
  }

  .sc-zip span {
    background: url("/assets/images/home/find_zip.svg") no-repeat;
  }

  .sc-hold span {
    background: url("/assets/images/home/holdmail.svg") no-repeat;
    margin-bottom: 6px;
    margin-top: 16px;
  }

  .sc-change span {
    background: url("/assets/images/home/change_address.svg") no-repeat;
  }

  .sc-pobox span {
    background: url("/assets/images/home/po_box.svg") no-repeat;
  }

  .sc-boxes span {
    background: url("/assets/images/home/free_boxes.svg") no-repeat;
    margin-bottom: 6px;
    margin-top: 16px;
  }
}
#nav-tool-multilingual:hover .nav-window {
  height: auto !important;
}

#nav-tool-multilingual:hover .nav-window {
  height: auto !important;
}

#nav-tool-multilingual .nav-window {
  z-index: 99999 !important;
}

#nav-tool-multilingual .nav-window {
  text-align: left;
}

#nav-tool-multilingual .nav-tool .nav-window .col_3 {
  width: 72px;
}

#nav-tool-multilingual #lang_select .col_3 .content div:hover {
  background-color: #d8d8d8;
}

#nav-tool-login:hover .nav-window {
  height: auto !important;
}

#nav-tool-login:hover .nav-window {
  height: auto !important;
}

#nav-tool-login .nav-window {
  z-index: 99999 !important;
}

#nav-tool-login .nav-window {
  text-align: left;
}

#nav-tool-multilingual.nav-tool .nav-window .col_3 {
  width: 84px;
}

#nav-tool-login #lang_select .col_3 .content div:hover {
  background-color: #d8d8d8;
}

#nav-tool-login .nav-window {
  left: auto !important;
  right: 10px !important;
  top: 0 !important;
}

#nav-tool-login.nav-tool .nav-window .col_3 {
  width: 467px;
padding: 0;
    border: 0;
    background: None!important;
}

.alert-bar {
  position: relative;
  width: 100%;
  background-color: #e71921;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
}

@media only screen and (min-width: 959px) {
  .alert-bar {
    position: absolute;
  }
}
.alert-bar p {
  margin: 0 auto;
  width: 98%;
  max-width: 1400px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.alert-bar a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  color: #FFFFFF;
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}

.nav-tool h2 {
  display: inline;
}

#nav-tool-login {
  display: inline;
}

.nav-pipe {
  display: inline;
}
/*
a#login-register-header {
  display: inline;
}
*/
#utility-header #lang_select .content .multi-option {
  padding: 10px;
  /*border-top: 1px solid #d8d8d8;*/
}

#utility-header #lang_select .content .multi-option:hover {
  background-color: #d8d8d8;
}

.homepage_Image_container {
  clear: both;
  height: 500px;
}

#nav-tool-multilingual-header .multi-option.last .multi-lang-link.chinese {
  background: url("/assets/images/home/chinese_characters.gif") 0 0 no-repeat;
  position: relative;
  right: 0px;
  top: 10px;
}

/* END OF DUPLICATE */
div.shortcut.sc-buy {
  padding-bottom: 0px !important;
}

.shortcut.sc-buy a {
  position: relative;
}

.shortcut.sc-hold a {
  position: relative;
  top: -15px;
}

.shortcut.sc-boxes a {
  position: relative;
  top: -15px;
}

/* Home Blades */
@media only screen and (min-width: 959px) {
  /* navigation overflow */
  .menu--tier-one a span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    color: #333366;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    vertical-align: middle;
    z-index: 99999;
    position: absolute;
    left: 0%;
    top: 8px;
  }

  a.menu--tier-one-link.menu--item {
    line-height: 27px;
  }

  .menu ol li.menu--tier-one-category--quick-tools a span {
    color: #FFFFFF;
  }

  .menu ol li.menu--tier-one-category--quick-tools:hover a span {
    color: #333366;
  }

  .menu ol li.menu--tier-one-category--quick-tools a:hover span {
    color: #333366;
  }
}
.easy-autocomplete-container ul li b {
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333366;
}

.easy-autocomplete-container ul {
  top: -12px !important;
}

.easy-autocomplete-container ul li {
  font-size: 14px;
  color: #575757;
  font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 9px 0px !important;
  text-align: left;
  text-indent: 0;
}

.trackContainer .input--field {
  background: white;
  border: 1px solid #D8D8D7;
  color: #595959;
  display: inline-block;
  font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  height: 18px;
  height: 1.8rem;
  line-height: 15px;
  line-height: 1.5rem;
  outline: 0;
  margin: 0;
  text-align: left;
  padding: 10px 0;
  -webkit-appearance: none;
  width: 62%;
  text-indent: 9px;
}

@media only screen and (max-width: 958px) {
  input.quick-tools--track--submit.input--search.search--submit {
    position: absolute;
    right: 15px;
    top: 10px;
  }

  .section--show-hide p {
    padding-top: 20px;
    margin-bottom: 0;
  }

  .section--show-hide.active p {
    padding-top: 0px;
  }

  .section--show-hide.active .section-title {
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 1016px) and (max-width: 1175px) {
  .menu--tier-one a span {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .menu ol li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 959px) and (max-width: 1015px) {
  .menu--tier-one a span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .menu ol li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body {
  min-width: 0 !important;
}

/*quicktools border fix for tablet */
@media only screen and (min-width: 539px) and (max-width: 958px) {
  .shortcut {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .shortcut {
    border: 1px solid #b5b5b5 !important;
  }

  .quicktools-open .shortcut:nth-of-type(5),
  .quicktools-full .shortcut:nth-of-type(4) {
    border-right: 0px !important;
  }

  .quicktools-open .shortcut:nth-of-type(2),
  .quicktools-open .shortcut:nth-of-type(3),
  .quicktools-open .shortcut:nth-of-type(4),
  .quicktools-open .shortcut:nth-of-type(5) {
    border-top: 0px !important;
  }

  .quicktools-open .shortcut:nth-of-type(2),
  .quicktools-full .shortcut:nth-of-type(1) {
    border-left: 0 !important;
  }

  .quicktools-full .shortcut:nth-of-type(5),
  .quicktools-full .shortcut:nth-of-type(6) {
    border-bottom: 0 !important;
  }

  .quicktools-full .shortcut:nth-of-type(5),
  .quicktools-full .shortcut:nth-of-type(6) {
    border-top: 0 !important;
  }

  .mobile-quicktools .shortcut.sc-pobox {
    margin-left: 24.9%;
    width: 25.1% !important;
  }

  /*
  .mobile-quicktools .shortcut.sc-boxes {
      margin-left: 2%;
      width: 25.1% !important;
  }
  */
  .quicktools-open .shortcut:nth-of-type(3),
  .quicktools-open .shortcut:nth-of-type(4),
  .quicktools-open .shortcut:nth-of-type(5),
  .quicktools-full .shortcut:nth-of-type(2),
  .quicktools-full .shortcut:nth-of-type(3),
  .quicktools-full .shortcut:nth-of-type(4),
  .quicktools-full .shortcut:nth-of-type(6) {
    border-left: 0px solid red !important;
  }
}
@media only screen and (max-width: 373px) {
  .shortcut {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 0;
    margin: 0 auto;
    float: unset;
  }

  #quick-tools--input.input--field {
    width: 70%;
  }
}
@media only screen and (min-width: 959px) {
  .blades.active h3 {
    text-align: left;
  }

  .menu ol li {
    margin-left: -4px;
    padding-left: 4px;
  }

  /*
  .menu ol li.menu--tier-one-category--search.active {
      background-color: #f7f7f7;
  }
  */
  .easy-autocomplete-container {
    left: 0;
  }
}
.mobile-panels .link-carat {
  width: 9px;
  height: 9px;
  background-image: url(/assets/images/home/text-link-carat-white.svg);
  background-repeat: no-repeat;
  display: inline-block;
}

@media only screen and (min-width: 959px) {
  .menu--tier-one li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background: #d8d8d8;
    transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform-origin: 0 35%;
    z-index: 1;
  }

  .menu--tier-one li:hover:after {
    background: #ededed;
  }

  .menu--tier-two li:after,
  .menu--tier-one li.usps-logo:after {
    height: 0px;
  }

  .menu--tier-two li {
    left: -6px;
  }

  li.menu--tier-one-category--quick-tools:after {
    background: #333366;
  }

  li.menu--tier-one-category--expand {
    margin-left: -8px;
  }

  li.menu--tier-one-category--expand:hover:after {
    background: #d8d8d8;
  }

  .menu--tier-one li .menu--tier-two li a {
    backface-visibility: hidden;
  }
}
.mobile-header .search-trigger.active a {
  background: url(/assets/images/home/close_x.svg);
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
}

.mobile-header .mobile-menu-trigger.active a {
  background: url(/assets/images/home/close_x.svg);
  background-repeat: no-repeat;
}

.quicktools-container {
  margin-left: 2vw;
}

@media only screen and (max-width: 958px) {
  .quicktools-container {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  li.global-footer--navigation-category {
    width: 43vw;
  }
}
@media only screen and (max-width: 538px) and (min-width: 400px) {
  .quicktools-full,
  .quicktools-open {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 958px) and (min-width: 539px) {
  .quicktools-full,
  .quicktools-open {
    max-width: 700px;
    margin: 0 auto;
  }

  .mobile-quicktools .shortcut {
    width: 25% !important;
  }
}
.search--submit {
  background: url("/assets/images/home/search.svg") no-repeat;
  padding: 0px;
  margin: 0px;
  width: 20px;
  height: 20px;
}

.empty-search p {
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333366;
  font-size: 16px;
}

.empty-search li {
  color: #333366;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#utility-header .anchor.highlight:hover {
  background-color: #F7F7F7;
}

#utility-header .anchor:hover {
  background-color: white;
}

@media only screen and (min-width: 959px) {
 

  .menu--tier-one a span.tier_one_chevron {
    display: none;
  }

  .homepage-blades .pseudo-list li a:hover {
    color: #d8d8d8;
  }
}
.quicktools-title a,
.quicktools-title-close a {
  display: block;
}

@media only screen and (max-width: 958px) {
  #search--display .search-close a {
    display: none;
  }
}
.quicktools-title p.cls:after {
  -webkit-transform: rotate(180deg);
  -moz-transition: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.easy-autocomplete-container ul {
  border-top: none !important;
  height: 155px;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  border: none !important;
}


/* Mobile Sign Out */
@media only screen and (max-width: 958px) {

	  .menu.active .mobile-utility {
		width: 100%;
		height: 50px;
		box-sizing: content-box;
		white-space: nowrap;
	  }
	.menu.active .mobile-utility div {
		width: 100%;
		background-color: #333366;
		display: inline-block;
		box-sizing: border-box;
		text-align: center;
		height: 50px;
	}
	  .menu.active .mobile-utility div a.m-sign-log {
		width: 50%;
	}
}
/* Fix for Login Modal */
#accountSubLinks li a {
    padding: 5px 0px;
    font-weight: normal;
    display: inline-block;
}
#accountLinks a {
    display: inline-block;
    padding: 0;
}
/* Informed Delivery */

@media only screen and (min-width: 959px) {
	.sc-informed span {
		background: url(/global-elements/header/images/utility-header/informed-delivery.png) no-repeat;
		margin-left: 30px !important;
	}
	.short-container a sup {
		font-weight: normal;
	}
	.shortcut.sc-informed {
		display: block;
		position: relative;
		top: -13px;
	}
}

@media only screen and (max-width: 958px) {
	.sc-informed span {
		background: url(/global-elements/header/images/utility-header/informed-delivery.png) no-repeat;
		width: 43px !important;
		height: 43px !important;
	    background-size: 43px 43px;
	}
}

@media only screen and (max-width: 958px) and (min-width: 550px) {
	.shortcut.sc-informed {
		border-top: 0 !important;
		border-bottom: 0 !important;
		border-left: 0 !important;
	}
}
@media only screen and (max-width: 958px) and (min-width: 539px) {
	.mobile-quicktools .shortcut.sc-pobox {
		margin-left: 0 !important;
		width: 25.1% !important;
	}
	.shortcut.sc-boxes {
		border-top: 0 !important;
		border-left: 0!important;
		border-bottom: 0!important;
	}
	.shortcut.sc-change {
		border-left: 0!important;
	}
}
@media only screen and (max-width: 958px){
	.mobile-quicktools a {
		font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	.mobile-quicktools a sup {
		font-size: 10.5px; 
		font-weight: normal;
	}
}
@media only screen and (max-width: 959px){
	.menu.active ol li.touchscreen-only {
        display:none !important;   
    }
}
.mobile-panels .section--show-hide p a, .mobile-panels .section--show-hide li a {
    color: #ffffff;
}
textarea, input[type="text"], input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    -moz-appearance: none;
}