body {
  font-family: 'PT Sans', sans-serif;
}
a:hover {
  /*transition: all 0.2s linear;*/
}
.wr-head-h-wrapper {
  position: relative;
  display: table;
  min-width: 950px;
  width: 950px;
  margin: 0 auto;
}
.wr-head-h-wrapper .h-nav {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  float: right;
  padding-top: 9px;
}
.wr-head-h-wrapper .h-nav ul {
  float: left;
}
.wr-head-h-wrapper .h-nav ul:last-of-type li {
  padding-right: 0;
  border-right: 0;
  padding-left: 0;
  border-left: 0;
}
.wr-head-h-wrapper .h-nav li {
  float: left;
  margin: 0 10px 0 0;
  list-style: none;
  /*border-right: 1px solid #20539e;*/
  /*border-left: 1px solid #20539e;*/
  padding-left: 20px;
}
.wr-head-h-wrapper .h-nav a {
  color: #fff;
  float: left;
  /*padding: 0 20px 0 30px;*/
  height: 30px;
  padding: 1.5px 8px 0 0px;
  line-height: 30px;
  font-weight: bold;
}
.wr-head-h-wrapper .h-nav a.sign-up {
  padding-left: 31px;
}
.wr-head-h-wrapper .autocomplete_block {
  float: right;
  padding-top: 8px;
}
.head-wrapper {
  background-image: -webkit-linear-gradient(left, #3e53a4 0%, #0c76ba 100%);
  background-image: -o-linear-gradient(left, #3e53a4 0%, #0c76ba 100%);
  background-image: linear-gradient(to right, #3e53a4 0%, #0c76ba 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3E53A4', endColorstr='#FF0C76BA', GradientType=1);
  box-sizing: border-box;
}
.logo-pitney,
.logo,
.autocomplete_block {
  display: table-cell;
  vertical-align: middle;
  /*padding-right: 12px;*/
}
.input-group {
  position: relative;
  display: none;
}
.input-group.active {
  display: block;
}
.input-group.active + .close {
  background: transparent url("../images/redesign/menu-sprite.svg") no-repeat scroll -54px -9px;
  margin: 10px 0 0 -20px;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  opacity: 0.55;
  float: none;
}

.sign-up {
  position: relative;
}

.sign-up:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 32px;
  /*background: url("../images/redesign/menu-sprite.svg") no-repeat -4px 0px;*/
}

.log-in {
  position: relative;
}

.log-in:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 32px;
  /*background: url("../images/redesign/menu-sprite.svg") no-repeat -29px 1px;*/
}
#login_box {
  z-index: 9999 !important;
}
.footer-logo a {
  background: url("../images/redesign/logo-color.svg") no-repeat top center;
  background-size: 100% auto;
  display: block;
  width: 175px;
  height: 50px;
}
