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

.bbc-news-vj-wrapper--full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 9999;
}

.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("http://news.files.bbci.co.uk/include/vjassets/img/news--icons-sprite-v1.png") no-repeat;
  background-position: -6px -6110px;
  float: left;
  height: 20px;
  margin-left: 8px;
  width: 20px;
}
/* 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.33333% !important;
}

.gel-2\/3 {
  width: 66.66667% !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.33333% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gel-23\/24 {
  width: 95.83333% !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.33333% !important;
  }
  .gel-2\/3\@s {
    width: 66.66667% !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.33333% !important;
  }
  .gel-2\/12\@s {
    width: 16.66667% !important;
  }
  .gel-3\/12\@s {
    width: 25% !important;
  }
  .gel-4\/12\@s {
    width: 33.33333% !important;
  }
  .gel-5\/12\@s {
    width: 41.66667% !important;
  }
  .gel-6\/12\@s {
    width: 50% !important;
  }
  .gel-7\/12\@s {
    width: 58.33333% !important;
  }
  .gel-8\/12\@s {
    width: 66.66667% !important;
  }
  .gel-9\/12\@s {
    width: 75% !important;
  }
  .gel-10\/12\@s {
    width: 83.33333% !important;
  }
  .gel-11\/12\@s {
    width: 91.66667% !important;
  }
  .gel-1\/24\@s {
    width: 4.16667% !important;
  }
  .gel-2\/24\@s {
    width: 8.33333% !important;
  }
  .gel-3\/24\@s {
    width: 12.5% !important;
  }
  .gel-4\/24\@s {
    width: 16.66667% !important;
  }
  .gel-5\/24\@s {
    width: 20.83333% !important;
  }
  .gel-6\/24\@s {
    width: 25% !important;
  }
  .gel-7\/24\@s {
    width: 29.16667% !important;
  }
  .gel-8\/24\@s {
    width: 33.33333% !important;
  }
  .gel-9\/24\@s {
    width: 37.5% !important;
  }
  .gel-10\/24\@s {
    width: 41.66667% !important;
  }
  .gel-11\/24\@s {
    width: 45.83333% !important;
  }
  .gel-12\/24\@s {
    width: 50% !important;
  }
  .gel-13\/24\@s {
    width: 54.16667% !important;
  }
  .gel-14\/24\@s {
    width: 58.33333% !important;
  }
  .gel-15\/24\@s {
    width: 62.5% !important;
  }
  .gel-16\/24\@s {
    width: 66.66667% !important;
  }
  .gel-17\/24\@s {
    width: 70.83333% !important;
  }
  .gel-18\/24\@s {
    width: 75% !important;
  }
  .gel-19\/24\@s {
    width: 79.16667% !important;
  }
  .gel-20\/24\@s {
    width: 83.33333% !important;
  }
  .gel-21\/24\@s {
    width: 87.5% !important;
  }
  .gel-22\/24\@s {
    width: 91.66667% !important;
  }
  .gel-23\/24\@s {
    width: 95.83333% !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.33333% !important;
  }
  .gel-2\/3\@m {
    width: 66.66667% !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.33333% !important;
  }
  .gel-2\/12\@m {
    width: 16.66667% !important;
  }
  .gel-3\/12\@m {
    width: 25% !important;
  }
  .gel-4\/12\@m {
    width: 33.33333% !important;
  }
  .gel-5\/12\@m {
    width: 41.66667% !important;
  }
  .gel-6\/12\@m {
    width: 50% !important;
  }
  .gel-7\/12\@m {
    width: 58.33333% !important;
  }
  .gel-8\/12\@m {
    width: 66.66667% !important;
  }
  .gel-9\/12\@m {
    width: 75% !important;
  }
  .gel-10\/12\@m {
    width: 83.33333% !important;
  }
  .gel-11\/12\@m {
    width: 91.66667% !important;
  }
  .gel-1\/24\@m {
    width: 4.16667% !important;
  }
  .gel-2\/24\@m {
    width: 8.33333% !important;
  }
  .gel-3\/24\@m {
    width: 12.5% !important;
  }
  .gel-4\/24\@m {
    width: 16.66667% !important;
  }
  .gel-5\/24\@m {
    width: 20.83333% !important;
  }
  .gel-6\/24\@m {
    width: 25% !important;
  }
  .gel-7\/24\@m {
    width: 29.16667% !important;
  }
  .gel-8\/24\@m {
    width: 33.33333% !important;
  }
  .gel-9\/24\@m {
    width: 37.5% !important;
  }
  .gel-10\/24\@m {
    width: 41.66667% !important;
  }
  .gel-11\/24\@m {
    width: 45.83333% !important;
  }
  .gel-12\/24\@m {
    width: 50% !important;
  }
  .gel-13\/24\@m {
    width: 54.16667% !important;
  }
  .gel-14\/24\@m {
    width: 58.33333% !important;
  }
  .gel-15\/24\@m {
    width: 62.5% !important;
  }
  .gel-16\/24\@m {
    width: 66.66667% !important;
  }
  .gel-17\/24\@m {
    width: 70.83333% !important;
  }
  .gel-18\/24\@m {
    width: 75% !important;
  }
  .gel-19\/24\@m {
    width: 79.16667% !important;
  }
  .gel-20\/24\@m {
    width: 83.33333% !important;
  }
  .gel-21\/24\@m {
    width: 87.5% !important;
  }
  .gel-22\/24\@m {
    width: 91.66667% !important;
  }
  .gel-23\/24\@m {
    width: 95.83333% !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.33333% !important;
  }
  .gel-2\/3\@l {
    width: 66.66667% !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.33333% !important;
  }
  .gel-2\/12\@l {
    width: 16.66667% !important;
  }
  .gel-3\/12\@l {
    width: 25% !important;
  }
  .gel-4\/12\@l {
    width: 33.33333% !important;
  }
  .gel-5\/12\@l {
    width: 41.66667% !important;
  }
  .gel-6\/12\@l {
    width: 50% !important;
  }
  .gel-7\/12\@l {
    width: 58.33333% !important;
  }
  .gel-8\/12\@l {
    width: 66.66667% !important;
  }
  .gel-9\/12\@l {
    width: 75% !important;
  }
  .gel-10\/12\@l {
    width: 83.33333% !important;
  }
  .gel-11\/12\@l {
    width: 91.66667% !important;
  }
  .gel-1\/24\@l {
    width: 4.16667% !important;
  }
  .gel-2\/24\@l {
    width: 8.33333% !important;
  }
  .gel-3\/24\@l {
    width: 12.5% !important;
  }
  .gel-4\/24\@l {
    width: 16.66667% !important;
  }
  .gel-5\/24\@l {
    width: 20.83333% !important;
  }
  .gel-6\/24\@l {
    width: 25% !important;
  }
  .gel-7\/24\@l {
    width: 29.16667% !important;
  }
  .gel-8\/24\@l {
    width: 33.33333% !important;
  }
  .gel-9\/24\@l {
    width: 37.5% !important;
  }
  .gel-10\/24\@l {
    width: 41.66667% !important;
  }
  .gel-11\/24\@l {
    width: 45.83333% !important;
  }
  .gel-12\/24\@l {
    width: 50% !important;
  }
  .gel-13\/24\@l {
    width: 54.16667% !important;
  }
  .gel-14\/24\@l {
    width: 58.33333% !important;
  }
  .gel-15\/24\@l {
    width: 62.5% !important;
  }
  .gel-16\/24\@l {
    width: 66.66667% !important;
  }
  .gel-17\/24\@l {
    width: 70.83333% !important;
  }
  .gel-18\/24\@l {
    width: 75% !important;
  }
  .gel-19\/24\@l {
    width: 79.16667% !important;
  }
  .gel-20\/24\@l {
    width: 83.33333% !important;
  }
  .gel-21\/24\@l {
    width: 87.5% !important;
  }
  .gel-22\/24\@l {
    width: 91.66667% !important;
  }
  .gel-23\/24\@l {
    width: 95.83333% !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.33333% !important;
  }
  .gel-2\/3\@xl {
    width: 66.66667% !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.33333% !important;
  }
  .gel-2\/12\@xl {
    width: 16.66667% !important;
  }
  .gel-3\/12\@xl {
    width: 25% !important;
  }
  .gel-4\/12\@xl {
    width: 33.33333% !important;
  }
  .gel-5\/12\@xl {
    width: 41.66667% !important;
  }
  .gel-6\/12\@xl {
    width: 50% !important;
  }
  .gel-7\/12\@xl {
    width: 58.33333% !important;
  }
  .gel-8\/12\@xl {
    width: 66.66667% !important;
  }
  .gel-9\/12\@xl {
    width: 75% !important;
  }
  .gel-10\/12\@xl {
    width: 83.33333% !important;
  }
  .gel-11\/12\@xl {
    width: 91.66667% !important;
  }
  .gel-1\/24\@xl {
    width: 4.16667% !important;
  }
  .gel-2\/24\@xl {
    width: 8.33333% !important;
  }
  .gel-3\/24\@xl {
    width: 12.5% !important;
  }
  .gel-4\/24\@xl {
    width: 16.66667% !important;
  }
  .gel-5\/24\@xl {
    width: 20.83333% !important;
  }
  .gel-6\/24\@xl {
    width: 25% !important;
  }
  .gel-7\/24\@xl {
    width: 29.16667% !important;
  }
  .gel-8\/24\@xl {
    width: 33.33333% !important;
  }
  .gel-9\/24\@xl {
    width: 37.5% !important;
  }
  .gel-10\/24\@xl {
    width: 41.66667% !important;
  }
  .gel-11\/24\@xl {
    width: 45.83333% !important;
  }
  .gel-12\/24\@xl {
    width: 50% !important;
  }
  .gel-13\/24\@xl {
    width: 54.16667% !important;
  }
  .gel-14\/24\@xl {
    width: 58.33333% !important;
  }
  .gel-15\/24\@xl {
    width: 62.5% !important;
  }
  .gel-16\/24\@xl {
    width: 66.66667% !important;
  }
  .gel-17\/24\@xl {
    width: 70.83333% !important;
  }
  .gel-18\/24\@xl {
    width: 75% !important;
  }
  .gel-19\/24\@xl {
    width: 79.16667% !important;
  }
  .gel-20\/24\@xl {
    width: 83.33333% !important;
  }
  .gel-21\/24\@xl {
    width: 87.5% !important;
  }
  .gel-22\/24\@xl {
    width: 91.66667% !important;
  }
  .gel-23\/24\@xl {
    width: 95.83333% !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.33333% !important;
  }
  .gel-2\/3\@xxl {
    width: 66.66667% !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.33333% !important;
  }
  .gel-2\/12\@xxl {
    width: 16.66667% !important;
  }
  .gel-3\/12\@xxl {
    width: 25% !important;
  }
  .gel-4\/12\@xxl {
    width: 33.33333% !important;
  }
  .gel-5\/12\@xxl {
    width: 41.66667% !important;
  }
  .gel-6\/12\@xxl {
    width: 50% !important;
  }
  .gel-7\/12\@xxl {
    width: 58.33333% !important;
  }
  .gel-8\/12\@xxl {
    width: 66.66667% !important;
  }
  .gel-9\/12\@xxl {
    width: 75% !important;
  }
  .gel-10\/12\@xxl {
    width: 83.33333% !important;
  }
  .gel-11\/12\@xxl {
    width: 91.66667% !important;
  }
  .gel-1\/24\@xxl {
    width: 4.16667% !important;
  }
  .gel-2\/24\@xxl {
    width: 8.33333% !important;
  }
  .gel-3\/24\@xxl {
    width: 12.5% !important;
  }
  .gel-4\/24\@xxl {
    width: 16.66667% !important;
  }
  .gel-5\/24\@xxl {
    width: 20.83333% !important;
  }
  .gel-6\/24\@xxl {
    width: 25% !important;
  }
  .gel-7\/24\@xxl {
    width: 29.16667% !important;
  }
  .gel-8\/24\@xxl {
    width: 33.33333% !important;
  }
  .gel-9\/24\@xxl {
    width: 37.5% !important;
  }
  .gel-10\/24\@xxl {
    width: 41.66667% !important;
  }
  .gel-11\/24\@xxl {
    width: 45.83333% !important;
  }
  .gel-12\/24\@xxl {
    width: 50% !important;
  }
  .gel-13\/24\@xxl {
    width: 54.16667% !important;
  }
  .gel-14\/24\@xxl {
    width: 58.33333% !important;
  }
  .gel-15\/24\@xxl {
    width: 62.5% !important;
  }
  .gel-16\/24\@xxl {
    width: 66.66667% !important;
  }
  .gel-17\/24\@xxl {
    width: 70.83333% !important;
  }
  .gel-18\/24\@xxl {
    width: 75% !important;
  }
  .gel-19\/24\@xxl {
    width: 79.16667% !important;
  }
  .gel-20\/24\@xxl {
    width: 83.33333% !important;
  }
  .gel-21\/24\@xxl {
    width: 87.5% !important;
  }
  .gel-22\/24\@xxl {
    width: 91.66667% !important;
  }
  .gel-23\/24\@xxl {
    width: 95.83333% !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;
}

@media (prefers-reduced-motion: reduce) {
  .bbc-news-vj-wrapper * {
    animation: none !important;
    transition: none !important;
  }
}

.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-direction--rtl,
.bbc-news-vj-direction--rtl .gel-layout {
  text-align: right;
  direction: rtl;
}

.bbc-news-vj-wrapper--embed .gel-wrap,
.bbc-news-vj-wrapper--amp .gel-wrap {
  padding: 0;
}

.bbc-news-vj-wrapper input[type=text],
.bbc-news-vj-wrapper input[type=password],
.bbc-news-vj-wrapper input[type=email],
.bbc-news-vj-wrapper input[type=url],
.bbc-news-vj-wrapper input[type=tel],
.bbc-news-vj-wrapper input[type=search],
.bbc-news-vj-wrapper input[type=number],
.bbc-news-vj-wrapper input[type=submit],
.bbc-news-vj-wrapper input[type=button],
.bbc-news-vj-wrapper button,
.bbc-news-vj-wrapper textarea,
.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:hover[type=text],
.bbc-news-vj-wrapper input:hover[type=password],
.bbc-news-vj-wrapper input:hover[type=email],
.bbc-news-vj-wrapper input:hover[type=url],
.bbc-news-vj-wrapper input:hover[type=tel],
.bbc-news-vj-wrapper input:hover[type=search],
.bbc-news-vj-wrapper input:hover[type=number],
.bbc-news-vj-wrapper input:hover[type=submit],
.bbc-news-vj-wrapper input:hover[type=button],
.bbc-news-vj-wrapper button:hover,
.bbc-news-vj-wrapper textarea:hover,
.bbc-news-vj-wrapper select:hover, .bbc-news-vj-wrapper input:focus[type=text],
.bbc-news-vj-wrapper input:focus[type=password],
.bbc-news-vj-wrapper input:focus[type=email],
.bbc-news-vj-wrapper input:focus[type=url],
.bbc-news-vj-wrapper input:focus[type=tel],
.bbc-news-vj-wrapper input:focus[type=search],
.bbc-news-vj-wrapper input:focus[type=number],
.bbc-news-vj-wrapper input:focus[type=submit],
.bbc-news-vj-wrapper input:focus[type=button],
.bbc-news-vj-wrapper button:focus,
.bbc-news-vj-wrapper textarea:focus,
.bbc-news-vj-wrapper select:focus, .bbc-news-vj-wrapper input:active[type=text],
.bbc-news-vj-wrapper input:active[type=password],
.bbc-news-vj-wrapper input:active[type=email],
.bbc-news-vj-wrapper input:active[type=url],
.bbc-news-vj-wrapper input:active[type=tel],
.bbc-news-vj-wrapper input:active[type=search],
.bbc-news-vj-wrapper input:active[type=number],
.bbc-news-vj-wrapper input:active[type=submit],
.bbc-news-vj-wrapper input:active[type=button],
.bbc-news-vj-wrapper button:active,
.bbc-news-vj-wrapper textarea:active,
.bbc-news-vj-wrapper select:active {
  border-color: #10619f;
  outline-offset: -1px;
}

.bbc-news-vj-wrapper input:last-child[type=text],
.bbc-news-vj-wrapper input:last-child[type=password],
.bbc-news-vj-wrapper input:last-child[type=email],
.bbc-news-vj-wrapper input:last-child[type=url],
.bbc-news-vj-wrapper input:last-child[type=tel],
.bbc-news-vj-wrapper input:last-child[type=search],
.bbc-news-vj-wrapper input:last-child[type=number],
.bbc-news-vj-wrapper input:last-child[type=submit],
.bbc-news-vj-wrapper input:last-child[type=button],
.bbc-news-vj-wrapper button:last-child,
.bbc-news-vj-wrapper textarea:last-child,
.bbc-news-vj-wrapper select:last-child {
  margin-bottom: 0;
}

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

select::-ms-expand, .bbc-news-vj-wrapper select::-ms-expand {
  display: none;
}

select:hover, select:focus, select:active {
  border-color: #007f7f;
}

input[type='checkbox'], .bbc-news-vj-wrapper input[type='checkbox'], input[type='radio'], .bbc-news-vj-wrapper input[type='radio'] {
  position: absolute;
  width: 32px;
  height: 128px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
}

input[type='checkbox'] + label, .bbc-news-vj-wrapper input[type='checkbox'] + label, input[type='radio'] + label, .bbc-news-vj-wrapper input[type='radio'] + label {
  background-position: -.4rem -.4rem;
  background-repeat: no-repeat;
  padding-left: 1.8em;
  min-height: 1.6em;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-right: 1em;
}

input:hover[type='checkbox'] + label, input:hover[type='radio'] + label,
input:focus[type='checkbox'] + label,
input:focus[type='radio'] + label,
input[type='checkbox'] + label:hover,
.bbc-news-vj-wrapper input[type='checkbox'] + label:hover,
input[type='radio'] + label:hover,
.bbc-news-vj-wrapper input[type='radio'] + label:hover {
  background-position: -.4rem -2.4rem;
}

input:checked[type='checkbox'] + label, input:checked[type='radio'] + label {
  background-position: -.4rem -4.4rem;
}

input:hover:checked[type='checkbox'] + label, input:hover:checked[type='radio'] + label,
input:focus:checked[type='checkbox'] + label,
input:focus:checked[type='radio'] + label,
input:checked[type='checkbox'] + label:hover,
input:checked[type='radio'] + label:hover {
  background-position: -.4rem -6.4rem;
}

input[type='checkbox'] + label, .bbc-news-vj-wrapper input[type='checkbox'] + label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAACACAYAAABqZmsaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHbSURBVHic7ZqvSwNhHIcf3eRYmaI2mbIFixZlRUQWpiBiEAwGwWISxD/BYbW5IgbRtGbaGCJoEOPCYTCIOMTkr2GZAz2nSRHBO+9uejA+T7yXe78P9+N9v3x4QQgRMC12g6VS6a0RRZLJ5I91wk43x+NxX8XL5bLteKuv2RuABCQgAQlIQAIScOwHnPZzIYQQQvjFNh8gk2lIPsDamvd84GFlxVftrmzWdjzwjkgCEpCABCQgAQk49gNO+7kQQggh/KLzA4F3RM0lcF6pBCewZZqM5XJsn57+v8Dx9TWrJydY9TqbpknNsv5O4Pvk5cdHFvf3sep12g2D3PQ0kbDjz+VNwLy9ZWh3l6OrKwCqLy8sFItUajXaQiF2pqbo7+x0M6XzOvBBzbKYz+e5e3pivlBgI50mf3HB2f09AOupFKlYzFVxcPEEIuEw2fFxoobB8+srSwcHFC8vAVgeHmZhcNB1cVcCAOm+Pgqzs8Si0c9rk4kEmdFRT8VdCwAMdHdzODfHSE8PiY4ONicmaG2xj5zt+P3n+oWuSIS9mRluqlWihuG5OPhYB4xQiN4vr+LfBRpF4AI6PyCEEEIEjs4PBN4RNZeA8gHlA8oHvKB8QPlAc+0FXtD5ASHEO3u60fX0RLyjAAAAAElFTkSuQmCC");
}

input[type='radio'] + label, .bbc-news-vj-wrapper input[type='radio'] + label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAACACAYAAABqZmsaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAdtSURBVHic7ZpbbNvWHcb/h6IokpG0yI58kahVcupWsHdpig513MR2BzR+KOJr7MZAX4YBu6HAbPSpl/WteY2DdcPQhz21mM1gNTI91S2caPIaZy0azKhsGXAT15IlJbYqT6JNiqTIPTQyYseiREnOMIy/FwHm8fl/PCTPOfz4ARgY/L+D9P5DOByuM5vNE7Is96iq2ggAYDKZkhiGBSVJutze3v7tkQhYWVlxK4oyzfN8J0EQiKIowHEcAABkWQae50EURZUkyXkAeKWtrS1RMwGrq6sD2Wz2KkVRuMPh2Ct8EFmWIZ1OgyAIEkmSI36//1rVAlZXVwcymcxH9fX1yGq1lqMXOI6DVCql0jQ9WEqEpoCVlRU3z/NrDocDL7f4wyLS6bREEMQTWpcD0+pEUZRpkiR1FwcAsFqtQJKkGQCmtNoVHYFwOFyXy+W23G43KnbNSyHLMmxsbKgIobpTp05tH9am6AjgOP66xWKpuPiDPoAgCETT9HixNkUFKIrSTZJkxcULUBQF+Xz+p5UIaKjm7AuYTCYoTFi6BNQYVbcADMPuy7JcdeV8Pg8Iofu6BZjN5jme56sWwPM84Dj+iW4BuVxuUhRFtZpRkGUZRFFUd3Z2fq9bQHt7+7cURYXS6XTFAtLpNNA0faPYHKApAAAAITQmCILEcZzu4hzHgSAIEkEQY1rtNAX4/f44SZIjqVRK1SOisBjZbLahlpaWe1pty1qOl5aWXhZFcYYkSXO5y/GxY8cutLa2/q1U32VvSMLhcBOGYdM8z5/V2pBQFBW0WCwXS525bgEFFhcXHRaLZVxRlB5FUZoBADAMS+A4Psdx3BWtG87AwMDAwOAwdC9GEyxbt20yTWzu7PRwktQIAGAniGQ9SQaPq+rly6OjR+MPTAQC7tXt7elgNNr5TEMDOsMw4HrwzriRzcJ8LAb/2txUezye+RaafmVyeLh2/sBrgcDATCRytcvjwd/o6AC3zXZou1g2C5du3oTP4nGpz+cb+cPQUPX+wGuBwMBfwuGPLnV1oQtPP12OXmAjEXg7FFIvPvXUYCkRmgImAgE3u7Ky9k5nJ15u8YdFXFpYkIa93ie0LofmpnR1e3u6i2F0FwcAGPX74bTLZb6zu6vpDxQVMMGydX+PxTrf6OjQXbzAmx0dEIzFzo7PzBzXLSCN0OvPOJ2o2A1XDh67HX5QX48ysqzfH0gJQvcLDFNx8QJnGAa2BEG/P5AVxQZXBd7QQVxWK3CiqN8fwBACVS36Wl826r4fHQKOmc33Ezs7VQtIcBxYCUK/P+Ck6blQNFq1gFAsBg00rd8f+F4+P7m4taXGstmKi69nMhBOpVQrhhX1BzRnwr4PPghSJlPXH8+dq0jAr2ZnQcznr1979VX9TwEAwPdttrHP4nHpaiSiu/h0JAK34nHJa7NV7g+8198f7/P5Rt4KhVQ9IthIBH4XCqnnW1uHrvT3V+8P/JxlX56NRmdOu1zmt06fBqbI7BjNZODdhQW4FY9LfU8+eeG9/v7a+QO/YdmmmChO31hfP/sjpxOdYRhgbDZQVRViDzYkX6VSao/HE/TabBdLnbluAQV+/eGHDsFiGU8JQk8ml2sGALBbLIkTFDVnx7Ark4ODhj9gYGBgYKCLavID3aqqNgEAIISSOI4b+QEjP/CIiHLyA5ofh7XyA18kk/B54rt+f9LcDM81Ne07brVaged5s6IoUwDQXayG7vzAv3M5+MXHH8Ona2v72r/k9cL7vb1gt1j2/nYk+YHDigMAfLK2Br+cnT3YR23zA18kk4cWLzB79y58eW//Zrim+YFb8XjR4gUWDrR57PmBIjdVbfIDz7tcJQUcbFPT/MBzTU3wktdbtHivzwfPNu4f7ZrnB97v7YVzPt+hxf904DW+nPyA5ky4vLwcRAh1OZ3OR459ee8e3IrHASEEzzc3w6nGR++zzc1NAIDrfr+/6FOgKWBpaalZFMVvHA6HudKp2G63e7Q+ZGs+BW1tbYkq8wOD/7X8gN1uH25paQmU6rvsDcmdO3caBUFgBUHYyw+YTKa9wrlcDnK53NHnB27fvn2cpunxfD7/IgAUlsCkyWSa293dNfIDBgYGBga6qSw/gNBEShC6OUlqAgCwms2PNz/wY6cTvcAw4C7kBzgO5mMxWDTyAw/4n8oPaPoDWvmBUv7AqN8P19fXC/kB/f7ABMvW/fnrr7dCY2P7PuHr8QeimQx0T02pP/P764p9ytGdH9DjD9Q8P1CJP1DT/EAl/sBjzw8cvKlqmh+oxB+oaX6gEn+g5vkBPf7AkeYHyvEHyskPaM6ELRR18a9ra9+wkYh51O/fd+zZxsZHhvthppaX4Z+JhDRw8mTl+YHJ4eFEn8838nYopLI68gPTkQi8Mz+v9p08OVjz/MCbHR3gsdsPbbeeycC7N2/C58mkNNTaOnz5/Pna+QO/vXat8W4mw96IRs/+8MQJdIZh9vYFsWwW/rGxAV9tbak9DBP02u1Hlx8Yn5k5npHl8S1BeJETxe+2ZASRPEHTRn7AwKAi/gOVBm3/DMudgAAAAABJRU5ErkJggg==");
}

input[type='submit']:disabled,
input[type='button']:disabled,
button:disabled, .bbc-news-vj-wrapper input[type='submit']:disabled,
.bbc-news-vj-wrapper input[type='button']:disabled,
.bbc-news-vj-wrapper button:disabled, input[type='submit'],
input[type='button'],
button,
.bbc-news-vj-wrapper input[type=submit],
.bbc-news-vj-wrapper input[type=button],
.bbc-news-vj-wrapper button {
  -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;
}

input:hover[type='submit'],
input:hover[type='button'],
button:hover,
.bbc-news-vj-wrapper input:hover[type=submit],
.bbc-news-vj-wrapper input:hover[type=button], input:active[type='submit'],
input:active[type='button'],
button:active,
.bbc-news-vj-wrapper input:active[type=submit],
.bbc-news-vj-wrapper input:active[type=button], input:focus[type='submit'],
input:focus[type='button'],
button:focus,
.bbc-news-vj-wrapper input:focus[type=submit],
.bbc-news-vj-wrapper input:focus[type=button] {
  background-color: #006767;
}

input.button--next[type='submit'],
input.button--next[type='button'],
button.button--next, .bbc-news-vj-wrapper input.button--next[type='submit'],
.bbc-news-vj-wrapper input.button--next[type='button'],
.bbc-news-vj-wrapper button.button--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMAQIAg8ODAoGAQsFAwtaciUwAAAEFJREFUKM9jGORAEF1AtxJd4EoDqsCWu9cOoAgw1969NAFFhDH3biCqJo7Yu4vxCCC0YBqKsNYAv8N0KzE8N+gBACyPFq/ObX3iAAAAAElFTkSuQmCC");
  background-position: right center;
  padding-right: 1.75em;
}

input.button--prev[type='submit'],
input.button--prev[type='button'],
button.button--prev, .bbc-news-vj-wrapper input.button--prev[type='submit'],
.bbc-news-vj-wrapper input.button--prev[type='button'],
.bbc-news-vj-wrapper button.button--prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADHRSTlMAQIAg8ODAoGAQsFB4hxKrAAAAQUlEQVQoz2MY/IBRAJXPWaOAKtByBlXA7MyRDcj8SWfOFKMYGHMmEZnPvOZMBAOmAKYWDEMxrMVwGIbTMT03qAEAfe4VLdaeMoQAAAAASUVORK5CYII=");
  background-position: left center;
  padding-left: 1.75em;
}

input.button--reset[type='submit'],
input.button--reset[type='button'],
button.button--reset, .bbc-news-vj-wrapper input.button--reset[type='submit'],
.bbc-news-vj-wrapper input.button--reset[type='button'],
.bbc-news-vj-wrapper button.button--reset {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAIKAwEPDQYELAgOCQcLArALOeAAAAdUlEQVQoz2MYaYDZAIugaQgWhfHpmEpF////3YAuyPT///9PGEr1E6v/L8BQqsCS/xGLA+T/YBFk+onqoEYQyfUfRZDzFzbBf1i08/43wLSIJT4FSKA7qf5rCUv1/wuoguz/gQDDmZ3//39rwHC5xAoBhpEFAFpBJ5pCFZd/AAAAAElFTkSuQmCC");
  background-position: -.25em center;
  padding-left: 2em;
}

input[type='submit']:disabled,
input[type='button']:disabled,
button:disabled, .bbc-news-vj-wrapper input[type='submit']:disabled,
.bbc-news-vj-wrapper input[type='button']:disabled,
.bbc-news-vj-wrapper button:disabled {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #dcdcdc;
  border: 2px solid #dcdcdc;
  color: #404040;
  cursor: default;
  pointer-events: none;
  position: relative;
}

input:hover[type='submit']:disabled,
input:hover[type='button']:disabled,
button:hover:disabled, input:active[type='submit']:disabled,
input:active[type='button']:disabled,
button:active:disabled, input:focus[type='submit']:disabled,
input:focus[type='button']:disabled,
button:focus:disabled {
  background-color: #dcdcdc;
  border: 2px solid #dcdcdc;
}

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

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

.bbc-news-vj-wrapper {
  font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
}

.c-nav {
  display: block;
  width: 100%;
  overflow: auto;
  text-align: justify;
  position: relative;
}

.c-nav--active .c-nav__wrapper {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  padding-top: 20px;
}

.c-nav__wrapper {
  width: 100%;
  max-width: 1250px;
}

.c-nav a {
  color: #7a7a7a;
  font-family: Helvetica;
  font-size: 18px;
  float: left;
  display: block;
  text-align: center;
  width: 48%;
  text-decoration: none;
  border-bottom: 1px dotted #d46666;
  height: 27px;
}

@media screen and (max-width: 450px) {
  .c-nav a {
    font-size: 16px;
  }
}

.c-nav a:hover {
  border-bottom: 3px solid #900;
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
}

@media screen and (max-width: 450px) {
  .c-nav a:hover {
    font-size: 18px;
  }
}

.c-nav a.active {
  border-bottom: 3px solid #900;
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
}

@media screen and (max-width: 450px) {
  .c-nav a.active {
    font-size: 18px;
  }
}

.c-header {
  display: block;
}

@media screen and (max-width: 450px) {
  .c-header h1 {
    font-size: 1.25rem;
    line-height: 22px;
  }
}

.c-header__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: -10px;
  margin-bottom: 25px;
  color: #8f0000;
}

@media screen and (min-width: 768px) {
  .c-header__subtitle {
    margin-top: -15px;
  }
}

.c-header__overview {
  border-bottom: 1.5px solid #e1e1e1;
  margin-bottom: 20px;
}

.c-header__overview-title {
  color: #222;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 21px;
}

.c-header__clear-fix {
  clear: both;
}

.c-container {
  display: block;
  padding-bottom: 40px;
  padding-top: 10px;
  float: left;
  max-height: 160px;
  width: 40%;
  margin-left: 8%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-container {
    margin-bottom: 10px;
    width: 40%;
  }
}

.c-container__wrapper {
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .c-container__wrapper {
    width: 70%;
  }
}

.c-container__wrapper--total {
  margin-left: 11%;
}

@media screen and (max-width: 320px) {
  .c-container__wrapper--total {
    width: 100%;
    padding-left: initial;
    margin-left: initial;
  }
}

.c-container__wrapper--confirmed {
  margin-left: 3%;
}

@media screen and (max-width: 320px) {
  .c-container__wrapper--confirmed {
    width: 100%;
    padding-left: initial;
    margin-left: initial;
  }
}

.c-container__image {
  width: 47px;
  margin-left: auto;
  margin-right: auto;
}

.c-container__title {
  font-size: 18px;
  color: #222;
  text-align: center;
}

.c-container__count {
  background-color: #7f0000;
  line-height: 44px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 7px;
}

.c-container__count__1 {
  background-color: #1380a1;
  text-align: center;
}

.c-container__count__4 {
  background-color: #900;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .c-container__count {
    font-size: 20px;
  }
}

.c-share {
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  color: #404040;
}

.c-share h2 {
  color: #222;
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .c-share h2 {
    margin-bottom: 7px;
  }
}

.c-share ul.c-share__list {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.c-share__item {
  margin-bottom: 9px;
  display: inline-block;
}

@media (min-width: 768px) {
  .c-share__item {
    margin-bottom: 5px;
  }
}

.c-share__element {
  display: inline-block;
  background-color: #3c5a98;
  padding: 0 5px;
  border-radius: 5px;
}

.c-share__element--email {
  background-color: #615f5d;
}

.c-share__element--facebook {
  background-color: #3c5a98;
}

.c-share__element--twitter {
  background-color: #47c7fa;
}

.c-share__element--whatsapp {
  background-color: #25d366;
}

.c-share img.c-share__img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.c-share__text {
  color: #fff;
  font-size: 0.9rem;
  margin-left: -5px;
  margin-right: 12px;
}

.c-sources {
  display: block;
  font-style: italic;
  text-align: center;
}

.c-credits {
  display: block;
  font-style: italic;
  text-align: center;
}

.c-overview {
  display: block;
}

.c-color-code {
  display: block;
}

.c-color-code__title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.c-color-code ul.c-color-code__list {
  list-style: none;
  margin: 0;
}

.c-color-code li.c-color-code__item {
  display: inline-block;
}

.c-color-code div.c-color-code__indicator {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.c-color-code div.c-color-code__indicator--blank {
  border: 1px solid #ccc;
  background-color: #fff;
}

.c-color-code div.c-color-code__indicator--data-gap {
  border: 1px solid #ccc;
  background-color: #cbcbcb;
}

.c-color-code div.c-color-code__text {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.c-map-info {
  display: block;
}

.c-map-info__country {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 13px;
}

.c-map-info ul.c-map-info__list {
  list-style: none;
  margin: 0;
}

.c-map-info__dot {
  float: left;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin-right: 6px;
  margin-top: 11px;
}

.c-map-info__dot--total {
  background-color: #1380a1;
}

.c-map-info__dot--active {
  background-color: #ffa31e;
}

.c-map-info__dot--recovered {
  background-color: #06bf8e;
}

.c-map-info__dot--deaths {
  background-color: #900;
}

.c-map-info__label {
  float: left;
  color: #222;
  font-size: 18px;
  max-width: 70%;
  line-height: 35px;
}

.c-map-info__count {
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.c-map-info__count--total {
  color: #1380a1;
}

.c-map-info__count--active {
  color: #ffa31e;
}

.c-map-info__count--recovered {
  color: #06bf8e;
}

.c-map-info__count--deaths {
  color: #900;
}

.c-map-info__clear-fix {
  clear: both;
}

.c-map__color-code {
  margin-bottom: 20px;
}

.c-map__wrapper {
  background-color: #efefef;
}

.c-map__tooltip {
  background-color: #fff;
  z-index: 1000;
  border-radius: 3px;
  border: 1px solid #ddd;
  width: 350px;
  display: inline-block;
}

.c-map__tooltip-wrapper {
  padding: 5%;
}

@media (max-width: 768px) {
  .c-map__tooltip {
    display: none;
  }
}

.c-map .vj-map-hover {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 768px) {
  .c-map .vj-map-hover {
    display: none;
    visibility: hidden;
  }
}

.c-map .vj-map-region--hovered {
  stroke-width: 4px;
  stroke: #222;
}

.c-map svg {
  max-width: 100%;
  width: 100%;
}

.c-table {
  display: block;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .c-table {
    padding-top: 50px;
  }
}

.c-table__title {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  border-bottom: 1px solid #525252;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.c-table__title__icon {
  text-align: right;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .c-table__title {
    margin-bottom: 5px;
  }
}

.c-table__wrapper {
  margin-bottom: 20px;
}

.c-table__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  table-layout: fixed;
}

.c-table__row-head {
  display: block;
  position: relative;
}

.c-table__col-head {
  text-align: center;
  padding: 5px 0;
  width: 12.5%;
  min-width: 90px;
}

.c-table__col-head--name {
  text-align: left;
  width: 50%;
  padding-left: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .c-table__col-head--name {
    width: 75vw;
  }
}

.c-table__col-head-content {
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.c-table__col-head-content:hover > .c-table__head-tooltip {
  opacity: 1;
}

.c-table__head-tooltip {
  position: absolute;
  right: 0;
  top: -70px;
  background-color: #fff;
  padding: 10px;
  font-weight: lighter;
  opacity: 0;
}

.c-table__body {
  max-height: calc(100vh - 210px);
  overflow-y: scroll;
  display: block;
}

.c-table img.c-table__icon {
  display: inline-block;
  width: 75%;
  max-width: 45px;
}

@media (max-width: 768px) {
  .c-table img.c-table__icon {
    width: 50%;
  }
}

.c-table img.c-table__icon:hover {
  transform: scale(1.1);
}

.c-table__caption {
  text-align: left;
  margin-bottom: 10px;
}

.c-table__cell {
  border-top: 1px solid #f3f0ef;
  padding: 10px;
  color: #222;
  width: 12.5%;
  text-align: center;
  min-width: 90px;
}

.c-table__cell--name {
  width: 75%;
  text-align: left;
}

@media (max-width: 768px) {
  .c-table__cell--name {
    width: 75vw;
  }
}

.c-table button.c-table__sort-button {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  background-color: #f3f0ef;
  border-color: #f3f0ef;
  width: 100%;
  color: #525252;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 768px) {
  .c-table button.c-table__sort-button {
    padding-left: 5px;
  }
}

.c-table button.c-table__sort-button::after {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  height: 2px;
  background-color: #cc0101;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.6s ease-out;
}

.c-table button.c-table__sort-button:hover, .c-table button.c-table__sort-button:focus {
  background-color: #e8e2e0;
  border-color: #e8e2e0;
  outline: 0;
}

.c-table button.c-table__sort-button:hover::after, .c-table button.c-table__sort-button:focus::after {
  transform: scaleX(1);
  opacity: 1;
}

.c-table button.c-table__sort-button::after {
  transform: scaleX(1);
  opacity: 1;
}

.c-table__arrows {
  float: right;
  display: none;
}

.c-table__head-text, .c-table__head-ans, .c-table__arrows {
  vertical-align: middle;
}

.c-table__head-text {
  color: #797979;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  font-weight: 500;
}

.c-table__head-ans {
  color: #797979;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
}

.c-table__arrow {
  fill: #222;
  transition: fill 0.2s ease-out;
}

.c-table__arrow--active {
  fill: #cc0101;
}

.c-table__footer {
  border-top: 1.5px solid #e1e1e1;
  font-size: 15px;
  line-height: 20px;
  padding-top: 7px;
  color: #7a7a7a;
}

.c-table__footer-icon {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  margin-right: 2px;
}

.c-country-filter {
  display: none;
}

.c-country-filter__form {
  margin-bottom: 15px;
  max-width: 400px;
}

.c-country-filter__form-label {
  color: #404040;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  display: inline-block;
}

.c-map-table {
  display: block;
}

.c-map-table__map {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .c-map-table__map {
    width: 62%;
  }
}

.c-map-table__table {
  float: right;
  width: 100%;
}

@media (min-width: 768px) {
  .c-map-table__table {
    width: 35%;
  }
}

.c-map-table__filter-wrapper {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .c-map-table__filter-wrapper {
    display: none;
  }
}

.c-map-table__clear-fix {
  clear: both;
}

.c-line-chart {
  display: block;
  position: relative;
}

@media screen and (-ms-high-contrast: active) and (min-width: 450px), (-ms-high-contrast: none) and (min-width: 450px) {
  .c-line-chart {
    height: 528.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .c-line-chart {
    height: 416.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px), (-ms-high-contrast: none) and (max-width: 450px) {
  .c-line-chart {
    height: 316.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 320px), (-ms-high-contrast: none) and (max-width: 320px) {
  .c-line-chart {
    height: 230.0px;
  }
}

.c-line-chart__position-wrapper {
  position: relative;
  margin-bottom: 4px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 450px), (-ms-high-contrast: none) and (min-width: 450px) {
  .c-line-chart__position-wrapper {
    width: 768px;
    height: 478.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .c-line-chart__position-wrapper {
    width: 600px;
    height: 366.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px), (-ms-high-contrast: none) and (max-width: 450px) {
  .c-line-chart__position-wrapper {
    width: 450px;
    height: 266.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 320px), (-ms-high-contrast: none) and (max-width: 320px) {
  .c-line-chart__position-wrapper {
    width: 320px;
    height: 180.0px;
  }
}

.c-line-chart__svg-wrapper {
  position: relative;
  width: 100%;
  padding-left: 50px;
  z-index: 100;
}

.c-line-chart__svg {
  display: block;
  stroke: #1380a1;
  stroke-width: 3;
  fill: none;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .c-line-chart__svg {
    width: 718px;
    height: 478.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .c-line-chart__svg {
    width: 550px;
    height: 366.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px), (-ms-high-contrast: none) and (max-width: 450px) {
  .c-line-chart__svg {
    width: 400px;
    height: 266.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 320px), (-ms-high-contrast: none) and (max-width: 320px) {
  .c-line-chart__svg {
    width: 270px;
    height: 180.0px;
  }
}

.c-line-chart__y-axis {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-line-chart__x-axis {
  width: calc(100% - 50px);
  margin-left: 50px;
  position: relative;
  border-top: solid 2px;
  padding-top: 1px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .c-line-chart__x-axis {
    width: 718px;
    height: 478.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .c-line-chart__x-axis {
    width: 550px;
    height: 366.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px), (-ms-high-contrast: none) and (max-width: 450px) {
  .c-line-chart__x-axis {
    width: 400px;
    height: 266.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 320px), (-ms-high-contrast: none) and (max-width: 320px) {
  .c-line-chart__x-axis {
    width: 270px;
    height: 180.0px;
  }
}

.c-line-chart__y-grid {
  position: absolute;
  width: 100%;
}

.c-line-chart__y-value {
  position: absolute;
  top: -9.6px;
}

.c-line-chart__y-grid-line {
  width: calc(100% - 50px);
  position: absolute;
  top: 0;
  left: 50px;
  border-bottom: solid 1px #ccc;
}

.c-line-chart__y-value {
  font-size: 14px;
}

.c-line-chart__x-grid {
  position: absolute;
  display: inline-block;
}

.c-line-chart__x-value {
  margin-left: -30px;
}

.c-timeline {
  color: #222;
  padding-left: 50px;
}

.c-timeline--shortened ul.c-timeline__list {
  max-height: 500px;
  overflow: hidden;
}

.c-timeline--shortened button.c-timeline__btn {
  display: inline-block !important;
}

.c-timeline--full ul.c-timeline__list {
  max-height: 600rem;
}

@media (min-width: 768px) {
  .c-timeline--full ul.c-timeline__list {
    max-height: 600rem;
  }
}

@media (min-width: 768px) {
  .c-timeline--full ul.c-timeline__list {
    max-height: 600rem;
  }
}

@media (min-width: 768px) {
  .c-timeline--full ul.c-timeline__list {
    max-height: 600rem;
  }
}

.c-timeline ul.c-timeline__list {
  list-style: none;
  margin-left: 0;
  transition: max-height 0.8s;
  padding: 0;
  max-height: 70vh;
  overflow-y: scroll;
}

.c-timeline div.c-timeline__dot {
  display: inline-block;
  background-color: #1380a1;
  border-radius: 100px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  line-height: 20px;
}

.c-timeline div.c-timeline__timespan {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-left: 15px;
  font-weight: bold;
  color: #1380a1;
  position: relative;
}

.c-timeline__text {
  font-size: 15px;
  line-height: 23px;
}

.c-timeline a.c-timeline__link {
  font-size: 0.85rem;
  color: #1380a1;
}

.c-timeline__range {
  vertical-align: middle;
  font-weight: lighter;
}

.c-timeline__duration {
  font-weight: normal;
  margin-left: 3px;
  vertical-align: middle;
}

.c-timeline__body {
  border-left: 1px dotted #1380a1;
  margin-left: 4.5px;
  padding-left: 23.5px;
  margin-top: 2px;
  margin-bottom: 18px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.c-timeline__img {
  max-width: 100%;
  margin-top: 10px;
}

.c-timeline__btn-holder {
  text-align: center;
}

.c-timeline button.c-timeline__btn {
  display: none;
}

.c-timeline__credits {
  margin-top: 30px;
  font-style: italic;
  font-size: 14px;
}

.c-timeline__credits--photo {
  margin-top: 7px;
}

.c-tl-summary {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.c-tl-summary__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
}

.c-tl-summary ul.c-tl-summary__countries {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-tl-summary__country {
  margin-bottom: 35px;
}

.c-tl-summary__country--hidden {
  display: none;
}

.c-tl-summary__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 25px;
}

.c-tl-summary__line-chart {
  margin-bottom: 40px;
}

.c-tl-summary__timeline {
  display: none;
}

.c-lockdown {
  display: block;
}

.c-lockdown__title {
  color: #222;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .c-lockdown__title {
    font-size: 28px;
    font-weight: 700;
  }
}

.c-lockdown ul.c-lockdown__keys {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 23px;
}

.c-lockdown__key {
  display: inline-block;
  margin-right: 35px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.c-lockdown__key-circle {
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 100%;
}

.c-lockdown__key-circle--national {
  background-color: #5c0601;
}

.c-lockdown__key-circle--partial {
  background-color: #d46666;
}

.c-lockdown__key-circle--curfew {
  background-color: #1380a0;
}

.c-lockdown__duration {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding-left: 200px;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .c-lockdown__duration {
    font-size: 18px;
    padding-left: 370px;
    text-align: center;
  }
}

.c-lockdown__row {
  float: left;
  border-top: 2px solid #ddd;
  padding-top: 5px;
}

.c-lockdown__row--left {
  width: 200px;
}

@media (min-width: 768px) {
  .c-lockdown__row--left {
    width: 370px;
  }
}

.c-lockdown__row--right {
  width: calc(100% - 200px);
  overflow-x: scroll;
  max-width: 750px;
}

@media (min-width: 768px) {
  .c-lockdown__row--right {
    width: calc(100% - 370px);
  }
}

.c-lockdown__scroll-wrapper {
  overflow-y: hidden;
  padding-bottom: 10px;
}

.c-lockdown__heading {
  height: 50px;
  padding-left: 8px;
  border-bottom: 1px solid #ddd;
}

.c-lockdown__heading--days {
  text-align: right;
  padding-right: 30px;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 4px;
}

.c-lockdown ul.c-lockdown__countries {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}

.c-lockdown ul.c-lockdown__countries--right {
  border-left: 4px solid #ddd;
}

.c-lockdown ul.c-lockdown__countries--right .c-lockdown__country {
  padding-left: 4px;
}

.c-lockdown ul.c-lockdown__months {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 25px;
  vertical-align: middle;
}

.c-lockdown__month {
  position: absolute;
  font-size: 14px;
  line-height: 25px;
  vertical-align: middle;
}

.c-lockdown ul.c-lockdown__weeks {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 25px;
  vertical-align: middle;
}

.c-lockdown__week {
  position: absolute;
  font-size: 12px;
}

.c-lockdown ul.c-lockdown__bars {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  padding-top: 16px;
}

.c-lockdown__bar {
  width: 5px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 3px;
  position: relative;
  cursor: pointer;
}

.c-lockdown__bar--b {
  width: 0;
}

.c-lockdown__bar--e {
  background-color: #e5e5e5;
}

.c-lockdown__bar--p {
  background-color: #d46666;
}

.c-lockdown__bar--n {
  background-color: #5c0601;
}

.c-lockdown__bar-date {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 5px 10px;
  opacity: 0;
}

.c-lockdown__bar:hover > .c-lockdown__bar-date {
  opacity: 1;
}

.c-lockdown__country {
  height: 50px;
  border-bottom: 1px solid #f3f0ef;
}

.c-lockdown__name {
  font-size: 13px;
  width: 130px;
  float: left;
  line-height: 50px;
  padding-right: 10px;
}

.c-lockdown__name--long {
  line-height: 25px;
}

@media (min-width: 768px) {
  .c-lockdown__name {
    font-size: 18px;
    width: 300px;
  }
  .c-lockdown__name--long {
    line-height: 50px;
  }
}

.c-lockdown__days {
  color: #5c0601;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  float: left;
  width: 40px;
}

.c-lockdown__curfew {
  width: 30px;
  float: left;
  height: 50px;
  padding-top: 16px;
  text-align: center;
}

.c-lockdown__curfew-circle {
  background-color: #1380a0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  line-height: 50px;
  margin-bottom: 3px;
}

.c-lockdown__expand {
  display: none;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 10px;
  position: relative;
}

.c-lockdown__expand-shadow {
  width: 100%;
  height: 30px;
  opacity: 0.6;
  position: absolute;
  top: -30px;
  display: none;
  background-color: #fbfbfb;
}

.c-lockdown__scroll {
  font-size: 15px;
  line-height: 20px;
  color: #7a7a7a;
  margin-bottom: 7px;
  text-align: center;
}

.c-lockdown__scroll-icon {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  margin-right: 2px;
}

.c-lockdown__source {
  color: #222;
  font-style: italic;
  text-align: center;
  line-height: 17px;
  margin-top: 5px;
}

.c-lockdown__clear-fix {
  clear: both;
}

.c-lockdown--collapsed .c-lockdown__wrapper {
  height: 595px;
  overflow-y: hidden;
}

.c-lockdown--collapsed .c-lockdown__expand-shadow {
  display: block;
}

.c-travel-ban {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.c-travel-ban__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
}

.c-travel-ban ul.c-travel-ban__list {
  list-style: none;
  margin: 0;
}

.c-travel-ban ul.c-travel-ban__list--keys {
  padding-bottom: 10px;
  border-bottom: 1px solid #525252;
}

.c-travel-ban ul.c-travel-ban__list--bans {
  float: right;
}

.c-travel-ban li.c-travel-ban__item {
  display: inline-block;
  margin-bottom: 5px;
}

.c-travel-ban li.c-travel-ban__country {
  padding: 7px 5px;
  border-bottom: 1px solid #f3f0ef;
}

.c-travel-ban__country-name {
  display: block;
  float: left;
  font-size: 14px;
}

@media (max-width: 768px) {
  .c-travel-ban__country-name {
    max-width: calc(100% - 100px);
  }
}

.c-travel-ban li.c-travel-ban__country-ban {
  display: inline-block;
}

.c-travel-ban img.c-travel-ban__icon {
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.c-travel-ban__text {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.c-travel-ban__clear-fix {
  clear: both;
}

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

.c-onj__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.c-dashboard {
  display: block;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 10px;
}

.c-dashboard__overview {
  margin-bottom: 10px;
}

.c-dashboard__map-table {
  margin-bottom: 30px;
}

.c-dashboard__tl-summary {
  margin-bottom: 30px;
  border-bottom: 1px dotted #d13f40;
}

.c-dashboard__lockdown {
  margin-bottom: 30px;
  display: none;
}

.c-dashboard__lockdown--visible {
  display: block;
}

.c-dashboard__share {
  margin-top: 10px;
  border-bottom: 1px dotted #d13f40;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.c-dashboard__sources {
  margin: 15px 0 20px;
}

.c-dashboard__credits {
  margin-bottom: 20px;
  border-bottom: 1px dotted #d13f40;
  padding-bottom: 20px;
}

.c-dashboard__onj {
  margin-bottom: 20px;
  margin-top: 20px;
}

.bbc-news-vj-wrapper .background {
  width: 100%;
}

.bbc-news-vj-wrapper a {
  text-decoration: none;
  border-bottom: transparent;
}

.bbc-news-vj-wrapper a:focus {
  color: #222;
}

.bbc-news-vj-wrapper a:hover {
  color: #222;
}

.c-nav {
  display: block;
  width: 100%;
  overflow: auto;
  text-align: justify;
  position: relative;
}

.c-nav--active .c-nav__wrapper {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  padding-top: 20px;
}

.c-nav__wrapper {
  width: 100%;
  max-width: 1250px;
}

.c-nav a {
  color: #7a7a7a;
  font-family: Helvetica;
  font-size: 18px;
  float: left;
  display: block;
  text-align: center;
  width: 48%;
  text-decoration: none;
  border-bottom: 1px dotted #d46666;
  height: 27px;
}

@media screen and (max-width: 450px) {
  .c-nav a {
    font-size: 16px;
  }
}

.c-nav a:hover {
  border-bottom: 3px solid #900;
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
}

@media screen and (max-width: 450px) {
  .c-nav a:hover {
    font-size: 18px;
  }
}

.c-nav a.active {
  border-bottom: 3px solid #900;
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
}

@media screen and (max-width: 450px) {
  .c-nav a.active {
    font-size: 18px;
  }
}

.c-header {
  display: block;
}

@media screen and (max-width: 450px) {
  .c-header h1 {
    font-size: 1.25rem;
    line-height: 22px;
  }
}

.c-header__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: -10px;
  margin-bottom: 25px;
  color: #8f0000;
}

@media screen and (min-width: 768px) {
  .c-header__subtitle {
    margin-top: -15px;
  }
}

.c-header__overview {
  border-bottom: 1.5px solid #e1e1e1;
  margin-bottom: 20px;
}

.c-header__overview-title {
  color: #222;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 21px;
}

.c-header__clear-fix {
  clear: both;
}

.c-container {
  display: block;
  padding-bottom: 40px;
  padding-top: 10px;
  float: left;
  max-height: 160px;
  width: 40%;
  margin-left: 8%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-container {
    margin-bottom: 10px;
    width: 40%;
  }
}

.c-container__wrapper {
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .c-container__wrapper {
    width: 70%;
  }
}

.c-container__wrapper--total {
  margin-left: 11%;
}

@media screen and (max-width: 320px) {
  .c-container__wrapper--total {
    width: 100%;
    padding-left: initial;
    margin-left: initial;
  }
}

.c-container__wrapper--confirmed {
  margin-left: 3%;
}

@media screen and (max-width: 320px) {
  .c-container__wrapper--confirmed {
    width: 100%;
    padding-left: initial;
    margin-left: initial;
  }
}

.c-container__image {
  width: 47px;
  margin-left: auto;
  margin-right: auto;
}

.c-container__title {
  font-size: 18px;
  color: #222;
  text-align: center;
}

.c-container__count {
  background-color: #7f0000;
  line-height: 44px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 7px;
}

.c-container__count__1 {
  background-color: #1380a1;
  text-align: center;
}

.c-container__count__4 {
  background-color: #900;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .c-container__count {
    font-size: 20px;
  }
}

.c-share {
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  color: #404040;
}

.c-share h2 {
  color: #222;
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .c-share h2 {
    margin-bottom: 7px;
  }
}

.c-share ul.c-share__list {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.c-share__item {
  margin-bottom: 9px;
  display: inline-block;
}

@media (min-width: 768px) {
  .c-share__item {
    margin-bottom: 5px;
  }
}

.c-share__element {
  display: inline-block;
  background-color: #3c5a98;
  padding: 0 5px;
  border-radius: 5px;
}

.c-share__element--email {
  background-color: #615f5d;
}

.c-share__element--facebook {
  background-color: #3c5a98;
}

.c-share__element--twitter {
  background-color: #47c7fa;
}

.c-share__element--whatsapp {
  background-color: #25d366;
}

.c-share img.c-share__img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.c-share__text {
  color: #fff;
  font-size: 0.9rem;
  margin-left: -5px;
  margin-right: 12px;
}

.c-sources {
  display: block;
  font-style: italic;
  text-align: center;
}

.c-credits {
  display: block;
  font-style: italic;
  text-align: center;
}

.c-overview {
  display: block;
}

.c-color-code {
  display: block;
}

.c-color-code__title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.c-color-code ul.c-color-code__list {
  list-style: none;
  margin: 0;
}

.c-color-code li.c-color-code__item {
  display: inline-block;
}

.c-color-code div.c-color-code__indicator {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.c-color-code div.c-color-code__indicator--blank {
  border: 1px solid #ccc;
  background-color: #fff;
}

.c-color-code div.c-color-code__indicator--data-gap {
  border: 1px solid #ccc;
  background-color: #cbcbcb;
}

.c-color-code div.c-color-code__text {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.c-map-info {
  display: block;
}

.c-map-info__country {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 13px;
}

.c-map-info ul.c-map-info__list {
  list-style: none;
  margin: 0;
}

.c-map-info__dot {
  float: left;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin-right: 6px;
  margin-top: 11px;
}

.c-map-info__dot--total {
  background-color: #1380a1;
}

.c-map-info__dot--active {
  background-color: #ffa31e;
}

.c-map-info__dot--recovered {
  background-color: #06bf8e;
}

.c-map-info__dot--deaths {
  background-color: #900;
}

.c-map-info__label {
  float: left;
  color: #222;
  font-size: 18px;
  max-width: 70%;
  line-height: 35px;
}

.c-map-info__count {
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.c-map-info__count--total {
  color: #1380a1;
}

.c-map-info__count--active {
  color: #ffa31e;
}

.c-map-info__count--recovered {
  color: #06bf8e;
}

.c-map-info__count--deaths {
  color: #900;
}

.c-map-info__clear-fix {
  clear: both;
}

.c-map__color-code {
  margin-bottom: 20px;
}

.c-map__wrapper {
  background-color: #efefef;
}

.c-map__tooltip {
  background-color: #fff;
  z-index: 1000;
  border-radius: 3px;
  border: 1px solid #ddd;
  width: 350px;
  display: inline-block;
}

.c-map__tooltip-wrapper {
  padding: 5%;
}

@media (max-width: 768px) {
  .c-map__tooltip {
    display: none;
  }
}

.c-map .vj-map-hover {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 768px) {
  .c-map .vj-map-hover {
    display: none;
    visibility: hidden;
  }
}

.c-map .vj-map-region--hovered {
  stroke-width: 4px;
  stroke: #222;
}

.c-map svg {
  max-width: 100%;
  width: 100%;
}

.c-table {
  display: block;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .c-table {
    padding-top: 50px;
  }
}

.c-table__title {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  border-bottom: 1px solid #525252;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.c-table__title__icon {
  text-align: right;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .c-table__title {
    margin-bottom: 5px;
  }
}

.c-table__wrapper {
  margin-bottom: 20px;
}

.c-table__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  table-layout: fixed;
}

.c-table__row-head {
  display: block;
  position: relative;
}

.c-table__col-head {
  text-align: center;
  padding: 5px 0;
  width: 12.5%;
  min-width: 90px;
}

.c-table__col-head--name {
  text-align: left;
  width: 50%;
  padding-left: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .c-table__col-head--name {
    width: 75vw;
  }
}

.c-table__col-head-content {
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.c-table__col-head-content:hover > .c-table__head-tooltip {
  opacity: 1;
}

.c-table__head-tooltip {
  position: absolute;
  right: 0;
  top: -70px;
  background-color: #fff;
  padding: 10px;
  font-weight: lighter;
  opacity: 0;
}

.c-table__body {
  max-height: calc(100vh - 210px);
  overflow-y: scroll;
  display: block;
}

.c-table img.c-table__icon {
  display: inline-block;
  width: 75%;
  max-width: 45px;
}

@media (max-width: 768px) {
  .c-table img.c-table__icon {
    width: 50%;
  }
}

.c-table img.c-table__icon:hover {
  transform: scale(1.1);
}

.c-table__caption {
  text-align: left;
  margin-bottom: 10px;
}

.c-table__cell {
  border-top: 1px solid #f3f0ef;
  padding: 10px;
  color: #222;
  width: 12.5%;
  text-align: center;
  min-width: 90px;
}

.c-table__cell--name {
  width: 75%;
  text-align: left;
}

@media (max-width: 768px) {
  .c-table__cell--name {
    width: 75vw;
  }
}

.c-table button.c-table__sort-button {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  background-color: #f3f0ef;
  border-color: #f3f0ef;
  width: 100%;
  color: #525252;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 768px) {
  .c-table button.c-table__sort-button {
    padding-left: 5px;
  }
}

.c-table button.c-table__sort-button::after {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  height: 2px;
  background-color: #cc0101;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.6s ease-out;
}

.c-table button.c-table__sort-button:hover, .c-table button.c-table__sort-button:focus {
  background-color: #e8e2e0;
  border-color: #e8e2e0;
  outline: 0;
}

.c-table button.c-table__sort-button:hover::after, .c-table button.c-table__sort-button:focus::after {
  transform: scaleX(1);
  opacity: 1;
}

.c-table button.c-table__sort-button::after {
  transform: scaleX(1);
  opacity: 1;
}

.c-table__arrows {
  float: right;
  display: none;
}

.c-table__head-text, .c-table__head-ans, .c-table__arrows {
  vertical-align: middle;
}

.c-table__head-text {
  color: #797979;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  font-weight: 500;
}

.c-table__head-ans {
  color: #797979;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
}

.c-table__arrow {
  fill: #222;
  transition: fill 0.2s ease-out;
}

.c-table__arrow--active {
  fill: #cc0101;
}

.c-table__footer {
  border-top: 1.5px solid #e1e1e1;
  font-size: 15px;
  line-height: 20px;
  padding-top: 7px;
  color: #7a7a7a;
}

.c-table__footer-icon {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  margin-right: 2px;
}

.c-country-filter {
  display: none;
}

.c-country-filter__form {
  margin-bottom: 15px;
  max-width: 400px;
}

.c-country-filter__form-label {
  color: #404040;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  display: inline-block;
}

.c-map-table {
  display: block;
}

.c-map-table__map {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .c-map-table__map {
    width: 62%;
  }
}

.c-map-table__table {
  float: right;
  width: 100%;
}

@media (min-width: 768px) {
  .c-map-table__table {
    width: 35%;
  }
}

.c-map-table__filter-wrapper {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .c-map-table__filter-wrapper {
    display: none;
  }
}

.c-map-table__clear-fix {
  clear: both;
}

.c-line-chart {
  display: block;
  position: relative;
}

@media screen and (-ms-high-contrast: active) and (min-width: 450px), (-ms-high-contrast: none) and (min-width: 450px) {
  .c-line-chart {
    height: 528.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .c-line-chart {
    height: 416.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px), (-ms-high-contrast: none) and (max-width: 450px) {
  .c-line-chart {
    height: 316.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 320px), (-ms-high-contrast: none) and (max-width: 320px) {
  .c-line-chart {
    height: 230.0px;
  }
}

.c-line-chart__position-wrapper {
  position: relative;
  margin-bottom: 4px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 450px), (-ms-high-contrast: none) and (min-width: 450px) {
  .c-line-chart__position-wrapper {
    width: 768px;
    height: 478.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .c-line-chart__position-wrapper {
    width: 600px;
    height: 366.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px), (-ms-high-contrast: none) and (max-width: 450px) {
  .c-line-chart__position-wrapper {
    width: 450px;
    height: 266.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 320px), (-ms-high-contrast: none) and (max-width: 320px) {
  .c-line-chart__position-wrapper {
    width: 320px;
    height: 180.0px;
  }
}

.c-line-chart__svg-wrapper {
  position: relative;
  width: 100%;
  padding-left: 50px;
  z-index: 100;
}

.c-line-chart__svg {
  display: block;
  stroke: #1380a1;
  stroke-width: 3;
  fill: none;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .c-line-chart__svg {
    width: 718px;
    height: 478.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .c-line-chart__svg {
    width: 550px;
    height: 366.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px), (-ms-high-contrast: none) and (max-width: 450px) {
  .c-line-chart__svg {
    width: 400px;
    height: 266.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 320px), (-ms-high-contrast: none) and (max-width: 320px) {
  .c-line-chart__svg {
    width: 270px;
    height: 180.0px;
  }
}

.c-line-chart__y-axis {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-line-chart__x-axis {
  width: calc(100% - 50px);
  margin-left: 50px;
  position: relative;
  border-top: solid 2px;
  padding-top: 1px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .c-line-chart__x-axis {
    width: 718px;
    height: 478.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .c-line-chart__x-axis {
    width: 550px;
    height: 366.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 450px), (-ms-high-contrast: none) and (max-width: 450px) {
  .c-line-chart__x-axis {
    width: 400px;
    height: 266.66667px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 320px), (-ms-high-contrast: none) and (max-width: 320px) {
  .c-line-chart__x-axis {
    width: 270px;
    height: 180.0px;
  }
}

.c-line-chart__y-grid {
  position: absolute;
  width: 100%;
}

.c-line-chart__y-value {
  position: absolute;
  top: -9.6px;
}

.c-line-chart__y-grid-line {
  width: calc(100% - 50px);
  position: absolute;
  top: 0;
  left: 50px;
  border-bottom: solid 1px #ccc;
}

.c-line-chart__y-value {
  font-size: 14px;
}

.c-line-chart__x-grid {
  position: absolute;
  display: inline-block;
}

.c-line-chart__x-value {
  margin-left: -30px;
}

.c-timeline {
  color: #222;
  padding-left: 50px;
}

.c-timeline--shortened ul.c-timeline__list {
  max-height: 500px;
  overflow: hidden;
}

.c-timeline--shortened button.c-timeline__btn {
  display: inline-block !important;
}

.c-timeline--full ul.c-timeline__list {
  max-height: 600rem;
}

@media (min-width: 768px) {
  .c-timeline--full ul.c-timeline__list {
    max-height: 600rem;
  }
}

@media (min-width: 768px) {
  .c-timeline--full ul.c-timeline__list {
    max-height: 600rem;
  }
}

@media (min-width: 768px) {
  .c-timeline--full ul.c-timeline__list {
    max-height: 600rem;
  }
}

.c-timeline ul.c-timeline__list {
  list-style: none;
  margin-left: 0;
  transition: max-height 0.8s;
  padding: 0;
  max-height: 70vh;
  overflow-y: scroll;
}

.c-timeline div.c-timeline__dot {
  display: inline-block;
  background-color: #1380a1;
  border-radius: 100px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  line-height: 20px;
}

.c-timeline div.c-timeline__timespan {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-left: 15px;
  font-weight: bold;
  color: #1380a1;
  position: relative;
}

.c-timeline__text {
  font-size: 15px;
  line-height: 23px;
}

.c-timeline a.c-timeline__link {
  font-size: 0.85rem;
  color: #1380a1;
}

.c-timeline__range {
  vertical-align: middle;
  font-weight: lighter;
}

.c-timeline__duration {
  font-weight: normal;
  margin-left: 3px;
  vertical-align: middle;
}

.c-timeline__body {
  border-left: 1px dotted #1380a1;
  margin-left: 4.5px;
  padding-left: 23.5px;
  margin-top: 2px;
  margin-bottom: 18px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.c-timeline__img {
  max-width: 100%;
  margin-top: 10px;
}

.c-timeline__btn-holder {
  text-align: center;
}

.c-timeline button.c-timeline__btn {
  display: none;
}

.c-timeline__credits {
  margin-top: 30px;
  font-style: italic;
  font-size: 14px;
}

.c-timeline__credits--photo {
  margin-top: 7px;
}

.c-tl-summary {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.c-tl-summary__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
}

.c-tl-summary ul.c-tl-summary__countries {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-tl-summary__country {
  margin-bottom: 35px;
}

.c-tl-summary__country--hidden {
  display: none;
}

.c-tl-summary__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 25px;
}

.c-tl-summary__line-chart {
  margin-bottom: 40px;
}

.c-tl-summary__timeline {
  display: none;
}

.c-lockdown {
  display: block;
}

.c-lockdown__title {
  color: #222;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .c-lockdown__title {
    font-size: 28px;
    font-weight: 700;
  }
}

.c-lockdown ul.c-lockdown__keys {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 23px;
}

.c-lockdown__key {
  display: inline-block;
  margin-right: 35px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.c-lockdown__key-circle {
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 100%;
}

.c-lockdown__key-circle--national {
  background-color: #5c0601;
}

.c-lockdown__key-circle--partial {
  background-color: #d46666;
}

.c-lockdown__key-circle--curfew {
  background-color: #1380a0;
}

.c-lockdown__duration {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding-left: 200px;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .c-lockdown__duration {
    font-size: 18px;
    padding-left: 370px;
    text-align: center;
  }
}

.c-lockdown__row {
  float: left;
  border-top: 2px solid #ddd;
  padding-top: 5px;
}

.c-lockdown__row--left {
  width: 200px;
}

@media (min-width: 768px) {
  .c-lockdown__row--left {
    width: 370px;
  }
}

.c-lockdown__row--right {
  width: calc(100% - 200px);
  overflow-x: scroll;
  max-width: 750px;
}

@media (min-width: 768px) {
  .c-lockdown__row--right {
    width: calc(100% - 370px);
  }
}

.c-lockdown__scroll-wrapper {
  overflow-y: hidden;
  padding-bottom: 10px;
}

.c-lockdown__heading {
  height: 50px;
  padding-left: 8px;
  border-bottom: 1px solid #ddd;
}

.c-lockdown__heading--days {
  text-align: right;
  padding-right: 30px;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 4px;
}

.c-lockdown ul.c-lockdown__countries {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}

.c-lockdown ul.c-lockdown__countries--right {
  border-left: 4px solid #ddd;
}

.c-lockdown ul.c-lockdown__countries--right .c-lockdown__country {
  padding-left: 4px;
}

.c-lockdown ul.c-lockdown__months {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 25px;
  vertical-align: middle;
}

.c-lockdown__month {
  position: absolute;
  font-size: 14px;
  line-height: 25px;
  vertical-align: middle;
}

.c-lockdown ul.c-lockdown__weeks {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 25px;
  vertical-align: middle;
}

.c-lockdown__week {
  position: absolute;
  font-size: 12px;
}

.c-lockdown ul.c-lockdown__bars {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  padding-top: 16px;
}

.c-lockdown__bar {
  width: 5px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 3px;
  position: relative;
  cursor: pointer;
}

.c-lockdown__bar--b {
  width: 0;
}

.c-lockdown__bar--e {
  background-color: #e5e5e5;
}

.c-lockdown__bar--p {
  background-color: #d46666;
}

.c-lockdown__bar--n {
  background-color: #5c0601;
}

.c-lockdown__bar-date {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 5px 10px;
  opacity: 0;
}

.c-lockdown__bar:hover > .c-lockdown__bar-date {
  opacity: 1;
}

.c-lockdown__country {
  height: 50px;
  border-bottom: 1px solid #f3f0ef;
}

.c-lockdown__name {
  font-size: 13px;
  width: 130px;
  float: left;
  line-height: 50px;
  padding-right: 10px;
}

.c-lockdown__name--long {
  line-height: 25px;
}

@media (min-width: 768px) {
  .c-lockdown__name {
    font-size: 18px;
    width: 300px;
  }
  .c-lockdown__name--long {
    line-height: 50px;
  }
}

.c-lockdown__days {
  color: #5c0601;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  float: left;
  width: 40px;
}

.c-lockdown__curfew {
  width: 30px;
  float: left;
  height: 50px;
  padding-top: 16px;
  text-align: center;
}

.c-lockdown__curfew-circle {
  background-color: #1380a0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  line-height: 50px;
  margin-bottom: 3px;
}

.c-lockdown__expand {
  display: none;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 10px;
  position: relative;
}

.c-lockdown__expand-shadow {
  width: 100%;
  height: 30px;
  opacity: 0.6;
  position: absolute;
  top: -30px;
  display: none;
  background-color: #fbfbfb;
}

.c-lockdown__scroll {
  font-size: 15px;
  line-height: 20px;
  color: #7a7a7a;
  margin-bottom: 7px;
  text-align: center;
}

.c-lockdown__scroll-icon {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  margin-right: 2px;
}

.c-lockdown__source {
  color: #222;
  font-style: italic;
  text-align: center;
  line-height: 17px;
  margin-top: 5px;
}

.c-lockdown__clear-fix {
  clear: both;
}

.c-lockdown--collapsed .c-lockdown__wrapper {
  height: 595px;
  overflow-y: hidden;
}

.c-lockdown--collapsed .c-lockdown__expand-shadow {
  display: block;
}

.c-travel-ban {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.c-travel-ban__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
}

.c-travel-ban ul.c-travel-ban__list {
  list-style: none;
  margin: 0;
}

.c-travel-ban ul.c-travel-ban__list--keys {
  padding-bottom: 10px;
  border-bottom: 1px solid #525252;
}

.c-travel-ban ul.c-travel-ban__list--bans {
  float: right;
}

.c-travel-ban li.c-travel-ban__item {
  display: inline-block;
  margin-bottom: 5px;
}

.c-travel-ban li.c-travel-ban__country {
  padding: 7px 5px;
  border-bottom: 1px solid #f3f0ef;
}

.c-travel-ban__country-name {
  display: block;
  float: left;
  font-size: 14px;
}

@media (max-width: 768px) {
  .c-travel-ban__country-name {
    max-width: calc(100% - 100px);
  }
}

.c-travel-ban li.c-travel-ban__country-ban {
  display: inline-block;
}

.c-travel-ban img.c-travel-ban__icon {
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.c-travel-ban__text {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.c-travel-ban__clear-fix {
  clear: both;
}

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

.c-onj__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.c-dashboard {
  display: block;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 10px;
}

.c-dashboard__overview {
  margin-bottom: 10px;
}

.c-dashboard__map-table {
  margin-bottom: 30px;
}

.c-dashboard__tl-summary {
  margin-bottom: 30px;
  border-bottom: 1px dotted #d13f40;
}

.c-dashboard__lockdown {
  margin-bottom: 30px;
  display: none;
}

.c-dashboard__lockdown--visible {
  display: block;
}

.c-dashboard__share {
  margin-top: 10px;
  border-bottom: 1px dotted #d13f40;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.c-dashboard__sources {
  margin: 15px 0 20px;
}

.c-dashboard__credits {
  margin-bottom: 20px;
  border-bottom: 1px dotted #d13f40;
  padding-bottom: 20px;
}

.c-dashboard__onj {
  margin-bottom: 20px;
  margin-top: 20px;
}
