.bbc-news-vj-wrapper {
  font-size: 16px; }

.bbc-news-vj-direction--rtl {
  direction: rtl; }

.full-frame-scaffold-news-banner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 16px;
  background-color: #bb1919;
  height: 38px; }
  .full-frame-scaffold-news-banner__logo {
    width: 100%;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
    height: 38px; }
  .full-frame-scaffold-news-banner__btn {
    text-decoration: none;
    position: relative;
    display: block;
    border: 0; }
  .full-frame-scaffold-news-banner__img {
    position: absolute;
    height: 20px;
    width: auto;
    margin-top: 9px; }

.ns_creditsHolder {
  width: 100%;
  max-width: 704px;
  margin: 52px auto 0 auto;
  padding: 0 40px; }
  .ns_creditsHolder .ns_creditsLineThin {
    width: 100%;
    height: 1px;
    background-color: #bdbdbd; }
  .ns_creditsHolder .ns_creditsLineThick {
    width: 100%;
    height: 8px;
    background-color: gainsboro; }

.ns_onwardJourneys {
  margin-top: 32px;
  margin-bottom: 32px; }
  .ns_onwardJourneys .ns_creditsLineThin {
    margin-bottom: 16px; }
  .ns_onwardJourneys span {
    line-height: 20px;
    display: block;
    margin-top: 8px; }

.browser-notify {
  background-color: #333;
  width: 100%; }
  .browser-notify__banner {
    color: #fff;
    margin: 0 auto;
    max-width: 992px;
    padding: 10px; }
    .browser-notify__banner span {
      margin-left: 10px;
      color: #fff;
      font-size: 14px; }
  .browser-notify__icon {
    background: url("../img/news--icons-sprite.png") no-repeat;
    background-position: -6px -6110px;
    float: left;
    height: 20px;
    margin-left: 8px;
    width: 20px; }

/*# sourceMappingURL=scaffold-full-width.css.map *//* autoprefixer: off */
/**
     * Grid containing element
     */
.gel-wrap {
  max-width: 1008px;
  margin: 0 auto;
  padding-right: 8px;
  padding-left: 8px; }
  @media (min-width: 25em) {
    .gel-wrap {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 80em) {
    .gel-wrap {
      max-width: 1280px; } }

/**
     * A grid row
     */
.gel-layout {
  list-style: none;
  direction: ltr;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  margin-left: -8px;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 37.5em) {
    .gel-layout {
      margin-left: -16px; } }

/**
     * A single grid item
     */
.gel-layout__item {
  width: 100%;
  display: inline-block;
  padding-left: 8px;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 37.5em) {
    .gel-layout__item {
      padding-left: 16px; } }

/**
     * Layouts with no gutters.
     */
.gel-layout--flush {
  margin-left: 0; }
  .gel-layout--flush > .gel-layout__item {
    padding-left: 0; }

/**
     * Reversed rendered order of layout items, e.g. items 1, 2, 3, 4 in your
     * markup will display in order 4, 3, 2, 1 on your page
     */
.gel-layout--rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .no-flexbox .gel-layout--rev {
    direction: rtl;
    text-align: left; }
    .no-flexbox .gel-layout--rev > .gel-layout__item {
      direction: ltr;
      text-align: left; }

/**
     * Align layout items to the vertical centers of each other
     */
.gel-layout--middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }
  .gel-layout--middle > .gel-layout__item {
    vertical-align: middle; }

/**
     * Align layout items to the vertical bottoms of each other
     */
.gel-layout--bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }
  .gel-layout--bottom > .gel-layout__item {
    vertical-align: bottom; }

/**
     * Make the layout items fill up from the right hand side
     */
.gel-layout--right {
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .gel-layout--right > .gel-layout__item {
    text-align: left; }

/**
     * Make the layout items fill up from the center outward
     */
.gel-layout--center {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gel-layout--center > .gel-layout__item {
    text-align: left; }

/**
     * Cause layout items to take up a non-explicit amount of width
     */
.gel-layout--auto > .gel-layout__item {
  width: auto; }

/**
     * Disable the flexbox grid
     */
.gel-layout--no-flex,
.gel-layout--no-flex > .gel-layout__item {
  display: block;
  display: inline-block; }

/**
         * Force items to be of equal height
         */
.gel-layout--equal > .gel-layout__item {
  display: -webkit-flex;
  display: flex; }

/**
         * Allow items to devide the space equally between the number of items
         */
.gel-layout--fit > .gel-layout__item {
  width: auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/**
         * Align a single grid item to the top
         */
.gel-layout__item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

/**
         * Align a single grid item to the center
         */
.gel-layout__item--center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/**
         * Align a single grid item to the bottom
         */
.gel-layout__item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.gel-1\/1 {
  width: 100% !important; }

.gel-1\/2 {
  width: 50% !important; }

.gel-1\/3 {
  width: 33.3333333333% !important; }

.gel-2\/3 {
  width: 66.6666666667% !important; }

.gel-1\/4 {
  width: 25% !important; }

.gel-2\/4 {
  width: 50% !important; }

.gel-3\/4 {
  width: 75% !important; }

.gel-1\/5 {
  width: 20% !important; }

.gel-2\/5 {
  width: 40% !important; }

.gel-3\/5 {
  width: 60% !important; }

.gel-4\/5 {
  width: 80% !important; }

.gel-1\/8 {
  width: 12.5% !important; }

.gel-2\/8 {
  width: 25% !important; }

.gel-3\/8 {
  width: 37.5% !important; }

.gel-4\/8 {
  width: 50% !important; }

.gel-5\/8 {
  width: 62.5% !important; }

.gel-6\/8 {
  width: 75% !important; }

.gel-7\/8 {
  width: 87.5% !important; }

.gel-1\/10 {
  width: 10% !important; }

.gel-2\/10 {
  width: 20% !important; }

.gel-3\/10 {
  width: 30% !important; }

.gel-4\/10 {
  width: 40% !important; }

.gel-5\/10 {
  width: 50% !important; }

.gel-6\/10 {
  width: 60% !important; }

.gel-7\/10 {
  width: 70% !important; }

.gel-8\/10 {
  width: 80% !important; }

.gel-9\/10 {
  width: 90% !important; }

.gel-1\/12 {
  width: 8.3333333333% !important; }

.gel-2\/12 {
  width: 16.6666666667% !important; }

.gel-3\/12 {
  width: 25% !important; }

.gel-4\/12 {
  width: 33.3333333333% !important; }

.gel-5\/12 {
  width: 41.6666666667% !important; }

.gel-6\/12 {
  width: 50% !important; }

.gel-7\/12 {
  width: 58.3333333333% !important; }

.gel-8\/12 {
  width: 66.6666666667% !important; }

.gel-9\/12 {
  width: 75% !important; }

.gel-10\/12 {
  width: 83.3333333333% !important; }

.gel-11\/12 {
  width: 91.6666666667% !important; }

.gel-1\/24 {
  width: 4.1666666667% !important; }

.gel-2\/24 {
  width: 8.3333333333% !important; }

.gel-3\/24 {
  width: 12.5% !important; }

.gel-4\/24 {
  width: 16.6666666667% !important; }

.gel-5\/24 {
  width: 20.8333333333% !important; }

.gel-6\/24 {
  width: 25% !important; }

.gel-7\/24 {
  width: 29.1666666667% !important; }

.gel-8\/24 {
  width: 33.3333333333% !important; }

.gel-9\/24 {
  width: 37.5% !important; }

.gel-10\/24 {
  width: 41.6666666667% !important; }

.gel-11\/24 {
  width: 45.8333333333% !important; }

.gel-12\/24 {
  width: 50% !important; }

.gel-13\/24 {
  width: 54.1666666667% !important; }

.gel-14\/24 {
  width: 58.3333333333% !important; }

.gel-15\/24 {
  width: 62.5% !important; }

.gel-16\/24 {
  width: 66.6666666667% !important; }

.gel-17\/24 {
  width: 70.8333333333% !important; }

.gel-18\/24 {
  width: 75% !important; }

.gel-19\/24 {
  width: 79.1666666667% !important; }

.gel-20\/24 {
  width: 83.3333333333% !important; }

.gel-21\/24 {
  width: 87.5% !important; }

.gel-22\/24 {
  width: 91.6666666667% !important; }

.gel-23\/24 {
  width: 95.8333333333% !important; }

@media (min-width: 25em) {
  .gel-1\/1\@s {
    width: 100% !important; }
  .gel-1\/2\@s {
    width: 50% !important; }
  .gel-1\/3\@s {
    width: 33.3333333333% !important; }
  .gel-2\/3\@s {
    width: 66.6666666667% !important; }
  .gel-1\/4\@s {
    width: 25% !important; }
  .gel-2\/4\@s {
    width: 50% !important; }
  .gel-3\/4\@s {
    width: 75% !important; }
  .gel-1\/5\@s {
    width: 20% !important; }
  .gel-2\/5\@s {
    width: 40% !important; }
  .gel-3\/5\@s {
    width: 60% !important; }
  .gel-4\/5\@s {
    width: 80% !important; }
  .gel-1\/8\@s {
    width: 12.5% !important; }
  .gel-2\/8\@s {
    width: 25% !important; }
  .gel-3\/8\@s {
    width: 37.5% !important; }
  .gel-4\/8\@s {
    width: 50% !important; }
  .gel-5\/8\@s {
    width: 62.5% !important; }
  .gel-6\/8\@s {
    width: 75% !important; }
  .gel-7\/8\@s {
    width: 87.5% !important; }
  .gel-1\/10\@s {
    width: 10% !important; }
  .gel-2\/10\@s {
    width: 20% !important; }
  .gel-3\/10\@s {
    width: 30% !important; }
  .gel-4\/10\@s {
    width: 40% !important; }
  .gel-5\/10\@s {
    width: 50% !important; }
  .gel-6\/10\@s {
    width: 60% !important; }
  .gel-7\/10\@s {
    width: 70% !important; }
  .gel-8\/10\@s {
    width: 80% !important; }
  .gel-9\/10\@s {
    width: 90% !important; }
  .gel-1\/12\@s {
    width: 8.3333333333% !important; }
  .gel-2\/12\@s {
    width: 16.6666666667% !important; }
  .gel-3\/12\@s {
    width: 25% !important; }
  .gel-4\/12\@s {
    width: 33.3333333333% !important; }
  .gel-5\/12\@s {
    width: 41.6666666667% !important; }
  .gel-6\/12\@s {
    width: 50% !important; }
  .gel-7\/12\@s {
    width: 58.3333333333% !important; }
  .gel-8\/12\@s {
    width: 66.6666666667% !important; }
  .gel-9\/12\@s {
    width: 75% !important; }
  .gel-10\/12\@s {
    width: 83.3333333333% !important; }
  .gel-11\/12\@s {
    width: 91.6666666667% !important; }
  .gel-1\/24\@s {
    width: 4.1666666667% !important; }
  .gel-2\/24\@s {
    width: 8.3333333333% !important; }
  .gel-3\/24\@s {
    width: 12.5% !important; }
  .gel-4\/24\@s {
    width: 16.6666666667% !important; }
  .gel-5\/24\@s {
    width: 20.8333333333% !important; }
  .gel-6\/24\@s {
    width: 25% !important; }
  .gel-7\/24\@s {
    width: 29.1666666667% !important; }
  .gel-8\/24\@s {
    width: 33.3333333333% !important; }
  .gel-9\/24\@s {
    width: 37.5% !important; }
  .gel-10\/24\@s {
    width: 41.6666666667% !important; }
  .gel-11\/24\@s {
    width: 45.8333333333% !important; }
  .gel-12\/24\@s {
    width: 50% !important; }
  .gel-13\/24\@s {
    width: 54.1666666667% !important; }
  .gel-14\/24\@s {
    width: 58.3333333333% !important; }
  .gel-15\/24\@s {
    width: 62.5% !important; }
  .gel-16\/24\@s {
    width: 66.6666666667% !important; }
  .gel-17\/24\@s {
    width: 70.8333333333% !important; }
  .gel-18\/24\@s {
    width: 75% !important; }
  .gel-19\/24\@s {
    width: 79.1666666667% !important; }
  .gel-20\/24\@s {
    width: 83.3333333333% !important; }
  .gel-21\/24\@s {
    width: 87.5% !important; }
  .gel-22\/24\@s {
    width: 91.6666666667% !important; }
  .gel-23\/24\@s {
    width: 95.8333333333% !important; } }

@media (min-width: 37.5em) {
  .gel-1\/1\@m {
    width: 100% !important; }
  .gel-1\/2\@m {
    width: 50% !important; }
  .gel-1\/3\@m {
    width: 33.3333333333% !important; }
  .gel-2\/3\@m {
    width: 66.6666666667% !important; }
  .gel-1\/4\@m {
    width: 25% !important; }
  .gel-2\/4\@m {
    width: 50% !important; }
  .gel-3\/4\@m {
    width: 75% !important; }
  .gel-1\/5\@m {
    width: 20% !important; }
  .gel-2\/5\@m {
    width: 40% !important; }
  .gel-3\/5\@m {
    width: 60% !important; }
  .gel-4\/5\@m {
    width: 80% !important; }
  .gel-1\/8\@m {
    width: 12.5% !important; }
  .gel-2\/8\@m {
    width: 25% !important; }
  .gel-3\/8\@m {
    width: 37.5% !important; }
  .gel-4\/8\@m {
    width: 50% !important; }
  .gel-5\/8\@m {
    width: 62.5% !important; }
  .gel-6\/8\@m {
    width: 75% !important; }
  .gel-7\/8\@m {
    width: 87.5% !important; }
  .gel-1\/10\@m {
    width: 10% !important; }
  .gel-2\/10\@m {
    width: 20% !important; }
  .gel-3\/10\@m {
    width: 30% !important; }
  .gel-4\/10\@m {
    width: 40% !important; }
  .gel-5\/10\@m {
    width: 50% !important; }
  .gel-6\/10\@m {
    width: 60% !important; }
  .gel-7\/10\@m {
    width: 70% !important; }
  .gel-8\/10\@m {
    width: 80% !important; }
  .gel-9\/10\@m {
    width: 90% !important; }
  .gel-1\/12\@m {
    width: 8.3333333333% !important; }
  .gel-2\/12\@m {
    width: 16.6666666667% !important; }
  .gel-3\/12\@m {
    width: 25% !important; }
  .gel-4\/12\@m {
    width: 33.3333333333% !important; }
  .gel-5\/12\@m {
    width: 41.6666666667% !important; }
  .gel-6\/12\@m {
    width: 50% !important; }
  .gel-7\/12\@m {
    width: 58.3333333333% !important; }
  .gel-8\/12\@m {
    width: 66.6666666667% !important; }
  .gel-9\/12\@m {
    width: 75% !important; }
  .gel-10\/12\@m {
    width: 83.3333333333% !important; }
  .gel-11\/12\@m {
    width: 91.6666666667% !important; }
  .gel-1\/24\@m {
    width: 4.1666666667% !important; }
  .gel-2\/24\@m {
    width: 8.3333333333% !important; }
  .gel-3\/24\@m {
    width: 12.5% !important; }
  .gel-4\/24\@m {
    width: 16.6666666667% !important; }
  .gel-5\/24\@m {
    width: 20.8333333333% !important; }
  .gel-6\/24\@m {
    width: 25% !important; }
  .gel-7\/24\@m {
    width: 29.1666666667% !important; }
  .gel-8\/24\@m {
    width: 33.3333333333% !important; }
  .gel-9\/24\@m {
    width: 37.5% !important; }
  .gel-10\/24\@m {
    width: 41.6666666667% !important; }
  .gel-11\/24\@m {
    width: 45.8333333333% !important; }
  .gel-12\/24\@m {
    width: 50% !important; }
  .gel-13\/24\@m {
    width: 54.1666666667% !important; }
  .gel-14\/24\@m {
    width: 58.3333333333% !important; }
  .gel-15\/24\@m {
    width: 62.5% !important; }
  .gel-16\/24\@m {
    width: 66.6666666667% !important; }
  .gel-17\/24\@m {
    width: 70.8333333333% !important; }
  .gel-18\/24\@m {
    width: 75% !important; }
  .gel-19\/24\@m {
    width: 79.1666666667% !important; }
  .gel-20\/24\@m {
    width: 83.3333333333% !important; }
  .gel-21\/24\@m {
    width: 87.5% !important; }
  .gel-22\/24\@m {
    width: 91.6666666667% !important; }
  .gel-23\/24\@m {
    width: 95.8333333333% !important; } }

@media (min-width: 56.25em) {
  .gel-1\/1\@l {
    width: 100% !important; }
  .gel-1\/2\@l {
    width: 50% !important; }
  .gel-1\/3\@l {
    width: 33.3333333333% !important; }
  .gel-2\/3\@l {
    width: 66.6666666667% !important; }
  .gel-1\/4\@l {
    width: 25% !important; }
  .gel-2\/4\@l {
    width: 50% !important; }
  .gel-3\/4\@l {
    width: 75% !important; }
  .gel-1\/5\@l {
    width: 20% !important; }
  .gel-2\/5\@l {
    width: 40% !important; }
  .gel-3\/5\@l {
    width: 60% !important; }
  .gel-4\/5\@l {
    width: 80% !important; }
  .gel-1\/8\@l {
    width: 12.5% !important; }
  .gel-2\/8\@l {
    width: 25% !important; }
  .gel-3\/8\@l {
    width: 37.5% !important; }
  .gel-4\/8\@l {
    width: 50% !important; }
  .gel-5\/8\@l {
    width: 62.5% !important; }
  .gel-6\/8\@l {
    width: 75% !important; }
  .gel-7\/8\@l {
    width: 87.5% !important; }
  .gel-1\/10\@l {
    width: 10% !important; }
  .gel-2\/10\@l {
    width: 20% !important; }
  .gel-3\/10\@l {
    width: 30% !important; }
  .gel-4\/10\@l {
    width: 40% !important; }
  .gel-5\/10\@l {
    width: 50% !important; }
  .gel-6\/10\@l {
    width: 60% !important; }
  .gel-7\/10\@l {
    width: 70% !important; }
  .gel-8\/10\@l {
    width: 80% !important; }
  .gel-9\/10\@l {
    width: 90% !important; }
  .gel-1\/12\@l {
    width: 8.3333333333% !important; }
  .gel-2\/12\@l {
    width: 16.6666666667% !important; }
  .gel-3\/12\@l {
    width: 25% !important; }
  .gel-4\/12\@l {
    width: 33.3333333333% !important; }
  .gel-5\/12\@l {
    width: 41.6666666667% !important; }
  .gel-6\/12\@l {
    width: 50% !important; }
  .gel-7\/12\@l {
    width: 58.3333333333% !important; }
  .gel-8\/12\@l {
    width: 66.6666666667% !important; }
  .gel-9\/12\@l {
    width: 75% !important; }
  .gel-10\/12\@l {
    width: 83.3333333333% !important; }
  .gel-11\/12\@l {
    width: 91.6666666667% !important; }
  .gel-1\/24\@l {
    width: 4.1666666667% !important; }
  .gel-2\/24\@l {
    width: 8.3333333333% !important; }
  .gel-3\/24\@l {
    width: 12.5% !important; }
  .gel-4\/24\@l {
    width: 16.6666666667% !important; }
  .gel-5\/24\@l {
    width: 20.8333333333% !important; }
  .gel-6\/24\@l {
    width: 25% !important; }
  .gel-7\/24\@l {
    width: 29.1666666667% !important; }
  .gel-8\/24\@l {
    width: 33.3333333333% !important; }
  .gel-9\/24\@l {
    width: 37.5% !important; }
  .gel-10\/24\@l {
    width: 41.6666666667% !important; }
  .gel-11\/24\@l {
    width: 45.8333333333% !important; }
  .gel-12\/24\@l {
    width: 50% !important; }
  .gel-13\/24\@l {
    width: 54.1666666667% !important; }
  .gel-14\/24\@l {
    width: 58.3333333333% !important; }
  .gel-15\/24\@l {
    width: 62.5% !important; }
  .gel-16\/24\@l {
    width: 66.6666666667% !important; }
  .gel-17\/24\@l {
    width: 70.8333333333% !important; }
  .gel-18\/24\@l {
    width: 75% !important; }
  .gel-19\/24\@l {
    width: 79.1666666667% !important; }
  .gel-20\/24\@l {
    width: 83.3333333333% !important; }
  .gel-21\/24\@l {
    width: 87.5% !important; }
  .gel-22\/24\@l {
    width: 91.6666666667% !important; }
  .gel-23\/24\@l {
    width: 95.8333333333% !important; } }

@media (min-width: 63em) {
  .gel-1\/1\@xl {
    width: 100% !important; }
  .gel-1\/2\@xl {
    width: 50% !important; }
  .gel-1\/3\@xl {
    width: 33.3333333333% !important; }
  .gel-2\/3\@xl {
    width: 66.6666666667% !important; }
  .gel-1\/4\@xl {
    width: 25% !important; }
  .gel-2\/4\@xl {
    width: 50% !important; }
  .gel-3\/4\@xl {
    width: 75% !important; }
  .gel-1\/5\@xl {
    width: 20% !important; }
  .gel-2\/5\@xl {
    width: 40% !important; }
  .gel-3\/5\@xl {
    width: 60% !important; }
  .gel-4\/5\@xl {
    width: 80% !important; }
  .gel-1\/8\@xl {
    width: 12.5% !important; }
  .gel-2\/8\@xl {
    width: 25% !important; }
  .gel-3\/8\@xl {
    width: 37.5% !important; }
  .gel-4\/8\@xl {
    width: 50% !important; }
  .gel-5\/8\@xl {
    width: 62.5% !important; }
  .gel-6\/8\@xl {
    width: 75% !important; }
  .gel-7\/8\@xl {
    width: 87.5% !important; }
  .gel-1\/10\@xl {
    width: 10% !important; }
  .gel-2\/10\@xl {
    width: 20% !important; }
  .gel-3\/10\@xl {
    width: 30% !important; }
  .gel-4\/10\@xl {
    width: 40% !important; }
  .gel-5\/10\@xl {
    width: 50% !important; }
  .gel-6\/10\@xl {
    width: 60% !important; }
  .gel-7\/10\@xl {
    width: 70% !important; }
  .gel-8\/10\@xl {
    width: 80% !important; }
  .gel-9\/10\@xl {
    width: 90% !important; }
  .gel-1\/12\@xl {
    width: 8.3333333333% !important; }
  .gel-2\/12\@xl {
    width: 16.6666666667% !important; }
  .gel-3\/12\@xl {
    width: 25% !important; }
  .gel-4\/12\@xl {
    width: 33.3333333333% !important; }
  .gel-5\/12\@xl {
    width: 41.6666666667% !important; }
  .gel-6\/12\@xl {
    width: 50% !important; }
  .gel-7\/12\@xl {
    width: 58.3333333333% !important; }
  .gel-8\/12\@xl {
    width: 66.6666666667% !important; }
  .gel-9\/12\@xl {
    width: 75% !important; }
  .gel-10\/12\@xl {
    width: 83.3333333333% !important; }
  .gel-11\/12\@xl {
    width: 91.6666666667% !important; }
  .gel-1\/24\@xl {
    width: 4.1666666667% !important; }
  .gel-2\/24\@xl {
    width: 8.3333333333% !important; }
  .gel-3\/24\@xl {
    width: 12.5% !important; }
  .gel-4\/24\@xl {
    width: 16.6666666667% !important; }
  .gel-5\/24\@xl {
    width: 20.8333333333% !important; }
  .gel-6\/24\@xl {
    width: 25% !important; }
  .gel-7\/24\@xl {
    width: 29.1666666667% !important; }
  .gel-8\/24\@xl {
    width: 33.3333333333% !important; }
  .gel-9\/24\@xl {
    width: 37.5% !important; }
  .gel-10\/24\@xl {
    width: 41.6666666667% !important; }
  .gel-11\/24\@xl {
    width: 45.8333333333% !important; }
  .gel-12\/24\@xl {
    width: 50% !important; }
  .gel-13\/24\@xl {
    width: 54.1666666667% !important; }
  .gel-14\/24\@xl {
    width: 58.3333333333% !important; }
  .gel-15\/24\@xl {
    width: 62.5% !important; }
  .gel-16\/24\@xl {
    width: 66.6666666667% !important; }
  .gel-17\/24\@xl {
    width: 70.8333333333% !important; }
  .gel-18\/24\@xl {
    width: 75% !important; }
  .gel-19\/24\@xl {
    width: 79.1666666667% !important; }
  .gel-20\/24\@xl {
    width: 83.3333333333% !important; }
  .gel-21\/24\@xl {
    width: 87.5% !important; }
  .gel-22\/24\@xl {
    width: 91.6666666667% !important; }
  .gel-23\/24\@xl {
    width: 95.8333333333% !important; } }

@media (min-width: 80em) {
  .gel-1\/1\@xxl {
    width: 100% !important; }
  .gel-1\/2\@xxl {
    width: 50% !important; }
  .gel-1\/3\@xxl {
    width: 33.3333333333% !important; }
  .gel-2\/3\@xxl {
    width: 66.6666666667% !important; }
  .gel-1\/4\@xxl {
    width: 25% !important; }
  .gel-2\/4\@xxl {
    width: 50% !important; }
  .gel-3\/4\@xxl {
    width: 75% !important; }
  .gel-1\/5\@xxl {
    width: 20% !important; }
  .gel-2\/5\@xxl {
    width: 40% !important; }
  .gel-3\/5\@xxl {
    width: 60% !important; }
  .gel-4\/5\@xxl {
    width: 80% !important; }
  .gel-1\/8\@xxl {
    width: 12.5% !important; }
  .gel-2\/8\@xxl {
    width: 25% !important; }
  .gel-3\/8\@xxl {
    width: 37.5% !important; }
  .gel-4\/8\@xxl {
    width: 50% !important; }
  .gel-5\/8\@xxl {
    width: 62.5% !important; }
  .gel-6\/8\@xxl {
    width: 75% !important; }
  .gel-7\/8\@xxl {
    width: 87.5% !important; }
  .gel-1\/10\@xxl {
    width: 10% !important; }
  .gel-2\/10\@xxl {
    width: 20% !important; }
  .gel-3\/10\@xxl {
    width: 30% !important; }
  .gel-4\/10\@xxl {
    width: 40% !important; }
  .gel-5\/10\@xxl {
    width: 50% !important; }
  .gel-6\/10\@xxl {
    width: 60% !important; }
  .gel-7\/10\@xxl {
    width: 70% !important; }
  .gel-8\/10\@xxl {
    width: 80% !important; }
  .gel-9\/10\@xxl {
    width: 90% !important; }
  .gel-1\/12\@xxl {
    width: 8.3333333333% !important; }
  .gel-2\/12\@xxl {
    width: 16.6666666667% !important; }
  .gel-3\/12\@xxl {
    width: 25% !important; }
  .gel-4\/12\@xxl {
    width: 33.3333333333% !important; }
  .gel-5\/12\@xxl {
    width: 41.6666666667% !important; }
  .gel-6\/12\@xxl {
    width: 50% !important; }
  .gel-7\/12\@xxl {
    width: 58.3333333333% !important; }
  .gel-8\/12\@xxl {
    width: 66.6666666667% !important; }
  .gel-9\/12\@xxl {
    width: 75% !important; }
  .gel-10\/12\@xxl {
    width: 83.3333333333% !important; }
  .gel-11\/12\@xxl {
    width: 91.6666666667% !important; }
  .gel-1\/24\@xxl {
    width: 4.1666666667% !important; }
  .gel-2\/24\@xxl {
    width: 8.3333333333% !important; }
  .gel-3\/24\@xxl {
    width: 12.5% !important; }
  .gel-4\/24\@xxl {
    width: 16.6666666667% !important; }
  .gel-5\/24\@xxl {
    width: 20.8333333333% !important; }
  .gel-6\/24\@xxl {
    width: 25% !important; }
  .gel-7\/24\@xxl {
    width: 29.1666666667% !important; }
  .gel-8\/24\@xxl {
    width: 33.3333333333% !important; }
  .gel-9\/24\@xxl {
    width: 37.5% !important; }
  .gel-10\/24\@xxl {
    width: 41.6666666667% !important; }
  .gel-11\/24\@xxl {
    width: 45.8333333333% !important; }
  .gel-12\/24\@xxl {
    width: 50% !important; }
  .gel-13\/24\@xxl {
    width: 54.1666666667% !important; }
  .gel-14\/24\@xxl {
    width: 58.3333333333% !important; }
  .gel-15\/24\@xxl {
    width: 62.5% !important; }
  .gel-16\/24\@xxl {
    width: 66.6666666667% !important; }
  .gel-17\/24\@xxl {
    width: 70.8333333333% !important; }
  .gel-18\/24\@xxl {
    width: 75% !important; }
  .gel-19\/24\@xxl {
    width: 79.1666666667% !important; }
  .gel-20\/24\@xxl {
    width: 83.3333333333% !important; }
  .gel-21\/24\@xxl {
    width: 87.5% !important; }
  .gel-22\/24\@xxl {
    width: 91.6666666667% !important; }
  .gel-23\/24\@xxl {
    width: 95.8333333333% !important; } }

.gel-canon {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem; }
  @media (min-width: 20em) {
    .gel-canon {
      font-size: 32px;
      font-size: 2rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  @media (min-width: 37.5em) {
    .gel-canon {
      font-size: 52px;
      font-size: 3.25rem;
      line-height: 56px;
      line-height: 3.5rem; }
      .no-touch .gel-canon {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 48px;
        line-height: 3rem; } }

.gel-canon-bold {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem; }
  @media (min-width: 20em) {
    .gel-canon-bold {
      font-size: 32px;
      font-size: 2rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  @media (min-width: 37.5em) {
    .gel-canon-bold {
      font-size: 52px;
      font-size: 3.25rem;
      line-height: 56px;
      line-height: 3.5rem; }
      .no-touch .gel-canon-bold {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 48px;
        line-height: 3rem; } }

.gel-trafalgar,
h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media (min-width: 20em) {
    .gel-trafalgar,
    h1 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media (min-width: 37.5em) {
    .gel-trafalgar,
    h1 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px;
      line-height: 2.5rem; }
      .no-touch .gel-trafalgar,
      .no-touch h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem; } }

.gel-trafalgar-bold {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem; }
  @media (min-width: 20em) {
    .gel-trafalgar-bold {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media (min-width: 37.5em) {
    .gel-trafalgar-bold {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px;
      line-height: 2.5rem; }
      .no-touch .gel-trafalgar-bold {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem; } }

.gel-double-pica,
h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media (min-width: 37.5em) {
    .gel-double-pica,
    h2 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 30px;
      line-height: 1.875rem; }
      .no-touch .gel-double-pica,
      .no-touch h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem; } }

.gel-double-pica-bold {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem; }
  @media (min-width: 37.5em) {
    .gel-double-pica-bold {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 30px;
      line-height: 1.875rem; }
      .no-touch .gel-double-pica-bold {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem; } }

.gel-great-primer,
h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }
  @media (min-width: 37.5em) {
    .gel-great-primer,
    h3 {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 24px;
      line-height: 1.5rem; }
      .no-touch .gel-great-primer,
      .no-touch h3 {
        font-size: 20px;
        font-size: 1.25rem; } }

.gel-great-primer-bold {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: bold; }
  @media (min-width: 20em) {
    .gel-great-primer-bold {
      letter-spacing: -1px;
      letter-spacing: -0.0625rem; } }
  @media (min-width: 37.5em) {
    .gel-great-primer-bold {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 24px;
      line-height: 1.5rem; }
      .no-touch .gel-great-primer-bold {
        font-size: 20px;
        font-size: 1.25rem; } }

.gel-pica,
h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem; }
  @media (min-width: 20em) {
    .gel-pica,
    h4 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 37.5em) {
    .gel-pica,
    h4 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      line-height: 1.375rem; }
      .no-touch .gel-pica,
      .no-touch h4 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }

.gel-pica-bold {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: bold; }
  @media (min-width: 20em) {
    .gel-pica-bold {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media (min-width: 37.5em) {
    .gel-pica-bold {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      line-height: 1.375rem; }
      .no-touch .gel-pica-bold {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }

.gel-long-primer {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem; }
  @media (min-width: 37.5em) {
    .gel-long-primer {
      line-height: 20px;
      line-height: 1.25rem; }
      .no-touch .gel-long-primer {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem; } }

.gel-long-primer-bold {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold; }
  @media (min-width: 37.5em) {
    .gel-long-primer-bold {
      line-height: 20px;
      line-height: 1.25rem; }
      .no-touch .gel-long-primer-bold {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem; } }

.gel-brevier {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem; }
  @media (min-width: 20em) {
    .gel-brevier {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touch .gel-brevier {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }

.gel-brevier-bold {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: bold; }
  @media (min-width: 20em) {
    .gel-brevier-bold {
      line-height: 18px;
      line-height: 1.125rem; } }
  @media (min-width: 37.5em) {
    .no-touch .gel-brevier-bold {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px;
      line-height: 1rem; } }

.gel-minion {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase; }
  @media (min-width: 37.5em) {
    .gel-minion {
      font-size: 13px;
      font-size: 0.8125rem; }
      .no-touch .gel-minion {
        font-size: 12px;
        font-size: 0.75rem; } }

.gel-minion-bold {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold; }
  @media (min-width: 37.5em) {
    .gel-minion-bold {
      font-size: 13px;
      font-size: 0.8125rem; }
      .no-touch .gel-minion-bold {
        font-size: 12px;
        font-size: 0.75rem; } }

.gel-body-copy {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem; }
  @media (min-width: 20em) {
    .gel-body-copy {
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px;
      line-height: 1.375rem; } }
  @media (min-width: 37.5em) {
    .gel-body-copy {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; }
      .no-touch .gel-body-copy {
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px;
        line-height: 1.375rem; } }

.bbc-news-vj-wrapper {
  color: #404040;
  box-sizing: border-box; }
  .bbc-news-vj-wrapper *, .bbc-news-vj-wrapper *:before, .bbc-news-vj-wrapper *:after {
    box-sizing: inherit; }
  .bbc-news-vj-wrapper p, .bbc-news-vj-wrapper ul, .bbc-news-vj-wrapper ol {
    font-size: 1em; }
  .bbc-news-vj-wrapper p {
    line-height: 1.375;
    margin-top: 1em; }
  .bbc-news-vj-wrapper ul, .bbc-news-vj-wrapper ol {
    margin: 1em 0;
    list-style-position: inside;
    padding: 0; }
  .bbc-news-vj-wrapper li {
    line-height: 1.375; }
  .bbc-news-vj-wrapper img {
    display: block;
    max-width: 100%; }
  .bbc-news-vj-wrapper a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc; }
    .bbc-news-vj-wrapper a:hover, .bbc-news-vj-wrapper a:active, .bbc-news-vj-wrapper a:focus {
      border-bottom: 0;
      color: #1167a8; }
  .bbc-news-vj-wrapper blockquote {
    line-height: 1.3636;
    position: relative;
    text-align: left; }
  .bbc-news-vj-wrapper input[type=submit],
  .bbc-news-vj-wrapper input[type=button],
  .bbc-news-vj-wrapper button,
  .bbc-news-vj-wrapper label,
  .bbc-news-vj-wrapper select,
  .bbc-news-vj-wrapper input[type="checkbox"],
  .bbc-news-vj-wrapper input[type="radio"] {
    cursor: pointer; }
  .bbc-news-vj-wrapper textarea {
    display: block; }

.bbc-news-vj-wrapper--iframe .gel-wrap {
  padding: 0; }

.bbc-news-vj-direction--rtl {
  direction: rtl; }

.off-screen, .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.story-timestamp {
  font-size: .875em; }
  .story-timestamp .story-metalist {
    list-style: none; }
    .story-timestamp .story-metalist .organisation {
      color: #999;
      display: block;
      word-wrap: break-word;
      word-break: break-word; }
    .story-timestamp .story-metalist li {
      display: inline-block;
      margin-top: 2px;
      margin-bottom: 2px;
      padding-right: 0.5em; }
      .story-timestamp .story-metalist li:last-child {
        border-right: 0;
        padding-right: 0; }
    .story-timestamp .story-metalist .timestamp {
      padding-left: 1.375em;
      border-right: 1px solid #dcdcdc;
      background-repeat: no-repeat;
      background-size: 16px;
      background-image: url("data:image/png;base64,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"); }
  .story-timestamp a {
    color: #cc0101;
    font-weight: normal;
    text-decoration: none; }
    .story-timestamp a:hover, .story-timestamp a:active, .story-timestamp a:focus {
      color: #333; }
  @media (min-width: 1000px) {
    .story-timestamp {
      float: left;
      border-right: 1px solid #dcdcdc;
      padding-right: 7px;
      padding-left: calc(100% - 964px); }
      .story-timestamp .story-metalist li {
        display: block;
        border-right: 0;
        padding-right: 0; }
      .story-timestamp .story-metalist .timestamp {
        border-right: 0; } }

.ns_onward-journey {
  margin: 0;
  padding: 0; }
  .ns_onward-journey .ns_onward-journey-inner {
    margin: 0 auto;
    padding: 0; }
    .ns_onward-journey .ns_onward-journey-inner ul {
      padding: 0; }
      .ns_onward-journey .ns_onward-journey-inner ul li {
        clear: both;
        display: block;
        vertical-align: top;
        text-align: left;
        width: 100%; }
      .ns_onward-journey .ns_onward-journey-inner ul img {
        display: block;
        width: 50%;
        float: left;
        margin: 0 8px 16px 0; }
        @media (min-width: 768px) {
          .ns_onward-journey .ns_onward-journey-inner ul img {
            display: block;
            width: 33.33333%;
            max-width: 165px;
            float: left;
            margin-right: 16px; } }
      .ns_onward-journey .ns_onward-journey-inner ul span {
        display: block;
        font-size: 1em;
        font-weight: bold;
        padding: 0; }
      .ns_onward-journey .ns_onward-journey-inner ul a {
        color: #222;
        text-decoration: none; }
      .ns_onward-journey .ns_onward-journey-inner ul a:visited {
        color: #686868; }
      .ns_onward-journey .ns_onward-journey-inner ul a:hover {
        color: #1167a8; }

.bbc-news-vj-sharetools--buttons .share__tools {
  padding: 0;
  list-style-image: none; }

.bbc-news-vj-sharetools--buttons .share__tool--network {
  display: block;
  height: 100%;
  width: 100%; }
  .bbc-news-vj-sharetools--buttons .share__tool--network span {
    display: none; }

.bbc-news-vj-sharetools--buttons .share__tool--email {
  background-color: #615f5d; }

.bbc-news-vj-sharetools--buttons .share__tool--facebook {
  background-color: #3c5a98;
  background-position: 0 33%; }

.bbc-news-vj-sharetools--buttons .share__tool--twitter {
  background-color: #47c7fa;
  background-position: 0 100%; }

.bbc-news-vj-sharetools--buttons .share__tool--linkedin {
  background-color: #0077b5;
  background-position: 0 67%; }

.bbc-news-vj-sharetools--buttons .share__tool:hover {
  text-decoration: underline; }

.bbc-news-vj-sharetools--buttons .share__tool {
  width: 44px;
  height: 32px;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  background-size: 100%;
  background-image: url("data:image/png;base64,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"); }

.bbc-news-vj-sharetools--buttons .share__tool--app {
  display: none; }

.bbc-news-vj-wrapper--app .bbc-news-vj-sharetools--buttons .share__tool--app {
  display: block; }

.ns_creditsHolder {
  padding: 0; }
  .ns_creditsHolder li {
    list-style: none; }

.story-timestamp {
  padding-left: 0 !important; }

.media-description {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px; }

.media-caption {
  text-align: center;
  margin: 0 auto 5px; }

span.overlay-caption {
  display: block;
  text-align: center;
  max-width: 624px;
  color: #fff;
  font-size: 0.875em;
  background-color: #222;
  padding: 16px 0;
  margin: 0 auto; }
  @media (min-width: 780px) {
    span.overlay-caption {
      width: 100%;
      max-width: 1500px; } }

.video-container {
  max-width: 976px;
  margin: 0 auto; }

figure {
  margin: 0; }

.about-sharing {
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: normal; }

canvas {
  touch-action: auto; }

.bbc-news-vj-video-wrapper {
  max-width: 950px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%; }
  @media (min-width: 800px) {
    .bbc-news-vj-video-wrapper {
      margin-bottom: 0; } }

.bbc-news-vj-video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .bbc-news-vj-video__player {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    position: absolute;
    padding: 0; }

/*
 * Section specific styles will go there
 * for example, if we want to change the background and
 * the text colours of section x this is the place
 */
/* $section2BkgColor : #e3ebf3; */
.ivr_first-section {
  margin-top: -15px; }

.ivr_section1 {
  background-color: white; }

.ivr_section2 {
  background-color: white; }

.ivr_section {
  padding-bottom: 1%; }

.story-timestamp {
  z-index: 5 !important;
  border-right: none; }

.ivr_hero-section {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 780px) {
  .ivr_hero-section {
    margin-top: 1.5em; } }

.max-624 {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto; }

.ivr_hero-heading {
  position: absolute;
  bottom: 14%;
  left: -5px;
  width: 100%; }
  .ivr_hero-heading span {
    display: block; }
  .ivr_hero-heading h1 {
    font-weight: bold;
    width: 53%;
    margin: 0;
    letter-spacing: 0;
    line-height: 1em; }

.ivr_bold {
  font-weight: bold; }

.blockquote-container blockquote {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  margin-top: 10px;
  margin-left: 10px; }

.factbox-line {
  width: 100%;
  background-color: #eee;
  margin: 2px 0; }

/* I hate CSS */
h2 {
  display: block;
  width: 100%; }

.ivr_section-divider img {
  display: block;
  margin: 0 auto; }

.ivr_section-divider canvas {
  display: block !important;
  margin: 0 auto; }

.fw-margins {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto; }

/* Conversation */
.ivr_conversation__image {
  display: block;
  object-fit: cover;
  width: 250px;
  height: 250px; }

.ivr_conversation-skip {
  display: block;
  float: right; }

.ivr_conversation__typing {
  color: #c5c5c5;
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0; }

.ivr_conversation {
  padding: 0 16px;
  margin-bottom: 5px;
  width: 100%; }

.ivr_conversation:after {
  content: "";
  display: block;
  clear: both; }

/* Messages */
.ivr_conversation__message {
  color: #000;
  clear: both;
  line-height: 18px;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 2px 0;
  max-width: 85%;
  word-wrap: break-word;
  z-index: -1; }

.ivr_conversation__info {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px; }

.ivr_conversation__info .time {
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  display: inline-block; }

.ivr_conversation__info .tick {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
  background: url(../assets/img/tick.svg); }

.ivr_conversation__info .tick svg {
  position: absolute; }

.ivr_conversation__message--received + .ivr_conversation__message--sent,
.ivr_conversation__message--sent + .ivr_conversation__message--received {
  margin-top: 12px; }

.ivr_conversation__message--received .ivr_conversation__info {
  padding: 0 0 0 16px; }

.ivr_conversation__message--received {
  background: #d9d9d9;
  border-radius: 0 5px 5px;
  float: left; }

.ivr_conversation__message--sent {
  background: #e1ffc7;
  border-radius: 0 5px 5px;
  float: right; }

.ivr_conversation__message--sent + .ivr_conversation__message--sent {
  border-radius: 5px; }

.ivr_conversation__message--received + .ivr_conversation__message--received {
  border-radius: 5px; }

.ivr_conversation__message--sent:first-child:after,
.ivr_conversation__message--received:first-child:after,
.ivr_conversation__message--received + .ivr_conversation__message--sent:after,
.ivr_conversation__message--sent + .ivr_conversation__message--received:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 0; }

.ivr_conversation__message--sent:first-child:after,
.ivr_conversation__message--received + .ivr_conversation__message--sent:after {
  border-width: 0 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  right: -10px; }

.ivr_conversation__message--received:first-child:after,
.ivr_conversation__message--sent + .ivr_conversation__message--received:after {
  border-width: 0 10px 10px 0;
  border-color: transparent #d9d9d9 transparent transparent;
  left: -10px; }

/*# sourceMappingURL=main.css.map */