/* New branding colours */
.abb-section {
  display: block; }
  .abb-section--main-element {
    margin-top: 1em;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 48em) {
      .abb-section--main-element {
        margin-top: 2rem;
        margin-bottom: 4rem; } }
  .abb-section--list-element {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media screen and (min-width: 48em) {
      .abb-section--list-element {
        margin-top: 2rem;
        margin-bottom: 2rem; } }
    .abb-section--list-element p {
      margin: 0.5rem 0; }
    .abb-section--list-element h1 {
      margin: 0.5rem 0; }
  .abb-section--small {
    font-size: 80%; }
  .abb-section__heading {
    text-transform: uppercase;
    font-size: 1rem;
    color: #868686;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 0.8em;
    margin-bottom: 1em; }
    .abb-section__heading--inline {
      display: inline-block;
      border: none; }
  .abb-section__image {
    margin-bottom: 0.5rem; }
  .abb-section--two-columns-flow {
    column-count: 1; }
    .abb-section--two-columns-flow h1, .abb-section--two-columns-flow h2, .abb-section--two-columns-flow h3, .abb-section--two-columns-flow h4, .abb-section--two-columns-flow h5, .abb-section--two-columns-flow h6 {
      margin-top: 3rem; }
      .abb-section--two-columns-flow h1:not(:first-child), .abb-section--two-columns-flow h2:not(:first-child), .abb-section--two-columns-flow h3:not(:first-child), .abb-section--two-columns-flow h4:not(:first-child), .abb-section--two-columns-flow h5:not(:first-child), .abb-section--two-columns-flow h6:not(:first-child) {
        margin-top: 0; }
    @media screen and (min-width: 30em) {
      .abb-section--two-columns-flow {
        column-count: 2;
        column-gap: 2rem; } }
  .abb-section--three-columns-flow {
    column-count: 1;
    padding: 1rem; }
    .abb-section--three-columns-flow h1, .abb-section--three-columns-flow h2, .abb-section--three-columns-flow h3, .abb-section--three-columns-flow h4, .abb-section--three-columns-flow h5, .abb-section--three-columns-flow h6 {
      margin-top: 3rem; }
      .abb-section--three-columns-flow h1:first-child, .abb-section--three-columns-flow h2:first-child, .abb-section--three-columns-flow h3:first-child, .abb-section--three-columns-flow h4:first-child, .abb-section--three-columns-flow h5:first-child, .abb-section--three-columns-flow h6:first-child {
        margin-top: 0; }
    @media screen and (min-width: 48em) {
      .abb-section--three-columns-flow {
        column-count: 3;
        column-gap: 2rem; } }
  .abb-section--four-columns-flow {
    column-count: 1; }
    .abb-section--four-columns-flow h1, .abb-section--four-columns-flow h2, .abb-section--four-columns-flow h3, .abb-section--four-columns-flow h4, .abb-section--four-columns-flow h5, .abb-section--four-columns-flow h6 {
      margin-top: 3rem; }
      .abb-section--four-columns-flow h1:not(:first-child), .abb-section--four-columns-flow h2:not(:first-child), .abb-section--four-columns-flow h3:not(:first-child), .abb-section--four-columns-flow h4:not(:first-child), .abb-section--four-columns-flow h5:not(:first-child), .abb-section--four-columns-flow h6:not(:first-child) {
        margin-top: 0; }
    @media screen and (min-width: 30em) {
      .abb-section--four-columns-flow {
        column-count: 2;
        column-gap: 2rem; } }
    @media screen and (min-width: 48em) {
      .abb-section--four-columns-flow {
        column-count: 4;
        column-gap: 2rem; } }
  .abb-section--listed {
    width: 65%;
    margin: auto; }
    @media screen and (max-width: 47.9375em) {
      .abb-section--listed {
        width: 95%; } }
    .abb-section--listed__header {
      color: #9b9b9b;
      text-transform: uppercase;
      border-bottom: 2px solid #e9e9e9;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem; }
    .abb-section--listed__item {
      margin-bottom: 2rem;
      padding-bottom: 1rem;
      border-bottom: 2px solid #e9e9e9; }
      .abb-section--listed__item__date {
        font-size: 3rem;
        color: #9b9b9b; }
      .abb-section--listed__item:last-child {
        border-bottom: none; }
  .abb-section--media {
    margin: 3rem 0;
    position: relative;
    color: #ffffff; }
    .abb-section--media__header {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      display: block;
      background-color: rgba(255, 255, 255, 0.3);
      padding: 1rem 1.5rem; }
    .abb-section--media__content {
      position: absolute;
      left: 2rem;
      bottom: 4rem;
      width: 20rem; }
  .abb-section--stock {
    background-color: #D0021B;
    color: white;
    overflow: hidden; }
    .abb-section--stock__header {
      display: block;
      text-align: center;
      font-size: 1.5rem;
      margin: 1.5rem 0 0.5rem 0; }
    .abb-section--stock__content {
      margin: 0.5rem 0;
      display: block;
      text-align: center;
      font-size: 4rem; }
    .abb-section--stock__footer {
      display: block;
      text-align: center;
      margin: 0.5rem 0 1.5rem 0; }
  .abb-section__links h4 {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem; }
  .abb-section__links p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 3rem; }
  .abb-section--article__body img {
    width: auto;
    margin: 0 auto; }
