@charset "UTF-8";
/* New branding colours */
.abb-nav {
  display: -ms-flexbox;
  display: flex;
  -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); }
  @media print {
    .abb-nav {
      box-shadow: none; } }
  .abb-nav__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    min-width: 88px; }
    @media print {
      .abb-nav__head {
        -ms-flex-pack: end;
            justify-content: flex-end; } }
  .abb-nav__menu {
    display: -ms-flexbox;
    display: flex;
    -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; }
    @media print {
      .abb-nav__menu {
        display: none; } }
  .abb-nav__quick-buttons {
    display: -ms-flexbox;
    display: flex;
    padding-top: 3rem;
    -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; }
    @media print {
      .abb-nav__menu-button {
        display: none;
        border: 1px solid blue; } }
    .abb-nav__menu-button:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "ABBicons" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .abb-nav__menu-button--close:before {
      content: ""; }
  .abb-nav .abb-icon {
    font-size: 22px; }

@media screen and (min-width: 48em) {
  .abb-nav {
    padding: 0 2.5rem;
    min-height: 100%;
    height: 100%;
    -ms-flex-align: stretch;
        align-items: stretch;
    box-shadow: none;
    -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 {
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -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;
      -ms-flex-align: end;
          align-items: flex-end;
      padding-top: 0;
      -ms-flex-positive: 300;
          flex-grow: 300;
      -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;
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-positive: 100;
          flex-grow: 100;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .no-flexbox .abb-nav__quick-buttons {
        display: table-cell;
        vertical-align: bottom; } }

.abb-navbar {
  font-size: 15px;
  margin-left: 0;
  width: 100%; }
  .abb-navbar__item {
    color: #6E6E6E; }
    .abb-navbar__item__label {
      line-height: 1em;
      color: #3C3C3C;
      font-size: 17px;
      font-weight: 400;
      white-space: nowrap;
      cursor: pointer;
      text-decoration: none; }
      .abb-navbar__item__label--explorable:after {
        margin-right: 1em;
        vertical-align: middle;
        content: "\25bc";
        font-size: 20px;
        transform-origin: 50% 50%; }
    .abb-navbar__item__content {
      box-shadow: 0px 8px 8px -7px rgba(0, 0, 0, 0.3); }
      .abb-navbar__item__content > ul {
        width: 100%; }

@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 {
        margin-right: 0.5em;
        vertical-align: middle;
        content: "▼";
        transform: rotate(90deg);
        display: inline-block; }
    .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 {
          margin-left: 1em;
          float: right;
          transform: rotate(270deg); }
      .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: transform 0.15s linear; }
      .abb-navbar__item--is-opened .abb-navbar__item__content {
        z-index: 1;
        display: block;
        transform: translateX(-100%); }
      .abb-navbar__item--is-closing .abb-navbar__item__content {
        transform: translateX(100%); } }

@media screen and (min-width: 48em) {
  .abb-navbar {
    display: -ms-flexbox;
    display: flex;
    width: auto; }
    .no-flexbox .abb-navbar {
      display: table-cell;
      vertical-align: bottom; }
    .abb-navbar__back {
      display: none; }
    .abb-navbar__item {
      list-style-type: none;
      display: -ms-flexbox;
      display: flex;
      -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: 11px 8px 0 8px;
        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: 8px;
          margin-right: 0;
          transition: all 0.218s cubic-bezier(0.4, 0, 0.2, 1);
          transition-property: transform;
          display: inline-block; }
      .abb-navbar__item:hover .abb-navbar__item__label {
        border-color: #ff000f; }
      .abb-navbar__item--is-opened {
        border-color: #ff000f; }
        .abb-navbar__item--is-opened .abb-navbar__item__content {
          display: block; }
        .abb-navbar__item--is-opened .abb-navbar__item__label--explorable:after {
          transform: rotate(180deg); }
      .abb-navbar__item--search {
        -ms-flex-positive: 5;
            flex-grow: 5;
        -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 {
  padding: 0.7rem 0;
  transition: all 0.218s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex; }
  .abb-nav__button:hover {
    color: #000; }
  .abb-nav__button:visited {
    color: #000; }
  .abb-nav__button__text {
    margin-left: 5px; }

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

.abb-navsec {
  color: #0a0a0a;
  font-weight: 400; }
  .abb-navsec a {
    color: #0a0a0a;
    text-decoration: none; }
    .abb-navsec a:visited {
      color: #0a0a0a; }
    .abb-navsec a:hover {
      color: #FF000F; }
  .abb-navsec__summary {
    display: block;
    font-weight: 500;
    margin-top: 1.5rem;
    color: #0a0a0a;
    float: right;
    text-decoration: none; }
    .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: #FF000F; }
  .abb-navsec__label {
    display: block;
    font-weight: 700;
    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 {
        column-count: 2; } }
    @media screen and (min-width: 48em) {
      .abb-navsec__list--cols-4 {
        column-count: 4; } }
    .abb-navsec__list > li {
      padding-bottom: 11px;
      break-inside: avoid;
      page-break-inside: avoid; }
