@charset "UTF-8";
/* New branding colours */
.abb-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  z-index: 1;
  padding: 1rem 0.5rem;
  background: #ffffff;
  box-shadow: 0px 8px 8px -7px rgba(0, 0, 0, 0.3); }
  .abb-nav__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 88px; }
  .abb-nav__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    overflow: hidden;
    max-height: 0; }
    .abb-nav__menu--is-visible {
      max-height: 2000px;
      transition: all 0.218s cubic-bezier(0.4, 0, 0.2, 1);
      transition-property: max-height; }
  .abb-nav__quick-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3rem;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column; }
  .abb-nav__menu-button {
    display: inline-block;
    float: right;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    color: #868686; }
    .abb-nav__menu-button:before {
      font-family: 'Icomoon-Ultimate';
      font-weight: normal;
      font-style: normal;
      content: ""; }
    .abb-nav__menu-button--close:before {
      content: ""; }

@media screen and (min-width: 48em) {
  .abb-nav {
    padding: 0 2.5rem;
    min-height: 100%;
    height: 100%;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    box-shadow: none;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
    .no-flexbox .abb-nav {
      display: table;
      table-layout: fixed;
      width: 100%; }
    .abb-nav__menu-button {
      display: none; }
    .abb-nav__head {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch; }
      .no-flexbox .abb-nav__head {
        display: table-cell;
        vertical-align: middle;
        width: 88px; }
    .abb-nav__menu {
      margin-left: 2rem;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-top: 0;
      -webkit-flex-grow: 300;
          -ms-flex-positive: 300;
              flex-grow: 300;
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row;
      overflow: visible;
      max-height: none; }
      .no-flexbox .abb-nav__menu {
        display: table-cell;
        vertical-align: bottom; }
    .abb-nav__quick-buttons {
      padding: 0;
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row; }
      .no-flexbox .abb-nav__quick-buttons {
        display: table-cell;
        vertical-align: bottom; } }

.abb-navbar {
  font-size: 14px;
  margin-left: 0;
  width: 100%; }
  .abb-navbar__item {
    color: #6E6E6E; }
    .abb-navbar__item__label {
      line-height: 1em;
      color: #3C3C3C; }
      .abb-navbar__item__label--explorable:after {
        font-family: 'Icomoon-Ultimate';
        font-weight: normal;
        font-style: normal;
        margin-right: 1em;
        vertical-align: middle;
        content: "";
        font-size: 75%; }
    .abb-navbar__item__content {
      box-shadow: 0px 8px 8px -7px rgba(0, 0, 0, 0.3); }
      .abb-navbar__item__content > ul {
        width: 100%; }
    .abb-navbar__item--search .abb-icon {
      font-size: 16px; }

@media screen and (max-width: 47.9375em) {
  .abb-navbar {
    overflow: hidden;
    position: relative;
    background: white;
    font-size: 16px;
    transition: min-height 0.15s linear;
    margin-top: 2rem; }
    .abb-navbar__back {
      display: block;
      padding-bottom: 0.7rem;
      cursor: pointer; }
      .abb-navbar__back:before {
        font-family: 'Icomoon-Ultimate';
        font-weight: normal;
        font-style: normal;
        margin-right: 0.5em;
        vertical-align: middle;
        content: "";
        font-size: 50%; }
    .abb-navbar__item {
      list-style-type: none;
      margin: 0; }
      .abb-navbar__item__label {
        display: block;
        padding: 0.7rem 0;
        position: relative; }
        .abb-navbar__item__label--explorable:after {
          font-family: 'Icomoon-Ultimate';
          font-weight: normal;
          font-style: normal;
          margin-left: 1em;
          float: right;
          vertical-align: middle;
          content: "";
          font-size: 75%; }
      .abb-navbar__item__content {
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: 0;
        z-index: -1;
        width: 100%;
        list-style-type: none;
        background: #ffffff;
        transition: -webkit-transform 0.15s linear;
        transition: transform 0.15s linear;
        transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
      .abb-navbar__item--is-opened .abb-navbar__item__content {
        z-index: 1;
        display: block;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
      .abb-navbar__item--is-closing .abb-navbar__item__content {
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); } }

@media screen and (min-width: 48em) {
  .abb-navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-flex-grow: 100;
        -ms-flex-positive: 100;
            flex-grow: 100; }
    .no-flexbox .abb-navbar {
      display: table-cell;
      vertical-align: bottom; }
    .abb-navbar__back {
      display: none; }
    .abb-navbar__item {
      list-style-type: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      transition: all 0.218s cubic-bezier(0.4, 0, 0.2, 1);
      transition-property: border-color; }
      .no-flexbox .abb-navbar__item {
        display: table-cell;
        vertical-align: middle; }
      .abb-navbar__item__label {
        text-align: center;
        border-bottom: 2px solid transparent;
        display: inline-block;
        padding: 17px 0.75em 0 0.75em;
        height: 50px;
        transition: all 0.218s cubic-bezier(0.4, 0, 0.2, 1);
        transition-property: color, border-color; }
        .abb-navbar__item__label--explorable:after {
          margin-left: 1em;
          margin-right: 0;
          content: "";
          transition: all 0.218s cubic-bezier(0.4, 0, 0.2, 1);
          transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          display: inline-block; }
      .abb-navbar__item:hover {
        color: #0076b7; }
        .abb-navbar__item:hover .abb-navbar__item__label {
          color: #0076b7;
          border-color: #0076b7; }
        .abb--red .abb-navbar__item:hover .abb-navbar__item__label {
          color: #ff000f;
          border-color: #ff000f; }
      .abb-navbar__item--is-opened {
        border-color: #0076b7; }
        .abb-navbar__item--is-opened .abb-navbar__item__content {
          display: block; }
        .abb-navbar__item--is-opened .abb-navbar__item__label {
          color: #0076b7; }
          .abb-navbar__item--is-opened .abb-navbar__item__label--explorable:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
      .abb-navbar__item--search {
        -webkit-flex-grow: 5;
            -ms-flex-positive: 5;
                flex-grow: 5;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 0;
        min-width: 120px; }
        .no-flexbox .abb-navbar__item--search {
          min-width: 170px; }
        .abb-navbar__item--search:hover {
          color: #6E6E6E;
          border-color: transparent; }
      .abb-navbar__item__content {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 1280px;
        z-index: 1;
        padding: 1.5rem 2rem;
        background: #ffffff; } }

.abb-nav__button {
  color: #A0A0A0;
  padding: 0.7rem 0;
  transition: all 0.218s cubic-bezier(0.4, 0, 0.2, 1); }
  .abb-nav__button:hover {
    color: #0076b7; }
    .abb--red .abb-nav__button:hover {
      color: #ff000f; }
  .abb-nav__button:visited {
    color: #A0A0A0; }

@media screen and (min-width: 48em) {
  .abb-nav__button {
    width: 50px;
    height: 50px;
    border-bottom: 2px solid transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .no-flexbox .abb-nav__button {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .abb-nav__button__text {
      display: none; } }

.abb-navsec {
  color: #0a0a0a; }
  .abb-navsec a {
    color: #0a0a0a; }
    .abb-navsec a:visited {
      color: #0a0a0a; }
    .abb-navsec a:hover {
      color: #0076b7; }
      .abb--red .abb-navsec a:hover {
        color: #ff000f; }
  .abb-navsec__summary {
    display: block;
    font-weight: 500;
    margin-top: 1.5rem;
    color: #0a0a0a;
    float: right; }
    .abb-navsec__summary:after {
      font-family: 'Icomoon-Ultimate';
      font-weight: normal;
      font-style: normal;
      content: "";
      vertical-align: middle;
      font-size: 75%;
      margin-left: 1em; }
    .abb-navsec__summary:hover {
      color: #0076b7; }
      .abb--red .abb-navsec__summary:hover {
        color: #ff000f; }
  .abb-navsec__label {
    display: block;
    font-weight: 500;
    margin-bottom: 1.5rem; }
    .abb-navsec__label:visited {
      color: inherit; }
  .abb-navsec__list {
    margin-bottom: 1.5rem;
    margin-left: 1rem; }
    @media screen and (min-width: 48em) {
      .abb-navsec__list {
        margin-left: 0; } }
    @media screen and (min-width: 48em) {
      .abb-navsec__list--cols-2 {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    @media screen and (min-width: 48em) {
      .abb-navsec__list--cols-4 {
        -webkit-column-count: 4;
           -moz-column-count: 4;
                column-count: 4; } }
    .abb-navsec__list > li {
      padding-bottom: 0.75em;
      -webkit-column-break-inside: avoid;
              break-inside: avoid;
      page-break-inside: avoid; }
