body {
  font-family: 'source sans pro';
  line-height: 2.142;
}
/* Header styles */
.header__bar {
  padding-left: 32px;
}
button:not(.af-icon-button),
input[type='button'] {
  border: 0;
  border-radius:0;
}
.header__bar button {
  padding: 1px 6px;
}

}
button:not(.af-icon-button):hover,
button:not(.af-icon-button):active,
button:not(.af-icon-button):focus {
  background: transparent;
  color: inherit;
  border: 0;
}
.container.search_form form button.cmp-button {
  padding: 5px 6px 1px;
}
.mobile__only.mobile__drawer .button button{
  padding: 1px 16px 1px 6px;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
