/* New branding colours */
/* New branding colours */
.abb-tabs {
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6; }
  .abb-tabs::before, .abb-tabs::after {
    content: ' ';
    display: table; }
  .abb-tabs::after {
    clear: both; }
  @media screen and (min-width: 48em) {
    .abb-tabs {
      border-top: none; } }
  .abb-tabs--vertical > li {
    width: auto;
    float: none;
    display: block; }
  .abb-tabs--simple > li > a {
    padding: 0; }
    .abb-tabs--simple > li > a:hover {
      background: transparent; }
  .abb-tabs--primary > li > a {
    color: #000; }
    .abb-tabs--primary > li > a:hover, .abb-tabs--primary > li > a:focus {
      border-color: #000; }
  .abb-tabs__title {
    display: block;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .abb-tabs__title {
        width: auto;
        float: left; } }
    .abb-tabs__title > a {
      display: block;
      padding: 1rem 1.25rem;
      line-height: 1;
      border-bottom: 2px solid transparent;
      transition: all 0.218s cubic-bezier(0.4, 0, 0.2, 1);
      transition-property: border-color, color; }
      .abb-tabs__title > a:hover, .abb-tabs__title > a:focus, .abb-tabs__title > a[aria-selected='true'] {
        border-color: #FF000F;
        color: #000; }
    .abb-tabs__title > a {
      text-decoration: none; }
  .abb-tabs__content__panel {
    display: none;
    padding: 1rem 0 1rem; }
    @media screen and (min-width: 48em) {
      .abb-tabs__content__panel {
        padding-top: 3rem; } }
    .abb-tabs__content__panel.abb-tabs--is-active {
      display: block; }
  .abb-tabs__content ul li {
    margin-bottom: 0.8em; }
    .abb-tabs__content ul li a {
      text-decoration: underline; }
      .abb-tabs__content ul li a:hover {
        color: #FF000F; }
