.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @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
     *
     * 1. Prevents floated layout items from shrinking the layout
     */
.gel-layout--no-flex {
  min-width: 100%; }
  .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-paragon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media (min-width: 20em) {
    .gel-paragon {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media (min-width: 37.5em) {
    .gel-paragon {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 34px;
      line-height: 2.125rem; }
      .no-touch .gel-paragon {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 32px;
        line-height: 2rem; } }

.gel-paragon-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-paragon-bold {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media (min-width: 37.5em) {
    .gel-paragon-bold {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 34px;
      line-height: 2.125rem; }
      .no-touch .gel-paragon-bold {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 32px;
        line-height: 2rem; } }

.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; }

.bbc-news-vj-sharetools--dropdown {
  display: block;
  position: relative; }
  .bbc-news-vj-sharetools--dropdown .share__button {
    display: inline-block;
    color: #fff;
    background-position: -42px -214px;
    background-size: 115px;
    background-color: #41850d;
    padding-left: 2em; }
  .bbc-news-vj-sharetools--dropdown .share__overlay {
    display: none;
    position: absolute;
    border: 1px solid #5b5c55;
    background-color: #2d2d2d;
    font-size: 14px;
    margin: 0;
    padding: 0 0 10px 0;
    top: 45px;
    left: calc(50% - 152px);
    color: #525252;
    width: auto;
    min-width: 238px;
    line-height: 1;
    text-align: left;
    z-index: 99; }
  .bbc-news-vj-sharetools--dropdown .share__overlay p {
    color: #ffffff;
    font-size: 1.25em;
    line-height: 45px;
    font-weight: 400;
    padding: .6em 16px .2em 16px;
    margin: 0;
    border: 0; }
  .bbc-news-vj-sharetools--dropdown .share__overlay ul {
    font-size: 1em;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0; }
    .bbc-news-vj-sharetools--dropdown .share__overlay ul li {
      list-style: none;
      padding: 0;
      margin: 0; }
      .bbc-news-vj-sharetools--dropdown .share__overlay ul li a {
        color: #ffffff;
        font-size: 1em;
        line-height: 1.667;
        text-decoration: none;
        padding: 0.45em 16px;
        display: block;
        font-weight: normal;
        margin: 0;
        border: 0; }
      .bbc-news-vj-sharetools--dropdown .share__overlay ul li a:hover {
        background-color: #000; }
      .bbc-news-vj-sharetools--dropdown .share__overlay ul li span {
        background-color: #fff;
        display: block;
        float: left;
        line-height: 1.5em;
        margin-right: 0.444em;
        text-align: center;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat; }
    .bbc-news-vj-sharetools--dropdown .share__overlay ul .share__tool--app {
      display: none; }
    .bbc-news-vj-sharetools--dropdown .share__overlay ul .share__tool--email span {
      background-position: 0 -348px; }
    .bbc-news-vj-sharetools--dropdown .share__overlay ul .share__tool--facebook span {
      background-position: 1px -311px; }
    .bbc-news-vj-sharetools--dropdown .share__overlay ul .share__tool--twitter span {
      background-position: 1px -270px; }
    .bbc-news-vj-sharetools--dropdown .share__overlay ul .share__tool--app {
      display: none; }
    .bbc-news-vj-wrapper--app .bbc-news-vj-sharetools--dropdown .share__overlay ul .share__tool--app {
      display: block; }
  .bbc-news-vj-sharetools--dropdown .share__overlay .share__overlay-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background-color: white;
    background-position: 0 -225px;
    border: 0; }
  .bbc-news-vj-sharetools--dropdown .share__overlay .share__overlay-close:hover {
    background-position: -28px -225px; }
  .bbc-news-vj-sharetools--dropdown .share__button,
  .bbc-news-vj-sharetools--dropdown .share__overlay ul li span,
  .bbc-news-vj-sharetools--dropdown .share__overlay-close {
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAFyCAYAAAADGn9mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMi1jMDAxIDYzLjEzOTQzOSwgMjAxMC8xMC8xMi0wODo0NTozMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOTEwOURFN0IwMkNBMzUwMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRTM5RDQ3QTA0NjAxMUU0OEY2Rjg1MzI0OUE3REI5RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRTM5RDQ3OTA0NjAxMUU0OEY2Rjg1MzI0OUE3REI5RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgRWxlbWVudHMgMTEuMCBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNzdGMTE3NDA3MjA2ODExODIyQTlDM0U1MzRCQjVCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOTEwOURFN0IwMkNBMzUwMSIvPiA8L3Jk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"); }

.sticky-map__toggle {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-color: #0a615e;
  background-image: url("../assets/img/map_toggle_icon_white.svg");
  border: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 0.8em;
  display: none;
  height: 2.2em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  padding: 0.5em;
  padding-right: 1.8em;
  padding-top: 0.6em;
  line-height: 1em; }
  .sticky-map__toggle.toggle-hidden, .sticky-map__toggle.toggle-visible {
    display: inline-block; }

.sticky-map {
  position: fixed;
  overflow: hidden;
  top: -400px;
  transition: top 0.4s ease-in-out;
  width: 100%;
  z-index: 10000; }
  .sticky-map.frozen {
    top: 0; }

.sticky-map__key-container {
  position: absolute;
  top: -3%;
  right: 72%;
  font-size: 0.9em; }
  .sticky-map__key-container.hidden {
    display: none; }

.sticky-map__key li {
  display: block;
  vertical-align: middle;
  list-style: none;
  position: relative; }

.sticky-map__key li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 5px;
  margin-right: 5px;
  position: absolute;
  top: 4px; }

.sticky-map__key li:nth-child(1):before {
  background: #ce2122; }

.sticky-map__key li:nth-child(2):before {
  background: #feba3c; }

.sticky-map__legend-label {
  display: inline-block;
  text-align: left;
  padding-left: 30px;
  max-width: none; }

.sticky-map__label-country {
  position: absolute;
  font-size: 0.9em;
  color: #8d8e8e;
  max-width: 70px; }
  @media (min-width: 800px) {
    .sticky-map__label-country {
      font-size: 1.2em;
      font-weight: bold;
      color: #3f3f3f;
      max-width: 80px; } }

.label {
  position: absolute; }
  .label.us {
    top: 18%;
    right: -1%; }
    @media (min-width: 500px) {
      .label.us {
        right: 8%; } }
    @media (min-width: 1000px) {
      .label.us {
        top: 12%;
        right: 23%; } }
  .label.mexico {
    top: 85%;
    right: 27%; }
    @media (min-width: 500px) {
      .label.mexico {
        top: 75%;
        right: 48%; } }

#federal-label {
  color: #667e29;
  top: 30%;
  right: 79%; }
  @media (min-width: 500px) {
    #federal-label {
      top: 22%; } }
  @media (min-width: 800px) {
    #federal-label {
      right: 71%; } }

#tribal-label {
  color: #4d9392;
  top: 5%;
  right: 35%; }
  @media (min-width: 500px) {
    #tribal-label {
      top: 10%;
      right: 67%; } }
  @media (min-width: 800px) {
    #tribal-label {
      right: 65%; } }

.maquilas-label {
  color: #932668; }

#maquilas-label {
  top: 3%;
  right: 55%; }
  #maquilas-label.key {
    max-width: 200px; }

#maquilas-label-1 {
  font-size: 1.2em;
  top: 46%;
  right: 81%; }
  @media (min-width: 500px) {
    #maquilas-label-1 {
      top: 32%;
      right: 69%; } }

#maquilas-label-2 {
  font-size: 1.2em;
  display: none; }
  @media (min-width: 500px) {
    #maquilas-label-2 {
      display: block;
      bottom: 9%;
      right: 39%; } }

#maquilas-label:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #932668;
  margin-right: 5px; }

.key.border-patrol-label {
  color: #194d94;
  font-size: 0.9em;
  max-width: none; }
  @media (min-width: 500px) {
    .key.border-patrol-label {
      font-size: 1em; } }

#border-patrol-label-1 {
  top: 4%;
  left: 10%; }
  @media (min-width: 800px) {
    #border-patrol-label-1 {
      left: 20%; } }

#border-patrol-label-2 {
  top: 16%;
  left: 10%; }
  @media (min-width: 800px) {
    #border-patrol-label-2 {
      left: 20%; } }

#border-patrol-label-1:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../assets/img/border_patrol_icon_key.svg");
  bottom: -50%;
  right: 100%; }

#border-patrol-label-2:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../assets/img/border_patrol_hq_icon_key.svg");
  bottom: -50%;
  right: 100%; }

.key {
  position: absolute;
  opacity: 0;
  font-size: 1em;
  font-weight: bold;
  max-width: 70px;
  text-align: center; }
  .key.show {
    opacity: 1; }

.hero,
.hero .hero__image {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  height: 65vh;
  min-height: 300px;
  background-size: cover;
  background-position: 50% top;
  background-repeat: no-repeat; }

.hero__title {
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.5em 0.25em 0;
  filter: dropshadow(Color=#222, OffX=1, OffY=1, Positive=0.8);
  text-shadow: 3px 3px 3px #222, 0 0 1em #222, 0 0 0.1em #222;
  line-height: 1.1em;
  font-size: 2em;
  text-align: center;
  width: 100%; }
  @media (min-width: 590px) {
    .hero__title {
      padding: 1em 0.5em 0;
      font-size: 2.5em; } }
  @media (min-width: 800px) {
    .hero__title {
      font-size: 3.5em;
      max-width: 800px; } }

.hero__instruction {
  width: 100%;
  position: absolute;
  display: block;
  text-align: center;
  color: #222;
  font-size: 1.2em;
  font-weight: bold;
  bottom: 2.5em; }

.hero__cta span {
  padding: 0.2em;
  background-color: #fff; }

.square {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 4px 4px 0;
  background-color: #fff;
  margin-top: 10px;
  border: 0;
  outline: 2px solid transparent;
  transition: outline-color 0.3s ease-in; }
  .square .chevron {
    transition: fill 0.3s ease-in; }
  .square:hover .chevron, .square:focus .chevron {
    fill: #ce2122; }
  .square:focus {
    outline-color: #222; }

.sharetools {
  max-width: 544px;
  margin: auto; }
  @media (min-width: 1000px) {
    .sharetools {
      max-width: 830px; } }

.sharetools__element-dropdown .bbc-news-vj-sharetools--dropdown .share__button {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1.3em;
  background-color: #fff;
  background-image: url("../assets/img/share-icon.svg");
  border: 0;
  color: #0b800b;
  font-size: 0.9em;
  display: inline-block;
  height: 30px;
  padding-left: 2em;
  margin: 0;
  margin-top: 0.5em; }
  @media (min-width: 1000px) {
    .sharetools__element-dropdown .bbc-news-vj-sharetools--dropdown .share__button {
      float: right;
      margin-top: 0.9em; } }
  .sharetools__element-dropdown .bbc-news-vj-sharetools--dropdown .share__button:hover, .sharetools__element-dropdown .bbc-news-vj-sharetools--dropdown .share__button:focus {
    outline: 1px solid #0b800b; }

.bbc-news-vj-sharetools--dropdown .share__overlay {
  margin-left: 0.5em;
  left: -7px; }
  @media (min-width: 1000px) {
    .bbc-news-vj-sharetools--dropdown .share__overlay {
      left: 70%; } }
  .bbc-news-vj-sharetools--dropdown .share__overlay p {
    line-height: 1em; }

.bbc-news-vj-sharetools--buttons .share__tools .share__tool {
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  background-size: 44px; }
  .bbc-news-vj-sharetools--buttons .share__tools .share__tool:hover, .bbc-news-vj-sharetools--buttons .share__tools .share__tool:focus {
    opacity: 0.8; }
  .bbc-news-vj-sharetools--buttons .share__tools .share__tool a {
    color: transparent;
    border: 0; }
    .bbc-news-vj-sharetools--buttons .share__tools .share__tool a:hover, .bbc-news-vj-sharetools--buttons .share__tools .share__tool a:focus {
      color: transparent; }
    .bbc-news-vj-sharetools--buttons .share__tools .share__tool a span {
      display: block;
      width: 44px;
      height: 32px; }

.share__tools .share__tool--email {
  background-color: #615f5d;
  background-image: url("../assets/img/share-icon-email.png"); }

.share__tools .share__tool--facebook {
  background-color: #3c5a98;
  background-image: url("../assets/img/share-icon-facebook.png"); }

.share__tools .share__tool--twitter {
  background-color: #47c7fa;
  background-image: url("../assets/img/share-icon-twitter.png"); }

.bbc-news-vj-wrapper ul {
  width: 100%; }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper ul {
      width: 93%; } }

@media (min-width: 1280px) {
  .gel-layout__item .story-timestamp {
    padding-left: 100px; } }

.story-timestamp .story-metalist li {
  margin-left: 0; }

.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,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAMPmlDQ1BJQ0MgUHJvZmlsZQAASA2tV3dYU9cb/u5IAiEJIxABGWEvUfaUvQUFmUIdhCSQMCIEgop7lFawDlQcOCpaFbFqtQJSByJuiuK2jkYtCkotDlyo/M4Nwz592v9+J885973v+c533++7556cA6BpK8jPz8W1APJkRfL4iGD+pNQ0PkMJGPqpgy24C4SF+UFxcTHwn+XNDWSLylVHytd/mv17h7ZIXCgEwOJQd4aoUJiH8M8AJEeYLy8CoLUg3mJGUT6FOxHWlSOBCH+kcJYK05F60M0YwJYqm8T4EAC6F4AaSyCQZwFwQhHPLxZmIT8cEcJOMpFUhvAahP2FEgHiONcQHpWXNx1hTQTBNuNvfrL+hgWCjGGfAkHWMB6IhRoKaqHSwvxcwSzVzf+zyctVoHypihlqWRJ5ZDy66qK8bcqZHk1hFsIHZBkTYhHWQfiolIp4ALdJFJFJCFP2SmFhCMol8BB+LRKERiNsBIAzFTlJQYPYWiBHSGWPB0uLohIHcbJ8evygfzxbljuBmh/IDz5HIo4awhXiwrAExCMNeHamNDwKYfSu8N0lksQUhJFOvKFYmjwBYQ7CLYU5CZQGys+VEkkIxats5Ip4SrMl4jsz5eFUjMiGYOUVIqTyT5gLBapn6SPerUiSGIl4NJaIEYlDwxBGzyUmiWVJg3oISX5RMOWHsi/Jz1XNb6STqBDnRlC8OcI7CosThsaeKZInUjzKG3EjWzCOmq9IM/E0vyiOygml5x3EQAiEAh8UqGbAdMgGaVt3fTe6G+gJBwHIIQvE4DjIDI1IUfXIUJsAJfAnyJBN4fC4YFWvGIoR/2mYHRjrCJmq3mLViBx4jJ6QRxqS/qQvGYPaQFRdSC/Se2gcX3NIJz2MHkqPpIfT7YYYECLVuajKQfovXDTqE6Po5KiVDcXwxR/tMa2d9pB2naak3YZk+EPlZTDSadJF8iEFw57HgxJ5G8iKGGVMBl1DNqQ1Uu1OBpN+SD/STvJIQ3Ak3VAkQWQAis0dsUPZo1QrhrV9yeVQ3ofsKNX8v8U4yHPsOe6DKjKGokJvcigT//TypUcKImQV/U9L4lviEHGWOEmcJ44S9cAnThANRCtxjMKDmsNV2ckaflq8KqM5KAbpkI1TrVOX08ehu+FYBYihFFDvAM3/IvHMIjT/IGR6/iy5NEtSxA9Cq7CYHyUTjh7Fd3Fy9gCg1nTKBuAVT7VWY7wLX7iCJgDvMrQGUMspn7ICEFgAHHkMwH3zhbN4iT6plQDHLgsV8uIBO5K60ICJFkxdMAATsED/GY7gAh7gC4EQBuMgFhIhFaairEsgD6meAXNgIZRCOayEtbARtsJ22A0/wkGoh6NwEs7ARbgM1+EOmhsd8Ax64A30YRjGwNgYFzPATDErzAFzwbwwfywMi8HisVQsHcvCZJgCm4MtxsqxCmwjtg2rwX7CjmAnsfNYO3Ybe4B1YS+xDziBs3Bd3Bi3xsfgXngQHo0n4lPwLLwAL8GX4Mvx9Xg1vhevw0/iF/HruBJ/hvcSQGgQPMKMcCS8iBAilkgjMgk5MY8oIyqJamIf0Yje9VVCSXQT70k6ySX5pCOan5FkEikkC8h55DJyI7mbrCNbyKvkA7KH/Exj04xoDjQfWhRtEi2LNoNWSquk7aQdpp1G304H7Q2dTufRbeie6NtMpWfTZ9OX0TfT99Ob6O30R/ReBoNhwHBg+DFiGQJGEaOUsYGxl3GCcYXRwXinpqFmquaiFq6WpiZTW6RWqbZH7bjaFbUnan3qWupW6j7qseoi9VnqK9R3qDeqX1LvUO9jajNtmH7MRGY2cyFzPXMf8zTzLvOVhoaGuYa3xkQNqcYCjfUaBzTOaTzQeM/SYdmzQliTWQrWctYuVhPrNusVm822Zgey09hF7OXsGvYp9n32Ow6XM5oTxRFx5nOqOHWcK5znmuqaVppBmlM1SzQrNQ9pXtLs1lLXstYK0RJozdOq0jqidVOrV5ur7awdq52nvUx7j/Z57U4dho61TpiOSGeJznadUzqPuATXghvCFXIXc3dwT3M7dOm6NrpRutm65bo/6rbp9ujp6LnpJevN1KvSO6an5BE8a14UL5e3gneQd4P3YYTxiKAR4hFLR+wbcWXEW/2R+oH6Yv0y/f361/U/GPANwgxyDFYZ1BvcMyQN7Q0nGs4w3GJ42rB7pO5I35HCkWUjD478zQg3sjeKN5pttN2o1ajX2MQ4wjjfeIPxKeNuE55JoEm2yRqT4yZdplxTf1Op6RrTE6ZP+Xr8IH4ufz2/hd9jZmQWaaYw22bWZtZnbmOeZL7IfL/5PQumhZdFpsUai2aLHktTy/GWcyxrLX+zUrfyspJYrbM6a/XW2sY6xfob63rrTht9myibEptam7u2bNsA2wLbattrdnQ7L7scu812l+1xe3d7iX2V/SUH3MHDQeqw2aF9FG2U9yjZqOpRNx1ZjkGOxY61jg9G80bHjF40un708zGWY9LGrBpzdsxnJ3enXKcdTnecdZzHOS9ybnR+6WLvInSpcrnmynYNd53v2uD6ws3BTey2xe2WO9d9vPs37s3unzw8PeQe+zy6PC090z03ed700vWK81rmdc6b5h3sPd/7qPd7Hw+fIp+DPn/5Ovrm+O7x7RxrM1Y8dsfYR37mfgK/bX5Kf75/uv/3/soAswBBQHXAw0CLQFHgzsAnQXZB2UF7g54HOwXLgw8Hvw3xCZkb0hRKhEaEloW2hemEJYVtDLsfbh6eFV4b3hPhHjE7oimSFhkduSryZpRxlDCqJqpnnOe4ueNaolnRCdEbox/G2MfIYxrH4+PHjV89/u4EqwmyCfWxEBsVuzr2XpxNXEHcLxPpE+MmVk18HO8cPyf+bAI3YVrCnoQ3icGJKxLvJNkmKZKakzWTJyfXJL9NCU2pSFFOGjNp7qSLqYap0tSGNEZactrOtN6vwr5a+1XHZPfJpZNvTLGZMnPK+amGU3OnHpumOU0w7VA6LT0lfU/6R0GsoFrQmxGVsSmjRxgiXCd8JgoUrRF1if3EFeInmX6ZFZmdWX5Zq7O6JAGSSkm3NES6UfoiOzJ7a/bbnNicXTn9uSm5+/PU8tLzjsh0ZDmylukm02dOb893yC/NVxb4FKwt6JFHy3cWYoVTChuKdNHmuVVhq/ha8aDYv7iq+N2M5BmHZmrPlM1snWU/a+msJyXhJT/MJmcLZzfPMZuzcM6DuUFzt83D5mXMa55vMX/J/I4FEQt2L2QuzFn46yKnRRWLXi9OWdy4xHjJgiWPvo74uraUUyovvfmN7zdbvyW/lX7bttR16Yaln8tEZRfKncoryz8uEy678J3zd+u/61+eubxthceKLSvpK2Urb6wKWLW7QruipOLR6vGr69bw15Steb122trzlW6VW9cx1ynWKdfHrG/YYLlh5YaPGyUbr1cFV+3fZLRp6aa3m0Wbr2wJ3LJvq/HW8q0fvpd+f2tbxLa6auvqyu307cXbH+9I3nH2B68fanYa7izf+WmXbJdyd/zulhrPmpo9RntW1OK1itquvZP3Xv4x9MeGfY77tu3n7S8/AAcUB57+lP7TjYPRB5sPeR3a97PVz5sOcw+X1WF1s+p66iX1yobUhvYj4440N/o2Hv5l9C+7jpodrTqmd2zFcebxJcf7T5Sc6G3Kb+o+mXXyUfO05junJp261jKxpe109OlzZ8LPnDobdPbEOb9zR8/7nD9ywetC/UWPi3Wt7q2Hf3X/9XCbR1vdJc9LDZe9Lze2j20/fiXgysmroVfPXIu6dvH6hOvtN5Ju3Lo5+abyluhW5+3c2y9+K/6t786Cu7S7Zfe07lXeN7pf/bvd7/uVHspjD0IftD5MeHjnkfDRsz8K//jYseQx+3HlE9MnNZ0unUe7wrsuP/3qacez/Gd93aV/av+56bnt85//CvyrtWdST8cL+Yv+l8teGbza9drtdXNvXO/9N3lv+t6WvTN4t/u91/uzH1I+POmb8ZHxcf0nu0+Nn6M/3+3P6+/PF8gFqr0AgVo8MxPg5S4AdiraO1wGYHIGzlwqC+pMOVCo63/ggXOZygztXHYFAiQtAIhpAtiCqhXCLHSltt+JgYC7ug5XxFClMNPVRQUwlhxtTd71978yBmA0AnyS9/f3be7v/7QD7dVvAzQVDJz1KGvqDPm9AYVabyL4j/I/3WJp5ox7r9YAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAGbaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjMyPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjMwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+ClA906oAAASUSURBVEgNxZfJTyJBFMYfICqLoizK5oLGePGs///NePDgzcRIVDY3kLVF1Jn+PeaRbgacTMZkXlJW0131fW+vMvDDFfkPsvAnzvf3dxkOh/L29iavr686f3x8+LaFQiFZXFyU5eVlnZeWlmRh4WvoL79C0Ov1pNlsyuPjozw8PMjT05MqYI4KBAJKmE6nZWNjQzKZjCSTSVlZWREUmiczibHScRxpt9sTQkhRoNPpCApBiKAABLx/eXnRYQokEgmJRCIzrQ/MijEgNzc3cnd3J5VKRRXAzZABFovFJmAo2e/3dQ1K4G7WFItF2drakp2dHVldXf3NcJ/FBlKr1eT6+lqq1apaooRrCXVfdjOrMzFFiH2325XGfUNnZ+CoZ8AajUaqIAp5lWWfj3gwGEi5XFZSLCapiFcun5NCsSDr6+sSWYpoAln8cDvkztCRVqsl1UpV6rW6krOf78x7e3s+y5X48/NTFxAj3IuluDYej8v29rbslnZd4rysxMYuAwgSBGVQDkmnUxKNRCW8EFYyEhOscDisa4g3CgeDwbHFaEWcnp+fpV6vayanUimN0cHBgWxubmqSKLr7h3VnZ2f68/j4WPL5vD5HIzEpFopKjHsxwjCJOZmOMRNiYoG1lrlsyuWyUiqVJJvNanyMlJmQAIocHR3pzJ9QMKTA5AQxZlB+VAPYJB01jgeCbMCtfLi/v9fnaDSqMSWuZOm0AOwd09/ZUygUdIBFaYINB1yIEhMzs5aOk3AzOLnuNoH4/CZgxNOk/CaOuJRwkQNgmtVwIUqMq4kFZYE7aAAkwr8KltPJ1tbWFBsOuBAlJrlwBy9xTWI14cZhXKfzyMkDBMvnCZbSPMAEGw64ECW2jbiIwDO+ArT1CuCWxjwhew3P6t4Unr9rHpr7HhCsAISWSgla7L7Y5vvkI8YNuIRhmvlW//pBSZA4eOX8/FxOT0+1HKfX0pgMz1xsnlRiLCCZcAs12u603Q1v0ziT36zlAMjlcqogR6b1duJoQh1z4IAJtnUuvmvL5CUW0AY5CiktL4AB2UzD39/f12xlX6PRkIuLC3X5ycmJ1i9rqVmUojnRtVgLF6LEuI4SotZY1H5pS7PVdHtvxqel7nD/sJmyo1ysE1mMcaVVCeWDMVhOP4eD9YgSA8BLFnEk4hpOGXovLsXCWWKewoX0YkKGVVjK4cDAc3yn38MBFzJxNUXOBzaOG3vD7Tjj0tJDIuqeLG4v9grlAhADi0hIlMb1xJwZD4AJNl3M52o0xSruTfRYMhHrcR8bR+8j37HoJfc+D5y+VFwry9dlubq6UiVoIGCCTRuFC1GL0ZxB3HAtxFwIOCpvb2+VeOAMJhcBtGY9YiUzfRFgL56AFEywzVr2+e5cJAGuIs6Xl5caI8oBqyOuq8lMu/oYCEpOX31wuVl6eHio5zUNx3vlVYvRALHeyjOAgNtlj0zvdrrS6/Y0LF5irENBrMdKrLPLHpeEWZc9n8UQIlhONv7N9RZwKxkSiVMJBchor6VjhilX20ubqUfcSH1/94V+psVGzIz1ZPd3/wvzR2KvEt/5/BPgCCIFIR457wAAAABJRU5ErkJggg=="); }
  .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; } }

.news-vj-component-p--bold {
  font-weight: bold; }

.bbc-news-vj-wrapper .navigation-map-fallback img {
  max-width: none;
  width: 100%; }

.navigation-map {
  position: relative;
  z-index: -1;
  overflow: hidden; }

.map-container svg {
  width: 100%;
  display: block;
  margin: auto; }

.navigation-map__key li {
  display: block;
  vertical-align: middle;
  list-style: none;
  position: relative; }

.navigation-map__key li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 5px;
  margin-right: 5px;
  position: absolute;
  top: 4px; }

.navigation-map__key li:nth-child(1):before {
  background: #ce2122; }

.navigation-map__key li:nth-child(2):before {
  background: #feba3c; }

.navigation-map__legend-label {
  display: inline-block;
  text-align: left;
  padding-left: 30px;
  max-width: none; }

.navigation-map__key-container {
  position: absolute;
  top: 1%;
  right: 55%;
  font-size: 1em; }
  @media (min-width: 768px) {
    .navigation-map__key-container {
      top: 25%;
      right: 60%;
      font-size: 0.9em; } }
  @media (min-width: 1024px) {
    .navigation-map__key-container {
      top: 25%;
      right: 57%;
      font-size: 0.9em; } }

.navigation-map__caption {
  font-size: 1em;
  max-width: 350px;
  line-height: 1.2;
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 81%;
  left: 3%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.65); }
  @media (min-width: 768px) {
    .navigation-map__caption {
      top: 5%;
      left: 3%; } }
  @media (min-width: 1008px) {
    .navigation-map__caption {
      max-width: 585px; } }
  @media (min-width: 1280px) {
    .navigation-map__caption {
      font-size: 1.2em; } }

.label {
  position: absolute; }

.navigation-map__label-country {
  font-size: 1.2em;
  font-weight: bold;
  color: #3f3f3f;
  max-width: 80px; }
  @media (min-width: 769px) {
    .navigation-map__label-country {
      font-size: 1.7em;
      max-width: none; } }
  .navigation-map__label-country.us {
    top: 10%;
    right: 10%; }
    @media (min-width: 769px) {
      .navigation-map__label-country.us {
        top: 25%;
        right: 10%; } }
  .navigation-map__label-country.mexico {
    top: 63%;
    right: 13%; }
    @media (min-width: 769px) {
      .navigation-map__label-country.mexico {
        top: 80%;
        right: 40%; } }

.navigation-map__label-water {
  fill: #64afb9;
  color: #64afb9;
  font-size: 0.9em; }
  @media (min-width: 1280px) {
    .navigation-map__label-water {
      font-size: 1em; } }
  .navigation-map__label-water.rio {
    top: 23%;
    right: 18%; }
    @media (min-width: 600px) {
      .navigation-map__label-water.rio {
        right: 25%; } }
    @media (min-width: 769px) {
      .navigation-map__label-water.rio {
        top: 59%;
        right: 30%;
        transform: rotate(37deg); } }
    @media (min-width: 1024px) {
      .navigation-map__label-water.rio {
        top: 55%;
        right: 31%;
        transform: rotate(37deg); } }
  .navigation-map__label-water.pacific {
    color: #16607b;
    top: 67%;
    right: 68%;
    max-width: 65px; }
    @media (min-width: 769px) {
      .navigation-map__label-water.pacific {
        top: 78%;
        right: 79%; } }

.navigation-map__label-park {
  color: #537320;
  display: none;
  font-size: 0.9em;
  text-align: center;
  max-width: 80px; }
  @media (min-width: 1024px) {
    .navigation-map__label-park {
      display: block;
      top: 46%;
      right: 40%; } }

.navigation-map__label-state {
  fill: #3f3f3f; }

.navigation-map__label-city.tablet {
  display: none; }
  @media (min-width: 768px) {
    .navigation-map__label-city.tablet {
      display: block; } }

text {
  font-size: 0.9em; }

.mexico text {
  font-weight: bold;
  fill: #a64183; }

.mexico circle {
  stroke: #a64183; }

.usa text {
  font-weight: bold;
  fill: #0a615e; }

.usa circle {
  stroke: #0a615e; }

.bbc-news-vj-wrapper .section-head img {
  max-width: none;
  width: 100%; }

.section-head,
.section-head .section-head-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  position: relative; }

#section-head__engineering {
  background-position: left; }

.section-head__text--mobile {
  display: block;
  font-size: 1.7em;
  color: #404040;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 0.5em; }
  @media (min-width: 590px) {
    .section-head__text--mobile {
      display: none; } }

.section-head__text {
  display: none; }
  @media (min-width: 590px) {
    .section-head__text {
      font-size: 1.8em;
      color: white;
      font-weight: bold;
      position: absolute;
      max-width: 450px;
      line-height: 1.6em;
      display: inline-block; }
      .section-head__text span {
        padding: 0.1em;
        box-shadow: 0.2em 0 0 rgba(0, 0, 0, 0.65), -0.2em 0 0 rgba(0, 0, 0, 0.65);
        background-color: black;
        background-color: rgba(0, 0, 0, 0.65);
        box-decoration-break: clone; } }
  @media (min-width: 750px) {
    .section-head__text {
      font-size: 2.1em; } }

@media (min-width: 590px) {
  .section-head__text--bottom {
    bottom: 5%; }
  .section-head__text--top {
    top: 10%; }
  .section-head__text--center {
    text-align: center;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px; } }

@media (min-width: 590px) {
  .section-head__text--right {
    text-align: right;
    top: 80px;
    right: 18%;
    transform: translateX(20%); } }

@media (min-width: 980px) {
  .section-head__text--right {
    right: 10%;
    transform: translateX(20%); } }

@media (min-width: 1280px) {
  .section-head__text--right {
    right: 8%;
    transform: translateX(20%); } }

@media (min-width: 590px) {
  .section-head__text--left {
    text-align: left;
    left: 18%;
    transform: translateX(-20%); } }

@media (min-width: 980px) {
  .section-head__text--left {
    left: 10%;
    transform: translateX(-20%); } }

@media (min-width: 1280px) {
  .section-head__text--left {
    left: 8%;
    transform: translateX(-20%); } }

.satellite-image-elements-container {
  display: none; }

.bbc-news-vj-wrapper .satellite-border-fallback {
  position: relative; }

.bbc-news-vj-wrapper .satellite-border-fallback img {
  max-width: none;
  width: 100%; }

.satellite-image-container,
.satellite-image-container .satellite-image__photo {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

.satellite-image-container .satellite-image__svg {
  max-width: none;
  width: 100%;
  position: absolute; }
  .satellite-image-container .satellite-image__svg.desktop {
    display: none;
    top: -2px;
    right: 6px; }
  .satellite-image-container .satellite-image__svg.tablet {
    display: none;
    top: 0%;
    right: 0%; }
  .satellite-image-container .satellite-image__svg.mobile {
    display: none;
    top: 0%;
    right: 0%; }
  .satellite-image-container .satellite-image__svg .river {
    fill: none;
    stroke: #fdde1c;
    stroke-width: 2;
    stroke-linecap: square;
    stroke-linejoin: bevel;
    stroke-dasharray: 3500;
    stroke-dashoffset: 3500;
    animation: dash 10s ease-in forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

.satellite-image__label {
  position: absolute;
  display: inline;
  color: white;
  font-weight: bold;
  font-size: 1.7em; }
  @media (min-width: 980px) {
    .satellite-image__label {
      font-size: 2em; } }

.satellite-image__label-us {
  max-width: 100px;
  top: 33%;
  right: 21%; }
  @media (min-width: 500px) {
    .satellite-image__label-us {
      top: 18%;
      right: 36%; } }

.satellite-image__label-mexico {
  top: 73%;
  right: 57%; }
  @media (min-width: 500px) {
    .satellite-image__label-mexico {
      top: 86%;
      right: 35%; } }
  @media (min-width: 1000px) {
    .satellite-image__label-mexico {
      top: 70%;
      right: 30%; } }

.satellite-image__label-rio {
  color: #4bb2b7;
  font-size: 1.3em;
  font-weight: normal;
  top: 36%;
  right: 55%;
  transform: rotate(45deg); }
  @media (min-width: 500px) {
    .satellite-image__label-rio {
      top: 65%;
      right: 37%;
      transform: rotate(0deg); } }
  @media (min-width: 1000px) {
    .satellite-image__label-rio {
      top: 47%;
      right: 29%; } }

.bbc-news-vj-wrapper .pullout-quote {
  position: relative;
  background-color: #161719;
  min-height: 625px; }
  @media (min-width: 450px) {
    .bbc-news-vj-wrapper .pullout-quote {
      min-height: 700px; } }
  @media (min-width: 800px) {
    .bbc-news-vj-wrapper .pullout-quote {
      min-height: 800px; } }
  .bbc-news-vj-wrapper .pullout-quote blockquote {
    line-height: 1.6; }

.bbc-news-vj-wrapper .pullout-medium,
.bbc-news-vj-wrapper .pullout-large {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bbc-news-vj-wrapper .pullout-quote .pullout-large {
  display: none; }

@media (min-width: 550px) {
  .bbc-news-vj-wrapper .pullout-quote .pullout-medium {
    display: none; }
  .bbc-news-vj-wrapper .pullout-quote .pullout-large {
    display: inline; } }
  @media (min-width: 550px) and (min-height: 1024px) {
    .bbc-news-vj-wrapper .pullout-quote .pullout-large {
      min-height: 700px; } }

.bbc-news-vj-wrapper .pullout-quote-container {
  width: 85%;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 0;
  right: 0;
  max-width: 700px; }
  @media (min-width: 350px) {
    .bbc-news-vj-wrapper .pullout-quote-container {
      top: 40%; } }
  @media (min-width: 550px) {
    .bbc-news-vj-wrapper .pullout-quote-container {
      top: 55%; } }
  @media (min-width: 750px) {
    .bbc-news-vj-wrapper .pullout-quote-container {
      width: 70%; } }
  @media (min-width: 1300px) {
    .bbc-news-vj-wrapper .pullout-quote-container {
      top: 57%;
      width: 85%; } }
  @media (min-width: 1450px) {
    .bbc-news-vj-wrapper .pullout-quote-container {
      top: 60%;
      width: 100%; } }
  @media (min-width: 1550px) {
    .bbc-news-vj-wrapper .pullout-quote-container {
      top: 65%;
      width: 100%; } }

.bbc-news-vj-wrapper blockquote {
  color: #fff;
  display: block;
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.4em; }
  @media (min-width: 800px) {
    .bbc-news-vj-wrapper blockquote {
      font-size: 1.5em; } }
  @media (min-width: 1024px) {
    .bbc-news-vj-wrapper blockquote {
      font-size: 1.6em; } }
  .bbc-news-vj-wrapper blockquote cite {
    color: #aeaeae;
    font-weight: normal;
    font-style: normal;
    display: block;
    font-size: 0.7em; }

.bbc-news-vj-wrapper .trump {
  top: 30%;
  max-width: 540px; }

.bbc-news-vj-wrapper .satellite-sanddunes-container img {
  max-width: none;
  width: 100%; }

.satellite-sanddunes-container {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: 65% top;
  background-repeat: no-repeat;
  position: relative; }

.satellite-sanddunes__label-main {
  position: absolute;
  font-size: 1.7em;
  color: #fff;
  font-weight: bold; }
  .satellite-sanddunes__label-main.us {
    max-width: 80px;
    top: 25%;
    right: 25%; }
    @media (min-width: 500px) {
      .satellite-sanddunes__label-main.us {
        top: 30%;
        right: 50%; } }
  .satellite-sanddunes__label-main.mexico {
    top: 80%;
    right: 20%; }

.satellite-sanddunes__label-sub {
  font-size: 1.3em;
  position: absolute; }
  .satellite-sanddunes__label-sub.mexicali {
    text-decoration: underline #fff;
    font-weight: lighter;
    color: #fff;
    top: 70%;
    right: 68%; }
    @media (min-width: 500px) {
      .satellite-sanddunes__label-sub.mexicali {
        right: 44%;
        top: 65%; } }
  .satellite-sanddunes__label-sub.sanddunes {
    text-align: center;
    color: #a4681d;
    max-width: 100px;
    top: 55%;
    right: 21%; }
    @media (min-width: 500px) {
      .satellite-sanddunes__label-sub.sanddunes {
        top: 35%;
        max-width: 100px;
        right: 15%; } }
    @media (min-width: 780px) {
      .satellite-sanddunes__label-sub.sanddunes {
        max-width: 150px; } }

.news-vj-component-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 1em auto 3em;
  display: block; }
  @media (min-width: 500px) {
    .news-vj-component-video-container {
      max-width: 544px;
      height: 320px;
      padding: 0; } }

.news-vj-component-video {
  position: absolute;
  width: 100%;
  height: 100%; }

.news-vj-component-video-overlay {
  height: 100%;
  width: 100%;
  background-color: black;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1000;
  position: absolute;
  cursor: pointer; }

.news-vj-component-video-overlay__container,
.news-vj-component-video-overlay__fallback-text {
  height: 80px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fbfbfb;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 80px);
  padding: 0.5em; }

.news-vj-component-video-overlay__container {
  display: none; }

.news-vj-component-video-overlay__title {
  font-size: 1.5em;
  line-height: 1.2em;
  display: block; }

.news-vj-component-video-overlay__duration {
  font-size: 0.8em;
  color: #999; }

.news-vj-component-video-overlay__fallback {
  height: 100%;
  width: 100%;
  background-color: black;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.2em; }

.news-vj-component-video-overlay__fallback-text {
  width: 100%; }

.bar-chart {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 544px;
  margin: auto;
  padding-bottom: 1.5em; }

.bar-chart-container {
  display: inline-block;
  position: absolute;
  margin: auto; }

.bar-chart__title {
  padding-top: 1.2em;
  text-align: left; }

.bar-chart__svg-container {
  padding-bottom: 1em; }

.bar-chart__svg {
  border-bottom: 1.5px solid #cbcbcb;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
  overflow: visible; }

.bar-label {
  font-weight: bold;
  fill: #ce2122; }

.y-axis .domain {
  stroke: #cbcbcb; }

.y-axis .tick {
  display: none; }

.data-source {
  font-size: 1em;
  font-weight: lighter; }
  .data-source.bar-chart_1_label-1 {
    font-weight: bold; }

.bbc-news-vj-wrapper .fencing-graphic-container {
  position: relative; }

.bbc-news-vj-wrapper .fencing-graphic__photo {
  width: 100%; }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .fencing-graphic__photo {
      max-width: 100%;
      padding-bottom: 24px; } }

.bbc-news-vj-wrapper .fencing-graphic__label {
  position: absolute; }
  @media (min-width: 650px) {
    .bbc-news-vj-wrapper .fencing-graphic__label {
      font-size: 18px; } }

.bbc-news-vj-wrapper .fencing-graphic__label-1 {
  top: 25%;
  width: 40%;
  left: 8%;
  text-align: center; }
  @media (min-width: 400px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-1 {
      width: 30%;
      left: 15%; } }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-1 {
      top: 35%;
      width: 25%;
      left: 2%; } }
  @media (min-width: 650px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-1 {
      top: 40%;
      width: 20%;
      left: 5%; } }
  @media (min-width: 1000px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-1 {
      top: 50%; } }

.bbc-news-vj-wrapper .fencing-graphic__label-2 {
  top: 5%;
  width: 50%;
  left: 40%;
  text-align: right; }
  @media (min-width: 400px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-2 {
      width: 40%;
      left: 50%;
      top: 10%; } }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-2 {
      top: 0;
      width: 30%;
      left: 17%; } }
  @media (min-width: 600px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-2 {
      top: 5%;
      width: 30%;
      left: 17%;
      text-align: right; } }
  @media (min-width: 700px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-2 {
      top: 5%;
      width: 22%;
      left: 25%; } }
  @media (min-width: 1000px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-2 {
      top: 10%; } }

.bbc-news-vj-wrapper .fencing-graphic__label-3 {
  top: 50%;
  width: 50%;
  left: 15%;
  text-align: left; }
  @media (min-width: 400px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-3 {
      width: 35%;
      left: 15%;
      top: 55%; } }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-3 {
      top: 0;
      width: 25%;
      left: 56%; } }
  @media (min-width: 650px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-3 {
      top: 5%;
      width: 22%;
      left: 56%; } }
  @media (min-width: 1000px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-3 {
      top: 10%; } }

.bbc-news-vj-wrapper .fencing-graphic__label-4 {
  top: 65%;
  width: 35%;
  left: 53%;
  text-align: center; }
  @media (min-width: 400px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-4 {
      width: 30%;
      left: 60%;
      top: 70%; } }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-4 {
      top: 25%;
      width: 25%;
      left: 72%; } }
  @media (min-width: 650px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-4 {
      top: 30%;
      width: 20%;
      left: 75%; } }
  @media (min-width: 1000px) {
    .bbc-news-vj-wrapper .fencing-graphic__label-4 {
      top: 40%; } }

.bbc-news-vj-wrapper .fencing-graphic__source {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: auto;
  position: relative;
  bottom: 25px;
  font-size: 0.9em; }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .fencing-graphic__source {
      max-width: 540px;
      bottom: 35px; } }
  @media (min-width: 1000px) {
    .bbc-news-vj-wrapper .fencing-graphic__source {
      bottom: 40px; } }

.bbc-news-vj-wrapper .maquilas-chart-container {
  display: block;
  margin: auto;
  position: relative;
  margin-bottom: 1.8em; }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .maquilas-chart-container {
      max-width: 540px;
      padding-bottom: 1em; } }

.bbc-news-vj-wrapper .maquilas-chart__title {
  display: block;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em; }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .maquilas-chart__title {
      font-size: 1.6em; } }

@media (min-width: 500px) {
  .bbc-news-vj-wrapper .maquilas-chart__label-container {
    padding-left: 1em; } }

.bbc-news-vj-wrapper .maquilas-chart__label {
  display: block;
  font-size: 1em;
  line-height: 1.2em; }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .maquilas-chart__label {
      line-height: 1.4em; } }

.bbc-news-vj-wrapper .maquilas-chart__label:before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 0.6em;
  z-index: -1;
  background-color: #d81f2c;
  margin-right: 0.5em; }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .maquilas-chart__label:before {
      height: 0.3em;
      margin-bottom: 0.2em; } }

.bbc-news-vj-wrapper .maquilas-chart__label-chihuahua:before {
  background-color: #2e2e2e; }

.bbc-news-vj-wrapper .maquilas-chart__photo {
  display: block;
  margin: auto;
  max-width: 100%; }

.bbc-news-vj-wrapper .maquilas-chart__source {
  font-size: 0.9em;
  font-weight: lighter;
  position: absolute;
  bottom: -10px;
  width: 80%;
  line-height: 1.1em; }
  @media (min-width: 500px) {
    .bbc-news-vj-wrapper .maquilas-chart__source {
      bottom: 0;
      width: 90%; } }

.news-vj-component-hr--thick {
  height: 9px;
  border: 0;
  background-color: #dbdbdb; }

.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;
      margin: auto; }
      @media (min-width: 768px) {
        .ns_onward-journey .ns_onward-journey-inner ul {
          padding-bottom: 1.5em; } }
      .ns_onward-journey .ns_onward-journey-inner ul li {
        clear: both;
        display: block;
        vertical-align: top;
        text-align: left;
        width: 100%; }
        @media (min-width: 768px) {
          .ns_onward-journey .ns_onward-journey-inner ul li {
            width: 30%;
            display: inline-block;
            clear: both;
            margin-right: 0.5em; } }
      .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: 100%;
            max-width: none; } }
      .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; }

.news-vj-IE8-or-below-container .hero {
  min-height: 500px;
  background-position: 50% top; }

.news-vj-IE8-or-below-container .hero__title {
  filter: dropshadow(Color=#222, OffX=1, OffY=1, Positive=0.8);
  font-size: 3em; }

.news-vj-IE8-or-below-container .hero__instruction .square {
  display: none; }

.news-vj-IE8-or-below-container .story-timestamp .timestamp {
  background-image: none;
  padding-left: 0; }

.news-vj-IE8-or-below-container .story-timestamp .story-metalist li {
  display: block;
  border-right: 0;
  padding-right: 0; }

.news-vj-IE8-or-below-container .section-head {
  width: 100%;
  background-position: center; }

.news-vj-IE8-or-below-container .news-vj-component-video-container {
  max-width: 520px;
  height: 320px;
  overflow: hidden;
  padding: 0; }

.news-vj-IE8-or-below-container .satellite-sanddunes-container,
.news-vj-IE8-or-below-container .satellite-mountains-container {
  background-position: center top; }

.news-vj-IE8-or-below-container .maquilas-chart-container {
  max-width: 520px; }

.news-vj-IE8-or-below-container .fencing-graphic__photo {
  max-width: none; }

.news-vj-IE8-or-below-container .fencing-graphic__label-1 {
  top: 50%;
  width: 40%;
  left: -5%;
  text-align: center; }

.news-vj-IE8-or-below-container .fencing-graphic__label-2 {
  top: 10%;
  width: 50%;
  left: 0;
  text-align: right; }

.news-vj-IE8-or-below-container .fencing-graphic__label-3 {
  width: 50%;
  left: 55%;
  text-align: left;
  top: 10%; }

.news-vj-IE8-or-below-container .fencing-graphic__label-4 {
  width: 35%;
  left: 70%;
  text-align: center;
  top: 40%; }

.news-vj-IE8-or-below-container .fencing-graphic__source {
  bottom: 40px; }

.bar-chart-fallback {
  max-width: 520px;
  display: block;
  margin: auto;
  font-weight: bold; }
  .bar-chart-fallback .wall-estimations {
    list-style: none;
    text-align: left; }
  .bar-chart-fallback .wall-estimations__estimation {
    color: #ce2122;
    margin-bottom: 0.8em; }

.bbc-news-vj-wrapper .news-vj-IE8-or-below-container .fencing-graphic-container img {
  max-width: none; }

.bbc-news-vj-wrapper {
  overflow: hidden; }

.bbc-news-vj-wrapper p,
.bbc-news-vj-wrapper h2,
.bbc-news-vj-wrapper img,
.bbc-news-vj-wrapper ul {
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.bbc-news-vj-wrapper ul {
  list-style-position: outside; }
  .bbc-news-vj-wrapper ul li {
    margin-left: 1em; }

.bbc-news-vj-wrapper h2 {
  font-size: 1.3rem; }

.bbc-news-vj-direction--rtl .gel-layout {
  direction: rtl;
  text-align: right; }

.bbc-news-vj-direction--rtl .gel-layout__item {
  text-align: right; }

.bbc-news-vj-direction--rtl .blockquote-container blockquote,
.bbc-news-vj-direction--rtl .pullout-quote-container blockquote {
  text-align: right; }

.bbc-news-vj-direction--rtl .bar-chart__title,
.bbc-news-vj-direction--rtl .section-head__text {
  text-align: right; }

.share__button,
.bar-chart__svg text,
.sticky-map__key,
.navigation-map__key,
.maquilas-chart__source {
  direction: ltr;
  text-align: left; }

@media (min-width: 1000px) {
  .story-timestamp {
    float: left;
    border-right: 1px solid #dcdcdc;
    padding-right: 24px;
    padding-left: calc(100% - 1050px); } }

@media (min-width: 1000px) {
  .byline {
    max-width: 120px; } }

.satellite-mountains__caption,
.satellite-sanddunes__caption,
.satellite-image__caption {
  font-size: 1.2em;
  max-width: 370px;
  line-height: 1.2;
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 2%;
  left: 3%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000; }
  @media (min-width: 1008px) {
    .satellite-mountains__caption,
    .satellite-sanddunes__caption,
    .satellite-image__caption {
      max-width: 380px;
      top: 5%;
      font-size: 1.3em; } }

#navigation-map-container,
#sticky-map-container {
  background-color: #bfd3dc; }
  #navigation-map-container svg,
  #sticky-map-container svg {
    width: 100%;
    display: block;
    margin: auto; }

hr {
  max-width: 544px; }

@media (min-width: 768px) {
  .ns_onward-journey .ns_onward-journey-inner ul li {
    width: 28%; } }

.news-vj-component-video-overlay__title {
  font-size: 1.2em; }

.news-vj-component-video-overlay__duration {
  font-size: 0.9em; }

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