@charset "UTF-8";
html[lang="ar"] body,
html[lang="fa"] body,
html[lang="ps"] body,
html[lang="ur"] body {
  direction: rtl; }

body {
  background: #fff;
  margin: 0; }

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

.bbc-news-vj-onbbcdomain .masthead, .bbc-news-vj-onbbcdomain .footer {
  display: none; }

.masthead {
  background: #900;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 17px;
  line-height: 17px;
  text-transform: uppercase; }

.tracking-image {
  height: 1px;
  position: absolute;
  width: 1px; }

.masthead__logo {
  background-repeat: no-repeat;
  height: 100%; }
  .bbc-news-vj-language--afrique .masthead__logo {
    background-image: url(bbc-branding/afrique.png); }
  .bbc-news-vj-language--arabic .masthead__logo {
    background-image: url(bbc-branding/arabic.png); }
  .bbc-news-vj-language--azeri .masthead__logo {
    background-image: url(bbc-branding/azeri.png); }
  .bbc-news-vj-language--bengali .masthead__logo {
    background-image: url(bbc-branding/bengali.png); }
  .bbc-news-vj-language--burmese .masthead__logo {
    background-image: url(bbc-branding/burmese.png); }
  .bbc-news-vj-language--chinese .masthead__logo {
    background-image: url(bbc-branding/chinese.png); }
  .bbc-news-vj-language--news .masthead__logo {
    background-image: url(bbc-branding/news.png); }
  .bbc-news-vj-language--gahuza .masthead__logo {
    background-image: url(bbc-branding/gahuza.png); }
  .bbc-news-vj-language--hausa .masthead__logo {
    background-image: url(bbc-branding/hausa.png); }
  .bbc-news-vj-language--hindi .masthead__logo {
    background-image: url(bbc-branding/hindi.png); }
  .bbc-news-vj-language--indonesia .masthead__logo {
    background-image: url(bbc-branding/indonesia.png); }
  .bbc-news-vj-language--kyrgyz .masthead__logo {
    background-image: url(bbc-branding/kyrgyz.png); }
  .bbc-news-vj-language--mundo .masthead__logo {
    background-image: url(bbc-branding/mundo.png); }
  .bbc-news-vj-language--nepali .masthead__logo {
    background-image: url(bbc-branding/nepali.png); }
  .bbc-news-vj-language--pashto .masthead__logo {
    background-image: url(bbc-branding/pashto.png); }
  .bbc-news-vj-language--persian .masthead__logo {
    background-image: url(bbc-branding/persian.png); }
  .bbc-news-vj-language--portuguese .masthead__logo {
    background-image: url(bbc-branding/portuguese.png); }
  .bbc-news-vj-language--russian .masthead__logo {
    background-image: url(bbc-branding/russian.png); }
  .bbc-news-vj-language--sinhala .masthead__logo {
    background-image: url(bbc-branding/sinhala.png); }
  .bbc-news-vj-language--somali .masthead__logo {
    background-image: url(bbc-branding/somali.png); }
  .bbc-news-vj-language--swahili .masthead__logo {
    background-image: url(bbc-branding/swahili.png); }
  .bbc-news-vj-language--tamil .masthead__logo {
    background-image: url(bbc-branding/tamil.png); }
  .bbc-news-vj-language--tajik .masthead__logo {
    background-image: url(bbc-branding/tajik.png); }
  .bbc-news-vj-language--turkce .masthead__logo {
    background-image: url(bbc-branding/turkce.png); }
  .bbc-news-vj-language--urdu .masthead__logo {
    background-image: url(bbc-branding/urdu.png); }
  .bbc-news-vj-language--ukchina .masthead__logo {
    background-image: url(bbc-branding/ukchina.png); }
  .bbc-news-vj-language--ukrainian .masthead__logo {
    background-image: url(bbc-branding/ukrainian.png); }
  .bbc-news-vj-language--uzbek .masthead__logo {
    background-image: url(bbc-branding/uzbek.png); }
  .bbc-news-vj-language--vietnamese .masthead__logo {
    background-image: url(bbc-branding/vietnamese.png); }

.footer {
  bottom: 0;
  color: #fff;
  left: 0;
  font-size: 12px;
  height: 18px;
  position: fixed;
  right: 0; }

.footer--logo {
  background: url(bbc-branding/news.png) no-repeat 13px 1px #900;
  height: 100%; }

.footer::after {
  bottom: 0;
  content: "©";
  left: 3px;
  position: absolute;
  top: 3px;
  width: 13px; }

/*# sourceMappingURL=scaffold-iframe.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-wrapper input[type=text],
.bbc-news-vj-wrapper input[type=search],
.bbc-news-vj-wrapper input[type=submit],
.bbc-news-vj-wrapper input[type=button],
.bbc-news-vj-wrapper button,
.bbc-news-vj-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-sizing: border-box;
  font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 1.25em;
  padding: .55em .6em .5em;
  vertical-align: top;
  -webkit-transition: border .5s ease;
  -moz-transition: border .5s ease;
  -ms-transition: border .5s ease;
  -o-transition: border .5s ease;
  transition: border .5s ease; }
  .bbc-news-vj-wrapper input[type=text]:hover,
  .bbc-news-vj-wrapper input[type=search]:hover,
  .bbc-news-vj-wrapper input[type=submit]:hover,
  .bbc-news-vj-wrapper input[type=button]:hover,
  .bbc-news-vj-wrapper button:hover,
  .bbc-news-vj-wrapper select:hover, .bbc-news-vj-wrapper input[type=text]:focus,
  .bbc-news-vj-wrapper input[type=search]:focus,
  .bbc-news-vj-wrapper input[type=submit]:focus,
  .bbc-news-vj-wrapper input[type=button]:focus,
  .bbc-news-vj-wrapper button:focus,
  .bbc-news-vj-wrapper select:focus, .bbc-news-vj-wrapper input[type=text]:active,
  .bbc-news-vj-wrapper input[type=search]:active,
  .bbc-news-vj-wrapper input[type=submit]:active,
  .bbc-news-vj-wrapper input[type=button]:active,
  .bbc-news-vj-wrapper button:active,
  .bbc-news-vj-wrapper select:active {
    border-color: #10619f;
    outline-offset: -1px; }
  .bbc-news-vj-wrapper input[type=text]:last-child,
  .bbc-news-vj-wrapper input[type=search]:last-child,
  .bbc-news-vj-wrapper input[type=submit]:last-child,
  .bbc-news-vj-wrapper input[type=button]:last-child,
  .bbc-news-vj-wrapper button:last-child,
  .bbc-news-vj-wrapper select:last-child {
    margin-bottom: 0; }

.bbc-news-vj-wrapper select {
  display: block;
  margin: 0 0 1.625em;
  width: 100%;
  max-width: 100%;
  padding: .6em 2em .6em .6em;
  -ms-text-overflow: '';
  -o-text-overflow: '';
  text-overflow: '';
  background-color: #fff;
  background-size: 1.3rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOBAMAAADZH/H+AAAAMFBMVEUAAAA+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj67+WchAAAAD3RSTlMA8BAgQMCQ4NCwgHBgUDC6WjTGAAAAaUlEQVQI12Oo/8IABIYfDYCk/w8Qe/5vEMn5fwEDA+//BhCbWV6YgUH9vwMDCOz/ysCQ/40BDDj+X+D7LwRhs/wXYv1/AMwEKQAqgwLF//KfYWye/0BjYSD+uwKcbf+FAQ64JiDYTFAlAChbHrjK4PmEAAAAAElFTkSuQmCC"); }
  .bbc-news-vj-wrapper select::-ms-expand {
    display: none; }
  .bbc-news-vj-wrapper select:hover, .bbc-news-vj-wrapper select:focus, .bbc-news-vj-wrapper select:active {
    border-color: #007f7f; }

.bbc-news-vj-wrapper button.button--next:disabled, .bbc-news-vj-wrapper button.button--next {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin: 0 .6667em .8889em 0;
  padding: .55em .8em .5em;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  -moz-transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  -ms-transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  -o-transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
  width: auto;
  background-repeat: no-repeat;
  background-color: #007f7f;
  border: 2px solid #007f7f;
  color: #fff; }
  .bbc-news-vj-wrapper button.button--next:hover, .bbc-news-vj-wrapper button.button--next:active, .bbc-news-vj-wrapper button.button--next:focus {
    background-color: #006767; }

.bbc-news-vj-wrapper button.button--next:disabled {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #dcdcdc;
  border: 2px solid #dcdcdc;
  color: #404040;
  cursor: default;
  pointer-events: none;
  position: relative; }
  .bbc-news-vj-wrapper button.button--next:hover:disabled, .bbc-news-vj-wrapper button.button--next:active:disabled, .bbc-news-vj-wrapper button.button--next:focus:disabled {
    background-color: #dcdcdc;
    border: 2px solid #dcdcdc; }

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

blockquote {
  font-weight: bold;
  display: block; }
  blockquote cite {
    color: gray;
    font-style: normal;
    display: block;
    font-size: 0.875rem; }

.autocomplete-suggestions {
  position: static !important;
  color: #222;
  background: #fff;
  overflow: auto;
  top: 44px;
  left: 0;
  right: 44px;
  width: auto !important; }

.autocomplete-suggestion {
  border: 1px solid #404040;
  border-bottom: 0;
  padding: 13px 10px;
  overflow: hidden;
  cursor: pointer;
  font-size: 1em; }
  .autocomplete-suggestion:first-child {
    border-top: 0; }
  .autocomplete-suggestion:last-child {
    border-bottom: 1px solid #404040; }
  .autocomplete-suggestion strong {
    font-weight: bold; }

.autocomplete-selected {
  background-color: #dcdcdc; }

.autocomplete-group {
  background-color: #efefef;
  padding: 5px; }

.autocomplete-no-suggestion p {
  padding: 1em;
  margin: 0; }

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

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

.bbc-news-visual-journalism-loading-spinner {
  display: block;
  width: 33px;
  height: 33px;
  max-width: 33px;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAArlBMVEUNDQ3///8NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ1jFL5cAAAAOXRSTlMAAAECBg4PEBweIiYnKCkqKy8wR0hQUVRVVldjZGVnaGl1doGxsrO0ubq7wMHGyMnU2/Dx8vP5/P1F9dvoAAABM0lEQVR4AYWTYVeCMBSGt5VZKZYWZZmBBBQKGQno/f9/rHcTzgxu8Xy5h73P2dkdd0L2IZoKxqsw/6ZLm2mMITTK/STDVccQhtGGqG3IU2NeEmNIaywPBA5rfzaUZ/KExnjcE4hv2E60MSqQV69sq8ZQGy3cc8K1MoZLYMnk52+Va4wMwjsjjL6IMm04uotbxpjoBh0YK9S15EiQBDBCVJ81fCQhjBx1yhozJDmMHeqQNS6Q7GAQkDwEevco+s9R9+Kxhlf3Evx5Hx9IguZOJ//dqdDzGTNGhPXM/tuXjrAg4BpDpdx83FVYTVU9Y6VWfu+y0EI5bub06Tin9riTmMD+uTPriTcdyMHUS46fS/a9WMp5682lLSEdC2sYlLsly/ZBibYBnCDKCyryKHDsIow+fgDWVEMTzDczcQAAAABJRU5ErkJggg=="); }

.news-vj-search-lookup * {
  box-sizing: border-box !important; }

.news-vj-search-lookup .news-vj-search-lookup__input-view input, .news-vj-search-lookup .news-vj-search-lookup__input-view button {
  margin: 0; }

.news-vj-search-lookup__input-container {
  position: relative; }

.news-vj-search-lookup__input-view {
  width: 100%; }

.news-vj-search-lookup__results-view {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 44px); }

.news-vj-search-lookup__results-view--floating {
  position: absolute;
  z-index: 1; }

.news-vj-search-lookup__input {
  display: inline-block;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 44px);
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
  color: #222;
  border: solid 1px #d2d2d2;
  transition: border-color 1s linear;
  padding: 0.5em 8px;
  border-radius: 0; }
  .news-vj-search-lookup__input:focus {
    border: solid 1px #007f7f;
    outline: none; }
  @media (min-width: 450px) {
    .news-vj-search-lookup__input {
      padding: 0.5em 16px; } }

.news-vj-search-lookup__button {
  padding: 12px;
  border: 0;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.74902);
  transition: background-color 1s; }
  .news-vj-search-lookup__button:hover, .news-vj-search-lookup__button:focus {
    background-color: #bcd9d9; }
  .news-vj-search-lookup__button[disabled] {
    background-color: #dcdcdc; }
    .news-vj-search-lookup__button[disabled] .bbc-news-visual-journalism-icon--search {
      fill: black; }

.bbc-news-visual-journalism-loading-spinner {
  display: none; }

.bbc-news-visual-journalism-icon--search {
  display: block;
  fill: white; }

.news-vj-search-lookup__button--loading {
  background-color: #bcd9d9; }
  .news-vj-search-lookup__button--loading .bbc-news-visual-journalism-loading-spinner {
    display: block !important;
    max-width: 22px;
    height: 22px;
    background-size: 100%; }
  .news-vj-search-lookup__button--loading .bbc-news-visual-journalism-icon--search {
    display: none; }

.chart__area {
  position: relative; }

.chart__tooltip {
  position: absolute;
  color: #3f3f3f;
  background: white;
  border: solid 1px #d8d8d8;
  font-weight: bold;
  font-size: 1em;
  padding: 10px 40px;
  text-align: center;
  max-width: 200px;
  box-sizing: border-box;
  z-index: 5;
  opacity: 0;
  top: 20%; }
  .chart__tooltip--score {
    font-weight: bold; }
  .chart__tooltip span {
    display: block; }

.chart__arrow {
  height: 6em;
  width: 3em; }
  @media (min-width: 590px) {
    .chart__arrow {
      height: 4.5em;
      width: 2.2em; } }

.chart__arrow--score {
  font-weight: bold;
  fill: #3f3f3f;
  text-anchor: middle; }

.bar-chart-y-axis-label,
.chart__arrow--score {
  font-size: 3em; }
  @media (min-width: 380px) {
    .bar-chart-y-axis-label,
    .chart__arrow--score {
      font-size: 2.5em; } }
  @media (min-width: 470px) {
    .bar-chart-y-axis-label,
    .chart__arrow--score {
      font-size: 2em; } }
  @media (min-width: 590px) {
    .bar-chart-y-axis-label,
    .chart__arrow--score {
      font-size: 1.7em; } }
  @media (min-width: 730px) {
    .bar-chart-y-axis-label,
    .chart__arrow--score {
      font-size: 1.4em; } }
  @media (min-width: 850px) {
    .bar-chart-y-axis-label,
    .chart__arrow--score {
      font-size: 1em; } }

p.chart__your-trust {
  color: #3f3f3f;
  margin-top: 0; }

.chart__axis-indicator {
  font-size: 1.5em;
  fill: #3f3f3f; }

@media (min-width: 590px) {
  .chart__legend ul {
    margin: 0; } }

.chart__legend li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0 10px;
  position: relative; }

.chart__legend li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  position: absolute;
  top: 4px; }

.chart__legend li:nth-child(1)::before {
  background: #801350; }

.chart__legend li:nth-child(2)::before {
  background: #007f7f; }

.chart__legend li:nth-child(3)::before {
  background: url(../assets/img/line.png);
  width: 26px;
  height: 2px;
  margin-top: 5px; }

.chart__legend .chart__legend-label {
  display: inline-block;
  text-align: left;
  max-width: 72px;
  padding-left: 20px; }
  .chart__legend .chart__legend-label.national-target {
    padding-left: 30px; }
  @media (min-width: 590px) {
    .chart__legend .chart__legend-label {
      max-width: none; } }

.bbc-news-vj-wrapper .editorial-text {
  display: block;
  text-align: center;
  color: #801350; }

.figures-section-container,
.figures-section-container .gel-layout__item {
  text-align: center;
  padding-top: 0.5em;
  margin-bottom: 8px;
  padding-bottom: 8px; }

.figures-local {
  margin-right: 5%;
  padding-right: 10px;
  color: #801350; }
  @media (min-width: 530px) {
    .figures-local {
      margin-right: 65px;
      padding-right: 0; } }

.figures-national {
  margin-left: 5%;
  padding-left: 10px;
  color: #007f7f; }
  @media (min-width: 530px) {
    .figures-national {
      margin-left: 65px;
      padding-left: 0; } }

.separator {
  height: 4em;
  border-right: 1px dashed #4a4a4a; }

.figures-section {
  display: inline-block; }

.sameWidth {
  width: 120px; }
  .sameWidth .figures-section-target__figure--local,
  .sameWidth .figures-section-target__figure--national {
    font-size: 1.4em; }
    @media (min-width: 380px) {
      .sameWidth .figures-section-target__figure--local,
      .sameWidth .figures-section-target__figure--national {
        font-size: 1.75em; } }
  @media (min-width: 396px) {
    .sameWidth {
      width: 160px; } }
  @media (min-width: 530px) {
    .sameWidth {
      width: 270px; } }
  @media (min-width: 530px) {
    .sameWidth .figures-local,
    .sameWidth .figures-national {
      margin-left: 0;
      padding-left: 0;
      margin-right: 0;
      padding-right: 0; } }

.figures-section__heading {
  font-size: 1em;
  margin: 0; }

.figures-section-introduction,
.figures-section-description {
  margin-bottom: 8px;
  display: block;
  font-size: 1.2em;
  color: #4a4a4a; }

p.figures-section-data-age {
  margin-top: 0; }

.impact-figure {
  margin-top: 1em; }

.figures-section__figure {
  font-size: 1.75em;
  padding-bottom: 0.25em; }

.figures-section-trust__figure {
  font-size: 2.5em; }
  @media (min-width: 380px) {
    .figures-section-trust__figure {
      font-size: 3.5em; } }
  @media (min-width: 850px) {
    .figures-section-trust__figure {
      font-size: 4em; } }

.health-heading {
  background-color: #d8d8d8;
  color: #505050;
  display: block;
  padding: 0.5em;
  text-align: center; }

#lookups-container {
  padding: 1% 0;
  position: relative; }

.illustration {
  background-image: url("https://news.files.bbci.co.uk/vj/live/newsspec/15161/content/common/img/illustration--small_2.svg");
  background-repeat: no-repeat;
  padding-bottom: 24%;
  background-size: contain;
  margin-bottom: 8px; }
  @media (min-width: 850px) {
    .illustration {
      background-image: url("https://news.files.bbci.co.uk/vj/live/newsspec/15161/content/common/img/illustration--large_2.svg");
      position: absolute;
      background-size: cover;
      padding-bottom: 0;
      margin-bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; } }

.user-input {
  background-color: #007f7f;
  color: white;
  margin: 0 auto;
  max-width: 456px;
  padding: 5px 11px; }
  @media (min-width: 850px) {
    .user-input {
      margin: 25px auto; } }
  .user-input h2 {
    font-size: 1em;
    font-weight: normal; }
  .user-input__separator {
    text-align: left;
    line-height: 2em;
    font-size: 1em; }
  .user-input .autocomplete-suggestion:last-child {
    border-bottom: none; }
  .user-input .autocomplete-suggestions {
    border-bottom: 1px solid #000; }

.lookup-dropdown-switcher {
  display: block;
  margin-top: 8px;
  border: 0;
  padding: 0; }
  .lookup-dropdown-switcher .dropdown-switcher--browse-full-list {
    font-size: 0.8em; }
    @media (min-width: 380px) {
      .lookup-dropdown-switcher .dropdown-switcher--browse-full-list {
        font-size: 1em; } }
  .lookup-dropdown-switcher .dropdown-switcher--back-to-lookup {
    font-size: 0.8em;
    display: inline-block; }
    @media (min-width: 380px) {
      .lookup-dropdown-switcher .dropdown-switcher--back-to-lookup {
        font-size: 1em; } }

.trust-dropdown {
  margin-bottom: 0; }
  .trust-dropdown .dropdown_label {
    display: block;
    line-height: 1.8em;
    font-size: 1em;
    margin-bottom: 0.4em;
    margin-top: 0.4em; }
    @media (min-width: 380px) {
      .trust-dropdown .dropdown_label {
        font-size: 1.1em; } }
  .trust-dropdown select {
    width: -webkit-calc(100% - 47px);
    width: calc(100% - 46px);
    float: left;
    height: 44px;
    margin-bottom: 0; }

.lookup_label {
  display: block;
  line-height: 1.8em;
  font-size: 1em;
  margin-bottom: 0.4em;
  margin-top: 0.4em; }
  @media (min-width: 380px) {
    .lookup_label {
      font-size: 1.1em; } }

input[type=text].news-vj-search-lookup__input {
  border: solid 1px #007f7f; }

button.news-vj-search-lookup__button {
  border: solid 1px #007f7f; }
  button.news-vj-search-lookup__button:hover {
    background-color: #005757;
    border-color: #005757; }

.buffer {
  width: 100%; }

.news-vj-search-lookup__button--loading .bbc-news-visual-journalism-loading-spinner {
  margin: 0; }

.bbc-news-vj-wrapper a {
  color: #fff;
  border-bottom: 1px solid #dcdcdc; }
  .bbc-news-vj-wrapper a:hover {
    color: #fcff66; }

.result-section[data-has-data="false"] .requires-data {
  display: none; }

.result-section[data-has-data="false"] .requires-no-data {
  display: block; }

.result-section[data-has-data="true"] .requires-data {
  display: block; }

.result-section[data-has-data="true"] .requires-no-data {
  display: none; }

.summary {
  text-align: center; }

.summary-header {
  border: 3px solid #d8d8d8;
  width: 100%;
  margin: 0 auto;
  outline: none; }

.summary-rating {
  color: #6b003f;
  padding-bottom: 10px; }

.summary-rating a {
  color: #6b003f; }
  .summary-rating a:hover {
    color: #1167a8; }

@media (min-width: 665px) {
  .summary-cards {
    display: flex; } }

.summary-card {
  border: 3px solid #d8d8d8;
  border-top: 0;
  margin-top: 0;
  float: left;
  width: 100%;
  display: block;
  min-width: 210px;
  padding: 0 15px 18px; }
  @media (min-width: 665px) {
    .summary-card {
      width: 33.3333333333%; }
      .summary-card:not(:last-child) {
        border-right: 0; } }
  @media (min-width: 665px) and (max-width: 938px) {
    .summary-card .summary-card__title {
      font-size: 1.2em; } }
  .summary-card[data-target-was-hit="true"] .target-was-hit {
    display: inline-block; }
  .summary-card[data-target-was-hit="true"] .target-was-not-hit {
    display: none; }
  .summary-card[data-target-was-hit="false"] .target-was-hit {
    display: none; }
  .summary-card[data-target-was-hit="false"] .target-was-not-hit {
    display: inline-block; }
  .summary-card[data-has-data="true"] .summary-card__result {
    display: inline-block; }
  .summary-card[data-has-data="true"] .summary-card__details {
    display: block; }
  .summary-card[data-has-data="true"] .summary-card__no-data {
    display: none; }
  .summary-card[data-has-data="false"] .summary-card__result {
    display: none; }
  .summary-card[data-has-data="false"] .summary-card__details {
    display: none; }
  .summary-card[data-has-data="false"] .summary-card__no-data {
    display: block; }

.summary-card__result__icon {
  margin-bottom: 20px; }

.summary-card__no-data {
  padding: 20px 0;
  font-size: 1.4em;
  color: #801350;
  font-weight: bold; }

.summary-card__details__result,
.summary-card__details__target {
  color: #6b003f; }

.summary-card-share {
  clear: left; }

.share__button {
  margin-top: 1em !important; }

p.summary-section-explanation {
  margin-top: 0; }

button.share__tool--network {
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAFyCAYAAAADGn9mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMi1jMDAxIDYzLjEzOTQzOSwgMjAxMC8xMC8xMi0wODo0NTozMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOTEwOURFN0IwMkNBMzUwMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRTM5RDQ3QTA0NjAxMUU0OEY2Rjg1MzI0OUE3REI5RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRTM5RDQ3OTA0NjAxMUU0OEY2Rjg1MzI0OUE3REI5RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgRWxlbWVudHMgMTEuMCBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNzdGMTE3NDA3MjA2ODExODIyQTlDM0U1MzRCQjVCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOTEwOURFN0IwMkNBMzUwMSIvPiA8L3Jk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");
  display: inline-block;
  color: #fff;
  background-position: -42px -216px;
  background-size: 115px;
  background-color: #41850d;
  padding-left: 2em;
  margin: 0; }

.bbc-news-vj-wrapper button.button--next:disabled {
  margin: 0;
  float: right;
  width: 44px;
  height: 44px;
  padding-left: 8px;
  color: black; }

.bbc-news-vj-wrapper button.button--next {
  border: solid 2px #002020;
  background-color: #002020;
  margin: 0;
  float: right;
  width: 44px;
  height: 44px;
  padding-left: 8px; }
  .bbc-news-vj-wrapper button.button--next:focus {
    background-color: #002020; }
  .bbc-news-vj-wrapper button.button--next:hover {
    background-color: #005757;
    border: solid 2px #005757; }

.bbc-news-vj-wrapper .purple-impact {
  color: #6b003f;
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.15em;
  padding: 0.7em;
  text-align: center;
  width: 100%; }

.bbc-news-vj-wrapper .location-explainer {
  text-align: center;
  font-size: 1.3em;
  margin: 0 0 1em;
  color: #4a4a4a; }

.bbc-news-vj-wrapper .results-container {
  margin-top: 9px; }

.bbc-news-vj-wrapper .widget-explainer {
  margin-bottom: 8px;
  font-weight: bold; }

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