.account-masthead {
  -webkit-font-smoothing: antialiased;
  background: #c5050c;
  color: white;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: .825rem;
  font-weight: 700;
}

.account-masthead .account ul li a, .account-masthead .account ul li a:hover {
  color: #fff;
  background: transparent;
}

.uw-global-bar {
  position: absolute;
  top: 0;
  height: 0;
  line-height: 31px;
}

.uw-global-name-link {
  line-height: inherit;
}

.uw-global-name-link:hover {
  color: #fff;
}

.uw-search-submit {
  line-height: normal;
}

li {
  margin-bottom: 0;
}

.pub-title {
  text-transform: none;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

input:focus,
textarea:focus,
select:focus,
option:focus {
  background-color: #fff;
}

input.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

a.uw-footer-stand-out-link {
    font-size: .9375rem;
    display: block;
    margin-top: 2.5rem
}

.uw-social-icons {
    margin-top: 1rem;
    margin-left: 0
}

.uw-social-icons .uw-social-icon {
    display: inline-block;
    margin: 0 .5rem .75rem 0;
}

.uw-social-icons a {
    display: inline-block;
    background-color: #adadad;
    color: #282728;
    padding: .4rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
    border-radius: 1.05rem
}

.uw-social-icons a:hover {
    background-color: #f7f7f7
}

.uw-social-icons svg {
    display: inline-block;
    vertical-align: top;
    width: 1.3rem;
    height: 1.3rem;
    margin: 0;
    padding: 0;
    fill: #282728
}

.uw-footer-header {
  text-transform: none;
}

.no-break {
  white-space: nowrap;
}