/* New branding colours */
.abb-search-bar {
  position: relative;
  width: 100%;
  min-width: 50px;
  height: 50px;
  float: right;
  overflow: hidden;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden; }
  .no-js .abb-search-bar, .abb-search-bar--opened {
    width: 100%; }
  .abb-search-bar--opened .abb-search-bar__submit,
  .no-js .abb-search-bar .abb-search-bar__submit {
    z-index: 90; }
  .abb-search-bar__icon {
    color: #262626; }
    .abb-search-bar__icon > i {
      vertical-align: middle; }
  .abb-search-bar__input {
    position: absolute;
    top: 11px;
    left: 0;
    border-width: 0 0 1px;
    border-bottom: 1px solid #A0A0A0;
    outline: none;
    background: #fff;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 15px 0 50px;
    font-family: inherit; }
    .abb-search-bar__input::-webkit-input-placeholder {
      color: #D2D2D2; }
    .abb-search-bar__input:-moz-placeholder {
      color: #D2D2D2; }
    .abb-search-bar__input::-moz-placeholder {
      color: #D2D2D2; }
    .abb-search-bar__input:-ms-input-placeholder {
      color: #D2D2D2; }

.abb-search-bar__icon,
.abb-search-bar__submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer; }

.abb-search-bar__submit {
  background: #fff;
  /* some IE needs this */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

@media screen and (min-width: 48em) {
  .abb-search-bar {
    width: 0%; }
    .abb-search-bar--opened {
      width: 100%; }
    .abb-search-bar__input {
      padding: 0;
      top: 3px;
      margin: 0 15px 0 50px; } }
