.d-badge:after,
.d2-badge:after {
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  vertical-align: middle;
  background: #005689;
  font: bold 0.8125rem/1 'Guardian Egyptian Web', Georgia, serif;
  color: #ffffff;
  text-align: center;
  cursor: help;
}
.linkslist {
  margin: 0;
  list-style: none;
}
.search-tool__input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  z-index: 4;
  background-color: transparent;
  border: 0;
  border-bottom: 0.0625rem solid transparent;
  padding: 0;
}
.search-tool__input:focus {
  outline: 0;
}
.is-editing .search-tool__input {
  text-overflow: clip;
}
.search-tool__btn {
  background-color: #052962;
  border: 0;
  width: 1.75rem;
  height: 1.75rem;
}
.search-tool__list {
  position: absolute;
  z-index: 5;
  background-color: #ffffff;
  width: 100%;
}
.search-tool__item {
  border-top: 0.0625rem solid #dcdcdc;
}
.search-tool__item:first-of-type {
  border-top: 0;
}
.search-tool__link {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #121212;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  width: 100%;
  display: block;
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .search-tool__link {
    padding-left: 0.3125rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .search-tool__link {
    padding-left: 0.3125rem;
  }
}
.search-tool__link:hover,
.search-tool__link.active {
  background-color: #dcdcdc;
  text-decoration: none;
}
.search-tool__meta {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
  display: block;
  line-height: 1rem;
}
@media (max-width: 71.24em) {
  [data-component='headlines'].fc-container--first {
    padding-top: 0;
  }
  [data-component='headlines'] .fc-container__inner {
    padding-top: 0;
  }
  [data-component='headlines'] .fc-container__header__title {
    padding-top: 0.375rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin [data-component='headlines'].fc-container--first {
    padding-top: 0;
  }
  .has-page-skin [data-component='headlines'] .fc-container__inner {
    padding-top: 0;
  }
  .has-page-skin [data-component='headlines'] .fc-container__header__title {
    padding-top: 0.375rem;
  }
}
.weather {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: relative;
  letter-spacing: -0.035rem;
}
@media (max-width: 46.24em) {
  .weather.is-expanded {
    padding-top: 2.75rem;
  }
}
@media (min-width: 46.25em) {
  .weather {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 71.25em) {
  .weather {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .weather {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.weather__icon {
  display: block;
}
@media (max-width: 71.24em) {
  .weather__icon {
    position: absolute;
    left: 0.3125rem;
    top: 0.5625rem;
  }
}
@media (min-width: 71.25em) {
  .weather__icon {
    margin-bottom: 0.1875rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .weather__icon {
    position: absolute;
    left: 0.3125rem;
    top: 0.5625rem;
  }
}
.weather__icon > svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.weather__time {
  font-size: 0.75rem;
  color: #767676;
}
.weather__temp {
  font-weight: 400;
}
.weather__toggle-forecast {
  position: absolute;
  padding-left: 5rem;
  padding-bottom: 0.75rem;
  right: 0;
  top: 0;
}
@media (min-width: 46.25em) {
  .weather__toggle-forecast {
    display: none;
  }
}
.weather__toggle-forecast:focus {
  outline: 0;
}
.weather__toggle-forecast .weather__toggle-icon {
  display: inline-block;
  margin-top: 0.875rem;
}
.weather__toggle-forecast .weather__toggle-icon:before {
  margin-right: 0.3125rem;
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border: 0.125rem solid #121212;
  border-top: 0;
  border-right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.is-expanded .weather__toggle-forecast .weather__toggle-icon:before {
  -webkit-transform: translateY(0.25rem) rotate(135deg);
  transform: translateY(0.25rem) rotate(135deg);
}
.weather__location {
  box-sizing: border-box;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  width: 100%;
}
@media (max-width: 46.24em) {
  .weather__location {
    display: none;
  }
  .is-expanded .weather__location {
    display: block;
    margin: 0.375rem 0 0.75rem;
  }
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .weather__location {
    margin: 0.1875rem 0.625rem 0 0;
    width: 8.75rem;
  }
}
@media (min-width: 71.25em) {
  .weather__location {
    margin: 0 -0.125rem 0.1875rem;
    width: 9rem;
  }
}
@media (min-width: 81.25em) {
  .weather__location {
    width: 14rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .weather__location {
    margin: 0.1875rem 0.625rem 0 0;
    width: 9rem;
  }
}
.weather__location .search-tool__input {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  border-radius: 1rem;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 0 2.1875rem 0 1.875rem;
  box-sizing: border-box;
  transition: background-color 0.2s ease-in-out;
}
.weather__location .search-tool__input:focus {
  background-color: #f6f6f6;
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .weather__location .search-tool__input {
    background-color: #f6f6f6;
  }
  .weather__location .search-tool__input:focus {
    background-color: #ededed;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .weather__location .search-tool__input {
    background-color: #f6f6f6;
  }
  .has-page-skin .weather__location .search-tool__input:focus {
    background-color: #ededed;
  }
}
.weather__location .is-editing .search-tool__input {
  background-color: #f6f6f6;
}
.weather__location .search-tool__btn {
  display: none;
}
.weather__location .search-tool__list .search-tool__link {
  padding-left: 1.875rem;
}
@media (max-width: 46.24em) {
  .weather__location .search-tool__list {
    position: static;
  }
}
.weather__close-location,
.weather__edit-location {
  position: absolute;
  top: 0.5rem;
  display: block;
  z-index: 5;
}
.weather__close-location:focus,
.weather__edit-location:focus {
  outline: 0;
}
.weather__close-location {
  right: 0.5rem;
}
.weather__edit-location {
  left: 0.5rem;
  pointer-events: none;
}
.weather__search-icon,
.weather__close-icon {
  fill: #767676;
}
.weather__search-icon svg,
.weather__close-icon svg {
  width: 1rem;
  height: 1rem;
}
.weather__close-icon:hover {
  fill: #121212;
}
.forecast {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 46.24em) {
  .forecast {
    display: none;
  }
  .is-expanded .forecast {
    border-bottom: 0.0625rem solid #dcdcdc;
    border-top: 0.0625rem solid #dcdcdc;
    padding: 0 0 0.375rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .forecast {
    margin-right: -0.625rem;
  }
}
@media (min-width: 71.25em) {
  .forecast {
    border-top: 0.0625rem solid #dcdcdc;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .forecast {
    border-top: 0;
    margin-right: -0.625rem;
  }
}
.forecast__item {
  box-sizing: border-box;
  min-height: 2.75rem;
  padding: 0.125rem 0.625rem 0 2.625rem;
  position: relative;
}
.forecast__item:before {
  border-left: 0.0625rem solid #dcdcdc;
  bottom: 0.625rem;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 46.24em) {
  .forecast__item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 71.25em) {
  .forecast__item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.3125rem;
  }
  .forecast__item:before {
    bottom: 0.1875rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .forecast__item {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 2.625rem;
  }
  .has-page-skin .forecast__item:before {
    bottom: 0.625rem;
  }
}
@media (max-width: 46.24em) {
  .forecast__item.forecast__item--0:before {
    content: none;
  }
}
@media (min-width: 71.25em) {
  .forecast__item.forecast__item--0:before {
    content: none;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .forecast__item.forecast__item--0:before {
    content: '';
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .forecast__item.forecast__item--2 {
    display: none;
  }
}
@media (max-width: 22.49em) {
  .forecast__item.forecast__item--3 {
    display: none;
  }
}
@media (min-width: 46.25em) and (max-width: 81.24em) {
  .forecast__item.forecast__item--3 {
    display: none;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .forecast__item.forecast__item--3 {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .forecast__item--current {
    margin-right: 0.625rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .forecast__item--current .weather__time,
  .forecast__item--current:before {
    display: none;
  }
  .forecast__item--current .weather__temp {
    padding-top: 0.6875rem;
  }
  .forecast__item--current .weather__icon {
    top: 0.125rem;
  }
}
@media (min-width: 71.25em) {
  .forecast__item--current {
    border-top: 0.0625rem solid #dcdcdc;
    position: relative;
    min-height: 4.625rem;
    padding-left: 3.75rem;
  }
  .forecast__item--current:before {
    content: none;
  }
  .forecast__item--current .weather__icon {
    position: absolute;
    top: 0.1875rem;
    left: 0;
  }
  .forecast__item--current .weather__icon svg {
    height: 3.125rem;
    width: 3.125rem;
  }
  .forecast__item--current .weather__time {
    padding-top: 0.375rem;
  }
  .forecast__item--current .weather__temp {
    font-size: 1.375rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .forecast__item--current {
    border-top: 0;
    min-height: auto;
    padding: 0.125rem 0.625rem 0 2.625rem;
  }
  .has-page-skin .forecast__item--current:before {
    content: '';
  }
  .has-page-skin .forecast__item--current .weather__icon {
    left: 0.3125rem;
    top: 0.5625rem;
  }
  .has-page-skin .forecast__item--current .weather__icon svg {
    height: 2rem;
    width: 2rem;
  }
  .has-page-skin .forecast__item--current .weather__time {
    padding-top: 0;
  }
  .has-page-skin .forecast__item--current .weather__temp {
    font-size: 1.125rem;
  }
}
.tabs__container {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  list-style-type: none;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  background: #fafafa;
  table-layout: fixed;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  grid-column-gap: 0.125rem;
  display: table;
  display: grid;
}
@media (min-width: 61.25em) {
  .tabs__container {
    grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  }
}
@media (min-width: 46.25em) {
  .tabs__container {
    margin-bottom: -0.0625rem;
  }
}
.tabs__tab {
  margin: 0;
  border-bottom: 0.0625rem solid #dcdcdc;
  border-top: 0.1875rem solid #ededed;
  float: left;
  width: 50%;
}
@supports (display: grid) {
  .tabs__tab {
    width: 100%;
  }
}
@media (min-width: 46.25em) {
  .tabs__tab {
    display: table-cell;
    float: none;
    width: 100%;
  }
}
.tabs__tab a,
.tabs__tab .tab__link {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 600;
  display: block;
  box-sizing: border-box;
  min-height: 2.25rem;
  padding: 0.25rem 0.35714rem 0;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ededed;
}
@media (max-width: 46.24em) {
  .tabs__tab a,
  .tabs__tab .tab__link {
    font-size: 0.875rem;
  }
}
.tabs__tab a {
  color: inherit;
}
.tabs__tab a:active,
.tabs__tab a:focus,
.tabs__tab .tab__link:active,
.tabs__tab .tab__link:focus,
.tabs__tab.tabs__tab--selected a,
.tabs__tab.tabs__tab--selected .tab__link {
  background-color: #ffffff;
  text-decoration: none;
}
.tabs__content {
  position: relative;
  clear: both;
  padding-top: 0;
  z-index: 1;
}
@media (min-width: 46.25em) {
  .tabs__content {
    border-top: 0.0625rem solid #dcdcdc;
  }
}
.tabs__content--no-border {
  border-top: 0;
}
.tabs__heading {
  display: none;
}
@media (min-width: 61.25em) {
  .tabs--mostpop .tabs__content,
  .fc-slice--popular {
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 61.25em) {
  .tabs--mostpop .tabs__content .fc-slice__popular-mpu,
  .fc-slice--popular .fc-slice__popular-mpu {
    padding-left: 0.75rem;
  }
}
@media (min-width: 61.25em) {
  .tabs--mostpop--without-mpu {
    width: 100%;
    max-width: 38.75rem;
  }
}
.tabs__container {
  max-width: 28.75rem;
}
.tabs__container--multiple {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
@media (min-width: 61.25em) {
  .tabs__container--multiple .tab--stats {
    display: none;
  }
}
.headline-list__item {
  position: relative;
  box-sizing: border-box;
  padding-top: 0.25rem;
  padding-bottom: 1.5rem;
}
.headline-list__item:before {
  position: absolute;
  top: 0;
  right: 0.625rem;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #dcdcdc;
}
.headline-list__item:first-child:before {
  display: none;
}
@media (min-width: 61.25em) {
  .headline-list__item.headline-column__item:nth-child(6):before {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .headline-list__item {
    padding-top: 0.1875rem;
    padding-bottom: 0;
    min-height: 4.5rem;
  }
}
.headline-list__count {
  font-size: 2.75rem;
  line-height: 2.75rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 500;
  float: left;
  width: 3.75rem;
  color: #121212;
  letter-spacing: -0.03125rem;
  font-variant-numeric: lining-nums;
}
@media (min-width: 20em) {
  .headline-list__count {
    width: 3.125rem;
  }
}
.headline-list__link {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  display: block;
  overflow: hidden;
  color: #121212;
  font-weight: 400;
}
.headline-list__link .headline-list__text {
  margin-top: -0.25rem;
  margin-left: 3.75rem;
}
@media (min-width: 20em) {
  .headline-list__link .headline-list__text {
    margin-left: 4.375rem;
  }
}
.headline-list__link .inline-numbers {
  float: left;
  margin-top: 0.1875rem;
  fill: #121212;
}
.headline-list__link .inline-icon {
  fill: #767676;
}
.headline-list__link .inline-camera,
.headline-list__link .inline-volume-high,
.headline-list__link .inline-video-icon {
  fill: #ffe500;
}
.headline-list__link .inline-video-icon svg {
  width: 1.2em;
  height: 0.75em;
}
.headline-list__link:visited .headline-list__body,
.headline-list__link:visited .fc-item__link {
  color: #121212;
}
.headline-list__link:hover .headline-list__body,
.headline-list__link:hover .fc-item__headline,
.headline-list__link:active .headline-list__body,
.headline-list__link:active .fc-item__headline,
.headline-list__link:focus .headline-list__body,
.headline-list__link:focus .fc-item__headline {
  text-decoration: underline;
}
.headline-list__link:hover .headline-list__count,
.headline-list__link:active .headline-list__count,
.headline-list__link:focus .headline-list__count {
  color: #dcdcdc;
}
.headline-list__link .old-article-message svg {
  vertical-align: middle;
}
.fc-item__link .headline-list__body {
  color: #121212;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .headline-column--tablet {
    -webkit-column-width: 21.25rem;
    -moz-column-width: 21.25rem;
    column-width: 21.25rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
  }
  .headline-column--tablet__item {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
  .headline-column__item {
    height: auto;
  }
}
@media (min-width: 61.25em) {
  .headline-column--desktop {
    -webkit-column-width: 18.75rem;
    -moz-column-width: 18.75rem;
    column-width: 18.75rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
  }
  .headline-column--desktop__item {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
}
.most-popular__container {
  margin-top: 2.625rem;
  clear: both;
}
@media (min-width: 61.25em) {
  .most-popular__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 71.25em) {
  body:not(.has-page-skin) .most-popular__container {
    margin-top: -0.375rem;
    clear: none;
  }
}
@media (min-width: 81.25em) {
  body:not(.has-page-skin) .most-popular__container {
    margin-left: 14.375rem;
  }
}
.most-popular__content {
  margin-top: -0.0625rem;
  border: 0.0625rem solid #dcdcdc;
  border-bottom: 0;
}
@media (min-width: 71.25em) {
  .most-popular__content {
    margin-left: 0.625rem;
    width: 45rem;
  }
}
@media (min-width: 81.25em) {
  .most-popular__content {
    margin-left: 0;
    width: 60rem;
  }
}
@media (min-width: 46.25em) {
  .most-popular {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .most-popular li:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .most-popular li:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 3;
  }
  .most-popular li:nth-child(4) {
    grid-column-start: 1;
    grid-row-start: 4;
  }
  .most-popular li:nth-child(5) {
    grid-column-start: 1;
    grid-row-start: 5;
  }
  .most-popular li:nth-child(6) {
    grid-column-start: 2;
    grid-row-start: 1;
    border-left: 0.0625rem solid #dcdcdc;
  }
  .most-popular li:nth-child(7) {
    grid-column-start: 2;
    grid-row-start: 2;
    border-left: 0.0625rem solid #dcdcdc;
  }
  .most-popular li:nth-child(8) {
    grid-column-start: 2;
    grid-row-start: 3;
    border-left: 0.0625rem solid #dcdcdc;
  }
  .most-popular li:nth-child(9) {
    grid-column-start: 2;
    grid-row-start: 4;
    border-left: 0.0625rem solid #dcdcdc;
  }
  .most-popular li:nth-child(10) {
    grid-column-start: 2;
    grid-row-start: 5;
    border-left: 0.0625rem solid #dcdcdc;
  }
}
.most-popular__item {
  background: transparent !important;
  border-top: 0.0625rem solid #dcdcdc;
  position: relative;
  min-height: 3.25rem;
}
.most-popular__item:hover,
.most-popular__item:focus {
  background: #f6f6f6 !important;
}
.most-popular__item .live-pulse-icon:before {
  background-color: currentColor;
}
.most-popular__number {
  position: absolute;
  top: 0.375rem;
  left: 0.625rem;
}
.most-popular__headline,
.most-popular__container .tabs__tab--most-popular a,
.simple-content-card__headline,
.second-tier__title {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
}
.most-popular__headline {
  padding: 0.1875rem 0.625rem 1.125rem 4.6875rem;
}
.most-popular__headline .fc-item__link:hover {
  background: transparent !important;
}
.most-popular__headline .fc-item__title {
  padding: 0;
}
.most-popular__mpu #dfp-ad--mostpop {
  margin: 0.75rem auto 0;
}
@media (min-width: 61.25em) {
  .most-popular__mpu #dfp-ad--mostpop {
    margin: 0 0 0 1.25rem;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .most-popular__mpu #dfp-ad--mostpop {
    min-height: 7.125rem;
    width: 45.5rem;
    left: -0.625rem;
  }
}
@media (min-width: 71.25em) {
  body:not(.has-page-skin) .most-popular__mpu #dfp-ad--mostpop {
    margin: 0.375rem 0 0 0.625rem;
  }
}
.most-popular__container .tabs__container {
  background: #fff;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 44.375rem;
  width: 100%;
}
.most-popular__container .tabs__container.u-h ~ .tabs__content {
  margin-top: -0.0625rem;
}
.most-popular__container .tabs__content {
  border-top: 0;
}
.most-popular__container .tabs__tab--most-popular {
  position: relative;
  width: 15rem;
}
.most-popular__container .tabs__tab--most-popular:after {
  background-color: #ededed;
  content: '';
  display: block;
  height: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.most-popular__container .tabs__tab--most-popular:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.most-popular__container .tabs__tab--most-popular:nth-child(2):before {
  content: '';
  width: 0.0625rem;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .most-popular__container .tabs__tab--most-popular:nth-child(2):before {
    bottom: 1.125rem;
  }
}
.most-popular__container .tabs__tab--most-popular a {
  font-weight: 700;
  line-height: 1.1;
  background-color: transparent;
  box-sizing: border-box;
  color: #121212;
  text-transform: capitalize;
  height: 3rem;
  padding: 0.4375rem 0.625rem 0;
  display: block;
  width: auto;
}
@media (min-width: 46.25em) {
  .most-popular__container .tabs__tab--most-popular a {
    padding: 0.75rem 0.625rem 0;
  }
}
.most-popular__container .tabs__tab--most-popular a:hover,
.most-popular__container .tabs__tab--most-popular a:focus {
  text-decoration: none;
}
.most-popular__container .tabs__tab--selected {
  background-color: #fff;
}
.most-popular__container .tabs__tab--selected:after {
  background-color: #767676;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.most-popular__second-tier {
  margin-top: 1.5rem;
}
@media (min-width: 46.25em) {
  .most-popular__second-tier {
    border-top: 0.0625rem solid #dcdcdc;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 46.24em) {
  .second-tier__item {
    border-top: 0.0625rem solid #dcdcdc;
  }
}
@media (min-width: 46.25em) {
  .second-tier__item {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .second-tier__item:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 0.0625rem solid #dcdcdc;
    z-index: 1;
  }
}
.simple-content-card {
  background-color: transparent !important;
  color: #121212;
  padding: 0 0.625rem 0.75rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.simple-content-card:hover,
.simple-content-card:focus {
  color: #121212;
  text-decoration: none;
  background-color: #f6f6f6 !important;
}
.simple-content-card:hover .fc-item__byline,
.simple-content-card:focus .fc-item__byline {
  text-decoration: none;
}
.second-tier__item:nth-child(1) .simple-content-card__headline:before,
.second-tier__item:nth-child(2) .simple-content-card__headline:before {
  content: 'Am meisten kommentiert';
  display: block;
  font-weight: 700;
  padding: 0.20833rem 0 0;
}
.second-tier__item:nth-child(2) .simple-content-card__headline:before {
  content: 'Am meisten geteilt';
}
.simple-content-card__headline {
  display: block;
}
.simple-content-card__headline .fc-item__byline {
  display: block;
}
.simple-content-card__headline .js-headline-text {
  color: #121212;
}
.simple-content-card__image {
  border-radius: 50%;
  width: 5.625rem;
  height: 5.625rem;
  -webkit-flex-basis: 5.625rem;
  -ms-flex-preferred-size: 5.625rem;
  flex-basis: 5.625rem;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-top: 1.5rem;
  margin-left: 0.3125rem;
}
.simple-content-card__image .fc-item__image-container {
  overflow: visible;
}
.simple-content-card__image img {
  object-fit: cover;
  width: 5.625rem;
  height: 5.625rem;
}
.element-rich-link--not-upgraded.element-rich-link--tag {
  height: 0;
  width: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
}
.rich-link .stars {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.rich-link .star__item {
  margin-right: 0;
  width: 0.875rem;
  height: 0.875rem;
}
.rich-link .star__item--golden {
  fill: #ffce4b;
}
.rich-link .star__item--grey {
  fill: #000000;
  opacity: 0.15;
}
.rich-link .stars {
  padding: 0.125rem;
  display: inline-block;
  margin-top: 0.375rem;
  margin-left: 0;
}
.content--article .rich-link .star__item__svg {
  width: 1em;
  height: 1em;
}
.rich-link__image-container {
  transition: background-color 0.25s ease;
  background-color: rgba(0, 0, 0, 0.1);
}
.rich-link__image-container .responsive-img {
  transition: opacity 0.25s ease;
}
.rich-link .u-faux-block-link--hover {
  background-color: #ededed;
}
.rich-link .u-faux-block-link--hover .rich-link__image-container {
  background-color: #000000;
}
.rich-link
  .u-faux-block-link--hover
  .rich-link__image-container
  .responsive-img {
  opacity: 0.8;
}
.rich-link__byline {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  padding-right: 1.25rem;
}
@media (min-width: 46.25em) {
  .rich-link--has-byline-pic .rich-link__read-more {
    position: absolute;
    bottom: 0;
  }
}
.rich-link__live {
  font-weight: normal;
}
.rich-link--gallery .rich-link__header {
  padding-top: 0.1875rem;
}
@media (min-width: 30em) {
  .rich-link.tone-live--item .live-pulse-icon {
    margin-bottom: 0.0625rem;
  }
}
.rich-link__title .inline-quote {
  fill: #767676;
}
.rich-link__title .inline-quote svg {
  height: 0.875rem;
  width: 1.4375rem;
}
@media (min-width: 46.25em) {
  .element-rich-link .rich-link--has-byline-pic .rich-link__container {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 71.25em) {
  .element-rich-link.element--supporting
    .rich-link--has-byline-pic
    .rich-link__container {
    padding-bottom: 2rem;
  }
}
.blog .element-rich-link .rich-link__image-container {
  display: none;
}
.blog .element-rich-link .rich-link--gallery,
.blog .element-rich-link .tone-feature--item {
  max-width: 31.25rem;
}
.blog .element-rich-link .rich-link--gallery .rich-link__image-container,
.blog .element-rich-link .tone-feature--item .rich-link__image-container {
  display: block;
}
.blog .element-rich-link {
  float: none;
  width: auto;
}
.rich-link--paidfor.tone-media--item .rich-link__container,
.rich-link--paidfor .rich-link__container {
  background-color: #f6f6f6;
}
.rich-link--paidfor.tone-media--item .rich-link__container:hover,
.rich-link--paidfor.tone-media--item
  .rich-link__container.u-faux-block-link--hover,
.rich-link--paidfor .rich-link__container:hover,
.rich-link--paidfor .rich-link__container.u-faux-block-link--hover {
  background: #cacaca;
}
.rich-link--paidfor.tone-media--item .rich-link__container:before,
.rich-link--paidfor .rich-link__container:before {
  background-color: #69d1ca;
}
.rich-link--paidfor.tone-media--item .rich-link__container .rich-link__header,
.rich-link--paidfor.tone-media--item
  .rich-link__container
  .rich-link__read-more-text,
.rich-link--paidfor .rich-link__container .rich-link__header,
.rich-link--paidfor .rich-link__container .rich-link__read-more-text {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #121212;
}
.rich-link--paidfor.tone-media--item
  .rich-link__container
  .rich-link__arrow-icon,
.rich-link--paidfor .rich-link__container .rich-link__arrow-icon {
  fill: #69d1ca;
}
.rich-link--paidfor .rich-link__title {
  color: #121212;
}
.rich-link__branding {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
  font-weight: bold;
  margin: -0.375rem 0.3125rem 0.75rem;
}
.tooltip-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1015;
  padding: 0.375rem 0.625rem;
}
.tooltip-box--neutral {
  color: #121212;
  border: 0.125rem solid #ededed;
  background: #ffffff;
}
.tooltip-box--width4 {
  width: 18.75rem;
}
.tooltip-box__close {
  float: right;
  margin-bottom: 0.375rem;
  width: auto;
}
.tooltip-box__p {
  margin-top: 0.375rem;
  text-align: left;
}
.button {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  height: 1.875rem;
  padding: 0 0.625rem;
  margin-right: 0.625rem;
  line-height: 1.75rem;
  color: #fff;
  background-color: #00b2ff;
  border-color: #005689;
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-weight: bold;
  text-decoration: none;
  border-radius: 62.5rem;
  border-width: 0.0625rem;
  border-style: solid;
  box-sizing: border-box;
}
.button .i {
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.0625rem -0.625rem 0;
}
.button svg {
  width: 1.875rem;
  height: 1.875rem;
}
.button .i-left {
  margin-left: -0.625rem;
  margin-right: 0;
}
.button .i-right {
  margin-right: -0.625rem;
  margin-left: 0;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
}
.button .i-left {
  margin-right: 0;
  float: left;
}
.button .i-right {
  margin-left: 0;
  float: right;
}
.button--primary {
  color: #fff;
  background-color: #052962;
  border-color: #052962;
}
.button--primary:hover,
.button--primary:focus,
.button--primary:active {
  background-color: #031531;
  border-color: #031531;
}
.button--primary-inverse {
  color: #005689;
  background-color: rgba(0, 0, 0, 0);
  border-color: #005689;
}
.button--primary-inverse:hover,
.button--primary-inverse:focus,
.button--primary-inverse:active {
  background-color: #005689;
  color: #ffffff;
}
.button--secondary {
  color: #121212;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
  background-color: #ddd;
  border-color: #ddd;
}
.button--tertiary {
  color: #121212;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dcdcdc;
}
.button--tertiary:hover,
.button--tertiary:focus,
.button--tertiary:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #c3c3c3;
}
.button--tone-media {
  color: #dcdcdc;
  background-color: #333;
  border-color: #333;
}
.button--tone-media:hover,
.button--tone-media:focus,
.button--tone-media:active {
  background-color: #262626;
  border-color: #262626;
}
.button--tone-media-variant {
  color: #dcdcdc;
  background-color: #121212;
  border-color: #767676;
}
.button--tone-media-variant:hover,
.button--tone-media-variant:focus,
.button--tone-media-variant:active {
  background-color: #121212;
  border-color: #dcdcdc;
}
.button--tone-news {
  color: #005689;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.button--tone-news:hover,
.button--tone-news:focus,
.button--tone-news:active {
  background-color: #ddd;
  border-color: #ddd;
}
.button--tone-news-variant {
  color: #005689;
  background-color: #fff;
  border-color: #dcdcdc;
}
.button--tone-news-variant:hover,
.button--tone-news-variant:focus,
.button--tone-news-variant:active {
  background-color: #fff;
  border-color: #c3c3c3;
}
.button--tone-feature {
  color: #7d0068;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.button--tone-feature:hover,
.button--tone-feature:focus,
.button--tone-feature:active {
  background-color: #ddd;
  border-color: #ddd;
}
.button--tone-feature-variant {
  color: #7d0068;
  background-color: #fff;
  border-color: #dcdcdc;
}
.button--tone-feature-variant:hover,
.button--tone-feature-variant:focus,
.button--tone-feature-variant:active {
  background-color: #fff;
  border-color: #c3c3c3;
}
.button--tone-comment {
  color: #bd5318;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.button--tone-comment:hover,
.button--tone-comment:focus,
.button--tone-comment:active {
  background-color: #ddd;
  border-color: #ddd;
}
.button--tone-comment-variant {
  color: #bd5318;
  background-color: #fff;
  border-color: #dcdcdc;
}
.button--tone-comment-variant:hover,
.button--tone-comment-variant:focus,
.button--tone-comment-variant:active {
  background-color: #fff;
  border-color: #c3c3c3;
}
.button--tone-live {
  color: #121212;
  background-color: #ededed;
  border-color: #ededed;
}
.button--tone-live:hover,
.button--tone-live:focus,
.button--tone-live:active {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.button--tone-live-variant {
  color: #121212;
  background-color: #f6f6f6;
  border-color: #dcdcdc;
}
.button--tone-live-variant:hover,
.button--tone-live-variant:focus,
.button--tone-live-variant:active {
  background-color: #f6f6f6;
  border-color: #c3c3c3;
}
.button--xlarge {
  height: 2.75rem;
  padding: 0 0.91667rem;
  margin-right: 0.91667rem;
  line-height: 2.625rem;
}
.button--xlarge .i {
  width: 2.75rem;
  height: 2.75rem;
  margin: -0.0625rem -0.91667rem 0;
}
.button--xlarge svg {
  width: 2.75rem;
  height: 2.75rem;
}
.button--xlarge .i-left {
  margin-left: -0.91667rem;
  margin-right: 0;
}
.button--xlarge .i-right {
  margin-right: -0.91667rem;
  margin-left: 0;
}
.button--large {
  height: 2.25rem;
  padding: 0 0.75rem;
  margin-right: 0.75rem;
  line-height: 2.125rem;
}
.button--large .i {
  width: 2.25rem;
  height: 2.25rem;
  margin: -0.0625rem -0.75rem 0;
}
.button--large svg {
  width: 2.25rem;
  height: 2.25rem;
}
.button--large .i-left {
  margin-left: -0.75rem;
  margin-right: 0;
}
.button--large .i-right {
  margin-right: -0.75rem;
  margin-left: 0;
}
@media (min-width: 61.25em) {
  .button--large {
    line-height: 2.375rem;
  }
}
.button--medium {
  height: 1.875rem;
  padding: 0 0.625rem;
  margin-right: 0.625rem;
  line-height: 1.75rem;
}
.button--medium .i {
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.0625rem -0.625rem 0;
}
.button--medium svg {
  width: 1.875rem;
  height: 1.875rem;
}
.button--medium .i-left {
  margin-left: -0.625rem;
  margin-right: 0;
}
.button--medium .i-right {
  margin-right: -0.625rem;
  margin-left: 0;
}
@media (min-width: 61.25em) {
  .button--medium {
    line-height: 2rem;
  }
}
.button--small {
  height: 1.5rem;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
  line-height: 1.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  line-height: 22px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button--small .i {
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.0625rem -0.5rem 0;
}
.button--small svg {
  width: 1.5rem;
  height: 1.5rem;
}
.button--small .i-left {
  margin-left: -0.5rem;
  margin-right: 0;
}
.button--small .i-right {
  margin-right: -0.5rem;
  margin-left: 0;
}
.button--xsmall {
  height: 1.125rem;
  padding: 0 0.375rem;
  margin-right: 0.375rem;
  line-height: 1rem;
  font-size: 0.75rem;
  line-height: 16px;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  line-height: 16px;
  font-weight: bold;
}
.button--xsmall .i {
  width: 1.125rem;
  height: 1.125rem;
  margin: -0.0625rem -0.375rem 0;
}
.button--xsmall svg {
  width: 1.125rem;
  height: 1.125rem;
}
.button--xsmall .i-left {
  margin-left: -0.375rem;
  margin-right: 0;
}
.button--xsmall .i-right {
  margin-right: -0.375rem;
  margin-left: 0;
}
.button--show-more {
  position: relative;
  padding-left: 2rem;
}
.button--show-more .i,
.button--show-more svg {
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.4375rem;
}
.button--syndication-reprint {
  color: #767676;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(118, 118, 118, 0.3);
}
.button--syndication-reprint:hover,
.button--syndication-reprint:focus,
.button--syndication-reprint:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #5d5d5d;
}
.pagination {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 0.875rem;
  line-height: 3rem;
  width: auto;
  text-align: right;
}
.pagination--full {
  width: 100%;
  border-top: 0.0625rem solid #dcdcdc;
}
@media (min-width: 71.25em) {
  .pagination--full {
    float: right;
    width: 58.75rem;
  }
}
@media (min-width: 81.25em) {
  .pagination--full {
    width: 63.75rem;
  }
  .has-page-skin .pagination--full {
    width: 100%;
  }
}
.pagination__list {
  width: 100%;
  margin: 0.75rem 0;
  line-height: 1.5rem;
}
@media (min-width: 46.25em) {
  .pagination__list {
    float: right;
    width: 18.75rem;
  }
}
.pagination__legend {
  float: left;
}
@media (max-width: 46.24em) {
  .discussion__toolbar .pagination {
    clear: both;
  }
  .discussion__toolbar .pagination .pagination__item--pointer:first-child {
    float: left;
  }
  .discussion__toolbar .pagination .pagination__item--pointer:last-child {
    float: right;
  }
}
@media (min-width: 46.25em) {
  .discussion__toolbar .pagination {
    text-align: right;
  }
}
.discussion__toolbar .pagination__list {
  width: auto;
}
.pagination__action {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0;
  color: #767676;
  border-color: transparent;
  padding: 0 0.125rem;
  min-width: 1.5rem;
  text-align: center;
}
.pagination__action.is-active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.pagination__action--static {
  margin: 0;
  text-align: center;
}
.pagination__icon {
  display: inline-block;
  margin-top: 0.0625rem;
  height: 0.875rem;
  margin: 0;
  line-height: 0.875rem;
  vertical-align: middle;
  fill: #767676;
}
.pagination__icon svg {
  width: 0.375rem;
  height: 0.75rem;
}
.pagination__icon--next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination__action--pushright .i {
  margin-right: 0.625rem;
}
.pagination__action--pushleft .i {
  margin-left: 0.625rem;
}
.site-message {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  background: #121212;
  display: block;
  color: #ffffff;
  outline: none;
}
@media (min-width: 46.25em) {
  .site-message {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
}
.site-message-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #121212;
  opacity: 0.7;
  z-index: 1089;
}
.site-message--banner {
  width: 100%;
  z-index: 1090;
  position: fixed;
  bottom: 0;
}
.site-message--banner.site-message--on-top {
  bottom: auto;
  top: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  html:not(.is-scroll-blocked)
    body:not(.is-hosted-content)
    .site-message--banner {
    position: -webkit-sticky;
    position: sticky;
    bottom: -0.0625rem;
  }
  html:not(.is-scroll-blocked)
    body:not(.is-hosted-content)
    .site-message--banner.site-message--on-top {
    top: -0.0625rem;
  }
}
.site-message--alt {
  background-color: #767676;
}
.site-message__inner {
  padding: 0 0.625rem;
  width: 100%;
  display: table;
}
@media (min-width: 46.25em) {
  .site-message__inner {
    padding: 0;
    min-height: 2.625rem;
  }
}
.site-message__roundel {
  display: none;
  width: 2.25rem;
  height: 2.25rem;
  padding-left: 0.625rem;
}
.site-message__roundel .i {
  display: block;
}
@media (min-width: 61.25em) {
  .site-message__roundel {
    display: table-cell;
    vertical-align: middle;
  }
}
.site-message__copy {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  position: relative;
  vertical-align: middle;
  display: table-cell;
}
@media (min-width: 46.25em) {
  .site-message__copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 61.25em) {
  .site-message__copy {
    padding: 0;
  }
}
.site-message__message {
  max-width: 16.8125rem;
}
.site-message__message a {
  color: inherit;
  text-decoration: underline;
}
.site-message--permanent .site-message__message {
  margin-right: 0;
}
@media (min-width: 46.25em) {
  .site-message__message {
    display: table-cell;
    vertical-align: middle;
    max-width: none;
  }
}
@media (min-width: 61.25em) {
  .site-message__message {
    padding-left: 1.25rem;
    padding-right: 0.625rem;
    max-width: 31.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 71.25em) {
  .site-message__message {
    max-width: 36.25rem;
  }
}
@media (min-width: 81.25em) {
  .site-message__message {
    max-width: none;
  }
}
.site-message__actions {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .site-message__actions {
    display: table-cell;
    vertical-align: middle;
    min-width: 8.4375rem;
    margin-top: 0;
  }
}
.site-message__actions__item {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  border-radius: 62.5rem;
  float: left;
  height: 1.875rem;
  padding-left: 0.625rem;
  margin-right: 0.625rem;
  color: #ffffff;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 46.25em) {
  .site-message__actions__item {
    float: right;
  }
}
@media (min-width: 81.25em) {
  .site-message__actions__item {
    margin-right: 0.3125rem;
  }
}
.site-message__actions__item:hover {
  border-color: #ffffff;
}
.site-message__actions__item a {
  float: left;
  color: #ffffff;
  line-height: 1.9375rem;
}
.site-message__actions__item a:hover,
.site-message__actions__item a:focus,
.site-message__actions__item a:active {
  text-decoration: none;
}
.site-message__actions__item i {
  float: right;
}
.site-message__close {
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  padding-right: 1.25rem;
}
@media (min-width: 46.25em) {
  .site-message__close {
    padding-right: 0.625rem;
  }
}
.site-message__close-btn {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  border-radius: 62.5rem;
  display: block;
  padding: 0;
  height: 2rem;
  width: 2rem;
  background: transparent;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  float: right;
}
.site-message__close-btn:hover,
.site-message__close-btn:focus,
.site-message__close-btn:active {
  border-color: #ffffff;
}
.site-message--android,
.site-message--ios {
  position: relative;
}
.site-message--android .site-message__roundel,
.site-message--ios .site-message__roundel {
  display: none;
}
.site-message--android {
  max-height: 8.75rem;
  overflow: hidden;
  background: #444444;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAAAAACMmsGiAAAAGElEQVR4AWMItbW1ZbANBRJ2QJIByAsFACn9BDLFzRqoAAAAAElFTkSuQmCC');
  background-repeat: repeat;
  border-top: 0.25rem solid #87b322;
}
.site-message--android .site-message__inner {
  position: relative;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.site-message--android .site-message__close {
  display: block;
  position: absolute;
  top: 0.1875rem;
  left: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}
.site-message--android .site-message__close-btn {
  border-radius: 62.5rem;
  position: relative;
  right: auto;
  bottom: auto;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #121212;
  box-shadow: 0 0.0625rem 0 #dcdcdc;
}
.site-message--android .site-message__close-btn:before {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: arial;
  font-weight: bold;
  display: block;
  position: absolute;
  content: '×';
  left: 0.375rem;
  top: 0.1875rem;
  background-color: #121212;
  color: #dcdcdc;
}
.site-message--android .site-message__close-btn i {
  display: none;
}
.site-message--android .app__logo,
.site-message--android .app__cta {
  float: left;
}
.site-message--android .app__logo {
  width: 3.125rem;
  margin-left: 0.9375rem;
  margin-right: 0.3125rem;
}
.site-message--android .app__cta {
  width: 50%;
}
.site-message--android .app__heading {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: arial;
  font-weight: bold;
  color: #ffffff !important;
}
.site-message--android .app__copy {
  font-size: 0.6875rem;
  line-height: 0.875rem;
  font-family: arial;
  font-weight: normal;
  margin-bottom: 0;
  color: #ffffff;
}
.site-message--android .app__copy strong {
  font-weight: bold;
}
.site-message--android .app__link {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: arial;
  font-weight: bold;
  float: right;
  background-color: #37b1c6;
  color: #ffffff;
  margin-top: 0.75rem;
  padding: 0.25rem 1.25rem;
  text-transform: uppercase;
  border: 0.0625rem solid #333333;
  box-shadow: 0 0 0 0.0625rem #ffffff;
}
.site-message--android .app__screenshots {
  display: none;
}
.site-message--ios {
  max-height: 8.75rem;
  overflow: hidden;
  background: #f2f2f2;
}
.site-message--ios .site-message__inner {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  position: relative;
}
.site-message--ios .site-message__close {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}
.site-message--ios .site-message__close-btn {
  right: auto;
  bottom: auto;
  width: 1.25rem;
  height: 1.25rem;
}
.site-message--ios .site-message__close-btn:before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: 'helvetica neue', helvetica, arial;
  font-weight: 200;
  display: block;
  position: absolute;
  content: '×';
  top: -0.375rem;
  left: 0.125rem;
  color: #767676;
}
.site-message--ios .site-message__close-btn i {
  display: none;
}
.site-message--ios .app__logo,
.site-message--ios .app__cta {
  float: left;
}
.site-message--ios .app__logo {
  width: 3.75rem;
  margin-left: 1.25rem;
  margin-right: 0.625rem;
}
.site-message--ios .app__cta {
  width: 54%;
}
@media (min-width: 46.25em) {
  .site-message--ios .app__cta {
    width: auto;
  }
}
.site-message--ios .app__heading {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: 'helvetica neue', helvetica, arial;
  font-weight: normal;
  color: #121212 !important;
}
.site-message--ios .app__copy {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: 'helvetica neue', helvetica, arial;
  font-weight: 200;
  margin-bottom: 0;
  color: #121212;
}
.site-message--ios .app__copy strong {
  font-weight: normal;
}
.site-message--ios .app__link {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: 'helvetica neue', helvetica, arial;
  font-weight: normal;
  float: right;
  margin-top: 1.5rem;
  color: #1878fb;
}
@media (min-width: 46.25em) {
  .site-message--ios .app__link {
    float: left;
    margin-left: 2.5rem;
  }
}
.site-message--ios .app__screenshots {
  display: none;
}
@media (min-width: 46.25em) {
  .site-message--ios .app__screenshots {
    display: block;
    position: absolute;
    bottom: 0;
    right: 1.25rem;
    width: 28%;
  }
}
.site-message--first-pv-consent {
  padding: 0.375rem 0 1.5rem;
  background: #333;
}
.site-message--first-pv-consent a {
  color: currentColor;
}
.site-message--double-banner .site-message--first-pv-consent {
  padding: 0.375rem 0;
}
@media (min-width: 46.25em) {
  .site-message--double-banner .site-message--first-pv-consent {
    padding: 0.75rem 0;
  }
}
.site-message--first-pv-consent .u-underline {
  border-color: rgba(255, 255, 255, 0.5);
}
.site-message--first-pv-consent .u-underline:hover {
  border-color: #ffffff;
}
@media (min-width: 71.25em) {
  .site-message--first-pv-consent {
    padding-bottom: 3rem;
  }
}
.site-message--first-pv-consent .site-message__roundel {
  position: absolute;
  padding: 0;
  width: auto;
  height: auto;
  display: none;
}
.site-message--first-pv-consent .site-message__roundel .inline-icon {
  fill: #fff;
}
.site-message--first-pv-consent
  .site-message__roundel
  .inline-icon
  path:last-child {
  fill: #333;
}
.site-message--first-pv-consent .site-message__roundel svg {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
}
@media (min-width: 71.25em) {
  .site-message--first-pv-consent .site-message__roundel {
    top: 0.375rem;
    left: 1.25rem;
    right: auto;
    bottom: auto;
    display: block;
  }
}
.site-message--first-pv-consent .site-message__inner {
  padding: 0;
}
.site-message--first-pv-consent .site-message__copy {
  display: block;
  margin: 0 0.625rem;
}
.site-message--double-banner
  .site-message--first-pv-consent
  .site-message__copy {
  padding: 0;
}
@media (min-width: 46.25em) {
  .site-message--double-banner
    .site-message--first-pv-consent
    .site-message__copy {
    margin: 0 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .site-message--double-banner
    .site-message--first-pv-consent
    .site-message__copy {
    display: block;
  }
}
@media (min-width: 71.25em) {
  .site-message--first-pv-consent .site-message__copy {
    padding-left: 10.625rem;
  }
}
@media (min-width: 81.25em) {
  .site-message--first-pv-consent .site-message__copy {
    padding-left: 15.625rem;
  }
}
.site-message--first-pv-consent__button {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  border-radius: 62.5rem;
  height: 2.625rem;
  background: #ffe500;
  color: #121212;
  padding: 0 1.25rem 0 2.625rem;
  display: block;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}
.site-message--double-banner .site-message--first-pv-consent__button {
  background: transparent;
  color: #fff;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
  height: 2.25rem;
}
.site-message--first-pv-consent__button:hover {
  background: #fae000;
}
.site-message--double-banner .site-message--first-pv-consent__button:hover {
  background: rgba(255, 255, 255, 0.08);
}
.site-message--first-pv-consent__button svg {
  position: absolute;
  top: 0;
  left: 0.1875rem;
  bottom: 0;
  margin: auto;
  width: 2.625rem;
  height: 2.625rem;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.site-message--first-pv-consent__button svg g,
.site-message--first-pv-consent__button svg path {
  fill: #121212;
}
.site-message--double-banner .site-message--first-pv-consent__button svg g,
.site-message--double-banner .site-message--first-pv-consent__button svg path {
  fill: #ffffff;
}
.site-message--first-pv-consent__block {
  max-width: 38.75rem;
}
.site-message--first-pv-consent__block.site-message--first-pv-consent__block--head {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: bold;
  padding-bottom: 0.75rem;
  color: #fff;
}
@media (min-width: 71.25em) {
  .site-message--first-pv-consent__block.site-message--first-pv-consent__block--head {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}
.site-message--double-banner
  .site-message--first-pv-consent__block.site-message--first-pv-consent__block--head {
  display: none;
}
.site-message--first-pv-consent__block.site-message--first-pv-consent__block--intro {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
}
.site-message--double-banner
  .site-message--first-pv-consent__block.site-message--first-pv-consent__block--intro {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
@media (min-width: 46.25em) {
  .site-message--double-banner
    .site-message--first-pv-consent__block.site-message--first-pv-consent__block--intro {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
      'Lucida Grande', sans-serif;
  }
}
@media (min-width: 46.25em) {
  .site-message--double-banner
    .site-message--first-pv-consent__block.site-message--first-pv-consent__block--intro {
    width: 35rem;
  }
}
@media (min-width: 61.25em) {
  .site-message--double-banner
    .site-message--first-pv-consent__block.site-message--first-pv-consent__block--intro {
    display: inline-block;
    margin-right: 5rem;
  }
}
@media (min-width: 71.25em) {
  .site-message--double-banner
    .site-message--first-pv-consent__block.site-message--first-pv-consent__block--intro {
    margin-left: 10rem;
  }
}
@media (min-width: 81.25em) {
  .site-message--double-banner
    .site-message--first-pv-consent__block.site-message--first-pv-consent__block--intro {
    margin-left: 15rem;
  }
}
.site-message--double-banner .site-message--first-pv-consent__block p {
  display: inline;
}
.site-message--first-pv-consent__actions {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-top: 1.5rem;
  font-weight: bold;
}
.site-message--double-banner .site-message--first-pv-consent__actions {
  margin-top: 0.75rem;
}
@media (min-width: 61.25em) {
  .site-message--double-banner .site-message--first-pv-consent__actions {
    display: inline-block;
    vertical-align: bottom;
  }
}
.site-message--first-pv-consent__actions .site-message--first-pv-consent__link {
  margin-left: 0.75rem;
}
.site-message--first-pv-consent__actions
  .site-message--first-pv-consent__button,
.site-message--first-pv-consent__actions .site-message--first-pv-consent__link {
  display: inline-block;
  vertical-align: baseline;
}
.site-message--double-banner
  .site-message--first-pv-consent__actions
  .site-message--first-pv-consent__button,
.site-message--double-banner
  .site-message--first-pv-consent__actions
  .site-message--first-pv-consent__link {
  font-weight: bold;
  vertical-align: middle;
}
.site-message--email-sign-in-banner {
  padding: 0.375rem 0 1.5rem;
  background: #005689;
}
.site-message--email-sign-in-banner a {
  color: currentColor;
}
.site-message--double-banner .site-message--email-sign-in-banner {
  padding: 0.375rem 0;
}
@media (min-width: 46.25em) {
  .site-message--double-banner .site-message--email-sign-in-banner {
    padding: 0.75rem 0;
  }
}
.site-message--email-sign-in-banner .u-underline {
  border-color: rgba(255, 255, 255, 0.5);
}
.site-message--email-sign-in-banner .u-underline:hover {
  border-color: #ffffff;
}
@media (min-width: 71.25em) {
  .site-message--email-sign-in-banner {
    padding-bottom: 3rem;
  }
}
.site-message--email-sign-in-banner .site-message__roundel {
  display: none;
}
.site-message--email-sign-in-banner .site-message__inner {
  padding: 0;
}
.site-message--email-sign-in-banner .site-message__copy {
  display: block;
  margin: 0 0.625rem;
}
.site-message--double-banner
  .site-message--email-sign-in-banner
  .site-message__copy {
  padding: 0;
}
@media (min-width: 46.25em) {
  .site-message--double-banner
    .site-message--email-sign-in-banner
    .site-message__copy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .site-message--double-banner
    .site-message--email-sign-in-banner
    .site-message__copy {
    display: block;
  }
}
@media (min-width: 71.25em) {
  .site-message--email-sign-in-banner .site-message__copy {
    padding-left: 10.625rem;
  }
}
@media (min-width: 81.25em) {
  .site-message--email-sign-in-banner .site-message__copy {
    padding-left: 15.625rem;
  }
}
.site-message--email-sign-in-banner-slide.site-message--email-sign-in-banner-slide--hidden {
  display: none;
}
.site-message--email-sign-in-banner-cta {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  border-radius: 62.5rem;
  height: 2.625rem;
  background: #ffe500;
  color: #121212;
  padding: 0 1.5625rem 0 2.875rem;
  display: block;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}
.site-message--double-banner .site-message--email-sign-in-banner-cta {
  background: transparent;
  color: #ffffff;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.15s ease-out;
  height: 2.25rem;
}
.site-message--email-sign-in-banner-cta:hover {
  background: #fae000;
}
.site-message--double-banner .site-message--email-sign-in-banner-cta:hover {
  background: transparent;
  border-color: #ffffff;
}
.site-message--email-sign-in-banner-cta svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2.625rem;
  height: 2.625rem;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.site-message--email-sign-in-banner-cta svg g,
.site-message--email-sign-in-banner-cta svg path {
  fill: #121212;
}
.site-message--double-banner .site-message--email-sign-in-banner-cta svg g,
.site-message--double-banner .site-message--email-sign-in-banner-cta svg path {
  fill: #ffffff;
}
.site-message--engagement-banner {
  background-color: #ffe500;
  max-height: 80%;
}
.site-message--engagement-banner .site-message__close {
  display: none;
}
.site-message--engagement-banner .inline-marque-36 path:nth-child(2) {
  fill: #ffe500;
}
.site-message--engagement-banner .site-message__roundel {
  padding: 0.5rem 0;
  display: none;
  position: absolute;
}
@media (min-width: 46.25em) {
  .site-message--engagement-banner .site-message__roundel {
    padding: 0.5rem 1.25rem 1.125rem;
  }
}
.site-message--engagement-banner .site-message__roundel svg {
  fill: #121212;
}
@media (min-width: 71.25em) {
  .site-message--engagement-banner .site-message__roundel {
    display: block;
  }
}
.site-message--engagement-banner .site-message__close-btn {
  display: inline-block;
  border-color: #121212;
}
.site-message--engagement-banner .site-message__inner {
  display: block;
  width: auto;
}
.site-message--engagement-banner .site-message__copy {
  padding: 0.5rem 0;
  display: block;
}
@media (min-width: 46.25em) {
  .site-message--engagement-banner .site-message__copy {
    padding: 0.5rem 1.25rem 1.125rem;
  }
}
.engagement-banner__text {
  color: #121212;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 46.25em) {
  .engagement-banner__text {
    width: 35rem;
  }
}
@media (min-width: 61.25em) {
  .engagement-banner__text {
    display: inline-block;
    margin-right: 5rem;
  }
}
@media (min-width: 71.25em) {
  .engagement-banner__text {
    margin-left: 10rem;
  }
}
@media (min-width: 81.25em) {
  .engagement-banner__text {
    margin-left: 15rem;
  }
}
@media (min-width: 46.25em) {
  .engagement-banner__text {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  }
}
@media (min-width: 61.25em) {
  .engagement-banner__text {
    display: inline-block;
  }
}
.engagement-banner__highlight {
  font-weight: bold;
  background-color: #ffffff;
  padding: 0.0625rem;
}
.engagement-banner__container {
  position: relative;
}
.engagement-banner__cta {
  margin-top: 0.375rem;
}
@media (min-width: 46.25em) {
  .engagement-banner__cta {
    margin-top: 0.75rem;
  }
}
@media (min-width: 61.25em) {
  .engagement-banner__cta {
    display: inline-block;
    vertical-align: bottom;
  }
}
.engagement-banner__button {
  display: inline-block;
  vertical-align: middle;
  height: 2.25rem;
  padding: 0 0.41667rem 0 1.125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 2rem;
  background-color: #121212;
  border-color: #121212;
}
.engagement-banner__button .inline-icon {
  float: right;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.engagement-banner__button .inline-icon svg {
  padding-top: 0.125rem;
}
.u-faux-block-link--hover .engagement-banner__button .inline-icon {
  -webkit-transform: translateX(0.1875rem);
  transform: translateX(0.1875rem);
}
@media (min-width: 46.25em) {
  .engagement-banner__button {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.engagement-banner__payment-logos {
  display: inline-block;
  vertical-align: middle;
  height: 1.0625rem;
}
@media (min-width: 46.25em) {
  .engagement-banner__payment-logos {
    display: block;
    height: 1.125rem;
  }
}
.engagement-banner__payment-logos svg,
.engagement-banner__payment-logos img {
  height: 100%;
  width: auto;
}
.engagement-banner__close {
  float: right;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.engagement-banner__close-button,
.engagement-banner__roundel {
  display: inline-block;
  vertical-align: middle;
  height: 2.25rem;
  width: 2.25rem;
}
@media (min-width: 71.25em) {
  .engagement-banner__roundel {
    display: none;
  }
}
.engagement-banner__close-button {
  padding: 0.125rem 0 0;
  margin: 0;
  background: transparent;
  border: 0.0625rem solid rgba(18, 18, 18, 0.3);
  color: #121212;
  transition: background-color 0.3s ease-in-out;
}
.engagement-banner__close-button svg {
  fill: #121212;
}
.engagement-banner__close-button:hover,
.engagement-banner__close-button:focus,
.engagement-banner__close-button:active {
  background: rgba(18, 18, 18, 0.05);
}
.engagement-banner__header {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  min-height: 3.125rem;
  font-weight: 700;
  margin: 0 -0.625rem 0.625rem;
  padding: 0 0.625rem 0.625rem;
  border-bottom: 0.0625rem solid rgba(18, 18, 18, 0.3);
}
.site-message--fiv-banner {
  border-top: #999 0.0625rem solid;
  background-color: #fbf6ef;
}
.site-message--fiv-banner .site-message__roundel {
  display: none;
}
.site-message--fiv-banner .inline-marque-36 path:nth-child(2) {
  fill: #fff;
}
.site-message--fiv-banner .site-message__copy {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 46.25em) {
  .site-message--fiv-banner .site-message__copy {
    padding-right: 0;
  }
}
.site-message--fiv-banner .engagement-banner__close {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}
@media (min-width: 46.25em) {
  .site-message--fiv-banner .engagement-banner__close {
    margin-right: 0.625rem;
  }
}
.site-message--fiv-banner .site-message__inner {
  padding: 0;
}
.site-message--fiv-banner .engagement-banner__cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .site-message--fiv-banner .engagement-banner__cta {
    margin-bottom: 0.125rem;
    padding-left: 0.625rem;
    border-top: #999 0.0625rem solid;
  }
}
.site-message--fiv-banner .engagement-banner__button {
  padding: 0 0.9375rem;
  white-space: nowrap;
  margin: 0.625rem 0.625rem 0.625rem -0.3125rem;
  background-color: #fee400;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #202d53;
  border: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 23.4375em) {
  .site-message--fiv-banner .engagement-banner__button {
    margin-left: 0;
    padding: 0 1.25rem;
    white-space: normal;
  }
}
.site-message--fiv-banner .engagement-banner__button--with-arrow {
  padding-right: 0.625rem;
  height: 2.25rem;
}
@media (min-width: 46.25em) {
  .site-message--fiv-banner .engagement-banner__button--with-arrow {
    height: 2.625rem;
  }
}
.site-message--fiv-banner .engagement-banner__payment-logos--fiv {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1.25rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 71.25em) {
  .site-message--fiv-banner .engagement-banner__payment-logos--fiv {
    margin-left: 0.625rem;
    height: 1.5625rem;
  }
}
.site-message--fiv-banner .engagement-banner__roundel {
  display: inline-block;
}
.fiv-banner__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fiv-banner__headline-and-circles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-top: 3.125rem;
  padding-left: 0.625rem;
  height: 9.875rem;
}
@media (min-width: 23.4375em) {
  .fiv-banner__headline-and-circles {
    height: 11.4375rem;
  }
}
@media (min-width: 46.25em) {
  .fiv-banner__headline-and-circles {
    border-bottom: 0;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
    margin-top: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .fiv-banner__headline-and-circles {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@font-face {
  font-family: 'GT Guardian Titlepiece';
  src: url('../fonts/GTGuardianTitlepiece-Bold_1.woff2') format('woff2'),
    url('../fonts/GTGuardianTitlepiece-Bold_1.woff') format('woff'),
    url('../fonts/GTGuardianTitlepiece-Bold_1.ttf') format('ttf');
  font-weight: 400;
}
.fiv-banner__headline {
  font-size: 1.75rem;
  line-height: 1.5625rem;
  font-family: 'GT Guardian Titlepiece', Georgia, serif;
  width: 11.8125rem;
  margin-left: 0.625rem;
}
@media (min-width: 23.4375em) {
  .fiv-banner__headline {
    font-size: 2rem;
    line-height: 1.875rem;
    width: 13.875rem;
  }
}
@media (min-width: 46.25em) {
  .fiv-banner__headline {
    font-size: 2rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 61.25em) {
  .fiv-banner__headline {
    font-size: 2.5rem;
    line-height: 2.375rem;
    width: 17.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 71.25em) {
  .fiv-banner__headline {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 81.25em) {
  .fiv-banner__headline {
    font-size: 3.125rem;
    line-height: 2.8125rem;
    width: 21.3125rem;
    margin-left: 2.9375rem;
  }
}
.fiv-banner__headline1 {
  color: #ef7d21;
  margin-bottom: 0.5rem;
}
.fiv-banner__headline2 {
  color: #0084c6;
}
.fiv-banner__circles {
  position: relative;
  top: 0;
  margin-top: 1.40625rem;
  isolation: isolate;
  width: 5.625rem;
  height: 5.625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 23.4375em) {
  .fiv-banner__circles {
    height: 6.5625rem;
    width: 6.5625rem;
    margin-top: 1.64063rem;
  }
}
@media (min-width: 61.25em) {
  .fiv-banner__circles {
    height: 8.4375rem;
    width: 8.4375rem;
    top: 0;
    margin-top: 2.10938rem;
  }
}
@media (min-width: 81.25em) {
  .fiv-banner__circles {
    height: 10.125rem;
    width: 10.125rem;
    top: 0;
    margin-top: 2.53125rem;
    margin-left: 1.25rem;
  }
}
@supports (mix-blend-mode: multiply) {
  .fiv-banner__circles .fiv-banner__circle {
    mix-blend-mode: hue;
    opacity: 1;
  }
}
.fiv-banner__circle {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.8;
  transition: -webkit-transform 0.6s 0.6s linear;
  transition: transform 0.6s 0.6s linear;
  transition: transform 0.6s 0.6s linear, -webkit-transform 0.6s 0.6s linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
}
@media (min-width: 23.4375em) {
  .fiv-banner__circle {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
@media (min-width: 61.25em) {
  .fiv-banner__circle {
    height: 8.4375rem;
    width: 8.4375rem;
  }
}
@media (min-width: 81.25em) {
  .fiv-banner__circle {
    width: 10.125rem;
    height: 10.125rem;
  }
}
.fiv-banner__circle-top {
  position: absolute;
  background: #ff7f0f;
  top: 0;
  left: 0;
  z-index: 30;
}
.fiv-banner__circle-bottom {
  position: absolute;
  background: #0084c6;
  bottom: 0;
  left: 0;
}
.fiv-banner__circles-animated .fiv-banner__circle {
  transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fiv-banner__circles-animated .fiv-banner__circle-top {
  top: -25%;
}
.fiv-banner__circles-animated .fiv-banner__circle-bottom {
  bottom: -25%;
}
.fiv-banner__copy-and-ctas {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  color: #202d53;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-top: #999 0.0625rem solid;
}
@media (min-width: 23.4375em) {
  .fiv-banner__copy-and-ctas {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .fiv-banner__copy-and-ctas {
    width: 22.8125rem;
    border-top: 0;
    border-left: #999 0.0625rem solid;
    border-right: #999 0.0625rem solid;
    padding-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
  }
}
@media (min-width: 61.25em) {
  .fiv-banner__copy-and-ctas {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-family: 'Guardian Text Egyptian Web', Georgia, serif;
    width: 30.5625rem;
  }
}
@media (min-width: 71.25em) {
  .fiv-banner__copy-and-ctas {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
    width: 38.5rem;
  }
}
@media (min-width: 81.25em) {
  .fiv-banner__copy-and-ctas {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}
@media (min-width: 46.25em) {
  .fiv-banner__message {
    padding-left: 0.625rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .fiv-banner__message {
    width: 26.1875rem;
  }
}
@media (min-width: 71.25em) {
  .fiv-banner__message {
    width: 32.125rem;
  }
}
.fiv-banner__lead-sentence {
  width: 15.5rem;
  font-weight: bold;
  color: #202d53;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .fiv-banner__lead-sentence {
    width: 15.5rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 61.25em) {
  .fiv-banner__lead-sentence {
    width: 16.625rem;
  }
}
@media (min-width: 71.25em) {
  .fiv-banner__lead-sentence {
    width: 18.1875rem;
  }
}
.fiv-banner__message-text {
  letter-spacing: -0.01875rem;
  font-weight: 400;
  margin-right: 0.625rem;
}
.fiv-banner-thank-you
  .engagement-banner__button.engagement-banner__button__support.engagement-banner__button__support {
  display: none;
}
.site-message--fiv-banner.fiv-banner--blue {
  border-top: #fff 0.0625rem solid;
  background-color: #0084c6;
}
@media (min-width: 46.25em) {
  .site-message--fiv-banner.fiv-banner--blue .engagement-banner__cta {
    border-top: #fff 0.0625rem solid;
  }
}
.site-message--fiv-banner.fiv-banner--blue .fiv-banner__copy-and-ctas {
  border-top: #fff 0.0625rem solid;
}
@media (min-width: 46.25em) {
  .site-message--fiv-banner.fiv-banner--blue .fiv-banner__copy-and-ctas {
    border-top: 0;
    border-left: #fff 0.0625rem solid;
    border-right: #fff 0.0625rem solid;
  }
}
.site-message--fiv-banner.fiv-banner--blue .engagement-banner__close-button {
  border-color: #dcdcdc;
}
.site-message--fiv-banner.fiv-banner--blue
  .engagement-banner__close-button
  svg {
  fill: #dcdcdc;
}
.site-message--fiv-banner.fiv-banner--blue .fiv-banner__copy-and-ctas,
.site-message--fiv-banner.fiv-banner--blue .fiv-banner__lead-sentence {
  color: #fff;
}
.site-message--fiv-banner.fiv-banner--blue .fiv-banner__headline1 {
  color: #ffe500;
}
.site-message--fiv-banner.fiv-banner--blue .fiv-banner__headline2 {
  color: #041f4a;
}
.site-message--fiv-banner.fiv-banner--blue .fiv-banner__circle-top {
  background: #ffe500;
}
.site-message--fiv-banner.fiv-banner--blue .fiv-banner__circle-bottom {
  background: #052962;
}
@supports (mix-blend-mode: difference) {
  .site-message--fiv-banner.fiv-banner--blue .fiv-banner__circle {
    mix-blend-mode: difference;
    opacity: 1;
  }
}
.site-message--fiv-banner.fiv-banner--yellow {
  border-top: #052962 0.0625rem solid;
  background-color: #ffe500;
}
@media (min-width: 46.25em) {
  .site-message--fiv-banner.fiv-banner--yellow .engagement-banner__cta {
    border-top: #052962 0.0625rem solid;
  }
}
.site-message--fiv-banner.fiv-banner--yellow .fiv-banner__copy-and-ctas {
  border-top: #052962 0.0625rem solid;
}
@media (min-width: 46.25em) {
  .site-message--fiv-banner.fiv-banner--yellow .fiv-banner__copy-and-ctas {
    border-top: 0;
    border-left: #052962 0.0625rem solid;
    border-right: #052962 0.0625rem solid;
  }
}
.site-message--fiv-banner.fiv-banner--yellow .fiv-banner__copy-and-ctas,
.site-message--fiv-banner.fiv-banner--yellow .fiv-banner__lead-sentence {
  color: #052962;
}
.site-message--fiv-banner.fiv-banner--yellow .fiv-banner__headline1 {
  color: #052962;
}
.site-message--fiv-banner.fiv-banner--yellow .fiv-banner__headline2 {
  color: #ff4e36;
}
.site-message--fiv-banner.fiv-banner--yellow .fiv-banner__circle-top {
  background: #0084c6;
}
.site-message--fiv-banner.fiv-banner--yellow .fiv-banner__circle-bottom {
  background: #ff4e36;
}
.site-message--fiv-banner.fiv-banner--yellow
  .engagement-banner__button__support {
  background-color: #052962;
  color: #fff;
  border: #052962 0.0625rem solid;
}
@supports (mix-blend-mode: multiply) {
  .site-message--fiv-banner.fiv-banner--yellow .fiv-banner__circle {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}
.site-message--ad-free-banner {
  color: #fff;
  background: #7d0068;
  overflow: hidden;
}
.site-message--ad-free-banner .site-message__close {
  padding-top: 0;
  padding-bottom: 0;
}
.site-message--ad-free-banner .site-message__inner {
  width: auto;
}
.site-message--ad-free-banner .site-message__roundel {
  position: absolute;
  padding: 0;
  width: auto;
  height: auto;
  display: none;
}
.site-message--ad-free-banner .site-message__roundel .inline-icon {
  fill: #fff;
}
.site-message--ad-free-banner
  .site-message__roundel
  .inline-icon
  path:last-child {
  fill: #7d0068;
}
.site-message--ad-free-banner .site-message__roundel svg {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
}
@media (min-width: 61.25em) {
  .site-message--ad-free-banner .site-message__roundel {
    top: 0.75rem;
    left: 1.25rem;
    right: auto;
    bottom: auto;
    display: block;
  }
}
.site-message--ad-free-banner a {
  color: #121212;
  font-weight: 900;
  text-decoration: underline;
}
.site-message--ad-free-banner .site-message__close-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  height: 2.25rem;
  width: 2.25rem;
}
.site-message--ad-free-banner .site-message__close-btn .inline-icon {
  fill: #fff;
}
@media (min-width: 46.25em) {
  .site-message--ad-free-banner .site-message__close-btn {
    right: 1.25rem;
  }
}
.site-message--ad-free-banner .site-message__image {
  display: block;
  z-index: 9;
}
.site-message--ad-free-banner .site-message__image img {
  height: 10.5rem;
  display: block;
}
@media (max-width: 61.24em) {
  .site-message--ad-free-banner .site-message__image img {
    position: absolute;
    right: -3.75rem;
    bottom: 0;
    height: 6rem;
  }
}
.site-message--ad-free-banner .site-message__copy {
  padding: 0.75rem 0;
}
@media (min-width: 46.25em) {
  .site-message--ad-free-banner .site-message__copy {
    padding: 0.75rem 1.25rem 0;
  }
}
@media (min-width: 61.25em) {
  .site-message--ad-free-banner .site-message__copy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 3.75rem;
  }
}
@media (min-width: 71.25em) {
  .site-message--ad-free-banner .site-message__copy {
    margin-left: 0;
  }
}
.site-message--ad-free-banner .site-message__copy-heading {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: bold;
  padding-bottom: 0.75rem;
  color: #fff;
  padding-right: 2.5rem;
}
@media (min-width: 71.25em) {
  .site-message--ad-free-banner .site-message__copy-heading {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}
.site-message--ad-free-banner .site-message__copy-text {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  display: block;
  margin-bottom: 0.75rem;
  margin-right: 0;
  padding-bottom: 1.5rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 46.25em) {
  .site-message--ad-free-banner .site-message__copy-text {
    width: 35rem;
  }
}
@media (min-width: 61.25em) {
  .site-message--ad-free-banner .site-message__copy-text {
    display: inline-block;
    margin-right: 5rem;
  }
}
@media (min-width: 71.25em) {
  .site-message--ad-free-banner .site-message__copy-text {
    margin-left: 10rem;
  }
}
@media (min-width: 81.25em) {
  .site-message--ad-free-banner .site-message__copy-text {
    margin-left: 15rem;
  }
}
@media (min-width: 41.25em) {
  .site-message--ad-free-banner .site-message__copy-text {
    width: auto;
  }
}
@media (min-width: 61.25em) {
  .site-message--ad-free-banner .site-message__copy-text {
    width: 32.5rem;
  }
}
@media (min-width: 71.25em) {
  .site-message--ad-free-banner .site-message__copy-text {
    margin-bottom: 0;
    width: 31.25rem;
  }
}
.site-message--ad-free-banner .site-message__copy-button {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  border-radius: 62.5rem;
  height: 2.625rem;
  background: #ffe500;
  color: #121212;
  padding: 0 1.5625rem 0 2.875rem;
  vertical-align: middle;
  text-decoration: none;
  margin-top: 0.75rem;
  border: 0;
  position: relative;
  z-index: 10;
}
.site-message--ad-free-banner .site-message__copy-button svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2.625rem;
  height: 2.625rem;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.site-message--ad-free-banner .site-message__copy-button svg g,
.site-message--ad-free-banner .site-message__copy-button svg path {
  fill: #121212;
}
.site-message--double-banner
  .site-message--ad-free-banner
  .site-message__copy-button
  svg
  g,
.site-message--double-banner
  .site-message--ad-free-banner
  .site-message__copy-button
  svg
  path {
  fill: #ffffff;
}
.site-message--ad-free-banner .site-message__copy-button:hover,
.site-message--ad-free-banner .site-message__copy-button:focus {
  background-color: #d0bb04;
}
.tls-warning {
  background-color: #f6f6f6;
  color: #121212;
  border-bottom: 0.0625rem solid #c3c3c3;
}
.tls-warning .gs-container {
  max-width: 48.75rem;
}
.tls-warning__title {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 700;
  padding: 0.75rem 0;
}
.tls-warning__title .inline-error-exclamation__svg {
  width: 2.25rem;
  height: 2.25rem;
  padding-right: 0.625rem;
  vertical-align: middle;
}
.tls-warning__title .inline-error-exclamation__svg circle {
  fill: #121212;
}
.tls-warning__title .inline-error-exclamation__svg path {
  fill: #f6f6f6;
}
.tls-warning__text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
}
.tls-warning__browser-links {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.tls-warning__browser-links:after,
.tls-warning__browser-links:before {
  content: '';
  display: table;
}
.tls-warning__browser-links:after {
  clear: both;
}
.tls-warning__browser-links__item {
  float: left;
}
.tls-warning__browser-links__item:first-child
  .tls-warning__browser-link:before {
  border-left: 0;
}
.tls-warning__browser-links__item:first-child
  .tls-warning__browser-link
  .tls-warning__browser-link__logo {
  padding-left: 0;
}
.tls-warning__browser-link {
  color: #121212;
  display: block;
  position: relative;
  font-size: 0;
  padding-right: 2.5rem;
}
.tls-warning__browser-link:hover .tls-warning__browser-link__title {
  text-decoration: underline;
}
.tls-warning__browser-link:before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: block;
  content: '';
  border-left: 0.0625rem solid #c3c3c3;
}
.tls-warning__browser-link__logo,
.tls-warning__browser-link__title {
  display: inline-block;
  padding-left: 0.625rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.tls-warning__browser-link__logo {
  height: 3.125rem;
}
.tls-warning__browser-link__title {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  max-width: 3.125rem;
}
.breaking-news {
  z-index: 1090;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 -0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.breaking-news a,
.breaking-news .button {
  color: #ffffff;
  text-decoration: none;
}
.breaking-news .button {
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-color: #ffffff;
}
@media (min-width: 46.25em) {
  .breaking-news .button {
    border-color: #ffbac8;
  }
}
.breaking-news .button:hover {
  border-color: #ffffff;
}
.breaking-news--fade-in {
  transition: all 0.5s ease;
}
.breaking-news--hidden {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.breaking-news__item {
  display: block;
  padding: 0 0 0.75rem;
  background: rgba(171, 6, 19, 0.95);
  transition: background-color 0.25s ease;
}
.breaking-news__item:hover {
  background-color: #a10612;
}
.breaking-news__item + .breaking-news__item {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.95);
}
.breaking-news__item-content {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.375rem 0 0.75rem 3.5rem;
}
@media (min-width: 46.25em) {
  .breaking-news__item-content {
    max-width: 46.25rem;
  }
}
@media (min-width: 61.25em) {
  .breaking-news__item-content {
    max-width: 61.25rem;
  }
}
@media (min-width: 71.25em) {
  .breaking-news__item-content {
    max-width: 71.25rem;
  }
}
@media (min-width: 81.25em) {
  .breaking-news__item-content {
    max-width: 81.25rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .breaking-news__item-content {
    width: 61.25rem;
  }
}
.breaking-news__item-header {
  position: relative;
  padding-right: 4.375rem;
}
.breaking-news__item-header .inline-marque-36 {
  position: absolute;
  left: -2.875rem;
  top: 0;
}
.breaking-news__item-kicker,
.breaking-news__item-headline {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  line-height: 1.3;
}
@media (min-width: 46.25em) {
  .breaking-news__item-kicker,
  .breaking-news__item-headline {
    font-size: 1.5rem;
    line-height: 1.6875rem;
    font-family: 'Guardian Egyptian Web', Georgia, serif;
    font-weight: normal;
  }
}
.breaking-news__item-kicker {
  color: #ffbac8;
  font-style: normal;
}
.breaking-news__item-headline {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  display: block;
}
@media (min-width: 46.25em) {
  .breaking-news__item-headline {
    display: inline;
  }
}
.breaking-news__item-options {
  position: absolute;
  top: 0.75rem;
  right: 0;
}
.breaking-news--spectre {
  visibility: hidden;
  position: relative;
  z-index: 1;
  transition: none;
}
.feedback__blurb {
  border: 0;
  outline: none;
  display: none;
  background-color: #90dcff;
  padding: 0.625rem;
}
.feedback__blurb--selected {
  display: block;
}
.feedback__element {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.feedback__element input:disabled,
.feedback__element textarea:disabled,
.feedback__element button:disabled {
  opacity: 0.5;
}
.feedback__entry {
  border: 0.0625rem solid #dcdcdc;
  padding: 0.75rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  display: block;
  width: 80%;
}
.feedback__textarea {
  height: 13em;
}
.feedback__select {
  border: 0.0625rem solid #dcdcdc;
  padding: 0.5rem;
  margin-top: 1.5rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.25rem;
  display: block;
  cursor: pointer;
  background: #fff
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAxOCI+PHBhdGggZD0iTTIzLjIuN0wxMi43IDkuMWwtMS4xLjktMS4xLS44OThMMCAuNy41IDBsMTEuMSA2LjNMMjIuNyAwbC41Ljd6Ij48L3BhdGg+PC9zdmc+')
    no-repeat 93% 60%;
  background-size: 1rem auto;
  width: 80%;
}
.feedback__alertbox {
  background-color: #c70000;
  color: #ffffff;
  font-size: 1.2em;
  padding: 0.5em;
  line-height: 1.7em;
  margin-bottom: 2em;
}
.feedback__exclamation {
  margin-right: 0.5em;
  border: 0.125rem solid #ffe0e0;
  border-radius: 6.1875rem;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  line-height: 1.7em;
}
.feedback__alert {
  margin-top: 1em;
  border-top: solid 0.0625rem #f97070;
  padding-top: 0.5em;
}
.feedback__entry--mandatory-failed {
  border-color: #c70000;
}
#feedback__explainer {
  color: #c70000;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.collection__show-more--loading svg {
  -webkit-animation: spinner linear 1.5s infinite;
  animation: spinner linear 1.5s infinite;
}
.show-more__error-message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  transition: opacity 1.5s;
  color: #c70000;
  display: inline-block;
  padding-top: 0.375rem;
  opacity: 1;
}
.show-more__error-message--invisible {
  opacity: 0;
}
.collection__show-more {
  line-height: 2.2;
  font-size: 0.875rem;
}
@media (min-width: 46.25em) {
  .collection__show-more {
    margin-top: 0.75rem;
  }
}
.fc-show-more--hidden .collection__show-more {
  margin-top: 0;
}
.collection__show-more .inline-minus {
  fill: #767676;
}
.fc-show-more--visible .collection__show-more .inline-plus {
  display: none;
}
.fc-show-more--hidden .collection__show-more .inline-minus {
  display: none;
}
.button--tag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  max-width: 18.75rem;
}
@media (min-width: 71.25em) {
  .button--tag {
    max-width: 8.75rem;
  }
}
@media (min-width: 81.25em) {
  .button--tag {
    max-width: 13.75rem;
  }
}
.content__keywords .button--tag {
  max-width: none;
}
.button--tag button {
  color: #121212;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dcdcdc;
  border: 0;
  padding: 0 0.375rem;
  margin-left: -0.3125rem;
  border-radius: 0.5rem;
}
.button--tag button:hover,
.button--tag button:focus,
.button--tag button:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #c3c3c3;
}
.show-more-tags {
  vertical-align: bottom;
  display: inline-block;
}
.more-tags {
  display: inline;
}
.submeta {
  background-repeat: ;
  background-position: top;
  background-size: 0.0625rem 0.8125rem;
  margin-top: 0.75rem;
  padding-top: 1.125rem;
}
.content--media:not(.paid-content):not(.content--gallery) .submeta {
  /* background-image: repeating-linear-gradient(
    to bottom,
    #333,
    #333 0.0625rem,
    transparent 0.0625rem,
    transparent 0.25rem
  ); */
  background-repeat: repeat-x;
  background-position: top;
  background-size: 0.0625rem 0.8125rem;
}
.content--media:not(.paid-content):not(.content--gallery)
  .submeta
  .submeta__keywords {
  border-color: #333;
}
.paid-content .submeta {
  /* background-image: repeating-linear-gradient(
    to bottom,
    #999,
    #999 0.0625rem,
    transparent 0.0625rem,
    transparent 0.25rem
  ); */
  background-repeat: repeat-x;
  background-position: top;
  background-size: 0.0625rem 0.8125rem;
}
.paid-content .submeta .submeta__keywords {
  border-color: #999;
}
.submeta--borderless-bottom .submeta__keywords {
  border-bottom: 0;
}
.submeta__label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #999;
  display: block;
  margin-top: -0.1875rem;
}
.submeta__keywords {
  border-bottom: 0.0625rem solid #dcdcdc;
  margin-bottom: 0.375rem;
  padding-bottom: 0.75rem;
}
article .submeta__links,
.submeta__links {
  font-size: 0;
  margin: 0 0 0 -0.3125rem;
}
.submeta__link-item {
  display: inline-block;
}
.submeta__link-item:last-of-type > a:after {
  content: '';
}
.submeta__link {
  position: relative;
  display: block;
  padding-left: 0.3em;
  padding-right: 0.35em;
  color: #121212;
}
.submeta__keywords .submeta__link {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.submeta__section-labels .submeta__link {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
}
.submeta__link:after {
  content: '/';
  font-size: 1em;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: -0.19em;
  color: #dcdcdc;
}
.submeta__badge {
  width: 2.0625rem;
  float: right;
  margin-top: -0.75rem;
  margin-left: 0.625rem;
}
.submeta__share {
  float: left;
  margin-bottom: 0.375rem;
}
.submeta__syndication {
  display: none;
}
@media (min-width: 61.25em) {
  .submeta__syndication {
    font-size: 0.75rem;
    line-height: 1rem;
    font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
      'Lucida Grande', sans-serif;
    padding-top: 0.375rem;
    display: inline-block;
    float: right;
  }
}
.l-footer {
  padding: 0;
  background: #052962;
}
.l-footer__secondary {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  box-sizing: border-box;
}
.footer__back-to-top {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 0.625rem;
  text-align: right;
  background-color: #052962;
  padding: 0 0.3125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 30em) {
  .footer__back-to-top {
    right: 1.25rem;
  }
}
.footer__back-to-top:hover,
.footer__back-to-top:focus {
  color: #ffe500;
}
.back-to-top__text {
  display: inline-block;
  line-height: 1;
  padding: 0.75rem 0.3125rem 0 0;
}
.back-to-top__icon-container {
  position: relative;
  float: right;
  border-radius: 100%;
  background-color: currentColor;
  cursor: pointer;
  height: 2.625rem;
  width: 2.625rem;
}
.back-to-top__icon-container .inline-arrow-up {
  position: absolute;
  top: 0.5625rem;
  left: 0.5625rem;
}
.back-to-top__icon-container .inline-arrow-up path {
  fill: #052962;
}
.colophon {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #506991;
}
@media (min-width: 30em) {
  .colophon {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .colophon {
    padding-bottom: 0.375rem;
    border: 0.0625rem solid #506991;
    border-top: 0;
  }
}
.colophon__lists-container {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  line-height: 1.2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.colophon__list {
  list-style: none;
  position: relative;
  margin: 0;
}
.colophon__list:after,
.colophon__list:before {
  content: '';
  display: table;
}
.colophon__list:after {
  clear: both;
}
@media (max-width: 46.24em) {
  .colophon__list {
    width: calc(50% - 0.625rem);
  }
  .colophon__list:first-child,
  .colophon__list:nth-child(3) {
    margin-left: 0;
    margin-right: 1.25rem;
  }
  .colophon__list:first-child:before,
  .colophon__list:nth-child(3):before {
    content: none;
  }
}
@media (min-width: 46.25em) {
  .colophon__list {
    margin: 0 1.25rem 0.75rem 0;
    width: 10.75rem;
  }
  .colophon__list:last-child {
    width: 13.625rem;
  }
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .colophon__list:first-child {
    margin-left: 0;
  }
  .colophon__list:first-child:before {
    content: none;
  }
}
@media (min-width: 61.25em) {
  .colophon__list:last-child {
    width: 28.625rem;
  }
}
@media (min-width: 71.25em) {
  .colophon__list:last-child {
    width: 18.75rem;
  }
}
.colophon__list:last-child {
  margin-right: 0;
}
.hide-support-messaging .colophon__list:last-child > *,
.is-recent-contributor .colophon__list:last-child > * {
  display: none;
}
.colophon__list:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.625rem;
  width: 0.0625rem;
  display: block;
  background-color: #506991;
}
@media (min-width: 46.25em) {
  .colophon__list:before {
    bottom: 0.375rem;
  }
}
.colophon__lists-container--foundation .colophon__list:nth-child(1) {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%;
  margin: 0.375rem 0 0.75rem;
}
@media (min-width: 46.25em) {
  .colophon__lists-container--foundation .colophon__list:nth-child(1) {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.colophon__lists-container--foundation .colophon__list:nth-child(1):before {
  display: none;
}
.colophon__lists-container--foundation
  .colophon__list:nth-child(1)
  .inline-guardian-foundation-logo__svg {
  height: 5.9375rem;
  width: 18.4375rem;
}
@media (max-width: 46.24em) {
  .colophon__lists-container--foundation .colophon__list:nth-child(n + 2) {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border-top: 0.0625rem solid #506991;
    padding-left: 0.375rem;
  }
  .colophon__lists-container--foundation .colophon__list:nth-child(2) {
    border-right: 0.0625rem solid #506991;
  }
  .colophon__lists-container--foundation .colophon__list:nth-child(2):before {
    display: none;
  }
  .colophon__lists-container--foundation .colophon__list .cta-bar__message {
    border: 0;
  }
}
.colophon__item a {
  color: #fff;
  display: inline-block;
  padding: 0.375rem 0;
}
.colophon__item a:hover,
.colophon__item a:focus {
  color: #ffe500;
  text-decoration: none;
}
.copyright-container {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 30em) {
  .copyright-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.really-serious-copyright {
  color: #fff;
  font-size: 0.75rem;
  padding-top: 1.5rem;
}
@media (min-width: 46.25em) {
  .really-serious-copyright {
    padding-top: 0.375rem;
  }
}
.footer__email-container {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 71.25em) {
  .footer__email-container {
    float: left;
    padding-top: 0.1875rem;
    border: 0;
    width: 18.75rem;
  }
}
.footer__email-container .button {
  border-color: #767676;
}
.footer__email-container .button:hover {
  border-color: #dcdcdc;
}
@media (min-width: 46.25em) {
  .footer__email-container .button {
    display: inline-block;
    margin-bottom: 0.75rem;
    width: auto;
  }
}
.svg .i-camera-black-large,
.svg-i-camera-black-large {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.125rem;
  height: 0.8125rem;
}
.svg .i-volume-mute--tone-media,
.svg .vjs-volume-menu-button.vjs-vol-0 > .vjs-control-text:hover:before,
.svg #ima-mute-div.ima-muted:hover,
.svg-i-volume-mute--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 1.0625rem;
  height: 0.8125rem;
}
.svg .i-volume-mute--tone-podcast,
.svg-i-volume-mute--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 1.0625rem;
  height: 0.8125rem;
}
.svg .i-volume-mute-white,
.svg .vjs-volume-menu-button.vjs-vol-0 > .vjs-control-text:before,
.svg #ima-mute-div.ima-muted,
.svg-i-volume-mute-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 1.0625rem;
  height: 0.8125rem;
}
.svg .i-volume-low-black,
.svg-i-volume-low-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDUgMjA1Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNOTkgMjMuM3YxNThoLTguN2wtNDcuNy00N2gtMzNsLTcuNi04Vjc4LjZsOC43LTguM2gzMmw0Ny00N2g4LjdtNTIgNzlsLTI5LjktMzQgNi40LTYuNCAzMy43IDMwIDM0LTMwIDYuNCA2LjQtMzAgMzQgMzAgMzMuNy02LjQgNi40LTM0LTI5LjktMzMuNyAyOS45LTYuNC02LjQgMjkuOS0zMy43Ii8+PC9zdmc+);
  background-position: 0 0;
  width: 0;
  height: 0;
}
.svg .i-expand--black,
.svg-i-expand--black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDUgMjA1Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNzIuOCAxOTF2MTEuM2gtNjZMMi4xIDE5OHYtNjZoMTEuN2w1LjEgNDAuNiA1Mi01MiAxMi45IDEyLjktNTIgNTIgNDAuNiA1LjVtNTktMTc3VjIuN2g2Nmw0LjMgNC4zdjY2aC0xMS4zbC01LjUtNDEtNTIgNTItMTIuNS0xMi45IDUyLTUyLTQwLjYtNS4xIi8+PC9zdmc+);
  background-position: 0 0;
  width: 0;
  height: 0;
}
.svg .i-volume-high--tone-media,
.svg .vjs-volume-menu-button.vjs-vol-3 > .vjs-control-text:hover:before,
.svg #ima-mute-div.ima-non-muted:hover,
.svg .items--audio .fc-item__title:before,
.svg-i-volume-high--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1rem;
  height: 0.8125rem;
}
.svg .i-volume-high--tone-podcast,
.svg-i-volume-high--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1rem;
  height: 0.8125rem;
}
.svg .i-volume-high-black,
.svg-i-volume-high-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1rem;
  height: 0.8125rem;
}
.svg .i-volume-high-white,
.svg .vjs-volume-menu-button.vjs-vol-3 > .vjs-control-text:before,
.svg #ima-mute-div.ima-non-muted,
.pseudo-icon--audio--white:before,
.svg-i-volume-high-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1rem;
  height: 0.8125rem;
}
.svg .i-volume-low--tone-media,
.svg .vjs-volume-menu-button > .vjs-control-text:hover:before,
.svg-i-volume-low--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 0.75rem;
  height: 0.8125rem;
}
.svg .i-volume-low--tone-podcast,
.svg-i-volume-low--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 0.75rem;
  height: 0.8125rem;
}
.svg .i-volume-low-white,
.svg .vjs-volume-menu-button > .vjs-control-text:before,
.svg-i-volume-low-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 0.75rem;
  height: 0.8125rem;
}
.svg .i-embed--black,
.svg-i-embed--black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xIDEwLjJWOC40TDIuOCA2LjcgNy4xIDVWMy4yTC44IDZ2MS41bDYuMyAyLjhNOS42IDE0aDEuN0wxNS4xLjRoLTEuN0w5LjYgMTRtOC40LTMuN2w2LjMtMi44VjZMMTggMy4yVjVsNC4zIDEuN0wxOCA4LjR2MS44IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.5625rem;
  height: 0.875rem;
}
.svg .i-embed--tone-media,
.svg .vjs-embed-button:hover .vjs-control-content::before,
.svg-i-embed--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xMiAxMC4yNFY4LjQzMkwyLjgxNiA2LjcwNCA3LjEyIDQuOTkyVjMuMTY4TC44IDUuOTUydjEuNTA0bDYuMzIgMi43ODR6bTIuNDc2IDMuNjhoMS43NDRMMTUuMTguMjcyaC0xLjc0NEw5LjU5NiAxMy45MnptOC4zNjQtMy42OGw2LjMyLTIuNzg0VjUuOTUybC02LjMyLTIuNzg0djEuODI0bDQuMzA0IDEuNzI4LTQuMzA0IDEuNzEydjEuODA4eiIgZmlsbD0iI2ZiMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1.5625rem;
  height: 0.875rem;
}
.svg .i-embed--white,
.svg .vjs-embed-button .vjs-control-content:before,
.svg-i-embed--white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xMiAxMC4yNFY4LjQzMkwyLjgxNiA2LjcwNCA3LjEyIDQuOTkyVjMuMTY4TC44IDUuOTUydjEuNTA0bDYuMzIgMi43ODR6bTIuNDc2IDMuNjhoMS43NDRMMTUuMTguMjcyaC0xLjc0NEw5LjU5NiAxMy45MnptOC4zNjQtMy42OGw2LjMyLTIuNzg0VjUuOTUybC02LjMyLTIuNzg0djEuODI0bDQuMzA0IDEuNzI4LTQuMzA0IDEuNzEydjEuODA4eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1.5625rem;
  height: 0.875rem;
}
.svg .i-expand-black,
.svg-i-expand-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.375rem;
  height: 1.375rem;
}
.svg .i-expand-white,
.svg .vjs-fullscreen-control .vjs-control-text:before,
.svg #ima-fullscreen-div,
.svg-i-expand-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.375rem;
  height: 1.375rem;
}
.svg .i-expand-yellow,
.svg .vjs-fullscreen-control .vjs-control-text:hover:before,
.svg #ima-fullscreen-div:hover,
.svg-i-expand-yellow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.375rem;
  height: 1.375rem;
}
.svg .i-video-camera--tone-media,
.svg .vjs-overlay--big-title .vjs-overlay__title:before,
.svg-i-video-camera--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgMEwwIDN2MTdsMyAzaDE5VjBIM20yMiA5djVsOSA4aDJWMWgtMmwtOSA4eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 2.25rem;
  height: 1.4375rem;
}
.svg .i-video-camera--tone-podcast,
.svg-i-video-camera--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgMEwwIDN2MTdsMyAzaDE5VjBIM20yMiA5djVsOSA4aDJWMWgtMmwtOSA4eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 2.25rem;
  height: 1.4375rem;
}
.svg .i-close-icon-white-small,
.svg .vjs-error-display__close,
.svg-i-close-icon-white-small {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxIDkuOGwtLjgtLjgtNS4yIDQuOEw5LjggOWwtLjguOCA0LjggNS4yTDkgMjAuMmwuOC44IDUuMi00LjggNS4yIDQuOC44LS44LTQuOC01LjJMMjEgOS44Ii8+PC9zdmc+);
  background-position: 0 0;
  width: 1.875rem;
  height: 1.875rem;
}
.svg .i-pause-32--tone-media,
.svg .vjs-playing .vjs-play-control,
.svg #ima-play-pause-div.ima-playing,
.svg-i-pause-32--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmIwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-pause-32--tone-podcast,
.svg-i-pause-32--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjYWFkOGYxIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-play-32--tone-media,
.svg .vjs-paused .vjs-play-control,
.svg #ima-play-pause-div.ima-paused,
.svg-i-play-32--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmIwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-play-32--tone-podcast,
.svg-i-play-32--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjYWFkOGYxIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-error-exclamation,
.svg .vjs-error-display > div:before,
.svg-i-error-exclamation {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbD0iI2ZmZiIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+PHBhdGggZD0iTTE0LjcyNyA1LjcyN2wxLjYzNi0xLjYzNmgzLjI3M2wxLjYzNiAxLjYzNi0xLjYzNiAxNS41NDVoLTMuMjczTDE0LjcyNyA1LjcyN202LjU0NSAyMi4wOWMwLTEuOC0xLjQ3My0zLjI3My0zLjI3My0zLjI3M2EzLjI4MyAzLjI4MyAwIDAgMC0zLjI3MyAzLjI3M2MwIDEuOCAxLjQ3MyAzLjI3MyAzLjI3MyAzLjI3M3MzLjI3My0xLjQ3MyAzLjI3My0zLjI3MyIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=);
  background-position: 0 0;
  width: 2.25rem;
  height: 2.25rem;
}
.player {
  margin-bottom: 2.25rem;
  background: #000000;
  text-align: center;
}
.gu-media-wrapper {
  background: #000000;
  -webkit-transform: translateZ(0);
}
.gu-media-wrapper--audio {
  background-color: #333;
  padding-top: 0.375rem;
}
.gu-media-wrapper--audio .vjs-control-bar {
  background: transparent;
}
.gu-media-wrapper--audio audio {
  width: 100%;
  height: 2.5rem;
  box-sizing: border-box;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
}
.element-video {
  position: relative;
}
.element-video:not(.element--showcase) {
  overflow: hidden;
}
.gu-video-embed-html {
  overflow-y: auto;
}
.vjs-tech {
  cursor: pointer;
}
.vjs-fullscreen .vjs-tech {
  cursor: none;
}
.vjs-fullscreen.vjs-mousemoved .vjs-tech {
  cursor: pointer;
}
.vjs.gu-media {
  width: auto !important;
}
.vjs.gu-media--video {
  height: auto !important;
  cursor: pointer;
}
.vjs.gu-media--video.vjs-user-inactive {
  cursor: none;
}
.vjs.gu-media--audio {
  position: relative;
  height: 100% !important;
}
.vjs-big-play-button {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.vjs-has-started .vjs-big-play-button {
  padding-bottom: 3rem;
}
.vjs-big-play-button:hover .vjs-control-text,
.vjs-big-play-button.youtube-play-btn-focussed .vjs-control-text {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.gu-media--audio .vjs-big-play-button,
.vjs-has-ended .vjs-big-play-button,
.vjs-ad-playing .vjs-big-play-button,
.vjs-playing .vjs-big-play-button,
.vjs-has-started.vjs-using-native-controls .vjs-big-play-button,
.vjs-ad-loading .vjs-big-play-button {
  display: none !important;
}
.vjs-fullscreen-clickbox {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 3rem;
  position: absolute;
  z-index: 2;
}
.vjs-using-native-controls .vjs-fullscreen-clickbox {
  display: none;
}
.vjs-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.4375rem;
  margin-top: -0.9375rem;
  display: none;
}
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner,
.vjs-ad-loading .vjs-loading-spinner {
  display: block !important;
}
.vjs-using-native-controls .vjs-loading-spinner,
.vjs-paused .vjs-loading-spinner {
  display: none !important;
}
.vjs-control-bar,
#ima-controls-div {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  cursor: default;
  width: 100%;
  z-index: 4;
  left: 0;
  background-color: rgba(18, 18, 18, 0.8);
  color: #ffffff;
  font-weight: bold;
  height: 3rem;
  transition: bottom 0.8s;
  transition-delay: 1s;
}
.vjs-control-bar.vjs-hidden,
#ima-controls-div.vjs-hidden {
  display: none;
}
.vjs-control-bar {
  position: relative;
}
.gu-media--video .vjs-control-bar {
  position: absolute;
  bottom: -3.75rem;
}
.vjs-fullscreen .vjs-control-bar {
  transition-delay: 0.5s;
}
.gu-media-wrapper:hover .vjs-mousemoved .vjs-control-bar,
.vjs-paused.vjs-has-started .vjs-control-bar,
.vjs-control-bar:hover {
  bottom: 0;
  transition: bottom 0s;
  transition-delay: 0s;
}
.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
.vjs-control-bar * {
  outline: none;
}
.vjs-control-text {
  overflow: hidden !important;
  display: inline-block;
}
.vjs-load-progress .vjs-control-text,
.vjs-play-progress .vjs-control-text,
.vjs-play-control .vjs-control-text,
.vjs-time-control .vjs-control-text {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 0.0625rem !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
}
.vjs-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
}
.vjs-has-started .vjs-poster,
.vjs-controls-disabled .vjs-poster {
  display: none;
}
.vjs-play-control,
#ima-play-pause-div {
  float: left;
  cursor: pointer;
  margin: 0.4375rem;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.svg .vjs-paused .vjs-play-control {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg .vjs-playing .vjs-play-control {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg #ima-play-pause-div.ima-paused {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg #ima-play-pause-div.ima-playing {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.vjs-current-time,
.vjs-time-divider,
.vjs-duration {
  float: left;
  line-height: 3rem;
}
.vjs-time-divider {
  padding: 0 0.3125rem;
}
.vjs-duration {
  color: #dcdcdc;
}
.vjs-fullscreen-control {
  cursor: pointer;
  float: right;
  border: 0;
  padding: 0;
  background-color: transparent;
  margin: 0.75rem;
}
.vjs-fullscreen-control .vjs-control-text {
  width: 1.25rem;
  height: 1.25rem;
}
.vjs-fullscreen-control .vjs-control-text:before {
  content: '';
  width: 1.25rem;
  height: 1.25rem !important;
}
.svg .vjs-fullscreen-control .vjs-control-text:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg .vjs-fullscreen-control .vjs-control-text:before:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.gu-media--audio .vjs-fullscreen-control {
  display: none;
}
.vjs-progress-control {
  width: 100%;
  position: absolute;
  top: -0.5rem;
}
.vjs-ad-playing .vjs-progress-control {
  display: none;
}
.vjs-progress-holder {
  height: 0.75rem;
  cursor: pointer;
  position: relative;
}
.vjs-progress-holder:before {
  content: '';
  display: block;
  width: 100%;
  background-color: #000000;
}
.vjs-load-progress,
.vjs-play-progress,
.vjs-progress-holder:before,
.vjs-seek-handle {
  position: absolute;
  bottom: 0.25rem;
  height: 0.375rem;
}
.vjs-load-progress {
  background-color: #999999;
  z-index: 1;
}
.vjs-play-progress {
  background-color: #ffe500;
  z-index: 2;
}
.vjs-volume-menu-button {
  float: right;
  margin: 1rem 0.5rem 0;
  position: relative;
}
.vjs-volume-menu-button > .vjs-menu {
  float: left;
  cursor: pointer;
}
.vjs-volume-bar {
  height: 0.75rem;
  width: 6.25rem;
  position: relative;
  cursor: pointer;
}
.vjs-volume-bar:before {
  content: '';
  left: 0;
  right: 0;
  background-color: #f6f6f6;
}
.vjs-volume-bar:before,
.vjs-volume-level {
  height: 0.125rem;
  top: 0.375rem;
  position: absolute;
}
.vjs-volume-level {
  background-color: #ffe500;
}
.vjs-volume-level:before {
  position: absolute;
  background-color: #ffe500;
  height: 0.6875rem;
  width: 0.125rem;
  top: -0.25rem;
  right: 0;
  content: '';
}
.vjs-volume-menu-button > .vjs-control-text {
  float: left;
  margin-right: 0.41667rem;
  width: 1.25rem;
  height: 1.125rem;
}
.vjs-volume-menu-button > .vjs-control-text:before {
  content: '';
  min-width: 1.25rem;
}
.svg .vjs-volume-menu-button > .vjs-control-text:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg .vjs-volume-menu-button > .vjs-control-text:before:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg .vjs-volume-menu-button.vjs-vol-0 > .vjs-control-text:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg .vjs-volume-menu-button.vjs-vol-0 > .vjs-control-text:before:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg .vjs-volume-menu-button.vjs-vol-3 > .vjs-control-text:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg .vjs-volume-menu-button.vjs-vol-3 > .vjs-control-text:before:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg #ima-mute-div.ima-non-muted {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg #ima-mute-div.ima-non-muted:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg #ima-mute-div.ima-muted {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg #ima-mute-div.ima-muted:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.vjs-error-display {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  z-index: 3;
}
.gu-media--video.vjs-error .vjs-error-display,
.gu-media__flash-fallback .vjs-error-display,
.youtube-media-atom__overlay .vjs-error-display {
  display: block;
}
.gu-media__flash-fallback .vjs-error-display {
  background-color: #000000;
}
.vjs-error-display > div {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  position: absolute;
  display: table-cell;
  width: 100%;
  margin: auto;
  padding: 1.125rem 3.75rem;
  box-sizing: border-box;
  line-height: 1em;
  text-align: left;
  color: #ffffff;
  background-color: #333;
}
.vjs-error-display > div:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 0.625rem;
  margin-top: -1.125rem;
}
.svg .vjs-error-display > div:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.vjs-error-display a {
  color: #ffffff;
  text-decoration: underline;
}
.vjs-error-display__close {
  border-radius: 62.5rem;
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: 0.625rem;
  text-indent: -624.9375rem;
  background: transparent;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.svg .vjs-error-display__close {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.vjs-error-display__close:hover {
  border-color: #ffffff;
}
.vjs-overlay {
  position: absolute;
  width: 100%;
  color: #ffffff;
  background-color: #333;
}
.vjs-overlay--big-title .vjs-overlay__title {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  text-align: left;
  padding: 0.625rem;
}
@media (min-width: 46.25em) {
  .vjs-overlay--big-title .vjs-overlay__title {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: 'Guardian Egyptian Web', Georgia, serif;
    font-weight: normal;
  }
}
@media (min-width: 61.25em) {
  .vjs-overlay--big-title .vjs-overlay__title {
    font-size: 2.125rem;
    line-height: 2.375rem;
    font-family: 'Guardian Egyptian Web', Georgia, serif;
    font-weight: normal;
  }
}
.vjs-overlay--big-title .vjs-overlay__title:before {
  content: '';
  margin-right: 0.625rem;
}
.svg .vjs-overlay--big-title .vjs-overlay__title:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.vjs-overlay--big-title .vjs-overlay__duration {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  text-align: left;
  color: #ffe500;
  padding: 0 0.625rem 1.5rem;
}
.vjs-overlay--small-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  text-align: left;
  position: absolute;
  height: 1.25rem;
  padding: 0.375rem;
  top: -2rem;
  left: 0;
  transition: top 0.8s;
  transition-delay: 0.2s;
}
.gu-media-wrapper:hover .vjs-overlay--small-title,
.vjs-paused .vjs-overlay--small-title {
  top: 0;
  transition: top 0s;
  transition-delay: 0s;
}
.vast-blocker {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 3;
}
.vjs-playing .vast-blocker {
  display: block;
}
.vast-skip-button {
  display: none;
}
.vjs-embedoverlay {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20% 2.5rem 0;
  background-color: #333;
  z-index: 3;
}
.vjs-embedoverlay-text {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  display: block;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
}
.vjs-embedoverlay-input {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 3rem;
  color: #121212;
  padding: 0.25rem 0.625rem 0;
  border: 0.0625rem solid #dcdcdc;
  outline: none;
}
.vjs-embedoverlay-input::-moz-selection {
  background: #cef1fc;
}
.vjs-embedoverlay-input::selection {
  background: #cef1fc;
}
.vjs-embed-button {
  cursor: pointer;
  float: right;
  box-sizing: border-box;
  height: 3rem;
  padding-right: 0.625rem;
  position: relative;
}
@media (max-width: 61.24em) {
  .vjs-embed-button {
    display: none;
  }
}
.vjs-embed-button .vjs-control-content:before {
  content: ' ';
  display: block;
  width: 1.25rem !important;
  height: 0.75rem !important;
  position: absolute;
  top: 0;
  left: -5rem;
  right: 0;
  bottom: 0;
  margin: auto;
}
.svg .vjs-embed-button .vjs-control-content:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.vjs-embed-button .vjs-control-text {
  padding-top: 1rem;
  display: block;
}
.element--supporting .vjs-embed-button {
  display: none;
}
.svg .vjs-embed-button:hover .vjs-control-content::before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.vjs-embed-button:hover .vjs-control-text {
  color: #ffe500;
}
.vjs-title-bar {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: absolute;
  width: 100%;
  height: 3rem;
  box-sizing: border-box;
  background-color: rgba(25, 25, 25, 0.8);
  padding: 0.375rem 0.625rem;
  font-weight: bold;
  transition: top 0.8s;
  transition-delay: 1s;
  left: 0;
  top: -3rem;
  z-index: 4;
}
.gu-media-wrapper:hover .vjs-mousemoved .vjs-title-bar,
.vjs-paused .vjs-title-bar,
.vjs-title-bar:hover {
  top: 0;
  transition: top 0s;
  transition-delay: 0s;
}
.vjs-title-bar .vjs-control-content {
  position: absolute;
  top: 0.25rem;
  right: 3rem;
}
.vjs-title-bar .vjs-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #ffffff;
  display: inline-block;
  max-width: 90%;
}
.vjs-title-bar .vjs-title:hover {
  color: #ffe500;
}
.vjs-title-bar svg {
  top: 0.1875rem;
  left: 0.4375rem;
  width: 2rem;
  height: 2rem;
  fill: #ffffff;
}
.vjs-title-bar svg:hover {
  fill: #ffe500;
}
.vjs-ads-skip {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: absolute;
  z-index: 4;
  bottom: 4.375rem;
  right: 0.5rem;
  width: 8.75rem;
  background-color: rgba(18, 18, 18, 0.8);
  color: #ffffff;
  text-align: left;
}
@media (min-width: 46.25em) {
  .vjs-ads-skip {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
.vjs-ads-skip__countdown,
.vjs-ads-skip__button {
  display: block;
  padding: 0.375rem 0.625rem 0.1875rem;
}
.vjs-ads-skip__button {
  width: 100%;
  margin: 0;
  background-color: transparent;
  border: 0;
  text-align: left;
}
.vjs-ads-skip__button .i-play-icon-grey {
  display: inline-block;
}
.vjs-ads-skip__button .i-play-icon-gold {
  display: none;
}
.vjs-ads-skip__button:hover {
  color: #ff7f0f;
}
.vjs-ads-skip__button:hover .i-play-icon-grey {
  display: none;
}
.vjs-ads-skip__button:hover .i-play-icon-gold {
  display: inline-block;
}
.vjs-ads-skip__button .skip-icon {
  margin-right: 0.3125rem;
}
.end-slate-container {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  background-color: rgba(25, 25, 25, 0.8);
  color: #f6f6f6;
  top: 3rem;
  padding-top: 0.3125rem;
  max-width: 33.75rem;
  cursor: initial;
}
.vjs-has-ended .end-slate-container--has-items {
  display: block;
}
.vjs-fullscreen .end-slate-container {
  margin: auto;
  bottom: 0;
  top: -3rem;
  height: 18rem;
  max-width: 61.25rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 46.24em) {
  .vjs-has-ended .end-slate-container {
    display: none;
  }
}
@media (min-width: 81.25em) {
  .end-slate-container {
    max-width: 38.75rem;
  }
}
.gu-video-embed .end-slate-container {
  top: 30%;
  max-width: 46.25rem;
}
.gu-video-embed .end-slate-container .fc-item {
  box-sizing: border-box;
  padding: 0 0.625rem;
  width: 25%;
  float: left;
  list-style: none;
}
.gu-video-embed .end-slate-container .fc-item:not(:first-child) {
  border-left: 0.0625rem solid #767676;
}
.gu-video-embed .end-slate-container .fc-item .fc-item__action {
  color: #ffffff;
}
.gu-video-embed .end-slate-container .fc-item .fc-item__action:hover {
  color: #ffe500;
}
.gu-video-embed .end-slate-container .fc-item .fc-item__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 14px;
  line-height: 1.125rem;
  overflow: hidden;
  max-height: 4.5rem;
  height: 4.5rem;
  margin-top: 0.375rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
@media (max-width: 46.24em) {
  .gu-video-embed .end-slate-container {
    top: 3rem;
    border-top: 0.0625rem solid #767676;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .gu-video-embed .end-slate-container {
    top: 20%;
  }
}
@media (min-width: 30em) {
  .gu-video-embed .vjs-has-ended .end-slate-container--has-items {
    display: block;
  }
}
.end-slate-container__header {
  height: 2.25rem;
  padding-left: 0.625rem;
  margin-bottom: 0.75rem;
}
.gu-video-embed .end-slate-container__header {
  margin-bottom: 0;
}
.end-slate-container__heading {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  padding-top: 0.25rem;
  font-weight: bold;
  text-align: left;
}
.gu-video-embed .end-slate-container__heading {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.end-slate {
  margin-bottom: 1.5rem;
}
.end-slate .fc-item--media .inline-video-icon > svg {
  border: 0;
  padding: 0;
}
.end-slate.items--media .item {
  width: 25%;
  margin-bottom: 0;
}
.end-slate.items--media .item:nth-child(-n + 3) {
  border-right: 0.0625rem solid #767676;
}
@media (min-width: 61.25em) {
  .vjs-fullscreen .end-slate.items--media .item__headline {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    font-family: 'Guardian Egyptian Web', Georgia, serif;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    max-height: 5rem;
    height: 5rem;
  }
}
.podcast-meta {
  text-align: left;
  border-top: 0.0625rem solid #121212;
  margin-top: 0.375rem;
  padding: 0.375rem 0.625rem;
}
.podcast-meta__item {
  margin-right: 1.25rem;
}
@media (min-width: 41.25em) {
  .podcast-meta__item {
    display: inline-block;
  }
}
.podcast-meta__item:last-child {
  margin-right: 0;
}
.podcast-meta__item__link {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #f6f6f6;
}
#ima-ad-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#ima-controls-div {
  display: none;
  position: absolute;
  height: 4.375rem !important;
  bottom: -3.375rem;
}
.vjs-mousemoved #ima-controls-div,
#ima-controls-div:hover {
  bottom: 0;
  transition: bottom 0s;
  transition-delay: 0s;
}
#ima-seek-bar-div {
  height: 0.375rem;
  width: 100% !important;
  background-color: #000000;
}
#ima-progress-div {
  height: 100%;
  background-color: #ffe500;
}
#ima-play-pause-div,
#ima-mute-div,
#ima-fullscreen-div {
  display: block !important;
}
#ima-mute-div {
  margin: 1.125rem 6.25rem 0 0.5rem;
  cursor: pointer;
  width: 1.0625rem !important;
  float: right;
}
#ima-fullscreen-div {
  cursor: pointer;
  float: right;
  margin: 0.875rem;
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.svg #ima-fullscreen-div {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.svg #ima-fullscreen-div:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.fc-item--media {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.fc-item--media.fc-item {
  width: 25%;
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.625rem;
}
.fc-item--media + .fc-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.0625rem;
  height: 100%;
  border-left: 0.0625rem solid #333;
}
.fc-item--media .fc-item__container {
  margin-top: -0.75rem;
}
.fc-item--media .fc-item__image-container {
  display: block;
}
.fc-item--media .fc-item__action {
  display: block;
  padding-top: 0.75rem;
  color: #dcdcdc;
}
.fc-item--media .fc-item__action:hover,
.fc-item--media .fc-item__action:focus {
  text-decoration: underline;
}
.fc-item--media .fc-item__action:visited,
.fc-item--media .fc-item__action:active {
  color: #a9a9a9;
}
.fc-item--media .fc-item__title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 3.1875rem;
  font-weight: 500;
  text-align: left;
  height: 3.1875rem;
}
.fc-item--media .fc-item__title .inline-video-icon,
.fc-item--media .fc-item__title .inline-volume-high {
  fill: #ffe500;
}
.fc-item--media .fc-item__title .inline-video-icon svg,
.fc-item--media .fc-item__title .inline-volume-high svg {
  height: 0.75em;
  width: 1.1em;
  margin-right: 0.3em;
  position: relative;
}
.vjs-modal-dialog-description {
  display: none;
}
.gu-media--show-controls-at-start.vjs-paused .vjs-control-bar {
  bottom: 0;
}
.gu-media--show-controls-at-start.vjs-paused
  .vjs-big-play-button
  .vjs-control-text:before {
  background-color: #ffe500;
}
.gu-media--show-controls-at-start.vjs-paused
  .vjs-big-play-button
  .vjs-control-text:after {
  border-left-color: #333333;
}
.svg .i-camera-black-large,
.svg-i-camera-black-large {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.125rem;
  height: 0.8125rem;
}
.svg .i-volume-mute--tone-media,
.svg .vjs-volume-menu-button.vjs-vol-0 > .vjs-control-text:hover:before,
.svg #ima-mute-div.ima-muted:hover,
.svg-i-volume-mute--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 1.0625rem;
  height: 0.8125rem;
}
.svg .i-volume-mute--tone-podcast,
.svg-i-volume-mute--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 1.0625rem;
  height: 0.8125rem;
}
.svg .i-volume-mute-white,
.svg .vjs-volume-menu-button.vjs-vol-0 > .vjs-control-text:before,
.svg #ima-mute-div.ima-muted,
.svg-i-volume-mute-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 1.0625rem;
  height: 0.8125rem;
}
.svg .i-volume-low-black,
.svg-i-volume-low-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDUgMjA1Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNOTkgMjMuM3YxNThoLTguN2wtNDcuNy00N2gtMzNsLTcuNi04Vjc4LjZsOC43LTguM2gzMmw0Ny00N2g4LjdtNTIgNzlsLTI5LjktMzQgNi40LTYuNCAzMy43IDMwIDM0LTMwIDYuNCA2LjQtMzAgMzQgMzAgMzMuNy02LjQgNi40LTM0LTI5LjktMzMuNyAyOS45LTYuNC02LjQgMjkuOS0zMy43Ii8+PC9zdmc+);
  background-position: 0 0;
  width: 0;
  height: 0;
}
.svg .i-expand--black,
.svg-i-expand--black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDUgMjA1Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNzIuOCAxOTF2MTEuM2gtNjZMMi4xIDE5OHYtNjZoMTEuN2w1LjEgNDAuNiA1Mi01MiAxMi45IDEyLjktNTIgNTIgNDAuNiA1LjVtNTktMTc3VjIuN2g2Nmw0LjMgNC4zdjY2aC0xMS4zbC01LjUtNDEtNTIgNTItMTIuNS0xMi45IDUyLTUyLTQwLjYtNS4xIi8+PC9zdmc+);
  background-position: 0 0;
  width: 0;
  height: 0;
}
.svg .i-volume-high--tone-media,
.svg .vjs-volume-menu-button.vjs-vol-3 > .vjs-control-text:hover:before,
.svg #ima-mute-div.ima-non-muted:hover,
.svg .items--audio .fc-item__title:before,
.svg-i-volume-high--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1rem;
  height: 0.8125rem;
}
.svg .i-volume-high--tone-podcast,
.svg-i-volume-high--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1rem;
  height: 0.8125rem;
}
.svg .i-volume-high-black,
.svg-i-volume-high-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1rem;
  height: 0.8125rem;
}
.svg .i-volume-high-white,
.svg .vjs-volume-menu-button.vjs-vol-3 > .vjs-control-text:before,
.svg #ima-mute-div.ima-non-muted,
.pseudo-icon--audio--white:before,
.svg-i-volume-high-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1rem;
  height: 0.8125rem;
}
.svg .i-volume-low--tone-media,
.svg .vjs-volume-menu-button > .vjs-control-text:hover:before,
.svg-i-volume-low--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 0.75rem;
  height: 0.8125rem;
}
.svg .i-volume-low--tone-podcast,
.svg-i-volume-low--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 0.75rem;
  height: 0.8125rem;
}
.svg .i-volume-low-white,
.svg .vjs-volume-menu-button > .vjs-control-text:before,
.svg-i-volume-low-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 0.75rem;
  height: 0.8125rem;
}
.svg .i-embed--black,
.svg-i-embed--black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xIDEwLjJWOC40TDIuOCA2LjcgNy4xIDVWMy4yTC44IDZ2MS41bDYuMyAyLjhNOS42IDE0aDEuN0wxNS4xLjRoLTEuN0w5LjYgMTRtOC40LTMuN2w2LjMtMi44VjZMMTggMy4yVjVsNC4zIDEuN0wxOCA4LjR2MS44IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.5625rem;
  height: 0.875rem;
}
.svg .i-embed--tone-media,
.svg .vjs-embed-button:hover .vjs-control-content::before,
.svg-i-embed--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xMiAxMC4yNFY4LjQzMkwyLjgxNiA2LjcwNCA3LjEyIDQuOTkyVjMuMTY4TC44IDUuOTUydjEuNTA0bDYuMzIgMi43ODR6bTIuNDc2IDMuNjhoMS43NDRMMTUuMTguMjcyaC0xLjc0NEw5LjU5NiAxMy45MnptOC4zNjQtMy42OGw2LjMyLTIuNzg0VjUuOTUybC02LjMyLTIuNzg0djEuODI0bDQuMzA0IDEuNzI4LTQuMzA0IDEuNzEydjEuODA4eiIgZmlsbD0iI2ZiMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1.5625rem;
  height: 0.875rem;
}
.svg .i-embed--white,
.svg .vjs-embed-button .vjs-control-content:before,
.svg-i-embed--white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xMiAxMC4yNFY4LjQzMkwyLjgxNiA2LjcwNCA3LjEyIDQuOTkyVjMuMTY4TC44IDUuOTUydjEuNTA0bDYuMzIgMi43ODR6bTIuNDc2IDMuNjhoMS43NDRMMTUuMTguMjcyaC0xLjc0NEw5LjU5NiAxMy45MnptOC4zNjQtMy42OGw2LjMyLTIuNzg0VjUuOTUybC02LjMyLTIuNzg0djEuODI0bDQuMzA0IDEuNzI4LTQuMzA0IDEuNzEydjEuODA4eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-position: 0 0;
  width: 1.5625rem;
  height: 0.875rem;
}
.svg .i-expand-black,
.svg-i-expand-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.375rem;
  height: 1.375rem;
}
.svg .i-expand-white,
.svg .vjs-fullscreen-control .vjs-control-text:before,
.svg #ima-fullscreen-div,
.svg-i-expand-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.375rem;
  height: 1.375rem;
}
.svg .i-expand-yellow,
.svg .vjs-fullscreen-control .vjs-control-text:hover:before,
.svg #ima-fullscreen-div:hover,
.svg-i-expand-yellow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.375rem;
  height: 1.375rem;
}
.svg .i-video-camera--tone-media,
.svg .vjs-overlay--big-title .vjs-overlay__title:before,
.svg-i-video-camera--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgMEwwIDN2MTdsMyAzaDE5VjBIM20yMiA5djVsOSA4aDJWMWgtMmwtOSA4eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 2.25rem;
  height: 1.4375rem;
}
.svg .i-video-camera--tone-podcast,
.svg-i-video-camera--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgMEwwIDN2MTdsMyAzaDE5VjBIM20yMiA5djVsOSA4aDJWMWgtMmwtOSA4eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 2.25rem;
  height: 1.4375rem;
}
.svg .i-close-icon-white-small,
.svg .vjs-error-display__close,
.svg-i-close-icon-white-small {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxIDkuOGwtLjgtLjgtNS4yIDQuOEw5LjggOWwtLjguOCA0LjggNS4yTDkgMjAuMmwuOC44IDUuMi00LjggNS4yIDQuOC44LS44LTQuOC01LjJMMjEgOS44Ii8+PC9zdmc+);
  background-position: 0 0;
  width: 1.875rem;
  height: 1.875rem;
}
.svg .i-pause-32--tone-media,
.svg .vjs-playing .vjs-play-control,
.svg #ima-play-pause-div.ima-playing,
.svg-i-pause-32--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmIwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-pause-32--tone-podcast,
.svg-i-pause-32--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjYWFkOGYxIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-play-32--tone-media,
.svg .vjs-paused .vjs-play-control,
.svg #ima-play-pause-div.ima-paused,
.svg-i-play-32--tone-media {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmIwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-play-32--tone-podcast,
.svg-i-play-32--tone-podcast {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjYWFkOGYxIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-error-exclamation,
.svg .vjs-error-display > div:before,
.svg-i-error-exclamation {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbD0iI2ZmZiIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+PHBhdGggZD0iTTE0LjcyNyA1LjcyN2wxLjYzNi0xLjYzNmgzLjI3M2wxLjYzNiAxLjYzNi0xLjYzNiAxNS41NDVoLTMuMjczTDE0LjcyNyA1LjcyN202LjU0NSAyMi4wOWMwLTEuOC0xLjQ3My0zLjI3My0zLjI3My0zLjI3M2EzLjI4MyAzLjI4MyAwIDAgMC0zLjI3MyAzLjI3M2MwIDEuOCAxLjQ3MyAzLjI3MyAzLjI3MyAzLjI3M3MzLjI3My0xLjQ3MyAzLjI3My0zLjI3MyIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=);
  background-position: 0 0;
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 61.25em) {
  .video-playlist__item .youtube-media-atom {
    opacity: 0.3;
    transition: opacity 0.4s ease-out;
  }
}
@media (min-width: 61.25em) {
  .video-playlist__item .youtube-media-atom .vjs-big-play-button {
    display: block;
  }
}
@media (max-width: 61.24em) {
  .video-playlist__item .youtube-media-atom iframe,
  .video-playlist__item .youtube-media-atom .vjs-big-play-button {
    top: 6.75rem;
    bottom: 0;
    height: auto;
  }
}
.video-playlist__item--active .youtube-media-atom {
  opacity: 1;
}
.video-playlist__item--active .youtube-media-atom .vjs-big-play-button {
  display: block;
}
.youtube-media-atom {
  position: relative;
}
.youtube-media-atom__iframe,
.youtube-media-atom__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  max-height: 100vh;
}
.youtube-media-atom__iframe {
  z-index: 0;
}
.youtube-media-atom__iframe:hover
  ~ .youtube-media-atom__overlay
  .youtube-media-atom__play-button {
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.youtube-media-atom__iframe:hover
  ~ .youtube-media-atom__overlay
  .youtube-media-atom__immersive-interface
  .youtube-media-atom__play-button {
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.youtube-media-atom__iframe.youtube__video-ended
  ~ .youtube-media-atom__overlay {
  visibility: hidden;
  opacity: 0;
}
.youtube-media-atom__iframe.youtube__video-started:not(.youtube__video-ended)
  ~ .video-overlay {
  visibility: hidden;
  opacity: 0;
}
.youtube-media-atom__iframe.youtube__video-started:not(.youtube__video-ended)
  ~ .youtube-media-atom__overlay {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s linear, visibility 1s;
  transition-delay: 500ms;
  transition-duration: 500ms;
}
youtube-media-atom:not(.youtube-related-videos)
  .youtube-media-atom__iframe.youtube__video-ended.youtube__video-started
  ~ .youtube-media-atom__overlay {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear, visibility 0s;
}
@media (min-width: 46.25em) {
  .youtube-media-atom__iframe.youtube__video-ended.youtube__video-started
    ~ .end-slate-container {
    display: block;
  }
}
.youtube-media-atom__overlay.vjs-big-play-button {
  pointer-events: none;
}
.facia-page .youtube-media-atom__overlay.vjs-big-play-button {
  pointer-events: auto;
}
.youtube-media-atom__overlay {
  background-size: cover;
  background-position: 49% 49%;
  background-repeat: no-repeat;
  z-index: 0;
  text-align: center;
}
.youtube-media-atom__overlay .video-overlay {
  text-align: initial;
}
.youtube-media-atom__play-button.vjs-control-text {
  overflow: hidden !important;
  display: inline-block;
  z-index: 2;
}
.no-player .youtube-media-atom__play-button.vjs-control-text {
  transition: none;
}
.youtube-media-atom__bottom-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.75rem;
  z-index: 1;
}
.youtube-media-atom__bottom-bar:after {
  background-color: rgba(51, 51, 51, 0);
  background-image: linear-gradient(
    to bottom,
    rgba(51, 51, 51, 0),
    rgba(51, 51, 51, 0.5)
  );
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
  content: '';
  opacity: 0.7;
}
.youtube-media-atom__bottom-bar__duration {
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-weight: bold;
  color: #ffe500;
  float: left;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 0.25rem;
  padding-left: 5rem;
  text-shadow: 0 0 1rem rgba(51, 51, 51, 0.25);
}
.immersive-main-media__media .youtube-media-atom {
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.immersive-main-media__media .youtube-media-atom__immersive-interface {
  position: absolute;
  top: 50vh;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-bottom: 1.5rem;
}
.immersive-main-media__media .youtube-media-atom__play-button,
.immersive-main-media__media .youtube-media-atom__bottom-bar__duration {
  display: inline-block;
  vertical-align: middle;
  float: none;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.immersive-main-media__media .youtube-media-atom__play-button {
  position: relative;
  width: 5.75rem;
  height: 5.75rem;
  -webkit-transform: none;
  transform: none;
}
.immersive-main-media__media .youtube-media-atom__play-button:hover {
  -webkit-transform: none;
  transform: none;
}
.immersive-main-media__media .youtube-media-atom__play-button:before {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.immersive-main-media__media .youtube-media-atom__play-button:after {
  display: none;
}
.immersive-main-media__media
  .youtube-media-atom__play-button
  .inline-play__svg {
  width: 2.875rem;
  height: 2.4375rem;
  fill: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-42%) translateY(-50%);
  transform: translateX(-42%) translateY(-50%);
}
.immersive-main-media__media .youtube-media-atom__bottom-bar__duration {
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 2.125rem;
  left: 0.375rem;
  height: 2rem;
  padding: 0 0.75rem;
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 2rem;
}
.immersive-main-media__media .youtube-media-atom__bottom-bar__duration:before {
  display: none;
}
.youtube-media-atom__play-button {
  background-color: #121212;
  border-radius: 50%;
  color: transparent;
}
.vjs-big-play-button .vjs-control-text,
.youtube-media-atom__play-button.vjs-control-text {
  border-radius: 50%;
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.75rem;
  height: 3.75rem;
}
.vjs-big-play-button .vjs-control-text .inline-play svg,
.youtube-media-atom__play-button.vjs-control-text .inline-play svg {
  position: absolute;
  top: 50%;
  left: 49%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  fill: #ffffff;
  width: 1.5rem;
}
.fc-item--full-media-75-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--full-media-50-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--three-quarters-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--half-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--full-media-75-tablet
  .youtube-media-atom__play-button.vjs-control-text,
.fc-item--full-media-50-tablet
  .youtube-media-atom__play-button.vjs-control-text,
.fc-item--three-quarters-tablet
  .youtube-media-atom__play-button.vjs-control-text,
.fc-item--half-tablet .youtube-media-atom__play-button.vjs-control-text {
  border-radius: 50%;
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.125rem;
  height: 3.125rem;
}
.fc-item--full-media-75-tablet
  .vjs-big-play-button
  .vjs-control-text
  .inline-play
  svg,
.fc-item--full-media-50-tablet
  .vjs-big-play-button
  .vjs-control-text
  .inline-play
  svg,
.fc-item--three-quarters-tablet
  .vjs-big-play-button
  .vjs-control-text
  .inline-play
  svg,
.fc-item--half-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,
.fc-item--full-media-75-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg,
.fc-item--full-media-50-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg,
.fc-item--three-quarters-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg,
.fc-item--half-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg {
  position: absolute;
  top: 50%;
  left: 49%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  fill: #ffffff;
  width: 1.25rem;
}
.fc-item--third-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--third-tablet .youtube-media-atom__play-button.vjs-control-text {
  border-radius: 50%;
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.125rem;
  height: 3.125rem;
}
.fc-item--third-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,
.fc-item--third-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg {
  position: absolute;
  top: 50%;
  left: 49%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  fill: #ffffff;
  width: 1.25rem;
}
@media (min-width: 30em) and (max-width: 46.24em) {
  .fc-item--third-tablet .vjs-big-play-button .vjs-control-text,
  .fc-item--third-tablet .youtube-media-atom__play-button.vjs-control-text {
    border-radius: 50%;
    position: absolute;
    bottom: 0.525rem;
    left: 0.525rem;
    transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.625rem;
    height: 2.625rem;
  }
  .fc-item--third-tablet
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--third-tablet
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg {
    position: absolute;
    top: 50%;
    left: 49%;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    fill: #ffffff;
    width: 1rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--standard-tablet .vjs-big-play-button .vjs-control-text,
  .fc-item--list-media-tablet .vjs-big-play-button .vjs-control-text,
  .fc-item--standard-tablet .youtube-media-atom__play-button.vjs-control-text,
  .fc-item--list-media-tablet
    .youtube-media-atom__play-button.vjs-control-text {
    border-radius: 50%;
    position: absolute;
    bottom: 0.375rem;
    left: 0.375rem;
    transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.875rem;
    height: 1.875rem;
  }
  .fc-item--standard-tablet
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--list-media-tablet
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--standard-tablet
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg,
  .fc-item--list-media-tablet
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg {
    position: absolute;
    top: 50%;
    left: 49%;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    fill: #ffffff;
    width: 0.875rem;
  }
}
@media (max-width: 46.24em) {
  .fc-item--list-media-mobile .vjs-big-play-button .vjs-control-text,
  .fc-item--list-media-mobile
    .youtube-media-atom__play-button.vjs-control-text {
    border-radius: 50%;
    position: absolute;
    bottom: 0.375rem;
    left: 0.375rem;
    transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.875rem;
    height: 1.875rem;
  }
  .fc-item--list-media-mobile
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--list-media-mobile
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg {
    position: absolute;
    top: 50%;
    left: 49%;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    fill: #ffffff;
    width: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .element-atom--media.element-atom--main-media {
    margin-top: 0;
  }
}
.user__question {
  padding-bottom: 0.75rem;
  overflow: auto;
}
.user__question.submeta {
  border: 0;
}
.user__question-title {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 900;
  color: #005689;
  border-top: 0.0625rem solid #00b2ff;
  padding-top: 0.375rem;
}
@media (min-width: 46.25em) {
  .user__question-title {
    font-size: 1.5rem;
    line-height: 1.6875rem;
    font-family: 'Guardian Egyptian Web', Georgia, serif;
    font-weight: normal;
    font-weight: 900;
  }
}
.user__question-title--secondary {
  color: #121212;
  display: block;
  font-size: 1.0625rem;
  font-weight: 400;
}
.user__questions-text--wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
  margin-bottom: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
}
.user__questions-text--wrapper.is-clicked {
  background-color: #3db540;
  padding-bottom: 0;
}
.user__questions-text--wrapper.is-clicked
  + .storyquestion-submission-container {
  background-color: #3db540;
}
.user__questions-text--wrapper:hover {
  background-color: #90dcff;
  cursor: pointer;
}
.user__questions-text--wrapper:hover .user__question-upvote {
  background-color: #005689;
  color: #ffffff;
}
.user__question-section {
  border-top: 0.0625rem dotted #ededed;
  margin-top: 1.5rem;
}
.user__question-section h3 {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
  font-weight: 200;
}
.user__question-text {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 900;
  display: block;
  max-width: 77%;
  color: #005689;
  position: relative;
  margin-bottom: 0.75rem;
}
@media (min-width: 46.25em) {
  .user__question-text {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    font-family: 'Guardian Egyptian Web', Georgia, serif;
    font-weight: normal;
    line-height: 1.5rem;
    max-width: 80%;
    font-weight: 900;
  }
}
.user__question-container {
  margin-bottom: 0.75rem;
}
.user__question-response {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  clear: both;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.125rem;
  width: 90%;
  display: block;
  color: #121212;
}
@media (min-width: 46.25em) {
  .user__question-response {
    clear: none;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.user__question-upvote {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  right: 0.625rem;
  bottom: 0.75rem;
  position: absolute;
  color: #005689;
  font-weight: 900;
  border: 0.0625rem solid #005689;
  padding-top: 0.25rem;
  padding-bottom: 0.1875rem;
  float: right;
  outline: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 2.5rem;
  background-color: transparent;
}
.user__question-upvote:hover {
  text-decoration: none;
}
.storyquestion-submission-container {
  overflow: hidden;
  padding-left: 0.5rem;
}
.storyquestion-email-signup-form.form {
  margin: 0;
  margin-bottom: 0.75rem;
}
.storyquestion-email-signup-form.form .form-field {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
.storyquestion-email-signup-form.form .text-input {
  border-bottom-left-radius: calc(0.75rem * 2) 4;
  border-top-left-radius: calc(0.75rem * 2) 4;
  font-size: 0.875rem;
}
.storyquestion-email-signup-form.form .button--primary {
  height: 2.25rem;
}
.storyquestion-email-signup-form.form .button--with-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.storyquestion-email-signup-form.form
  .storyquestion-email-signup-button-envelope {
  display: inline;
}
.user__question-title-test {
  margin-bottom: 1.5rem;
}
.user__question-final-thanks {
  margin-bottom: 0.75rem;
}
.delivery-selection-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 61.24em) {
  .delivery-selection-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.user_answer-delivery {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 61.24em) {
  .user_answer-delivery + .user_answer-delivery {
    margin-top: 0.75rem;
  }
}
figure.element-atom .atom--explainer a.u-underline {
  color: inherit;
}
figure.element-atom .atom--explainer a.u-underline:hover {
  border-bottom: solid 0.0625rem #a8d8f2;
}
.fc-container--paid-content .linkslist__action:visited,
.fc-container--paid-content .fc-item__link:visited,
.fc-container--paid-content .fc-item__standfirst,
.fc-container--paid-content .item__link:visited,
.fc-container--paid-content .item__link:visited .item__title,
.fc-container--paid-content .fc-container--story-package .fc-item__standfirst,
.fc-container--paid-content
  .fc-container--story-package
  .fc-item__link:visited {
  color: #767676;
}
.fc-container--paid-content .tone-media--item .linkslist__action:visited,
.fc-container--paid-content .tone-media--item .fc-item__link:visited,
.fc-container--paid-content .tone-media--item .fc-item__standfirst,
.fc-container--paid-content .tone-media--item .item__link:visited,
.fc-container--paid-content .tone-media--item .item__link:visited .item__title {
  color: #ffffff;
}
.fc-container--paid-content .fc-item__header,
.fc-container--paid-content .fc-item__title,
.fc-container--paid-content .fc-item__standfirst,
.fc-container--paid-content .fc-item--list-compact,
.fc-container--paid-content .item__title,
.fc-container--paid-content .linkslist__action,
.fc-container--paid-content .fc-sublink__title {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.fc-container--paid-content {
  background-color: #f6f6f6;
}
.fc-container--paid-content .fc-container__inner {
  padding-top: 0.375rem;
}
.fc-container--paid-content .fc-container__header__title {
  color: #121212;
}
.fc-container--paid-content
  .fc-container__header__title
  .fc-container__header__link {
  color: #052962;
}
.fc-container--paid-content
  .fc-container__header__title
  .fc-container__header__link:hover {
  color: #00b2ff;
}
.fc-container--paid-content .tone-news--item.fc-item {
  background: transparent;
}
.fc-container--paid-content .fc-item__container:before {
  display: none;
}
.paid-content .fc-item--list-compact--media {
  border-color: #999;
}
.paid-content .fc-container--first .fc-container__header__title,
.paid-content .fc-container .fc-container__inner,
.paid-content .fc-container .facia-container__inner {
  border-top-color: #999;
}
.paid-content .fc-container__header__title {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-weight: 400;
}
.paid-content .tone-news--item.fc-item,
.paid-content .tone-media--item {
  background-color: #dcdcdc;
  border-top: 0;
}
.paid-content .fc-container--story-package .tone-news--item.fc-item {
  background-color: #dcdcdc !important;
}
.paid-content .tone-media--item .u-faux-block-link--hover {
  background-color: #ededed;
}
.paid-content
  .tone-media--item
  .u-faux-block-link--hover
  .u-faux-block-link__overlay {
  color: #121212;
}
.paid-content .tone-media--item .fc-item__standfirst,
.paid-content .tone-media--item .fc-item__kicker,
.paid-content .tone-media--item .fc-item__link:visited {
  color: #121212;
}
.paid-content .fc-container--story-package .fc-item .u-faux-block-link--hover {
  background-color: #ededed;
}
.paid-content .headline-list__item:before {
  background-color: #121212;
}
.paid-content .headline-list__count,
.paid-content .headline-list__link:hover .headline-list__count {
  color: #121212;
}
.paid-content .fc-item__title .inline-video-icon,
.paid-content .fc-item__title .inline-camera {
  fill: #121212;
}
.paid-content .fc-slice__item + .fc-slice__item:before {
  border-left-color: #dcdcdc;
}
.paid-content .fc-item__container:before {
  display: block;
  background: #69d1ca;
}
.paid-content .fc-item__title {
  color: #333;
}
.paid-content .tone-news--item .fc-item__kicker {
  color: #121212;
}
.paid-content .fc-item__kicker:after {
  color: #a0a1a2;
}
.paid-content .fc-item__meta {
  color: #767676;
}
.paid-content.fc-container--sponsored {
  background-color: unset;
}
.paid-content.tonal--tone-media .tonal__standfirst a {
  color: #121212;
}
.paid-content.tonal--tone-media .tonal__standfirst .bullet:before,
.paid-content.tonal--tone-media .tonal__standfirst ul > li:before {
  background-color: #767676;
}
.paid-content.tonal--tone-media .submeta__section-labels .submeta__link {
  color: #121212;
}
.paid-content .badge--alt {
  border-color: #767676;
}
.paid-content .bullet:before {
  background-color: #999;
}
.badge {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
  font-weight: bold;
  margin-top: 0.375rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: right;
}
.dumathoin-more + .badge {
  margin-top: 0;
}
.has-no-flex .badge {
  clear: both;
}
.badge--alt {
  float: none;
  border-top: 0;
  margin-top: 0.25rem;
  padding-top: 0.125rem;
  text-align: left;
  padding-right: 0;
}
@media (min-width: 71.25em) {
  .badge--alt {
    width: 8.75rem;
    float: left;
    clear: left;
    border-top: 0.0625rem dotted #dcdcdc;
  }
}
@media (min-width: 81.25em) {
  .badge--alt {
    width: 13.75rem;
  }
}
.badge--alt > .badge__link,
.badge--alt .badge__logo {
  display: block;
}
.badge--alt .badge__logo {
  max-height: 4.5rem;
  margin: 0 0 0.3125rem;
}
.badge--alt > .badge__link {
  margin: 0.5625rem 0 0.75rem;
}
.badge--alt > .badge__help {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  color: #767676;
  font-weight: normal;
}
@media (min-width: 46.25em) {
  .fc-container .badge--alt {
    float: left;
    clear: left;
    border-top: 0.0625rem dotted #dcdcdc;
  }
}
.content__main-column--article .badge--alt,
.content__main-column--liveblog .badge--alt,
.content--media--video .badge--alt,
.content--media--audio .badge--alt {
  padding-bottom: 1.25rem;
}
.content__main-column--liveblog .badge--alt {
  float: none;
}
.content--media--video:not(.paid-content) .badge,
.content--media--audio:not(.paid-content) .badge,
.content--gallery:not(.paid-content) .badge {
  color: #dcdcdc;
}
.content--media--video:not(.paid-content) .badge__help,
.content--media--audio:not(.paid-content) .badge__help,
.content--gallery:not(.paid-content) .badge__help {
  color: #ffffff;
}
@media (min-width: 71.25em) {
  .content__head--is-badged .content__headline {
    min-height: 6.875rem;
  }
}
.badge--interactive {
  border-top: 0.0625rem dotted #767676;
}
@media (min-width: 61.25em) {
  .badge--interactive {
    min-height: 8.4375rem;
    position: absolute;
    top: 0.375rem;
    right: -19.375rem;
  }
}
@media (min-width: 81.25em) {
  .badge--interactive {
    right: -25rem;
  }
}
.badge--interactive .badge__link {
  border-bottom-color: #767676;
}
.badge--branded {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  margin: 0;
}
.badge__logo {
  max-height: 3.75rem;
  margin-left: 0.625rem;
  vertical-align: middle;
}
.hostedbadge {
  position: relative;
  margin-left: 1.25rem;
  width: 5rem;
  z-index: 1015;
}
.hostedbadge:hover,
.hostedbadge:focus {
  text-decoration: none;
}
@media (min-width: 61.25em) {
  .hostedbadge {
    width: 8.25rem;
  }
  .hostedbadge .hostedbadge__info {
    text-align: center;
    margin: 0.125rem 0;
  }
}
.hostedbadge--pushdown {
  top: 0;
}
.hostedbadge__info {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  line-height: 0.9375rem;
  height: auto;
  padding: 0.3125rem 0.375rem 0.25rem;
  color: #121212;
  margin: 0;
  text-align: left;
}
.hostedbadge .hostedbadge__logo {
  position: absolute;
  display: block;
  width: 100%;
  top: 100%;
  background-color: #ffffff;
}
.creative__tracking-pixel {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
}
.creative__cta {
  display: block;
}
.creative--scrollable-mpu .creative--scrollable-mpu-inner {
  margin: 0 auto;
  width: 18.75rem;
  height: 15.625rem;
  overflow: hidden;
  position: relative;
}
.creative--scrollable-mpu .creative--scrollable-mpu-image,
.creative--scrollable-mpu .creative--scrollable-mpu-static-image {
  display: block;
  height: 100%;
  width: 18.75rem;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.creative--scrollable-mpu .creative--scrollable-mpu-image {
  border: 0.0625rem solid #dcdcdc;
  background: none 0 0 repeat;
}
.creative--scrollable-mpu
  .creative--scrollable-mpu-image.creative--scrollable-mpu-image-fixed {
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: 50% 0;
}
.creative--scrollable-mpu
  .creative--scrollable-mpu-image.creative--scrollable-mpu-image-parallax {
  background-attachment: scroll;
  background-repeat: repeat-y;
  height: 31.25rem;
}
.creative--scrollable-mpu .creative--scrollable-mpu-static-image {
  z-index: 1;
  background-repeat: no-repeat;
}
.creative--expandable {
  margin-bottom: 0.75rem;
}
.creative--expandable .facia-container__inner {
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 46.24em) {
  .creative--expandable .ad-slot__label--wrapper {
    width: auto;
  }
}
.creative--expandable .ad-slot__label {
  text-align: left;
}
.creative--expandable .ad-exp--expand {
  height: 0;
  position: relative;
  overflow: hidden;
  transition: height 1s;
}
.creative--expandable .ad-exp--expand .facia-container__inner {
  height: 100%;
  position: relative;
}
@media (max-width: 46.24em) {
  .creative--expandable .ad-exp--expand .facia-container__inner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.creative--expandable .ad-exp__close-button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid #ffffff;
  background-color: #000000;
  margin: 0.3125rem;
  padding: 0;
  z-index: 3;
  height: 2rem;
  width: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 1s ease;
  box-shadow: 0 0 0.0625rem 0 #ffffff inset, 0 0 0.0625rem 0 #ffffff;
}
.creative--expandable .ad-exp__close-button:focus {
  outline-color: transparent;
  outline-style: none;
}
.creative--expandable .ad-exp__close-button.button-spin {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.creative--expandable .expandable_video {
  position: absolute;
  z-index: 10;
  margin-top: 0.375rem;
}
.creative--expandable .expandable_video.expandable_video--horiz-pos-left {
  left: 0;
}
.creative--expandable .expandable_video.expandable_video--horiz-pos-center {
  left: 50%;
}
.creative--expandable .expandable_video.expandable_video--horiz-pos-right {
  left: auto;
  right: 0;
}
.creative--expandable .ad-exp__open-chevron {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 50%;
  border: 0.0625rem solid #ffffff;
  border-width: 0.0625rem 0.0625rem 0;
  background: #121212;
  color: #ffffff;
  opacity: 0.75;
  padding: 0.375rem 0 0;
  width: 3.75rem;
  margin-left: -1.875rem;
  text-align: center;
  outline: none;
  height: 2.4375rem;
  border-radius: 1.25rem 1.25rem 0 0;
  box-shadow: 0 0 0.0625rem 0 #ffffff inset, 0 0 0.0625rem 0 #ffffff;
}
.creative--expandable .ad-exp__open-chevron .inline-arrow-down {
  transition: all 1s ease;
  display: block;
  margin: -0.75rem auto 0.125rem;
}
.creative--expandable .ad-exp__open-chevron.chevron-down .inline-arrow-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 1s ease;
}
.creative--expandable .ad-exp__open-chevron.chevron-up {
  -webkit-animation: chevronanimation 3s ease-in-out 2;
  animation: chevronanimation 3s ease-in-out 2;
}
.creative--expandable .slide-1 {
  z-index: 1;
  overflow: hidden;
}
.creative--expandable .ad-exp-collapse__slide {
  position: relative;
}
.creative--expandable .ad-exp__layer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.creative--expandable .ad-exp__layer.ad-exp__layer1 {
  z-index: 1;
}
.creative--expandable .ad-exp__layer.ad-exp__layer2 {
  z-index: 2;
}
.creative--expandable .ad-exp__layer.ad-exp__layer3 {
  z-index: 3;
}
.creative--expandable .ad-exp--expand-scrolling-bg {
  position: absolute;
  top: 0;
  height: 31.25rem;
  width: 100%;
}
.creative--expandable
  .ad-exp--expand-scrolling-bg.ad-exp--expand-scrolling-bg-fixed {
  background-attachment: fixed;
}
.creative--expandable
  .ad-exp--expand-scrolling-bg.ad-exp--expand-scrolling-bg-parallax {
  background-attachment: scroll;
}
.creative--expandable-video .facia-container__inner {
  border-top: 0;
  padding-top: 0;
}
.creative--expandable-video .ad-slot__label {
  text-align: left;
}
.creative--expandable-video .ad-exp--expand {
  height: 0;
  position: relative;
  overflow: hidden;
  transition: height 1s;
}
.creative--expandable-video .ad-exp__close-button {
  position: absolute;
  top: 2.125rem;
  right: 0.625rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid #ffffff;
  background-color: #000000;
  margin: 0.3125rem;
  padding: 0;
  z-index: 3;
  height: 2rem;
  width: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 1s ease;
  box-shadow: 0 0 0.0625rem 0 #ffffff inset, 0 0 0.0625rem 0 #ffffff;
}
.creative--expandable-video .ad-exp__close-button:focus {
  outline-color: transparent;
  outline-style: none;
}
.creative--expandable-video .ad-exp__close-button.button-spin {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.creative--expandable-video .ad-exp__open-chevron {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: absolute;
  z-index: 11;
  bottom: -0.625rem;
  left: 50%;
  border: 0.0625rem solid #ffffff;
  border-width: 0.0625rem 0.0625rem 0;
  background: #121212;
  color: #ffffff;
  opacity: 0.75;
  padding: 0.375rem 0 0;
  width: 3.75rem;
  margin-left: -1.875rem;
  text-align: center;
  outline: none;
  height: 2.4375rem;
  border-radius: 1.25rem 1.25rem 0 0;
  box-shadow: 0 0 0.0625rem 0 #ffffff inset, 0 0 0.0625rem 0 #ffffff;
}
.creative--expandable-video .ad-exp__open-chevron .inline-arrow-down {
  transition: all 1s ease;
  display: block;
  margin: -0.75rem auto 0.125rem;
}
.creative--expandable-video
  .ad-exp__open-chevron.chevron-down
  .inline-arrow-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 1s ease;
}
.creative--expandable-video .ad-exp__open-chevron.chevron-up {
  -webkit-animation: chevronanimation 3s ease-in-out 2;
  animation: chevronanimation 3s ease-in-out 2;
}
.creative--expandable-video .slide-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 81.25em) {
  .creative--expandable-video .slide-container {
    width: 81.25rem;
  }
}
.creative--expandable-video.full-width-video .video-container__inner {
  width: 100%;
}
@media (min-width: 81.25em) {
  .creative--expandable-video.full-width-video .slide-video .slide-container {
    width: 100%;
  }
}
.creative--expandable-video .slide-video {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  z-index: 3;
  visibility: hidden;
  transition: all 1s, visibility 0s;
}
.creative--expandable-video .slide-video > .slide-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.creative--expandable-video .slide-video__expand {
  visibility: visible;
}
.creative--expandable-video .video-container__inner {
  position: relative;
}
.creative--expandable-video.right-aligned-video .video-container__inner {
  width: 100%;
}
@media (min-width: 64em) {
  .creative--expandable-video.right-aligned-video .video-container__inner {
    width: 48rem;
  }
}
.creative--expandable-video .expandable-video {
  display: block;
}
.creative--expandable-video .slide-1 {
  z-index: 1;
  overflow: hidden;
}
.creative--expandable-video .ad-exp-collapse__slide {
  position: relative;
}
.creative--expandable-video .ad-exp__layer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.creative--expandable-video .ad-exp__layer.ad-exp__layer1 {
  z-index: 1;
}
.creative--expandable-video .ad-exp__layer.ad-exp__layer2 {
  z-index: 2;
}
.creative--expandable-video .ad-exp__layer.ad-exp__layer3 {
  z-index: 3;
}
.has-no-flex .creative--expandable-video .slide-video > .slide-container {
  display: block;
  overflow: hidden;
}
.has-no-flex
  .creative--expandable-video.right-aligned-video
  .video-container__inner {
  float: right;
}
.creative--expandable-video
  .slide-video:not(.slide-video__expand)
  .expandable-video {
  display: none;
}
.creative--expandable-video-v2:not(.creative--open) .ad-exp--expand {
  cursor: pointer;
}
.creative--expandable-video-v2.right-aligned-video .video-container__cta {
  display: none;
}
@media (min-width: 64em) {
  .creative--expandable-video-v2.right-aligned-video .video-container__cta {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.creative--expandable-video-v2 .creative__cta {
  position: absolute;
  right: 0.625rem;
  opacity: 0;
  transition: none;
}
.creative--expandable-video-v2 .creative__cta > img {
  display: block;
}
.creative--expandable-video-v2 .slide-video__expand .creative__cta {
  transition: opacity 0.2s 3s;
  opacity: 1;
}
.creative--expandable-video-v2 .creative__cta--position-top {
  top: 0.625rem;
}
.creative--expandable-video-v2 .creative__cta--position-bottom {
  bottom: 0.625rem;
}
@media (min-width: 81.25em) {
  .creative--expandable-video-v2 .ad-exp__open--container {
    right: calc(50% - 40rem);
  }
}
@media (min-width: 64em) {
  .has-no-flex
    .creative--expandable-video-v2.right-aligned-video
    .video-container__cta {
    display: block;
    position: absolute;
    width: calc(100% - 48rem);
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 81.25em) {
  .has-no-flex
    .creative--expandable-video-v2.right-aligned-video
    .video-container__cta {
    width: 33.25rem;
  }
}
.creative--fabric-v1__label {
  text-align: left;
}
.ad-slot--fabric-v1 .creative--fabric-v1__label {
  width: auto;
  display: block;
  margin-top: 0;
}
.creative--fabric-v1__label .fc-container__inner {
  padding-top: 0;
  border-top: 0;
}
.creative--fabric-v1-bg-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.creative--fabric-v1-bg-container .ad-scrolling-bg {
  position: absolute;
  top: 0;
  height: 31.25rem;
  width: 100%;
  background-repeat: no-repeat;
}
.creative--fabric-v1-bg-container .ad-scrolling-bg-parallax {
  background-attachment: scroll;
}
.is-modern
  .creative--fabric-v1-bg-container
  .fabric-v1_layer.ad-scrolling-text-hide {
  background-position: 0 -15.625rem;
}
.is-modern
  .creative--fabric-v1-bg-container
  .fabric-v1_layer.ad-scrolling-text-hide-left {
  background-position: left -15.625rem;
}
.is-modern
  .creative--fabric-v1-bg-container
  .fabric-v1_layer.ad-scrolling-text-hide-right {
  background-position: right -15.625rem;
}
.is-modern
  .creative--fabric-v1-bg-container
  .fabric-v1_layer.ad-scrolling-text-hide-centre {
  background-position: center -15.625rem;
}
.is-modern
  .creative--fabric-v1-bg-container
  .fabric-v1_layer.ad-scrolling-text-animate {
  -webkit-animation: textanimation 1.4s ease 0.4s;
  animation: textanimation 1.4s ease 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-modern
  .creative--fabric-v1-bg-container
  .fabric-v1_layer.ad-scrolling-text-animate-left {
  -webkit-animation: textanimation 1.4s ease 0.4s;
  animation: textanimation 1.4s ease 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-modern
  .creative--fabric-v1-bg-container
  .fabric-v1_layer.ad-scrolling-text-animate-right {
  -webkit-animation: textanimation-right 1.4s ease 0.4s;
  animation: textanimation-right 1.4s ease 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-modern
  .creative--fabric-v1-bg-container
  .fabric-v1_layer.ad-scrolling-text-animate-centre {
  -webkit-animation: textanimation-centre 1.4s ease 0.4s;
  animation: textanimation-centre 1.4s ease 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.creative--fabric-v1-bg-container .ad-slot__label {
  position: relative;
  text-align: left;
}
.creative--fabric-v1-bg-container .fc-container__inner {
  padding-top: 0;
  border-top: 0;
}
.creative--fabric-v1 {
  height: 15.625rem;
}
.creative--fabric-v1 .gs-container {
  height: 100%;
}
.creative--fabric-v1 .fabric-v1_video {
  position: absolute;
  z-index: 10;
  margin-left: 0;
  margin-top: 0;
}
.creative--fabric-v1 .fabric-v1_video.fabric-v1_video--vert-pos-top {
  top: 0;
}
.creative--fabric-v1 .fabric-v1_video.fabric-v1_video--vert-pos-center {
  top: 50%;
  margin-top: -7.1875rem;
}
.creative--fabric-v1 .fabric-v1_video.fabric-v1_video--vert-pos-bottom {
  top: auto;
  bottom: 0;
}
.creative--fabric-v1 .fabric-v1_video.fabric-v1_video--horiz-pos-left {
  left: 0;
}
.creative--fabric-v1 .fabric-v1_video.fabric-v1_video--horiz-pos-center {
  margin-left: -12.8125rem;
  left: 50%;
}
.creative--fabric-v1 .fabric-v1_video.fabric-v1_video--horiz-pos-right {
  left: auto;
  right: 0;
}
.creative--fabric-v1 .fabric-v1_layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
}
.creative--fabric-v1 .fabric-v1_layer2 {
  z-index: 2;
}
.creative--fabric-v1 .fabric-v1_layer3 {
  z-index: 3;
}
@media (max-width: 46.24em) {
  .creative--fabric-expanding-v1 .expandable_video {
    bottom: 1.125rem;
  }
}
@media (min-width: 46.25em) {
  .top-banner-ad-container .ad-slot--top-banner-ad__fabric-v1 {
    height: auto;
    padding: 0;
  }
}
@-webkit-keyframes textanimation {
  0% {
    background-position: 0 -15.625rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes textanimation {
  0% {
    background-position: 0 -15.625rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes textanimation-right {
  0% {
    background-position: right -15.625rem;
  }
  75% {
    background-position: right 0;
  }
  100% {
    background-position: right 0;
  }
}
@keyframes textanimation-right {
  0% {
    background-position: right -15.625rem;
  }
  75% {
    background-position: right 0;
  }
  100% {
    background-position: right 0;
  }
}
@-webkit-keyframes textanimation-centre {
  0% {
    background-position: center -15.625rem;
  }
  75% {
    background-position: center 0;
  }
  100% {
    background-position: center 0;
  }
}
@keyframes textanimation-centre {
  0% {
    background-position: center -15.625rem;
  }
  75% {
    background-position: center 0;
  }
  100% {
    background-position: center 0;
  }
}
@-webkit-keyframes chevronanimation {
  0%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
  }
  70% {
    -webkit-transform: translateY(0.3125rem);
    transform: translateY(0.3125rem);
  }
}
@keyframes chevronanimation {
  0%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
  }
  70% {
    -webkit-transform: translateY(0.3125rem);
    transform: translateY(0.3125rem);
  }
}
.creative__background-parent {
  contain: size layout style;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  clip: rect(0, auto, auto, 0);
}
.creative__background-parent .creative__background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.creative__background-parent .creative__background--parallax {
  position: absolute;
}
.creative__background-parent .creative__background--fixed {
  position: fixed;
}
.creative--fabric-video {
  position: relative;
  height: 15.625rem;
  max-width: 120rem;
  margin: auto;
}
.creative--fabric-video > .creative__link,
.creative--fabric-video .creative__video,
.creative--fabric-video .creative__poster,
.creative--fabric-video .creative__alt,
.creative--fabric-video .creative__layer,
.creative--fabric-video .creative__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.creative--fabric-video .creative__video {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.creative--fabric-video .creative__video--left {
  object-position: left;
}
.creative--fabric-video .creative__poster {
  background-position: center;
  background-repeat: no-repeat;
}
.creative--fabric-video .creative__alt--mobile .creative__layer {
  background-repeat: no-repeat;
}
.creative--fabric-video .creative__layer {
  background-repeat: no-repeat;
}
.creative--fabric-video .creative__layer1 {
  z-index: 1;
}
.creative--fabric-video .creative__layer2 {
  z-index: 2;
}
.creative--fabric-video .creative__layer3 {
  z-index: 3;
}
.creative--fabric-video .creative__slide {
  opacity: 0;
  -webkit-animation-name: fade-in-out;
  animation-name: fade-in-out;
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.creative--fabric-video .is-animating .creative__slide {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.creative--fabric-video .creative__slide1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 5.25s;
  animation-duration: 5.25s;
}
.creative--fabric-video .creative__slide2 {
  -webkit-animation-delay: 4.75s;
  animation-delay: 4.75s;
}
.creative--fabric-video .creative__slide3 {
  -webkit-animation-delay: 7.75s;
  animation-delay: 7.75s;
}
.creative--fabric-video .creative__slide4 {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-delay: 10.75s;
  animation-delay: 10.75s;
  -webkit-animation-duration: 5.25s;
  animation-duration: 5.25s;
}
.creative--fabric-video .click_button {
  position: absolute;
  top: 62%;
  left: 50%;
  margin-left: -5.3125rem;
}
@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gu-comlabel {
  color: #121212;
}
.gu-comlabel .gu-comlabel__btn {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 0.875rem;
  line-height: 0.625rem;
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  width: 2.0625rem;
  padding: 0.5625rem 0.4375rem 0.0625rem;
  border-radius: 100%;
  z-index: 1030;
  background-color: #fedd79;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.gu-comlabel .gu-comlabel__btn.is-active:before {
  top: 2rem;
  border-bottom-color: #fedd79;
  margin-left: -0.375rem;
}
.gu-comlabel .gu-comlabel__btn:after {
  display: none;
}
@media (min-width: 25em) and (max-width: 41.24em) {
  .gu-comlabel .gu-comlabel__btn {
    top: 1.125rem;
    right: 1.25rem;
    padding: 0.6875rem 0.625rem 0.3125rem;
    width: 2.4375rem;
  }
  .gu-comlabel .gu-comlabel__btn.is-active::before {
    top: 2.375rem;
  }
}
.gu-comlabel__icon {
  display: block;
}
.gu-comlabel__icon svg {
  width: 0.8125rem;
  height: 0.8125rem;
  fill: #121212;
  vertical-align: middle;
}
.gu-compopup {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding: 0.375rem;
  width: 80%;
  top: 2.75rem;
  left: auto;
  right: 0.375rem;
  z-index: 1030;
  text-align: left;
  max-width: 16em;
  background-color: #fedd79;
}
@media (min-width: 25em) and (max-width: 41.24em) {
  .gu-compopup {
    padding: 0.75rem 0.9375rem;
    top: 3.875rem;
  }
}
.gu-compopup .gu-compopup__title {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin: 0;
  font-family: inherit;
  font-weight: bold;
}
.gu-compopup__text {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}
.gu-compopup__link {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: bold;
  color: #121212;
  float: left;
}
.paidfor-band {
  background: #69d1ca;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.paidfor-band .popup__toggle,
.paidfor-band .popup--paidfor__link,
.paidfor-band .paidfor-band__inner > a {
  outline-color: #ffe500;
}
.has-super-sticky-banner .paidfor-band {
  position: static;
}
.paidfor-band .paidfor-meta,
.paidfor-band .paidfor-meta__label,
.paidfor-band .paidfor-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.paidfor-band .paidfor-meta__label {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.paidfor-band .popup__toggle:focus:not(:hover) {
  outline-style: auto;
  outline-width: 0.3125rem;
}
.paidfor-band .paidfor-meta__label,
.paidfor-band .paidfor-meta__more > .popup__toggle {
  padding: 0.25rem 0.625rem;
}
.paidfor-band .paidfor-meta__label {
  padding-left: 0;
}
.paidfor-band__inner {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (min-width: 30em) {
  .paidfor-band__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .paidfor-band__inner {
    border: 0.0625rem solid #999;
    border-bottom: 0;
    border-top: 0;
  }
}
.paidfor-band__inner .inline-glabs-logo__svg {
  margin-top: 0.1875rem;
  margin-right: 7.5rem;
}
@media (min-width: 61.25em) {
  .paidfor-band__inner .inline-glabs-logo__svg {
    margin-right: 0;
  }
}
.paidfor-meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #121212;
}
.paidfor-meta__label,
.paidfor-meta__more {
  display: inline-block;
}
.paidfor-meta__label,
.paidfor-meta__more > .popup__toggle {
  padding: 0.25rem 0.3125rem;
}
.paidfor-meta__label {
  font-weight: 700;
}
.commercial__header .paidfor-meta__label {
  padding-left: 0;
}
.paidfor-label .popup__toggle {
  border-left: 0.0625rem solid #65a897;
  border-right: 0.0625rem solid #65a897;
  display: inline-block;
}
.commercial__header .paidfor-label .popup__toggle {
  border: 0;
  font-weight: 400;
}
.popup--paidfor {
  background: #121212;
  box-shadow: none;
  left: -0.625rem;
  top: 3rem;
  padding: 0.75rem 1.25rem;
  color: #fff;
  width: 13.75rem;
  border-radius: 0.1875rem;
  z-index: 1070;
}
.popup--paidfor,
.popup--paidfor h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.popup--paidfor__title {
  display: block;
  margin: 0 0 0.75rem;
}
a.popup--paidfor__link {
  color: #69d1ca;
  display: block;
}
a.popup--paidfor__link svg {
  display: inline-block;
  vertical-align: middle;
  fill: #69d1ca;
  height: 1.25rem;
  width: 1.25rem;
}
.survey-close {
  position: absolute;
  cursor: pointer;
  top: 0.25rem;
  right: 0.5rem;
}
.survey-close svg {
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}
.survey-overlay-simple {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1050;
  width: 100%;
  height: 100%;
}
.survey-overlay-simple .site-message__close-btn {
  border-color: #333333;
  width: 2.625rem;
  height: 2.625rem;
}
@media (max-width: 46.24em) {
  .survey-overlay-simple .site-message__close-btn {
    position: static;
  }
}
.survey-overlay-simple .site-message__close-btn .inline-icon {
  fill: #333333;
}
.survey-overlay-simple .survey-container {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7.5%;
  right: 7.5%;
  max-height: 90%;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow-y: scroll;
}
@media (min-width: 46.25em) {
  .survey-overlay-simple .survey-container {
    left: 50%;
    top: 33.33333%;
    width: 37.5rem;
    height: auto;
    margin-left: -18.75rem;
    margin-top: 2.5rem;
    overflow-y: auto;
  }
}
.survey-overlay-simple .survey-logo {
  position: absolute;
  bottom: 1.5625rem;
  right: 1.25rem;
}
.survey-overlay-simple .survey-logo svg {
  fill: #333333;
  width: 1.625rem;
}
.survey-overlay-simple .survey-icon {
  text-align: center;
  padding-top: 2.5rem;
  background-color: #e3e3e3;
  line-height: 0.625rem;
}
.survey-overlay-simple .survey-icon svg {
  width: 15rem;
  height: 9.625rem;
}
@media (min-width: 46.25em) {
  .survey-overlay-simple .survey-icon svg {
    width: 21.875rem;
    height: 14.125rem;
  }
}
.survey-overlay-simple .survey-text__header {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.375rem 0 0 0.625rem;
  background-color: #f8b600;
  height: 2.75rem;
}
.survey-overlay-simple .survey-text__strong {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.375rem 0 0 0.625rem;
  background-color: #f8b600;
  height: 2.75rem;
}
.survey-overlay-simple .survey-text {
  padding: 0.25rem 0.625rem 0;
}
.vergadain {
  box-sizing: border-box;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-bottom: 0.375rem;
}
.vergadain:hover,
.vergadain:focus {
  text-decoration: none;
}
.vergadain:hover .advert__title,
.vergadain:focus .advert__title {
  text-decoration: underline;
}
.vergadain,
.vergadain:active {
  color: inherit;
}
.has-no-flex .vergadain:not(.vergadain--small):not(.vergadain--landscape) {
  padding-top: 8.25rem;
  position: relative;
}
.has-no-flex .vergadain--landscape {
  overflow: hidden;
}
.has-no-flex .vergadain--landscape > .advert__image-container {
  float: right;
  position: static;
  margin: 0;
}
.has-no-flex .vergadain--landscape > .advert__text {
  float: left;
  width: calc(100% - 9.58333rem);
}
.has-no-flex .vergadain--inverse > .advert__image-container {
  float: left;
}
.has-no-flex .vergadain--inverse > .advert__text {
  float: right;
}
.vergadain--manual .advert__image-container {
  height: auto;
}
@media (min-width: 23.4375em) and (max-width: 29.99em) {
  .vergadain--single {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vergadain--single > .advert__text,
  .vergadain--single > .advert__image-container {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .vergadain--single > .advert__text {
    margin-left: 0.625rem;
  }
}
.vergadain--single .advert__standfirst {
  margin-top: 0.375rem;
  opacity: 0.7;
}
.vergadain--single .advert__image {
  width: 100%;
}
.vergadain--single:hover .button--tertiary,
.vergadain--single:focus .button--tertiary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #c3c3c3;
}
.advert__title {
  font-size: 1rem;
  line-height: 1.25;
}
.advert__title.u-text-hyphenate {
  max-width: 100%;
}
.advert__kicker {
  color: #767676;
}
.advert__kicker::after {
  content: '/';
  display: inline-block;
  margin-left: 0.2em;
  color: #919191;
}
.paidfor-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.advert__image-container {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 0.375rem;
  width: 100%;
}
@media (min-width: 46.25em) {
  .advert__image-container {
    height: 8.25rem;
  }
}
@media (min-width: 61.25em) {
  .advert__image-container {
    overflow: auto;
  }
}
.has-no-flex .advert__image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.advert__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.advert__meta {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
}
.advert__meta--scarcity {
  color: #ff4e36;
}
.advert__more {
  margin-top: 0.375rem;
}
.vergadain--small > .advert__title {
  padding-top: 0.375rem;
}
@media (min-width: 46.25em) {
  .vergadain--large {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 0;
  }
  .vergadain--large > .advert__text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.375rem 0.625rem 0.375rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vergadain--large > .advert__text > .advert__more {
    margin-top: auto;
  }
  .vergadain--large > .advert__image-container {
    -webkit-flex-basis: calc(50% - 0.625rem);
    -ms-flex-preferred-size: calc(50% - 0.625rem);
    flex-basis: calc(50% - 0.625rem);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
  .vergadain--large .advert__image {
    width: 100%;
  }
  .vergadain--inverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .vergadain--inverse .advert__text {
    padding: 0.375rem 0 0.375rem 0.625rem;
  }
  .vergadain--inverse > .advert__image-container {
    margin-left: 0;
    margin-right: 0.625rem;
  }
  .vergadain--thumbnail .advert__image-container {
    width: 9.58333rem;
  }
  .vergadain--thumbnail .advert__text {
    padding-left: 0;
  }
  .vergadain--large--1x3 > .advert__image-container {
    -webkit-flex-basis: calc(75% - 0.625rem);
    -ms-flex-preferred-size: calc(75% - 0.625rem);
    flex-basis: calc(75% - 0.625rem);
  }
  .vergadain--large--1x2 > .advert__image-container {
    -webkit-flex-basis: calc(66.67% - 0.625rem);
    -ms-flex-preferred-size: calc(66.67% - 0.625rem);
    flex-basis: calc(66.67% - 0.625rem);
  }
  .has-no-flex .vergadain--large--1x3 > .advert__image-container {
    width: calc(75% - 0.625rem);
  }
  .has-no-flex .vergadain--large--1x2 > .advert__image-container {
    width: calc(66.67% - 0.625rem);
  }
  .has-no-flex .vergadain--large--1x3 > .advert__text {
    width: calc(25% - 0.625rem);
  }
  .has-no-flex .vergadain--large--1x2 > .advert__text {
    width: calc(33.33% - 0.625rem);
  }
}
.dumathoin {
  margin: 0 0.625rem;
  position: relative;
}
@media (min-width: 46.25em) {
  .dumathoin {
    margin: 0 calc(50% - 23.125rem);
  }
}
@media (min-width: 61.25em) {
  .dumathoin {
    margin: 0 calc(50% - 30.625rem);
  }
}
@media (min-width: 71.25em) {
  body:not(.has-page-skin) .dumathoin {
    margin: 0 calc(50% - 35.625rem);
  }
}
@media (min-width: 81.25em) {
  body:not(.has-page-skin) .dumathoin {
    margin: 0 calc(50% - 40.625rem);
  }
}
.dumathoin .button {
  transition: border-color 0.1s, background-color 0.1s;
}
.dumathoin__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.375rem 0.625rem;
  width: 100%;
}
@media (min-width: 30em) and (max-width: 71.24em) {
  .dumathoin__header {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.375rem 1.25rem;
  }
}
@media (min-width: 71.25em) {
  .dumathoin__header {
    padding: 0.75rem 0.5rem;
    width: 10rem;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .dumathoin__header {
    padding: 0 1.25rem;
  }
}
@media (min-width: 81.25em) {
  .dumathoin__header {
    padding: 0.75rem 1.25rem;
    width: 15rem;
  }
}
.dumathoin__header .button {
  color: #ffffff;
}
.dumathoin__title {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .dumathoin__title {
    max-width: 12.5rem;
  }
}
@media (min-width: 22.5em) {
  .dumathoin__title {
    max-width: 16.25rem;
  }
}
@media (min-width: 41.25em) {
  .dumathoin__title {
    max-width: 37.5rem;
  }
}
.dumathoin__blurb {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 71.24em) {
  .dumathoin__blurb {
    display: none;
  }
}
@media (min-width: 71.25em) {
  .dumathoin__blurb {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    font-family: 'Guardian Egyptian Web', Georgia, serif;
    font-weight: normal;
  }
}
.dumathoin__body {
  position: relative;
  padding-bottom: 0.75rem;
}
@media (min-width: 30em) {
  .dumathoin__body {
    box-sizing: border-box;
    max-width: 41.25rem;
  }
}
@media (min-width: 46.25em) {
  .dumathoin__body {
    max-width: 46.25rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 61.25em) {
  .dumathoin__body {
    max-width: 61.25rem;
  }
}
@media (min-width: 71.25em) {
  .dumathoin__body {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 46.24em) {
  .dumathoin__body {
    margin: auto;
  }
}
.dumathoin--legacy {
  background: #ededed;
}
@media (max-width: 46.24em) {
  .dumathoin--legacy {
    padding: 0;
  }
}
.dumathoin--legacy .button {
  margin-right: 0;
}
@media (min-width: 71.25em) {
  .dumathoin--legacy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .has-no-flex .dumathoin--legacy {
    display: table;
  }
  .has-no-flex .dumathoin--legacy::before,
  .has-no-flex .dumathoin--legacy::after,
  .has-no-flex .dumathoin--legacy > .dumathoin__body,
  .has-no-flex .dumathoin--legacy > .dumathoin__header {
    display: table-cell;
    vertical-align: top;
  }
}
.dumathoin--legacy .adverts__logo {
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 71.24em) {
  .dumathoin--legacy .adverts__logo {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 71.25em) {
  .dumathoin--legacy .adverts__logo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dumathoin--legacy .adverts__logo > * + * {
    margin-top: 0.375rem;
  }
}
.dumathoin--legacy .advert__title,
.dumathoin--legacy .advert__standfirst,
.dumathoin--legacy .advert__meta {
  max-width: 100%;
}
.dumathoin--legacy .dumathoin__row {
  padding: 0.375rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dumathoin--legacy .dumathoin__row > * {
  margin: 0 0.625rem;
  position: relative;
  min-width: 0;
}
.dumathoin--legacy .dumathoin__row > * .advert__image-container {
  max-width: 100%;
}
@media (max-width: 46.24em) {
  .dumathoin--legacy .dumathoin__row > * {
    -webkit-flex-basis: calc(50% - 1.25rem);
    -ms-flex-preferred-size: calc(50% - 1.25rem);
    flex-basis: calc(50% - 1.25rem);
  }
  .dumathoin--legacy .dumathoin__row > :nth-child(2) ~ * {
    margin-top: 0.75rem;
  }
  .dumathoin--legacy .dumathoin__row > * + * {
    position: relative;
  }
  .dumathoin--legacy .dumathoin__row > * + *:nth-child(even)::before {
    content: '';
    position: absolute;
    left: -0.625rem;
    top: 0;
    bottom: 0;
    margin-left: 0;
    width: 0.0625rem;
    background: #dcdcdc;
  }
}
@media (min-width: 46.25em) {
  .dumathoin--legacy .dumathoin__row {
    padding: 0.75rem 0.625rem;
  }
  .dumathoin--legacy .dumathoin__row > * + * {
    position: relative;
  }
  .dumathoin--legacy .dumathoin__row > * + *::before {
    content: '';
    position: absolute;
    left: -0.625rem;
    top: 0;
    bottom: 0;
    margin-left: 0;
    width: 0.0625rem;
    background: #dcdcdc;
  }
}
@media (min-width: 61.25em) {
  .dumathoin--legacy .dumathoin__row {
    padding-bottom: 0;
  }
  .has-no-flex .dumathoin--legacy .dumathoin__row {
    clear: both;
    max-width: 61.25rem;
  }
  .has-no-flex .dumathoin--legacy .dumathoin__row > * {
    float: left;
    width: calc(25% - 1.25rem);
  }
  .has-no-flex .dumathoin--legacy .dumathoin__row > :only-child {
    width: calc(100% - 1.25rem);
  }
  .has-no-flex
    .dumathoin--legacy
    .dumathoin__row
    > :first-child:nth-last-child(2),
  .has-no-flex .dumathoin--legacy .dumathoin__row > :nth-child(2):last-child {
    width: calc(50% - 1.25rem);
  }
}
.dumathoin--legacy .dumathoin__row--wrap {
  position: relative;
  padding-top: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 30em) {
  .dumathoin--legacy .dumathoin__row--wrap > *::before {
    content: none;
  }
}
@media (min-width: 46.25em) {
  .dumathoin--legacy .dumathoin__2cols > * {
    position: relative;
    z-index: 1;
  }
  .dumathoin--legacy .dumathoin__2cols::after {
    content: '';
    position: absolute;
    left: calc((100% - 1.25rem) / 2);
    top: 0;
    bottom: 0;
    margin-left: 0.625rem;
    width: 0.0625rem;
    background: #dcdcdc;
  }
}
@media (min-width: 46.25em) {
  .dumathoin--legacy .dumathoin__3cols > * {
    position: relative;
    z-index: 1;
  }
  .dumathoin--legacy .dumathoin__3cols::before {
    content: '';
    position: absolute;
    left: calc((100% - 1.25rem) / 3);
    top: 0;
    bottom: 0;
    margin-left: 0.625rem;
    width: 0.0625rem;
    background: #dcdcdc;
  }
  .dumathoin--legacy .dumathoin__3cols::after {
    content: '';
    position: absolute;
    left: calc((100% - 1.25rem) / 3 * 2);
    top: 0;
    bottom: 0;
    margin-left: 0.625rem;
    width: 0.0625rem;
    background: #dcdcdc;
  }
}
.dumathoin--legacy-single .vergadain {
  -webkit-flex-basis: calc(100% - 1.25rem);
  -ms-flex-preferred-size: calc(100% - 1.25rem);
  flex-basis: calc(100% - 1.25rem);
}
@media (min-width: 30em) {
  .dumathoin--legacy-single .vergadain {
    -webkit-flex-basis: calc(75% - 1.25rem);
    -ms-flex-preferred-size: calc(75% - 1.25rem);
    flex-basis: calc(75% - 1.25rem);
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .dumathoin--legacy-single .vergadain--inverse > .advert__image-container {
    -webkit-flex-basis: calc(33.33% - 0.625rem);
    -ms-flex-preferred-size: calc(33.33% - 0.625rem);
    flex-basis: calc(33.33% - 0.625rem);
    margin-right: 0;
  }
  .dumathoin--legacy-single .dumathoin__row > .vergadain::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin-left: 0.625rem;
    width: 0.0625rem;
    background: #dcdcdc;
  }
  .dumathoin--legacy-single .dumathoin__row > .button {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .dumathoin--legacy-single .dumathoin__row > .button::before {
    content: none;
  }
}
.has-no-flex .dumathoin--legacy-single .vergadain {
  width: calc(75% - 1.25rem);
}
.has-no-flex
  .dumathoin--legacy-single
  .vergadain--landscape
  > .advert__image-container {
  width: calc(33.33% - 0.625rem);
}
.adverts__kicker .paidfor-meta__label {
  padding-left: 0;
}
.adverts__kicker .paidfor-label .popup__toggle {
  border: 0;
}
.dumathoin__stamp {
  margin-top: auto;
}
@media (max-width: 46.24em) {
  .dumathoin__row > * + * {
    margin-top: 0.75rem;
  }
}
@media (min-width: 46.25em) {
  .dumathoin__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 0.625rem 0;
  }
  .dumathoin__row > * {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 46.25em) {
  .dumathoin__row--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.dumathoin__2cols > * {
  -webkit-flex-basis: calc(50% - 0.625rem);
  -ms-flex-preferred-size: calc(50% - 0.625rem);
  flex-basis: calc(50% - 0.625rem);
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.dumathoin__2cols > :nth-child(even) {
  margin-left: 1.25rem;
}
.dumathoin__2cols > :nth-child(2) ~ * {
  margin-top: 0.75rem;
}
.has-no-flex .dumathoin--legacy .dumathoin__2cols > * {
  float: left;
  width: calc(50% - 0.625rem);
}
.has-no-flex .dumathoin--legacy .dumathoin__2cols > :nth-child(even) {
  margin-left: 0.9375rem;
}
.has-no-flex .dumathoin--legacy .dumathoin__2cols > :nth-child(odd) {
  clear: left;
}
.dumathoin__3cols > * {
  -webkit-flex-basis: calc(33.33% - 1.25rem);
  -ms-flex-preferred-size: calc(33.33% - 1.25rem);
  flex-basis: calc(33.33% - 1.25rem);
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.dumathoin__3cols > :nth-child(3) ~ * {
  margin-top: 0.75rem;
}
.has-no-flex .dumathoin--legacy .dumathoin__3cols > * {
  float: left;
  width: calc(33.33% - 1.25rem);
}
.has-no-flex .dumathoin--legacy .dumathoin__3cols > :nth-child(3n + 1) {
  clear: left;
}
@media (min-width: 46.25em) {
  .dumathoin__row--2x1x1 > :nth-child(1),
  .dumathoin__row--1x2x1 > :nth-child(2),
  .dumathoin__row--1x1x2 > :nth-child(3) {
    -webkit-flex-basis: calc(50% - 1.25rem - 0.0625rem);
    -ms-flex-preferred-size: calc(50% - 1.25rem - 0.0625rem);
    flex-basis: calc(50% - 1.25rem - 0.0625rem);
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .has-no-flex .dumathoin__row--2x1x1 > :nth-child(1),
  .has-no-flex .dumathoin__row--1x2x1 > :nth-child(2),
  .has-no-flex .dumathoin__row--1x1x2 > :nth-child(3) {
    width: calc(50% - 1.25rem - 0.0625rem);
  }
  .dumathoin__row--3x1 > :nth-child(1),
  .dumathoin__row--1x3 > :nth-child(2) {
    -webkit-flex-basis: calc(75% - 1.25rem);
    -ms-flex-preferred-size: calc(75% - 1.25rem);
    flex-basis: calc(75% - 1.25rem);
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .has-no-flex .dumathoin__row--3x1 > :nth-child(1),
  .has-no-flex .dumathoin__row--1x3 > :nth-child(2) {
    width: calc(75% - 1.25rem);
  }
}
.dumathoin__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dumathoin__column:not(.dumathoin__2cols) > * + * {
  margin-top: 0.75rem;
}
@media (min-width: 46.25em) {
  .dumathoin-more {
    margin: 0.75rem 0;
  }
}
.dumathoin-more:not([open]) .inline-minus,
.dumathoin-more[open] .inline-plus {
  display: none;
}
.dumathoin-more:not([open]) > *:not(summary) {
  display: none;
}
.has-no-flex .dumathoin-more {
  clear: both;
  padding-top: 0.75rem;
}
.dumathoin-more__button {
  cursor: pointer;
  display: block;
  margin: 0 0 0.75rem 0.625rem;
  outline: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 62.5rem;
}
.dumathoin-more__button::-webkit-details-marker {
  display: none;
}
@media (min-width: 46.25em) {
  .dumathoin-more__button {
    margin-left: 1.25rem;
  }
}
.vergadain--branded {
  padding-bottom: 6rem;
}
.paidfor-container .badge--branded {
  padding-right: 0;
  max-width: 100%;
}
.paidfor-container .badge__link {
  height: 100%;
}
.paidfor-container .badge__label {
  text-align: center;
  width: 100%;
}
.paidfor-container .badge__logo {
  max-width: 100%;
  margin-left: 0;
}
@media (max-width: 46.24em) {
  .dumathoin--capi .dumathoin__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dumathoin--capi .dumathoin__row > * {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .dumathoin--capi .dumathoin__row > * + * {
    margin-top: 0.75rem;
  }
  .dumathoin--capi .dumathoin__row > * + .vergadain,
  .dumathoin--capi .dumathoin__row > * + * > .vergadain {
    padding-top: 0.375rem;
  }
  .dumathoin--capi .dumathoin__row > * + :nth-child(even)::before {
    content: none;
  }
}
.dumathoin--capi .vergadain > :last-child {
  margin-bottom: 0;
}
.paidfor-container {
  margin: 0 0.625rem;
  min-height: 5rem;
}
@media (max-width: 46.24em) {
  .paidfor-container .advert__standfirst {
    min-height: 2.25rem;
  }
  .paidfor-container:first-child > .vergadain {
    padding-bottom: 0.375rem;
  }
  .paidfor-container:first-child .advert__title,
  .paidfor-container:first-child .advert__standfirst {
    padding-right: 5rem;
    max-width: 32.5rem;
  }
  .paidfor-container:not(:first-child) > .vergadain {
    padding-right: 5rem;
    padding-bottom: 0;
    min-height: 5rem;
  }
  .paidfor-container .badge {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 3.75rem;
  }
}
@media (max-width: 46.24em) {
  .dumathoin--paidfor .dumathoin__stamp {
    position: absolute;
    top: 0.375rem;
    right: 0.625rem;
  }
  .dumathoin--paidfor .inline-glabs-logo > svg {
    width: 5.625rem;
    height: 2.9375rem;
  }
}
@media (min-width: 30em) and (max-width: 71.24em) {
  .dumathoin--paidfor .dumathoin__header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dumathoin--paidfor .adverts__kicker {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.dumathoin--tone-paidfor {
  background-color: #ededed;
  position: relative;
}
.dumathoin--tone-paidfor .dumathoin__header {
  background: #69d1ca;
}
.dumathoin--tone-paidfor .inline-icon__svg {
  fill: #69d1ca;
}
.dumathoin--tone-paidfor .adverts__logo {
  color: #ffffff;
}
.dumathoin--tone-paidfor .dumathoin__stamp {
  text-align: right;
}
.dumathoin--tone-paidfor .dumathoin__row > * + *::before,
.dumathoin--tone-paidfor .dumathoin__row--legacy > .advert::after,
.dumathoin--tone-paidfor .dumathoin__2cols::after,
.dumathoin--tone-paidfor .dumathoin__3cols::before,
.dumathoin--tone-paidfor .dumathoin__3cols::after {
  background: #dcdcdc;
}
.dumathoin--tone-paidfor .button {
  background-color: #69d1ca;
  border-color: #69d1ca;
}
.dumathoin--tone-paidfor .button:hover,
.dumathoin--tone-paidfor .button:focus,
.dumathoin--tone-paidfor .button:active {
  background-color: #55cbc3;
  border-color: #55cbc3;
}
.dumathoin-more__button {
  background: #69d1ca;
  border-color: #69d1ca;
}
.dumathoin-more__button .inline-icon__svg {
  fill: #767676;
}
@media (min-width: 61.25em) {
  .dumathoin-more__button {
    float: left;
  }
  .dumathoin-more__button + * {
    clear: left;
  }
}
.dumathoin-more[open] .dumathoin-more__button {
  background: none;
  border-color: #dcdcdc;
  color: #121212;
}
.adverts--tone-supported {
  background: none;
}
.adverts--tone-supported::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 0.0625rem solid #00b2ff;
}
@media (min-width: 46.25em) {
  .adverts--tone-supported::before {
    width: 46.25rem;
  }
}
@media (min-width: 61.25em) {
  .adverts--tone-supported::before {
    width: 61.25rem;
  }
}
@media (min-width: 71.25em) {
  .adverts--tone-supported::before {
    width: 71.25rem;
  }
}
@media (min-width: 81.25em) {
  .adverts--tone-supported::before {
    width: 81.25rem;
  }
}
.adverts--tone-supported .adverts__logo {
  color: #041f4a;
}
.adverts--tone-supported .badge__help {
  color: #767676;
}
.vergadain--capi {
  border-top: 0.0625rem solid;
  transition: background 0.1s;
}
.vergadain--capi .advert__title,
.vergadain--capi .advert__meta,
.vergadain--capi .advert__standfirst {
  padding: 0 0.3125rem;
}
.vergadain--capi .advert__meta {
  margin-top: auto;
  margin-bottom: 0.1875rem;
}
.vergadain--capi .advert__title {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.vergadain--capi .advert__title:hover,
.vergadain--capi .advert__title:focus {
  text-decoration: none;
}
.vergadain--capi .advert__title .inline-icon__svg {
  width: 1.1em;
  height: 0.75em;
  margin-right: 0.3em;
}
.vergadain--capi:not(.vergadain--landscape) > .advert__image-container {
  width: 100%;
}
.vergadain--capi:not(.vergadain--landscape) .advert__image {
  width: 100%;
}
@media (min-width: 61.25em) {
  .vergadain--capi:not(.vergadain--landscape) .advert__image {
    min-height: 8.25rem;
  }
}
.vergadain--capi:not(.vergadain--landscape)
  .advert__standfirst:not(:last-child) {
  margin-bottom: 0.375rem;
}
@media (min-width: 61.25em) {
  .has-page-skin .vergadain--capi:not(.vergadain--landscape) .advert__image {
    min-height: 0;
  }
}
.vergadain--capi .advert__image-container {
  height: auto;
}
.has-no-flex
  .vergadain--capi:not(.vergadain--small):not(.vergadain--landscape) {
  padding-top: 0;
}
.has-no-flex
  .vergadain--capi:not(.vergadain--small):not(.vergadain--landscape)
  > :first-child {
  padding-top: 66%;
}
.vergadain--paidfor {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  background: #f6f6f6;
  border-top-color: #69d1ca;
  width: 100%;
}
.vergadain--paidfor:hover,
.vergadain--paidfor:focus {
  background: #cacaca;
}
.vergadain--paidfor .advert__title .inline-icon__svg {
  fill: #767676;
}
.dumathoin--legacy-single .vergadain--paidfor {
  background: none;
  border-top: 0;
}
.dumathoin--legacy-single .vergadain--paidfor::after {
  background-color: #767676;
}
.dumathoin--legacy-single .vergadain--paidfor .advert__image-container {
  border-top: 0;
}
.vergadain--supported.vergadain--text {
  border-top-color: #00b2ff;
  background: #f6f6f6;
}
.vergadain--supported.vergadain--text:hover,
.vergadain--supported.vergadain--text:focus {
  background: #ededed;
}
.vergadain--supported.vergadain--media {
  border-top-color: #ffe500;
  background: #333;
  color: #ffffff;
}
.vergadain--supported.vergadain--media:hover,
.vergadain--supported.vergadain--media:focus {
  background: #000;
}
.vergadain--supported.vergadain--media
  .advert__title
  > .inline-icon
  .inline-icon__svg {
  fill: #ffe500;
}
@media (min-width: 61.25em) {
  .vergadain--supported > .advert__title {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}
.vergadain--supported > .advert__standfirst {
  display: none;
}
.adverts--within-unbranded .fc-item__title,
.adverts--within-unbranded .fc-item__standfirst {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .fc-item__container {
  background-color: #f6f6f6;
}
.adverts--within-unbranded:not(.fc-item--paid-content)
  .fc-item__container:hover,
.adverts--within-unbranded:not(.fc-item--paid-content)
  .fc-item__container.u-faux-block-link--hover {
  background-color: #ededed;
}
.adverts--within-unbranded:not(.fc-item--paid-content)
  .fc-item__container:before {
  background-color: #69d1ca !important;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .inline-icon__svg {
  fill: #69d1ca !important;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .fc-item__title {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-weight: 600;
  color: #121212;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .fc-item__link:visited,
.adverts--within-unbranded:not(.fc-item--paid-content)
  .fc-sublink__link:visited {
  color: #5c5c5c;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .fc-item__kicker {
  color: #69d1ca;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .fc-item__content {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media (min-width: 41.25em) and (max-width: 46.24em) {
  .adverts--within-unbranded:not(.fc-item--paid-content) .fc-item__content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.adverts--within-unbranded:not(.fc-item--paid-content) .fc-item__standfirst {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #757575;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .badge {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 0.625rem;
}
@media (max-width: 41.24em) {
  .adverts--within-unbranded:not(.fc-item--paid-content) .badge {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.adverts--within-unbranded:not(.fc-item--paid-content) .badge__label {
  color: #757575;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 41.24em) {
  .adverts--within-unbranded:not(.fc-item--paid-content) .badge__label {
    padding-right: 0.625rem;
  }
}
@media (max-width: 46.24em) {
  .adverts--within-unbranded:not(.fc-item--paid-content) .badge__link {
    width: 3.75rem;
  }
}
.adverts--within-unbranded:not(.fc-item--paid-content) .badge__logo {
  max-width: 100%;
  margin-left: 0;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .badge--no-image {
  margin-bottom: 0.375rem;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .badge__sponsor-name {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #121212;
}
.adverts--within-unbranded:not(.fc-item--paid-content) .inline-icon__svg {
  width: 1.1em;
  height: 0.75em;
  margin-right: 0.3em;
}
.ad-slot--frame {
  width: auto;
  border-top: #fedd79 0.0625rem solid;
}
@media (min-width: 41.25em) {
  .ad-slot--frame {
    margin-left: auto;
    margin-right: auto;
    width: 17.1875rem;
  }
}
@media (min-width: 46.25em) {
  .ad-slot--frame {
    width: auto;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
@media (min-width: 61.25em) {
  .ad-slot--frame {
    max-width: 18.75rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.ad-slot--frame.ad-slot--right {
  margin-left: auto;
  margin-right: auto;
}
.ad-slot--frame.ad-slot--liveblog-inline {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.frame {
  position: relative;
}
.frame__background-image {
  display: block;
  width: 100%;
}
.frame__foreground {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.375rem 0.625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.frame__link-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.frame__logo,
.frame__content,
.frame__cta {
  z-index: 1;
}
.frame__logo--top {
  margin-bottom: 0.75rem;
}
.frame__logo--bottom {
  position: absolute;
  bottom: 0.375rem;
  right: 0.625rem;
}
.frame__logo-image {
  display: block;
}
.frame__content {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
@media (min-width: 25em) and (max-width: 41.24em) {
  .frame__foreground {
    padding: 1.125rem 1.25rem;
  }
  .frame__content {
    max-width: 18em;
  }
  .frame__logo--bottom {
    bottom: 1.125rem;
    right: 1.25rem;
  }
}
.frame__content--left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}
.frame__content--center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.frame__content--right {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}
.frame__content--top {
  margin-bottom: auto;
}
.frame__content--middle {
  margin-bottom: auto;
  margin-top: auto;
}
.frame__content--bottom {
  margin-top: auto;
}
.frame__content-title {
  font-weight: normal;
  line-height: 1.2;
}
.frame__link {
  color: inherit;
}
.frame__cta {
  color: #ffffff;
  line-height: 1.875rem;
}
.frame__external-link-icon svg {
  width: 0.875rem;
  height: 0.625rem;
  padding-left: 0.25rem;
}
.has-no-flex .frame__logo,
.has-no-flex .frame__content,
.has-no-flex .frame__cta {
  position: absolute;
}
.has-no-flex .frame__logo--top {
  top: 0.375rem;
  left: 0.625rem;
}
.has-no-flex .frame__logo--bottom {
  bottom: 0.375rem;
  right: 0.625rem;
}
.has-no-flex .frame__cta {
  bottom: 0.375rem;
  left: 0.625rem;
}
.has-no-flex .frame__content--top {
  top: 3.75rem;
}
.has-no-flex .frame__content--bottom {
  bottom: 3.75rem;
}
.has-no-flex .frame__content--middle {
  top: 50%;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.has-no-flex .frame__content--left {
  left: 0.625rem;
}
.has-no-flex .frame__content--right {
  right: 0.625rem;
}
.has-no-flex .frame__content--center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.has-no-flex .frame__content--middle.frame__content--center {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media (min-width: 46.25em) {
  .crossword__container--quick {
    padding-left: 26.0625rem;
  }
  .crossword__container--quick.crossword__container--accessible {
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--quick .crossword__container__game {
    margin-left: -26.0625rem;
  }
}
.crossword__container--quick .crossword__container__grid-wrapper {
  width: 100%;
  height: 26.0625rem;
}
@media (min-width: 46.25em) {
  .crossword__container--quick .crossword__container__grid-wrapper {
    width: 26.0625rem;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--quick .crossword__controls {
    margin-left: -26.0625rem;
    width: 26.0625rem;
  }
}
.crossword__container--quick .crossword__hidden-input-wrapper {
  width: 7.69231%;
  height: 7.69231%;
}
@media (min-width: 46.25em) {
  .crossword__container--cryptic {
    padding-left: 30.0625rem;
  }
  .crossword__container--cryptic.crossword__container--accessible {
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--cryptic .crossword__container__game {
    margin-left: -30.0625rem;
  }
}
.crossword__container--cryptic .crossword__container__grid-wrapper {
  width: 100%;
  height: 30.0625rem;
}
@media (min-width: 46.25em) {
  .crossword__container--cryptic .crossword__container__grid-wrapper {
    width: 30.0625rem;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--cryptic .crossword__controls {
    margin-left: -30.0625rem;
    width: 30.0625rem;
  }
}
.crossword__container--cryptic .crossword__hidden-input-wrapper {
  width: 6.66667%;
  height: 6.66667%;
}
@media (min-width: 46.25em) {
  .crossword__container--prize {
    padding-left: 30.0625rem;
  }
  .crossword__container--prize.crossword__container--accessible {
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--prize .crossword__container__game {
    margin-left: -30.0625rem;
  }
}
.crossword__container--prize .crossword__container__grid-wrapper {
  width: 100%;
  height: 30.0625rem;
}
@media (min-width: 46.25em) {
  .crossword__container--prize .crossword__container__grid-wrapper {
    width: 30.0625rem;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--prize .crossword__controls {
    margin-left: -30.0625rem;
    width: 30.0625rem;
  }
}
.crossword__container--prize .crossword__hidden-input-wrapper {
  width: 6.66667%;
  height: 6.66667%;
}
@media (min-width: 46.25em) {
  .crossword__container--quiptic {
    padding-left: 30.0625rem;
  }
  .crossword__container--quiptic.crossword__container--accessible {
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--quiptic .crossword__container__game {
    margin-left: -30.0625rem;
  }
}
.crossword__container--quiptic .crossword__container__grid-wrapper {
  width: 100%;
  height: 30.0625rem;
}
@media (min-width: 46.25em) {
  .crossword__container--quiptic .crossword__container__grid-wrapper {
    width: 30.0625rem;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--quiptic .crossword__controls {
    margin-left: -30.0625rem;
    width: 30.0625rem;
  }
}
.crossword__container--quiptic .crossword__hidden-input-wrapper {
  width: 6.66667%;
  height: 6.66667%;
}
@media (min-width: 46.25em) {
  .crossword__container--genius {
    padding-left: 30.0625rem;
  }
  .crossword__container--genius.crossword__container--accessible {
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--genius .crossword__container__game {
    margin-left: -30.0625rem;
  }
}
.crossword__container--genius .crossword__container__grid-wrapper {
  width: 100%;
  height: 30.0625rem;
}
@media (min-width: 46.25em) {
  .crossword__container--genius .crossword__container__grid-wrapper {
    width: 30.0625rem;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--genius .crossword__controls {
    margin-left: -30.0625rem;
    width: 30.0625rem;
  }
}
.crossword__container--genius .crossword__hidden-input-wrapper {
  width: 6.66667%;
  height: 6.66667%;
}
@media (min-width: 46.25em) {
  .crossword__container--speedy {
    padding-left: 26.0625rem;
  }
  .crossword__container--speedy.crossword__container--accessible {
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--speedy .crossword__container__game {
    margin-left: -26.0625rem;
  }
}
.crossword__container--speedy .crossword__container__grid-wrapper {
  width: 100%;
  height: 26.0625rem;
}
@media (min-width: 46.25em) {
  .crossword__container--speedy .crossword__container__grid-wrapper {
    width: 26.0625rem;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--speedy .crossword__controls {
    margin-left: -26.0625rem;
    width: 26.0625rem;
  }
}
.crossword__container--speedy .crossword__hidden-input-wrapper {
  width: 7.69231%;
  height: 7.69231%;
}
@media (min-width: 46.25em) {
  .crossword__container--everyman {
    padding-left: 30.0625rem;
  }
  .crossword__container--everyman.crossword__container--accessible {
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--everyman .crossword__container__game {
    margin-left: -30.0625rem;
  }
}
.crossword__container--everyman .crossword__container__grid-wrapper {
  width: 100%;
  height: 30.0625rem;
}
@media (min-width: 46.25em) {
  .crossword__container--everyman .crossword__container__grid-wrapper {
    width: 30.0625rem;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--everyman .crossword__controls {
    margin-left: -30.0625rem;
    width: 30.0625rem;
  }
}
.crossword__container--everyman .crossword__hidden-input-wrapper {
  width: 6.66667%;
  height: 6.66667%;
}
@media (min-width: 46.25em) {
  .crossword__container--weekend {
    padding-left: 26.0625rem;
  }
  .crossword__container--weekend.crossword__container--accessible {
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--weekend .crossword__container__game {
    margin-left: -26.0625rem;
  }
}
.crossword__container--weekend .crossword__container__grid-wrapper {
  width: 100%;
  height: 26.0625rem;
}
@media (min-width: 46.25em) {
  .crossword__container--weekend .crossword__container__grid-wrapper {
    width: 26.0625rem;
  }
}
@media (min-width: 46.25em) {
  .crossword__container--weekend .crossword__controls {
    margin-left: -26.0625rem;
    width: 26.0625rem;
  }
}
.crossword__container--weekend .crossword__hidden-input-wrapper {
  width: 7.69231%;
  height: 7.69231%;
}
.crossword__container {
  clear: both;
  position: relative;
  margin-top: 0.75rem;
}
@media (min-width: 81.25em) {
  .crossword__spacer--ad {
    margin-right: 19.5rem;
    min-height: 39rem;
    margin-bottom: 0.75rem;
  }
}
.crossword-banner {
  clear: both;
  margin-top: 0.75rem;
  height: 8.25rem;
}
@media (max-width: 61.24em) {
  .crossword-banner {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.crossword__controls {
  margin-top: 0.75rem;
  float: left;
  clear: both;
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .crossword__container--react .crossword__clues--wrapper,
  .crossword__container--react .crossword__clues {
    height: 37.5625rem;
  }
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .crossword__container--react .crossword__clues {
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.crossword__clues__gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  display: none;
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .crossword__clues__gradient {
    display: block;
  }
  .hide-gradient .crossword__clues__gradient {
    display: none;
  }
}
.crossword__clues {
  width: 100%;
  clear: both;
}
@media (min-width: 46.25em) {
  .crossword__clues {
    clear: none;
    padding-left: 1.25rem;
    box-sizing: border-box;
  }
  noscript .crossword__clues {
    width: 85%;
  }
  .crossword__container--accessible .crossword__clues {
    display: table;
    table-layout: fixed;
    width: initial;
  }
}
@media (min-width: 71.25em) {
  .crossword__clues {
    display: table;
    table-layout: fixed;
    height: auto;
    background: none;
  }
}
.crossword__accessible-row-data-wrapper {
  float: left;
}
@media (min-width: 61.25em) {
  .crossword__clues--across {
    display: table-cell;
    padding-right: 0.625rem;
  }
}
@media (min-width: 61.25em) {
  .crossword__clues--down {
    display: table-cell;
    padding-left: 0.625rem;
  }
}
.crossword__links-related {
  position: relative;
  top: -0.75rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 0.9375rem;
}
@media (min-width: 71.25em) {
  .crossword__links-related {
    top: -1.5rem;
    padding-bottom: 0.25rem;
  }
}
.js-crossword-link {
  display: none;
}
.crossword__instructions {
  margin: 0.75rem 0;
}
.content__dateline-crossword {
  min-height: 0;
  display: inline;
  border-top: 0;
}
.crossword__links .crossword__meta {
  border-top: 0.0625rem dotted #dcdcdc;
}
@media (min-width: 71.25em) {
  .crossword__links .crossword__meta {
    display: none;
  }
}
@media (min-width: 20em) and (max-width: 71.24em) {
  .content__labels--crossword .crossword__meta {
    display: none;
  }
}
.crossword__anagram-helper-outer {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 2.5%;
  background: #f6f6f6;
  text-align: center;
}
.crossword__anagram-helper-outer .button:last-of-type {
  margin-right: 0;
}
.crossword__anagram-helper-outer .button--large {
  background: #bb3b80;
  border: 0.0625rem solid #bb3b80;
}
.crossword__anagram-helper-outer .button--large:hover,
.crossword__anagram-helper-outer .button--large:visited,
.crossword__anagram-helper-outer .button--large:focus {
  background-color: #942f65;
  border-color: #942f65;
}
.crossword__anagram-helper-outer .button--tertiary {
  background: transparent;
  border: 0.0625rem solid #dcdcdc;
}
.crossword__anagram-helper-outer .button--tertiary:hover,
.crossword__anagram-helper-outer .button--tertiary:visited,
.crossword__anagram-helper-outer .button--tertiary:focus {
  background-color: transparent;
  border-color: #b6b6b6;
}
@media (max-width: 46.24em) {
  .crossword__anagram-helper-outer {
    z-index: 1030;
  }
}
@media (min-width: 46.25em) {
  .crossword__anagram-helper-outer {
    position: absolute;
  }
}
.crossword__anagram-helper-inner {
  height: 50%;
}
.crossword__anagram-helper__clue-input,
.crossword__anagram-helper-shuffler__letter,
.crossword__anagram-helper__clue-preview {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.crossword__anagram-helper__clue-input,
.crossword__anagram-helper-shuffler__letter {
  font-size: 1.5rem;
}
.crossword__anagram-helper-shuffler__letter,
.crossword__anagram-helper__cell {
  text-transform: uppercase;
}
.crossword__anagram-helper__clue-input {
  width: 100%;
  background: none;
  border: 0;
  outline: none;
  padding-top: 15%;
  text-align: center;
}
@media (min-width: 46.25em) {
  .crossword__anagram-helper__clue-input {
    padding-top: 25%;
  }
}
.crossword__anagram-helper__clue-preview {
  margin-top: 5%;
  font-size: 0.875rem;
}
.crossword__anagram-helper__direction {
  text-transform: capitalize;
}
.crossword__anagram-helper__cell {
  display: inline-block;
  vertical-align: middle;
  width: 1.9375rem;
  height: 1.9375rem;
  line-height: 1.9375rem;
  border: 0.0625rem solid #dcdcdc;
  border-left: 0.0625rem solid #dcdcdc;
}
@media (max-width: 29.99em) {
  .crossword__anagram-helper__cell {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .long .crossword__anagram-helper__cell {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }
}
.crossword__anagram-helper__cell:first-of-type {
  border-left: 0.0625rem solid #dcdcdc;
}
.crossword__anagram-helper__cell.has-value {
  background: #dcdcdc;
}
.crossword__anagram-helper__cell--with-space {
  border-right: 0.0625rem solid #121212;
}
.crossword__anagram-helper__cell--with-hyphen::after {
  content: '-';
  padding-left: 1.6875rem;
  font-size: 1.5rem;
}
@media (max-width: 29.99em) {
  .crossword__anagram-helper__cell--with-hyphen::after {
    padding-left: 1.1875rem;
  }
}
.crossword__anagram-helper-shuffler {
  position: relative;
  top: 1.5625rem;
  left: 0.625rem;
  width: 10.9375rem;
  height: 10.9375rem;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  .crossword__anagram-helper-shuffler {
    top: 0;
    left: 5%;
    width: 50%;
    height: 100%;
  }
}
.crossword__anagram-helper-shuffler__letter {
  position: absolute;
}
.crossword__anagram-helper-shuffler__letter.entered {
  color: #dcdcdc;
}
.crossword__anagram-helper-close {
  position: absolute;
  top: 0.75rem;
  right: 0;
  padding: 0;
}
.crossword__anagram-helper-close .inline-icon {
  position: relative;
  top: 0.125rem;
  left: 0.1875rem;
  fill: #121212;
}
.crossword__accessible-blank-data {
  list-style-type: none;
}
.crossword__accessible-blank-data {
  margin: 0;
  margin-bottom: 0.75rem;
}
.crossword__accessible-row-data--row-number {
  font-weight: bold;
}
.crossword__accessible-row-data {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: relative;
  cursor: pointer;
  padding: 0.1875rem 0;
  list-style-type: none;
  padding-left: 2em;
}
.crossword__accessible-row-data:before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  font-weight: bold;
  -webkit-font-smoothing: initial;
}
.crossword__accessible-data--header {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  border-top: 0.0625rem solid #ffe500;
  border-bottom: 0.0625rem dotted #dcdcdc;
  padding-bottom: 0.5625rem;
}
.crossword__cell {
  cursor: pointer;
  fill: #ffffff;
}
.crossword__cell--highlighted,
.crossword__grid--focussed .crossword__cell--highlighted {
  fill: #ffe500;
}
.crossword__cell--focussed,
.crossword__grid--focussed .crossword__cell--focussed {
  fill: #fff7b2;
}
.crossword__cell-number,
.crossword__cell-text {
  fill: #000000;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.crossword__cell-number {
  font-size: 0.625rem;
}
.crossword__cell-text {
  display: inline-block;
  opacity: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: opacity 0.15s ease-in;
}
.crossword__container--quick .crossword__cell-text {
  font-size: 1rem;
}
@media (min-width: 46.25em) {
  .crossword__container--quick .crossword__cell-text {
    font-size: 0.89375rem;
  }
}
.crossword__container--cryptic .crossword__cell-text {
  font-size: 1.125rem;
}
@media (min-width: 46.25em) {
  .crossword__container--cryptic .crossword__cell-text {
    font-size: 1.03125rem;
  }
}
.crossword__container--prize .crossword__cell-text {
  font-size: 1.125rem;
}
@media (min-width: 46.25em) {
  .crossword__container--prize .crossword__cell-text {
    font-size: 1.03125rem;
  }
}
.crossword__container--quiptic .crossword__cell-text {
  font-size: 1.125rem;
}
@media (min-width: 46.25em) {
  .crossword__container--quiptic .crossword__cell-text {
    font-size: 1.03125rem;
  }
}
.crossword__container--genius .crossword__cell-text {
  font-size: 1.125rem;
}
@media (min-width: 46.25em) {
  .crossword__container--genius .crossword__cell-text {
    font-size: 1.03125rem;
  }
}
.crossword__container--speedy .crossword__cell-text {
  font-size: 1rem;
}
@media (min-width: 46.25em) {
  .crossword__container--speedy .crossword__cell-text {
    font-size: 0.89375rem;
  }
}
.crossword__container--everyman .crossword__cell-text {
  font-size: 1.125rem;
}
@media (min-width: 46.25em) {
  .crossword__container--everyman .crossword__cell-text {
    font-size: 1.03125rem;
  }
}
.crossword__container--weekend .crossword__cell-text {
  font-size: 1rem;
}
@media (min-width: 46.25em) {
  .crossword__container--weekend .crossword__cell-text {
    font-size: 0.89375rem;
  }
}
.crossword__cell-text--focussed {
  font-weight: bold;
}
.crossword__cell-text--error {
  fill: #610000;
  opacity: 0;
}
.crossword__clues-header {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  border-top: 0.0625rem solid #bb3b80;
  border-bottom: 0.0625rem dotted #dcdcdc;
  padding-bottom: 0.5625rem;
}
.crossword__clues-list {
  margin: 0;
  margin-bottom: 0.75rem;
  list-style-type: none;
}
.crossword__clue {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: relative;
  padding: 0.1875rem 0.75rem 0.1875rem 0;
  margin: 0.1875rem 0;
  display: block;
}
.crossword__clue:hover {
  text-decoration: none;
}
.crossword__clue,
.crossword__clue:active {
  color: inherit;
}
.crossword__clue__number,
.crossword__clue__text {
  display: table-cell;
}
.crossword__clue__number {
  font-weight: bold;
  -webkit-font-smoothing: initial;
  width: 1.25rem;
  padding-right: 0.625rem;
}
.has-grouped-clues .crossword__clue__number {
  width: 2.5rem;
}
.crossword__clue--selected {
  background-color: #fff7b2;
}
.crossword__clue--selected > * {
  font-weight: bold;
  color: #000;
}
.crossword__clue--answered {
  color: #767676;
}
.crossword__clue--display-group-order:before {
  padding-right: 0.875rem;
}
.crossword__controls {
  display: block;
  margin-bottom: 0.375rem;
}
.crossword__controls .button {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-bottom: 0.75rem;
}
.crossword__controls .button--primary {
  background: #bb3b80;
  border: 0.0625rem solid #bb3b80;
}
.crossword__controls .button--primary:hover,
.crossword__controls .button--primary:visited,
.crossword__controls .button--primary:focus {
  background-color: #942f65;
  border-color: #942f65;
}
.crossword__controls .button--secondary {
  color: #767676;
  background: #ededed;
  border: 0.0625rem solid #ededed;
}
.crossword__controls .button--secondary:hover,
.crossword__controls .button--secondary:visited,
.crossword__controls .button--secondary:focus {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.crossword__controls .button--secondary.crossword__controls__button--confirm {
  background-color: #121212;
  color: #fff;
  border: 0;
}
.crossword__controls_autosave_label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-left: 0.3125rem;
  font-style: italic;
}
.crossword__controls__clue .button:last-child {
  margin-right: 0;
}
.crossword__container__game {
  position: relative;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
@media (min-width: 46.25em) {
  .crossword__container__game {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.crossword__sticky-clue-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  will-change: transform;
}
@media (min-width: 46.25em) {
  .crossword__sticky-clue-wrapper {
    display: none;
  }
}
.crossword__sticky-clue-wrapper.is-fixed {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: fixed;
}
@media (min-width: 30em) {
  .crossword__sticky-clue-wrapper.is-fixed {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.crossword__sticky-clue {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  background: #ffffff;
  height: 3.25rem;
  border-bottom: 0.0625rem solid #000000;
  box-sizing: border-box;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  display: table;
  width: 100%;
}
.crossword__sticky-clue__direction {
  text-transform: capitalize;
}
.crossword__sticky-clue__inner {
  display: table-cell;
  vertical-align: middle;
}
.crossword__sticky-clue__inner__inner {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 40;
}
.crossword__container__grid-wrapper {
  position: relative;
}
.crossword__grid {
  display: block;
}
.crossword__hidden-input-wrapper {
  position: absolute;
}
.crossword__hidden-input {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
  font-size: 1rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  font-weight: 800;
  text-anchor: middle;
}
.printable-crossword {
  width: 18cm;
  margin: 0.625rem;
}
.printable-crossword__title {
  font-size: 1.125rem;
}
.printable-crossword__instructions {
  font-weight: normal;
  font-size: 0.875rem;
}
.printable-crossword__grid {
  width: 27.25rem;
  height: 27.25rem;
}
.printable-crossword__grid .crossword__grid-background {
  fill: #7f7f7f;
}
.printable-crossword__clues {
  width: 49%;
  float: left;
  font-size: 0.75rem;
}
.printable-crossword__clues:first-of-type {
  margin-right: 2%;
}
.printable-crossword__clues__title {
  font-size: 0.8125rem;
  font-weight: bold;
}
.printable-crossword__clues__list {
  margin: 0;
  list-style-type: none;
}
.printable-crossword__clue__number {
  font-weight: bold;
}
.printable-crossword__copyright {
  clear: both;
}
.email-sub:after,
.email-sub:before {
  content: '';
  display: table;
}
.email-sub:after {
  clear: both;
}
.email-sub__iframe {
  width: 100%;
}
.email-sub__iframe,
.from-content-api .element .email-sub__iframe {
  width: calc(100% + 0.66em);
  margin-left: -0.33em;
}
.email-sub__form {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.email-sub__form:after,
.email-sub__form:before {
  content: '';
  display: table;
}
.email-sub__form:after {
  clear: both;
}
.email-sub__form * {
  box-sizing: border-box;
}
.email-sub__form--is-hidden {
  display: none;
}
.email-sub__label {
  display: block;
}
.email-sub__label--is-hidden {
  visibility: hidden;
}
.email-sub__inline-label--enabled {
  position: relative;
  width: 100%;
}
.email-sub__inline-label--enabled .email-sub__label {
  color: #767676;
  line-height: 3;
  left: 1.25em;
  position: absolute;
  pointer-events: none;
}
.email-sub__inline-label--is-hidden {
  display: none;
}
.submit-input__icon,
.label__icon {
  display: none;
}
.submit-input__icon svg,
.label__icon svg {
  width: 1.143em;
  height: 0.857em;
}
.submit-input__icon svg {
  fill: #fff;
}
.label__icon svg {
  fill: #767676;
  opacity: 0.65;
}
.email-sub__text-input {
  border: 0.0625rem solid #fff;
  color: #121212;
  height: 3em;
  outline: none;
  padding: 0.667em 1.25em;
}
.email-sub__submit-button {
  background-color: transparent;
  border: 0.0625rem solid #90dcff;
  color: #fff;
}
.email-sub__submit-button:focus,
.email-sub__submit-button:hover,
.email-sub__submit-button:active {
  border-color: #fff;
  cursor: pointer;
}
.email-sub__submit-button--solo .submit-input__icon {
  display: inline-block;
  margin-right: 0.3125rem;
}
.email-sub__text-input,
.email-sub__submit-button {
  width: 100%;
}
.email-sub__label,
.email-sub__submit-button,
.email-sub__text-input {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.5;
}
.email-sub__small {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #052962;
  display: block;
  padding-left: 0.25rem;
  position: relative;
}
.email-sub__small--is-hidden {
  display: none;
}
.email-sub__message {
  color: #ffffff;
  padding-left: 2.5rem;
  position: relative;
}
.email-sub__message .inline-icon {
  background-color: #dcdcdc;
  border-radius: 62.5rem;
  fill: #121212;
  height: 1.875rem;
  left: 0;
  position: absolute;
  width: 1.875rem;
}
.email-sub__message .inline-icon svg {
  height: 0.9375rem;
  margin-top: 0.46875rem;
  margin-left: 0.46875rem;
  width: 0.9375rem;
}
.email-sub__message__headline,
.email-sub__message__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.email-sub__message__headline {
  font-weight: bold;
  margin-bottom: 0;
}
.email-sub__message__description {
  font-size: 0.75rem;
  line-height: 1rem;
}
.email-sub__close {
  background: 0 none;
  border: 0 none;
  position: absolute;
  top: 0;
  right: 0;
}
.email-sub__hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 0.0625rem !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
}
.email-sub__close-icon svg {
  fill: #5d5d5d;
}
.email-sub__close-icon svg:hover,
.email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #767676;
}
.footer__email-container .email-sub__iframe {
  max-width: 18.75rem;
  min-height: 5.625rem;
  margin: 0 0 0.75rem;
}
.email-sub__form--footer .email-sub__submit-button {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #052962;
  height: 2.625rem;
  line-height: 2.5rem;
  background-color: #fff;
  border: 0;
  border-radius: 1.3125rem;
  display: block;
  width: auto;
  padding: 0 1.25rem;
}
.email-sub__form--footer
  .email-sub__submit-button:not(.email-sub__submit-button--solo) {
  position: absolute;
  right: 0;
  top: 2.125rem;
}
.email-sub__form--footer .email-sub__submit-button svg {
  fill: currentColor;
  margin-bottom: -0.0625rem;
}
.email-sub__form--footer .email-sub__submit-button:hover,
.email-sub__form--footer .email-sub__submit-button:focus,
.email-sub__form--footer .email-sub__submit-button:active {
  background-color: #ffe500;
}
.email-sub__form--footer .email-sub__text-input {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  background-color: rgba(255, 255, 255, 0.08);
  border: 0.0625rem solid #506991;
  border-radius: 6.1875rem;
  height: 2.625rem;
  line-height: 2.625rem;
  color: #fff;
  display: block;
  padding-left: 1.25rem;
  float: none;
  width: 100%;
  overflow: visible;
  transition: box-shadow 0.2s ease-in-out;
}
.email-sub__form--footer .email-sub__label {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  line-height: 2.5625rem;
  color: rgba(255, 255, 255, 0.5);
  left: 1.25rem;
  position: absolute;
  pointer-events: none;
}
.email-sub--landing {
  background-color: #052962;
}
.email-sub--landing .email-sub__description {
  padding: 0.75rem 1.25rem;
}
.email-sub__form--landing .email-sub__form-wrapper {
  width: 40%;
}
.email-sub__form--landing .email-sub__text-input {
  border-color: #90dcff;
  border-radius: 62.5rem;
}
.email-sub__form--landing .email-sub__text-input:focus,
.email-sub__form--landing .email-sub__text-input:active {
  border-color: #fff;
}
.email-sub__form--landing .email-sub__small {
  text-align: center;
  width: 100%;
}
.email-sub__form--article .label__icon,
.email-sub__form--plain .label__icon,
.email-sub__form--plaindark .label__icon,
.email-sub__form--plaintone .label__icon {
  display: inline-block;
  margin-right: 0.3125rem;
}
.email-sub__form--article .email-sub__text-input,
.email-sub__form--plain .email-sub__text-input,
.email-sub__form--plaindark .email-sub__text-input,
.email-sub__form--plaintone .email-sub__text-input {
  border-color: #dcdcdc;
}
.email-sub__form--article .email-sub__submit-button,
.email-sub__form--plain .email-sub__submit-button,
.email-sub__form--plaindark .email-sub__submit-button,
.email-sub__form--plaintone .email-sub__submit-button {
  background-color: #052962;
  border-color: #052962;
}
.email-sub__form--article .email-sub__label,
.email-sub__form--article .email-sub__submit-button,
.email-sub__form--article .email-sub__text-input,
.email-sub__form--plain .email-sub__label,
.email-sub__form--plain .email-sub__submit-button,
.email-sub__form--plain .email-sub__text-input,
.email-sub__form--plaindark .email-sub__label,
.email-sub__form--plaindark .email-sub__submit-button,
.email-sub__form--plaindark .email-sub__text-input,
.email-sub__form--plaintone .email-sub__label,
.email-sub__form--plaintone .email-sub__submit-button,
.email-sub__form--plaintone .email-sub__text-input {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.email-sub__form--article .email-sub__label,
.email-sub__form--plain .email-sub__label,
.email-sub__form--plaindark .email-sub__label,
.email-sub__form--plaintone .email-sub__label {
  line-height: 3;
}
.email-sub__form--plain {
  padding: 0;
}
.email-sub__form--plain .email-sub__text-input {
  border-color: #052962;
}
.email-sub__form--plaindark {
  padding: 0;
}
.email-sub__form--plaindark .email-sub__submit-button {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  color: #121212;
}
.email-sub__form--plaindark .email-sub__message {
  color: #ffffff;
}
.email-sub__form--plaindark .email-sub__message__headline {
  color: #ffffff;
}
.email-sub__form--plaintone {
  padding: 0;
}
.email-sub__form--plaintone .email-sub__submit-button {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  color: #121212;
}
.email-sub--plaintone .email-sub__message__headline,
.email-sub--plaintone .email-sub__message__description {
  color: #121212;
}
.email-sub--tone-analysis .email-sub__close-icon svg {
  fill: #00b2ff;
}
.email-sub--tone-analysis .email-sub__close-icon svg:hover,
.email-sub--tone-analysis .email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #008ecc;
}
.email-sub--tone-analysis .email-sub__inline-label--enabled .email-sub__label {
  color: #767676;
}
.email-sub--tone-analysis .email-sub__submit-button {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #ffffff;
}
.email-sub--tone-analysis .email-sub__submit-button:hover,
.email-sub--tone-analysis .email-sub__submit-button:focus {
  background-color: #008ecc;
}
.email-sub--tone-analysis .email-sub__small {
  color: #005689;
}
.email-sub--tone-comment .email-sub__close-icon svg {
  fill: #e05e00;
}
.email-sub--tone-comment .email-sub__close-icon svg:hover,
.email-sub--tone-comment .email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #ad4900;
}
.email-sub--tone-comment .email-sub__inline-label--enabled .email-sub__label {
  color: #767676;
}
.email-sub--tone-comment .email-sub__submit-button {
  background-color: #e05e00;
  border-color: #e05e00;
  color: #ffffff;
}
.email-sub--tone-comment .email-sub__submit-button:hover,
.email-sub--tone-comment .email-sub__submit-button:focus {
  background-color: #ad4900;
}
.email-sub--tone-comment .email-sub__small {
  color: #e05e00;
}
.email-sub--tone-comment.email-sub--plaintone .email-sub__text-input {
  border-color: #e05e00;
}
.email-sub--tone-comment.email-sub--plaintone .email-sub__submit-button {
  border-color: #e05e00;
}
.email-sub--tone-feature .email-sub__close-icon svg {
  fill: #bb3b80;
}
.email-sub--tone-feature .email-sub__close-icon svg:hover,
.email-sub--tone-feature .email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #942f65;
}
.email-sub--tone-feature .email-sub__inline-label--enabled .email-sub__label {
  color: #767676;
}
.email-sub--tone-feature .email-sub__submit-button {
  background-color: #bb3b80;
  border-color: #bb3b80;
  color: #ffffff;
}
.email-sub--tone-feature .email-sub__submit-button:hover,
.email-sub--tone-feature .email-sub__submit-button:focus {
  background-color: #942f65;
}
.email-sub--tone-feature .email-sub__small {
  color: #7d0068;
}
.email-sub--tone-feature.email-sub--plaintone .email-sub__text-input {
  border-color: #bb3b80;
}
.email-sub--tone-feature.email-sub--plaintone .email-sub__submit-button {
  border-color: #bb3b80;
}
.email-sub--tone-live .email-sub__close-icon svg {
  fill: #ab0613;
}
.email-sub--tone-live .email-sub__close-icon svg:hover,
.email-sub--tone-live .email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #7a040e;
}
.email-sub--tone-live .email-sub__inline-label--enabled .email-sub__label {
  color: #767676;
}
.email-sub--tone-live .email-sub__submit-button {
  background-color: #ab0613;
  border-color: #ab0613;
  color: #ffffff;
}
.email-sub--tone-live .email-sub__submit-button:hover,
.email-sub--tone-live .email-sub__submit-button:focus {
  background-color: #7a040e;
}
.email-sub--tone-live .email-sub__small {
  color: #c70000;
}
.email-sub--tone-media .email-sub__close-icon svg {
  fill: #121212;
}
.email-sub--tone-media .email-sub__close-icon svg:hover,
.email-sub--tone-media .email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #000;
}
.email-sub--tone-media .email-sub__inline-label--enabled .email-sub__label {
  color: #767676;
}
.email-sub--tone-media .email-sub__submit-button {
  background-color: #121212;
  border-color: #121212;
  color: #ffffff;
}
.email-sub--tone-media .email-sub__submit-button:hover,
.email-sub--tone-media .email-sub__submit-button:focus {
  background-color: #000;
}
.email-sub--tone-media .email-sub__small {
  color: #121212;
}
.email-sub--tone-news .email-sub__close-icon svg {
  fill: #005689;
}
.email-sub--tone-news .email-sub__close-icon svg:hover,
.email-sub--tone-news .email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #003656;
}
.email-sub--tone-news .email-sub__inline-label--enabled .email-sub__label {
  color: #767676;
}
.email-sub--tone-news .email-sub__submit-button {
  background-color: #005689;
  border-color: #005689;
  color: #ffffff;
}
.email-sub--tone-news .email-sub__submit-button:hover,
.email-sub--tone-news .email-sub__submit-button:focus {
  background-color: #003656;
}
.email-sub--tone-news .email-sub__small {
  color: #005689;
}
.email-sub--tone-review .email-sub__close-icon svg {
  fill: #ffe500;
}
.email-sub--tone-review .email-sub__close-icon svg:hover,
.email-sub--tone-review .email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #ccb700;
}
.email-sub--tone-review .email-sub__inline-label--enabled .email-sub__label {
  color: #767676;
}
.email-sub--tone-review .email-sub__submit-button {
  background-color: #ffe500;
  border-color: #ffe500;
  color: #ffffff;
}
.email-sub--tone-review .email-sub__submit-button:hover,
.email-sub--tone-review .email-sub__submit-button:focus {
  background-color: #ccb700;
}
.email-sub--tone-review .email-sub__small {
  color: #ccb700;
}
.email-sub--tone-review.email-sub--plaintone .email-sub__text-input {
  border-color: #767676;
}
.email-sub--tone-review.email-sub--plaintone .email-sub__submit-button {
  border-color: #767676;
  color: #767676;
}
.email-sub--tone-special-feature .email-sub__close-icon svg {
  fill: #767676;
}
.email-sub--tone-special-feature .email-sub__close-icon svg:hover,
.email-sub--tone-special-feature .email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #5d5d5d;
}
.email-sub--tone-special-feature
  .email-sub__inline-label--enabled
  .email-sub__label {
  color: #767676;
}
.email-sub--tone-special-feature .email-sub__submit-button {
  background-color: #767676;
  border-color: #767676;
  color: #ffffff;
}
.email-sub--tone-special-feature .email-sub__submit-button:hover,
.email-sub--tone-special-feature .email-sub__submit-button:focus {
  background-color: #5d5d5d;
}
.email-sub--tone-special-feature .email-sub__small {
  color: #767676;
}
.email-sub--tone-plaindark .email-sub__close-icon svg {
  fill: #dcdcdc;
}
.email-sub--tone-plaindark .email-sub__close-icon svg:hover,
.email-sub--tone-plaindark .email-sub__close-icon svg:focus {
  cursor: pointer;
  fill: #c3c3c3;
}
.email-sub--tone-plaindark .email-sub__inline-label--enabled .email-sub__label {
  color: #767676;
}
.email-sub--tone-plaindark .email-sub__submit-button {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  color: #ffffff;
}
.email-sub--tone-plaindark .email-sub__submit-button:hover,
.email-sub--tone-plaindark .email-sub__submit-button:focus {
  background-color: #c3c3c3;
}
.email-sub--tone-plaindark .email-sub__small {
  color: #dcdcdc;
}
.email-sub--tone-plaindark.email-sub--plaintone .email-sub__text-input {
  border-color: #dcdcdc;
}
.email-sub--tone-plaindark.email-sub--plaintone .email-sub__submit-button {
  border-color: #dcdcdc;
  color: #333;
}
.email-sub__heading {
  font-size: 1.25rem;
  line-height: 1.4375rem;
}
.email-sub__heading-emph {
  color: #052962;
}
.email-sub__description {
  border-top: 0.1875rem solid #90dcff;
  color: #fff;
  background-color: #052962;
}
.email-sub__description-emph {
  display: block;
  font-weight: bold;
}
.email-sub__header--landing {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  background-color: #fff;
}
.email-sub__header--landing .email-sub__heading {
  margin-bottom: 0.75rem;
}
.email-sub__header--landing .email-sub__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
  margin-bottom: 0.75rem;
}
.email-sub--tone-analysis .email-sub__heading {
  color: #005689;
}
.email-sub--tone-comment .email-sub__heading {
  color: #e05e00;
}
.email-sub--tone-feature .email-sub__heading {
  color: #7d0068;
}
.email-sub--tone-live .email-sub__heading {
  color: #c70000;
}
.email-sub--tone-media .email-sub__heading {
  color: #121212;
}
.email-sub--tone-news .email-sub__heading {
  color: #005689;
}
.email-sub--tone-review .email-sub__heading {
  color: #ccb700;
}
.email-sub--tone-special-feature .email-sub__heading {
  color: #767676;
}
.email-sub--tone-plaindark .email-sub__heading {
  color: #dcdcdc;
}
.email-sub__header--footer .email-sub__heading {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0.375rem 0;
}
.email-sub--plain .email-sub__message__headline {
  color: #052962;
  line-height: 2rem;
}
.email-sub--plain .email-sub__message__description {
  display: none;
}
.email-sub--plaindark .email-sub__message__description {
  display: none;
}
.email-sub--plaindark .email-sub__message__headline {
  color: #ffffff;
  line-height: 2rem;
}
.disable-flashing-elements .flashing-image {
  display: none;
}
.contributions__embed {
  border-top: 0.0625rem solid #00b2ff;
  background-color: #ededed;
  padding: 0 0.3125rem 0.75rem;
}
.contributions__epic {
  border-top: 0.0625rem solid #ffe500;
  background-color: #f6f6f6;
  margin-top: 1.5rem;
  padding: 0.25rem 0.3125rem 0.75rem;
}
.contributions__epic.contributions__epic--liveblog {
  margin-top: 0;
  border-top: 0.0625rem solid #ffe500;
  padding: 0.25rem 0.625rem 0.75rem;
}
@media (min-width: 46.25em) {
  .contributions__epic.contributions__epic--liveblog {
    padding: 0.25rem 0.625rem 0.75rem 5rem;
  }
}
.contributions__title {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  margin-bottom: 0.75rem;
}
.contributions__title--big {
  font-size: 2.125rem;
  line-height: 2.375rem;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}
.contributions__highlight {
  background-color: #ffe500;
  padding: 0.125rem;
}
.contributions__hidden {
  display: none;
}
.contributions__option-button {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  outline: none;
  border: 0;
  background-color: #ffffff;
  border-radius: 62.5rem;
  text-align: center;
  margin-left: 0.3125rem;
  margin-right: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.contributions__option-button:hover {
  background-color: #e6ce00;
  color: #ededed;
}
.contributions__option-button.active {
  background-color: #ffe500;
  color: #121212;
}
.contributions__payment-logos {
  height: 1.5625rem;
}
.contributions__payment-logos svg,
.contributions__payment-logos img {
  height: 100%;
  width: auto;
}
.contributions__contribute {
  background-color: #005689;
  color: #ffffff;
  font-weight: bold;
  margin-top: 0.75rem;
  text-align: left;
  padding-left: 0.9375rem;
  padding-right: 0;
  margin-left: 0;
}
.contributions__contribute:hover {
  background-color: #004670;
  text-decoration: none;
}
.contributions__contribute:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 1.875rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='white' stroke='white' d='M22.8 14.6L15.2 7l-.7.7 5.5 6.6H6v1.5h14l-5.5 6.6.7.7 7.6-7.6v-.9'/%3E%3C/svg%3E");
  background-size: 100%;
  float: right;
}
a[href].contributions__contribute.contributions__contribute--epic,
.contributions__adblock-button a {
  margin-top: 0;
  background-color: #ffe500;
  color: #121212;
}
a[href].contributions__contribute.contributions__contribute--epic svg path,
.contributions__adblock-button a svg path {
  fill: #121212;
}
a[href].contributions__contribute.contributions__contribute--epic:hover,
.contributions__adblock-button a:hover {
  background-color: #b3a000;
  color: #121212;
}
a[href].contributions__contribute.contributions__contribute--epic:after,
.contributions__adblock-button a:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='$black' stroke='$black' d='M22.8 14.6L15.2 7l-.7.7 5.5 6.6H6v1.5h14l-5.5 6.6.7.7 7.6-7.6v-.9'/%3E%3C/svg%3E");
}
.contributions__contribute--epic-member {
  margin: 0.25rem 0.625rem 0.25rem 0;
}
.contributions__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 30em) {
  .contributions__buttons {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.acquisitions-epic-iframe {
  border: 0;
  width: 100%;
  max-width: 38.75rem;
}
.contributions__epic-footer {
  margin-top: 0.75rem;
}
.contributions__epic-footer h2 {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.contributions__epic--moment {
  border-top: 0.0625rem solid #ff7f0f;
}
.contributions__epic--moment .contributions__title {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #041f4a;
}
.contributions__epic--moment .contributions__epic-footer h2:nth-of-type(odd) {
  color: #ff7f0f;
}
.contributions__epic--moment .contributions__epic-footer h2:nth-of-type(even) {
  color: #041f4a;
}
.contributions__epic--moment .contributions__option-button {
  font-size: 1rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5625rem 2.8125rem 0.625rem 1.3125rem;
  position: relative;
}
.contributions__epic--moment .contributions__contribute:after {
  background-size: cover;
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  width: 2.625rem;
  height: 2.625rem;
  right: 0;
  top: 0.3125rem;
}
.contributions__adblock {
  position: absolute;
  top: 0;
  padding-top: 0.375rem;
  width: 100%;
}
.contributions__adblock .contributions__adblock-content {
  border-top: 0.3125rem solid #ffe500;
  margin-right: 1.25rem;
}
.contributions__adblock .contributions__adblock-header {
  padding-left: 0.625rem;
  padding-top: 0.1875rem;
}
.contributions__adblock .contributions__adblock-header h2 {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 700;
}
.contributions__adblock .contributions__adblock-sub {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  padding: 0.75rem 0 0.625rem 0.625rem;
}
.contributions__adblock .contributions__adblock-button {
  margin-top: 0.625rem;
  margin-left: 0.3125rem;
  background-color: #ffe500;
  color: #121212 !important;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  height: 2.625rem;
  min-height: 2.625rem;
  padding: 0 1.3125rem;
  border-radius: 1.3125rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.contributions__adblock .contributions__adblock-button:hover,
.contributions__adblock .contributions__adblock-button:focus {
  background-color: #ffbb50;
}
.contributions__adblock .contributions__adblock-button:hover svg,
.contributions__adblock .contributions__adblock-button:focus svg {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
.contributions__adblock .contributions__adblock-button span {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}
.contributions__adblock .contributions__adblock-button svg {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  transition: 0.3s ease-in-out transform;
  will-change: transform;
  margin: 0 -0.3125rem 0 0.625rem;
  fill: currentColor;
  position: relative;
  width: 1.3125rem;
  height: auto;
}
.contributions__epic--thefrontline .contributions__title {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.contributions__epic--thefrontline .contributions__title:before {
  content: '';
  background-repeat: no-repeat;
  margin: 0.625rem -0.3125rem 0.75rem;
  background-image: url('../images/1000.jpg');
  background-size: 100%;
  background-position: center bottom;
  height: 9.375rem;
  display: none;
}
@media (min-width: 46.25em) {
  .contributions__epic--thefrontline .contributions__title:before {
    display: block;
  }
}
.contributions__epic--thefrontline p:last-child {
  font-weight: bold;
}
.contributions__epic--with-ticker .contributions__epic__quote {
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contributions__epic--with-ticker .contributions__buttons {
  margin-bottom: 1.5625rem;
}
.contributions__epic--with-ticker
  a[href].contributions__contribute.contributions__contribute--epic
  svg
  path {
  fill: #ffffff;
}
.contributions__epic--with-ticker
  a[href].contributions__contribute.contributions__contribute--epic,
.contributions__epic--with-ticker
  a[href].contributions__contribute.contributions__contribute--epic:hover {
  background-color: #121212;
  color: #ffffff;
}
.contributions__epic--with-ticker
  a[href].contributions__contribute.contributions__contribute--epic:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='white' stroke='white' d='M22.8 14.6L15.2 7l-.7.7 5.5 6.6H6v1.5h14l-5.5 6.6.7.7 7.6-7.6v-.9'/%3E%3C/svg%3E");
}
.epic-ticker {
  position: relative;
  height: 4.0625rem;
  margin-bottom: 0.9375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-size: 1rem;
  line-height: 1.125rem;
}
.epic-ticker__count {
  font-weight: 800;
  color: #333333;
}
.epic-ticker__so-far .epic-ticker__count {
  font-size: 1.5rem;
  line-height: 1.625rem;
}
.epic-ticker__count-label {
  font-style: italic;
}
.epic-ticker__progress-container {
  width: 100%;
  height: 0.625rem;
  background-color: #dcdcdc;
  position: absolute;
  bottom: 0;
  margin-top: 2.5rem;
}
.epic-ticker__progress {
  overflow: hidden;
  width: 100%;
  height: 0.625rem;
  position: absolute;
}
.epic-ticker__filled-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 3s cubic-bezier(0.25, 0.55, 0.2, 0.85);
  transition: transform 3s cubic-bezier(0.25, 0.55, 0.2, 0.85);
  transition: transform 3s cubic-bezier(0.25, 0.55, 0.2, 0.85),
    -webkit-transform 3s cubic-bezier(0.25, 0.55, 0.2, 0.85);
  background-color: #ffe500;
}
.epic-ticker__progress-labels {
  position: relative;
  width: 100%;
  height: 1rem;
}
.epic-ticker__label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #676767;
  position: absolute;
  top: 0.3125rem;
}
.epic-ticker__goal {
  position: absolute;
  right: 0;
  bottom: 0.9375rem;
  text-align: right;
}
.epic-ticker__so-far {
  position: absolute;
  left: 0;
  bottom: 0.9375rem;
}
.epic-ticker__caption {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: absolute;
  bottom: 0.375rem;
  left: 0.625rem;
  right: 0.625rem;
  color: #ffffff;
  opacity: 0.7;
}
.engagement-banner-ticker {
  display: none;
}
@media (min-width: 61.25em) {
  .engagement-banner-ticker {
    display: block;
    position: relative;
    height: 4.375rem;
    margin-top: 0.75rem;
  }
}
.engagement-banner-ticker__count {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 800;
  color: #333333;
}
.engagement-banner-ticker__count-label {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
}
.engagement-banner-ticker__progress-container {
  width: 100%;
  height: 0.625rem;
  position: absolute;
  bottom: 0;
  margin-top: 2.5rem;
}
.engagement-banner-ticker__progress {
  overflow: hidden;
  width: 100%;
  height: 0.625rem;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
}
.engagement-banner-ticker__filled-progress {
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 3s cubic-bezier(0.25, 0.55, 0.2, 0.85);
  transition: transform 3s cubic-bezier(0.25, 0.55, 0.2, 0.85);
  transition: transform 3s cubic-bezier(0.25, 0.55, 0.2, 0.85),
    -webkit-transform 3s cubic-bezier(0.25, 0.55, 0.2, 0.85);
}
.engagement-banner-ticker__goal-marker {
  border-right: 0.1875rem solid #121212;
  content: ' ';
  display: block;
  height: 1.0625rem;
  margin-top: -0.4375rem;
}
.engagement-banner-ticker__progress-labels {
  position: relative;
  width: 100%;
  height: 1rem;
}
.engagement-banner-ticker__label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #676767;
  position: absolute;
  top: 0.3125rem;
}
.engagement-banner-ticker__goal,
.engagement-banner-ticker__exceeded {
  position: absolute;
  right: 0;
  bottom: 0.9375rem;
  text-align: right;
}
.engagement-banner-ticker__so-far,
.engagement-banner-ticker__thankyou {
  position: absolute;
  left: 0;
  bottom: 0.9375rem;
}
.engagement-banner-ticker__thankyou > :first-child {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  font-weight: 800;
  color: #333333;
}
.engagement-banner-ticker__thankyou > :last-child {
  font-style: italic;
}
.engagement-banner-ticker__exceeded .engagement-banner-ticker__count {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
}
.engagement-banner-ticker__exceeded .engagement-banner-ticker__count-label {
  font-style: italic;
}
.engagement-banner-ticker__caption {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: absolute;
  bottom: 0.375rem;
  left: 0.625rem;
  right: 0.625rem;
  color: #ffffff;
  opacity: 0.7;
}
.epic__testimonial-container {
  margin: 0.75rem 0;
  position: relative;
}
.epic__testimonial-quote {
  position: absolute;
  left: 0.625rem;
  top: 0;
}
.epic__testimonial-quote span.inline-garnett-quote svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #999;
}
.epic__testimonial-text {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-style: italic;
  margin: 0;
  padding: 0 3.75rem;
}
.epic__testimonial-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-style: normal;
  display: block;
  margin-top: 0.3125rem;
}
.from-content-api .epic__testimonial-container {
  margin: 0.75rem 0;
  position: relative;
}
.from-content-api .epic__testimonial-quote {
  position: absolute;
  left: 0.625rem;
  top: 0;
}
.from-content-api .epic__testimonial-quote span.inline-garnett-quote svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #999;
}
.from-content-api .epic__testimonial-text {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-style: italic;
  margin: 0;
  padding: 0 3.75rem;
}
.from-content-api .epic__testimonial-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-style: normal;
  display: block;
  margin-top: 0.3125rem;
}
.site-message--membership-action-required {
  color: #fff;
  background: #ab0613;
}
.site-message--membership-action-required .site-message__inner {
  width: auto;
}
.site-message--membership-action-required a {
  color: #121212;
  font-weight: 900;
  text-decoration: underline;
}
.site-message--membership-action-required .site-message__roundel {
  position: absolute;
  padding: 0;
  width: auto;
  height: auto;
  display: block;
  top: 0.375rem;
  right: 3rem;
}
.site-message--membership-action-required .site-message__roundel .inline-icon {
  fill: #fff;
}
.site-message--membership-action-required
  .site-message__roundel
  .inline-icon
  path:last-child {
  fill: #ab0613;
}
.site-message--membership-action-required .site-message__roundel svg {
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 61.25em) {
  .site-message--membership-action-required .site-message__roundel {
    left: 1.25rem;
    right: auto;
  }
  .site-message--membership-action-required .site-message__roundel svg {
    width: inherit;
    height: inherit;
  }
}
@media (min-width: 46.25em) {
  .site-message--membership-action-required .site-message__roundel {
    right: 3.5rem;
  }
}
.site-message--membership-action-required .site-message__close-btn {
  position: absolute;
  top: 0.375rem;
  right: 0.75rem;
  height: 2.25rem;
  width: 2.25rem;
}
.site-message--membership-action-required
  .site-message__close-btn
  .inline-icon {
  fill: #fff;
}
@media (min-width: 46.25em) {
  .site-message--membership-action-required .site-message__close-btn {
    right: 1.25rem;
  }
}
.site-message--membership-action-required .site-message__copy {
  padding: 0.75rem 0;
  padding-top: 0.1875rem !important;
}
@media (min-width: 46.25em) {
  .site-message--membership-action-required .site-message__copy {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .site-message--membership-action-required .site-message__copy {
    margin-left: 3.75rem;
  }
}
@media (min-width: 71.25em) {
  .site-message--membership-action-required .site-message__copy {
    margin-left: 0;
  }
}
.site-message--membership-action-required .site-message__copy-text,
.site-message--membership-action-required .site-message__copy-heading {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  display: block;
  margin-right: 1.5rem;
}
@media (min-width: 46.25em) {
  .site-message--membership-action-required .site-message__copy-text,
  .site-message--membership-action-required .site-message__copy-heading {
    width: 35rem;
  }
}
@media (min-width: 61.25em) {
  .site-message--membership-action-required .site-message__copy-text,
  .site-message--membership-action-required .site-message__copy-heading {
    display: inline-block;
    margin-right: 5rem;
  }
}
@media (min-width: 71.25em) {
  .site-message--membership-action-required .site-message__copy-text,
  .site-message--membership-action-required .site-message__copy-heading {
    margin-left: 10rem;
  }
}
@media (min-width: 81.25em) {
  .site-message--membership-action-required .site-message__copy-text,
  .site-message--membership-action-required .site-message__copy-heading {
    margin-left: 15rem;
  }
}
@media (min-width: 41.25em) {
  .site-message--membership-action-required .site-message__copy-text,
  .site-message--membership-action-required .site-message__copy-heading {
    width: auto;
    margin-right: 3.75rem;
  }
}
@media (min-width: 61.25em) {
  .site-message--membership-action-required .site-message__copy-text,
  .site-message--membership-action-required .site-message__copy-heading {
    margin-right: 8.75rem;
    padding-left: 3.5rem;
  }
}
@media (min-width: 71.25em) {
  .site-message--membership-action-required .site-message__copy-text,
  .site-message--membership-action-required .site-message__copy-heading {
    margin-right: 13.75rem;
    padding-left: 0;
  }
}
.site-message--membership-action-required .site-message__copy-heading {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  margin-right: 4.5rem;
}
.site-message--membership-action-required .site-message__copy-button {
  color: #121212;
  background-color: #ffe500;
  border-color: #ffe500;
  font-size: 1rem;
  line-height: 2.5rem;
  height: 2.625rem;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 0;
  text-decoration: none;
  margin-top: 0.625rem;
  padding-left: 1rem;
}
.site-message--membership-action-required .site-message__copy-button svg {
  fill: #121212;
  float: right;
  margin-left: 2.25rem;
  height: 2.5rem;
  width: 2.5rem;
}
.site-message--membership-action-required .site-message__copy-button:hover,
.site-message--membership-action-required .site-message__copy-button:focus {
  border-color: #d0bb04;
  background-color: #d0bb04;
}
.site-message--membership-action-required .site-message__copy-button:focus {
  outline: auto;
  outline-color: #00b2ff;
  outline-width: 0.3125rem;
}
.lazy-load-img img {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.table--hide-none th,
.table--hide-none td {
  display: table-cell !important;
}
.table--hide-from-importance-1 .table-column--importance-1 {
  display: none;
}
.table--hide-from-importance-2 .table-column--importance-1,
.table--hide-from-importance-2 .table-column--importance-2 {
  display: none;
}
.table--hide-from-importance-3 .table-column--importance-1,
.table--hide-from-importance-3 .table-column--importance-2,
.table--hide-from-importance-3 .table-column--importance-3 {
  display: none;
}
table {
  width: 100%;
}
th,
td {
  text-align: left;
}
.table {
  background: #f6f6f6;
  border-top: 0.0625rem solid #00b2ff;
  border-collapse: inherit;
}
.table th,
.table td,
.table .table__caption {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding: 0.5rem 0.5rem;
  vertical-align: top;
}
.table th,
.table thead td {
  font-weight: 800;
}
.table td {
  border-top: 0.0625rem solid #ececec;
}
.table abbr {
  border-bottom: 0.0625rem dotted #f6f6f6;
}
@media (max-width: 46.24em) {
  .table .table-column--importance-1 {
    display: none;
  }
}
@media (max-width: 19.99em) {
  .table .table-column--importance-1,
  .table .table-column--importance-2 {
    display: none;
  }
}
@media (max-width: 13.75em) {
  .table .table-column--importance-1,
  .table .table-column--importance-2,
  .table .table-column--importance-3 {
    display: none;
  }
}
@media (min-width: 61.25em) {
  .table--responsive-font th,
  .table--responsive-font td,
  .table--responsive-font thead td {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.75rem 0.75rem 0.5rem;
  }
}
.table--striped td {
  border-top: 0;
}
.table--striped tr:nth-child(odd) > td {
  background-color: #ececec;
}
.table-column--sub {
  color: #767676;
}
.table-column--main {
  width: 100%;
}
.table-row--highlight td {
  font-weight: bold;
}
.table-row--divider td {
  border-top: 0.0625rem dashed #121212;
}
.table__headline {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  font-weight: bold;
  border-top: 0.0625rem dotted #dcdcdc;
  padding: 0.375rem 0 0.75rem;
}
.table__caption {
  padding: 1rem;
  background: #f6f6f6;
  border-bottom: 0.0625rem solid #ececec;
  border-top: 0.0625rem solid #00b2ff;
  font-weight: bold;
  margin-bottom: -0.125rem;
  position: relative;
  text-align: left;
  z-index: 2;
}
.table__caption--bottom {
  font-weight: normal;
  border-bottom: 0;
  border-top: 0.0625rem solid #ececec;
  caption-side: bottom;
  text-align: center;
}
[type='password'] {
  font-family: sans-serif !important;
}
.form {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.form__heading {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
}
.form__note,
.form-field__note {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.fieldset {
  border: 0;
  border-top: 0.0625rem solid #f6f6f6;
  display: table;
  padding: 0.9375rem 0 1.5rem;
  margin: 0;
}
@media (min-width: 61.25em) {
  .fieldset__heading {
    display: table-cell;
    padding-right: 6.25rem;
    width: 13.75rem;
    vertical-align: top;
  }
  .fieldset__fields {
    display: table-cell;
    vertical-align: top;
    width: 28.75rem;
    max-width: 28.75rem;
  }
  .fieldset__fields ul {
    margin-left: 0;
  }
}
.form-fields-group .form-field {
  margin-bottom: 0;
}
.form-field {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.form-field__submit .form-field__note {
  margin: 0 0 1.5rem;
}
@media (min-width: 61.25em) {
  .form-field__submit .form-field__note {
    float: right;
    width: 60%;
    margin: 0;
  }
}
.form-field--no-margin {
  margin: 0;
}
.form-field--error .label {
  color: #c70000;
}
.form-field--error .text-input,
.form-field--error .text-input:focus {
  border-color: #c70000;
}
.form__error {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  background-color: #ffe1e1;
  border-bottom: 0.0625rem solid #ff7b7b;
  border-top: 0.0625rem solid #ff7b7b;
  color: #c70000;
  margin-top: 0.375rem;
  padding: 0.4375rem 0.5rem;
}
.form__success {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  background-color: #fff;
  border-bottom: 0.0625rem solid #bce8bd;
  border-top: 0.0625rem solid #bce8bd;
  color: #3db540;
  margin-top: 0.375rem;
  padding: 0.4375rem 0.5rem;
}
.form-field__error {
  color: #c70000;
  margin-top: 0.375rem;
}
.form-field__note--below {
  margin-bottom: 0;
  margin-top: 0.375rem;
}
.form-field__note--left {
  float: left;
}
.form-field__note--right {
  float: right;
  margin-left: 1.25rem;
}
.form-fields__inline ul {
  margin: 0;
  padding: 0;
}
.form-fields__inline ul .form-field {
  display: inline-block;
}
.form-fields__inline .form-fields__heading {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin: 0 0 0.75rem;
  display: block;
}
.form-fields--date-of-birth .form-field {
  margin: 0 1.125rem 0 0;
}
.select--telephone-number-country-code {
  width: 100%;
}
.label {
  cursor: pointer;
  display: block;
  margin-bottom: 0.375rem;
}
.text-input,
.textarea {
  border: 0.0625rem solid #dcdcdc;
  box-shadow: none;
  box-sizing: border-box;
  color: #121212;
  display: inline-block;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding: 0.5rem 0.5rem 0.4375rem;
  font-size: 1rem;
  line-height: 1.4;
  outline: none;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
}
.text-input:focus,
.textarea:focus {
  border-color: #767676;
}
@media (min-width: 46.25em) {
  .text-input,
  .textarea {
    font-size: 0.875rem;
  }
}
.textarea {
  resize: vertical;
}
.textarea--no-resize {
  min-height: 5rem;
  resize: none;
}
.textarea--mid {
  min-height: 6.75rem;
}
.textarea--long {
  min-height: 10rem;
}
.submit-input,
.submit-input--behaviour {
  background: #005689;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 1.25rem 0 0;
  min-width: 8.75rem;
  outline: none;
  text-align: center;
}
.submit-input:hover,
.submit-input:focus,
.submit-input--behaviour:hover,
.submit-input--behaviour:focus {
  background: #004670;
}
.submit-input:active,
.submit-input--behaviour:active {
  background: #121212;
}
.submit-input {
  padding: 0.6875rem 0.625rem;
}
.submit-input[disabled] {
  background: #dcdcdc;
}
.check-label,
.radio-label {
  display: block;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
}
.check-label--helper {
  display: inline-block;
  vertical-align: middle;
}
[type='checkbox'],
[type='radio'] {
  float: left;
  height: 0.8125rem;
  margin-left: -1.25rem;
  margin-top: 0.125rem;
  width: 0.8125rem;
}
.delete-input-warn {
  background-color: #ab0613;
}
.delete-input-warn:hover,
.delete-input-warn:focus {
  background-color: #920510;
}
.delete-input-warn[disabled] {
  background-color: #c40716;
  opacity: 0.6;
  pointer-events: none;
}
.most-viewed-no-js {
  display: block;
}
.most-viewed-no-js:after {
  display: block;
  float: right;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 0.75;
  color: #dcdcdc;
  content: '›';
}
.dropdown-styled {
  border-top: 0.0625rem solid #dcdcdc;
  position: relative;
}
.dropdown-styled .dropdown__toggle,
.dropdown-styled .dropdown__toggle-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  top: 0.5rem;
  cursor: pointer;
  position: absolute;
}
.dropdown-styled .dropdown__toggle {
  position: absolute;
  right: 0;
}
.dropdown-styled .dropdown__toggle-label {
  right: 1.25rem;
}
.dropdown-styled .dropdown__button {
  padding: 0.375rem 0;
  color: #121212;
  text-align: left;
}
.dropdown-styled .dropdown__button:focus {
  color: #052962;
}
.dropdown-styled .dropdown__button .control {
  border-color: #dcdcdc;
  float: right;
  position: relative;
}
.dropdown-styled .dropdown__button .inline-icon {
  background-color: #767676;
}
.dropdown-styled .dropdown__button .inline-icon svg {
  display: block;
}
.dropdown-styled .dropdown__content {
  transition: margin 0.1s linear, height 0.2s linear;
}
.dropdown-styled.dropdown--active .dropdown__button .inline-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown-styled.dropdown--active .dropdown__content {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.js-on .dropdown__toggle-label,
.js-on .dropdown__toggle {
  display: none;
}
.dropdown__content {
  transition: height 0.2s linear;
}
.dropdown__toggle:checked + .dropdown__content,
.dropdown--active .dropdown__content,
html:not(.disable-flashing-elements)
  .dropdown--animated.dropdown--active
  .dropdown__content {
  position: static;
  visibility: visible;
  pointer-events: all;
  display: block;
  height: auto;
}
.dropdown__content {
  display: none;
  height: 0;
  overflow: hidden;
}
html:not(.disable-flashing-elements) .dropdown--animated .dropdown__content {
  display: block;
  overflow: hidden;
  position: fixed;
  top: -9999em;
  left: -9999em;
  visibility: hidden;
  height: auto;
  pointer-events: none;
  transition: height 0.2s linear;
}
.chart--doughnut {
  position: relative;
}
.chart--doughnut .chart__label {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  fill: #ffffff;
  text-anchor: middle;
}
.chart--doughnut .chart__label-value {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: bold;
}
.chart--doughnut .chart__unit {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  fill: #767676;
  font-weight: 900;
  text-anchor: middle;
}
.element-pullquote .inline-quote {
  margin-bottom: 0.375rem;
  display: block;
  width: 2.125rem;
  height: 1.875rem;
}
.element-pullquote svg {
  width: 2.125rem;
  height: 1.875rem;
}
@media (min-width: 71.25em) and (max-width: 81.24em) {
  .content:not(.content--liveblog):not(.content--gallery):not(
      .content--interactive
    )
    .meta__extras:not(.meta__extras--crossword)
    .meta__numbers {
    border-top: 0.0625rem solid #dcdcdc;
    margin-top: -0.0625rem;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.meta__numbers .commentcount2 {
  display: block;
}
.meta__numbers .commentcount2__heading,
.meta__numbers .sharecount__heading {
  height: 0.9375rem;
  margin: 0;
  position: relative;
}
.meta__numbers .commentcount2__heading .inline-icon,
.meta__numbers .sharecount__heading .inline-icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 71.25em) {
  .meta__numbers .commentcount2__heading,
  .meta__numbers .sharecount__heading {
    padding-left: 0.9375rem;
    padding-right: 0;
  }
  .meta__numbers .commentcount2__heading .inline-icon,
  .meta__numbers .sharecount__heading .inline-icon {
    left: 0;
  }
}
.meta__numbers .sharecount__heading .inline-icon {
  margin-top: -0.1875rem;
}
.meta__numbers .commentcount2__heading .inline-icon {
  margin-top: 0.0625rem;
  margin-right: -0.125rem;
}
.meta__numbers .commentcount2__heading .inline-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
.meta__numbers .commentcount2__value,
.meta__numbers .sharecount__value {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-weight: bold;
  letter-spacing: -0.0625rem;
  padding-top: 0.15rem;
  display: block;
}
.meta__numbers .sharecount__value {
  color: #767676;
}
.meta__numbers .sharecount__value--short {
  display: none;
}
@media (min-width: 71.25em) and (max-width: 81.24em) {
  .meta__numbers .sharecount__value--full {
    display: none;
  }
  .meta__numbers .sharecount__value--short {
    display: block;
  }
}
.meta__numbers .sharecount__heading {
  color: #767676;
}
.meta__numbers .inline-share {
  fill: #767676;
}
.meta__number {
  display: block;
  text-align: right;
  float: left;
  min-width: 0.9375rem;
  padding-top: 0.375rem;
}
.meta__number + .meta__number {
  border-left: 0.0625rem solid #dcdcdc;
  padding-left: 0.3125rem;
  margin-left: 0.3125rem;
}
.social-icon--facebook {
  background-color: #3067a3;
}
.social-icon--facebook:hover {
  background-color: #244e7c;
}
.social-icon--whatsapp {
  background-color: #59cb3f;
}
.social-icon--whatsapp:hover {
  background-color: #45a92e;
}
.social-icon--messenger {
  background-color: #0084ff;
}
.social-icon--messenger:hover {
  background-color: #006acc;
}
.social-icon--twitter {
  background-color: #03b3ee;
}
.social-icon--twitter:hover {
  background-color: #028dbc;
}
.social-icon--linkedin {
  background-color: #0071a1;
}
.social-icon--linkedin:hover {
  background-color: #004d6e;
}
.social-icon--pinterest {
  background-color: #b9252c;
}
.social-icon--pinterest:hover {
  background-color: #8f1d22;
}
.social-icon--email {
  background-color: #767676;
}
.social-icon--email:hover {
  background-color: #5d5d5d;
}
.content--media.new-audio * {
  box-sizing: border-box;
}
.content--media.new-audio figure#audio-component-container {
  margin-bottom: 0.75rem;
}
@media (min-width: 1300px) {
  .content--media.new-audio figure#audio-component-container {
    margin-bottom: 2.25rem;
  }
}
.content--media.new-audio ul {
  margin: 0;
  list-style-type: none;
  line-height: 1.5rem;
}
.content--media.new-audio ul img {
  display: inline-block;
}
.content--media.new-audio h1,
.content--media.new-audio h2,
.content--media.new-audio h3,
.content--media.new-audio li,
.content--media.new-audio p {
  color: #dcdcdc;
}
.content--media.new-audio .player {
  line-height: 0;
}
@media (max-width: 46.24em) {
  .content--media.new-audio .player {
    margin: 0 -0.55rem;
  }
}
@media (min-width: 71.25em) {
  .content--media.new-audio .player {
    margin-left: -10rem;
  }
}
@media (min-width: 81.25em) {
  .content--media.new-audio .player {
    margin-left: -15rem;
  }
}
.content--media .content__main-column::before {
  display: none;
}
.content--media .content__head__comment-count {
  display: none;
}
@media (max-width: 61.24em) {
  .content--media .meta__comment-count--top .commentcount,
  .content--media .meta__comment-count--bottom .commentcount {
    border-top: 0;
  }
  .content--media .meta__comment-count--top .commentcount__label,
  .content--media .meta__comment-count--bottom .commentcount__label {
    display: none;
  }
}
.content--media .player {
  margin-bottom: 0.375rem;
}
.content--media .gu-media-wrapper {
  margin-bottom: 0;
}
.content--media:not(.paid-content) .social-icon {
  overflow: visible;
  box-sizing: border-box;
}
.content--media:not(.paid-content) .social-icon:hover,
.content--media:not(.paid-content) .social-icon:focus {
  background-color: transparent;
  border-color: #ededed;
}
@media (min-width: 61.25em) {
  .content--media .content__main-column--video {
    min-height: 35.25rem;
  }
}
@media (max-width: 61.24em) {
  .content--media .content__secondary-column--media {
    display: block;
    position: relative;
    width: 100%;
    max-width: 38.75rem;
    margin: 0 auto;
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .content--media .content__secondary-column--media {
    max-width: 43.75rem;
  }
}
@media (min-width: 61.25em) {
  .content--media .content__secondary-column--media {
    padding-left: 0.625rem;
    border-left: 0.0625rem solid #333;
  }
}
@media (min-width: 61.25em) {
  .content--media .content__secondary-column--video {
    height: auto;
  }
}
.content--media .content__secondary-column--audio .ad-slot {
  display: none;
}
@media (min-width: 61.25em) {
  .content--media .content__secondary-column--audio .ad-slot {
    display: block;
  }
}
.content--has-body .content__main-column--audio {
  min-height: 20.25rem;
}
.content--has-body.paid-content .content__main-column--audio {
  min-height: 20.25rem;
}
.content--media--video .inline-video-icon {
  margin-right: 0.1em;
}
.svg .items--audio .fc-item__title:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.most-viewed-container--media {
  border-top: 0.0625rem solid #333;
}
@media (max-width: 61.24em) {
  .most-viewed-container--media {
    margin-top: 1.5rem;
  }
}
.most-viewed-container--media .most-viewed-container__header {
  height: 3rem;
}
.most-viewed-container--media .most-viewed-container__heading {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  position: relative;
  top: 0.1875rem;
  color: #ededed;
}
.most-viewed--media {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.most-viewed--media .fc-item--media {
  float: left;
  width: 50%;
  padding: 0 0.625rem;
}
@media (max-width: 46.24em) {
  .most-viewed--media .fc-item--media:nth-child(odd):before {
    display: none;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .most-viewed--media .fc-item--media {
    width: 33.3%;
  }
  .most-viewed--media .fc-item--media:nth-child(4n):before {
    display: none;
  }
  .most-viewed--media .fc-item--media:nth-child(1n + 4) {
    margin-bottom: 0;
  }
}
@media (min-width: 61.25em) {
  .most-viewed--media .fc-item--media:nth-child(odd):before {
    display: none;
  }
  .most-viewed--media .fc-item--media:nth-child(n + 5) {
    margin-bottom: 0;
  }
}
.most-viewed--media .fc-item__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 3.1875rem;
  height: 3.1875rem;
}
@media (max-width: 46.24em) {
  .most-viewed--video .item:nth-child(n + 5) {
    margin-bottom: 0;
  }
}
@media (min-width: 61.25em) {
  .most-viewed--video .item:nth-child(n + 5) {
    margin-bottom: 0;
  }
}
@media (max-width: 46.24em) {
  .most-viewed--audio .item:nth-child(n + 3) {
    margin-bottom: 0;
  }
}
@media (min-width: 61.25em) {
  .most-viewed--audio .item:nth-child(n + 3) {
    margin-bottom: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .most-viewed--audio .fc-item:nth-child(4) {
    display: none;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .content--video .content__meta-container {
    float: left;
    width: 25.25rem;
    margin-right: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.content--video .content__meta-container {
  border-bottom: 0;
}
.most-viewed-container--playlist .most-viewed__more-from {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.most-viewed-container--playlist .most-viewed-container__heading {
  margin-bottom: 0.75rem !important;
}
.most-viewed-container--playlist .most-viewed-container__header {
  height: auto !important;
}
.most-viewed-container--playlist .most-viewed-navigation {
  margin-top: 0.75rem;
}
.most-viewed-container--playlist .most-viewed-navigation__button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  border-radius: 1.5rem;
  border: 0;
  background: #ffbb00;
  color: #333333;
}
.most-viewed-container--playlist .most-viewed-navigation__button svg {
  fill: #333333;
}
.most-viewed-container--playlist .most-viewed-navigation__button--prev {
  float: left;
}
.most-viewed-container--playlist .most-viewed-navigation__button--next {
  float: right;
}
@-webkit-keyframes pulsate {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
}
@keyframes pulsate {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
}
.pamplemousse {
  position: relative;
  width: 3.1875rem;
  height: 1.0625rem;
}
.pamplemousse__pip {
  float: left;
  display: block;
  position: relative;
  text-align: center;
  width: 1.0625rem;
  height: 1.0625rem;
  line-height: 1.0625rem;
}
.pamplemousse__pip i {
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transform: scale(0.45);
  transform: scale(0.45);
  -webkit-animation: pulsate 2s ease-in-out infinite;
  animation: pulsate 2s ease-in-out infinite;
  display: block;
  background-color: #767676;
  border-radius: 6.25rem;
}
.pamplemousse__pip:nth-child(1) i {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.pamplemousse__pip:nth-child(2) i {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.pamplemousse__pip:nth-child(3) i {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.toast__container {
  padding-bottom: 0.75rem;
  text-align: center;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 61.25em) {
  .toast__container {
    width: 38.75rem;
  }
}
@media (min-width: 46.25em) {
  .toast__container {
    width: 43.75rem;
  }
}
@media (min-width: 61.25em) {
  .toast__container {
    width: 38.75rem;
  }
}
@media (min-width: 71.25em) {
  .toast__container {
    width: 48.75rem;
  }
}
@media (min-width: 81.25em) {
  .toast__container {
    width: 38.75rem;
  }
}
.toast__container:not(.is-sticky) {
  position: absolute;
  width: 50%;
  left: 25%;
}
.toast__container--open {
  z-index: 1015;
}
.toast__button {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  background-color: #c70000;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  margin-right: 0;
  max-width: 18.75rem;
  position: relative;
}
.toast__button:hover,
.toast__button:focus {
  color: #ffffff;
  background-color: #ab0613;
}
.toast__button.toast__button--closed {
  height: 0;
}
.toast__button .toast__text {
  display: inline-block;
  font-weight: 700;
  float: right;
  opacity: 1;
  padding-left: 1.5625rem;
  transition: opacity 0.3s ease-in-out;
}
.toast__button svg {
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.toast__button.loading {
  max-width: 2.25rem;
  transition: max-width 0.3s ease-in-out;
}
.toast__button.loading .toast__text {
  opacity: 0;
}
.toast__button.loading svg {
  -webkit-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.toast__space-reserver {
  height: 2.25rem;
  margin-bottom: -2.25rem;
  display: block;
}
.liveblog-navigation {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.liveblog-navigation:after,
.liveblog-navigation:before {
  content: '';
  display: table;
}
.liveblog-navigation:after {
  clear: both;
}
.liveblog-navigation__detail {
  text-align: center;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.liveblog-navigation__newer {
  float: left;
}
.liveblog-navigation__older {
  float: right;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.liveblog-navigation__page-number,
.liveblog-navigation__pages-length {
  font-weight: bold;
}
.liveblog-navigation__link {
  display: inline-block;
  position: relative;
  color: #121212;
  border: 0.0625rem solid #dcdcdc;
  height: 2.25rem;
  line-height: 2.375rem;
  font-weight: bold;
  vertical-align: middle;
}
.liveblog-navigation__link:hover {
  border-color: #767676;
  text-decoration: none;
}
.liveblog-navigation__link svg {
  fill: #767676;
  position: absolute;
}
@media (max-width: 29.99em) {
  .liveblog-navigation__link {
    font-size: 0;
  }
}
.liveblog-navigation__link--primary {
  width: 2.25rem;
  border-radius: 100%;
}
.liveblog-navigation__link--primary svg {
  top: 0.625rem;
  width: 1rem;
  height: 1rem;
}
.liveblog-navigation__link--primary .inline-chevron-right svg {
  right: 0.5625rem;
}
.liveblog-navigation__link--primary .inline-arrow-left svg {
  left: 0.5625rem;
}
.liveblog-navigation__link--secondary {
  border-radius: 1.3125rem;
  padding: 0 0.625rem;
}
.liveblog-navigation__link--secondary svg {
  width: 0.875rem;
  height: 0.875rem;
  top: 0.6875rem;
}
.liveblog-navigation__link--secondary--newer {
  margin-right: 0.3125rem;
  padding-left: 1.875rem;
}
.liveblog-navigation__link--secondary--newer svg {
  left: 0.625rem;
}
@media (min-width: 30em) {
  .liveblog-navigation__link--secondary--newer {
    margin-right: 0.625rem;
  }
}
.liveblog-navigation__link--secondary--older {
  margin-left: 0.3125rem;
  padding-right: 1.875rem;
}
.liveblog-navigation__link--secondary--older svg {
  right: 0.625rem;
}
@media (min-width: 30em) {
  .liveblog-navigation__link--secondary--older {
    margin-left: 0.625rem;
  }
}
@media (max-width: 29.99em) {
  .liveblog-navigation__link--secondary {
    width: 2.25rem;
    padding: 0;
  }
}
.liveblog-navigation__link--disabled {
  cursor: default;
  color: #dcdcdc;
  border-color: #ededed;
}
.liveblog-navigation__link--disabled svg {
  fill: #dcdcdc;
}
.liveblog-navigation__link--disabled:hover,
.liveblog-navigation__link--disabled:active {
  color: #dcdcdc;
  border-color: #ededed;
}
.discussion {
  margin-bottom: 1.5rem;
  min-height: 12rem;
}
.discussion .pagination_legend {
  display: none !important;
}
.discussion--closed.discussion--empty {
  display: none;
}
.discussion--loaded .discussion__loader {
  display: none;
}
.discussion:not(.discussion--has-top-comments) .d-discussion--top-comments {
  display: none;
}
@media (min-width: 61.25em) {
  .discussion__main-comments,
  .discussion__pagination {
    margin-right: 0;
    max-width: 38.75rem;
  }
}
@media (min-width: 61.25em) {
  .id--signed-in
    .content--liveblog
    + .content-footer
    .discussion
    .content__main-column {
    margin-left: 10rem;
    margin-right: 0;
    max-width: 38.75rem;
  }
  .id--signed-in
    .content--liveblog
    + .content-footer
    .discussion
    .content__main-column
    .discussion__heading,
  .id--signed-in
    .content--liveblog
    + .content-footer
    .discussion
    .content__main-column
    .d-comment-box--top-level
    .d-comment-box__meta {
    margin-left: -10rem;
    width: 8.75rem;
    position: absolute;
  }
  .id--signed-in
    .content--liveblog
    + .content-footer
    .discussion
    .content__main-column
    .d-comment-box--top-level {
    padding-top: 1.5rem;
  }
  .id--signed-in
    .content--liveblog
    + .content-footer
    .discussion
    .content__main-column
    .d-comment-box--top-level
    .d-comment-box__meta {
    top: 3rem;
  }
}
@media (min-width: 71.25em) {
  .id--signed-in
    .content--liveblog
    + .content-footer
    .discussion
    .content__main-column {
    margin-left: 20rem;
    margin-right: 0;
  }
  .id--signed-in
    .content--liveblog
    + .content-footer
    .discussion
    .content__main-column
    .discussion__heading,
  .id--signed-in
    .content--liveblog
    + .content-footer
    .discussion
    .content__main-column
    .d-comment-box--top-level
    .d-comment-box__meta {
    margin-left: -20rem;
  }
}
.id--signed-out .discussion--empty {
  min-height: 5.25rem;
}
@media (min-width: 46.25em) {
  .discussion__top-border {
    border-top: 0.0625rem solid #00b2ff;
    margin-top: -0.0625rem;
  }
}
@media (min-width: 71.25em) {
  .discussion--lowered {
    margin-right: -20rem;
  }
  .discussion--lowered .d-discussion {
    max-width: 53.75rem;
  }
}
@media (min-width: 81.25em) {
  .discussion--lowered {
    margin-right: -25rem;
  }
  .discussion--lowered .d-discussion {
    max-width: 58.75rem;
  }
}
.discussion__warning {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.discussion--disabled {
  min-height: 3rem;
}
.discussion__disabled-msg {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  padding-top: 0.5rem;
  color: #767676;
}
.d-discussion {
  font-size: 0.875rem;
}
.d-thread {
  list-style: none;
  margin: 0;
}
.d-discussion__size-message,
.d-discussion__message {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-bottom: 0.5rem;
  border-top: 0.0625rem solid #dcdcdc;
  padding-top: 0.75rem;
  color: #767676;
}
.d-discussion__size-message + .d-comment,
.d-discussion__message + .d-comment {
  border-top: 0;
}
.d-discussion__message--error {
  color: #c70000;
}
.discussion__heading {
  margin-bottom: 0;
  padding-top: 0;
  border-top: 0.0625rem solid #00b2ff;
}
@media (min-width: 46.25em) {
  .discussion__heading {
    border-top: 0;
  }
}
@media (min-width: 71.25em) {
  .discussion__heading {
    position: absolute;
    margin-left: -10rem;
    width: 8.75rem;
  }
}
@media (min-width: 81.25em) {
  .discussion__heading {
    margin-left: -15rem;
    width: 13.75rem;
  }
}
.discussion--not-staff .d-staff-required {
  display: none !important;
}
.discussion__show-button {
  display: none;
}
.discussion--truncated .discussion__show-button {
  display: block;
}
.discussion--truncated.discussion--has-top-comments .discussion__toolbar,
.discussion--truncated.discussion--has-top-comments .discussion__main-comments {
  display: none;
}
.discussion--truncated .d-top-comment {
  display: none;
}
.discussion--truncated .d-top-comment:first-child,
.discussion--expanded .discussion--truncated .d-top-comment {
  display: block;
}
.discussion--truncated .d-comment:nth-child(n + 3),
.discussion--truncated .discussion__comment-box.discussion__comment-box--bottom,
.discussion--truncated .discussion__pagination--bottom {
  display: none !important;
}
.discussion--empty .discussion__toolbar,
.discussion--empty .discussion__show-button {
  display: none;
}
.discussion__pagination--bottom .pagination {
  border-top: 0.0625rem solid #dcdcdc;
}
.d-discussion__meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  float: left;
}
@media (min-width: 61.25em) {
  .content__repositioned-comments
    .content__main-column:not(.discussion__ad-wrapper) {
    max-width: none;
    margin-right: 25%;
  }
}
.discussion__loader,
.discussion--loading .d-thread {
  display: none;
}
.js-on .discussion--loading .discussion__loader {
  display: block;
}
.discussion__ad-wrapper .discussion__ad-slot {
  width: 18.75rem;
  position: absolute;
  top: 0.625rem;
  right: -20rem;
}
@media (min-width: 81.25em) {
  .discussion__ad-wrapper.discussion__ad-wrapper-wider .discussion__ad-slot {
    right: -25rem;
  }
}
.discussion__ad-wrapper .discussion__loader {
  padding-bottom: 31.25rem;
}
.id--signed-in .discussion--open .discussion__toolbar,
.discussion--has-top-comments .discussion__toolbar {
  border-top: 0.0625rem solid #dcdcdc;
}
.discussion__toolbar .pagination {
  text-align: center;
}
.discussion__toolbar-item {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: relative;
  top: 0.0625rem;
  float: left;
  color: #767676;
  display: inline-block;
  line-height: 1.5rem;
  margin: 0.75rem 0;
}
.discussion__toolbar-item .popup,
.discussion__toolbar-item .popup__toggle.is-active:before {
  margin-top: -0.75rem;
}
.discussion__toolbar-item .popup__action {
  text-transform: capitalize;
}
.discussion__toolbar-item .popup__toggle {
  display: inline-block;
  width: auto;
}
.discussion__toolbar-item .popup__toggle:after {
  border-top-color: #767676;
}
.discussion__toolbar-item .popup__toggle.is-active:after {
  border-bottom-color: #767676;
}
.discussion__toolbar-item span {
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0.20833rem 0 0.3125rem;
}
.discussion__toolbar-item:not(:first-child) {
  padding-left: 0.625rem;
  margin-left: 0.625rem;
  border-left: 0.0625rem solid #dcdcdc;
}
.discussion__toolbar-item__checkbox {
  float: none;
  margin-left: 0;
}
.d-comment {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  position: relative;
}
.d-comment__main {
  padding-bottom: 2.25rem;
}
.d-comment__main--removed {
  padding-bottom: 0.75rem;
}
.d-comment__inner {
  padding-top: 0.375rem;
  position: relative;
}
.d-comment:target {
  background-color: #f6f6f6;
}
.d-comment:target:before,
.d-comment:target:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0.625rem;
  top: -0.0625rem;
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 0.0625rem 0;
  border-color: #dcdcdc;
}
.d-comment:target:before {
  left: -0.625rem;
}
.d-comment:target:after {
  right: -0.625rem;
}
.d-comment:target.d-comment--response:before,
.d-comment:target.d-comment--response:after {
  border-color: #ededed;
}
.d-comment:target .d-comment-box__parent-comment-spout {
  border-bottom-color: #dcdcdc;
}
.d-comment:target .d-comment-box__parent-comment {
  background-color: #dcdcdc;
}
.d-comment-box--top-level .d-comment-box__meta {
  position: relative;
}
@media (min-width: 46.25em) {
  .d-comment-box--top-level .d-comment-box__meta {
    margin-top: 0.375rem;
  }
}
@media (min-width: 71.25em) {
  .d-comment-box--top-level .d-comment-box__meta {
    position: absolute;
    margin-left: -10rem;
    width: 8.75rem;
    top: 3rem;
  }
}
@media (min-width: 81.25em) {
  .d-comment-box--top-level .d-comment-box__meta {
    margin-left: -15rem;
    width: 8.75rem;
  }
}
@media (max-width: 46.24em) {
  .d-comment-box--top-level
    .d-comment-box__meta
    .d-comment-box__avatar-wrapper {
    display: none;
  }
}
@media (max-width: 61.24em) {
  .d-comment-box--top-level .d-comment-box__meta .user-avatar__image {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.d-comment__avatar-wrapper,
.d-comment-box__avatar-wrapper {
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}
@media (max-width: 71.24em) {
  .d-comment-box__avatar-wrapper {
    float: left;
  }
}
.d-comment__avatar-wrapper {
  float: left;
}
.d-comment-box__avatar-wrapper .user-avatar__image {
  width: 3.75rem;
  height: 3.75rem;
}
.d-comment__avatar,
.user-avatar__image {
  border-radius: 62.5rem;
}
.d-comment__meta-text,
.d-comment-box__meta-text {
  box-sizing: border-box;
}
.d-comment__author,
.d-comment-box__author {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  overflow: hidden;
  padding-right: 0.3125rem;
  font-weight: bold;
  text-overflow: ellipsis;
}
@media (min-width: 46.25em) {
  .d-comment__author,
  .d-comment-box__author {
    display: block;
  }
}
.d-comment__author {
  display: inline;
}
.d-comment-box__author-label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
}
.d-comment__author-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: block;
  color: #005689;
  font-weight: bold;
}
.d-comment__author-label .d-comment__gu-icon svg {
  fill: #005689;
}
.d-comment__pick {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-bottom: 0.125rem;
  white-space: nowrap;
  font-weight: bold;
}
.d-comment__pick .d-comment__gu-icon svg {
  fill: #121212;
}
.d-comment__gu-icon {
  width: 0.9375rem;
  height: 0.9375rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.0625rem;
}
.d-comment__gu-icon svg {
  width: 100%;
  height: 100%;
}
.d-comment__timestamp {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-bottom: 0.75rem;
}
@media (max-width: 46.24em) {
  .d-comment__timestamp {
    padding: 0;
  }
}
@media (min-width: 46.25em) {
  .d-comment__timestamp {
    display: inline;
  }
}
.d-comment__timestamp a {
  color: #767676;
}
.d-comment__timestamp .inline-comment-anchor {
  display: none;
  vertical-align: middle;
  margin-left: 0.125rem;
  max-height: 0.9375rem;
}
.d-comment__inner:hover .d-comment__timestamp .inline-comment-anchor,
.d-top-comment__meta:hover .d-comment__timestamp .inline-comment-anchor {
  display: inline-block;
}
.d-comment__reply-to-author,
.d-comment-box__reply-to-author {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding-right: 0.3125rem;
  display: inline;
}
.d-comment__author {
  display: inline;
  padding-right: 0;
}
.d-comment__meta-text {
  position: static;
  margin-left: 0;
}
.inline-reply.grey {
  display: inline-block;
  position: relative;
  top: 0.25rem;
  fill: #bdbdbd;
}
.inline-reply.blue {
  fill: #005689;
}
.d-comment-box--top-level .inline-reply.grey {
  display: none;
}
.d-comment--new .d-comment__reply-wrapper {
  display: none;
}
.d-comment__content {
  margin-top: 0.375rem;
}
@media (max-width: 46.24em) {
  .d-comment__content {
    clear: both;
  }
}
.d-comment__body,
.d-top-comment__body,
.d-comment-box__parent-comment-body {
  word-wrap: break-word;
}
.d-comment__body,
.d-comment-box__preview-body {
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: relative;
  z-index: 2;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-bottom: 0.5rem;
}
.d-comment__body p,
.d-comment-box__preview-body p {
  margin-top: 0.5rem;
  word-wrap: break-word;
}
@media (min-width: 71.25em) {
  .d-comment__body p:first-child,
  .d-comment-box__preview-body p:first-child {
    margin-top: 0;
  }
}
.d-comment__body blockquote,
.d-comment-box__preview-body blockquote {
  margin: 0.75rem 1.25rem;
  padding-left: 0.625rem;
  color: #767676;
}
.d-comment__inner--top-level .d-comment__body blockquote:first-child,
.d-comment__inner--top-level
  .d-comment-box__preview-body
  blockquote:first-child {
  margin-top: 1.125rem;
}
@media (min-width: 46.25em) {
  .d-comment__body blockquote:first-child,
  .d-comment-box__preview-body blockquote:first-child {
    margin-top: 1.125rem;
  }
}
@media (max-width: 46.24em) {
  .d-comment__body blockquote,
  .d-comment-box__preview-body blockquote {
    margin: 0;
    padding-left: 1.125rem;
  }
}
.d-comment--top-level {
  border-top: 0.0625rem solid #dcdcdc;
}
@media (min-width: 46.25em) {
  .d-comment__inner--top-level .d-comment__avatar-wrapper {
    margin-left: -3.625rem;
  }
}
.d-comment__inner--top-level .d-comment__avatar,
.d-comment__inner--top-level .user-avatar__image {
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 46.25em) {
  .d-comment__inner--top-level .d-comment__avatar,
  .d-comment__inner--top-level .user-avatar__image {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 46.25em) {
  .d-comment__inner--top-level {
    margin-left: 3.625rem;
  }
}
@media (max-width: 46.24em) {
  .d-comment--response .d-comment__timestamp,
  .d-comment--response .d-comment__avatar-wrapper {
    display: none;
  }
  .d-comment--response .d-comment__content {
    margin: 0;
  }
}
@media (min-width: 46.25em) {
  .d-comment--response .d-comment__avatar-wrapper {
    margin-left: -2.875rem;
  }
  .d-comment--response .d-comment__avatar {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.d-comment--response,
.d-comment-box--response {
  border-top: 0.0625rem solid #ededed;
  margin-left: 1.875rem;
}
@media (min-width: 46.25em) {
  .d-comment--response,
  .d-comment-box--response {
    margin-left: 3.625rem;
  }
}
@media (min-width: 46.25em) {
  .d-comment__inner--response {
    margin-left: 2.875rem;
  }
}
.d-show-more-replies {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  border-top: 0.0625rem dotted #dcdcdc;
  padding: 0.75rem 0;
}
@media (min-width: 46.25em) {
  .d-show-more-replies {
    margin-left: 3.625rem;
  }
}
.d-show-more-replies__button.button--show-more {
  padding-left: 1.5rem;
}
.d-show-more-replies__button.button--show-more svg {
  fill: #052962;
  height: 0.875rem;
  width: 0.875rem;
  left: 0.625rem;
}
.d-comment__comment-removed {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
  margin-top: 0.5rem;
}
.d-comment__comment-removed a {
  color: #506991;
}
.d-comment__recommend {
  position: absolute;
  right: 0;
  top: 0.375rem;
  height: 1.1875rem;
}
@media (min-width: 61.25em) {
  .d-comment__recommend {
    min-width: 1.75rem;
    text-align: center;
  }
}
.d-comment__recommend-button {
  width: 1.1875rem;
  height: 1.1875rem;
  display: inline-block;
  background-color: #f6f6f6;
  cursor: default;
  position: relative;
  top: 0.0625rem;
  float: right;
}
.d-comment__recommend-button .inline-arrow-up-white svg {
  position: relative;
  height: 0.75rem;
  padding-top: 0.1875rem;
  padding-left: 0.125rem;
  fill: #767676;
}
.id--signed-in
  .d-discussion--recommendations-open
  .d-comment__recommend-button {
  cursor: pointer;
}
.d-comment__recommend--clicked .d-comment__recommend-button,
.d-comment__recommend--recommended .d-comment__recommend-button {
  cursor: default;
}
.d-comment__recommend--clicked .d-comment__recommend-button svg,
.d-comment__recommend--recommended .d-comment__recommend-button svg {
  fill: #ffffff;
}
.d-comment__recommend-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 1.125rem;
  background-color: #f6f6f6;
}
.d-comment__recommend-count {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: inline-block;
  overflow: hidden;
  min-width: 0.75rem;
  color: #767676;
  text-align: right;
  line-height: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.3125rem;
}
.d-comment__recommend-count--old {
  margin-top: 0.125rem;
}
.d-comment__recommend-count--new,
.d-comment__recommend-count--old {
  display: block;
  position: relative;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.d-comment__recommend--clicked .d-comment__recommend-button,
.d-comment__recommend--clicked .d-comment__recommend-pulse,
.d-comment__recommend--recommended .d-comment__recommend-button,
.d-comment__recommend--recommended .d-comment__recommend-pulse {
  transition: background-color 0.25s ease-in-out;
  background-color: #00b2ff;
}
.d-comment__recommend--clicked .d-comment__recommend-pulse,
.d-comment__recommend--recommended .d-comment__recommend-pulse {
  -webkit-animation: pulse 0.5s ease-in-out 1;
  animation: pulse 0.5s ease-in-out 1;
}
.d-comment__recommend--recommended .d-comment__recommend-count--old,
.d-comment__recommend--recommended .d-comment__recommend-count--new {
  top: -1.1875rem;
  transition: top 0.15s 0.15s ease-in-out;
}
.id--signed-in
  .discussion--open
  .discussion__comments
  .d-comment__actions__main {
  display: block;
}
.d-comment__actions {
  position: absolute;
  bottom: 0.75rem;
}
.discussion--closed .d-comment__actions .d-comment__action--reply,
.discussion--closed .d-comment__actions .d-comment__action-separator,
.discussion--closed .d-comment__actions .d-comment__action-pick {
  display: none;
}
.discussion--closed .d-comment__actions .d-comment__action--share {
  margin: 0;
}
.d-comment__actions:hover {
  opacity: 1;
}
.d-comment__actions--left {
  bottom: 0.5rem;
}
.d-comment__action {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: inline-block;
  color: #005689;
  font-weight: bold;
  line-height: 20px;
  width: auto;
}
.d-comment__action--reply {
  cursor: pointer;
  margin-right: 0.3125rem;
}
.d-comment__action--reply:hover {
  text-decoration: underline;
}
.d-comment__action--reply .inline-reply svg {
  vertical-align: middle;
}
.d-comment__action--report {
  font-weight: normal;
  position: absolute;
  right: 0.25rem;
  bottom: 0.75rem;
  font-size: 0.6875rem;
}
.d-comment__action--report a {
  color: #767676;
}
.discussion__comments__top .d-comment__action--report {
  right: 1.25rem;
}
.d-comment__action--pick {
  color: #767676;
}
.d-comment__action-separator {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: inline-block;
  position: relative;
  bottom: 0.0625rem;
  margin: 0 0.5rem;
  color: #767676;
  vertical-align: bottom;
}
.discussion--open .d-comment__reply-wrapper,
.discussion--open .d-comment__action-separator {
  display: inline-block;
}
.d-comment__action--share {
  vertical-align: middle;
  margin-left: 0.3125rem;
}
.d-comment__action--share:hover .sharing-text span:nth-child(2) {
  text-decoration: underline;
}
.d-comment__action--share:hover .comment-facebook-icon,
.d-comment__action--share:hover .comment-twitter-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
  vertical-align: middle;
}
.d-comment__action--share:hover .comment-facebook-icon {
  transition: all 0.2s ease-in-out;
}
.d-comment__action--share:hover .comment-twitter-icon {
  transition: all 0.2s 0.1s ease-in-out;
}
.sharing-text {
  cursor: pointer;
  display: inline-block;
  margin-right: 0.3125rem;
}
.comment-share-icon {
  fill: #052962;
}
.comment-share-icon svg {
  vertical-align: middle;
}
.sharing-buttons {
  cursor: pointer;
  display: inline-block;
}
.comment-facebook-icon,
.comment-twitter-icon {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.comment-facebook-icon {
  transition: all 0.2s 0.1s ease-in-out;
}
.comment-twitter-icon {
  transition: all 0.2s ease-in-out;
}
.d-report-comment__label,
.d-report-comment__field {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.d-report-comment__label {
  margin-top: 0.75rem;
}
.d-report-comment__field {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding: 0.375rem 0.3125rem;
}
.d-report-comment__submit {
  margin-top: 0.75rem;
}
.d-report-comment__close {
  float: right;
  margin-bottom: 0.375rem;
  width: auto;
}
.d-discussion--top-comments {
  padding-top: 0.75rem;
}
.d-top-comment-container {
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
@media (min-width: 46.25em) {
  .d-top-comment-container {
    width: 50%;
    float: left;
  }
  .d-top-comment-container--left {
    padding-right: 0.625rem;
  }
  .d-top-comment-container--right {
    padding-left: 0.625rem;
  }
}
.d-top-comment {
  margin-bottom: 1.5rem;
}
.d-top-comment .d-comment__avatar-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.d-top-comment .d-comment__avatar {
  width: 3rem;
  height: 3rem;
}
.d-top-comment .d-comment__author-label {
  margin-top: 0.3125rem;
}
.d-top-comment__pick {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.d-top-comment__bubble {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #121212;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  position: relative;
  background-color: #ededed;
  border-radius: 0.9375rem;
}
.d-top-comment__bubble-spout {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1.5rem;
  fill: #ededed;
}
.d-top-comment__body {
  margin-bottom: 0.375rem;
}
@media (min-width: 46.25em) {
  .d-top-comment__body {
    min-height: 6.875rem;
  }
}
.d-top-comment__body blockquote {
  padding-left: 0.625rem;
  color: #767676;
}
.d-top-comment__meta {
  position: relative;
}
.d-top-comment__meta .d-comment__meta-text {
  margin-top: 0.375rem;
}
.d-top-comment__meta .d-comment__timestamp {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.comment {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: block;
  position: relative;
}
.comment__datecreated {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
}
.comment--speechy {
  border: 0;
  padding: 0 0 2.5rem;
}
.comment--speechy .comment__inner {
  box-sizing: border-box;
  background-color: #f6f6f6;
  display: inline-block;
  padding: 0.5rem 0.625rem 0.75rem;
  max-width: 18.75rem;
  position: relative;
  width: 100%;
}
.comment--speechy .comment__inner:before,
.comment--speechy .comment__inner:after {
  content: ' ';
  position: absolute;
  top: 100%;
  pointer-events: none;
}
.comment--speechy .comment__inner:before {
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: rgba(246, 246, 246, 0);
  border-top-color: #f6f6f6;
  border-width: 1.875rem;
  left: 1.4375rem;
  margin-left: -1.875rem;
}
.comment--speechy .comment__inner:after {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  background-color: #ffffff;
  height: 1.5rem;
  width: 1.5rem;
  left: -0.3125rem;
}
.comments-link {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  float: right;
  margin-top: -1.0625rem;
}
.comments-link .i {
  position: relative;
  margin-left: 0.4375rem;
  top: 0.125rem;
}
.comment__meta {
  margin-top: 0.75rem;
}
.person {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.person__avatar {
  border-radius: 62.5rem;
  overflow: hidden;
  float: left;
  height: 2.25rem;
  margin-right: 0.9375rem;
  width: 2.25rem;
}
.d-badge--contributor:after {
  content: 'c';
  text-indent: -0.0625rem;
}
.d-badge--guardian-staff:after {
  content: 'g';
  line-height: 0.9;
}
.d-badge__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}
.d-discussion__error {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-top: 0.5rem;
  color: #c70000;
}
.d-discussion__error .d-discussion__error-text {
  display: inline-block;
  margin-left: 1.5rem;
}
.tooltip-box .d-discussion__error .d-discussion__error-text {
  margin-left: 0;
  margin-bottom: 0.25rem;
}
.d-discussion__error .i-alert {
  position: absolute;
}
.d-comment-box__error-meta {
  color: #767676;
}
.d-comment-box--response {
  border-top: 0.0625rem solid #dcdcdc;
  padding-top: 0.375rem;
}
.d-comment-box--response .d-comment-box__author-label {
  display: none;
}
.d-comment-box--response .d-comment-box__author {
  display: inline;
  padding-right: 0;
}
.d-comment-box--response .d-comment-box__meta-text {
  position: relative;
  margin-left: 0;
}
.discussion__comment-box {
  display: none;
}
.id--signed-in .discussion--open .discussion__comment-box {
  display: block;
}
.d-bar {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-bottom: 1rem;
  color: #767676;
}
.d-comment-box__body {
  box-sizing: border-box;
  border: 0.0625rem solid #dcdcdc;
  height: 3.125rem;
  margin: 0.5rem 0;
  padding: 0.5rem 0.625rem;
  width: 100%;
  resize: vertical;
  word-break: break-word;
  background: transparent;
  position: relative;
  z-index: 2;
}
.d-comment-box--top-level .d-comment-box__body::-webkit-input-placeholder {
  color: #121212;
  font-weight: bold;
}
.d-comment-box--top-level .d-comment-box__body::-moz-placeholder {
  color: #121212;
  font-weight: bold;
}
.d-comment-box--top-level .d-comment-box__body::-ms-input-placeholder {
  color: #121212;
  font-weight: bold;
}
.d-comment-box--top-level .d-comment-box__body::placeholder {
  color: #121212;
  font-weight: bold;
}
.d-comment-box--top-level.d-comment-box--expanded
  .d-comment-box__body::-webkit-input-placeholder {
  color: #ffffff;
}
.d-comment-box--top-level.d-comment-box--expanded
  .d-comment-box__body::-moz-placeholder {
  color: #ffffff;
}
.d-comment-box--top-level.d-comment-box--expanded
  .d-comment-box__body::-ms-input-placeholder {
  color: #ffffff;
}
.d-comment-box--top-level.d-comment-box--expanded
  .d-comment-box__body::placeholder {
  color: #ffffff;
}
.discussion__comment-box--bottom .d-comment-box__body {
  margin-top: 0;
}
@media (min-width: 71.25em) {
  .d-comment-box--top-level {
    padding-top: 1.5rem;
  }
  .discussion__comment-box--bottom .d-comment-box--top-level {
    padding-top: 0;
  }
}
.discussion__comment-box--bottom--hidden {
  display: none !important;
}
.d-comment-box__content {
  position: relative;
  clear: both;
}
.d-comment-box--invalid .d-comment-box__body {
  border-color: #c70000;
}
.d-comment-box--expanded .d-comment-box__body {
  margin-top: 0.125rem;
  height: 8.25rem;
}
.d-comment-box__add-comment {
  display: none;
}
.d-comment-box__submit {
  vertical-align: middle;
}
.d-comment-box__submit[disabled] {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.d-comment-box__cancel {
  margin-left: 1.25rem;
}
.d-comment-box__reply-to,
.d-comment-box__cancel {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #121212;
}
.d-comment-box__hide-preview,
.d-comment-box__preview {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
  font-weight: bold;
}
.d-comment-box__hide-preview {
  display: none;
}
.d-comment-box--preview-visible .d-comment-box__hide-preview {
  display: inline-block;
}
.d-comment-box__hide-parent,
.d-comment-box__show-parent {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: none;
  margin-left: 1.25rem;
}
.d-comment-box--response {
  padding-top: 0.375rem;
}
.d-comment-box--response .d-comment-box {
  padding-left: none;
}
.d-comment-box--response .d-comment-box__content {
  margin-left: 0;
  padding-bottom: 0.75rem;
}
.d-comment-box--response .d-comment-box__avatar-wrapper {
  display: none;
}
.d-comment-box--response .d-comment-box__show-parent {
  display: inline;
}
.d-comment-box--response.d-comment-box--parent-visible
  .d-comment-box__hide-parent {
  display: inline;
}
.d-comment-box--response.d-comment-box--parent-visible
  .d-comment-box__show-parent {
  display: none;
}
.d-comment-box__reply-to {
  display: inline-block;
}
.d-comment-box__preview,
.d-comment-box__cancel {
  display: none;
  bottom: 0.75rem;
  color: #767676;
}
.d-comment-box--expanded .d-comment-box__preview,
.d-comment-box--response .d-comment-box__preview,
.d-comment-box--expanded .d-comment-box__cancel,
.d-comment-box--response .d-comment-box__cancel {
  display: inline;
}
.d-comment-box--preview-visible .d-comment-box__preview {
  display: none !important;
}
.d-comment-box--response .d-comment__meta {
  display: none;
}
.open-cta {
  margin-top: 2rem;
}
.open-cta .clamp-fade {
  background-color: rgba(246, 246, 246, 0);
  background-image: linear-gradient(to bottom, rgba(246, 246, 246, 0), #f6f6f6);
}
.open-cta .clamp-fade__content {
  border-top: 0.0625rem solid #dcdcdc;
  background: #f6f6f6;
}
.d-comment-box__preview-spout,
.d-comment-box__parent-comment-spout {
  display: block;
  left: 0;
  width: 0;
  height: 0;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #f6f6f6;
  margin-left: 2.5rem;
  border-right-style: inset;
}
.d-comment-box__parent-comment {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding: 0.75rem 1.25rem;
  background-color: #f6f6f6;
}
.d-comment-box__parent-comment .d-comment-box__hide-parent {
  margin-left: 0;
}
.d-comment-box__parent-comment-author {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.375rem;
}
.d-comment-box__parent-comment-body {
  position: relative;
}
.d-comment-box__parent-comment-wrapper {
  margin-top: 0.375rem;
  display: none;
}
.d-comment-box--parent-visible .d-comment-box__parent-comment-wrapper {
  display: block;
}
.d-comment-box__preview-spout {
  margin-left: 12.5rem;
}
.d-comment-box__preview-wrapper {
  display: none;
}
.d-comment-box--preview-visible .d-comment-box__preview-wrapper {
  display: block;
}
.d-comment-box__preview-block {
  display: block;
  background-color: #f6f6f6;
  padding: 0.75rem 1.25rem;
}
.d-comment-box__preview-body {
  margin: 0.75rem 0;
}
.d-comment-box__formatting-controls {
  display: none;
  float: right;
  margin-top: -0.625rem;
}
@media (min-width: 46.25em) {
  .d-comment-box--expanded .d-comment-box__formatting-controls,
  .d-comment-box--response .d-comment-box__formatting-controls {
    display: inline-block;
  }
}
.d-comment-box__formatting-bold {
  font-weight: bold;
}
.d-comment-box__formatting-italic {
  font-style: italic;
}
.d-comment-box__formatting-bold,
.d-comment-box__formatting-italic,
.d-comment-box__formatting-quote,
.d-comment-box__formatting-link {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: inline-block;
  border: 0.0625rem solid #dcdcdc;
  color: #767676;
  text-align: center;
  cursor: pointer;
  margin-left: 0.25rem;
  padding: 0.125rem 0.3125rem 0;
  min-width: 0.6875rem;
  line-height: 1.0625rem;
}
.d-comment-box__formatting-bold:hover,
.d-comment-box__formatting-italic:hover,
.d-comment-box__formatting-quote:hover,
.d-comment-box__formatting-link:hover {
  border-color: #052962;
}
.d-comment-box__community-standards {
  display: none;
}
.d-comment-box--expanded .d-comment-box__community-standards {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: block;
  background-color: #f6f6f6;
  padding: 0.5rem 0.625rem;
  margin-top: 0.375rem;
}
.d-comment-box__onboarding {
  display: none;
}
.d-comment-box__onboarding h3 {
  font-weight: bold;
}
.d-comment-box--onboarding-visible .d-comment-box__onboarding {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: block;
  background-color: colour(brightness-97);
  padding: 0.75rem 1.25rem;
}
.d-comment-box--onboarding-visible .d-comment-box__content {
  display: none;
}
.d-comment-box__onboarding-preview-body p {
  background-color: #f6f6f6;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.75rem;
}
.d-comment-box__onboarding-cancel {
  background-color: colour(brightness-86);
  border-color: colour(brightness-86);
}
.d-comment-box__onboarding-username-input {
  box-sizing: border-box;
  display: block;
  background-color: transparent;
  border: 0.0625rem solid #dcdcdc;
  color: #121212;
  padding: 0.375rem 1.25rem;
  border-radius: 1.125rem;
  margin: 0.75rem 0;
  margin-top: 0.375rem;
  width: 70%;
}
.d-comment-box__onboarding-username-input:focus {
  border-color: #767676;
  outline: none;
}
.d-comment-box__onboarding-username-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-weight: bold;
}
.d-comment-box__onboarding-username-error-border {
  border-color: #c70000;
}
.d-comment-box__onboarding-username-error-message {
  color: #c70000;
}
.disc-comment {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding-bottom: 0.375rem;
}
@media (min-width: 61.25em) {
  .disc-comment:first-of-type {
    border-top: 0;
  }
}
.disc-comment__meta {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-bottom: 1.125rem;
  color: #767676;
}
@media (min-width: 61.25em) {
  .disc-comment__meta {
    float: right;
  }
}
.disc-comment__date-published {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: block;
}
.disc-comment__permalink {
  color: #767676;
}
.disc-comment__recommend {
  position: absolute;
  top: 0.375rem;
  right: 0;
  width: auto;
  cursor: default;
}
.disc-comment__recommend-count {
  display: inline-block;
  margin-right: 0.3125rem;
}
.disc-comment__recommend--active .disc-comment__recommend-count {
  color: #e05e00;
}
.disc-comment__recommend-button {
  border-radius: 62.5rem;
  display: inline-block;
  vertical-align: middle;
  height: 1.1875rem;
  width: 1.125rem;
  background-color: #767676;
}
.disc-comment__recommend-button .i {
  vertical-align: middle;
}
.disc-comment__recommend--open .disc-comment__recommend-button {
  background-color: #005689;
}
.disc-comment__recommend--active .disc-comment__recommend-button {
  background-color: #e05e00;
}
.disc-comment__body {
  margin-bottom: 0.75rem;
}
.disc-comment__body blockquote {
  margin: 0.75rem 1.25rem;
  padding-left: 0.625rem;
  border-left: 0.1875rem solid rgba(18, 18, 18, 0.25);
}
.disc-comment__view-discussion {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: inline-block;
}
.disc-profile {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.disc-profile__avatar {
  border-radius: 62.5rem;
  float: left;
  overflow: hidden;
  height: 2.75rem;
  width: 2.75rem;
}
.disc-profile__avatar-image {
  height: 100%;
  width: 100%;
}
.disc-profile__user-info {
  padding-left: 3.375rem;
}
.disc-profile__badges {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  text-transform: uppercase;
}
.disc-profile__date {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
}
.activity-stream {
  margin-top: 0.75rem;
}
.activity-stream--loading:after {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: block;
  content: 'Loading comments…';
  min-height: 15rem;
  padding-top: 1.5rem;
  text-align: center;
}
.activity-item {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  border-top: 0.0625rem solid #dcdcdc;
}
.activity-item--first {
  border-top: 0;
}
.activity-item__title {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  margin-bottom: 0.75rem;
  font-weight: normal;
}
@media (min-width: 71.25em) {
  .activity-item__title {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 1.25rem;
    width: 8.75rem;
  }
}
@media (min-width: 81.25em) {
  .activity-item__title {
    width: 13.75rem;
  }
}
.activity-item__content {
  position: relative;
}
@media (min-width: 71.25em) {
  .activity-item__content {
    margin-left: 10rem;
  }
}
@media (min-width: 81.25em) {
  .activity-item__content {
    margin-left: 15rem;
  }
}
.activity-item__content--boosted {
  margin-left: 0;
}
.activity-item__content-meta {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
@media (min-width: 61.25em) {
  .activity-item__content-meta {
    width: 11.25rem;
    float: left;
  }
}
@media (min-width: 61.25em) {
  .activity-item__content-body {
    margin-left: 12.5rem;
    margin-right: 3.75rem;
  }
}
.activity-stream__empty {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  min-height: 15rem;
  padding-top: 1.5rem;
  text-align: center;
}
.activity-stream__pagination {
  border: 0;
}
.activity-stream__pagination .pagination_legend {
  display: none !important;
}
.activity-stream--discussions .activity-item__content {
  padding-top: 0.375rem;
  border-top: 0.0625rem solid #dcdcdc;
}
.activity-stream--discussions .activity-item__content--no-border {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.activity-stream-search {
  margin-top: 0.375rem;
}
.activity-stream-search__label {
  float: left;
}
.activity-stream-search__q-container {
  padding-left: 1.25rem;
}
.activity-stream-search__q {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  box-sizing: border-box;
  vertical-align: bottom;
  width: 100%;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
  border: 0;
  color: #767676;
}
.activity-stream-search__q:focus {
  outline-color: #00b2ff;
}
.activity-stream-content {
  border-top: 0.0625rem solid #dcdcdc;
}
@media (min-width: 46.25em) {
  .activity-stream-content {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.activity-stream__witness-contributions {
  padding-top: 1.5rem;
}
.activity-stream__witness-item {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: inline-block;
  width: 18.25rem;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  vertical-align: top;
}
.activity-stream__witness-item a {
  text-decoration: none;
}
.activity-stream__witness-img {
  width: 100%;
  height: 15.625rem;
  background-size: cover;
}
.activity-stream__witness-meta {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  background-color: #f6f6f6;
  border: 0.0625rem solid #dcdcdc;
  border-top: 0;
  text-align: right;
  padding: 0.75rem 0;
}
.activity-stream__witness-meta .activity-stream__witness-meta-inner {
  margin: 0 1.25rem;
  color: #121212;
}
.activity-stream__witness-content {
  border: 0.0625rem solid #dcdcdc;
  border-top: 0;
  line-height: 0.875rem;
}
.activity-stream__witness-content:hover {
  background: #ededed;
  transition: 0.3s all;
}
.activity-stream__witness-text {
  display: block;
  margin: 0.375rem 1.25rem;
  min-height: 6.25rem;
}
.activity-stream__witness-title {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-bottom: 0.1875rem;
  color: #121212;
}
.activity-stream__witness-description {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
}
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}
.overlay .is-updating {
  margin-top: 5rem;
}
.overlay .preload-msg {
  color: #aaaaaa;
}
.overlay--open {
  display: block;
}
.has-overlay {
  background-color: #222222;
}
.has-overlay .l-header,
.has-overlay #js-context,
.has-overlay .l-footer,
.has-overlay .cookie-message,
.has-overlay .site-message,
.has-overlay .content,
.has-overlay .fc-container,
.has-overlay .l-side-margins {
  display: none;
}
.l-header--new-gallery {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
}
@media (min-width: 61.25em) {
  .gallery__divider {
    padding-top: 0.625rem;
  }
}
.content__main-column--gallery {
  max-width: none;
  margin-right: auto;
}
@media (min-width: 61.25em) {
  .content__main-column--gallery {
    margin-left: 15rem;
  }
}
.gallery {
  list-style: none;
  margin: 0;
  position: relative;
}
@media (min-width: 61.25em) {
  .gallery:before {
    content: '';
    position: absolute;
    top: -0.625rem;
    bottom: 0;
    left: -0.625rem;
    border-left: 0.0625rem solid #333;
  }
}
.gallery__item figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 46.24em) {
  .gallery__item {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-top: 0.375rem;
    border-top: 0.0625rem solid #333;
  }
  .gallery__item:first-of-type {
    border-top: 0;
  }
}
@media (max-width: 29.99em) {
  .gallery__item {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 61.25em) {
  .gallery__item {
    position: relative;
    border-top: 0;
    padding: 0;
  }
  .gallery__item figure {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 61.24em) {
  .gallery__item--advert {
    border-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery__figcaption {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  overflow: visible;
  max-height: 100%;
  position: relative;
  border: 0;
  width: inherit;
}
@media (max-width: 61.24em) {
  .gallery__figcaption {
    margin-bottom: 1.5rem;
    padding-top: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 29.99em) {
  .gallery__figcaption {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 61.25em) {
  .gallery__figcaption {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    position: absolute;
    width: 13.75rem;
    top: 0;
    right: auto;
    margin-left: -15rem;
  }
}
.gallery__caption {
  color: #dcdcdc;
  margin-bottom: 0.5rem;
}
@media (min-width: 61.25em) {
  .gallery__caption {
    padding-right: 0.625rem;
  }
}
.gallery__caption a {
  color: #dcdcdc;
  border-bottom: 0.0625rem solid #767676;
  transition: border-color 0.15s ease-out;
}
.gallery__caption a:hover {
  border-bottom: 0.0625rem solid #f6f6f6;
  text-decoration: none;
}
.gallery__caption__title {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  color: #dcdcdc;
  display: block;
  margin-bottom: 0.75rem;
}
.gallery__credit {
  color: #dcdcdc;
}
@media (min-width: 61.25em) {
  .gallery__credit {
    padding-right: 0.625rem;
  }
}
.gallery__img-container {
  position: relative;
}
@media (min-width: 61.25em) {
  .gallery__img-container {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 61.24em) {
  .gallery__img-container {
    text-align: center;
  }
  .gallery__img-container .gallery__img {
    display: inline-block;
  }
}
.gallery__img,
.gallery__img-container {
  width: 100%;
}
.gallery__main-content {
  background: #121212;
}
.gallery__main-content .content__head {
  padding-bottom: 0.75rem;
}
.gallery__main-content .content--immersive .content__main {
  padding: 0;
}
.gallery__main-content .meta__comment-count--top {
  display: none;
}
.gallery__main-content .meta__comment-count--bottom {
  display: block;
  float: none;
  padding-top: 0.375rem;
}
.gallery__main-content .meta__comment-count--bottom .commentcount {
  position: static;
}
.gallery__main-content .meta__comment-count--bottom .commentcount__label {
  display: inline;
}
.gallery__main-content .content {
  padding-bottom: 0;
}
.gallery__main-content .witness-cta {
  border: 0;
}
.gallery__main-content .gallery__most-popular {
  background-color: #121212;
}
.gallery__main-content .container__title:after,
.gallery__main-content .fc-container__header__title--sticky:after,
.gallery__main-content .fc-container__header__title:after {
  background-color: #333;
}
.gallery__main-content .badge--alt {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
@media (min-width: 61.25em) {
  .gallery__main-content .badge--alt {
    margin-top: 1.5rem;
  }
}
.gallery__main-content .submeta {
  padding: 0;
  margin: 0;
  background-image: none;
}
.gallery__main-content .submeta .submeta__keywords {
  border-bottom: 0;
  margin: 0;
}
.article__fullscreen,
.gallery__fullscreen {
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(51, 51, 51, 0.6);
  margin: 0.625rem;
  position: absolute;
}
.element--thumbnail .article__fullscreen,
.element--thumbnail .gallery__fullscreen {
  width: 2.0625rem;
  height: 2.0625rem;
  margin: 0.25rem 0.25rem;
  display: none;
}
.article__fullscreen.inline-expand-image svg,
.gallery__fullscreen.inline-expand-image svg {
  width: 50%;
  height: 50%;
}
.element--thumbnail:hover .article__fullscreen,
.element--thumbnail:hover .gallery__fullscreen {
  display: block;
}
@media (min-width: 61.25em) {
  .article__fullscreen,
  .gallery__fullscreen {
    opacity: 0;
    transition: opacity 0.15s ease-out;
  }
  .article__img-container:hover .article__fullscreen,
  .gallery__img-container:hover .gallery__fullscreen {
    opacity: 1;
  }
}
@media (min-width: 71.25em) {
  .gs-container--gallery {
    position: static;
  }
}
.gallery-lightbox {
  display: none;
  position: fixed;
  background-color: #181818;
  overflow: hidden;
  z-index: 1100;
}
.gallery-lightbox--open {
  display: block;
}
@media (min-width: 61.25em) {
  .gallery-lightbox--show-info .gallery-lightbox__item--img {
    padding-right: 23.75rem;
  }
  .gallery-lightbox--show-info .gallery-lightbox__info {
    right: 3.75rem;
    opacity: 1;
  }
}
@media (min-width: 81.25em) {
  .gallery-lightbox--show-info .gallery-lightbox__item--img {
    padding-right: 28.75rem;
  }
}
.gallery-lightbox--show-info .gallery-lightbox__info {
  display: block;
}
.gallery-lightbox--endslate .gallery-lightbox__progress,
.gallery-lightbox--endslate .gallery-lightbox__index {
  color: #767676;
}
.gallery-lightbox--endslate .gallery-lightbox__info {
  display: none;
}
.gallery-lightbox--endslate .gallery-lightbox__btn--info-button {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.gallery-lightbox__content {
  height: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin: 0;
  white-space: nowrap;
  transition: -webkit-transform 20ms;
  transition: transform 20ms;
  transition: transform 20ms, -webkit-transform 20ms;
}
.gallery-lightbox__swipe-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-lightbox__item {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background-color: #181818;
  vertical-align: top;
  box-sizing: border-box;
}
@media (min-width: 61.25em) {
  .gallery-lightbox__item {
    padding-right: 3.75rem;
  }
}
.gallery-lightbox__item--img {
  transition: padding-right 0.1s ease-in;
}
.gallery-lightbox__item--endslate {
  background-color: #121212;
}
.gallery-lightbox__img-container {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.gallery-lightbox__img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 4;
}
@media (min-width: 61.25em) {
  .gallery-lightbox__img {
    margin: 0 auto;
  }
}
.gallery-lightbox__loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.gallery-lightbox__info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  white-space: normal;
  position: absolute;
  z-index: 5;
  color: #f6f6f6;
  box-sizing: border-box;
  word-wrap: break-word;
  width: 100%;
  bottom: 0;
  border-top: 0.0625rem solid #333;
  background-color: #121212;
  padding: 0.625rem;
  padding-bottom: 1.25rem;
  display: none;
}
@media (min-width: 46.25em) {
  .gallery-lightbox__info {
    padding-left: 1.25rem;
    padding-right: 13.75rem;
    padding-top: 1.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 61.25em) {
  .gallery-lightbox__info {
    display: block;
    height: 100%;
    top: 0;
    opacity: 0;
    bottom: auto;
    padding-top: 5.875rem;
    padding-right: 2.5rem;
    padding-left: 1.25rem;
    transition: right 0.1s ease-in, opacity 0.1s ease-in;
    right: -16.25rem;
    width: 20rem;
  }
}
@media (min-width: 81.25em) {
  .gallery-lightbox__info {
    padding-right: 5rem;
    right: -21.25rem;
    width: 25rem;
  }
}
.gallery-lightbox__img-caption > strong:first-child {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  display: block;
  margin-top: 0.125rem;
  box-sizing: border-box;
  padding-right: 2.5rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 46.25em) {
  .gallery-lightbox__img-caption > strong:first-child {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
}
.gallery-lightbox__img-caption > strong:first-child + br {
  display: none;
}
.gallery-lightbox__img-caption a {
  color: #f6f6f6;
  border-bottom: 0.0625rem solid #767676;
}
.gallery-lightbox__img-caption a:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0.0625rem solid #ffffff;
}
.gallery-lightbox__img-title {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
}
.gallery-lightbox__img-credit {
  color: #dcdcdc;
  padding-bottom: 0.375rem;
}
@media (min-width: 61.25em) {
  .gallery-lightbox__sidebar {
    position: absolute;
    height: 100%;
    right: 0;
    width: 3.75rem;
    z-index: 6;
    border-left: 0.0625rem solid #333;
    background: #121212;
  }
}
.gallery-lightbox__btn--close .gallery-lightbox__btn-body {
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 2.75rem;
  position: relative;
  display: block;
}
.gallery-lightbox__btn--close .gallery-lightbox__btn-body i,
.gallery-lightbox__btn--close .gallery-lightbox__btn-body .i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.svg .gallery-lightbox__btn--close .gallery-lightbox__btn-body i,
.svg .gallery-lightbox__btn--close .gallery-lightbox__btn-body .i {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery-lightbox__btn--next .gallery-lightbox__btn-body {
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 2.75rem;
  position: relative;
  display: block;
}
.gallery-lightbox__btn--next .gallery-lightbox__btn-body i,
.gallery-lightbox__btn--next .gallery-lightbox__btn-body .i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.svg .gallery-lightbox__btn--next .gallery-lightbox__btn-body i,
.svg .gallery-lightbox__btn--next .gallery-lightbox__btn-body .i {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery-lightbox__btn--prev .gallery-lightbox__btn-body {
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 2.75rem;
  position: relative;
  display: block;
}
.gallery-lightbox__btn--prev .gallery-lightbox__btn-body i,
.gallery-lightbox__btn--prev .gallery-lightbox__btn-body .i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.svg .gallery-lightbox__btn--prev .gallery-lightbox__btn-body i,
.svg .gallery-lightbox__btn--prev .gallery-lightbox__btn-body .i {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery-lightbox__btn--info-button .gallery-lightbox__btn-body {
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 2.75rem;
  position: relative;
  display: block;
}
.gallery-lightbox__btn--info-button .gallery-lightbox__btn-body i,
.gallery-lightbox__btn--info-button .gallery-lightbox__btn-body .i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.svg .gallery-lightbox__btn--info-button .gallery-lightbox__btn-body i,
.svg .gallery-lightbox__btn--info-button .gallery-lightbox__btn-body .i {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery-lightbox__btn--next,
.gallery-lightbox__btn--prev,
.gallery-lightbox__btn--info-button {
  display: none;
}
.gallery-lightbox__btn {
  cursor: pointer;
  padding: 0.5rem;
}
@media (min-width: 61.25em) {
  .gallery-lightbox__btn {
    display: block;
  }
}
.gallery-lightbox__btn-body {
  margin: auto;
  background: #333;
  border: 0;
  outline: none;
  text-indent: -624.9375rem;
  transition: background-color 0.2s;
}
.gallery-lightbox__btn-body:focus {
  background-color: #474747;
}
.gallery-lightbox--hover
  .gallery-lightbox__btn:hover
  .gallery-lightbox__btn-body {
  transition: none;
  background: #767676;
}
.gallery-lightbox--show-info .gallery-lightbox__btn--close {
  display: block;
}
.gallery-lightbox--show-info
  .gallery-lightbox__btn--info-button
  .gallery-lightbox__btn-body {
  background-color: #767676;
}
@media (max-width: 61.24em) {
  .gallery-lightbox__btn--close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    padding: 0.375rem 0.625rem 5rem 1.25rem;
  }
}
.gallery-lightbox__btn--close-hitbox:hover .gallery-lightbox__btn--close {
  transition: none;
  background: #767676;
}
.gallery-lightbox__button-pulse .gallery-lightbox__btn-body {
  transition: none;
  background-color: #767676;
}
.gallery-lightbox__progress {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #dcdcdc;
  display: none;
}
@media (max-width: 61.24em) {
  .gallery-lightbox__progress--info {
    display: block;
  }
}
@media (min-width: 61.25em) {
  .gallery-lightbox__progress--sidebar {
    display: block;
    text-align: center;
    padding-top: 2.25rem;
  }
}
.gallery-lightbox__progress-separator:after {
  content: ' / ';
  display: inline;
}
.gallery-lightbox__index {
  color: #f6f6f6;
}
.gallery-lightbox__endslate {
  white-space: normal;
  width: 46.25rem;
  margin: 0 auto;
  margin-top: 2.25rem;
}
.gallery-lightbox__endslate .fc-slice {
  clear: left;
}
.gallery-lightbox__endslate.fc-container {
  display: block;
}
@media (min-width: 71.25em) {
  .gallery-lightbox__endslate {
    width: 61.25rem;
  }
  .gallery-lightbox__endslate .fc-container__body {
    margin-left: 0 !important;
  }
}
@media (max-width: 46.24em) {
  .gallery-lightbox__endslate {
    display: none;
  }
}
.gallery-lightbox__endslate .l-side-margins {
  display: block;
}
.gallery-lightbox__endslate .fc-container__header {
  width: 100%;
  margin-bottom: 0.75rem;
}
.gallery-lightbox__endslate .fc-container__inner {
  width: auto;
  border-top: 0 !important;
}
.gallery-lightbox__endslate .fc-container__header__title {
  color: #ffffff;
}
.block-share__item {
  display: block;
  float: left;
  cursor: pointer;
  border: 0.0625rem solid #dcdcdc;
  margin-right: 0.3125rem;
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
}
.block-share__item .inline-icon svg {
  width: 1.4375rem;
  height: 1.4375rem;
}
.block-share__item--facebook {
  border-color: #3067a3;
  color: #3067a3;
}
.block-share__item--facebook .inline-icon {
  fill: #3067a3;
}
.block-share__item--facebook:hover {
  border-color: #1f4268;
}
.block-share__item--facebook:hover .inline-icon {
  fill: #1f4268;
}
.block-share__item--twitter {
  border-color: #03b3ee;
  color: #03b3ee;
}
.block-share__item--twitter .inline-icon {
  fill: #03b3ee;
}
.block-share__item--twitter:hover {
  border-color: #027aa2;
}
.block-share__item--twitter:hover .inline-icon {
  fill: #027aa2;
}
.block-share__item--linkedin {
  border-color: #0071a1;
  color: #0071a1;
}
.block-share__item--linkedin .inline-icon {
  fill: #0071a1;
}
.block-share__item--linkedin:hover {
  border-color: #003b55;
}
.block-share__item--linkedin:hover .inline-icon {
  fill: #003b55;
}
.block-share__item--pinterest {
  border-color: #b9252c;
  color: #b9252c;
}
.block-share__item--pinterest .inline-icon {
  fill: #b9252c;
}
.block-share__item--pinterest:hover {
  border-color: #79181d;
}
.block-share__item--pinterest:hover .inline-icon {
  fill: #79181d;
}
.block-share--liveblog-mobile {
  margin-left: 0.625rem;
  margin-top: 0.375rem;
  cursor: pointer;
  clear: both;
}
.block-share--liveblog {
  margin-left: 5rem;
  margin-top: 0.75rem;
  clear: both;
}
.content--media:not(.paid-content) .block-share--gallery {
  position: static;
}
.content--media:not(.paid-content) .block-share--gallery .block-share__item {
  position: relative;
  background-color: transparent;
  border: 0.0625rem solid #767676;
  box-sizing: border-box;
  transition: border-color 0.15s ease-out;
  width: 2rem;
  height: 2rem;
}
.content--media:not(.paid-content)
  .block-share--gallery
  .block-share__item:hover {
  background-color: transparent;
  border-color: #ededed;
}
.content--media:not(.paid-content)
  .block-share--gallery
  .block-share__item
  .inline-icon {
  fill: #dcdcdc;
}
.content--media:not(.paid-content)
  .block-share--gallery
  .block-share__item
  .inline-icon
  svg {
  height: 88%;
  width: 88%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.block-share--gallery-mobile {
  cursor: pointer;
  opacity: 0.8;
  margin-top: 0.375rem;
}
.content--article .block-share--article,
.content--article .block-share--article-mobile {
  position: absolute;
  right: -0.3125rem;
  margin-top: 0.5rem;
}
.content--article .element--thumbnail .block-share--article {
  display: none !important;
}
.content--article .fig--no-caption.fig--has-shares {
  padding-bottom: 2.25rem !important;
}
@media (min-width: 71.25em) {
  .content--article .fig--border {
    border-bottom: 0.0625rem dotted #dcdcdc !important;
  }
}
.content--article .fig--border.element--thumbnail {
  border: 0 !important;
}
@media (min-width: 46.25em) {
  .content--article .fig--narrow-caption figcaption {
    max-width: 32.5rem;
  }
}
@media (min-width: 46.25em) {
  .content--article .fig--narrow-caption.element--supporting figcaption {
    max-width: 13.125rem;
  }
}
@media (min-width: 81.25em) {
  .content--article .fig--narrow-caption.element--supporting figcaption {
    max-width: 18.125rem;
  }
}
@media (min-width: 71.25em) {
  .content--article .fig--narrow-caption.element--showcase figcaption {
    max-width: 42.5rem;
  }
}
.live-notifications__slider {
  float: left;
  position: relative;
  height: 2rem;
  width: 3.125rem;
  border-radius: 1rem;
  margin-right: 0.625rem;
  transition: background 0.3s ease;
}
.live-notifications__slider:before {
  content: '';
  position: absolute;
  top: 0.1875rem;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #f6f6f6;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.live-notifications__slider--unsubscribed {
  background-color: #dcdcdc;
}
.live-notifications__slider--unsubscribed:before {
  left: 0.1875rem;
}
.notifications__toggle:hover .live-notifications__slider--unsubscribed {
  background-color: #767676;
}
.live-notifications__slider--subscribed {
  background-color: #c70000;
}
.live-notifications__slider--subscribed:before {
  left: 1.3125rem;
}
.notifications__toggle:hover .live-notifications__slider--subscribed {
  background-color: #ab0613;
}
.live-notifications {
  margin-bottom: 0.375rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.notifications__toggle .inline-icon svg {
  width: 1.143em;
  height: 0.857em;
}
.notifcations-follow-input--solo .submit-input__icon {
  display: inline-block;
  margin-right: 0.3125rem;
}
.live-notifications__label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #ab0613;
  line-height: 2rem;
  display: none;
}
.live-notifications__label--visible {
  display: block;
}
.live-notifications__label--hidden {
  display: none;
}
.js-live-notifications__label--denied {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  padding: 0.75rem 0;
  text-align: left;
}
.live-notifications__label--subscribed {
  display: inline-block;
}
.live-notifications__label--unsubscribed {
  display: inline-block;
}
.notifications__toggle {
  border: 0;
  padding: 0;
  display: block;
  background-color: transparent;
}
.notifications__toggle:hover,
.notifications__toggle:focus {
  outline: 0;
}
.tonal--tone-live .notifications__toggle {
  border: 0;
  padding: 0;
  display: block;
  background-color: transparent;
}
.tonal--tone-live .notifications__toggle:hover,
.tonal--tone-live .notifications__toggle:focus {
  outline: 0;
}
.tonal--tone-dead .notifications__toggle {
  border: 0;
  padding: 0;
  display: block;
  background-color: transparent;
}
.tonal--tone-dead .notifications__toggle:hover,
.tonal--tone-dead .notifications__toggle:focus {
  outline: 0;
}
.live-notifications-denied {
  position: fixed;
  display: block;
  top: 0.625rem;
  left: 5.275rem;
  width: 26.825rem;
  height: 3.7625rem;
  background: rgba(171, 6, 19, 0.95);
  transition: background-color 0.25s ease;
  opacity: 0.75;
  z-index: 1060;
  color: #f6f6f6;
}
@media (min-width: 20em) {
  .live-notifications-denied {
    width: 17.725rem;
    height: 5.9625rem;
  }
}
.live-notifications-denied .button {
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-color: #ffffff;
}
.live-notifications-denied .button:focus,
.live-notifications-denied .button:hover {
  border-color: #ffffff;
}
.live-notifications-denied:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0;
  position: absolute;
  left: 0.75rem;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #ab0613;
  top: -0.6225rem;
}
.live-notifications-explainer {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  background: #ab0613;
  color: #f6f6f6;
  display: block;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  padding-right: 0.625rem;
}
.live-notifications-explainer .button {
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 46.25em) {
  .live-notifications-explainer .button {
    border-color: colour(news-pastel);
  }
}
.live-notifications-explainer .button:focus,
.live-notifications-explainer .button:hover {
  border-color: #ffffff;
}
.live-notifications-explainer .button:focus svg,
.live-notifications-explainer .button:hover svg {
  fill: #ffffff;
}
.live-notifications-explainer:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0;
  position: absolute;
  left: 5%;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #ab0613;
  top: 2.7rem;
}
.live-notifications-explainer-svg svg {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  width: 100%;
}
.live-notifications-denied__content,
.live-notifications-explainer__content {
  position: relative;
  box-sizing: border-box;
}
.live-notifications-denied__header,
.live-notifications-explainer__header {
  position: relative;
}
.live-notifications-denied__header .inline-marque-36,
.live-notifications-explainer__header .inline-marque-36 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}
.live-notifications-explainer__header {
  padding-right: 1.5rem;
}
.live-notifications-denied__header {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding: 0.5rem 2.25rem 0.25rem 0.5rem;
}
.live-notifications-explainer__header-blurb {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding-bottom: 0.75rem;
}
.live-notifications-explainer__headline {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  display: block;
}
.live-notifications-denied__item-options,
.live-notifications-explainer__item-options {
  position: absolute;
  margin: -0.41667rem;
}
.live-notifications-denied__item-options {
  top: 0.375rem;
  right: 0.25rem;
}
.live-notifications-explainer__item-options {
  top: 0.015rem;
  right: -0.625rem;
}
.right-most-popular {
  clear: left;
}
.right-most-popular__heading {
  
  background-repeat: repeat-x;
  background-position: top;
  background-size: 0.0625rem 0.8125rem;
  border-top: 0;
  padding-top: 0.9rem;
  padding-bottom: 0.5rem;
}
.right-most-popular-item {
  clear: left;
  padding-top: 0.25rem;
  margin-bottom: 0.75rem;
  border-top: 0.0625rem solid #dcdcdc;
}
.right-most-popular-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.right-most-popular-item__headline {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  color: #121212;
  margin-bottom: 0;
}
.right-most-popular__kicker {
  color: #c70000;
}
.right-most-popular__byline {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-style: italic;
}
.right-most-popular__byline--news {
  color: #ab0613;
}
.right-most-popular__byline--opinion {
  color: #e05e00;
}
.right-most-popular__byline--sport {
  color: #0084c6;
}
.right-most-popular__byline--arts {
  color: #a1845c;
}
.right-most-popular__byline--lifestyle {
  color: #bb3b80;
}
.right-most-popular-item__url:active .right-most-popular-item__headline,
.right-most-popular-item__url:focus .right-most-popular-item__headline,
.right-most-popular-item__url:hover .right-most-popular-item__headline {
  color: #121212;
  text-decoration: underline;
}
.right-most-popular-item__url:active .right-most-popular-item__headline,
.right-most-popular-item__url:visited .right-most-popular-item__headline {
  color: #767676;
}
.right-most-popular--image .right-most-popular-item {
  position: relative;
}
.right-most-popular--image .right-most-popular-item__img {
  width: 4.5rem;
  height: 4.5rem;
  padding-top: 0.1875rem;
  margin-right: 0.625rem;
  overflow: hidden;
  position: relative;
  float: left;
}
.right-most-popular--image .right-most-popular-item__img img {
  position: absolute;
  width: auto;
  height: 4.5rem;
  left: -1.5rem;
  -webkit-clip-path: circle(36% at 50% 50%);
  clip-path: circle(36% at 50% 50%);
}
.right-most-popular--image .trail__count {
  bottom: -0.25rem;
  top: auto;
  left: 8.125rem;
}
.right-most-popular--image .trail__count a {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.right-most-popular__content {
  margin-left: 5.125rem;
}
.element-membership--not-upgraded {
  border-top: 0.0625rem dotted #dcdcdc;
  border-bottom: 0.0625rem dotted #dcdcdc;
  margin-bottom: 0.5rem;
}
@media (min-width: 30em) {
  .element-membership--not-upgraded {
    float: left;
    width: 13.75rem;
    margin: 0.25rem 1.25rem 0.375rem 0;
  }
}
.element-membership--not-upgraded p {
  margin: 0;
}
.element-membership--not-upgraded span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: block;
  color: #767676;
  padding: 0.1875rem 0;
}
.element-membership--not-upgraded a {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 500;
  display: block;
  padding: 0;
  color: #121212;
  border: 0;
  padding-bottom: 1.125rem;
}
.element-membership--not-upgraded a:hover {
  text-decoration: underline !important;
}
.element-membership--upgraded {
  float: left;
  clear: both;
  margin: 0.3125rem 1.25rem 0.75rem 0;
  width: 8.75rem;
}
.save-for-later__button {
  height: 1.875rem;
  padding: 0 0.625rem;
  margin-right: 0.625rem;
  line-height: 1.75rem;
  font-size: 0.75rem;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #005689;
}
.save-for-later__button .i {
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.0625rem -0.625rem 0;
}
.save-for-later__button svg {
  width: 1.875rem;
  height: 1.875rem;
}
.save-for-later__button .i-left {
  margin-left: -0.625rem;
  margin-right: 0;
}
.save-for-later__button .i-right {
  margin-right: -0.625rem;
  margin-left: 0;
}
.save-for-later__button .inline-icon {
  text-align: center;
  margin: 0;
  margin-right: 0.5em;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #005689;
  fill: #005689;
}
.save-for-later__button .inline-icon svg {
  width: 0.5rem;
}
.save-for-later__button--saved .inline-icon,
.save-for-later__button--save:hover .inline-icon,
.save-for-later__button--save:focus .inline-icon {
  fill: #ffffff;
  background-color: #005689;
}
.tonal--tone-media .save-for-later__button {
  color: #dcdcdc;
}
.tonal--tone-media .save-for-later__button .inline-icon {
  border-color: #767676;
  fill: #dcdcdc;
}
.tonal--tone-media .save-for-later__button--saved .inline-icon,
.tonal--tone-media .save-for-later__button--save:hover .inline-icon,
.tonal--tone-media .save-for-later__button--save:focus .inline-icon {
  fill: #121212;
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}
.save-for-later__label {
  display: none;
}
.save-for-later__button--save .save-for-later__label--save {
  display: inline;
}
.meta__extras--crossword
  .save-for-later__button--save
  .save-for-later__label--save {
  display: none;
}
.save-for-later__button--saved .save-for-later__label--saved {
  display: inline;
}
.meta__extras--crossword
  .save-for-later__button--saved
  .save-for-later__label--saved {
  display: none;
}
.save-for-later__button--remove .save-for-later__label--remove {
  display: inline;
}
.meta__extras--crossword
  .save-for-later__button--remove
  .save-for-later__label--remove {
  display: none;
}
.element-tweet {
  margin: 0.75rem 0 1rem;
}
.tweet,
.from-content-api blockquote.tweet {
  font-family: Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
  font-size: 0.875rem;
  border: 0.0625rem solid #dcdcdc;
  border-radius: 0.25rem;
  padding: 1.25rem;
  display: inline-block;
  margin: 0;
  margin-bottom: 0.75rem;
  font-style: normal;
}
.tweet:first-child,
.from-content-api blockquote.tweet:first-child {
  margin-top: 0.375rem;
}
@media (min-width: 46.25em) {
  .tweet,
  .from-content-api blockquote.tweet {
    max-width: 31.25rem;
    margin-right: 1.25rem;
  }
}
.tweet:before,
.tweet:after {
  display: none !important;
}
.tweet__user-name,
.tweet__user-id {
  display: inline-block;
  padding-left: 2.1875rem;
  margin-bottom: 0;
}
.tweet__user-name {
  display: block;
  font-weight: bold;
  position: relative;
}
.tweet__user-name:before {
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 1.3125rem;
  left: 0;
  position: absolute;
  top: 0.3125rem;
  width: 1.5rem;
}
.tweet__user-id {
  color: #697882;
  margin-bottom: 1.25rem;
}
.tweet-body {
  font-size: 1rem;
}
.tweet-main-image {
  margin-bottom: 1.25rem;
}
.tweet-date {
  display: block;
  color: #767676;
}
.twitter-tweet {
  width: 100%;
}
.campaign--snippet {
  border-top: 0.0625rem #dcdcdc solid;
  border-bottom: 0.0625rem #dcdcdc solid;
  position: relative;
  padding: 0;
  margin: 1rem -0.625rem 2.25rem;
}
@media (min-width: 41.25em) {
  .campaign--snippet {
    margin: 1rem 0 2.25rem -0.625rem;
  }
}
.campaign--snippet:not([open]) .is-on,
.campaign--snippet[open] .is-off {
  display: none;
}
.campaign--snippet[open] {
  background: #ededed;
}
.campaign--snippet p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 400;
  padding-top: 0.125rem;
}
.campaign--snippet .form_submit button {
  color: #121212;
  background-color: #ffe500;
}
.campaign--snippet .form_submit button:hover,
.campaign--snippet .form_submit button :active {
  background-color: #e6ce00;
}
.content--pillar-news .campaign--snippet .form_submit button {
  color: #fff;
  background-color: #c70000;
}
.content--pillar-news .campaign--snippet .form_submit button:hover,
.content--pillar-news .campaign--snippet .form_submit button :active {
  background-color: #ae0000;
}
.content--pillar-sport .campaign--snippet .form_submit button {
  color: #fff;
  background-color: #005689;
}
.content--pillar-sport .campaign--snippet .form_submit button:hover,
.content--pillar-sport .campaign--snippet .form_submit button :active {
  background-color: #004670;
}
.content--pillar-opinion .campaign--snippet .form_submit button {
  color: #fff;
  background-color: #bd5318;
}
.content--pillar-opinion .campaign--snippet .form_submit button:hover,
.content--pillar-opinion .campaign--snippet .form_submit button :active {
  background-color: #a64915;
}
.content--pillar-arts .campaign--snippet .form_submit button {
  color: #fff;
  background-color: #6b5840;
}
.content--pillar-arts .campaign--snippet .form_submit button:hover,
.content--pillar-arts .campaign--snippet .form_submit button :active {
  background-color: #5b4b36;
}
.content--pillar-lifestyle .campaign--snippet .form_submit button {
  color: #fff;
  background-color: #bb3b80;
}
.content--pillar-lifestyle .campaign--snippet .form_submit button:hover,
.content--pillar-lifestyle .campaign--snippet .form_submit button :active {
  background-color: #a83573;
}
.campaign--snippet__handle {
  color: #fff;
  background-color: #121212;
}
.campaign--snippet__handle:hover,
.campaign--snippet__handle :active {
  color: #121212;
  background-color: #ffe500;
}
.campaign--snippet__handle:hover .icon,
.campaign--snippet__handle :active .icon {
  fill: #121212;
}
.content--pillar-news .campaign--snippet__handle:hover,
.content--pillar-news .campaign--snippet__handle :active {
  color: #fff;
  background-color: #c70000;
}
.content--pillar-news .campaign--snippet__handle:hover .icon,
.content--pillar-news .campaign--snippet__handle :active .icon {
  fill: #fff;
}
.content--pillar-sport .campaign--snippet__handle:hover,
.content--pillar-sport .campaign--snippet__handle :active {
  color: #fff;
  background-color: #005689;
}
.content--pillar-sport .campaign--snippet__handle:hover .icon,
.content--pillar-sport .campaign--snippet__handle :active .icon {
  fill: #fff;
}
.content--pillar-opinion .campaign--snippet__handle:hover,
.content--pillar-opinion .campaign--snippet__handle :active {
  color: #fff;
  background-color: #bd5318;
}
.content--pillar-opinion .campaign--snippet__handle:hover .icon,
.content--pillar-opinion .campaign--snippet__handle :active .icon {
  fill: #fff;
}
.content--pillar-arts .campaign--snippet__handle:hover,
.content--pillar-arts .campaign--snippet__handle :active {
  color: #fff;
  background-color: #6b5840;
}
.content--pillar-arts .campaign--snippet__handle:hover .icon,
.content--pillar-arts .campaign--snippet__handle :active .icon {
  fill: #fff;
}
.content--pillar-lifestyle .campaign--snippet__handle:hover,
.content--pillar-lifestyle .campaign--snippet__handle :active {
  color: #fff;
  background-color: #bb3b80;
}
.content--pillar-lifestyle .campaign--snippet__handle:hover .icon,
.content--pillar-lifestyle .campaign--snippet__handle :active .icon {
  fill: #fff;
}
.campaign--snippet > summary {
  outline: none;
  padding: 0;
  list-style: none;
  margin: 0 0 0.375rem;
}
@media (min-width: 22.5em) {
  .campaign--snippet > summary {
    margin: 0 0 0.625rem;
  }
}
.campaign--snippet > summary::-webkit-details-marker {
  display: none;
}
.campaign--snippet > summary .campaign--kicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 4.375rem;
}
@media (min-width: 22.5em) {
  .campaign--snippet > summary .campaign--kicker {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  margin-right: 0.625rem;
}
.campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble {
  color: #121212;
  background-color: #ffe500;
  padding: 0.375rem 0.625rem 0.75rem;
  line-height: 1.125rem;
  min-width: 5.5rem;
  position: relative;
}
.campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble::after {
  content: '';
  width: 1.25rem;
  height: 1.375rem;
  border-radius: 0 0 1.125rem;
  position: absolute;
  bottom: -0.75rem;
  left: 0.625rem;
  color: #121212;
  background-color: #ffe500;
}
.content--pillar-news
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble {
  color: #fff;
  background-color: #c70000;
}
.content--pillar-news
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble::after {
  color: #fff;
  background-color: #c70000;
}
.content--pillar-sport
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble {
  color: #fff;
  background-color: #005689;
}
.content--pillar-sport
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble::after {
  color: #fff;
  background-color: #005689;
}
.content--pillar-opinion
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble {
  color: #fff;
  background-color: #bd5318;
}
.content--pillar-opinion
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble::after {
  background-color: #bd5318;
}
.content--pillar-arts
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble {
  color: #fff;
  background-color: #6b5840;
}
.content--pillar-arts
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble::after {
  background-color: #6b5840;
}
.content--pillar-lifestyle
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble {
  color: #fff;
  background-color: #bb3b80;
}
.content--pillar-lifestyle
  .campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-logo
  .speech-bubble::after {
  background-color: #bb3b80;
}
.campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-text {
  padding: 0.75rem 0.625rem 0.375rem;
}
@media (min-width: 22.5em) {
  .campaign--snippet
    > summary
    .campaign--kicker
    > .campaign--snippet__heading-text {
    padding: 0.3125rem 0 0;
  }
}
.campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-text
  .campaign--snippet__headline {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 600;
}
.campaign--snippet
  > summary
  .campaign--kicker
  > .campaign--snippet__heading-text
  p {
  padding-right: 0.3125rem;
}
.campaign--snippet__handle {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  padding: 0.1875rem 0.9375rem 0 0.375rem;
  margin-left: 0.3125rem;
}
.campaign--snippet__handle span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaign--snippet__handle .icon {
  fill: #fff;
  width: 1rem;
  height: 1rem;
  margin: -0.1875rem 0.375rem 0 0.25rem;
}
.campaign__button--rounded {
  border-radius: 100em;
}
.campaign__button--large {
  height: 2.25em;
}
.campaign__button {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  margin: 0 0 0 0.625rem;
}
.campaign__button svg:not(:root) {
  overflow: hidden;
}
.content--pillar-news .campaign--snippet__handle:focus {
  background-color: #c70000;
}
.success.element-campaign .campaign--snippet .campaign--snippet__heading-text {
  display: none;
}
.success.element-campaign .campaign--snippet button {
  display: none;
}
.success.element-campaign .campaign--snippet form {
  display: none;
}
.success.element-campaign .campaign--snippet div.success_box {
  display: block;
  color: #121212;
  padding: 0.5rem 0 0.625rem 0.625rem;
}
.success.element-campaign .campaign--snippet div.success_box p {
  font-weight: 700;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.element-campaign .campaign--snippet div.success_box {
  display: none;
}
.campaign--snippet form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.campaign--snippet form [type='radio'],
.campaign--snippet form [type='checkbox'] {
  margin-left: 0;
}
.campaign--snippet form .error_box {
  padding: 0 0 0.625rem 1.4375rem;
  color: #ab0613;
  margin-top: -2.1875rem;
  margin-bottom: 1.25rem;
}
.campaign--snippet form .error_box p {
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.campaign--snippet .form_input:not(:first-child) {
  margin: 0 0 1.25rem;
}
.campaign--snippet .form_input.form_input--radio .form_field,
.campaign--snippet .form_input.form_input--checkbox .form_field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.campaign--snippet .form_input.form_input--radio .form_field label,
.campaign--snippet .form_input.form_input--checkbox .form_field label {
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  margin-right: 1em;
}
.campaign--snippet .form_input.form_input--radio .form_field input,
.campaign--snippet .form_input.form_input--checkbox .form_field input {
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  margin: 0.125rem 0.25rem 0 0.8125rem;
  min-width: 1rem;
}
@media (min-width: 46.25em) {
  .campaign--snippet .form_input.form_input--radio .form_field input,
  .campaign--snippet .form_input.form_input--checkbox .form_field input {
    margin: 0.1875rem 0.25rem 0 0.8125rem;
  }
}
@media (min-width: 71.25em) {
  .campaign--snippet .form_input.form_input--radio .form_field input,
  .campaign--snippet .form_input.form_input--checkbox .form_field input {
    margin: 0.3125rem 0.25rem 0 0.8125rem;
  }
}
.campaign--snippet .form_input.form_input--twitter-handle {
  position: absolute;
  left: -62.5rem;
}
.campaign--snippet .form_input textarea {
  max-width: 100%;
  min-height: 5rem;
}
.campaign--snippet .form_input .form_option_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.campaign--snippet .form_input .form_option_container label {
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  margin: 0.125rem 0 0 0.25rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
}
.campaign--snippet .form_field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 0.0625rem solid #dcdcdc;
}
.campaign--snippet .form_field input {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 0.625rem 0 0.625rem 0.25rem;
}
.campaign--snippet .form_field input,
.campaign--snippet .form_field select,
.campaign--snippet .form_field textarea {
  border: 0.0625rem solid var(--c-brightness-93);
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0 0.625rem;
}
.campaign--snippet .form_field select {
  height: 2.5rem;
}
.campaign--snippet .form_field .form-info-text {
  margin: 0.0625rem 0 0.375rem 0.1875rem;
  padding: 0 0.625rem;
  line-height: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.campaign--snippet .form_field .form_field_label {
  margin: 0.0625rem 0 0.375rem 0.1875rem;
  padding: 0 0.625rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
}
.campaign--snippet .form_field .form_field_label.required::after {
  content: '*';
}
.campaign--snippet .form_field .form_field_label span {
  font-weight: 200;
  margin-right: 0.625rem;
}
.campaign--snippet .form_footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 0.0625rem #dcdcdc solid;
}
.campaign--snippet .form_footer .form_submit {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0.25rem 0 2.5rem 0.625rem;
}
.campaign--snippet .form_footer .form_submit .button {
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0.0625rem 1rem;
  border: 0;
}
.campaign--snippet .form_footer .form_submit .button:disabled {
  background-color: transparent;
  border: 0.0625rem #121212 solid;
}
.campaign--snippet .form_footer .t_and_c {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: 0.75rem;
}
.campaign--snippet .form_footer .t_and_c a {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  color: #121212;
  margin: 0.5rem 0 0;
}
.campaign--snippet .form_footer .t_and_c a:hover {
  text-decoration: underline;
}
@media (min-width: 22.5em) {
  .campaign--snippet .form_footer .t_and_c a {
    font-size: 0.875rem;
    margin: 0.5rem 0.625rem 0 0;
  }
}
.element-witness {
  border: 0.0625rem solid #dcdcdc;
  margin-bottom: 1.25rem;
}
.element-witness--title {
  margin-bottom: 0.5rem;
}
.element-witness--main {
  padding: 0.75rem 0.625rem 1rem;
}
.element-witness figcaption {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  margin: 1rem 0 0;
  color: #121212;
}
.element-witness figcaption:before {
  display: none;
}
.element-witness-video iframe {
  max-width: 100%;
}
.element-witness--main img {
  width: 100%;
  max-width: 100%;
}
.element-witness--metadata {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  border-top: 0.0625rem solid #dcdcdc;
  padding: 0.75rem 0.625rem;
  background: #f6f6f6;
  color: #767676 !important;
}
.element-witness--metadata img {
  margin-bottom: 0;
}
.element-witness--source {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  padding-left: 0.625rem;
  color: #767676;
}
.element-witness--author-name {
  font-weight: bold;
}
.element-witness--date {
  font-size: 0.75rem;
  line-height: 1rem;
}
.element-witness--author time {
  display: block;
}
.witness-avatar {
  float: left;
  padding: 0 0.625rem 0 0;
}
.element-witness--author,
.element-witness--date {
  margin-bottom: 0;
}
.witness-cta {
  overflow: hidden;
  padding: 0.25rem 0;
  border-top: 0.0625rem dotted #dcdcdc;
  margin-top: 0.25rem;
}
@media (min-width: 71.25em) {
  .witness-cta {
    border-bottom: 0.0625rem dotted #dcdcdc;
    margin-bottom: 0.75rem;
  }
}
.witness__button {
  position: relative;
  float: left;
  padding-left: 2.375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-size: 1.0625rem;
  font-weight: normal;
  white-space: nowrap;
  margin-right: 0;
  border: 0;
}
@media (min-width: 61.25em) {
  .witness__button.button--large {
    line-height: 2.125rem;
  }
}
.witness__button .inline-plus svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.625rem;
  margin: auto;
  height: 1.125rem;
  width: 1.125rem;
}
.witness-logo {
  display: inline-block;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}
.witness__button .witness-logo {
  color: #ffffff;
  font-weight: 700;
}
.element-witness--source .witness-logo {
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  font-weight: 700;
}
.witness-logo__witness {
  margin-left: -0.1875rem;
}
.element-witness--source .witness-logo__witness {
  color: #767676;
}
.d2-comment-embedded {
  background-color: #ffffff;
  font-family: sans-serif;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em;
  padding-top: 0.9375rem;
  font-size: 0.875rem;
  padding-left: 1.75rem;
  border-left: 0.5rem solid #dcdcdc;
}
@media (min-width: 46.25em) {
  .d2-comment-embedded {
    padding-left: 2.75rem;
    border-left-width: 1rem;
  }
}
.d2-hidetext {
  text-indent: -624.9375rem;
}
.d2-comment-embedded a {
  color: #005689;
  text-decoration: none;
}
.d2-comment-embedded a img {
  border: 0;
  outline: none;
}
.d2-left-col img {
  float: left;
  margin-right: 0.9375rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 46.25em) {
  .d2-left-col img {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.d2-right-col {
  position: relative;
  top: -0.1875rem;
  padding-right: 1rem;
}
.d2-username {
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
}
@media (min-width: 46.25em) {
  .d2-username {
    font-size: 1.28571428571em;
  }
}
.d2-permalink .d2-datetime {
  color: #767676;
  font-size: 0.85714285714em;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.d2-permalink .d2-datetime:hover {
  border-bottom: 0.0625rem dotted #757575;
}
.d2-pick {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABBCAMAAADmFHR7AAAAilBMVEX////vkE/vj1Dvj07vkE7vj1DvkE7vkE/vj1Dvj1DvkE6/YAi/Ygjvj02/YAXEZQzvj1DzrHr////ypW/3yKfvkE7wl1n++PTxnmT0s4XxoGfvklHwlVbyo2z4zrL749Pzqnf1upDyomrwlFTxm1/yp3LwmVzxnGH2wZv51b386t798enzqXX63MjTtAjFAAAAEXRSTlMAv0CAz1DvryAQjyCAYDDPMABA3m0AAAFHSURBVHhezZHHcoNAEESRheQcejM5K/v/f8/jLcGyiw72wVV+Bw6v6OkZiJ5f1iGv0du7DFlF0d2vZa4yElnnZNbWAC78AjPJ7ALsZQHwwck9gEwqAJ0r4gCklXsni1uyt8Hej8sWGEwN9PM987rgvDCddJIcpMMVDfybdDazxUidu4v4ZFu3Eq9tGgAfpQFSW5HO3uSjbIHdKFUNtDvVk0tde7fnA1DzNL/5O/5YYmQu2chcCiG0FqX+9IsalkhZauVJwUqpKgZPGs2IU7CSKavqoH6wvGAWMMzbKwuvuBdXwOL2ksK68WXCznTRYnnYR3DmGdDMhDObJphJKCJoh7hilhcx7yKDROsDAOV9pSMtn4RfXgtzYr4UR2pQRyc9/r+M46V8ih7vA7ndRMTak/FDZNlsJ0nRkY/4Kik6QYOtpKjHevUFUmhYZ007m7oAAAAASUVORK5CYII=');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 4.125rem;
  position: absolute;
  right: 0.3125rem;
  top: -0.125rem;
  width: 1.25rem;
}
.d2-badge {
  font: normal 0/0 a;
  color: #ffffff;
  position: absolute;
  top: 1rem;
  right: 0;
  text-indent: 0;
}
.d2-badge-staff:after {
  content: 'g';
  line-height: 0.9;
}
.d2-badge-contributor:after {
  content: 'c';
  text-indent: -0.0625rem;
}
.d2-body {
  word-wrap: break-word;
  word-break: break-word;
  clear: both;
}
@media (min-width: 48em) {
  .d2-body {
    line-height: 1.5rem;
  }
  .d2-body p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
      'Lucida Grande', sans-serif;
  }
}
.d2-body p {
  margin-bottom: 0.75rem;
}
.d2-body blockquote {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.875rem;
  border-left: 0.125rem solid #cfcfcd !important;
}
.d2-body blockquote,
.d2-body blockquote p {
  color: #767676;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-size: inherit;
  line-height: inherit;
}
.match-summary__rugby-table {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
}
.match-summary__rugby-table tr {
  border: solid #ededed;
  border-width: 0.0625rem 0;
}
.match-summary__rugby-table td,
.match-summary__rugby-table th {
  padding: 0.375rem;
}
.match-summary__rugby-table__home-data,
.match-summary__rugby-table__away-data {
  width: 40%;
}
.match-summary__rugby-table__away-data,
.match-summary__rugby-table__away-team-name {
  text-align: right;
}
.match-summary__rugby-table__score-type {
  text-align: center;
}
.table--football .td {
  vertical-align: middle;
}
.table--football .table-column--main .team-name {
  display: inline;
  overflow: hidden;
  white-space: normal;
  max-width: 100%;
}
.table--football .table-column--main {
  max-width: 3.125rem;
}
.table--football .table-column--main a {
  color: inherit;
}
.table--football td {
  min-width: 0.75rem;
}
.table--football tr:last-child td {
  border-bottom: 0;
}
.table--football .football-stat--form {
  min-width: 75;
}
@media (max-width: 46.24em) {
  .table--football th,
  .table--football td {
    min-width: 0;
  }
  .table--football .football-stat--form {
    min-width: 0;
  }
}
@media (max-width: 19.99em) {
  .table--football .team-name:after {
    content: attr(data-abbr);
  }
  .table--football .team-name__long {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 0.0625rem !important;
    margin: -0.0625rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0.0625rem !important;
  }
}
.table--football .football-match--result > td,
.table--football .football-match--fixture > td {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.table--football .football-match--result > td:first-child,
.table--football .football-match--fixture > td:first-child {
  padding-left: 0.5rem;
}
.table--football .football-match--result > td:last-child,
.table--football .football-match--fixture > td:last-child {
  padding-right: 0.5rem;
}
.table--football .football-match--result .team-crest,
.table--football .football-match--fixture .team-crest {
  margin-right: 0;
}
.team-crest {
  height: 0.625rem;
  margin-right: 0.3125rem;
  max-width: 0.9375rem;
}
.football-table__container {
  margin-bottom: 2.25rem;
  position: relative;
  clear: both;
}
@media (max-width: 61.24em) {
  .football-table__container {
    max-width: 33.75rem;
  }
}
.football-table__container .football-matches__date {
  display: none;
}
@media (min-width: 71.25em) {
  .football-table__container .table__caption--top {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    font-family: 'Guardian Egyptian Web', Georgia, serif;
    font-weight: 900;
    margin-bottom: 1rem;
    margin-left: -10rem;
    padding-bottom: 1rem;
    padding-top: 0.25rem;
    width: 8.75rem;
    background: none;
    border-bottom: 0;
    border-top: 0.0625rem dotted #dcdcdc;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 81.25em) {
  .football-table__container .table__caption--top {
    margin-left: -15rem;
    width: 13.75rem;
  }
}
.c-football-table {
  width: 100%;
}
.c-football-table th,
.c-football-table td {
  min-width: 0;
}
.c-football-table .football-stat--form {
  min-width: 0;
}
.football__group {
  margin-top: 1.5rem;
}
.football__group:first-child {
  margin-top: 0;
}
.table__caption .item__live-indicator {
  top: 0.125rem;
  float: right;
}
.table__caption--bottom {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.match-stat {
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.match-stat span {
  display: inline-block;
}
.match-stat__item {
  float: left;
  width: 49%;
}
.match-stat__item + .match-stat__item {
  float: right;
  text-align: right;
}
.team__results {
  min-width: 1.875rem;
  font-size: 0;
  white-space: nowrap;
}
.team-result {
  display: inline-block;
  top: 0;
  vertical-align: middle;
  border-radius: 0.25rem;
  margin-left: 0.125rem;
  height: 0.75rem;
  width: 0.25rem;
  cursor: help;
}
.team-result:first-child {
  margin-left: 0;
}
.team-result--won {
  background-color: #3db540;
  margin-top: -0.375rem;
}
.team-result--drew {
  background-color: #767676;
  height: 0.25rem;
}
.team-result--lost {
  background-color: #c70000;
  margin-top: 0.375rem;
}
.match-summary {
  position: relative;
  display: block;
  color: #121212;
  background-color: #ffe500;
}
@media (min-width: 41.25em) {
  .match-summary:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((100vw - 40rem) / -2);
    width: 100vw;
    background-color: #ffe500;
  }
}
@media (min-width: 46.25em) {
  .match-summary:before {
    left: calc((100vw - 42.5rem) / -2);
  }
}
@media (min-width: 61.25em) {
  .match-summary:before {
    left: -100vw;
  }
}
.match-summary__teams {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375rem 0.625rem;
}
@media (min-width: 30em) {
  .match-summary__teams {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .match-summary__teams {
    padding-left: 0;
    padding-right: 0;
  }
}
.match-summary__team {
  position: relative;
  width: 50%;
  padding-bottom: 4.5rem;
}
.match-summary__team:before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.625rem;
  bottom: 0;
  background-color: #d0bb04;
  width: 0.0625rem;
}
.match-summary__team--home:before {
  bottom: -0.375rem;
}
@media (max-width: 71.24em) {
  .match-summary__team--home:before {
    display: none;
  }
}
.team__name {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  line-height: 1.5;
  font-weight: 900;
  margin-top: -0.25rem;
}
.team__scorers {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #121212;
}
.team__scorer {
  margin: 0;
}
.team__crest-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 30em) {
  .team__crest-wrapper {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.team__crest {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  top: 0.5rem;
  max-width: calc(100% - 1rem);
  max-height: calc(100% - 1rem);
  margin: auto;
  display: block;
}
.team__score {
  position: absolute;
  bottom: 0;
  left: 2.75rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #121212;
  background-color: #ffe500;
}
@media (min-width: 30em) {
  .team__score {
    left: 3.375rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}
.team__score svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 29.99em) {
  .team__score svg {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.match-summary__comments {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: relative;
  font-style: italic;
  color: #121212;
  padding: 0.375rem 0.625rem;
  border-top: 0.0625rem solid #d0bb04;
}
@media (min-width: 30em) {
  .match-summary__comments {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .match-summary__comments {
    margin-right: 0.375rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 71.25em) {
  .match-summary__comments:before {
    content: '';
    position: absolute;
    top: -0.0625rem;
    left: -0.625rem;
    bottom: 0;
    background-color: #d0bb04;
    width: 0.0625rem;
  }
}
.match-summary__comment + .match-summary__comment {
  margin-left: 0.3125rem;
  padding-left: 0.3125rem;
  border-left: 0.0625rem solid #d0bb04;
}
.football-match {
  position: relative;
}
.football-match:hover {
  background: #ececec;
}
@media (min-width: 61.25em) {
  .football-match:hover .football-match__report {
    visibility: visible;
  }
  .football-match:hover .football-match__report a {
    padding-left: 0.625rem;
    background: #ececec;
  }
}
.football-match--live {
  font-weight: 900;
}
.football-match--live .football-match__status {
  color: #00b2ff;
}
.football-match--updated .football-team__score,
.football-match--updated .football-teams__battleline {
  color: #00b2ff;
}
.football-matches__container {
  clear: both;
}
.football-matches__date {
  color: #121212;
  display: block;
  margin-top: 0.375rem;
}
.football-match__report {
  position: absolute;
  right: 0;
  visibility: hidden;
}
.football-match__teams {
  position: relative;
}
.football-teams {
  color: inherit;
  display: block;
  position: relative;
}
.football-match__team {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.football-match__team--home {
  padding-right: 1.875rem;
  float: left;
  text-align: right;
}
.football-match__team--home .football-team__score {
  right: 0.375rem;
}
.football-match__team--home .team-crest {
  float: left;
}
.football-match__team--home .knockout--crest {
  float: none;
  vertical-align: middle;
}
.football-match__team--away {
  padding-left: 1.875rem;
  float: right;
  text-align: left;
}
.football-match__team--away .football-team__score {
  left: 0.375rem;
}
.football-match__team--away .team-crest {
  float: right;
}
.football-match__team--away .knockout--crest {
  float: none;
  vertical-align: middle;
}
.football-team__name {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.football-team__score {
  color: #767676;
  position: absolute;
  top: 0;
}
.football-team__form {
  margin-top: 0.125rem;
}
.football-teams__battleline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #767676;
}
.football-teams__battleline:after {
  content: '\2013';
}
.football-match__comments {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #767676;
  text-align: center;
}
.football-match--fixture .football-teams__battleline:after {
  content: 'v';
}
.is-modern .football-matches tr {
  cursor: pointer;
}
.football-matches__show-more {
  margin-top: 0.375rem;
  outline: none;
}
.score__loading {
  min-height: 2rem;
}
.score__loading--live {
  min-height: 10.3125rem;
  text-align: center;
}
.score__loading--live .is-updating {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.score-summary {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  margin: 0.75rem 0 -0.375rem;
}
@media (min-width: 46.25em) {
  .score-summary {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0.375rem 0 0;
  }
}
.match-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 0;
  color: #121212;
}
.match-stats__heading {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  font-weight: 900;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 71.25em) {
  .match-stats__heading {
    position: relative;
    height: 0;
    left: -10rem;
    top: -0.25rem;
    margin: 0;
  }
}
@media (min-width: 81.25em) {
  .match-stats__heading {
    left: -15rem;
  }
}
.match-stats__caption {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  margin-bottom: 0.125rem;
  color: #121212;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
.match-stats__column {
  padding-bottom: 0.75rem;
}
@media (max-width: 46.24em) {
  .match-stats__column {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 46.25em) {
  .match-stats__column {
    margin-right: 0.625rem;
  }
}
@media (min-width: 71.25em) {
  .match-stats__column {
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 46.25em) {
  .match-stats__column.match-stats__column--first {
    padding-right: 0.625rem;
    border-right: 0.0625rem solid #dcdcdc;
  }
}
.match-stats__stat {
  margin: 0;
}
.goal-attempts {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.goal-attempts__label {
  box-sizing: border-box;
  font-weight: normal;
  position: absolute;
  margin: 0;
  width: 100%;
  z-index: 2;
}
.goal-attempts__label--off-target-home {
  top: 2.125rem;
  left: 0.25rem;
}
.goal-attempts__label--on-target-home {
  bottom: 0.625rem;
  left: 23.2%;
}
.goal-attempts__off-target,
.goal-attempts__on-target {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  line-height: 0.8;
  box-sizing: border-box;
  padding: 0.125rem 0.25rem;
  font-weight: 900;
  margin: 0;
  width: 50%;
}
.goal-attempts__off-target {
  height: 8.25rem;
  background-image: url('data:image/svg+xml, %3Csvg%20width%3D%229%22%20height%3D%2212%22%20viewBox%3D%220%200%209%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22rgba%28255%2C%20255%2C%20255%2C%200.3%29%22%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%224.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%227.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%2210.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%221.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%224.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%227.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2210.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%221.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%224.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2210.5%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: repeat;
  background-size: 0.625rem;
  background-position-x: 0;
}
.goal-attempts__on-target {
  box-sizing: border-box;
  height: 4.5rem;
  border: 0.375rem solid #ffffff;
  border-bottom: 0;
  bottom: 0;
  position: absolute;
  width: 30%;
}
.goal-attempts__off-target--home,
.goal-attempts__on-target--home {
  background-color: #121212;
  float: left;
}
.goal-attempts__off-target--away,
.goal-attempts__on-target--away {
  background-color: #ffffff;
  float: right;
  text-align: right;
}
.goal-attempts__on-target--home {
  border-right: 0;
  left: 20%;
}
.goal-attempts__on-target--away {
  border-left: 0;
  right: 20%;
}
.bar-fight .match-stats__caption {
  float: left;
  margin-top: 0.375rem;
}
.bar-fight__bar {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  line-height: 0.8;
  box-sizing: border-box;
  padding: 0.125rem 0.375rem 0.5625rem;
  background-color: #e0eff8;
  color: #ffffff;
  font-weight: bold;
  float: left;
  margin: 0;
  text-align: right;
}
.bar-fight__bar--home {
  background-color: #121212;
  border-right: 0.125rem solid #ffffff;
  text-align: left;
}
.football-possession {
  position: relative;
  height: 0;
  padding-top: 20rem;
  margin-bottom: 0.75rem;
  text-align: center;
  width: 100%;
  max-width: 20rem;
  margin: auto;
}
@media (min-width: 61.25em) {
  .football-possession {
    padding-top: 18.125rem;
  }
}
.chart--football-possession {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.chart--football-possession .chart__unit {
  fill: #121212;
}
.match-stats__lineup {
  margin-right: 0.625rem;
}
@media (min-width: 46.25em) {
  .match-stats__lineup--home {
    border-right: #dcdcdc 0.0625rem solid;
    padding-right: 0.625rem;
  }
}
.match-stats__players {
  margin-bottom: 0.75rem;
}
.match-stats__player {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}
.match-stats__player .i {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.match-stats__player-number {
  font-weight: bold;
  width: 1.5rem;
  display: inline-block;
}
@media (min-width: 30em) {
  .match-stats__player-number {
    width: 1.875rem;
  }
}
.match-stats--darken-home .bar-fight__bar--home,
.match-stats--darken-home .goal-attempts__label--off-target-home,
.match-stats--darken-home .goal-attempts__label--on-target-home,
.match-stats--darken-home .goal-attempts__off-target--home,
.match-stats--darken-home .goal-attempts__on-target--home {
  color: #121212;
}
.match-stats--darken-home .chart__arc:last-of-type .chart__label {
  fill: #121212;
}
.match-stats--darken-away .bar-fight__bar--away,
.match-stats--darken-away .goal-attempts__label--off-target-away,
.match-stats--darken-away .goal-attempts__label--on-target-away,
.match-stats--darken-away .goal-attempts__off-target--away,
.match-stats--darken-away .goal-attempts__on-target--away {
  color: #121212;
}
.match-stats--darken-away .chart__arc:first-of-type .chart__label {
  fill: #121212;
}
.match-stats--darken-home .goal-attempts__off-target--home,
.match-stats--darken-away .goal-attempts__off-target--away {
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%2212%22%20viewBox%3D%220%200%209%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.1%29%22%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%224.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%227.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%2210.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%221.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%224.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%227.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2210.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%221.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%224.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2210.5%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.after-article .match-stats__container {
  clear: left;
  position: relative;
  padding: 0.5625rem 0;
  background-color: #d9edf6;
}
.after-article .match-stats__container:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  left: -0.625rem;
  right: -0.625rem;
  bottom: 0;
  background-color: #d9edf6;
}
@media (min-width: 30em) {
  .after-article .match-stats__container:before {
    left: -1.25rem;
    right: -1.25rem;
  }
}
@media (min-width: 46.25em) {
  .after-article .match-stats__container:before {
    right: 0;
    left: -100vw;
  }
}
.after-article .bar-fight__bar--home,
.after-article .goal-attempts__on-target {
  border-color: #d9edf6;
}
.content--football-stats .match-stats {
  margin-top: 0.75rem;
}
.content--liveblog .match-stats__heading {
  height: auto;
  left: 0;
}
.content--liveblog .match-stats__column {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-right: 0;
}
.content--liveblog .match-stats__column--first {
  padding-right: 0;
  border-right: 0;
}
.player-card {
  padding: 0.75rem 0.625rem;
  background: #f6f6f6;
  border-top: 0.0625rem solid #005689;
  color: #121212;
}
@media (min-width: 30em) {
  .player-card {
    margin-top: 0.375rem;
  }
}
.player-card__image-container {
  float: right;
}
.player-card__image {
  border-radius: 62.5rem;
  height: 5rem;
  width: 5rem;
  float: right;
}
@media (min-width: 30em) {
  .player-card__image {
    height: 6.25rem;
    width: 6.25rem;
  }
}
.player-card__player {
  margin-bottom: 0.75rem;
  min-height: 5rem;
  padding-right: 5rem;
}
@media (min-width: 30em) {
  .player-card__player {
    margin-bottom: 1.5rem;
    min-height: 6.25rem;
    padding-right: 6.25rem;
  }
}
.player-card__name {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  font-weight: normal;
}
.player-card__position {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #005689;
}
.player-card__stats {
  margin: 0;
  padding: 0;
}
.player-card__stat-name,
.player-card__stat-value {
  margin: 0;
  padding: 0.25rem 0 0.5rem;
}
.player-card__stat-name {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  display: block;
  float: left;
  font-weight: normal;
}
.player-card__stat-value {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  border-top: 0.0625rem solid #dcdcdc;
  font-weight: bold;
  padding-left: 85%;
  text-align: right;
}
.from-content-api .element-table {
  box-sizing: border-box;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 30em) {
  .from-content-api .element-table {
    margin-top: 0;
    width: 100%;
  }
}
.from-content-api .element-table .table td,
.from-content-api .element-table .table th {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
@media (min-width: 30em) {
  .from-content-api .element-table--complimentary {
    width: 18.75rem;
  }
}
@media (max-width: 41.24em) {
  .sport-summary--cricket {
    padding-top: 1.5rem;
  }
}
.sport-summary--cricket .table__caption {
  padding-left: 0;
}
.sport-summary--cricket .table__caption--bottom {
  padding-bottom: 0;
  margin-bottom: 0.75rem;
}
.sport-summary--cricket .table__caption--bottom-link {
  float: left;
}
.sport-summary--cricket table td {
  padding-left: 0;
}
.container__meta {
  padding-top: 0.375rem;
}
@media (min-width: 46.25em) {
  .container__meta {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 61.25em) {
  .container__meta {
    padding-top: 0.375rem;
  }
}
@media (min-width: 61.25em) and (max-width: 71.24em) {
  .container__meta {
    max-width: 50%;
  }
}
@media (min-width: 71.25em) {
  .container__meta {
    margin-bottom: 0;
    float: left;
    clear: left;
    width: 8.75rem !important;
    margin-right: 1.25rem;
  }
}
@media (min-width: 81.25em) {
  .container__meta {
    width: 13.75rem !important;
  }
}
.container__meta .container__meta__title {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
  padding-bottom: 0.25rem;
  line-height: 1.25rem;
  color: #121212;
}
@media (max-width: 46.24em) {
  .container__meta .container__meta__title {
    padding: 0 0 0.25rem;
  }
}
.container__meta .container__meta__title a {
  color: inherit;
}
.container__meta .container__meta__item {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  margin: 0;
  color: #767676;
}
.l-list {
  width: 100%;
}
@media (min-width: 46.25em) {
  .has-flex-wrap .l-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-list__item {
  float: left;
}
.has-flex-wrap .l-list__item {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 46.25em) {
  .l-row--cols-2 .l-row__item--span-1 {
    width: 50%;
    float: left;
  }
  .has-flex .l-row--cols-2 .l-row__item--span-1 {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-2 .l-row__item--span-2 {
    width: 100%;
    float: left;
  }
  .has-flex .l-row--cols-2 .l-row__item--span-2 {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-2 .l-row__item--span-3 {
    width: 150%;
    float: left;
  }
  .has-flex .l-row--cols-2 .l-row__item--span-3 {
    -webkit-flex: 3 1 auto;
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-2 .l-row__item--span-4 {
    width: 200%;
    float: left;
  }
  .has-flex .l-row--cols-2 .l-row__item--span-4 {
    -webkit-flex: 4 1 auto;
    -ms-flex: 4 1 auto;
    flex: 4 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-2 .l-row__item--span-5 {
    width: 250%;
    float: left;
  }
  .has-flex .l-row--cols-2 .l-row__item--span-5 {
    -webkit-flex: 5 1 auto;
    -ms-flex: 5 1 auto;
    flex: 5 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-3 .l-row__item--span-1 {
    width: 33.33333%;
    float: left;
  }
  .has-flex .l-row--cols-3 .l-row__item--span-1 {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-3 .l-row__item--span-2 {
    width: 66.66667%;
    float: left;
  }
  .has-flex .l-row--cols-3 .l-row__item--span-2 {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-3 .l-row__item--span-3 {
    width: 100%;
    float: left;
  }
  .has-flex .l-row--cols-3 .l-row__item--span-3 {
    -webkit-flex: 3 1 auto;
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-3 .l-row__item--span-4 {
    width: 133.33333%;
    float: left;
  }
  .has-flex .l-row--cols-3 .l-row__item--span-4 {
    -webkit-flex: 4 1 auto;
    -ms-flex: 4 1 auto;
    flex: 4 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-3 .l-row__item--span-5 {
    width: 166.66667%;
    float: left;
  }
  .has-flex .l-row--cols-3 .l-row__item--span-5 {
    -webkit-flex: 5 1 auto;
    -ms-flex: 5 1 auto;
    flex: 5 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-4 .l-row__item--span-1 {
    width: 25%;
    float: left;
  }
  .has-flex .l-row--cols-4 .l-row__item--span-1 {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-4 .l-row__item--span-2 {
    width: 50%;
    float: left;
  }
  .has-flex .l-row--cols-4 .l-row__item--span-2 {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-4 .l-row__item--span-3 {
    width: 75%;
    float: left;
  }
  .has-flex .l-row--cols-4 .l-row__item--span-3 {
    -webkit-flex: 3 1 auto;
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-4 .l-row__item--span-4 {
    width: 100%;
    float: left;
  }
  .has-flex .l-row--cols-4 .l-row__item--span-4 {
    -webkit-flex: 4 1 auto;
    -ms-flex: 4 1 auto;
    flex: 4 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-row--cols-4 .l-row__item--span-5 {
    width: 125%;
    float: left;
  }
  .has-flex .l-row--cols-4 .l-row__item--span-5 {
    -webkit-flex: 5 1 auto;
    -ms-flex: 5 1 auto;
    flex: 5 1 auto;
  }
}
@media (min-width: 46.25em) {
  .l-list--columns-1 .l-list__item {
    width: 100%;
  }
  .l-list--columns-1 .l-list__item:nth-child(1n + 1) {
    clear: both;
  }
  .l-list--columns-1 .l-list__item:nth-child(1n + 1):before {
    border: 0;
  }
  .l-list--columns-1 .l-list__item:nth-last-child(1):nth-child(1n + 1),
  .l-list--columns-1
    .l-list__item:nth-last-child(1):nth-child(1n + 1)
    ~ .l-list__item {
    padding-bottom: 0;
  }
  .has-flex-wrap .l-list--columns-1 .l-list__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 46.25em) {
  .l-list--columns-2 .l-list__item {
    width: 50%;
  }
  .l-list--columns-2 .l-list__item:nth-child(2n + 1) {
    clear: both;
  }
  .l-list--columns-2 .l-list__item:nth-child(2n + 1):before {
    border: 0;
  }
  .l-list--columns-2 .l-list__item:nth-last-child(2):nth-child(2n + 1),
  .l-list--columns-2
    .l-list__item:nth-last-child(2):nth-child(2n + 1)
    ~ .l-list__item {
    padding-bottom: 0;
  }
  .has-flex-wrap .l-list--columns-2 .l-list__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 46.25em) {
  .l-list--columns-3 .l-list__item {
    width: 33.33333%;
  }
  .l-list--columns-3 .l-list__item:nth-child(3n + 1) {
    clear: both;
  }
  .l-list--columns-3 .l-list__item:nth-child(3n + 1):before {
    border: 0;
  }
  .l-list--columns-3 .l-list__item:nth-last-child(3):nth-child(3n + 1),
  .l-list--columns-3
    .l-list__item:nth-last-child(3):nth-child(3n + 1)
    ~ .l-list__item {
    padding-bottom: 0;
  }
  .has-flex-wrap .l-list--columns-3 .l-list__item {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
}
@media (min-width: 46.25em) {
  .l-list--columns-4 .l-list__item {
    width: 25%;
  }
  .l-list--columns-4 .l-list__item:nth-child(4n + 1) {
    clear: both;
  }
  .l-list--columns-4 .l-list__item:nth-child(4n + 1):before {
    border: 0;
  }
  .l-list--columns-4 .l-list__item:nth-last-child(4):nth-child(4n + 1),
  .l-list--columns-4
    .l-list__item:nth-last-child(4):nth-child(4n + 1)
    ~ .l-list__item {
    padding-bottom: 0;
  }
  .has-flex-wrap .l-list--columns-4 .l-list__item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
.fc-container .fc-container__inner {
  border-top: 0.0625rem solid #dcdcdc;
}
.fc-container,
.facia-container {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
}
.fc-container:after,
.fc-container:before,
.facia-container:after,
.facia-container:before {
  content: '';
  display: table;
}
.fc-container:after,
.facia-container:after {
  clear: both;
}
@media (min-width: 81.25em) {
  .has-page-skin .fc-container,
  .has-page-skin .facia-container {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 61.25rem;
  }
}
.fc-container--commercial {
  padding-bottom: 0;
}
.fc-container__inner,
.facia-container__inner {
  padding-top: 0.1875rem;
}
@media (min-width: 46.25em) {
  .fc-container__inner,
  .facia-container__inner {
    padding-top: 0.375rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .fc-container__inner,
  .has-page-skin .facia-container__inner {
    width: 58.75rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .fc-container__pagination {
    width: 58.75rem;
  }
}
.fc-container--rolled-up .fc-container--rolled-up-hide {
  display: none;
}
.fc-slice-wrapper {
  padding-top: 0.00063rem;
  margin: 0 -0.625rem;
}
.show-more--hidden .fc-slice-wrapper {
  display: none;
}
.fc-container__header,
.container__header {
  position: relative;
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .fc-container--paid-for .fc-container__header,
  .fc-container[data-sponsorship] .fc-container__header,
  .fc-container[data-sponsorship]
    .fc-container:first-child
    .fc-container__header,
  .fc-container--paid-for .container__header,
  .fc-container[data-sponsorship] .container__header,
  .fc-container[data-sponsorship] .fc-container:first-child .container__header {
    float: left;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .fc-container--paid-for .fc-container__header,
  .fc-container[data-sponsorship] .fc-container__header,
  .fc-container[data-sponsorship]
    .fc-container:first-child
    .fc-container__header,
  .fc-container--paid-for .container__header,
  .fc-container[data-sponsorship] .container__header,
  .fc-container[data-sponsorship] .fc-container:first-child .container__header {
    width: 50%;
    padding-right: 0.625rem;
  }
}
@media (min-width: 61.25em) and (max-width: 71.24em) {
  .fc-container--paid-for .fc-container__header,
  .fc-container[data-sponsorship] .fc-container__header,
  .fc-container[data-sponsorship]
    .fc-container:first-child
    .fc-container__header,
  .fc-container--paid-for .container__header,
  .fc-container[data-sponsorship] .container__header,
  .fc-container[data-sponsorship] .fc-container:first-child .container__header {
    width: 66%;
    padding-right: 0.625rem;
  }
}
@media (min-width: 71.25em) {
  .fc-container__header,
  .container__header {
    float: left;
    width: 8.75rem;
  }
}
@media (min-width: 81.25em) {
  .fc-container__header,
  .container__header {
    width: 13.75rem;
  }
  .has-page-skin .fc-container__header,
  .has-page-skin .container__header {
    width: auto;
    float: none;
  }
}
@media (max-width: 71.24em) {
  .fc-container__header .fc-container__header__title {
    float: left;
    padding-right: 0.3125rem;
  }
  .fc-container--tag .fc-container__header {
    border-bottom: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 71.24em) {
  .fc-container--tag .fc-container__header {
    float: left;
    clear: left;
  }
}
.fc-container__header__title,
.fc-container__header__title > h2,
.fc-container__title__text,
.fc-container__header__title--sticky,
.container__title {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.25rem;
  color: #121212;
}
@media (min-width: 81.25em) {
  .has-page-skin .fc-container__header__title,
  .has-page-skin .fc-container__header__title > h2,
  .has-page-skin .fc-container__title__text,
  .has-page-skin .fc-container__header__title--sticky,
  .has-page-skin .container__title {
    float: left;
    width: 18.75rem;
  }
}
.has-page-skin .fc-container__header__title:after,
.has-page-skin .fc-container__header__title > h2:after,
.has-page-skin .fc-container__title__text:after,
.has-page-skin .fc-container__header__title--sticky:after,
.has-page-skin .container__title:after {
  display: none;
}
.fc-container__header__title:after,
.fc-container__header__title > h2:after,
.fc-container__title__text:after,
.fc-container__header__title--sticky:after,
.container__title:after {
  content: '';
  display: none;
  position: absolute;
  height: 1.875rem;
  width: 0.0625rem;
  background-color: #dcdcdc;
  right: -0.6875rem;
  top: -0.375rem;
}
@media (min-width: 71.25em) {
  .fc-container__header__title:after,
  .fc-container__header__title > h2:after,
  .fc-container__title__text:after,
  .fc-container__header__title--sticky:after,
  .container__title:after {
    display: block;
  }
}
.fc-container__header__title a,
.fc-container__header__title > h2 a,
.fc-container__title__text a,
.fc-container__header__title--sticky a,
.container__title a {
  color: inherit;
}
.fc-container__header__title a:hover,
.fc-container__header__title > h2 a:hover,
.fc-container__title__text a:hover,
.fc-container__header__title--sticky a:hover,
.container__title a:hover {
  color: #c70000;
  text-decoration: none;
  border-bottom: 0.0625rem solid #c70000;
}
.fc-container__header__title a:hover .inline-icon,
.fc-container__header__title > h2 a:hover .inline-icon,
.fc-container__title__text a:hover .inline-icon,
.fc-container__header__title--sticky a:hover .inline-icon,
.container__title a:hover .inline-icon {
  fill: #00b2ff;
}
.fc-container__header__title a .inline-icon,
.fc-container__header__title > h2 a .inline-icon,
.fc-container__title__text a .inline-icon,
.fc-container__header__title--sticky a .inline-icon,
.container__title a .inline-icon {
  fill: #005689;
  position: relative;
  height: 0.7em;
  width: 1em;
}
.fc-container__header__title--sticky {
  display: block;
  width: 100%;
  text-align: left;
  margin-left: -1.25rem;
  padding: 0.375rem 0 0 1.25rem;
  background: #ffffff;
  border: 0;
}
.fc-container__header__title--sticky button {
  color: #dcdcdc;
  font-weight: 500;
  text-align: left;
  background: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.fc-container__header__title--sticky:last-child {
  padding-bottom: 1.5rem;
}
.fc-container__header__title--stickies {
  display: none;
  visibility: hidden;
  margin-top: 6.25rem;
}
.has-page-skin .fc-container__header__title--stickies {
  display: none;
}
.fc-container__header__title--stickies.fixed {
  position: fixed;
  bottom: 0;
  z-index: 99;
}
@media (min-width: 71.25em) {
  .fc-container__header__title--stickies {
    display: block;
    width: 8.75rem;
  }
}
@media (min-width: 81.25em) {
  .fc-container__header__title--stickies {
    width: 13.75rem;
  }
}
.fc-container__header__image {
  display: table-cell;
  margin: 0 1.25rem 0 0;
  overflow: hidden;
  float: left;
}
@media (min-width: 71.25em) {
  .fc-container__header__image {
    float: none;
    display: block;
    margin: 0 0 0.75rem;
  }
}
.fc-container__header__image img {
  display: block;
  width: 5rem;
}
@media (min-width: 61.25em) {
  .fc-container__header__image img {
    width: 6.25rem;
  }
}
.fc-container__header__description {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  padding-bottom: 0.375rem;
  color: #767676;
  clear: left;
  font-weight: 500;
}
@media (min-width: 46.25em) {
  .fc-container__header__description {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 71.25em) {
  .fc-container__header__description {
    width: 8.75rem;
    float: left;
    margin-top: 0;
  }
}
@media (min-width: 81.25em) {
  .fc-container__header__description {
    width: 13.75rem;
  }
}
.fc-container__header__description a {
  color: #333;
}
@media (max-width: 71.24em) {
  .fc-container__header__social__action {
    position: absolute;
    right: 0;
    top: 0;
  }
  .fc-container__header__social__action
    + .fc-container__header__social__action {
    display: none;
  }
}
@media (min-width: 71.25em) {
  .fc-container__header__social__action {
    border-top: 0.0625rem dotted #dcdcdc;
    padding-top: 0.375rem;
    margin-top: 0.75rem;
    width: 100%;
  }
  .fc-container__header__social__action
    + .fc-container__header__social__action {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.fc-container__header__description--image {
  vertical-align: middle;
  display: table-cell;
}
@media (min-width: 61.25em) {
  .fc-container__header__description--image {
    max-width: 33.75rem;
  }
}
@media (min-width: 71.25em) {
  .fc-container__header__description--image {
    display: block;
    height: auto;
    clear: both;
  }
}
.fc-today {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  line-height: 1rem;
  font-weight: 600;
  display: none;
  margin: 0.25rem 0 0.75rem;
}
@media (min-width: 46.25em) {
  .fc-today {
    display: block;
  }
}
.fc-today .fc-today__sub {
  color: #c70000;
}
@media (min-width: 81.25em) {
  .has-page-skin .fc-today .fc-today__sub {
    border-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 71.25em) {
  .fc-today__sub {
    display: block;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .fc-today__sub {
    display: inline;
  }
}
@media (min-width: 46.25em) {
  .fc-show-more--mobile-only .button--show-more {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .js-on .fc-show-more--hidden .fc-show-more--hide-on-mobile {
    display: none !important;
  }
}
.js-on .fc-show-more--hidden .fc-show-more--hide {
  display: none !important;
}
.fc-container__updated {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 0.375rem;
  color: #767676;
}
@media (min-width: 71.25em) {
  .fc-container__updated {
    position: static;
    margin-top: 1.25rem;
    border-top: 0.0625rem dotted #dcdcdc;
    padding-top: 0.1875rem;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .fc-container__updated {
    position: absolute;
    bottom: 0;
    border-top: 0;
  }
}
.fc-timestamp {
  display: inline-block;
}
.fc-container__body,
.container__body {
  padding-top: 0.375rem;
  padding-bottom: 0.75rem;
  opacity: 1;
  transition: opacity 0.25s linear;
}
@media (min-width: 46.25em) {
  .fc-container__body,
  .container__body {
    padding-top: 0.1875rem;
  }
}
@media (min-width: 71.25em) {
  .fc-container__body,
  .container__body {
    margin-left: 10rem;
  }
}
@media (min-width: 81.25em) {
  .fc-container__body,
  .container__body {
    margin-left: 15rem;
    width: 58.75rem;
  }
  .has-page-skin .fc-container__body,
  .has-page-skin .container__body {
    margin-left: 0;
    clear: left;
  }
}
@media (max-width: 71.24em) {
  .fc-container__body,
  .container__body {
    clear: left;
  }
}
@media (min-width: 71.25em) and (max-width: 81.24em) {
  .fc-container--will-have-toggle .fc-container__body,
  .fc-container--has-toggle .fc-container__body,
  .fc-container--will-have-toggle .container__body,
  .fc-container--has-toggle .container__body {
    padding-top: 2.25rem;
  }
}
.fc-container__body--is-hidden {
  opacity: 0;
  transition: opacity 0.25s linear;
}
.fc-container__toggle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  background-color: transparent;
  position: absolute;
  top: 0.25rem;
  right: 0;
  border: 0;
  padding: 0;
  color: #767676;
  text-align: right;
  min-width: 3.75rem;
}
.fc-container__toggle:hover,
.fc-container__toggle:focus {
  color: #121212;
}
[data-component='headlines'] .fc-container__toggle {
  display: none;
}
@media (min-width: 71.25em) {
  .fc-container__toggle {
    left: 68.75rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (min-width: 81.25em) {
  .fc-container__toggle {
    left: 78.75rem;
  }
  .has-page-skin .fc-container__toggle {
    left: auto;
  }
}
.fc-container--media .fc-container__inner,
.fc-container--media .fc-slice__item + .fc-slice__item:before {
  border-color: #333;
}
.fc-container--media .fc-container__header__title {
  color: #ededed;
}
@media (max-width: 46.24em) {
  .fc-container--media .fc-item__media-wrapper {
    padding-left: 0 !important;
  }
}
.fc-date-headline {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  color: #121212;
  display: block;
  padding-bottom: 0.375rem;
}
.fc-container--tag {
  padding-bottom: 0;
}
.fc-container--tag .fc-container__inner {
  border-top: 0.0625rem solid #dcdcdc;
}
.fc-trending-topics {
  border-top: 0 !important;
}
.facia-page,
.index-page {
  background-color: #ffffff;
}
.index-page-header {
  padding-top: 0.375rem;
  padding-bottom: 0.75rem;
}
.has-page-skin .index-page-header {
  width: 58.75rem;
}
.index-page-header__content {
  width: 100%;
}
@media (min-width: 81.25em) {
  .index-page-header__content {
    width: 73.75rem;
  }
  .has-page-skin .index-page-header__content {
    width: 100%;
  }
}
.index-page-header__title {
  display: block;
  line-height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: 900;
}
.index-page-header__title,
.index-page-header__title a {
  color: #121212;
}
@media (min-width: 71.25em) {
  .index-page-header__title {
    float: left;
    width: 8.75rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 81.25em) {
  .index-page-header__title {
    width: 13.75rem;
  }
  .has-page-skin .index-page-header__title {
    float: none;
  }
}
@media (min-width: 71.25em) and (max-width: 81.24em) {
  .index-page-header__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.index-page-header__description {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  color: #767676;
}
@media (min-width: 71.25em) {
  .index-page-header__description {
    float: left;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .index-page-header__description {
    float: none;
  }
}
@media (min-width: 46.25em) {
  .index-page-header__description {
    width: 50%;
  }
}
.index-page-header__image-wrapper {
  overflow: hidden;
  float: right;
}
.index-page-header__image {
  display: block;
  float: right;
  height: 5rem;
}
@media (min-width: 61.25em) {
  .index-page-header__image {
    height: 6.25rem;
  }
}
.index-page-header__image-wrapper--contributor-circle {
  border-radius: 62.5rem;
}
@media (max-width: 61.24em) {
  .fc-container--lazy-load {
    display: none;
  }
  .is-not-modern .fc-container--lazy-load {
    display: block;
  }
}
.gallery__most-popular h2.fc-container__title__text {
  color: #dcdcdc;
}
.gallery__most-popular h2.fc-container__title__text:hover {
  text-decoration: underline;
}
.gallery__most-popular h2.fc-container__title__text:after {
  display: none;
}
.fc-container--video {
  padding-bottom: 0;
  margin-bottom: 0.75rem;
}
.fc-container--video .gs-container {
  background-color: #121212;
}
.fc-container--video .fc-container__inner {
  border-top: 0;
}
@media (min-width: 71.25em) {
  .fc-container--video .fc-container__inner {
    display: none;
  }
  .has-page-skin .fc-container--video .fc-container__inner {
    display: block;
  }
}
.fc-container--video .fc-item__image-container {
  display: block;
}
.fc-container--video .u-responsive-ratio {
  padding-bottom: 56.3%;
}
.fc-container--video
  .gu-media-wrapper
  .vjs-paused.vjs-has-started
  .vjs-control-bar {
  bottom: -3.75rem;
}
@media (min-width: 61.25em) {
  .fc-container--video .vjs-big-play-button {
    display: none;
  }
}
.fc-container--video .media__container--hidden {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.fc-container--video .media__container--hidden video {
  display: none;
}
.fc-container--video .gu-media-wrapper {
  background-color: transparent;
}
@media (min-width: 61.25em) {
  .fc-container--video .fc-item__video-fallback,
  .fc-container--video .gu-media {
    opacity: 0.3;
    transition: opacity 0.4s ease-out;
  }
}
.fc-container--video .treats__treat {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.fc-container--video .treats__treat:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #121212;
}
@media (max-width: 61.24em) {
  .fc-container--video .u-responsive-ratio video {
    top: inherit;
    bottom: 0;
    height: auto;
  }
  .fc-container--video .fc-item__video-container .vjs-big-play-button {
    top: 3.375rem;
  }
  .fc-container--video .fc-item__video-fallback {
    margin-top: 6.75rem;
  }
}
.fc-container--video-no-fill-sides {
  background-color: transparent;
}
.video-title {
  color: #ffffff;
  display: block;
  margin-bottom: 0.75rem;
}
.video-title a:hover {
  color: #ffffff;
  border-bottom: #ffffff;
}
.video-playlist {
  position: relative;
  overflow: hidden;
}
@media (min-width: 61.25em) and (max-width: 71.24em) {
  .video-playlist {
    background-color: #050505;
  }
  .has-page-skin .video-playlist {
    background-color: transparent;
  }
}
.video-playlist--end .video-playlist__control--next,
.video-playlist--start .video-playlist__control--prev {
  opacity: 0;
  pointer-events: none;
}
.video-playlist__inner {
  margin: 0;
  font-size: 0;
  white-space: nowrap;
  padding-right: 0.625rem;
}
@media (min-width: 30em) {
  .video-playlist__inner {
    padding-right: 1.25rem;
  }
}
@media (max-width: 61.24em) {
  .video-playlist__inner {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 61.25em) {
  .video-playlist__inner {
    padding-right: 0;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
}
.video-playlist__inner::-webkit-scrollbar {
  display: none;
}
.video-playlist__inner .video-playlist__item {
  background-color: #121212;
}
.video-playlist__control {
  display: none;
}
@media (min-width: 61.25em) {
  .video-playlist__control {
    width: 8.75rem;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
  }
  .video-playlist__control:hover .video-playlist__icon,
  .video-playlist__control:focus .video-playlist__icon {
    background-color: #ffe500;
  }
  .video-playlist__control:hover .video-playlist__icon svg,
  .video-playlist__control:focus .video-playlist__icon svg {
    fill: #121212;
  }
}
.video-playlist__control--prev {
  left: 0;
}
@media (min-width: 71.25em) {
  .video-playlist__control--prev {
    width: 11.25rem;
  }
  .has-page-skin .video-playlist__control--prev {
    width: 8.75rem;
  }
}
@media (min-width: 81.25em) {
  .video-playlist__control--prev {
    width: 16.25rem;
  }
  .has-page-skin .video-playlist__control--prev {
    width: 8.75rem;
  }
}
.video-playlist__control--prev .video-playlist__icon {
  right: 1.25rem;
}
.video-playlist__control--prev .video-playlist__icon svg {
  margin-left: -0.125rem;
}
.video-playlist__control--next {
  right: 0;
}
@media (min-width: 71.25em) {
  .video-playlist__control--next {
    width: 16.25rem;
  }
  .has-page-skin .video-playlist__control--next {
    width: 8.75rem;
  }
}
@media (min-width: 81.25em) {
  .video-playlist__control--next {
    width: 21.25rem;
  }
  .has-page-skin .video-playlist__control--next {
    width: 8.75rem;
  }
}
.video-playlist__control--next .video-playlist__icon {
  left: 1.25rem;
}
.video-playlist__control--next .video-playlist__icon svg {
  margin-right: -0.125rem;
}
.video-playlist__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.875rem;
  height: 1.875rem;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.video-playlist__icon svg {
  fill: #ffffff;
  width: 0.5625rem;
  height: 1.875rem;
}
.youtube-media-atom__play-button {
  background-color: #121212;
  border-radius: 50%;
  color: transparent;
}
.video-playlist__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  background-color: #121212;
  margin-left: 0.625rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 30em) {
  .video-playlist__item {
    margin-left: 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .video-playlist__item {
    width: 43.75rem;
    margin: 0;
  }
}
@media (min-width: 61.25em) and (max-width: 71.24em) {
  .video-playlist__item--first {
    margin-left: 8.75rem;
  }
  .has-page-skin .video-playlist__item--first {
    margin-left: 0;
  }
}
@media (min-width: 71.25em) {
  .video-playlist__item--first {
    margin-left: 0;
  }
  .has-page-skin .video-playlist__item--first {
    margin-left: 0;
  }
}
.video-playlist__item--active .vjs-big-play-button {
  display: block;
}
.video-playlist__item--active .fc-item__video-fallback,
.video-playlist__item--active .gu-media,
.video-playlist__item--active .video-overlay {
  opacity: 1;
}
.vjs-big-play-button .vjs-control-text,
.youtube-media-atom__play-button.vjs-control-text {
  border-radius: 50%;
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.75rem;
  height: 3.75rem;
}
.vjs-big-play-button .vjs-control-text .inline-play svg,
.youtube-media-atom__play-button.vjs-control-text .inline-play svg {
  position: absolute;
  top: 50%;
  left: 49%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  fill: #ffffff;
  width: 1.5rem;
}
.fc-item--full-media-75-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--full-media-50-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--three-quarters-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--half-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--full-media-75-tablet
  .youtube-media-atom__play-button.vjs-control-text,
.fc-item--full-media-50-tablet
  .youtube-media-atom__play-button.vjs-control-text,
.fc-item--three-quarters-tablet
  .youtube-media-atom__play-button.vjs-control-text,
.fc-item--half-tablet .youtube-media-atom__play-button.vjs-control-text {
  border-radius: 50%;
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.125rem;
  height: 3.125rem;
}
.fc-item--full-media-75-tablet
  .vjs-big-play-button
  .vjs-control-text
  .inline-play
  svg,
.fc-item--full-media-50-tablet
  .vjs-big-play-button
  .vjs-control-text
  .inline-play
  svg,
.fc-item--three-quarters-tablet
  .vjs-big-play-button
  .vjs-control-text
  .inline-play
  svg,
.fc-item--half-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,
.fc-item--full-media-75-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg,
.fc-item--full-media-50-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg,
.fc-item--three-quarters-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg,
.fc-item--half-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg {
  position: absolute;
  top: 50%;
  left: 49%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  fill: #ffffff;
  width: 1.25rem;
}
@media (min-width: 30em) {
  .fc-item--full-media-75-tablet .vjs-big-play-button .vjs-control-text,
  .fc-item--full-media-50-tablet .vjs-big-play-button .vjs-control-text,
  .fc-item--three-quarters-tablet .vjs-big-play-button .vjs-control-text,
  .fc-item--half-tablet .vjs-big-play-button .vjs-control-text,
  .fc-item--full-media-75-tablet
    .youtube-media-atom__play-button.vjs-control-text,
  .fc-item--full-media-50-tablet
    .youtube-media-atom__play-button.vjs-control-text,
  .fc-item--three-quarters-tablet
    .youtube-media-atom__play-button.vjs-control-text,
  .fc-item--half-tablet .youtube-media-atom__play-button.vjs-control-text {
    border-radius: 50%;
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.75rem;
    height: 3.75rem;
  }
  .fc-item--full-media-75-tablet
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--full-media-50-tablet
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--three-quarters-tablet
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--half-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,
  .fc-item--full-media-75-tablet
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg,
  .fc-item--full-media-50-tablet
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg,
  .fc-item--three-quarters-tablet
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg,
  .fc-item--half-tablet
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg {
    position: absolute;
    top: 50%;
    left: 49%;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    fill: #ffffff;
    width: 1.5rem;
  }
}
.fc-item--third-tablet .vjs-big-play-button .vjs-control-text,
.fc-item--third-tablet .youtube-media-atom__play-button.vjs-control-text {
  border-radius: 50%;
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.125rem;
  height: 3.125rem;
}
.fc-item--third-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,
.fc-item--third-tablet
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg {
  position: absolute;
  top: 50%;
  left: 49%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  fill: #ffffff;
  width: 1.25rem;
}
@media (min-width: 30em) and (max-width: 46.24em) {
  .fc-item--third-tablet .vjs-big-play-button .vjs-control-text,
  .fc-item--third-tablet .youtube-media-atom__play-button.vjs-control-text {
    border-radius: 50%;
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.75rem;
    height: 3.75rem;
  }
  .fc-item--third-tablet
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--third-tablet
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg {
    position: absolute;
    top: 50%;
    left: 49%;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    fill: #ffffff;
    width: 1.5rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--standard-tablet .vjs-big-play-button .vjs-control-text,
  .fc-item--standard-tablet .youtube-media-atom__play-button.vjs-control-text {
    border-radius: 50%;
    position: absolute;
    bottom: 0.525rem;
    left: 0.525rem;
    transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.625rem;
    height: 2.625rem;
  }
  .fc-item--standard-tablet
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--standard-tablet
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg {
    position: absolute;
    top: 50%;
    left: 49%;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    fill: #ffffff;
    width: 1rem;
  }
}
@media (max-width: 46.24em) {
  .fc-item--list-media-mobile .vjs-big-play-button .vjs-control-text,
  .fc-item--list-media-mobile
    .youtube-media-atom__play-button.vjs-control-text {
    border-radius: 50%;
    position: absolute;
    bottom: 0.375rem;
    left: 0.375rem;
    transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.875rem;
    height: 1.875rem;
  }
  .fc-item--list-media-mobile
    .vjs-big-play-button
    .vjs-control-text
    .inline-play
    svg,
  .fc-item--list-media-mobile
    .youtube-media-atom__play-button.vjs-control-text
    .inline-play
    svg {
    position: absolute;
    top: 50%;
    left: 49%;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    fill: #ffffff;
    width: 0.875rem;
  }
}
.video-title--leftcol {
  display: none;
}
@media (min-width: 71.25em) {
  .video-title--leftcol {
    position: relative;
    height: 24.60938rem;
    display: inline-block;
    width: 11.25rem;
    padding: 0.375rem 1.25rem;
    box-sizing: border-box;
    margin-bottom: 0;
    white-space: normal;
  }
}
@media (min-width: 81.25em) {
  .video-title--leftcol {
    width: 16.25rem;
  }
  .has-page-skin .video-title--leftcol {
    width: 11.25rem;
  }
}
.video-title--leftcol .inline-guardian-video-logo svg {
  margin-top: 0.25rem;
  max-width: 100%;
}
.video-title--leftcol
  .inline-guardian-video-logo
  svg:hover
  .inline-guardian-video-logo__title {
  fill: #ffffff;
}
.has-page-skin .video-title--leftcol {
  display: none;
}
@media (min-width: 61.25em) {
  .video-playlist__item--first {
    margin-left: 8.75rem;
  }
}
@media (min-width: 71.25em) {
  .video-playlist__item--first {
    margin-left: 0;
  }
  .has-page-skin .video-playlist__item--first {
    margin-left: 8.75rem;
  }
}
.video-overlay {
  position: relative;
  z-index: 2;
  white-space: normal;
  padding: 0 0.3125rem 1.5rem;
  box-sizing: border-box;
  border-top: 0.0625rem solid #ffe500;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.9);
  min-height: 8.25rem;
  margin-bottom: -1.5rem;
  pointer-events: auto;
}
@media (min-width: 61.25em) and (max-width: 71.24em) {
  .video-overlay {
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }
}
@media (min-width: 61.25em) {
  .video-overlay {
    position: absolute;
    top: 0.75rem;
    left: 1.25rem;
    width: 13.75rem;
  }
}
@media (min-width: 61.25em) {
  .video-playlist__item .vjs-playing ~ .video-overlay {
    visibility: hidden;
    opacity: 0;
  }
}
.video-overlay .video-overlay__headline {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 400;
}
@media (min-width: 30em) {
  .video-overlay .video-overlay__headline {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    font-family: 'Guardian Egyptian Web', Georgia, serif;
    font-weight: normal;
    font-weight: 400;
  }
}
@media (min-width: 61.25em) {
  .video-overlay .video-overlay__headline {
    min-height: 5.75rem;
    overflow: hidden;
  }
}
.video-overlay .video-overlay__headline .fc-item__headline {
  color: #ffffff;
}
.video-overlay .inline-icon svg {
  position: relative;
  height: 0.7em;
  width: auto;
}
.video-overlay .fc-item__title--quoted .inline-quote {
  fill: #ffffff;
}
.video-overlay .fc-item__link {
  color: #ffffff;
}
.video-overlay .fc-item__link:visited {
  color: #dcdcdc;
}
.video-overlay .fc-item__byline,
.video-overlay .fc-item__kicker {
  color: #ffe500;
}
.video-overlay .fc-item__kicker {
  padding: 0;
  margin: 0;
}
.video-overlay__duration {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  position: absolute;
  bottom: 0.125rem;
  color: #dcdcdc;
}
.fc-item__video-container .youtube-media-atom {
  z-index: 1;
}
.fc-item__video-container .youtube-media-atom.no-player,
.is-not-modern .fc-item__video-container .youtube-media-atom {
  z-index: 0;
}
.fc-container--first {
  margin-top: 0;
  padding-top: 0;
}
.fc-container--first .fc-container__inner {
  border: 0;
}
@media (min-width: 46.25em) {
  .fc-container--first {
    padding-top: 0.375rem;
  }
}
@media (min-width: 71.25em) {
  .fc-container--first .fc-container__header__title {
    padding-top: 0.1875rem;
  }
  .fc-container--first .fc-container__header__title:after {
    display: none;
  }
  .fc-container--first .fc-container__inner {
    padding-top: 0;
  }
  .fc-container--first .fc-container__body {
    padding-top: 0;
  }
}
@media (min-width: 71.25em) and (max-width: 81.24em) {
  .fc-container--first .fc-slice-wrapper:first-child {
    padding-top: 0;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .fc-container--first .fc-container__header__title {
    border-top: 0;
    padding-top: 0;
  }
}
.fc-container .button--primary {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}
.fc-container .button--primary:hover,
.fc-container .button--primary:focus,
.fc-container .button--primary:active {
  background-color: #000;
  border-color: #000;
}
.fc-container--outbrain {
  background-color: #f6f6f6;
  display: none;
}
@media (min-width: 20em) {
  .fc-container--outbrain .fc-container__inner {
    min-height: 38.8125rem;
  }
}
@media (min-width: 46.25em) {
  .fc-container--outbrain .fc-container__inner {
    min-height: 28.4375rem;
  }
}
@media (min-width: 61.25em) {
  .fc-container--outbrain .fc-container__inner {
    min-height: 24.375rem;
  }
}
#membership-ab-thrasher {
  display: none;
}
#membership-ab-thrasher.visible {
  display: block;
}
.fc-container--thrasher {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  background: #f6f6f6;
}
.fc-container--thrasher .fc-container__inner {
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 46.24em) {
  .fc-container--thrasher .fc-container__inner {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.fc-container--thrasher .fc-container__header {
  display: none;
}
.fc-container--thrasher .fc-container__body {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  width: 100%;
  overflow: initial;
}
.fc-container--thrasher .fc-slice-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 46.25em) {
  .fc-container--thrasher .fc-slice-wrapper {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.fc-container--thrasher .fc-slice {
  margin: 0;
  width: 100%;
}
.fc-container--thrasher .fc-slice__item {
  margin-bottom: 0;
  width: 100%;
}
.fc-container--thrasher .fc-item {
  margin: 0;
  width: 100%;
}
.fc-slice {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 46.25em) {
  .fc-slice {
    overflow: visible;
  }
}
.has-flex .fc-slice--hl4-h {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.has-flex .fc-slice--hl4-h .fc-slice__item:before {
  display: none;
}
.has-flex .fc-slice--hl4-h .fc-item--half-tablet:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.0625rem;
  height: 100%;
  border-left: 0.0625rem solid #dcdcdc;
}
@media (min-width: 61.25em) {
  .has-flex .fc-slice--hl4-h .fc-item--half-tablet .fc-item__standfirst {
    display: none;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .fc-slice--h-ql4-ql4 .fc-item--half-tablet .fc-item__standfirst {
    display: block;
  }
}
@media (min-width: 46.25em) {
  .fc-slice--h-q-q .fc-item--half-tablet .fc-item__standfirst {
    display: none;
  }
}
@media (min-width: 61.25em) {
  .fc-slice--h-q-q .fc-item--standard-tablet .fc-item__standfirst {
    display: block;
  }
}
@media (min-width: 46.25em) {
  .fc-slice--h-q_ql2-ql4 .fc-item--half-tablet .fc-item__standfirst {
    display: block !important;
  }
}
@media (max-width: 46.24em) {
  .fc-slice--q-qqq .fc-item--list-mobile .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-slice--q-qqq .fc-item--list-mobile .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .facia-slice--q-q-ql-ql .fc-item--standard-tablet .fc-item__standfirst,
  .facia-slice--q-q-q-ql .fc-item--standard-tablet .fc-item__standfirst {
    display: block;
  }
}
@media (min-width: 46.25em) {
  .fc-slice-wrapper
    + .fc-slice-wrapper
    .fc-slice--q-q-q-q
    .fc-item--standard-tablet
    .fc-item__header {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
}
.fc-slice-wrapper
  + .fc-slice-wrapper
  .fc-slice--q-q-q-q
  .fc-item--standard-tablet
  .inline-garnett-quote__svg {
  height: 1rem;
  width: 0.5rem;
  margin-right: 0.5rem;
}
.has-flex .fc-slice--h14-q-q {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.has-flex .fc-slice--h14-q-q .fc-slice__item:before {
  display: none;
}
.fc-slice--h14-q-q .fc-item--standard-tablet:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.0625rem;
  height: 100%;
  border-left: 0.0625rem solid #dcdcdc;
}
@media (min-width: 46.25em) {
  .fc-slice--h14-q-q .fc-item--standard-tablet .fc-item__standfirst {
    display: block;
  }
}
.fc-slice--h14-q-q .fc-slice__item {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .fc-slice--h14-q-q .fc-slice__item {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .fc-slice--tl-tl-mpu > .fc-slice__item .fc-slice__item:before {
    border: 0;
  }
  .fc-slice--tl-tl-mpu > .fc-slice__item:first-child {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
  }
  .fc-slice--tl-tl-mpu > .fc-slice__item:first-child .fc-slice__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fc-slice--tl-tl-mpu
    > .fc-slice__item:first-child
    .fc-slice__item:nth-child(5) {
    padding-bottom: 0.75rem;
  }
  .fc-slice--tl-tl-mpu > .fc-slice__item:last-child {
    width: 50%;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .fc-slice--t-t-mpu .fc-slice__item {
    width: 25%;
  }
  .fc-slice--t-t-mpu .fc-item__title {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .fc-slice--t-t-mpu .fc-slice__item--mpu-candidate {
    width: 50%;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .fc-slice--t-tl-mpu > .fc-slice__item {
    width: 25% !important;
  }
  .fc-slice--t-tl-mpu > .fc-slice__item:last-child {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    width: 50% !important;
  }
  .fc-slice--t-tl-mpu
    > .fc-slice__item
    .fc-item.fc-item--type-comment.fc-item--has-cutout.fc-item--third-tablet
    .fc-item__avatar {
    height: 6.75rem;
    width: 6.75rem;
  }
  .fc-slice--t-tl-mpu
    > .fc-slice__item
    .fc-item.fc-item--type-comment.fc-item--has-cutout.fc-item--third-tablet
    .fc-item__avatar__media {
    height: 6.75rem;
    left: -0.52083rem;
  }
  .fc-slice--t-tl-mpu
    > .fc-slice__item
    .fc-item.fc-item--type-comment.fc-item--has-cutout.fc-item--third-tablet
    .fc-item__standfirst {
    display: none;
  }
  .fc-slice--t-tl-mpu
    > .fc-slice__item
    .fc-item.fc-item--type-comment.fc-item--has-cutout.fc-item--third-tablet
    .fc-item__standfirst-wrapper {
    padding-right: 0;
  }
}
.popular-trails.fc-container__body {
  padding-top: 0.75rem;
}
@media (min-width: 61.25em) {
  .popular-trails.fc-container__body {
    min-height: 23.25rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 61.25em) {
  .popular-trails__content {
    min-width: 38.75rem;
    max-width: 66.66667%;
  }
}
.fc-slice--popular .fc-slice__item:before {
  display: none;
}
.fc-slice--popular .live-pulse-icon:before {
  content: none;
}
@media (min-width: 61.25em) {
  .fc-slice--popular .tabs__pane {
    min-width: 38.75rem;
    min-height: 18.75rem;
  }
  .fc-slice--popular .tabs__pane--without-mpu {
    width: 100%;
    min-height: 18.75rem;
  }
}
.fc-slice__popular-mpu {
  width: 20rem;
  min-width: 18.75rem;
  margin: 0.75rem auto 0;
}
.fc-slice__popular-mpu .ad-slot {
  min-height: 17.125rem;
  margin: 0;
}
@media (min-width: 61.25em) {
  .fc-slice__popular-mpu {
    width: auto;
    margin-left: auto;
    border-top: 0.0625rem solid #dcdcdc;
    padding: 0.75rem 0 0 1.25rem;
    margin-top: 2.4375rem;
  }
  .tabs__content .fc-slice__popular-mpu {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .has-no-flex .fc-slice__popular-mpu {
    position: absolute;
    top: 0.75rem;
    right: -0.625rem;
  }
}
@media (max-width: 61.24em) {
  .fc-slice__popular-mpu .fc-slice__item--no-mpu {
    min-height: 0;
  }
}
.fc-container--dynamic-slow-mpu .ad-slot--container-inline {
  width: 18.75rem;
}
@media (min-width: 46.25em) {
  .fc-container--dynamic-slow-mpu .ad-slot--container-inline {
    width: 23.75rem;
  }
}
@media (min-width: 61.25em) {
  .fc-container--dynamic-slow-mpu .ad-slot--container-inline {
    width: 18.75rem;
  }
}
.fc-container--dynamic-slow-mpu .ad-slot__label {
  text-align: left;
}
@media (max-width: 46.24em) {
  .fc-slice--nav-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0.0625rem solid #dcdcdc;
    -moz-column-rule: 0.0625rem solid #dcdcdc;
    column-rule: 0.0625rem solid #dcdcdc;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .fc-slice--nav-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-column-rule: 0.0625rem solid #dcdcdc;
    -moz-column-rule: 0.0625rem solid #dcdcdc;
    column-rule: 0.0625rem solid #dcdcdc;
  }
}
@media (min-width: 61.25em) {
  .fc-slice--nav-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-column-rule: 0.0625rem solid #dcdcdc;
    -moz-column-rule: 0.0625rem solid #dcdcdc;
    column-rule: 0.0625rem solid #dcdcdc;
  }
}
.fc-slice__item--nav-list {
  display: inline-block;
  width: 100%;
}
@media (max-width: 46.24em) {
  .fc-slice--nav-list--media {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0.0625rem solid #dcdcdc;
    -moz-column-rule: 0.0625rem solid #dcdcdc;
    column-rule: 0.0625rem solid #dcdcdc;
  }
}
@media (min-width: 46.25em) {
  .fc-slice--nav-list--media {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-column-rule: 0.0625rem solid #dcdcdc;
    -moz-column-rule: 0.0625rem solid #dcdcdc;
    column-rule: 0.0625rem solid #dcdcdc;
  }
}
.fc-sublink {
  position: relative;
  padding-top: 0.1875rem;
  margin: 0 0 0.5625rem 0;
}
@media (min-width: 46.25em) {
  .fc-sublink {
    margin: 0.5625rem 0;
  }
}
.fc-sublink a {
  display: block;
  z-index: 1 !important;
}
.fc-sublink__title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  color: #121212;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.fc-sublink__title:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 7.625rem;
  border-top: 0.0625rem solid #dcdcdc;
}
@media (min-width: 46.25em) {
  .fc-sublink__title:before {
    width: 7.5rem;
  }
}
.fc-sublink__title .fc-sublink__kicker {
  float: left;
  margin-right: 0.2em;
  font-weight: 700;
}
.fc-item--pillar-news {
  background-color: #f6f6f6;
}
.fc-item--pillar-news:hover {
  background-color: #eee;
}
.fc-item--pillar-news.fc-item--type-comment .fc-item__avatar {
  background-color: #b80000;
}
.fc-item--pillar-news.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-news.fc-item--type-comment .fc-trail__count--commentcount {
  background-color: #fdf1e7;
}
.fc-item--pillar-news.headline-list__item {
  background-color: #ffffff;
}
.fc-item--pillar-news .fc-item__headline {
  color: #121212;
}
.fc-item--pillar-news .fc-item__byline {
  color: #c70000;
}
.fc-item--pillar-news .fc-item__kicker {
  color: #c70000;
}
.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile
  .fc-item__content {
  background-color: #c70000;
}
.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile:hover
  .fc-item__content {
  background-color: #ae0000;
}
.fc-item--pillar-news.fc-item--audio .fc-item__kicker,
.fc-item--pillar-news.fc-item--gallery .fc-item__kicker,
.fc-item--pillar-news.fc-item--video .fc-item__kicker,
.fc-item--pillar-news.video-playlist__item .fc-item__kicker,
.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #ff4e36;
}
.fc-item--pillar-news.fc-item--type-media
  .fc-item__headline
  .inline-garnett-quote {
  fill: #ff4e36;
}
.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__headline
  .inline-garnett-quote {
  fill: #ffbac8;
}
.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #ffbac8;
}
.fc-item--pillar-news.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker,
.fc-item--pillar-news.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #c70000;
}
@media (min-width: 46.25em) {
  .fc-item--pillar-news.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker,
  .fc-item--pillar-news.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker {
    color: #ff4e36;
  }
}
.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #c70000;
}
.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--pillar-special-report
  )
  .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .inline-icon {
  fill: #767676;
  color: #767676;
}
.fc-item--pillar-news .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-news .fc-item__sublinks {
  color: #121212;
}
.fc-item--pillar-news .inline-icon {
  fill: #c70000;
}
.fc-item--pillar-news .fc-item__meta {
  color: #999;
}
.fc-item--pillar-news .fc-item__container:before {
  background-color: #c70000;
}
.fc-item--pillar-news.fc-item--type-feature .fc-item__headline {
  color: #ab0613;
}
.fc-item--pillar-news.video-playlist__item .video-overlay {
  border-top-color: #ff4e36;
}
.fc-item--pillar-news.video-playlist__item .inline-icon {
  fill: #ff4e36;
}
.fc-item--pillar-news.video-playlist__item .video-overlay__duration {
  color: #ff4e36;
}
.fc-item--pillar-news.fc-item--type-media .inline-video-icon svg,
.fc-item--pillar-news.fc-item--type-media .inline-volume-high svg,
.fc-item--pillar-news.fc-item--type-media .inline-camera svg,
.fc-item--pillar-news.fc-item--type-interview .inline-video-icon svg,
.fc-item--pillar-news.fc-item--type-interview .inline-volume-high svg,
.fc-item--pillar-news.fc-item--type-interview .inline-camera svg {
  fill: #121212;
}
.fc-item--pillar-news.fc-item--type-media .inline-video-icon::after,
.fc-item--pillar-news.fc-item--type-media .inline-volume-high::after,
.fc-item--pillar-news.fc-item--type-media .inline-camera::after,
.fc-item--pillar-news.fc-item--type-interview .inline-video-icon::after,
.fc-item--pillar-news.fc-item--type-interview .inline-volume-high::after,
.fc-item--pillar-news.fc-item--type-interview .inline-camera::after {
  background-color: #ff4e36;
}
.fc-item--pillar-news.fc-item--type-media .fc-sublink__kicker,
.fc-item--pillar-news.fc-item--type-immersive .fc-sublink__kicker {
  color: #ff4e36;
}
.fc-item--pillar-news .fc-item__media-meta {
  color: #ff4e36;
}
.fc-item--pillar-news .fc-item__media-meta .inline-icon {
  width: 1.5rem;
  height: 1.4375rem;
  display: inline-block;
  background-color: #ff4e36;
  border-radius: 50%;
}
.fc-item--pillar-news .fc-item__media-meta .inline-icon.inline-video-icon svg {
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}
.fc-item--pillar-news .vjs-big-play-button .vjs-control-text {
  background-color: #c70000;
}
.fc-item--pillar-news .youtube-media-atom__play-button {
  background-color: #c70000;
}
.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-news,
.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-opinion,
.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-sport,
.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-arts,
.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-lifestyle {
  background-color: #fef9f5;
}
.fc-item--pillar-news.fc-item--type-comment
  .fc-item__container.u-faux-block-link--hover {
  background-color: #fdf3ec;
}
.fc-item--pillar-news.fc-item--type-comment .fc-item__avatar {
  background-color: #c70000;
}
.fc-item--pillar-news.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-news.fc-item--type-comment .fc-trail__count--commentcount {
  color: #999;
  background-color: #fef9f5;
}
.fc-item--pillar-news.fc-item--type-comment .fc-item__timestamp .inline-icon,
.fc-item--pillar-news.fc-item--type-comment
  .fc-trail__count--commentcount
  .inline-icon {
  fill: #999;
}
.fc-item--pillar-news.fc-item--type-comment:hover .fc-item__avatar {
  background-color: #b80000;
}
.fc-item--pillar-news.fc-item--type-comment:hover .fc-item__timestamp,
.fc-item--pillar-news.fc-item--type-comment:hover
  .fc-trail__count--commentcount {
  background-color: #fdf3ec;
}
.fc-sublink--pillar-news .fc-sublink__kicker {
  color: #c70000;
}
.fc-item--pillar-opinion {
  background-color: #f6f6f6;
}
.fc-item--pillar-opinion:hover {
  background-color: #eee;
}
.fc-item--pillar-opinion.fc-item--type-comment .fc-item__avatar {
  background-color: #d15800;
}
.fc-item--pillar-opinion.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-opinion.fc-item--type-comment .fc-trail__count--commentcount {
  background-color: #fdf1e7;
}
.fc-item--pillar-opinion.headline-list__item {
  background-color: #ffffff;
}
.fc-item--pillar-opinion .fc-item__headline {
  color: #121212;
}
.fc-item--pillar-opinion .fc-item__byline {
  color: #e05e00;
}
.fc-item--pillar-opinion .fc-item__kicker {
  color: #e05e00;
}
.fc-item--pillar-opinion.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile
  .fc-item__content {
  background-color: #e05e00;
}
.fc-item--pillar-opinion.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile:hover
  .fc-item__content {
  background-color: #c75300;
}
.fc-item--pillar-opinion.fc-item--audio .fc-item__kicker,
.fc-item--pillar-opinion.fc-item--gallery .fc-item__kicker,
.fc-item--pillar-opinion.fc-item--video .fc-item__kicker,
.fc-item--pillar-opinion.video-playlist__item .fc-item__kicker,
.fc-item--pillar-opinion.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #ff7f0f;
}
.fc-item--pillar-opinion.fc-item--type-media
  .fc-item__headline
  .inline-garnett-quote {
  fill: #ff7f0f;
}
.fc-item--pillar-opinion.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__headline
  .inline-garnett-quote {
  fill: #f9b376;
}
.fc-item--pillar-opinion.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #f9b376;
}
.fc-item--pillar-opinion.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker,
.fc-item--pillar-opinion.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #e05e00;
}
@media (min-width: 46.25em) {
  .fc-item--pillar-opinion.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker,
  .fc-item--pillar-opinion.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker {
    color: #ff7f0f;
  }
}
.fc-item--pillar-opinion.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #e05e00;
}
.fc-item--pillar-opinion.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--pillar-special-report
  )
  .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-opinion.fc-item--type-immersive.fc-item--has-boosted-title
  .inline-icon {
  fill: #767676;
  color: #767676;
}
.fc-item--pillar-opinion .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-opinion .fc-item__sublinks {
  color: #121212;
}
.fc-item--pillar-opinion .inline-icon {
  fill: #e05e00;
}
.fc-item--pillar-opinion .fc-item__meta {
  color: #999;
}
.fc-item--pillar-opinion .fc-item__container:before {
  background-color: #e05e00;
}
.fc-item--pillar-opinion.fc-item--type-feature .fc-item__headline {
  color: #bd5318;
}
.fc-item--pillar-opinion.video-playlist__item .video-overlay {
  border-top-color: #ff7f0f;
}
.fc-item--pillar-opinion.video-playlist__item .inline-icon {
  fill: #ff7f0f;
}
.fc-item--pillar-opinion.video-playlist__item .video-overlay__duration {
  color: #ff7f0f;
}
.fc-item--pillar-opinion.fc-item--type-media .inline-video-icon svg,
.fc-item--pillar-opinion.fc-item--type-media .inline-volume-high svg,
.fc-item--pillar-opinion.fc-item--type-media .inline-camera svg,
.fc-item--pillar-opinion.fc-item--type-interview .inline-video-icon svg,
.fc-item--pillar-opinion.fc-item--type-interview .inline-volume-high svg,
.fc-item--pillar-opinion.fc-item--type-interview .inline-camera svg {
  fill: #121212;
}
.fc-item--pillar-opinion.fc-item--type-media .inline-video-icon::after,
.fc-item--pillar-opinion.fc-item--type-media .inline-volume-high::after,
.fc-item--pillar-opinion.fc-item--type-media .inline-camera::after,
.fc-item--pillar-opinion.fc-item--type-interview .inline-video-icon::after,
.fc-item--pillar-opinion.fc-item--type-interview .inline-volume-high::after,
.fc-item--pillar-opinion.fc-item--type-interview .inline-camera::after {
  background-color: #ff7f0f;
}
.fc-item--pillar-opinion.fc-item--type-media .fc-sublink__kicker,
.fc-item--pillar-opinion.fc-item--type-immersive .fc-sublink__kicker {
  color: #ff7f0f;
}
.fc-item--pillar-opinion .fc-item__media-meta {
  color: #ff7f0f;
}
.fc-item--pillar-opinion .fc-item__media-meta .inline-icon {
  width: 1.5rem;
  height: 1.4375rem;
  display: inline-block;
  background-color: #ff7f0f;
  border-radius: 50%;
}
.fc-item--pillar-opinion
  .fc-item__media-meta
  .inline-icon.inline-video-icon
  svg {
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}
.fc-item--pillar-opinion .vjs-big-play-button .vjs-control-text {
  background-color: #e05e00;
}
.fc-item--pillar-opinion .youtube-media-atom__play-button {
  background-color: #e05e00;
}
.fc-item--pillar-opinion.fc-item--type-comment.fc-item--pillar-news,
.fc-item--pillar-opinion.fc-item--type-comment.fc-item--pillar-opinion,
.fc-item--pillar-opinion.fc-item--type-comment.fc-item--pillar-sport,
.fc-item--pillar-opinion.fc-item--type-comment.fc-item--pillar-arts,
.fc-item--pillar-opinion.fc-item--type-comment.fc-item--pillar-lifestyle {
  background-color: #fef9f5;
}
.fc-item--pillar-opinion.fc-item--type-comment
  .fc-item__container.u-faux-block-link--hover {
  background-color: #fdf3ec;
}
.fc-item--pillar-opinion.fc-item--type-comment .fc-item__avatar {
  background-color: #e05e00;
}
.fc-item--pillar-opinion.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-opinion.fc-item--type-comment .fc-trail__count--commentcount {
  color: #767676;
  background-color: #fef9f5;
}
.fc-item--pillar-opinion.fc-item--type-comment .fc-item__timestamp .inline-icon,
.fc-item--pillar-opinion.fc-item--type-comment
  .fc-trail__count--commentcount
  .inline-icon {
  fill: #767676;
}
.fc-item--pillar-opinion.fc-item--type-comment:hover .fc-item__avatar {
  background-color: #d15800;
}
.fc-item--pillar-opinion.fc-item--type-comment:hover .fc-item__timestamp,
.fc-item--pillar-opinion.fc-item--type-comment:hover
  .fc-trail__count--commentcount {
  background-color: #fdf3ec;
}
.fc-sublink--pillar-opinion .fc-sublink__kicker {
  color: #e05e00;
}
.fc-item--pillar-sport {
  background-color: #f6f6f6;
}
.fc-item--pillar-sport:hover {
  background-color: #eee;
}
.fc-item--pillar-sport.fc-item--type-comment .fc-item__avatar {
  background-color: #004c7a;
}
.fc-item--pillar-sport.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-sport.fc-item--type-comment .fc-trail__count--commentcount {
  background-color: #fdf1e7;
}
.fc-item--pillar-sport.headline-list__item {
  background-color: #ffffff;
}
.fc-item--pillar-sport .fc-item__headline {
  color: #121212;
}
.fc-item--pillar-sport .fc-item__byline {
  color: #0084c6;
}
.fc-item--pillar-sport .fc-item__kicker {
  color: #0084c6;
}
.fc-item--pillar-sport.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile
  .fc-item__content {
  background-color: #0084c6;
}
.fc-item--pillar-sport.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile:hover
  .fc-item__content {
  background-color: #0073ad;
}
.fc-item--pillar-sport.fc-item--audio .fc-item__kicker,
.fc-item--pillar-sport.fc-item--gallery .fc-item__kicker,
.fc-item--pillar-sport.fc-item--video .fc-item__kicker,
.fc-item--pillar-sport.video-playlist__item .fc-item__kicker,
.fc-item--pillar-sport.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #00b2ff;
}
.fc-item--pillar-sport.fc-item--type-media
  .fc-item__headline
  .inline-garnett-quote {
  fill: #00b2ff;
}
.fc-item--pillar-sport.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__headline
  .inline-garnett-quote {
  fill: #90dcff;
}
.fc-item--pillar-sport.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #90dcff;
}
.fc-item--pillar-sport.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker,
.fc-item--pillar-sport.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #0084c6;
}
@media (min-width: 46.25em) {
  .fc-item--pillar-sport.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker,
  .fc-item--pillar-sport.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker {
    color: #00b2ff;
  }
}
.fc-item--pillar-sport.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #0084c6;
}
.fc-item--pillar-sport.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--pillar-special-report
  )
  .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-sport.fc-item--type-immersive.fc-item--has-boosted-title
  .inline-icon {
  fill: #767676;
  color: #767676;
}
.fc-item--pillar-sport .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-sport .fc-item__sublinks {
  color: #121212;
}
.fc-item--pillar-sport .inline-icon {
  fill: #0084c6;
}
.fc-item--pillar-sport .fc-item__meta {
  color: #999;
}
.fc-item--pillar-sport .fc-item__container:before {
  background-color: #0084c6;
}
.fc-item--pillar-sport.fc-item--type-feature .fc-item__headline {
  color: #005689;
}
.fc-item--pillar-sport.video-playlist__item .video-overlay {
  border-top-color: #00b2ff;
}
.fc-item--pillar-sport.video-playlist__item .inline-icon {
  fill: #00b2ff;
}
.fc-item--pillar-sport.video-playlist__item .video-overlay__duration {
  color: #00b2ff;
}
.fc-item--pillar-sport.fc-item--type-media .inline-video-icon svg,
.fc-item--pillar-sport.fc-item--type-media .inline-volume-high svg,
.fc-item--pillar-sport.fc-item--type-media .inline-camera svg,
.fc-item--pillar-sport.fc-item--type-interview .inline-video-icon svg,
.fc-item--pillar-sport.fc-item--type-interview .inline-volume-high svg,
.fc-item--pillar-sport.fc-item--type-interview .inline-camera svg {
  fill: #121212;
}
.fc-item--pillar-sport.fc-item--type-media .inline-video-icon::after,
.fc-item--pillar-sport.fc-item--type-media .inline-volume-high::after,
.fc-item--pillar-sport.fc-item--type-media .inline-camera::after,
.fc-item--pillar-sport.fc-item--type-interview .inline-video-icon::after,
.fc-item--pillar-sport.fc-item--type-interview .inline-volume-high::after,
.fc-item--pillar-sport.fc-item--type-interview .inline-camera::after {
  background-color: #00b2ff;
}
.fc-item--pillar-sport.fc-item--type-media .fc-sublink__kicker,
.fc-item--pillar-sport.fc-item--type-immersive .fc-sublink__kicker {
  color: #00b2ff;
}
.fc-item--pillar-sport .fc-item__media-meta {
  color: #00b2ff;
}
.fc-item--pillar-sport .fc-item__media-meta .inline-icon {
  width: 1.5rem;
  height: 1.4375rem;
  display: inline-block;
  background-color: #00b2ff;
  border-radius: 50%;
}
.fc-item--pillar-sport .fc-item__media-meta .inline-icon.inline-video-icon svg {
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}
.fc-item--pillar-sport .vjs-big-play-button .vjs-control-text {
  background-color: #0084c6;
}
.fc-item--pillar-sport .youtube-media-atom__play-button {
  background-color: #0084c6;
}
.fc-item--pillar-sport.fc-item--type-comment.fc-item--pillar-news,
.fc-item--pillar-sport.fc-item--type-comment.fc-item--pillar-opinion,
.fc-item--pillar-sport.fc-item--type-comment.fc-item--pillar-sport,
.fc-item--pillar-sport.fc-item--type-comment.fc-item--pillar-arts,
.fc-item--pillar-sport.fc-item--type-comment.fc-item--pillar-lifestyle {
  background-color: #fef9f5;
}
.fc-item--pillar-sport.fc-item--type-comment
  .fc-item__container.u-faux-block-link--hover {
  background-color: #fdf3ec;
}
.fc-item--pillar-sport.fc-item--type-comment .fc-item__avatar {
  background-color: #005689;
}
.fc-item--pillar-sport.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-sport.fc-item--type-comment .fc-trail__count--commentcount {
  color: #999;
  background-color: #fef9f5;
}
.fc-item--pillar-sport.fc-item--type-comment .fc-item__timestamp .inline-icon,
.fc-item--pillar-sport.fc-item--type-comment
  .fc-trail__count--commentcount
  .inline-icon {
  fill: #999;
}
.fc-item--pillar-sport.fc-item--type-comment:hover .fc-item__avatar {
  background-color: #004c7a;
}
.fc-item--pillar-sport.fc-item--type-comment:hover .fc-item__timestamp,
.fc-item--pillar-sport.fc-item--type-comment:hover
  .fc-trail__count--commentcount {
  background-color: #fdf3ec;
}
.fc-sublink--pillar-sport .fc-sublink__kicker {
  color: #0084c6;
}
.fc-item--pillar-arts {
  background-color: #f6f6f6;
}
.fc-item--pillar-arts:hover {
  background-color: #eee;
}
.fc-item--pillar-arts.fc-item--type-comment .fc-item__avatar {
  background-color: #977c56;
}
.fc-item--pillar-arts.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-arts.fc-item--type-comment .fc-trail__count--commentcount {
  background-color: #fdf1e7;
}
.fc-item--pillar-arts.headline-list__item {
  background-color: #ffffff;
}
.fc-item--pillar-arts .fc-item__headline {
  color: #121212;
}
.fc-item--pillar-arts .fc-item__byline {
  color: #a1845c;
}
.fc-item--pillar-arts .fc-item__kicker {
  color: #a1845c;
}
.fc-item--pillar-arts.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile
  .fc-item__content {
  background-color: #a1845c;
}
.fc-item--pillar-arts.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile:hover
  .fc-item__content {
  background-color: #917753;
}
.fc-item--pillar-arts.fc-item--audio .fc-item__kicker,
.fc-item--pillar-arts.fc-item--gallery .fc-item__kicker,
.fc-item--pillar-arts.fc-item--video .fc-item__kicker,
.fc-item--pillar-arts.video-playlist__item .fc-item__kicker,
.fc-item--pillar-arts.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #eacca0;
}
.fc-item--pillar-arts.fc-item--type-media
  .fc-item__headline
  .inline-garnett-quote {
  fill: #eacca0;
}
.fc-item--pillar-arts.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__headline
  .inline-garnett-quote {
  fill: #e7d4b9;
}
.fc-item--pillar-arts.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #e7d4b9;
}
.fc-item--pillar-arts.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker,
.fc-item--pillar-arts.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #a1845c;
}
@media (min-width: 46.25em) {
  .fc-item--pillar-arts.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker,
  .fc-item--pillar-arts.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker {
    color: #eacca0;
  }
}
.fc-item--pillar-arts.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #a1845c;
}
.fc-item--pillar-arts.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--pillar-special-report
  )
  .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-arts.fc-item--type-immersive.fc-item--has-boosted-title
  .inline-icon {
  fill: #767676;
  color: #767676;
}
.fc-item--pillar-arts .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-arts .fc-item__sublinks {
  color: #121212;
}
.fc-item--pillar-arts .inline-icon {
  fill: #a1845c;
}
.fc-item--pillar-arts .fc-item__meta {
  color: #999;
}
.fc-item--pillar-arts .fc-item__container:before {
  background-color: #a1845c;
}
.fc-item--pillar-arts.fc-item--type-feature .fc-item__headline {
  color: #6b5840;
}
.fc-item--pillar-arts.video-playlist__item .video-overlay {
  border-top-color: #eacca0;
}
.fc-item--pillar-arts.video-playlist__item .inline-icon {
  fill: #eacca0;
}
.fc-item--pillar-arts.video-playlist__item .video-overlay__duration {
  color: #eacca0;
}
.fc-item--pillar-arts.fc-item--type-media .inline-video-icon svg,
.fc-item--pillar-arts.fc-item--type-media .inline-volume-high svg,
.fc-item--pillar-arts.fc-item--type-media .inline-camera svg,
.fc-item--pillar-arts.fc-item--type-interview .inline-video-icon svg,
.fc-item--pillar-arts.fc-item--type-interview .inline-volume-high svg,
.fc-item--pillar-arts.fc-item--type-interview .inline-camera svg {
  fill: #121212;
}
.fc-item--pillar-arts.fc-item--type-media .inline-video-icon::after,
.fc-item--pillar-arts.fc-item--type-media .inline-volume-high::after,
.fc-item--pillar-arts.fc-item--type-media .inline-camera::after,
.fc-item--pillar-arts.fc-item--type-interview .inline-video-icon::after,
.fc-item--pillar-arts.fc-item--type-interview .inline-volume-high::after,
.fc-item--pillar-arts.fc-item--type-interview .inline-camera::after {
  background-color: #eacca0;
}
.fc-item--pillar-arts.fc-item--type-media .fc-sublink__kicker,
.fc-item--pillar-arts.fc-item--type-immersive .fc-sublink__kicker {
  color: #eacca0;
}
.fc-item--pillar-arts .fc-item__media-meta {
  color: #eacca0;
}
.fc-item--pillar-arts .fc-item__media-meta .inline-icon {
  width: 1.5rem;
  height: 1.4375rem;
  display: inline-block;
  background-color: #eacca0;
  border-radius: 50%;
}
.fc-item--pillar-arts .fc-item__media-meta .inline-icon.inline-video-icon svg {
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}
.fc-item--pillar-arts .vjs-big-play-button .vjs-control-text {
  background-color: #a1845c;
}
.fc-item--pillar-arts .youtube-media-atom__play-button {
  background-color: #a1845c;
}
.fc-item--pillar-arts.fc-item--type-comment.fc-item--pillar-news,
.fc-item--pillar-arts.fc-item--type-comment.fc-item--pillar-opinion,
.fc-item--pillar-arts.fc-item--type-comment.fc-item--pillar-sport,
.fc-item--pillar-arts.fc-item--type-comment.fc-item--pillar-arts,
.fc-item--pillar-arts.fc-item--type-comment.fc-item--pillar-lifestyle {
  background-color: #fef9f5;
}
.fc-item--pillar-arts.fc-item--type-comment
  .fc-item__container.u-faux-block-link--hover {
  background-color: #fdf3ec;
}
.fc-item--pillar-arts.fc-item--type-comment .fc-item__avatar {
  background-color: #a1845c;
}
.fc-item--pillar-arts.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-arts.fc-item--type-comment .fc-trail__count--commentcount {
  color: #999;
  background-color: #fef9f5;
}
.fc-item--pillar-arts.fc-item--type-comment .fc-item__timestamp .inline-icon,
.fc-item--pillar-arts.fc-item--type-comment
  .fc-trail__count--commentcount
  .inline-icon {
  fill: #999;
}
.fc-item--pillar-arts.fc-item--type-comment:hover .fc-item__avatar {
  background-color: #977c56;
}
.fc-item--pillar-arts.fc-item--type-comment:hover .fc-item__timestamp,
.fc-item--pillar-arts.fc-item--type-comment:hover
  .fc-trail__count--commentcount {
  background-color: #fdf3ec;
}
.fc-sublink--pillar-arts .fc-sublink__kicker {
  color: #a1845c;
}
.fc-item--pillar-lifestyle {
  background-color: #f6f6f6;
}
.fc-item--pillar-lifestyle:hover {
  background-color: #eee;
}
.fc-item--pillar-lifestyle.fc-item--type-comment .fc-item__avatar {
  background-color: #6e005b;
}
.fc-item--pillar-lifestyle.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-lifestyle.fc-item--type-comment
  .fc-trail__count--commentcount {
  background-color: #fdf1e7;
}
.fc-item--pillar-lifestyle.headline-list__item {
  background-color: #ffffff;
}
.fc-item--pillar-lifestyle .fc-item__headline {
  color: #121212;
}
.fc-item--pillar-lifestyle .fc-item__byline {
  color: #bb3b80;
}
.fc-item--pillar-lifestyle .fc-item__kicker {
  color: #bb3b80;
}
.fc-item--pillar-lifestyle.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile
  .fc-item__content {
  background-color: #bb3b80;
}
.fc-item--pillar-lifestyle.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile:hover
  .fc-item__content {
  background-color: #a83573;
}
.fc-item--pillar-lifestyle.fc-item--audio .fc-item__kicker,
.fc-item--pillar-lifestyle.fc-item--gallery .fc-item__kicker,
.fc-item--pillar-lifestyle.fc-item--video .fc-item__kicker,
.fc-item--pillar-lifestyle.video-playlist__item .fc-item__kicker,
.fc-item--pillar-lifestyle.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #ffabdb;
}
.fc-item--pillar-lifestyle.fc-item--type-media
  .fc-item__headline
  .inline-garnett-quote {
  fill: #ffabdb;
}
.fc-item--pillar-lifestyle.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__headline
  .inline-garnett-quote {
  fill: #fec8d3;
}
.fc-item--pillar-lifestyle.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #fec8d3;
}
.fc-item--pillar-lifestyle.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker,
.fc-item--pillar-lifestyle.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #bb3b80;
}
@media (min-width: 46.25em) {
  .fc-item--pillar-lifestyle.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker,
  .fc-item--pillar-lifestyle.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker {
    color: #ffabdb;
  }
}
.fc-item--pillar-lifestyle.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #bb3b80;
}
.fc-item--pillar-lifestyle.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--pillar-special-report
  )
  .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-lifestyle.fc-item--type-immersive.fc-item--has-boosted-title
  .inline-icon {
  fill: #767676;
  color: #767676;
}
.fc-item--pillar-lifestyle .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-lifestyle .fc-item__sublinks {
  color: #121212;
}
.fc-item--pillar-lifestyle .inline-icon {
  fill: #bb3b80;
}
.fc-item--pillar-lifestyle .fc-item__meta {
  color: #999;
}
.fc-item--pillar-lifestyle .fc-item__container:before {
  background-color: #bb3b80;
}
.fc-item--pillar-lifestyle.fc-item--type-feature .fc-item__headline {
  color: #7d0068;
}
.fc-item--pillar-lifestyle.video-playlist__item .video-overlay {
  border-top-color: #ffabdb;
}
.fc-item--pillar-lifestyle.video-playlist__item .inline-icon {
  fill: #ffabdb;
}
.fc-item--pillar-lifestyle.video-playlist__item .video-overlay__duration {
  color: #ffabdb;
}
.fc-item--pillar-lifestyle.fc-item--type-media .inline-video-icon svg,
.fc-item--pillar-lifestyle.fc-item--type-media .inline-volume-high svg,
.fc-item--pillar-lifestyle.fc-item--type-media .inline-camera svg,
.fc-item--pillar-lifestyle.fc-item--type-interview .inline-video-icon svg,
.fc-item--pillar-lifestyle.fc-item--type-interview .inline-volume-high svg,
.fc-item--pillar-lifestyle.fc-item--type-interview .inline-camera svg {
  fill: #121212;
}
.fc-item--pillar-lifestyle.fc-item--type-media .inline-video-icon::after,
.fc-item--pillar-lifestyle.fc-item--type-media .inline-volume-high::after,
.fc-item--pillar-lifestyle.fc-item--type-media .inline-camera::after,
.fc-item--pillar-lifestyle.fc-item--type-interview .inline-video-icon::after,
.fc-item--pillar-lifestyle.fc-item--type-interview .inline-volume-high::after,
.fc-item--pillar-lifestyle.fc-item--type-interview .inline-camera::after {
  background-color: #ffabdb;
}
.fc-item--pillar-lifestyle.fc-item--type-media .fc-sublink__kicker,
.fc-item--pillar-lifestyle.fc-item--type-immersive .fc-sublink__kicker {
  color: #ffabdb;
}
.fc-item--pillar-lifestyle .fc-item__media-meta {
  color: #ffabdb;
}
.fc-item--pillar-lifestyle .fc-item__media-meta .inline-icon {
  width: 1.5rem;
  height: 1.4375rem;
  display: inline-block;
  background-color: #ffabdb;
  border-radius: 50%;
}
.fc-item--pillar-lifestyle
  .fc-item__media-meta
  .inline-icon.inline-video-icon
  svg {
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}
.fc-item--pillar-lifestyle .vjs-big-play-button .vjs-control-text {
  background-color: #bb3b80;
}
.fc-item--pillar-lifestyle .youtube-media-atom__play-button {
  background-color: #bb3b80;
}
.fc-item--pillar-lifestyle.fc-item--type-comment.fc-item--pillar-news,
.fc-item--pillar-lifestyle.fc-item--type-comment.fc-item--pillar-opinion,
.fc-item--pillar-lifestyle.fc-item--type-comment.fc-item--pillar-sport,
.fc-item--pillar-lifestyle.fc-item--type-comment.fc-item--pillar-arts,
.fc-item--pillar-lifestyle.fc-item--type-comment.fc-item--pillar-lifestyle {
  background-color: #fef9f5;
}
.fc-item--pillar-lifestyle.fc-item--type-comment
  .fc-item__container.u-faux-block-link--hover {
  background-color: #fdf3ec;
}
.fc-item--pillar-lifestyle.fc-item--type-comment .fc-item__avatar {
  background-color: #7d0068;
}
.fc-item--pillar-lifestyle.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-lifestyle.fc-item--type-comment
  .fc-trail__count--commentcount {
  color: #999;
  background-color: #fef9f5;
}
.fc-item--pillar-lifestyle.fc-item--type-comment
  .fc-item__timestamp
  .inline-icon,
.fc-item--pillar-lifestyle.fc-item--type-comment
  .fc-trail__count--commentcount
  .inline-icon {
  fill: #999;
}
.fc-item--pillar-lifestyle.fc-item--type-comment:hover .fc-item__avatar {
  background-color: #6e005b;
}
.fc-item--pillar-lifestyle.fc-item--type-comment:hover .fc-item__timestamp,
.fc-item--pillar-lifestyle.fc-item--type-comment:hover
  .fc-trail__count--commentcount {
  background-color: #fdf3ec;
}
.fc-sublink--pillar-lifestyle .fc-sublink__kicker {
  color: #bb3b80;
}
.fc-item--pillar-special-report {
  background-color: #3f464a;
}
.fc-item--pillar-special-report:hover {
  background-color: #383e42;
}
.fc-item--pillar-special-report.fc-item--type-comment .fc-item__avatar {
  background-color: #f0d700;
}
.fc-item--pillar-special-report.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-special-report.fc-item--type-comment
  .fc-trail__count--commentcount {
  background-color: #fdf1e7;
}
.fc-item--pillar-special-report.headline-list__item {
  background-color: #ffffff;
}
.fc-item--pillar-special-report .fc-item__headline {
  color: #fff;
}
.fc-item--pillar-special-report .fc-item__byline {
  color: #3f464a;
}
.fc-item--pillar-special-report .fc-item__kicker {
  color: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile
  .fc-item__content {
  background-color: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile:hover
  .fc-item__content {
  background-color: #e6ce00;
}
.fc-item--pillar-special-report.fc-item--audio .fc-item__kicker,
.fc-item--pillar-special-report.fc-item--gallery .fc-item__kicker,
.fc-item--pillar-special-report.fc-item--video .fc-item__kicker,
.fc-item--pillar-special-report.video-playlist__item .fc-item__kicker,
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-media
  .fc-item__headline
  .inline-garnett-quote {
  fill: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__headline
  .inline-garnett-quote {
  fill: #fff;
}
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #fff;
}
.fc-item--pillar-special-report.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker,
.fc-item--pillar-special-report.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #ffe500;
}
@media (min-width: 46.25em) {
  .fc-item--pillar-special-report.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker,
  .fc-item--pillar-special-report.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker {
    color: #ffe500;
  }
}
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--pillar-special-report
  )
  .fc-item__standfirst {
  color: #121212;
}
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title
  .inline-icon {
  fill: #767676;
  color: #767676;
}
.fc-item--pillar-special-report .fc-item__standfirst {
  color: #fff;
}
.fc-item--pillar-special-report .fc-item__sublinks {
  color: #fff;
}
.fc-item--pillar-special-report .inline-icon {
  fill: #3f464a;
}
.fc-item--pillar-special-report .fc-item__meta {
  color: #999;
}
.fc-item--pillar-special-report .fc-item__container:before {
  background-color: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-feature .fc-item__headline {
  color: #fff;
}
.fc-item--pillar-special-report.video-playlist__item .video-overlay {
  border-top-color: #ffe500;
}
.fc-item--pillar-special-report.video-playlist__item .inline-icon {
  fill: #ffe500;
}
.fc-item--pillar-special-report.video-playlist__item .video-overlay__duration {
  color: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-media .inline-video-icon svg,
.fc-item--pillar-special-report.fc-item--type-media .inline-volume-high svg,
.fc-item--pillar-special-report.fc-item--type-media .inline-camera svg,
.fc-item--pillar-special-report.fc-item--type-interview .inline-video-icon svg,
.fc-item--pillar-special-report.fc-item--type-interview .inline-volume-high svg,
.fc-item--pillar-special-report.fc-item--type-interview .inline-camera svg {
  fill: #121212;
}
.fc-item--pillar-special-report.fc-item--type-media .inline-video-icon::after,
.fc-item--pillar-special-report.fc-item--type-media .inline-volume-high::after,
.fc-item--pillar-special-report.fc-item--type-media .inline-camera::after,
.fc-item--pillar-special-report.fc-item--type-interview
  .inline-video-icon::after,
.fc-item--pillar-special-report.fc-item--type-interview
  .inline-volume-high::after,
.fc-item--pillar-special-report.fc-item--type-interview .inline-camera::after {
  background-color: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-media .fc-sublink__kicker,
.fc-item--pillar-special-report.fc-item--type-immersive .fc-sublink__kicker {
  color: #ffe500;
}
.fc-item--pillar-special-report .fc-item__media-meta {
  color: #ffe500;
}
.fc-item--pillar-special-report .fc-item__media-meta .inline-icon {
  width: 1.5rem;
  height: 1.4375rem;
  display: inline-block;
  background-color: #ffe500;
  border-radius: 50%;
}
.fc-item--pillar-special-report
  .fc-item__media-meta
  .inline-icon.inline-video-icon
  svg {
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}
.fc-item--pillar-special-report .vjs-big-play-button .vjs-control-text {
  background-color: #ffe500;
}
.fc-item--pillar-special-report .youtube-media-atom__play-button {
  background-color: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-comment.fc-item--pillar-news,
.fc-item--pillar-special-report.fc-item--type-comment.fc-item--pillar-opinion,
.fc-item--pillar-special-report.fc-item--type-comment.fc-item--pillar-sport,
.fc-item--pillar-special-report.fc-item--type-comment.fc-item--pillar-arts,
.fc-item--pillar-special-report.fc-item--type-comment.fc-item--pillar-lifestyle {
  background-color: #fef9f5;
}
.fc-item--pillar-special-report.fc-item--type-comment
  .fc-item__container.u-faux-block-link--hover {
  background-color: #fdf3ec;
}
.fc-item--pillar-special-report.fc-item--type-comment .fc-item__avatar {
  background-color: #ffe500;
}
.fc-item--pillar-special-report.fc-item--type-comment .fc-item__timestamp,
.fc-item--pillar-special-report.fc-item--type-comment
  .fc-trail__count--commentcount {
  color: #999;
  background-color: #fef9f5;
}
.fc-item--pillar-special-report.fc-item--type-comment
  .fc-item__timestamp
  .inline-icon,
.fc-item--pillar-special-report.fc-item--type-comment
  .fc-trail__count--commentcount
  .inline-icon {
  fill: #999;
}
.fc-item--pillar-special-report.fc-item--type-comment:hover .fc-item__avatar {
  background-color: #f0d700;
}
.fc-item--pillar-special-report.fc-item--type-comment:hover .fc-item__timestamp,
.fc-item--pillar-special-report.fc-item--type-comment:hover
  .fc-trail__count--commentcount {
  background-color: #fdf3ec;
}
.fc-sublink--pillar-special-report .fc-sublink__kicker {
  color: #ffe500;
}
.fc-item--paid-content .fc-item__kicker,
.fc-item--paid-content.fc-item--gallery .fc-item__kicker,
.fc-item--paid-content.fc-item--video .fc-item__kicker,
.fc-item--paid-content.fc-item--audio .fc-item__kicker,
.fc-item--paid-content.fc-item--pillar-news.video-playlist__item
  .fc-item__kicker,
.fc-item--paid-content.fc-item--pillar-news.fc-item--type-immersive
  .fc-item__kicker {
  color: #767676;
}
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile
  .fc-item__content,
.fc-item--pillar-special-report.fc-item--type-feature.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile
  .fc-item__content {
  background-color: #3f464a;
}
.fc-item--pillar-special-report.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile:hover
  .fc-item__content,
.fc-item--pillar-special-report.fc-item--type-feature.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile:hover
  .fc-item__content {
  background-color: #33393c;
}
.fc-item--pillar-special-report.fc-item--type-comment .fc-item__headline,
.fc-item--pillar-special-report.fc-item--type-comment .fc-item__standfirst,
.fc-item--pillar-special-report.fc-item--type-feature.fc-item--type-comment
  .fc-item__headline,
.fc-item--pillar-special-report.fc-item--type-feature.fc-item--type-comment
  .fc-item__standfirst {
  color: #3f464a;
}
.fc-item--pillar-special-report.fc-item--type-comment .fc-item__byline,
.fc-item--pillar-special-report.fc-item--type-feature.fc-item--type-comment
  .fc-item__byline {
  color: #3f464a;
  background-color: #ffe500;
  display: inline;
}
.fc-item--pillar-special-report.fc-item--type-comment .fc-item__kicker,
.fc-item--pillar-special-report.fc-item--type-feature.fc-item--type-comment
  .fc-item__kicker {
  color: #3f464a;
}
.fc-item--pillar-special-report.fc-item--type-media,
.fc-item--pillar-special-report.fc-item--type-feature.fc-item--type-media {
  background-color: #2c3134;
}
.fc-item--pillar-special-report.fc-item--type-media
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg,
.fc-item--pillar-special-report.fc-item--type-feature.fc-item--type-media
  .youtube-media-atom__play-button.vjs-control-text
  .inline-play
  svg {
  fill: #121212;
}
.fc-item--pillar-special-report .fc-item__container.u-faux-block-link--hover,
.fc-item--pillar-special-report.fc-item--type-feature
  .fc-item__container.u-faux-block-link--hover {
  background-color: #3a4144;
}
.fc-item--pillar-special-report .fc-sublink__kicker,
.fc-item--pillar-special-report.fc-item--type-feature .fc-sublink__kicker {
  color: #ffe500;
}
.fc-item--pillar-special-report .fc-sublink__title,
.fc-item--pillar-special-report.fc-item--type-feature .fc-sublink__title {
  color: #ffffff;
}
.fc-item__title--quoted .inline-garnett-quote__svg {
  height: 1.0625rem;
  width: 0.57375rem;
  margin-right: 0.53125rem;
  -webkit-transform: translateY(-0.0625rem);
  transform: translateY(-0.0625rem);
}
@media (max-width: 46.24em) {
  .fc-item {
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    box-sizing: border-box;
  }
}
@media (min-width: 46.25em) {
  .fc-item {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.fc-item a {
  color: inherit;
}
.u-faux-block-link .fc-item a.fc-item__link,
.u-faux-block-link .fc-item abbr[title].fc-item__link,
.fc-item .u-faux-block-link__promote.fc-item__link {
  z-index: 0;
}
@media (max-width: 61.24em) {
  .u-faux-block-link .fc-item a,
  .u-faux-block-link .fc-item abbr[title],
  .fc-item .u-faux-block-link__promote {
    z-index: initial;
  }
}
.fc-item .u-faux-block-link--hover,
.fc-item .fc-item__image-container {
  background-color: #ededed;
}
.fc-slice--nav-list--media .fc-item .u-faux-block-link--hover,
.fc-slice--nav-list--media .fc-item .fc-item__image-container {
  background-color: inherit;
}
.fc-item .u-faux-block-link--hover .youtube-media-atom,
.fc-item .u-faux-block-link--hover .fc-item__image-container {
  background-color: #000000;
  opacity: 0.9;
}
.fc-item .u-faux-block-link--hover .u-faux-block-link__cta {
  text-decoration: none;
}
.fc-item__container {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media (min-width: 46.25em) {
  .fc-item__container {
    width: 0;
  }
}
.fc-item__container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.0625rem;
  z-index: 2;
}
.fc-item__media-wrapper {
  box-sizing: border-box;
}
.fc-item__content {
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.fc-item__header,
.video-overlay__headline,
.item__title,
.rich-link__header {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  font-weight: 500;
  padding-bottom: 0.5em;
}
.fc-item__header .fc-item__title--quoted .inline-garnett-quote__svg,
.video-overlay__headline .fc-item__title--quoted .inline-garnett-quote__svg,
.item__title .fc-item__title--quoted .inline-garnett-quote__svg,
.rich-link__header .fc-item__title--quoted .inline-garnett-quote__svg {
  height: 1.25rem;
  width: 0.675rem;
  margin-right: 0.625rem;
  -webkit-transform: translateY(-0.0625rem);
  transform: translateY(-0.0625rem);
}
.fc-item--has-boosted-title .fc-item__header,
.fc-item--has-boosted-title .video-overlay__headline,
.fc-item--has-boosted-title .item__title,
.fc-item--has-boosted-title .rich-link__header {
  font-size: 1.5rem;
  line-height: 1.6875rem;
}
.fc-item--has-boosted-title
  .fc-item__header
  .fc-item__title--quoted
  .inline-garnett-quote__svg,
.fc-item--has-boosted-title
  .video-overlay__headline
  .fc-item__title--quoted
  .inline-garnett-quote__svg,
.fc-item--has-boosted-title
  .item__title
  .fc-item__title--quoted
  .inline-garnett-quote__svg,
.fc-item--has-boosted-title
  .rich-link__header
  .fc-item__title--quoted
  .inline-garnett-quote__svg {
  height: 1.5rem;
  width: 0.81rem;
  margin-right: 0.75rem;
  -webkit-transform: translateY(-0.0625rem);
  transform: translateY(-0.0625rem);
}
.fc-item__title,
.fc-item__byline,
.fc-item__kicker,
.rich-link__byline,
.rich-link__title,
.rich-link__kicker {
  font: inherit;
  line-height: inherit;
}
.fc-item__title {
  padding-top: 0.0625rem;
  padding-bottom: 0.125rem;
  word-wrap: break-word;
  overflow: hidden;
  margin-bottom: 0;
}
.fc-sublink__kicker:hover:after,
.rich-link__kicker:hover:after {
  text-decoration: none;
}
.fc-item__header {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 400;
}
.fc-item__kicker {
  position: relative;
  font-weight: 700;
}
.fc-item__kicker:after {
  content: '/';
  display: inline-block;
  font-weight: 900;
  margin-left: 0.25rem;
}
.fc-item__byline {
  margin-bottom: 0;
  font-style: italic;
  letter-spacing: 0.0125rem;
  margin-top: -0.125rem;
}
.fc-item__standfirst-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0;
}
.fc-item__standfirst-wrapper.fc-item__standfirst-wrapper--timestamp {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fc-item__standfirst-wrapper.fc-item__standfirst-wrapper--timestamp
  .fc-item__meta {
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fc-item__standfirst-wrapper.fc-item__standfirst-wrapper--timestamp
  .fc-item__timestamp {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fc-item__standfirst-wrapper.fc-item__standfirst-wrapper--timestamp
  .fc-item__standfirst {
  padding-bottom: 0.3125rem;
}
.fc-item__standfirst {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  color: #767676;
  display: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 0.3125rem;
  padding-bottom: 0.375rem;
}
.fc-item--has-boosted-title .fc-item__standfirst {
  display: none !important;
}
.fc-item__link:hover,
.fc-item__link:focus {
  text-decoration: none;
}
.fc-item__liveblog-blocks {
  display: none;
}
@media (min-width: 61.25em) {
  .fc-item__liveblog-blocks {
    display: block;
    box-sizing: content-box !important;
    height: 3.625rem;
    overflow: hidden;
  }
}
.fc-item__liveblog-blocks__inner {
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
.fc-item__liveblog-blocks__inner--offset {
  -webkit-transform: translate3d(0, -3.625rem, 0);
  transform: translate3d(0, -3.625rem, 0);
}
.fc-item__liveblog-block {
  box-sizing: border-box;
  display: block;
  height: 3.625rem;
}
.fc-item__liveblog-block:hover {
  text-decoration: none;
}
.fc-item__liveblog-block__text {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  line-height: 1rem;
  color: #f8ebec;
  max-height: 3.625rem;
  padding: 0.1875rem 0.375rem;
  border-top: 0.0625rem solid #d58389;
  border-bottom: 0.25rem solid #cc2b12;
  background-color: #c70000;
}
.fc-item__liveblog-block__text:after {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: 'Guardian Egyptian Web', Georgia, serif;
  font-weight: normal;
  content: '...';
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.875rem;
  line-height: 0.75rem;
  color: #f8ebec;
  height: 1.125rem;
  padding-right: 0.5rem;
  background-color: #c70000;
  box-shadow: -0.3125rem 0 0.3125rem -0.125rem #c70000;
}
.fc-item__liveblog-block__time {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #ffffff;
}
.fc-item__meta {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  color: #767676;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}
.fc-item__meta .inline-icon {
  fill: #767676;
}
.fc-item__meta a {
  z-index: 1 !important;
}
.fc-item--is-commentable:not(.fc-item--type-comment) .fc-item__meta {
  min-height: 1.0625rem;
  min-width: calc(3ch + 1rem);
}
.fc-item--is-commentable:not(.fc-item--type-comment)
  .fc-item__meta
  .fc-trail__count--commentcount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fc-item--is-commentable:not(.fc-item--type-comment)
  .fc-item__meta
  .fc-trail__count--commentcount::before {
  content: '';
  display: block;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}
.fc-item__container > .fc-item__meta {
  display: none;
}
.fc-item__timestamp,
.fc-trail__count {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fc-item__timestamp .inline-icon,
.fc-trail__count .inline-icon {
  padding-right: 0.125rem;
}
.fc-item__timestamp .inline-icon {
  height: 0.6875rem;
  width: 0.6875rem;
  margin-top: 0.0625rem;
}
.fc-item__timestamp .inline-icon svg {
  height: 0.6875rem;
  width: 0.6875rem;
}
.fc-trail__count .inline-icon {
  height: 0.875rem;
  width: 0.875rem;
  margin-top: 0.1875rem;
}
.fc-trail__count .inline-icon svg {
  height: 0.875rem;
  width: 0.875rem;
}
.fc-item__footer--horizontal {
  display: none;
}
.fc-item--has-cutout .fc-item__media-wrapper {
  display: none !important;
}
.fc-item--has-cutout .fc-item__content {
  position: relative;
  overflow: hidden;
}
.fc-item--has-cutout .fc-item__avatar {
  position: absolute;
  right: 0;
  bottom: 0;
}
.fc-item--has-cutout .fc-item__avatar__media {
  position: absolute;
  bottom: 0;
}
.fc-item__timestamp {
  white-space: nowrap;
}
.fc-item .fc-item__media-wrapper .fc-item__stars,
.fc-item .fc-item__header .fc-item__stars {
  background-color: #ffe500;
  display: inline-block;
  line-height: 0;
  padding: 0.1875rem;
  margin-top: 0.125rem;
}
.fc-item .fc-item__media-wrapper .inline-star,
.fc-item .fc-item__header .inline-star {
  display: inline-block;
  width: 0.65em;
}
@media (min-width: 61.25em) {
  .fc-item .fc-item__media-wrapper .inline-star,
  .fc-item .fc-item__header .inline-star {
    width: 1em;
  }
}
.fc-item .fc-item__media-wrapper .inline-star svg,
.fc-item .fc-item__header .inline-star svg {
  stroke: #121212;
  fill: transparent;
  height: 0.75em;
  width: 0.75em;
}
@media (min-width: 61.25em) {
  .fc-item .fc-item__media-wrapper .inline-star svg,
  .fc-item .fc-item__header .inline-star svg {
    height: 1em;
    width: 1em;
  }
}
.fc-item .fc-item__media-wrapper .inline-star.star__item--golden svg,
.fc-item .fc-item__header .inline-star.star__item--golden svg {
  fill: #121212;
  stroke: none;
}
.fc-item .fc-item__media-wrapper {
  position: relative;
}
.fc-item .fc-item__media-wrapper .fc-item__stars {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.fc-item.fc-item--list-media-tablet .inline-star,
.fc-item.fc-item--list-mobile .inline-star {
  width: 0.65em;
}
.fc-item.fc-item--list-media-tablet .inline-star svg,
.fc-item.fc-item--list-mobile .inline-star svg {
  stroke: #121212;
  fill: transparent;
  height: 0.75em;
  width: 0.75em;
}
.fc-item.fc-item--has-image .fc-item__header .fc-item__stars {
  display: none;
}
.fc-item.fc-item--list-mobile .fc-item__header .fc-item__stars {
  display: inline-block;
}
@media (min-width: 46.25em) {
  .fc-item.fc-item--list-mobile .fc-item__header .fc-item__stars {
    display: none;
  }
}
.fc-item--list-mobile.fc-item--is-commentable
  .fc-item__content--has-stars
  .fc-item__header {
  margin-bottom: -1.25rem;
}
@media (min-width: 46.25em) {
  .fc-item--list-mobile.fc-item--is-commentable
    .fc-item__content--has-stars
    .fc-item__header {
    margin-bottom: auto;
  }
}
@media (max-width: 46.24em) {
  .fc-item__slideshow picture:nth-child(1n + 2) img {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .fc-item__slideshow img {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    opacity: 0;
  }
}
@-webkit-keyframes fc-item__slideshow--2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@keyframes fc-item__slideshow--2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@media (min-width: 46.25em) {
  .fc-item__slideshow--2 img {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: fc-item__slideshow--2;
    animation-name: fc-item__slideshow--2;
  }
  .fc-item__slideshow--2 picture:nth-child(2) img {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
}
@-webkit-keyframes fc-item__slideshow--3 {
  0% {
    opacity: 0;
  }
  6.66667% {
    opacity: 1;
  }
  33.33333% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@keyframes fc-item__slideshow--3 {
  0% {
    opacity: 0;
  }
  6.66667% {
    opacity: 1;
  }
  33.33333% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@media (min-width: 46.25em) {
  .fc-item__slideshow--3 img {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-name: fc-item__slideshow--3;
    animation-name: fc-item__slideshow--3;
  }
  .fc-item__slideshow--3 picture:nth-child(2) img {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  .fc-item__slideshow--3 picture:nth-child(3) img {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
  }
}
@-webkit-keyframes fc-item__slideshow--4 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
@keyframes fc-item__slideshow--4 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
@media (min-width: 46.25em) {
  .fc-item__slideshow--4 img {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-name: fc-item__slideshow--4;
    animation-name: fc-item__slideshow--4;
  }
  .fc-item__slideshow--4 picture:nth-child(2) img {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  .fc-item__slideshow--4 picture:nth-child(3) img {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
  }
  .fc-item__slideshow--4 picture:nth-child(4) img {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
  }
}
@-webkit-keyframes fc-item__slideshow--5 {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
}
@keyframes fc-item__slideshow--5 {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
}
@media (min-width: 46.25em) {
  .fc-item__slideshow--5 img {
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-name: fc-item__slideshow--5;
    animation-name: fc-item__slideshow--5;
  }
  .fc-item__slideshow--5 picture:nth-child(2) img {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  .fc-item__slideshow--5 picture:nth-child(3) img {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
  }
  .fc-item__slideshow--5 picture:nth-child(4) img {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
  }
  .fc-item__slideshow--5 picture:nth-child(5) img {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
  }
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news,
.fc-item--type-live.fc-item--pillar-news {
  background-color: #ab0613;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news
  .fc-item__container::before,
.fc-item--type-live.fc-item--pillar-news .fc-item__container::before {
  background-color: #ffbac8;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news
  .live-pulse-icon::before,
.fc-item--type-live.fc-item--pillar-news .live-pulse-icon::before {
  background-color: #ffbac8;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news .fc-item__kicker,
.fc-item--type-live.fc-item--pillar-news .fc-item__kicker {
  color: #ffbac8;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news
  .fc-item__headline,
.fc-item--type-live.fc-item--pillar-news .fc-item__headline {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news
  .fc-item__standfirst,
.fc-item--type-live.fc-item--pillar-news .fc-item__standfirst {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news .fc-item__meta,
.fc-item--type-live.fc-item--pillar-news .fc-item__meta {
  color: #ffbac8;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news
  .fc-item__meta
  .inline-icon,
.fc-item--type-live.fc-item--pillar-news .fc-item__meta .inline-icon {
  fill: #ffbac8;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news
  .fc-sublink__title::before,
.fc-item--type-live.fc-item--pillar-news .fc-sublink__title::before {
  border-top-color: #ffbac8;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news .fc-sublink__link,
.fc-item--type-live.fc-item--pillar-news .fc-sublink__link {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news
  .fc-sublink__kicker,
.fc-item--type-live.fc-item--pillar-news .fc-sublink__kicker {
  color: #ffbac8;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news
  .u-faux-block-link--hover,
.fc-item--type-live.fc-item--pillar-news .u-faux-block-link--hover {
  background-color: #920510;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-news
  .u-faux-block-link--hover
  .fc-item__kicker::before,
.fc-item--type-live.fc-item--pillar-news
  .u-faux-block-link--hover
  .fc-item__kicker::before {
  background-color: #920510;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .fc-item--live.fc-item--type-matchreport.fc-item--pillar-news.fc-item--list-media-mobile
    .fc-sublink__title::before,
  .fc-item--type-live.fc-item--pillar-news.fc-item--list-media-mobile
    .fc-sublink__title::before {
    border-top-color: #ffbac8;
  }
}
@media (min-width: 46.25em) {
  .fc-item--live.fc-item--type-matchreport.fc-item--pillar-news.fc-item--list-media-tablet
    .fc-sublink__title::before,
  .fc-item--type-live.fc-item--pillar-news.fc-item--list-media-tablet
    .fc-sublink__title::before {
    border-top-color: #ffbac8;
  }
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport,
.fc-item--type-live.fc-item--pillar-sport {
  background-color: #005689;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .fc-item__container::before,
.fc-item--type-live.fc-item--pillar-sport .fc-item__container::before {
  background-color: #90dcff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .live-pulse-icon::before,
.fc-item--type-live.fc-item--pillar-sport .live-pulse-icon::before {
  background-color: #90dcff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport .fc-item__kicker,
.fc-item--type-live.fc-item--pillar-sport .fc-item__kicker {
  color: #90dcff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .fc-item__headline,
.fc-item--type-live.fc-item--pillar-sport .fc-item__headline {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .fc-item__standfirst,
.fc-item--type-live.fc-item--pillar-sport .fc-item__standfirst {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport .fc-item__meta,
.fc-item--type-live.fc-item--pillar-sport .fc-item__meta {
  color: #90dcff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .fc-item__meta
  .inline-icon,
.fc-item--type-live.fc-item--pillar-sport .fc-item__meta .inline-icon {
  fill: #90dcff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .fc-sublink__title::before,
.fc-item--type-live.fc-item--pillar-sport .fc-sublink__title::before {
  border-top-color: #90dcff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .fc-sublink__link,
.fc-item--type-live.fc-item--pillar-sport .fc-sublink__link {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .fc-sublink__kicker,
.fc-item--type-live.fc-item--pillar-sport .fc-sublink__kicker {
  color: #90dcff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .u-faux-block-link--hover,
.fc-item--type-live.fc-item--pillar-sport .u-faux-block-link--hover {
  background-color: #004670;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport
  .u-faux-block-link--hover
  .fc-item__kicker::before,
.fc-item--type-live.fc-item--pillar-sport
  .u-faux-block-link--hover
  .fc-item__kicker::before {
  background-color: #004670;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport.fc-item--list-media-mobile
    .fc-sublink__title::before,
  .fc-item--type-live.fc-item--pillar-sport.fc-item--list-media-mobile
    .fc-sublink__title::before {
    border-top-color: #90dcff;
  }
}
@media (min-width: 46.25em) {
  .fc-item--live.fc-item--type-matchreport.fc-item--pillar-sport.fc-item--list-media-tablet
    .fc-sublink__title::before,
  .fc-item--type-live.fc-item--pillar-sport.fc-item--list-media-tablet
    .fc-sublink__title::before {
    border-top-color: #90dcff;
  }
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts,
.fc-item--type-live.fc-item--pillar-arts {
  background-color: #6b5840;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts
  .fc-item__container::before,
.fc-item--type-live.fc-item--pillar-arts .fc-item__container::before {
  background-color: #e7d4b9;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts
  .live-pulse-icon::before,
.fc-item--type-live.fc-item--pillar-arts .live-pulse-icon::before {
  background-color: #e7d4b9;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts .fc-item__kicker,
.fc-item--type-live.fc-item--pillar-arts .fc-item__kicker {
  color: #e7d4b9;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts
  .fc-item__headline,
.fc-item--type-live.fc-item--pillar-arts .fc-item__headline {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts
  .fc-item__standfirst,
.fc-item--type-live.fc-item--pillar-arts .fc-item__standfirst {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts .fc-item__meta,
.fc-item--type-live.fc-item--pillar-arts .fc-item__meta {
  color: #e7d4b9;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts
  .fc-item__meta
  .inline-icon,
.fc-item--type-live.fc-item--pillar-arts .fc-item__meta .inline-icon {
  fill: #e7d4b9;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts
  .fc-sublink__title::before,
.fc-item--type-live.fc-item--pillar-arts .fc-sublink__title::before {
  border-top-color: #e7d4b9;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts .fc-sublink__link,
.fc-item--type-live.fc-item--pillar-arts .fc-sublink__link {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts
  .fc-sublink__kicker,
.fc-item--type-live.fc-item--pillar-arts .fc-sublink__kicker {
  color: #e7d4b9;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts
  .u-faux-block-link--hover,
.fc-item--type-live.fc-item--pillar-arts .u-faux-block-link--hover {
  background-color: #5b4b36;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts
  .u-faux-block-link--hover
  .fc-item__kicker::before,
.fc-item--type-live.fc-item--pillar-arts
  .u-faux-block-link--hover
  .fc-item__kicker::before {
  background-color: #5b4b36;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts.fc-item--list-media-mobile
    .fc-sublink__title::before,
  .fc-item--type-live.fc-item--pillar-arts.fc-item--list-media-mobile
    .fc-sublink__title::before {
    border-top-color: #e7d4b9;
  }
}
@media (min-width: 46.25em) {
  .fc-item--live.fc-item--type-matchreport.fc-item--pillar-arts.fc-item--list-media-tablet
    .fc-sublink__title::before,
  .fc-item--type-live.fc-item--pillar-arts.fc-item--list-media-tablet
    .fc-sublink__title::before {
    border-top-color: #e7d4b9;
  }
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle,
.fc-item--type-live.fc-item--pillar-lifestyle {
  background-color: #7d0068;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .fc-item__container::before,
.fc-item--type-live.fc-item--pillar-lifestyle .fc-item__container::before {
  background-color: #fec8d3;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .live-pulse-icon::before,
.fc-item--type-live.fc-item--pillar-lifestyle .live-pulse-icon::before {
  background-color: #fec8d3;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .fc-item__kicker,
.fc-item--type-live.fc-item--pillar-lifestyle .fc-item__kicker {
  color: #fec8d3;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .fc-item__headline,
.fc-item--type-live.fc-item--pillar-lifestyle .fc-item__headline {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .fc-item__standfirst,
.fc-item--type-live.fc-item--pillar-lifestyle .fc-item__standfirst {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .fc-item__meta,
.fc-item--type-live.fc-item--pillar-lifestyle .fc-item__meta {
  color: #fec8d3;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .fc-item__meta
  .inline-icon,
.fc-item--type-live.fc-item--pillar-lifestyle .fc-item__meta .inline-icon {
  fill: #fec8d3;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .fc-sublink__title::before,
.fc-item--type-live.fc-item--pillar-lifestyle .fc-sublink__title::before {
  border-top-color: #fec8d3;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .fc-sublink__link,
.fc-item--type-live.fc-item--pillar-lifestyle .fc-sublink__link {
  color: #ffffff;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .fc-sublink__kicker,
.fc-item--type-live.fc-item--pillar-lifestyle .fc-sublink__kicker {
  color: #fec8d3;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .u-faux-block-link--hover,
.fc-item--type-live.fc-item--pillar-lifestyle .u-faux-block-link--hover {
  background-color: #640053;
}
.fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle
  .u-faux-block-link--hover
  .fc-item__kicker::before,
.fc-item--type-live.fc-item--pillar-lifestyle
  .u-faux-block-link--hover
  .fc-item__kicker::before {
  background-color: #640053;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle.fc-item--list-media-mobile
    .fc-sublink__title::before,
  .fc-item--type-live.fc-item--pillar-lifestyle.fc-item--list-media-mobile
    .fc-sublink__title::before {
    border-top-color: #fec8d3;
  }
}
@media (min-width: 46.25em) {
  .fc-item--live.fc-item--type-matchreport.fc-item--pillar-lifestyle.fc-item--list-media-tablet
    .fc-sublink__title::before,
  .fc-item--type-live.fc-item--pillar-lifestyle.fc-item--list-media-tablet
    .fc-sublink__title::before {
    border-top-color: #fec8d3;
  }
}
.fc-item--type-interview.fc-item--pillar-news .fc-item__headline {
  color: #ab0613;
}
.fc-item--type-interview.fc-item--pillar-sport .fc-item__headline {
  color: #005689;
}
.fc-item--type-interview.fc-item--pillar-arts .fc-item__headline {
  color: #6b5840;
}
.fc-item--type-interview.fc-item--pillar-lifestyle .fc-item__headline {
  color: #7d0068;
}
.fc-item--type-interview.fc-item--pillar-special-report .fc-item__headline {
  color: #fff;
}
.fc-item--type-interview.fc-item--video,
.fc-item--type-media {
  background-color: #333;
}
.fc-item--type-interview.fc-item--video .fc-item__video-duration,
.fc-item--type-media .fc-item__video-duration {
  display: inline-block;
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
.fc-item--type-interview.fc-item--video .fc-item__content,
.fc-item--type-media .fc-item__content {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fc-item--type-interview.fc-item--video .fc-item__standfirst,
.fc-item--type-media .fc-item__standfirst {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.fc-item--type-interview.fc-item--video .fc-item__headline,
.fc-item--type-media .fc-item__headline {
  color: #ffffff;
}
.fc-item--type-interview.fc-item--video .fc-item__standfirst,
.fc-item--type-media .fc-item__standfirst {
  color: #ffffff;
}
.fc-item--type-interview.fc-item--video:hover,
.fc-item--type-interview.fc-item--video .u-faux-block-link--hover,
.fc-item--type-media:hover,
.fc-item--type-media .u-faux-block-link--hover {
  background-color: #262626;
}
.fc-item--type-interview.fc-item--video .fc-sublink__link,
.fc-item--type-media .fc-sublink__link {
  color: #ffffff;
}
.fc-item--type-interview.fc-item--video .fc-item__meta-wrapper,
.fc-item--type-media .fc-item__meta-wrapper {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.fc-item--type-interview.fc-item--video .fc-item__footer-meta-wrapper,
.fc-item--type-media .fc-item__footer-meta-wrapper {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fc-item--type-interview.fc-item--video .fc-item__media-meta,
.fc-item--type-interview.fc-item--video .fc-item__meta,
.fc-item--type-media .fc-item__media-meta,
.fc-item--type-media .fc-item__meta {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.fc-item--type-interview.fc-item--video .fc-item__media-meta,
.fc-item--type-interview.fc-item--video .fc-item__meta,
.fc-item--type-media .fc-item__media-meta,
.fc-item--type-media .fc-item__meta {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  font-weight: 600;
}
.fc-item--type-interview.fc-item--video .fc-item__media-meta,
.fc-item--type-media .fc-item__media-meta {
  margin-bottom: -0.375rem;
}
.fc-item--type-interview.fc-item--video .fc-item__media-meta .inline-icon__svg,
.fc-item--type-media .fc-item__media-meta .inline-icon__svg {
  width: 0.875rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.375rem;
  display: block;
}
.fc-item--type-interview.fc-item--video .fc-trail__count--commentcount,
.fc-item--type-media .fc-trail__count--commentcount {
  color: #ffffff;
}
.fc-item--type-interview.fc-item--video .fc-trail__count--commentcount svg,
.fc-item--type-media .fc-trail__count--commentcount svg {
  fill: #ffffff;
}
.fc-item--type-interview.fc-item--video:hover,
.fc-item--type-interview.fc-item--video .u-faux-block-link--hover,
.fc-item--type-media:hover,
.fc-item--type-media .u-faux-block-link--hover {
  background-color: #262626;
}
.fc-item--type-interview.fc-item--video .fc-sublink__link,
.fc-item--type-media .fc-sublink__link {
  color: #ffffff;
}
.fc-item--type-comment .fc-item__standfirst-wrapper .fc-item__meta {
  display: none;
}
.fc-item--type-comment
  .fc-item__standfirst-wrapper
  .fc-item__standfirst-wrapper {
  padding-bottom: 0.3125rem;
}
.fc-item--type-comment .fc-item__container {
  padding-bottom: 0.75rem;
}
.fc-item--type-comment .fc-item__container > .fc-item__meta {
  background-image: repeating-linear-gradient(
    to bottom,
    #dcdcdc,
    #dcdcdc 0.0625rem,
    transparent 0.0625rem,
    transparent 0.25rem
  );
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 0.0625rem 0.8125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1rem;
}
.fc-item--type-comment .fc-item__container > .fc-item__meta .fc-trail__count,
.fc-item--type-comment
  .fc-item__container
  > .fc-item__meta
  .fc-item__timestamp {
  position: absolute;
  padding-top: 0.125rem;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  bottom: 0;
  top: 0;
  z-index: 1;
  line-height: 0.625rem;
}
.fc-item--type-comment .fc-item__container > .fc-item__meta .fc-trail__count {
  right: 0;
}
.fc-item--type-comment
  .fc-item__container
  > .fc-item__meta
  .fc-trail__count
  .inline-icon {
  margin-top: 0;
}
.fc-item--type-comment
  .fc-item__container
  > .fc-item__meta
  .fc-item__timestamp {
  left: 0;
}
.fc-item--type-comment
  .fc-item__container
  > .fc-item__meta
  .fc-item__timestamp
  .inline-icon {
  margin-top: -0.0625rem;
}
@media (min-width: 46.25em) {
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-item__timestamp,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-right-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-item__timestamp,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-right-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-50-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-item__timestamp,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-50-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-75-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-item__timestamp,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-75-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--full-media-100-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-item__timestamp,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--full-media-100-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--fluid-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-item__timestamp,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--fluid-tablet
    .fc-item__container
    > .fc-item__meta
    .fc-trail__count--commentcount {
    display: none;
  }
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-tablet
    .fc-item__standfirst-wrapper
    .fc-item__meta,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-right-tablet
    .fc-item__standfirst-wrapper
    .fc-item__meta,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-50-tablet
    .fc-item__standfirst-wrapper
    .fc-item__meta,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-75-tablet
    .fc-item__standfirst-wrapper
    .fc-item__meta,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--full-media-100-tablet
    .fc-item__standfirst-wrapper
    .fc-item__meta,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--fluid-tablet
    .fc-item__standfirst-wrapper
    .fc-item__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-tablet
    .fc-item__standfirst-wrapper
    .fc-item__timestamp,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-tablet
    .fc-item__standfirst-wrapper
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-right-tablet
    .fc-item__standfirst-wrapper
    .fc-item__timestamp,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--three-quarters-right-tablet
    .fc-item__standfirst-wrapper
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-50-tablet
    .fc-item__standfirst-wrapper
    .fc-item__timestamp,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-50-tablet
    .fc-item__standfirst-wrapper
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-75-tablet
    .fc-item__standfirst-wrapper
    .fc-item__timestamp,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--full-media-75-tablet
    .fc-item__standfirst-wrapper
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--full-media-100-tablet
    .fc-item__standfirst-wrapper
    .fc-item__timestamp,
  .fc-item--type-comment:not(
      .fc-item--has-cutout
    ).fc-item--full-media-100-tablet
    .fc-item__standfirst-wrapper
    .fc-trail__count--commentcount,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--fluid-tablet
    .fc-item__standfirst-wrapper
    .fc-item__timestamp,
  .fc-item--type-comment:not(.fc-item--has-cutout).fc-item--fluid-tablet
    .fc-item__standfirst-wrapper
    .fc-trail__count--commentcount {
    background-color: transparent;
  }
}
@media (max-width: 46.24em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-mobile
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 6.45rem;
    width: 6.45rem;
    contain: paint;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-mobile
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (max-width: 46.24em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-mobile
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 6.45rem;
    left: -0.5rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-mobile
    .fc-item__content {
    min-height: 7.5625rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-mobile
    .fc-item__header {
    padding-right: 6.875rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-tablet
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 6.75rem;
    width: 6.75rem;
    contain: paint;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-tablet
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-tablet
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 6.75rem;
    left: -0.52083rem;
  }
}
@media (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-tablet
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 8.25rem;
    width: 8.25rem;
    contain: paint;
  }
}
@media (min-width: 61.25em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-tablet
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--standard-tablet
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 8.25rem;
    left: -0.625rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--third-tablet
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 8.25rem;
    width: 8.25rem;
    contain: paint;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--third-tablet
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--third-tablet
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 8.25rem;
    left: -0.625rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--third-tablet
    .fc-item__standfirst-wrapper {
    padding-right: 9.75rem;
  }
}
@media (max-width: 46.24em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-mobile
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 5.25rem;
    width: 5.25rem;
    contain: paint;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-mobile
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (max-width: 46.24em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-mobile
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 5.25rem;
    left: -0.41667rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-mobile
    .fc-item__content {
    min-height: 6.25rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-mobile
    .fc-item__footer--horizontal
    .fc-sublink:first-child
    .fc-sublink__title:before {
    left: 0;
    width: 40%;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-tablet
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 4.5rem;
    width: 4.5rem;
    contain: paint;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-tablet
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-tablet
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 4.5rem;
    left: -0.36458rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-tablet
    .fc-item__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-tablet
    .fc-item__header {
    padding-right: 1.25rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-tablet
    .fc-item__content {
    min-height: 5.25rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--list-media-tablet
    .fc-item__footer--horizontal
    .fc-sublink:first-child
    .fc-sublink__title:before {
    left: 0;
    width: 40%;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--half-tablet
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 9.75rem;
    width: 9.75rem;
    contain: paint;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--half-tablet
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--half-tablet
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 9.75rem;
    left: -0.72917rem;
  }
}
@media (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--half-tablet
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 11.25rem;
    width: 11.25rem;
    contain: paint;
  }
}
@media (min-width: 61.25em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--half-tablet
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--half-tablet
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 11.25rem;
    left: -0.83333rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 14.25rem;
    width: 14.25rem;
    contain: paint;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__avatar__media,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 14.25rem;
    left: -1.04167rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__header {
    padding-bottom: 0;
  }
}
@media (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 15.75rem;
    width: 15.75rem;
    contain: paint;
  }
}
@media (min-width: 61.25em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__avatar__media,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 15.75rem;
    left: -1.14583rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__standfirst-wrapper {
    width: auto;
    padding-right: 21.25rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-tablet
    .fc-item__standfirst-wrapper {
    padding-right: 30rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__avatar {
    left: 0.625rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__standfirst-wrapper {
    width: auto;
    padding-right: 0;
    padding-left: 16.25rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--three-quarters-right-tablet
    .fc-item__standfirst-wrapper {
    padding-right: 0;
    padding-left: 30rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-50-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-75-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-100-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--fluid-tablet
    .fc-item__avatar {
    border-radius: 50%;
    right: 0.625rem;
    top: 0.375rem;
    overflow: hidden;
    height: 14.25rem;
    width: 14.25rem;
    contain: paint;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-50-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-75-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-100-tablet
    .fc-item__avatar,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--fluid-tablet
    .fc-item__avatar {
    top: auto;
    bottom: 0.375rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-50-tablet
    .fc-item__avatar__media,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-75-tablet
    .fc-item__avatar__media,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-100-tablet
    .fc-item__avatar__media,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--fluid-tablet
    .fc-item__avatar__media {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 14.25rem;
    left: -1.04167rem;
  }
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-50-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-75-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-100-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--fluid-tablet
    .fc-item__header {
    width: auto;
    padding-right: 10rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-50-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-75-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-100-tablet
    .fc-item__header,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--fluid-tablet
    .fc-item__header {
    padding-right: 13.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-50-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-50-tablet
    .fc-item__standfirst-wrapper,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-75-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-75-tablet
    .fc-item__standfirst-wrapper,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-100-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-100-tablet
    .fc-item__standfirst-wrapper,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--fluid-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--fluid-tablet
    .fc-item__standfirst-wrapper {
    width: auto;
    padding-right: 21.25rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-50-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-50-tablet
    .fc-item__standfirst-wrapper,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-75-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-75-tablet
    .fc-item__standfirst-wrapper,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-100-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--full-media-100-tablet
    .fc-item__standfirst-wrapper,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--fluid-tablet
    .fc-item__footer--vertical,
  .fc-item--type-comment.fc-item--has-cutout.fc-item--fluid-tablet
    .fc-item__standfirst-wrapper {
    padding-right: 30rem;
  }
}
.fc-item--type-comment.fc-item--pillar-news {
  background-color: #f6f6f6;
}
.fc-item--type-comment.fc-item--pillar-news:hover {
  background-color: #eee;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment
  .fc-item__avatar {
  background-color: #d15800;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment
  .fc-item__timestamp,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment
  .fc-trail__count--commentcount {
  background-color: #fdf1e7;
}
.fc-item--type-comment.fc-item--pillar-news.headline-list__item {
  background-color: #ffffff;
}
.fc-item--type-comment.fc-item--pillar-news .fc-item__headline {
  color: #121212;
}
.fc-item--type-comment.fc-item--pillar-news .fc-item__byline {
  color: #e05e00;
}
.fc-item--type-comment.fc-item--pillar-news .fc-item__kicker {
  color: #e05e00;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile
  .fc-item__content {
  background-color: #e05e00;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title.fc-item--standard-mobile:hover
  .fc-item__content {
  background-color: #c75300;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--audio .fc-item__kicker,
.fc-item--type-comment.fc-item--pillar-news.fc-item--gallery .fc-item__kicker,
.fc-item--type-comment.fc-item--pillar-news.fc-item--video .fc-item__kicker,
.fc-item--type-comment.fc-item--pillar-news.video-playlist__item
  .fc-item__kicker,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #ff7f0f;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-media
  .fc-item__headline
  .inline-garnett-quote {
  fill: #ff7f0f;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__headline
  .inline-garnett-quote {
  fill: #f9b376;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__byline {
  color: #f9b376;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker,
.fc-item--type-comment.fc-item--pillar-news.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #e05e00;
}
@media (min-width: 46.25em) {
  .fc-item--type-comment.fc-item--pillar-news.fc-item--list-media-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker,
  .fc-item--type-comment.fc-item--pillar-news.fc-item--list-mobile.fc-item--type-immersive.fc-item--has-boosted-title
    .fc-item__kicker {
    color: #ff7f0f;
  }
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .fc-item__kicker {
  color: #e05e00;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--pillar-special-report
  )
  .fc-item__standfirst {
  color: #121212;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-immersive.fc-item--has-boosted-title
  .inline-icon {
  fill: #767676;
  color: #767676;
}
.fc-item--type-comment.fc-item--pillar-news .fc-item__standfirst {
  color: #121212;
}
.fc-item--type-comment.fc-item--pillar-news .fc-item__sublinks {
  color: #121212;
}
.fc-item--type-comment.fc-item--pillar-news .inline-icon {
  fill: #e05e00;
}
.fc-item--type-comment.fc-item--pillar-news .fc-item__meta {
  color: #999;
}
.fc-item--type-comment.fc-item--pillar-news .fc-item__container:before {
  background-color: #e05e00;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-feature
  .fc-item__headline {
  color: #bd5318;
}
.fc-item--type-comment.fc-item--pillar-news.video-playlist__item
  .video-overlay {
  border-top-color: #ff7f0f;
}
.fc-item--type-comment.fc-item--pillar-news.video-playlist__item .inline-icon {
  fill: #ff7f0f;
}
.fc-item--type-comment.fc-item--pillar-news.video-playlist__item
  .video-overlay__duration {
  color: #ff7f0f;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-media
  .inline-video-icon
  svg,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-media
  .inline-volume-high
  svg,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-media
  .inline-camera
  svg,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-interview
  .inline-video-icon
  svg,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-interview
  .inline-volume-high
  svg,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-interview
  .inline-camera
  svg {
  fill: #121212;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-media
  .inline-video-icon::after,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-media
  .inline-volume-high::after,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-media
  .inline-camera::after,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-interview
  .inline-video-icon::after,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-interview
  .inline-volume-high::after,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-interview
  .inline-camera::after {
  background-color: #ff7f0f;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-media
  .fc-sublink__kicker,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-immersive
  .fc-sublink__kicker {
  color: #ff7f0f;
}
.fc-item--type-comment.fc-item--pillar-news .fc-item__media-meta {
  color: #ff7f0f;
}
.fc-item--type-comment.fc-item--pillar-news .fc-item__media-meta .inline-icon {
  width: 1.5rem;
  height: 1.4375rem;
  display: inline-block;
  background-color: #ff7f0f;
  border-radius: 50%;
}
.fc-item--type-comment.fc-item--pillar-news
  .fc-item__media-meta
  .inline-icon.inline-video-icon
  svg {
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}
.fc-item--type-comment.fc-item--pillar-news
  .vjs-big-play-button
  .vjs-control-text {
  background-color: #e05e00;
}
.fc-item--type-comment.fc-item--pillar-news .youtube-media-atom__play-button {
  background-color: #e05e00;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-news,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-opinion,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-sport,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-arts,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment.fc-item--pillar-lifestyle {
  background-color: #fef9f5;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment
  .fc-item__container.u-faux-block-link--hover {
  background-color: #fdf3ec;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment
  .fc-item__avatar {
  background-color: #e05e00;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment
  .fc-item__timestamp,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment
  .fc-trail__count--commentcount {
  color: #767676;
  background-color: #fef9f5;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment
  .fc-item__timestamp
  .inline-icon,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment
  .fc-trail__count--commentcount
  .inline-icon {
  fill: #767676;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment:hover
  .fc-item__avatar {
  background-color: #d15800;
}
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment:hover
  .fc-item__timestamp,
.fc-item--type-comment.fc-item--pillar-news.fc-item--type-comment:hover
  .fc-trail__count--commentcount {
  background-color: #fdf3ec;
}
.fc-item--type-immersive.fc-item--has-boosted-title:not(.fc-item--paid-content)
  .fc-item__kicker:before,
.fc-item--type-immersive.fc-item--has-boosted-title:not(.fc-item--paid-content)
  .fc-item__kicker:after {
  content: none;
}
.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--paid-content
  ).fc-item--list-media-mobile
  .fc-item__kicker:after,
.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--paid-content
  ).fc-item--list-mobile
  .fc-item__kicker:after {
  content: '/';
}
@media (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--list-media-mobile
    .fc-item__kicker:after,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--list-mobile
    .fc-item__kicker:after {
    content: none;
  }
}
.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--paid-content
  ).fc-item--list-media-tablet
  .fc-item__kicker:after,
.fc-item--type-immersive.fc-item--has-boosted-title:not(
    .fc-item--paid-content
  ).fc-item--list-tablet
  .fc-item__kicker:after {
  content: '/';
}
.fc-item--type-immersive.fc-item--has-boosted-title:not(.fc-item--paid-content)
  .fc-item__meta {
  margin-left: auto;
  color: #ffffff;
}
.fc-item--type-immersive.fc-item--has-boosted-title:not(.fc-item--paid-content)
  .inline-icon {
  fill: #ffffff;
}
@media (max-width: 46.24em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-item__kicker {
    color: #ffe500;
    display: block;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-item__headline {
    color: #ffffff;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-item__container {
    overflow: hidden;
    position: relative;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-item__standfirst,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-sublinks {
    display: none;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-item__content {
    position: relative;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-item__headline {
    color: #ffffff;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-item__media-wrapper {
    position: static;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-item__media-wrapper
    img {
    object-fit: cover;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .u-responsive-ratio {
    position: static;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile
    .fc-item__content {
    margin: 0 1.875rem 0 0;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile.fc-item--third-tablet
    .fc-item__content {
    max-width: 13.75rem;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile.fc-item--half-tablet
    .fc-item__content {
    max-width: 18.75rem;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile.fc-item--three-quarters-tall-tablet
    .u-responsive-ratio {
    padding-bottom: 80%;
  }
}
@media (max-width: 46.24em) and (max-width: 46.24em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--standard-mobile.fc-item--standard-mobile
    .u-responsive-ratio {
    padding-bottom: 60%;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-item__kicker,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-item__kicker,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-item__kicker,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-item__kicker {
    color: #ffe500;
    display: block;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-item__headline {
    color: #ffffff;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-item__container,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-item__container,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-item__container,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-item__container {
    overflow: hidden;
    position: relative;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-item__standfirst,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-sublinks,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-item__standfirst,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-sublinks,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-item__standfirst,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-sublinks,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-item__standfirst,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-sublinks {
    display: none;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-item__content {
    position: relative;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-item__headline {
    color: #ffffff;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-item__media-wrapper,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-item__media-wrapper,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-item__media-wrapper,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-item__media-wrapper {
    position: static;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-item__media-wrapper
    img,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-item__media-wrapper
    img,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-item__media-wrapper
    img,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-item__media-wrapper
    img {
    object-fit: cover;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .u-responsive-ratio {
    position: static;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet
    .fc-item__content {
    margin: 0 1.875rem 0 0;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet.fc-item--third-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet.fc-item--third-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet.fc-item--third-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet.fc-item--third-tablet
    .fc-item__content {
    max-width: 13.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet.fc-item--half-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet.fc-item--half-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet.fc-item--half-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet.fc-item--half-tablet
    .fc-item__content {
    max-width: 18.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet.fc-item--three-quarters-tall-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet.fc-item--three-quarters-tall-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet.fc-item--three-quarters-tall-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet.fc-item--three-quarters-tall-tablet
    .u-responsive-ratio {
    padding-bottom: 80%;
  }
}
@media (min-width: 46.25em) and (max-width: 46.24em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--third-tablet.fc-item--standard-mobile
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--half-tablet.fc-item--standard-mobile
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-100-tablet.fc-item--standard-mobile
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tall-tablet.fc-item--standard-mobile
    .u-responsive-ratio {
    padding-bottom: 60%;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__kicker,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__kicker,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__kicker {
    color: #ffe500;
    display: block;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__headline {
    color: #ffffff;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__container,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__container,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__container {
    overflow: hidden;
    position: relative;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__standfirst,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-sublinks,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__standfirst,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-sublinks,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__standfirst,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-sublinks {
    display: none;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__content {
    position: relative;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__headline,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__headline {
    color: #ffffff;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__media-wrapper,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__media-wrapper,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__media-wrapper {
    position: static;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__media-wrapper
    img,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__media-wrapper
    img,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__media-wrapper
    img {
    object-fit: cover;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .u-responsive-ratio {
    position: static;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__content {
    margin: 0 auto 0 0;
    min-width: 21.25rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .fc-item__content,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .fc-item__content {
    min-width: 28.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-75-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--full-media-50-tablet
    .u-responsive-ratio,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-tablet
    .u-responsive-ratio {
    padding-bottom: 45%;
  }
}
@media (min-width: 46.25em) {
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .fc-item__kicker {
    color: #ffe500;
    display: block;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .fc-item__headline {
    color: #ffffff;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .fc-item__container {
    overflow: hidden;
    position: relative;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .fc-item__standfirst,
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .fc-sublinks {
    display: none;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .fc-item__content {
    position: relative;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .fc-item__headline {
    color: #ffffff;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .fc-item__media-wrapper {
    position: static;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .fc-item__media-wrapper
    img {
    object-fit: cover;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .u-responsive-ratio {
    position: static;
  }
  .fc-item--type-immersive.fc-item--has-boosted-title:not(
      .fc-item--paid-content
    ).fc-item--three-quarters-right-tablet
    .u-responsive-ratio {
    padding-bottom: 45%;
  }
}
.fc-item--type-analysis.fc-item--has-boosted-title .fc-item__title {
  background: none !important;
}
@supports not (-ms-line-break: newspaper) {
  @media (min-width: 46.25em) {
    .fc-slice-wrapper
      + .fc-slice-wrapper
      .fc-slice--q-q-q-q
      .fc-item--pillar-news.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(199, 0, 0, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice--t-t-mpu
      .fc-item--pillar-news.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(199, 0, 0, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  .fc-item--pillar-news.fc-item--type-analysis .fc-item__title {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent calc(1.25rem - 0.0625rem),
      rgba(199, 0, 0, 0.5)
    );
    background-size: 0.0625rem 1.25rem;
    background-origin: content-box;
    background-clip: content-box;
    margin-right: -0.3125rem;
  }
  @media (max-width: 46.24em) {
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--standard-mobile
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(199, 0, 0, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 61.25em) {
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(199, 0, 0, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(199, 0, 0, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(199, 0, 0, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) and (min-width: 61.25em) {
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(199, 0, 0, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2rem - 0.0625rem),
        rgba(199, 0, 0, 0.5)
      );
      background-size: 0.0625rem 2rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-news.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2.25rem - 0.0625rem),
        rgba(199, 0, 0, 0.5)
      );
      background-size: 0.0625rem 2.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice-wrapper
      + .fc-slice-wrapper
      .fc-slice--q-q-q-q
      .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(224, 94, 0, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice--t-t-mpu
      .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(224, 94, 0, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  .fc-item--pillar-opinion.fc-item--type-analysis .fc-item__title {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent calc(1.25rem - 0.0625rem),
      rgba(224, 94, 0, 0.5)
    );
    background-size: 0.0625rem 1.25rem;
    background-origin: content-box;
    background-clip: content-box;
    margin-right: -0.3125rem;
  }
  @media (max-width: 46.24em) {
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--standard-mobile
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(224, 94, 0, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 61.25em) {
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(224, 94, 0, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(224, 94, 0, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(224, 94, 0, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) and (min-width: 61.25em) {
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(224, 94, 0, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2rem - 0.0625rem),
        rgba(224, 94, 0, 0.5)
      );
      background-size: 0.0625rem 2rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-opinion.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2.25rem - 0.0625rem),
        rgba(224, 94, 0, 0.5)
      );
      background-size: 0.0625rem 2.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice-wrapper
      + .fc-slice-wrapper
      .fc-slice--q-q-q-q
      .fc-item--pillar-sport.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(0, 132, 198, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice--t-t-mpu
      .fc-item--pillar-sport.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(0, 132, 198, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  .fc-item--pillar-sport.fc-item--type-analysis .fc-item__title {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent calc(1.25rem - 0.0625rem),
      rgba(0, 132, 198, 0.5)
    );
    background-size: 0.0625rem 1.25rem;
    background-origin: content-box;
    background-clip: content-box;
    margin-right: -0.3125rem;
  }
  @media (max-width: 46.24em) {
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--standard-mobile
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(0, 132, 198, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 61.25em) {
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(0, 132, 198, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(0, 132, 198, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(0, 132, 198, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) and (min-width: 61.25em) {
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(0, 132, 198, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2rem - 0.0625rem),
        rgba(0, 132, 198, 0.5)
      );
      background-size: 0.0625rem 2rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-sport.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2.25rem - 0.0625rem),
        rgba(0, 132, 198, 0.5)
      );
      background-size: 0.0625rem 2.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice-wrapper
      + .fc-slice-wrapper
      .fc-slice--q-q-q-q
      .fc-item--pillar-arts.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(161, 132, 92, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice--t-t-mpu
      .fc-item--pillar-arts.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(161, 132, 92, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  .fc-item--pillar-arts.fc-item--type-analysis .fc-item__title {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent calc(1.25rem - 0.0625rem),
      rgba(161, 132, 92, 0.5)
    );
    background-size: 0.0625rem 1.25rem;
    background-origin: content-box;
    background-clip: content-box;
    margin-right: -0.3125rem;
  }
  @media (max-width: 46.24em) {
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--standard-mobile
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(161, 132, 92, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 61.25em) {
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(161, 132, 92, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(161, 132, 92, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(161, 132, 92, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) and (min-width: 61.25em) {
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(161, 132, 92, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2rem - 0.0625rem),
        rgba(161, 132, 92, 0.5)
      );
      background-size: 0.0625rem 2rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-arts.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2.25rem - 0.0625rem),
        rgba(161, 132, 92, 0.5)
      );
      background-size: 0.0625rem 2.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice-wrapper
      + .fc-slice-wrapper
      .fc-slice--q-q-q-q
      .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(187, 59, 128, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice--t-t-mpu
      .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(187, 59, 128, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  .fc-item--pillar-lifestyle.fc-item--type-analysis .fc-item__title {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent calc(1.25rem - 0.0625rem),
      rgba(187, 59, 128, 0.5)
    );
    background-size: 0.0625rem 1.25rem;
    background-origin: content-box;
    background-clip: content-box;
    margin-right: -0.3125rem;
  }
  @media (max-width: 46.24em) {
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--standard-mobile
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(187, 59, 128, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 61.25em) {
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(187, 59, 128, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(187, 59, 128, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(187, 59, 128, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) and (min-width: 61.25em) {
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(187, 59, 128, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2rem - 0.0625rem),
        rgba(187, 59, 128, 0.5)
      );
      background-size: 0.0625rem 2rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-lifestyle.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2.25rem - 0.0625rem),
        rgba(187, 59, 128, 0.5)
      );
      background-size: 0.0625rem 2.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice-wrapper
      + .fc-slice-wrapper
      .fc-slice--q-q-q-q
      .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(255, 229, 0, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-slice--t-t-mpu
      .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.25rem - 0.0625rem),
        rgba(255, 229, 0, 0.5)
      );
      background-size: 0.0625rem 1.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  .fc-item--pillar-special-report.fc-item--type-analysis .fc-item__title {
    background-image: linear-gradient(
      to bottom,
      transparent,
      transparent calc(1.25rem - 0.0625rem),
      rgba(255, 229, 0, 0.5)
    );
    background-size: 0.0625rem 1.25rem;
    background-origin: content-box;
    background-clip: content-box;
    margin-right: -0.3125rem;
  }
  @media (max-width: 46.24em) {
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--standard-mobile
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(255, 229, 0, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 61.25em) {
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--standard-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(255, 229, 0, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
  }
  @media (min-width: 46.25em) {
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--third-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.5rem - 0.0625rem),
        rgba(255, 229, 0, 0.5)
      );
      background-size: 0.0625rem 1.5rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.3125rem;
    }
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(255, 229, 0, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
  @media (min-width: 46.25em) and (min-width: 61.25em) {
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--half-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--three-quarters-right-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--three-quarters-tall-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--three-quarters-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(1.75rem - 0.0625rem),
        rgba(255, 229, 0, 0.5)
      );
      background-size: 0.0625rem 1.75rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--full-media-50-tablet
      .fc-item__title,
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--full-media-75-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2rem - 0.0625rem),
        rgba(255, 229, 0, 0.5)
      );
      background-size: 0.0625rem 2rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
    .fc-item--pillar-special-report.fc-item--type-analysis.fc-item--full-media-100-tablet
      .fc-item__title {
      background-image: linear-gradient(
        to bottom,
        transparent,
        transparent calc(2.25rem - 0.0625rem),
        rgba(255, 229, 0, 0.5)
      );
      background-size: 0.0625rem 2.25rem;
      background-origin: content-box;
      background-clip: content-box;
      margin-right: -0.625rem;
    }
  }
}
.fc-slice__item {
  width: 100%;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0.75rem;
}
@media (min-width: 46.25em) {
  .has-flex .fc-slice__item:not(.fc-slice__item--mpu-candidate) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 20em) {
  .fc-slice__item {
    float: none;
  }
}
.fc-slice__item.l-list__item {
  margin-bottom: 0;
  padding-bottom: 0.75rem;
}
.fc-slice__item + .fc-slice__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.0625rem;
  height: 100%;
  border-left: 0.0625rem solid #dcdcdc;
}
.fc-slice__item + .fc-slice__item--no-mpu:before {
  border-left: 0 !important;
}
.fc-slice__item--no-mpu {
  -webkit-flex: 0 !important;
  -ms-flex: 0 !important;
  flex: 0 !important;
}
@media (max-width: 46.24em) {
  .fc-item--standard-mobile.fc-item--has-cutout .fc-item__avatar,
  .fc-item--standard-mobile.fc-item--has-cutout .fc-item__avatar__media {
    height: 6.45rem;
  }
  .fc-item--standard-mobile.fc-item--has-cutout .fc-item__avatar__media {
    right: -1.5rem;
  }
  .fc-item--standard-mobile.fc-item--has-cutout .fc-item__header {
    padding-right: 6.25rem;
  }
  .fc-item--standard-mobile.fc-item--has-cutout .fc-item__standfirst {
    display: none;
  }
  .fc-item--standard-mobile.fc-item--has-cutout .fc-item__content {
    min-height: 6rem;
  }
  .fc-item--standard-mobile.fc-item--has-cutout[class*='fc-item--has-sublinks']
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--standard-mobile.fc-item--has-cutout[class*='fc-item--has-sublinks']
    .fc-item__footer--horizontal {
    display: block;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .fc-item--standard-mobile.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--type-comment
    )
    .fc-sublink:first-child {
    margin-top: 0;
  }
  .fc-item--standard-mobile.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--type-comment
    )
    .fc-sublink:first-child
    .fc-sublink__title:before {
    width: auto;
    left: -0.3125rem;
    right: -0.3125rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--standard-tablet .fc-item__image-container {
    display: block;
  }
  .fc-item--standard-tablet.fc-item--has-sublinks-1 .fc-item__media-wrapper {
    display: block;
  }
  .fc-item--standard-tablet.fc-item--has-cutout .fc-item__media-wrapper {
    display: none;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .fc-item--standard-tablet .fc-item__header {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .fc-item--standard-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.0625rem;
    width: 0.57375rem;
    margin-right: 0.53125rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--standard-tablet .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--standard-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.675rem;
    margin-right: 0.625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) {
  .fc-item--standard-tablet[class*='fc-item--has-sublinks']
    .fc-item__standfirst {
    display: none;
  }
  .fc-item--standard-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--standard-tablet.fc-item--has-cutout .fc-item__avatar__media {
    height: 11.25rem;
  }
  .fc-item--standard-tablet.fc-item--has-cutout .fc-item__avatar__media {
    right: -2.5rem;
  }
  .fc-item--standard-tablet.fc-item--has-cutout .fc-item__standfirst {
    display: none;
  }
  .fc-item--standard-tablet.fc-item--has-cutout .fc-item__header {
    padding-bottom: 11.25rem;
  }
  .fc-item--standard-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--standard-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']
    .fc-item__footer--horizontal {
    display: block;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .fc-item--standard-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--type-comment
    )
    .fc-sublink:first-child {
    margin-top: 0;
  }
  .fc-item--standard-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--type-comment
    )
    .fc-sublink:first-child
    .fc-sublink__title:before {
    width: auto;
    left: -0.3125rem;
    right: -0.3125rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--third-tablet .fc-item__image-container {
    display: block;
  }
  .fc-item--third-tablet.fc-item--has-sublinks-1 .fc-item__media-wrapper {
    display: block;
  }
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__media-wrapper {
    display: none;
  }
  .fc-item--third-tablet .fc-item__standfirst {
    display: block;
  }
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__avatar__media {
    height: 8.25rem;
  }
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__avatar__media {
    right: -1.875rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__avatar__media {
    height: 11.25rem;
  }
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__avatar__media {
    right: -2.5rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__header {
    padding-bottom: 9.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__header {
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--third-tablet.fc-item--has-cutout .fc-item__standfirst-wrapper {
    padding-right: 8.25rem;
  }
  .fc-item--third-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--third-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']
    .fc-item__footer--horizontal {
    display: block;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .fc-item--third-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--type-comment
    )
    .fc-sublink:first-child {
    margin-top: 0;
  }
  .fc-item--third-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--type-comment
    )
    .fc-sublink:first-child
    .fc-sublink__title:before {
    width: auto;
    left: -0.3125rem;
    right: -0.3125rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--half-tablet .fc-item__header {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .fc-item--half-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.5rem;
    width: 0.81rem;
    margin-right: 0.75rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--half-tablet .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .fc-item--has-boosted-title
    .fc-item--half-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) and (max-width: 61.24em) {
  .fc-item--half-tablet .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-item--half-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.675rem;
    margin-right: 0.625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--half-tablet .fc-item__header {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .fc-item--has-boosted-title
    .fc-item--half-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.5rem;
    width: 0.81rem;
    margin-right: 0.75rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) {
  .fc-item--half-tablet .fc-item__standfirst {
    display: block;
  }
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__avatar__media {
    height: 14.25rem;
  }
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__avatar__media {
    right: -3.125rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__avatar__media {
    height: 17.25rem;
  }
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__avatar__media {
    right: -3.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__header {
    padding-bottom: 14.25rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__header {
    padding-bottom: 17.25rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__footer--vertical,
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__standfirst-wrapper {
    padding-right: 11.25rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__footer--vertical,
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__standfirst-wrapper {
    padding-right: 12.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--half-tablet.fc-item--has-cutout .fc-item__standfirst {
    display: block;
  }
  .fc-item--half-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    )
    .fc-item__header {
    padding-bottom: 6.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--half-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    )
    .fc-item__header {
    padding-bottom: 13.05rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--half-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    ):not(.fc-item--type-comment)
    .fc-sublink {
    margin-top: 0;
  }
  .fc-item--half-tablet.fc-item--has-cutout[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    ):not(.fc-item--type-comment)
    .fc-sublink
    .fc-sublink__title:before {
    width: auto;
    left: -0.3125rem;
    right: -0.3125rem;
  }
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-cutout
    )
    .fc-item__footer--vertical,
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    )
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-cutout
    )
    .fc-item__footer--horizontal,
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    )
    .fc-item__footer--horizontal {
    display: block;
  }
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-cutout
    )
    .fc-sublinks,
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    )
    .fc-sublinks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-cutout
    )
    .fc-sublink,
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    )
    .fc-sublink {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-cutout
    )
    .fc-sublink
    + *,
  .fc-item--half-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    )
    .fc-sublink
    + * {
    margin-left: 0.625rem;
  }
}
@media (max-width: 46.24em) {
  .fc-item--list-mobile .fc-item__header {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .fc-item--list-mobile
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.0625rem;
    width: 0.57375rem;
    margin-right: 0.53125rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--list-mobile .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--list-mobile
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.675rem;
    margin-right: 0.625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--list-mobile.fc-item--has-cutout .fc-item__avatar {
    display: none;
  }
}
@media (max-width: 46.24em) and (max-width: 46.24em) {
  .fc-item--list-mobile:not(.fc-item--paid-content):not(
      .fc-item--list-media-mobile
    )
    .fc-item__media-wrapper {
    display: none;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--list-mobile:not(.fc-item--paid-content):not(
      .fc-item--list-media-tablet
    )
    .fc-item__media-wrapper {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .fc-item--list-tablet .fc-item__header {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .fc-item--list-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.0625rem;
    width: 0.57375rem;
    margin-right: 0.53125rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--list-tablet .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--list-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.675rem;
    margin-right: 0.625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--list-tablet.fc-item--has-cutout .fc-item__avatar {
    display: none;
  }
}
@media (min-width: 46.25em) and (max-width: 46.24em) {
  .fc-item--list-tablet:not(.fc-item--paid-content):not(
      .fc-item--list-media-mobile
    )
    .fc-item__media-wrapper {
    display: none;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--list-tablet:not(.fc-item--paid-content):not(
      .fc-item--list-media-tablet
    )
    .fc-item__media-wrapper {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .fc-item--list-media-mobile .fc-item__header {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .fc-item--list-media-mobile
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.0625rem;
    width: 0.57375rem;
    margin-right: 0.53125rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--list-media-mobile .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--list-media-mobile
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.675rem;
    margin-right: 0.625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--list-media-mobile.fc-item--has-cutout .fc-item__avatar {
    display: none;
  }
}
@media (max-width: 46.24em) and (max-width: 46.24em) {
  .fc-item--list-media-mobile:not(.fc-item--paid-content):not(
      .fc-item--list-media-mobile
    )
    .fc-item__media-wrapper {
    display: none;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--list-media-mobile:not(.fc-item--paid-content):not(
      .fc-item--list-media-tablet
    )
    .fc-item__media-wrapper {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .fc-item--list-media-mobile .fc-item__content {
    min-height: 5.2rem;
    position: relative;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--list-media-mobile .fc-item__content {
    min-height: 4.45rem;
  }
}
@media (max-width: 46.24em) {
  .fc-item--list-media-mobile.fc-item--has-image .fc-item__content {
    padding-left: 8.16667rem;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--list-media-mobile.fc-item--has-image .fc-item__content {
    padding-left: 7.79167rem;
  }
}
@media (max-width: 46.24em) {
  .fc-item--list-media-mobile .fc-item__media-wrapper,
  .fc-item--list-media-mobile .fc-item__image-container {
    display: block;
  }
  .fc-item--list-media-mobile .fc-item__media-wrapper,
  .fc-item--list-media-mobile .fc-item__video-fallback {
    position: absolute;
    margin-left: 0.375rem;
    width: 7.41667rem;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 46.24em) and (min-width: 46.25em) {
  .fc-item--list-media-mobile .fc-item__media-wrapper,
  .fc-item--list-media-mobile .fc-item__video-fallback {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 46.24em) {
  .fc-item--list-media-mobile .fc-item__header {
    padding-bottom: 0;
  }
  .fc-item--list-media-mobile[class*='fc-item--has-sublinks']
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--list-media-mobile[class*='fc-item--has-sublinks']
    .fc-item__footer--horizontal {
    display: block;
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
  .fc-item--list-media-mobile.fc-item--has-cutout .fc-item__avatar,
  .fc-item--list-media-mobile.fc-item--has-cutout .fc-item__avatar__media {
    height: 7.05rem;
  }
  .fc-item--list-media-mobile.fc-item--has-cutout .fc-item__avatar__media {
    right: -1.625rem;
  }
  .fc-item--list-media-mobile.fc-item--has-cutout .fc-item__avatar {
    display: block;
  }
  .fc-item--list-media-mobile.fc-item--has-cutout .fc-item__content {
    min-height: 7.05rem;
    padding-left: 0.3125rem;
    padding-right: 6.25rem;
  }
  .fc-item--list-media-mobile.fc-item--has-cutout .fc-item__standfirst {
    display: none;
  }
}
@media (max-width: 46.24em) and (max-width: 46.24em) {
  .fc-item--list-media-mobile.fc-item--list-media-mobile .fc-item__video {
    width: 7.41667rem;
  }
  .fc-item--list-media-mobile.fc-item--list-media-mobile
    .fc-item__video
    .fc-item__video-play {
    padding-bottom: 60%;
  }
}
@media (min-width: 46.25em) {
  .fc-item--list-media-tablet .fc-item__header {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .fc-item--list-media-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.0625rem;
    width: 0.57375rem;
    margin-right: 0.53125rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--list-media-tablet .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--list-media-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.675rem;
    margin-right: 0.625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--list-media-tablet.fc-item--has-cutout .fc-item__avatar {
    display: none;
  }
}
@media (min-width: 46.25em) and (max-width: 46.24em) {
  .fc-item--list-media-tablet:not(.fc-item--paid-content):not(
      .fc-item--list-media-mobile
    )
    .fc-item__media-wrapper {
    display: none;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--list-media-tablet:not(.fc-item--paid-content):not(
      .fc-item--list-media-tablet
    )
    .fc-item__media-wrapper {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .fc-item--list-media-tablet .fc-item__content {
    min-height: 6rem;
    position: relative;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--list-media-tablet .fc-item__content {
    min-height: 5.25rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--list-media-tablet.fc-item--has-image .fc-item__content {
    padding-left: 9.5rem;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--list-media-tablet.fc-item--has-image .fc-item__content {
    padding-left: 9.125rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--list-media-tablet .fc-item__media-wrapper,
  .fc-item--list-media-tablet .fc-item__image-container {
    display: block;
  }
  .fc-item--list-media-tablet .fc-item__media-wrapper,
  .fc-item--list-media-tablet .fc-item__video-fallback {
    position: absolute;
    margin-left: 0.375rem;
    width: 8.75rem;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .fc-item--list-media-tablet .fc-item__media-wrapper,
  .fc-item--list-media-tablet .fc-item__video-fallback {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (min-width: 46.25em) {
  .fc-item--list-media-tablet .fc-item__header {
    padding-bottom: 0;
  }
  .fc-item--list-media-tablet[class*='fc-item--has-sublinks']
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--list-media-tablet[class*='fc-item--has-sublinks']
    .fc-item__footer--horizontal {
    display: block;
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
  .fc-item--list-media-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--list-media-tablet.fc-item--has-cutout .fc-item__avatar__media {
    height: 7.05rem;
  }
  .fc-item--list-media-tablet.fc-item--has-cutout .fc-item__avatar__media {
    right: -1.625rem;
  }
  .fc-item--list-media-tablet.fc-item--has-cutout .fc-item__avatar {
    display: block;
  }
  .fc-item--list-media-tablet.fc-item--has-cutout .fc-item__content {
    min-height: 7.05rem;
    padding-left: 0.3125rem;
    padding-right: 6.25rem;
  }
  .fc-item--list-media-tablet.fc-item--has-cutout .fc-item__standfirst {
    display: none;
  }
}
@media (min-width: 46.25em) and (max-width: 46.24em) {
  .fc-item--list-media-tablet.fc-item--list-media-mobile .fc-item__video {
    width: 8.75rem;
  }
  .fc-item--list-media-tablet.fc-item--list-media-mobile
    .fc-item__video
    .fc-item__video-play {
    padding-bottom: 60%;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tablet .fc-item__image-container {
    box-sizing: border-box;
    padding-left: 0.3125rem;
  }
  .fc-item--three-quarters-tablet .fc-item__content {
    position: relative;
  }
  .fc-item--three-quarters-tablet .fc-item__content > * {
    box-sizing: border-box;
    padding-right: 0.3125rem;
  }
  .fc-item--three-quarters-tablet .fc-item__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fc-item--three-quarters-tablet .fc-item__media-wrapper,
  .fc-item--three-quarters-tablet .fc-item__video-fallback {
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
  .fc-item--three-quarters-tablet .fc-item__content {
    -webkit-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    max-width: 34%;
  }
  .fc-item--three-quarters-tablet .fc-item__footer--horizontal {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fc-item--three-quarters-tablet.fc-item--has-no-image .fc-item__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 13.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tablet .fc-item__header {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .fc-item--three-quarters-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.5rem;
    width: 0.81rem;
    margin-right: 0.75rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--three-quarters-tablet .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tablet .fc-item__standfirst {
    display: block;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tablet .fc-item__liveblog-blocks {
    padding-right: 0;
  }
  .fc-item--three-quarters-tablet.fc-item--has-sublinks-3
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--three-quarters-tablet.fc-item--has-sublinks-3
    .fc-item__footer--horizontal {
    display: block;
  }
  .fc-item--three-quarters-tablet.fc-item--has-sublinks-3 .fc-sublinks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .fc-item--three-quarters-tablet.fc-item--has-sublinks-3 .fc-sublink {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .fc-item--three-quarters-tablet.fc-item--has-sublinks-3 .fc-sublink + * {
    margin-left: 0.625rem;
  }
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__avatar__media {
    height: 17.25rem;
  }
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__avatar__media {
    right: -3.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__avatar__media {
    height: 20.25rem;
  }
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__avatar__media {
    right: -4.375rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__container {
    min-height: 20.25rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
    padding-bottom: 8.25rem;
    margin-bottom: 0.3125rem;
  }
  .fc-item--three-quarters-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tablet.fc-item--has-cutout
    .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__header {
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__content {
    max-width: 100%;
  }
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--three-quarters-tablet.fc-item--has-cutout
    .fc-item__footer--vertical,
  .fc-item--three-quarters-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper {
    width: auto;
    padding-right: 14.25rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--three-quarters-tablet.fc-item--has-cutout
    .fc-item__footer--vertical,
  .fc-item--three-quarters-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper {
    padding-right: 15.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tablet.fc-item--has-cutout .fc-item__standfirst {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-item--three-quarters-tablet.fc-item--has-cutout.fc-item--has-sublinks-3
    .fc-item__footer--horizontal {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .fc-item--three-quarters-tablet.fc-item--has-cutout.fc-item--has-sublinks-3:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink {
    margin-top: 0;
  }
  .fc-item--three-quarters-tablet.fc-item--has-cutout.fc-item--has-sublinks-3:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink
    .fc-sublink__title:before {
    width: auto;
    left: -0.3125rem;
    right: -0.3125rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-right-tablet .fc-item__image-container {
    box-sizing: border-box;
    padding-left: 0.3125rem;
  }
  .fc-item--three-quarters-right-tablet .fc-item__content {
    position: relative;
  }
  .fc-item--three-quarters-right-tablet .fc-item__content > * {
    box-sizing: border-box;
    padding-right: 0.3125rem;
  }
  .fc-item--three-quarters-right-tablet .fc-item__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fc-item--three-quarters-right-tablet .fc-item__media-wrapper,
  .fc-item--three-quarters-right-tablet .fc-item__video-fallback {
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
  .fc-item--three-quarters-right-tablet .fc-item__content {
    -webkit-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    max-width: 34%;
  }
  .fc-item--three-quarters-right-tablet .fc-item__footer--horizontal {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-no-image
    .fc-item__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 13.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-right-tablet .fc-item__header {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .fc-item--three-quarters-right-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.5rem;
    width: 0.81rem;
    margin-right: 0.75rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-right-tablet
    .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-right-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-right-tablet .fc-item__standfirst {
    display: block;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-right-tablet .fc-item__liveblog-blocks {
    padding-right: 0;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-sublinks-3
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-sublinks-3
    .fc-item__footer--horizontal {
    display: block;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-sublinks-3 .fc-sublinks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-sublinks-3 .fc-sublink {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-sublinks-3
    .fc-sublink
    + * {
    margin-left: 0.625rem;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__avatar__media {
    height: 17.25rem;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__avatar__media {
    right: -3.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__avatar__media {
    height: 20.25rem;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__avatar__media {
    right: -4.375rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__container {
    min-height: 20.25rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
    padding-bottom: 8.25rem;
    margin-bottom: 0.3125rem;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout .fc-item__header {
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout .fc-item__content {
    max-width: 100%;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__footer--vertical,
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper {
    width: auto;
    padding-right: 14.25rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__footer--vertical,
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper {
    padding-right: 15.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout
    .fc-item__standfirst {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout.fc-item--has-sublinks-3
    .fc-item__footer--horizontal {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout.fc-item--has-sublinks-3:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink {
    margin-top: 0;
  }
  .fc-item--three-quarters-right-tablet.fc-item--has-cutout.fc-item--has-sublinks-3:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink
    .fc-sublink__title:before {
    width: auto;
    left: -0.3125rem;
    right: -0.3125rem;
  }
  .fc-item--three-quarters-right-tablet .fc-item__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tall-tablet .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-item--three-quarters-tall-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.675rem;
    margin-right: 0.625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tall-tablet
    .fc-item__header {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tall-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.5rem;
    width: 0.81rem;
    margin-right: 0.75rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tall-tablet .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .fc-item--three-quarters-tall-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tall-tablet
    .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tall-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tall-tablet .fc-item__standfirst {
    display: block;
    padding-right: 33%;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__image-container {
    box-sizing: border-box;
    padding-left: 0.3125rem;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout .fc-item__content {
    position: relative;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__content
    > * {
    box-sizing: border-box;
    padding-right: 0.3125rem;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout .fc-item__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__media-wrapper,
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__video-fallback {
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout .fc-item__content {
    -webkit-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    max-width: 34%;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__footer--horizontal {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-no-image
    .fc-item__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 13.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout .fc-item__header {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.5rem;
    width: 0.81rem;
    margin-right: 0.75rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__standfirst {
    display: block;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout
    .fc-item__liveblog-blocks {
    padding-right: 0;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-sublinks-3
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-sublinks-3
    .fc-item__footer--horizontal {
    display: block;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-sublinks-3
    .fc-sublinks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-sublinks-3
    .fc-sublink {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-sublinks-3
    .fc-sublink
    + * {
    margin-left: 0.625rem;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__avatar,
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__avatar__media {
    height: 17.25rem;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__avatar__media {
    right: -3.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__avatar,
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__avatar__media {
    height: 20.25rem;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__avatar__media {
    right: -4.375rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__container {
    min-height: 20.25rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
    padding-bottom: 8.25rem;
    margin-bottom: 0.3125rem;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__header {
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__content {
    max-width: 100%;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__header,
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__footer--vertical,
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__standfirst-wrapper {
    width: auto;
    padding-right: 14.25rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__header,
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__footer--vertical,
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__standfirst-wrapper {
    padding-right: 15.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout
    .fc-item__standfirst {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout.fc-item--has-sublinks-3
    .fc-item__footer--horizontal {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout.fc-item--has-sublinks-3:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink {
    margin-top: 0;
  }
  .fc-item--three-quarters-tall-tablet.fc-item--has-cutout.fc-item--has-cutout.fc-item--has-sublinks-3:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink
    .fc-sublink__title:before {
    width: auto;
    left: -0.3125rem;
    right: -0.3125rem;
  }
  .fc-item--three-quarters-tall-tablet:not(.fc-item--has-cutout)
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--three-quarters-tall-tablet:not(.fc-item--has-cutout)
    .fc-item__footer--horizontal {
    display: block;
  }
  .fc-item--three-quarters-tall-tablet:not(.fc-item--has-cutout) .fc-sublinks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .fc-item--three-quarters-tall-tablet:not(.fc-item--has-cutout) .fc-sublink {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .fc-item--three-quarters-tall-tablet:not(.fc-item--has-cutout)
    .fc-sublink
    + * {
    margin-left: 0.625rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-item__image-container {
    box-sizing: border-box;
    padding-left: 0.3125rem;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout) .fc-item__content {
    position: relative;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-item__content
    > * {
    box-sizing: border-box;
    padding-right: 0.3125rem;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout) .fc-item__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-item__media-wrapper,
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-item__video-fallback {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout) .fc-item__content {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-item__footer--horizontal {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout).fc-item--has-no-image
    .fc-item__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 13.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__image-container {
    box-sizing: border-box;
    padding-left: 0.3125rem;
  }
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout) .fc-item__content {
    position: relative;
  }
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__content
    > * {
    box-sizing: border-box;
    padding-right: 0.3125rem;
  }
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout) .fc-item__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__media-wrapper,
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__video-fallback {
    -webkit-flex-basis: 74.6%;
    -ms-flex-preferred-size: 74.6%;
    flex-basis: 74.6%;
  }
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout) .fc-item__content {
    -webkit-flex-basis: 25.4%;
    -ms-flex-preferred-size: 25.4%;
    flex-basis: 25.4%;
    max-width: 25.4%;
  }
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__footer--horizontal {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout).fc-item--has-no-image
    .fc-item__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 13.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--full-media-100-tablet .responsive-img {
    top: -25%;
    height: auto;
  }
  .fc-item--full-media-100-tablet .fc-item__header {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .fc-item--full-media-100-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.5rem;
    width: 0.81rem;
    margin-right: 0.75rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--full-media-100-tablet .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .fc-item--has-boosted-title
    .fc-item--full-media-100-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--full-media-100-tablet .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--full-media-100-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title .fc-item--full-media-100-tablet .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--full-media-100-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) {
  .fc-item--full-media-100-tablet:not(.fc-item--has-cutout)
    .fc-item__image-container {
    display: block;
    padding-bottom: 40%;
  }
  .fc-item--full-media-100-tablet:not(.fc-item--has-cutout)
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--full-media-100-tablet:not(.fc-item--has-cutout)
    .fc-item__footer--horizontal {
    display: block;
  }
  .fc-item--full-media-100-tablet:not(.fc-item--has-cutout) .fc-sublinks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .fc-item--full-media-100-tablet:not(.fc-item--has-cutout) .fc-sublink {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .fc-item--full-media-100-tablet:not(.fc-item--has-cutout) .fc-sublink + * {
    margin-left: 0.625rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__avatar__media,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__avatar__media,
  .fc-item--full-media-100-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--full-media-100-tablet.fc-item--has-cutout .fc-item__avatar__media,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__avatar,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__avatar__media {
    height: 17.25rem;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__avatar__media,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__avatar__media,
  .fc-item--full-media-100-tablet.fc-item--has-cutout .fc-item__avatar__media,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__avatar__media {
    right: -3.75rem;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__container,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__container,
  .fc-item--full-media-100-tablet.fc-item--has-cutout .fc-item__container,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__container {
    min-height: 17.25rem;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__content,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__content,
  .fc-item--full-media-100-tablet.fc-item--has-cutout .fc-item__content,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__content {
    max-width: 100%;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--full-media-100-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__header {
    font-size: 1.5rem;
    line-height: 1.6875rem;
    padding-right: 12.75rem;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--full-media-75-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--fluid-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.5rem;
    width: 0.81rem;
    margin-right: 0.75rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--full-media-50-tablet.fc-item--has-cutout
    .fc-item__header,
  .fc-item--has-boosted-title
    .fc-item--full-media-75-tablet.fc-item--has-cutout
    .fc-item__header,
  .fc-item--has-boosted-title
    .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__header,
  .fc-item--has-boosted-title
    .fc-item--fluid-tablet.fc-item--has-cutout
    .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .fc-item--has-boosted-title
    .fc-item--full-media-50-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--has-boosted-title
    .fc-item--full-media-75-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--has-boosted-title
    .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--has-boosted-title
    .fc-item--fluid-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--full-media-100-tablet.fc-item--has-cutout .fc-item__header,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--full-media-75-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--fluid-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--full-media-50-tablet.fc-item--has-cutout
    .fc-item__header,
  .fc-item--has-boosted-title
    .fc-item--full-media-75-tablet.fc-item--has-cutout
    .fc-item__header,
  .fc-item--has-boosted-title
    .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__header,
  .fc-item--has-boosted-title
    .fc-item--fluid-tablet.fc-item--has-cutout
    .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--full-media-50-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--has-boosted-title
    .fc-item--full-media-75-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--has-boosted-title
    .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--has-boosted-title
    .fc-item--fluid-tablet.fc-item--has-cutout
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) {
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__footer--vertical,
  .fc-item--full-media-50-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__footer--vertical,
  .fc-item--full-media-75-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper,
  .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__footer--vertical,
  .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__footer--vertical,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__standfirst-wrapper {
    padding-right: 23.75rem;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__footer--vertical,
  .fc-item--full-media-50-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__footer--vertical,
  .fc-item--full-media-75-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper,
  .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__footer--vertical,
  .fc-item--full-media-100-tablet.fc-item--has-cutout
    .fc-item__standfirst-wrapper,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__footer--vertical,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__standfirst-wrapper {
    padding-right: 33.75rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--full-media-50-tablet.fc-item--has-cutout .fc-item__standfirst,
  .fc-item--full-media-75-tablet.fc-item--has-cutout .fc-item__standfirst,
  .fc-item--full-media-100-tablet.fc-item--has-cutout .fc-item__standfirst,
  .fc-item--fluid-tablet.fc-item--has-cutout .fc-item__standfirst {
    display: block;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-item__footer--vertical,
  .fc-item--full-media-75-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-item__footer--vertical,
  .fc-item--full-media-100-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-item__footer--vertical,
  .fc-item--fluid-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-item__footer--horizontal,
  .fc-item--full-media-75-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-item__footer--horizontal,
  .fc-item--full-media-100-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-item__footer--horizontal,
  .fc-item--fluid-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-item__footer--horizontal {
    display: block;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublinks,
  .fc-item--full-media-75-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublinks,
  .fc-item--full-media-100-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublinks,
  .fc-item--fluid-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublinks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublink,
  .fc-item--full-media-75-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublink,
  .fc-item--full-media-100-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublink,
  .fc-item--fluid-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublink {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublink
    + *,
  .fc-item--full-media-75-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublink
    + *,
  .fc-item--full-media-100-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublink
    + *,
  .fc-item--fluid-tablet.fc-item--has-cutout.fc-item--has-sublinks-4
    .fc-sublink
    + * {
    margin-left: 0.625rem;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout.fc-item--has-sublinks-4:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink,
  .fc-item--full-media-75-tablet.fc-item--has-cutout.fc-item--has-sublinks-4:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink,
  .fc-item--full-media-100-tablet.fc-item--has-cutout.fc-item--has-sublinks-4:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink,
  .fc-item--fluid-tablet.fc-item--has-cutout.fc-item--has-sublinks-4:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink {
    margin-top: 0;
  }
  .fc-item--full-media-50-tablet.fc-item--has-cutout.fc-item--has-sublinks-4:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink
    .fc-sublink__title:before,
  .fc-item--full-media-75-tablet.fc-item--has-cutout.fc-item--has-sublinks-4:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink
    .fc-sublink__title:before,
  .fc-item--full-media-100-tablet.fc-item--has-cutout.fc-item--has-sublinks-4:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink
    .fc-sublink__title:before,
  .fc-item--fluid-tablet.fc-item--has-cutout.fc-item--has-sublinks-4:not(
      .fc-item--type-comment
    )
    .fc-item__footer--horizontal
    .fc-sublink
    .fc-sublink__title:before {
    width: auto;
    left: -0.3125rem;
    right: -0.3125rem;
  }
}
@media (min-width: 46.25em) {
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout) .fc-item__header,
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout) .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.675rem;
    margin-right: 0.625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout) .fc-item__header,
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout) .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--has-boosted-title
    .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-item__header,
  .fc-item--has-boosted-title
    .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--has-boosted-title
    .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg,
  .fc-item--has-boosted-title
    .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) {
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout) .fc-item__standfirst,
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-item__standfirst {
    display: block;
  }
  .fc-item--full-media-50-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-3
    .fc-item__standfirst,
  .fc-item--full-media-75-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-3
    .fc-item__standfirst {
    display: none;
  }
  .fc-item--full-media-50-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-item__footer--vertical,
  .fc-item--full-media-75-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--full-media-50-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-item__footer--horizontal,
  .fc-item--full-media-75-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-item__footer--horizontal {
    display: block;
  }
  .fc-item--full-media-50-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-sublinks,
  .fc-item--full-media-75-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-sublinks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .fc-item--full-media-50-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-sublink,
  .fc-item--full-media-75-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-sublink {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .fc-item--full-media-50-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-sublink
    + *,
  .fc-item--full-media-75-tablet:not(
      .fc-item--has-cutout
    ).fc-item--has-sublinks-4
    .fc-sublink
    + * {
    margin-left: 0.625rem;
  }
  .fc-item--full-media-50-tablet:not(.fc-item--has-cutout)
    .fc-sublink:nth-child(n + 5),
  .fc-item--full-media-75-tablet:not(.fc-item--has-cutout)
    .fc-sublink:nth-child(n + 5) {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .fc-item--fluid-mobile .fc-item__content {
    padding-bottom: 0;
  }
  .fc-item--fluid-mobile .fc-item__image-container,
  .fc-item--fluid-mobile .fc-item__standfirst {
    display: block;
  }
  .fc-item--fluid-mobile .fc-item__avatar {
    display: none;
  }
}
@media (min-width: 30em) and (max-width: 46.24em) {
  .fc-item--fluid-mobile .fc-item__image-container {
    display: none;
  }
  .fc-item--fluid-mobile .fc-item__header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .fc-item--fluid-mobile
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.75rem;
    width: 0.945rem;
    margin-right: 0.875rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}
@media (min-width: 46.25em) {
  .fc-item--fluid-tablet .fc-item__content {
    padding-bottom: 0;
  }
  .fc-item--fluid-tablet .fc-item__image-container,
  .fc-item--fluid-tablet .fc-item__standfirst {
    display: block;
  }
  .fc-item--fluid-tablet .fc-item__image-container {
    box-sizing: border-box;
    padding-left: 0.3125rem;
  }
  .fc-item--fluid-tablet .fc-item__content {
    position: relative;
  }
  .fc-item--fluid-tablet .fc-item__content > * {
    box-sizing: border-box;
    padding-right: 0.3125rem;
  }
  .fc-item--fluid-tablet .fc-item__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fc-item--fluid-tablet .fc-item__media-wrapper,
  .fc-item--fluid-tablet .fc-item__video-fallback {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .fc-item--fluid-tablet .fc-item__content {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .fc-item--fluid-tablet .fc-item__footer--horizontal {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fc-item--fluid-tablet.fc-item--has-no-image .fc-item__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 13.75rem;
  }
  .fc-item--fluid-tablet .fc-item__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fc-item--fluid-tablet .fc-item__header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .fc-item--fluid-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 1.25rem;
    width: 0.675rem;
    margin-right: 0.625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--fluid-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    ):not(.fc-item--has-sublinks-2)
    .fc-item__footer--vertical {
    display: none;
  }
  .fc-item--fluid-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    ):not(.fc-item--has-sublinks-2)
    .fc-item__footer--horizontal {
    display: block;
  }
  .fc-item--fluid-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    ):not(.fc-item--has-sublinks-2)
    .fc-sublinks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .fc-item--fluid-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    ):not(.fc-item--has-sublinks-2)
    .fc-sublink {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .fc-item--fluid-tablet[class*='fc-item--has-sublinks']:not(
      .fc-item--has-sublinks-1
    ):not(.fc-item--has-sublinks-2)
    .fc-sublink
    + * {
    margin-left: 0.625rem;
  }
}
@media (min-width: 61.25em) {
  .fc-item--fluid-tablet .fc-item__header {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .fc-item--fluid-tablet
    .fc-item__header
    .fc-item__title--quoted
    .inline-garnett-quote__svg {
    height: 2.125rem;
    width: 1.1475rem;
    margin-right: 1.0625rem;
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
  .fc-item--fluid-tablet .fc-item__header,
  .fc-item--fluid-tablet .fc-item__standfirst {
    padding-right: 30%;
  }
}
.fc-item--list-compact {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  font-weight: bold;
  color: #121212;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  border-top: 0.0625rem solid #ededed;
  display: block !important;
  background-color: transparent;
}
.fc-item--list-compact .fc-item__container {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  display: block !important;
}
.fc-item--list-compact--media {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: 'Guardian Text Egyptian Web', Georgia, serif;
  font-weight: bold;
  color: #121212;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  border-top: 0.0625rem solid #ededed;
  display: block !important;
  background-color: transparent;
  min-height: 4.5rem;
  padding-left: 7.5rem;
}
.fc-item--list-compact--media .fc-item__container {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  display: block !important;
}
.fc-item--list-compact--media .fc-item__image-container {
  overflow: visible;
}
.fc-item--list-compact--media .fc-item__image-container {
  display: block;
}
.fc-item--list-compact--media .fc-item__media-wrapper {
  width: 7.5rem;
  padding-right: 0.625rem;
  margin-left: -7.5rem;
  float: left;
}
.linkslist-container {
  position: relative;
  margin: 0 !important;
}
@media (min-width: 46.25em) {
  .linkslist-container {
    margin-top: 0.5625rem;
  }
}
.linkslist-container.tone-feature:before {
  background: #fec8d3;
}
.linkslist-container.tone-comment:before {
  background: #767676;
}
.linkslist-container.tone-media:before {
  background: #ffe500;
}
.linkslist-container.show-more--hidden,
.linkslist-container.show-more--hidden:before {
  display: none;
}
.linkslist {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .linkslist .fc-slice__item {
    width: 50%;
  }
  .linkslist .fc-slice__item:nth-child(2n + 1) {
    clear: both;
  }
  .linkslist .fc-slice__item:nth-child(2n + 1):before {
    border: 0;
  }
  .linkslist .fc-slice__item:nth-child(2n + 1):nth-last-child(-n + 4),
  .linkslist .fc-slice__item:nth-child(2n + 2):nth-last-child(-n + 3) {
    padding-bottom: 0;
  }
  .linkslist .fc-slice__item:nth-child(2n + 1):nth-last-child(-n + 2),
  .linkslist .fc-slice__item:nth-child(2n + 2):last-child {
    padding-top: 0.75rem;
  }
}
@media (min-width: 61.25em) {
  .linkslist .fc-slice__item {
    width: 33.33333%;
  }
  .linkslist .fc-slice__item:nth-child(3n + 1) {
    clear: both;
  }
  .linkslist .fc-slice__item:nth-child(3n + 1):before {
    border: 0;
  }
  .linkslist .fc-slice__item:nth-child(3n + 1):nth-last-child(-n + 6),
  .linkslist .fc-slice__item:nth-child(3n + 2):nth-last-child(-n + 5),
  .linkslist .fc-slice__item:nth-child(3n + 3):nth-last-child(-n + 4) {
    padding-bottom: 0;
  }
  .linkslist .fc-slice__item:nth-child(3n + 1):nth-last-child(-n + 3),
  .linkslist .fc-slice__item:nth-child(3n + 2):nth-last-child(-n + 2),
  .linkslist .fc-slice__item:nth-child(3n + 3):last-child {
    padding-top: 0.75rem;
  }
}
@media (min-width: 46.25em) {
  .has-flex-wrap .linkslist .fc-slice__item {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 61.25em) {
  .has-flex-wrap .linkslist .fc-slice__item {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
}
.linkslist .item--has-cutout {
  padding-bottom: 1.875rem;
}
.treats__container {
  list-style-type: none;
  margin: 0.75rem 0;
  display: none;
  position: absolute;
  bottom: 0.6875rem;
}
.fc-container--has-show-more .treats__container {
  bottom: 2.5625rem;
}
.fc-container--rolled-up .treats__container {
  display: none;
}
@media (min-width: 71.25em) {
  .treats__container {
    display: block;
  }
}
@media (min-width: 81.25em) {
  .has-page-skin .treats__container {
    display: none;
  }
}
.treats__treat {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: 'Guardian Text Sans Web', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #121212;
  background-color: #fff;
  border-color: #dcdcdc;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  border-width: 0.0625rem;
  border-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  text-decoration: none;
  max-width: 18.75rem;
  line-height: 1.375rem;
  padding-left: 0.375rem;
  width: 11.875rem;
}
.treats__treat:hover,
.treats__treat:focus,
.treats__treat:active {
  background-color: #fff;
  border-color: #c3c3c3;
}
@media (min-width: 71.25em) {
  .treats__treat {
    max-width: 8.75rem;
  }
}
@media (min-width: 81.25em) {
  .treats__treat {
    max-width: 13.75rem;
  }
}
.treats__treat:hover,
.treats__treat:focus,
.treats__treat:active {
  color: #121212;
  text-decoration: none;
}
.treats__list-item {
  margin-top: 0.5rem;
}
.treats__list-item:first-child {
  margin-top: 0;
}
.treats__crossword {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.treats__crossword-link:hover .treats__treat,
.treats__crossword-link:focus .treats__treat,
.treats__crossword-link:active .treats__treat {
  color: #121212;
  border-color: #c3c3c3;
}
.affix {
  position: fixed;
}
.affix-bottom {
  position: absolute;
}
.svg .i-play-icon-gold,
.svg-i-play-icon-gold {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgNC4zTC40IDAgMCAuM3Y4LjRsLjQuM0wxMCA0Ljd2LS40eiIgZmlsbD0iI2ZiMCIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 0.625rem;
  height: 0.5625rem;
}
.svg .i-play-icon-grey,
.svg-i-play-icon-grey {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgNC4zTC40IDAgMCAuM3Y4LjRsLjQuM0wxMCA0Ljd2LS40eiIgZmlsbD0iI0RDRENEQyIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 0.625rem;
  height: 0.5625rem;
}
.svg .i-card-red,
.svg-i-card-red {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIj48cGF0aCBmaWxsPSIjY2MyYjEyIiBkPSJNMCAwaDl2MTJIMHoiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 0.5625rem;
  height: 0.75rem;
}
.svg .i-card-yellow,
.svg-i-card-yellow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIj48cGF0aCBmaWxsPSIjZmIwIiBkPSJNMCAwaDl2MTJIMHoiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 0.5625rem;
  height: 0.75rem;
}
.svg .i-camera-black-large,
.svg-i-camera-black-large {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.125rem;
  height: 0.8125rem;
}
.svg .i-camera-white-large,
.svg-i-camera-white-large {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.125rem;
  height: 0.8125rem;
}
.svg .i-camera-yellow-large,
.svg-i-camera-yellow-large {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.125rem;
  height: 0.8125rem;
}
.svg .i-information-circle-grey,
.svg-i-information-circle-grey {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjNzY3Njc2IiBkPSJNNyAwQzMuMSAwIDAgMy4xIDAgN3MzLjEgNyA3IDcgNy0zLjEgNy03LTMuMS03LTctN3ptLjkgMTBsLS4zIDFjLS40LjItMS4yLjQtMS45LjQtLjUgMC0uOC0uMS0uOC0uNiAwLS4xIDAtLjMuMS0uNEw2LjMgNmgtLjlsLjMtLjggMi43LS4zLjItLjFMNi44IDEwaDEuMXptLS4yLTUuOGMtLjYgMC0uOS0uMy0uOS0uOCAwLS42LjUtMSAxLjEtMSAuNiAwIC45LjMuOS44IDAgLjYtLjUgMS0xLjEgMXoiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 0.875rem;
  height: 0.875rem;
}
.svg .i-comment-light-grey,
.svg .item--dark .i-comment-light-grey,
.svg-i-comment-light-grey {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2JkYmRiZCIgZD0iTTEzIDBsMSAxdjdsLTEgMUg3bC0yIDNINFY5SDJMMSA4VjFsMS0xaDExeiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 1rem;
  height: 1rem;
}
.svg .gallery-lightbox__btn--close .gallery-lightbox__btn-body i,
.svg .gallery-lightbox__btn--close .gallery-lightbox__btn-body .i,
.svg .i-close-icon-white,
.svg-i-close-icon-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuNSA5TDEgMmwxLTEgNyA2LjVMMTYgMWwxIDEtNi41IDcgNi41IDctMSAxLTctNi41TDIgMTdsLTEtMSA2LjUtN3oiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.125rem;
  height: 1.125rem;
}
.svg .i-recommend,
.svg-i-recommend {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTggNi40NGwtMyAyLjVMNCA4bDQuNS00aDFMMTQgOGwtMSAuOTQtMy0yLjVWMTRIOFY2LjQ0eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 1.125rem;
  height: 1.125rem;
}
.svg .gallery-lightbox__btn--prev .gallery-lightbox__btn-body i,
.svg .gallery-lightbox__btn--prev .gallery-lightbox__btn-body .i,
.svg .i-left-arrow,
.svg-i-left-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGUvPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wIDExLjVsMTAuMjk2IDEwLjA5OS45NTktLjk1OUwzLjIgMTJIMjN2LTJIMy4yTDExLjI1NS45NiAxMC4yOTYgMCAwIDEwLjV2MSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMS4wMDEgMzIuMzEzYy0xMS43NTIgMC0yMS4zMTMtOS41NjEtMjEuMzEzLTIxLjMxMyAwLTExLjc1MSA5LjU2MS0yMS4zMTIgMjEuMzEzLTIxLjMxMiAxMS43NTEgMCAyMS4zMTIgOS41NjEgMjEuMzEyIDIxLjMxMiAwIDExLjc1Mi05LjU2MSAyMS4zMTMtMjEuMzEyIDIxLjMxM20wLTQzLjMxM0MtMS4xNS0xMS0xMS0xLjE1MS0xMSAxMXM5Ljg1IDIyLjAwMSAyMi4wMDEgMjIuMDAxQzIzLjE1MSAzMy4wMDEgMzMgMjMuMTUxIDMzIDExYzAtMTIuMTUxLTkuODQ5LTIyLTIxLjk5OS0yMiIgZmlsbD0iIzcwNzA3MCIvPjwvZz48L3N2Zz4=);
  background-position: 0 0;
  width: 1.4375rem;
  height: 1.4375rem;
}
.svg .gallery-lightbox__btn--next .gallery-lightbox__btn-body i,
.svg .gallery-lightbox__btn--next .gallery-lightbox__btn-body .i,
.svg .i-right-arrow,
.svg-i-right-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGUvPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0yMyAxMS41MDFMMTIuNzA0IDIxLjZsLS45NTktLjk1OSA4LjA1NS04LjY0SDB2LTJoMTkuOEwxMS43NDUuOTYxbC45NTktLjk2TDIzIDEwLjUwMXYxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTExLjAwMSAzMi4zMTNjLTExLjc1MiAwLTIxLjMxMy05LjU2MS0yMS4zMTMtMjEuMzEzIDAtMTEuNzUxIDkuNTYxLTIxLjMxMiAyMS4zMTMtMjEuMzEyIDExLjc1MSAwIDIxLjMxMiA5LjU2MSAyMS4zMTIgMjEuMzEyIDAgMTEuNzUyLTkuNTYxIDIxLjMxMy0yMS4zMTIgMjEuMzEzbTAtNDMuMzEzQy0xLjE1LTExLTExLTEuMTUxLTExIDExczkuODUgMjIuMDAxIDIyLjAwMSAyMi4wMDFDMjMuMTUxIDMzLjAwMSAzMyAyMy4xNTEgMzMgMTFjMC0xMi4xNTEtOS44NDktMjItMjEuOTk5LTIyIiBmaWxsPSIjNzA3MDcwIi8+PC9nPjwvc3ZnPg==);
  background-position: 0 0;
  width: 1.4375rem;
  height: 1.4375rem;
}
.svg .gallery-lightbox__btn--info-button .gallery-lightbox__btn-body i,
.svg .gallery-lightbox__btn--info-button .gallery-lightbox__btn-body .i,
.svg .i-information-white,
.svg-i-information-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgOSAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTS4zIDIyTDMuOSA5LjFIMS4zbC40LTEuNCA1LjYtLjkuMy4zLTQuNCAxNC44SDZMNS42IDIzYy0uOS40LTIuOC45LTQuMS45LTEuMSAwLTEuNy0uNS0xLjItMS45ek01LjUgMkM1LjUuOSA2LjQuMSA3LjMuMWMxIDAgMS42LjcgMS42IDEuNSAwIDEuMS0uOSAxLjktMS44IDEuOS0xIC4xLTEuNi0uNi0xLjYtMS41eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 0.5625rem;
  height: 1.5rem;
}
.svg .i-guardian-logo-160,
.svg-i-guardian-logo-160 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMjAgNjAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yODQgNDVoMTZ2LTNsLTMtMS41di0yMGMxLjItLjkgMi44LTEuMSA0LjMtMS4xIDIuOCAwIDMuOC45IDMuOCA0LjF2MTdsLTMgMS41djNoMTZ2LTNsLTMtMS41di0xOWMwLTUuNy0yLjItOC4zLTcuMi04LjMtNC4xIDAtOC4xIDEuNS0xMC44IDRWMTNoLTFsLTEyLjQgMi4ydjIuN2wzLjQgMS42djIxbC0zIDEuNS0uMSAzek0yNDUuMy40Yy0zIDAtNS40IDIuNC01LjQgNS41IDAgMyAyLjQgNS40IDUuNCA1LjQgMi45IDAgNS40LTIuNCA1LjQtNS40LS4xLTMuMS0yLjUtNS41LTUuNC01LjV6TTIzNyAxNS4xdjIuOGwzIDEuNnYyMC45bC0zIDEuNXYzaDE2di0zbC0zLTEuNVYxMy4xaC0xbC0xMiAyek0yMjIuOSAzOWMtLjcuNi0xLjYgMS4xLTMuMSAxLjEtNCAwLTUuOS0zLjMtNS45LTEwLjkgMC04LjcgMi40LTExLjcgNS42LTExLjcgMS44IDAgMi43LjYgMy40IDEuNFYzOXptMC0yNC41Yy0xLjItLjktMy4yLTEuNC00LjktMS40LTcuNCAwLTE0LjUgNC4zLTE0LjUgMTYuOCAwIDExLjkgNy4xIDE1LjcgMTEuOCAxNS43IDMuOCAwIDYuNC0xLjcgNy42LTMuNGguM3YzLjNoLjlsMTEuOS0xLjR2LTIuM2wtMy4yLTEuOFYuNmgtLjhsLTEyLjYgMnYyLjhsMy40IDEuNnY3LjVoLjF6TTE4MSAxOGwzIDEuNXYyMC45bC0zIDEuNXYzaDE3di0zbC0zLjktMS41VjI0LjFjMS44LTEuNCA0LTEuOSA2LjctMS45LjkgMCAxLjYuMiAyLjIuM3YtOWMtLjMtLjEtLjctLjItMS4yLS4yLTMuMyAwLTUuOSAyLjEtNy43IDYuMlYxM0gxOTNsLTEyIDJ2M3ptLTE5LjMtLjhjMy45IDAgNSAyIDUgNS45djMuNWwtNS44IDEuMWMtNS45IDEuMS0xMC40IDMtMTAuNCA5LjMgMCA1LjEgMy41IDguNyA4LjMgOC43IDMuOCAwIDcuNC0xLjcgOC43LTQuNGguM2MuNSAzLjMgMy4zIDQuNCA2LjQgNC40IDIuNCAwIDQuOC0uNiA1LjctMS42di0ybC0zLTEuNXYtMThjMC02LjktNS05LjQtMTMuMS05LjQtNS4zIDAtOC44IDEuNC0xMS42IDIuN3Y3LjhoNC43bDItNmMuOS0uNSAyLjQtLjUgMi44LS41em0yLjMgMjIuOWMtMS45IDAtNC0xLjEtNC00LjYgMC0yLjQgMi40LTQuNiA0LjgtNWwyLjItLjV2OC41cy0xLjkgMS42LTMgMS42em0xMDAuOC0yMi45YzMuOSAwIDUgMiA1IDUuOXYzLjVsLTUuOCAxLjFjLTUuOSAxLjEtMTAuNCAzLTEwLjQgOS4zIDAgNS4xIDMuNSA4LjcgOC4zIDguNyAzLjggMCA3LjQtMS43IDguNy00LjRoLjNjLjUgMy4zIDMuMyA0LjQgNi40IDQuNCAyLjQgMCA0LjgtLjYgNS43LTEuNnYtMmwtMy0xLjV2LTE4YzAtNi45LTUtOS40LTEzLjEtOS40LTUuMyAwLTguOCAxLjQtMTEuNiAyLjd2Ny44aDQuN2wyLTZjLjgtLjUgMi4zLS41IDIuOC0uNXptMi4yIDIyLjljLTEuOSAwLTQtMS4xLTQtNC42IDAtMi40IDIuNC00LjYgNC44LTVsMi4yLS41djguNXMtMS45IDEuNi0zIDEuNnptLTEzOC43IDUuNmMuNCAwIC45IDAgMS4zLS4xIDMuNS0uMyA2LjctMiA4LjQtNC4ydjQuMWwxMi0xLjV2LTJsLTMtMlYxM2gtMWwtMTEuOSAyLjN2Mi44bDMuOSAxLjZWMzhjLTEuMS44LTIuNCAxLjMtNC4yIDEuMy0yLjUgMC00LjgtLjgtNC44LTQuM1YxM2gtMWwtMTIgMi41djIuNmw0IDEuNlYzNmMwIDUuNCAyLjIgOS43IDguMyA5Ljd6TTk2IDM4Yy0xLjIgMC0yLjUtLjgtMi41LTEuOSAwLS44LjYtMS43IDEuMy0yLjMgMS42LjUgMyAuNiA1IC42IDcuOCAwIDEzLjItMy43IDEzLjItMTAuNCAwLTMtMS4zLTQuNi0zLjItNi40TDExNSAxOXYtNmwtOC4yIDEuNmMtMS45LS43LTQuNS0xLjYtNy0xLjYtNy44IDAtMTMuMiA0LjEtMTMuMiAxMC44IDAgNC4xIDIgNy4xIDUgOC44bC4zLjJjLTEuNyAxLjItNS4zIDQtNS4zIDcuMiAwIDIuNCAxLjUgNC44IDQuOCA1LjVDODggNDYuMyA4NCA0OCA4NCA1MmMwIDQuMSA1LjkgOCAxNS41IDggMTEuOCAwIDE2LjUtNS43IDE2LjUtMTMgMC02LjEtMi44LTktOS41LTlIOTZ6bTcuNS0xNGMwIDUuNy0xLjMgNi41LTMuNSA2LjVzLTQtLjgtNC02LjVjMC01LjggMS44LTcuNSA0LTcuNXMzLjUgMiAzLjUgNy41ek05MiA1MC45Yy4xLTEuNSAxLjEtMy40IDMuNy0zLjZoOC42YzIuNSAwIDMuNyAyIDMuNyAzLjYgMCAzLjItMiA0LjQtOC4zIDQuNC01LjUgMC03LjgtMi4yLTcuNy00LjR6Ii8+PHBhdGggZmlsbD0iI0FBRDhGMSIgZD0iTTgzIDMwYzAtMTMtNS4xLTE2LjktMTMtMTYuOS05IDAtMTUgNi4yLTE1IDE2LjQgMCAxMC41IDUuNSAxNi4yIDE1LjggMTYuMiA1LjYgMCA5LjgtMi43IDExLjItNC43di0zYy0yLjEuNy0zLjkgMS4yLTcuOCAxLjItNS40IDAtOS4yLTMuMi05LjItOS4yaDE4ek02OS45IDE2LjZjMi41IDAgMy44IDEuOSAzLjggOS42bC04LjQuNWMuMi03LjkgMS44LTEwLjEgNC42LTEwLjF6TTM3IDQ1di0zbC0zLTEuNVYyMWMxLjItLjkgMy4zLTEuNyA0LjgtMS43IDIuOCAwIDQuMyAxLjUgNC4yIDQuMnYxN0w0MCA0MnYzaDE2di0zbC0zLTEuNXYtMTljMC01LjctMy4zLTguMy03LjctOC4zLTQuMSAwLTguNiAxLjMtMTEuMyAzLjhWMGgtMUwyMSAydjNsNCAxLjV2MzRMMjIgNDJ2M2gxNXpNNCAzNi40YzAgNS43IDIuOCA5LjMgOC45IDkuMyAzLjEgMCA2LjUtLjggOC40LTIuM3YtMy44Yy0uOC4zLTIuMi41LTMuMy41LTIuOSAwLTQtMS42LTQtNC42VjE5aDd2LTVoLTdWNi41TDQgOHY2bC00IDF2NGg0djE3LjR6Ii8+PC9zdmc+);
  background-position: 0 0;
  width: 10rem;
  height: 1.875rem;
}
.svg .i-observer-logo-160,
.svg-i-observer-logo-160 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMjAgNjAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMSAxMkgwVjJoMzIuOXYxMEgyMnYzM0gxMVYxMnpNNDYgMnYxMS41YzEtMS43IDMuNS0yLjYgOC42LTIuNiA3LjggMCA5LjQgNS4zIDkuNCAxMi4xdjIySDUzVjI2Yy4yLTMuMS0uNC00LjQtMy4xLTQuNC0zLjIgMC0zLjkgMS4zLTMuOSA0LjR2MTlIMzVWMmgxMXptNjIuMyAyMS41YzAtNyAuOC0xMS40IDcuMS0xMS40IDYuMSAwIDYuOSA0LjMgNi45IDExLjRzLS43IDExLjItNi44IDExLjJjLTYuMyAwLTcuMi00LjItNy4yLTExLjJ6bTcuNSAyMS41YzE1LjIgMCAxNy45LTEwLjUgMTcuOS0yMiAwLTExLjYtMi43LTIyLTE4LjQtMjJTOTYuOSAxMS41IDk2LjkgMjNjLjUgMTEuNSAzLjIgMjIgMTguOSAyMnptMzAuNi0xNi41YzAtNS4zLjgtNy40IDQuNS03LjQgMy40IDAgMy45IDEuOSAzLjkgNy40cy0uOSA3LTQuMSA3Yy0zLjYgMC00LjQtMS45LTQuMy03ek0xNDMuMyA0NWwxLjctMi41YzIuMSAxLjcgMy4xIDIuNSA5LjIgMi41IDkuOCAwIDEwLjctNy43IDEwLjctMTcgMC05LjEtLjYtMTcuMS0xMC4zLTE3LjEtNC40IDAtNyAuNi04LjcgMy4xVjJoLTEwdjQyLjVsNy40LjV6bTIyLjMtMi45bDQtOC4xYzIuNCAxLjIgNi40IDIuMyAxMC4xIDIuMyAxLjggMCAyLjQtLjcgMi40LTEuNiAwLTEuNC0xLjgtMS41LTYtMi45LTUuOS0xLjctOS4xLTMuNS05LjEtMTAuMiAwLTguNSA1LjctMTEgMTMuMy0xMSA1IDAgNy42LjcgMTAuOCAybC00LjEgOC44Yy0yLjEtLjktNC43LTEuNC03LjMtMS40LTIuMiAwLTIuNi41LTIuNiAxLjQgMCAxLjMgMS44IDEuNCA1LjEgMi40IDYuNyAxLjggOS44IDMuOSA5LjggMTAuNyAwIDcuMy01LjMgMTAuNC0xMi40IDEwLjQtNS4xLjEtMTAuMi0uNi0xNC0yLjh6bTY1LjktMzEuNmwxLjIgMy4xYzEuNi0xLjkgNC0zLjEgOS4zLTMuMVYyMWMtNi45IDAtOCAyLjEtOCA2djE3aC0xMC45VjExLjVsOC40LTF6bTEwLjQgMS41aDExLjZsNC43IDE4LjhMMjYzIDEyaDExbC0xMCAzM2gtMTIuMmwtOS45LTMzem02OC4xLTEuNWwuOCAzLjJjMS42LTEuOSAzLjktMy4yIDkuMi0zLjJWMjFjLTYuOSAwLTggMi4xLTggNnYxN2gtMTFWMTEuNWw5LTF6TTMwMC4yIDQybC00LTguM2MtMi4zIDEtNC4zIDIuMy04LjcgMi4zLTMuNC0uMy00LjctMS01LTRIMzAwYzAtMTIuNSAxLTIxLTEyLjktMjEuNC0xMS41LS40LTE1LjEgNi40LTE1LjEgMTcuMi4zIDExLjEgMyAxNy4yIDE1IDE3LjIgNS41IDAgOS44LTEgMTMuMi0zem0tOS42LTE3LjFoLTguMmMuMi0zLjMgMS4zLTQuOSA0LjUtNC44IDMuMi4xIDMuNyAxLjUgMy43IDQuOHptLTY5LjQgMTcuMmwtNC04LjNjLTIuMyAxLTQuMyAyLjMtOC43IDIuMy0zLjQtLjMtNC43LTEtNS00SDIyMWMwLTEyLjUuNS0yMS0xMi45LTIxLjQtMTEuNS0uNS0xNS4xIDYuMy0xNS4xIDE3LjEuMyAxMS4xIDMgMTcuMiAxNSAxNy4yIDUuNSAwIDkuOC0xIDEzLjItMi45em0tOS42LTE3LjJoLTguMmMuMi0zLjMgMS4zLTQuOSA0LjUtNC44IDMuMi4yIDMuNyAxLjUgMy43IDQuOHpNOTMuMiA0Mi4xbC00LTguM2MtMi4zIDEtNC4zIDIuMy04LjcgMi4zLTMuNC0uMy00LjctMS01LTRIOTNjMC0xMiAuNS0yMS0xMi45LTIxLjRDNjguNiAxMC4yIDY1IDE3IDY1IDI3LjggNjUuMyAzOC45IDY4IDQ1IDgwIDQ1YzUuNSAwIDkuOC0xIDEzLjItMi45em0tOS42LTE3LjJoLTguMmMuMi0zLjMgMS4zLTQuOSA0LjUtNC44IDMuMi4yIDMuNyAxLjUgMy43IDQuOHoiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 10rem;
  height: 1.875rem;
}
.svg .i-back,
.svg-i-back {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTggMTQuOGw0LjUgNC4zLjUtLjUtMi0zaDguNXY0aDJ2LTVsLTEtMUgxMWwyLTMtLjUtLjZMOCAxNC4zdi41Ii8+PC9zdmc+);
  background-position: 0 0;
  width: 1.875rem;
  height: 1.875rem;
}
.svg .i-close-icon-dark-small,
.svg-i-close-icon-dark-small {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTIxIDkuOGwtLjgtLjgtNS4yIDQuOEw5LjggOWwtLjguOCA0LjggNS4yTDkgMjAuMmwuOC44IDUuMi00LjggNS4yIDQuOC44LS44LTQuOC01LjJMMjEgOS44Ii8+PC9zdmc+);
  background-position: 0 0;
  width: 1.875rem;
  height: 1.875rem;
}
.svg .i-pause-icon--arts,
.svg-i-pause-icon--arts {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZWFjY2EwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-pause-icon--lifestyle,
.svg-i-pause-icon--lifestyle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmZhYmRiIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-pause-icon--news,
.svg-i-pause-icon--news {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmY0ZTM2IiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-pause-icon--opinion,
.svg-i-pause-icon--opinion {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmY3ZjBmIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-pause-icon--sport,
.svg-i-pause-icon--sport {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjMDBiMmZmIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-play-icon--arts,
.svg-i-play-icon--arts {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZWFjY2EwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-play-icon--lifestyle,
.svg-i-play-icon--lifestyle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmZhYmRiIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-play-icon--news,
.svg-i-play-icon--news {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmY0ZTM2IiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-play-icon--opinion,
.svg-i-play-icon--opinion {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmY3ZjBmIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-play-icon--sport,
.svg-i-play-icon--sport {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjMDBiMmZmIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);
  background-position: 0 0;
  width: 2rem;
  height: 2rem;
}
.svg .i-guardian-logo-320,
.svg-i-guardian-logo-320 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhlaWdodD0iNjAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yODQgNDVoMTZ2LTNsLTMtMS41di0yMGMxLjItLjkgMi44LTEuMSA0LjMtMS4xIDIuOCAwIDMuNy45IDMuNyA0LjF2MTdsLTMgMS41djNoMTZ2LTNsLTMtMS41di0xOWMwLTUuNy0yLjEtOC4zLTcuMS04LjMtNC4xIDAtOC4xIDEuNS0xMC44IDRWMTNoLTFsLTEyLjQgMi4ydjIuN2wzLjMgMS42djIxbC0zIDEuNXYzek0yNDUuMy40Yy0zIDAtNS40IDIuNC01LjQgNS41IDAgMyAyLjQgNS40IDUuNCA1LjQgMi45IDAgNS40LTIuNCA1LjQtNS40LS4xLTMuMS0yLjUtNS41LTUuNC01LjV6TTIzNyAxNS4xdjIuOGwzIDEuNnYyMC45bC0zIDEuNVY0NWgxNnYtMy4xbC0zLTEuNVYxMy4xaC0xbC0xMiAyek0yMjMgMzljLS43LjYtMS43IDEuMS0zLjIgMS4xLTQgMC01LjktMy4zLTUuOS0xMC45IDAtOC43IDIuNC0xMS42IDUuNi0xMS42IDEuOCAwIDIuOC42IDMuNSAxLjR2MjB6bTAtMjQuNGMtMS4yLS45LTMuMy0xLjQtNS0xLjQtNy40IDAtMTQuNSA0LjQtMTQuNSAxNi44IDAgMTEuOSA3LjEgMTUuNyAxMS44IDE1LjcgMy44IDAgNi40LTEuNyA3LjYtMy40aC4zdjMuM2guOWwxMS45LTEuNHYtMi4zbC0zLTEuOFYuNmgtMWwtMTIuNiAydjIuOGwzLjYgMS41djcuN3pNMTgxIDE4bDMgMS41djIwLjlsLTMgMS41VjQ1aDE3di0zLjFsLTQtMS41VjI0LjFjMS44LTEuNCA0LjEtMS45IDYuOC0xLjkuOSAwIDEuNi4yIDIuMi4zdi05Yy0uMy0uMS0uNy0uMi0xLjItLjItMy4zIDAtNiAyLjItNy44IDYuMlYxM2gtMWwtMTIgMnYzem0tMTkuMy0uOGMzLjkgMCA1LjMgMiA1LjMgNS45djMuNWwtNi4xIDEuMWMtNS45IDEuMS0xMC40IDIuOS0xMC40IDkuMyAwIDUuMSAzLjUgOC43IDguMyA4LjcgMy44IDAgNy40LTEuNyA4LjctNC40aC4zYy41IDMuMyAzLjMgNC40IDYuNCA0LjQgMi40IDAgNC44LS42IDUuNy0xLjZ2LTJsLTIuOS0xLjV2LTE4YzAtNy01LjItOS40LTEzLjMtOS40LTUuMyAwLTguNiAxLjMtMTEuNCAyLjZ2Ny44aDQuN2wyLTZjMS4xLS40IDIuMy0uNCAyLjctLjR6bTIuMyAyMi45Yy0xLjkgMC00LTEuMS00LTQuNiAwLTIuNCAyLjQtNC43IDQuOC01bDIuMi0uNXY4LjVzLTEuOSAxLjYtMyAxLjZ6bTEwMC43LTIyLjljMy45IDAgNS4zIDIgNS4zIDUuOXYzLjVsLTYuMSAxLjFjLTUuOSAxLjEtMTAuNCAyLjktMTAuNCA5LjMgMCA1LjEgMy41IDguNyA4LjMgOC43IDMuOCAwIDcuNC0xLjcgOC43LTQuNGguM2MuNSAzLjMgMy4zIDQuNCA2LjQgNC40IDIuNCAwIDQuOC0uNiA1LjctMS42di0ybC0yLjktMS41di0xOGMwLTctNS4yLTkuNC0xMy4zLTkuNC01LjMgMC04LjYgMS4zLTExLjQgMi42djcuOGg0LjdsMi02YzEuMS0uNCAyLjMtLjQgMi43LS40em0yLjMgMjIuOWMtMS45IDAtNC0xLjEtNC00LjYgMC0yLjQgMi40LTQuNyA0LjgtNWwyLjItLjV2OC41cy0xLjkgMS42LTMgMS42em0tMTM4LjcgNS42Yy40IDAgLjkgMCAxLjMtLjEgMy41LS4zIDYuNy0yIDguNC00LjJ2NC4xbDEyLTEuNXYtMmwtMy0yVjEzaC0xbC0xMiAyLjNWMThsNCAxLjdWMzhjLTEuMS44LTIuNCAxLjMtNC4yIDEuMy0yLjUgMC00LjgtLjgtNC44LTQuM1YxM2gtMWwtMTIgMi41djIuNmw0IDEuNlYzNmMwIDUuNCAyLjIgOS43IDguMyA5Ljd6TTk2IDM4Yy0xLjIgMC0yLjUtLjgtMi41LTEuOSAwLS44LjYtMS43IDEuNC0yLjMgMS42LjUgMyAuNiA1IC42IDcuOCAwIDEzLjItMy43IDEzLjItMTAuNCAwLTMtMS4zLTQuNi0zLjItNi40TDExNSAxOXYtNmwtOC4yIDEuNmMtMS45LS43LTQuNS0xLjYtNy0xLjYtNy44IDAtMTMuMiA0LjEtMTMuMiAxMC44IDAgNC4xIDIgNy4xIDUgOC44bC4yLjJjLTEuNyAxLjItNS4zIDQtNS4zIDcuMiAwIDIuNCAxLjUgNC44IDQuOCA1LjUtMy40LjgtNy4zIDIuNS03LjMgNi41IDAgNC4xIDUuOSA4IDE1LjUgOCAxMS44IDAgMTYuNS01LjcgMTYuNS0xMyAwLTYuMS0yLjgtOS05LjUtOUg5NnptNy41LTE0YzAgNS43LTEuMyA2LjUtMy41IDYuNXMtNC0uOC00LTYuNWMwLTUuOCAxLjgtNy41IDQtNy41czMuNSAyIDMuNSA3LjV6TTkyIDUwLjljLjEtMS41IDEuMS0zLjQgMy43LTMuNmg4LjZjMi41IDAgMy43IDIgMy43IDMuNiAwIDMuMi0yIDQuNC04LjMgNC40LTUuNSAwLTcuOC0yLjItNy43LTQuNHoiLz48cGF0aCBmaWxsPSIjQUFEOEYxIiBkPSJNODMgMzBjMC0xMy01LjEtMTYuOS0xMy0xNi45LTkgMC0xNSA2LjItMTUgMTYuNCAwIDEwLjUgNS41IDE2LjIgMTUuOCAxNi4yIDUuNiAwIDkuNy0yLjcgMTEuMi00Ljd2LTNjLTIuMS43LTMuOSAxLjItNy43IDEuMi01LjYgMC05LjMtMy4yLTkuMy05LjJoMTh6TTY5LjkgMTYuNmMyLjUgMCAzLjggMS44IDMuOCA5LjZsLTguNC43Yy4xLTcuOSAxLjgtMTAuMyA0LjYtMTAuM3pNMzcgNDV2LTNsLTMtMS41VjIxYzEuMi0uOSAzLjItMS43IDQuOC0xLjcgMi44IDAgNC4zIDEuNiA0LjIgNC4ydjE3TDQwIDQydjNoMTZ2LTNsLTMtMS41di0xOWMwLTUuNy0zLjMtOC4zLTcuNy04LjMtNC4xIDAtOC42IDEuMy0xMS4zIDMuOFYwaC0xTDIxIDJ2M2w0IDEuNXYzNEwyMiA0MnYzaDE1ek00IDM2LjRjMCA1LjcgMi44IDkuMyA4LjkgOS4zIDMuMSAwIDYuMi0uOCA4LjEtMi4zdi0zLjhjLS44LjMtMS45LjUtMi45LjUtMi45IDAtNC4xLTEuNi00LjEtNC42VjE5aDd2LTVoLTdWNi41TDQgOHY2bC00IDF2NGg0djE3LjR6Ii8+PC9zdmc+);
  background-position: 0 0;
  width: 20rem;
  height: 3.75rem;
}
.svg .i-observer-logo-320,
.svg-i-observer-logo-320 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhlaWdodD0iNjAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMSAxMkgwVjJoMzIuOXYxMEgyMnYzM0gxMVYxMnpNNDYgMnYxMS41YzEtMS43IDMuNS0yLjYgOC42LTIuNiA3LjggMCA5LjQgNS4zIDkuNCAxMi4xdjIySDUzVjI2Yy4yLTMuMS0uNC00LjQtMy4xLTQuNC0zLjIgMC0zLjkgMS4zLTMuOSA0LjR2MTlIMzVWMmgxMXptNjIuMyAyMS41YzAtNyAuOC0xMS40IDcuMS0xMS40IDYuMSAwIDYuOSA0LjMgNi45IDExLjRzLS43IDExLjItNi44IDExLjJjLTYuMyAwLTcuMi00LjItNy4yLTExLjJ6bTcuNSAyMS41YzE1LjIgMCAxNy45LTEwLjUgMTcuOS0yMiAwLTExLjYtMi43LTIyLTE4LjQtMjJTOTYuOSAxMS41IDk2LjkgMjNjLjUgMTEuNSAzLjIgMjIgMTguOSAyMnptMzAuNi0xNi41YzAtNS4zLjgtNy40IDQuNS03LjQgMy40IDAgMy45IDEuOSAzLjkgNy40cy0uOSA3LTQuMSA3Yy0zLjYgMC00LjQtMS45LTQuMy03ek0xNDMuMyA0NWwxLjctMi41YzIuMSAxLjcgMy4xIDIuNSA5LjIgMi41IDkuOCAwIDEwLjctNy43IDEwLjctMTcgMC05LjEtLjYtMTcuMS0xMC4zLTE3LjEtNC40IDAtNyAuNi04LjcgMy4xVjJoLTEwdjQyLjVsNy40LjV6bTIyLjMtMi45bDQtOC4xYzIuNCAxLjIgNi40IDIuMyAxMC4xIDIuMyAxLjggMCAyLjQtLjcgMi40LTEuNiAwLTEuNC0xLjgtMS41LTYtMi45LTUuOS0xLjctOS4xLTMuNS05LjEtMTAuMiAwLTguNSA1LjctMTEgMTMuMy0xMSA1IDAgNy42LjcgMTAuOCAybC00LjEgOC44Yy0yLjEtLjktNC43LTEuNC03LjMtMS40LTIuMiAwLTIuNi41LTIuNiAxLjQgMCAxLjMgMS44IDEuNCA1LjEgMi40IDYuNyAxLjggOS44IDMuOSA5LjggMTAuNyAwIDcuMy01LjMgMTAuNC0xMi40IDEwLjQtNS4xLjEtMTAuMi0uNi0xNC0yLjh6bTY1LjktMzEuNmwxLjIgMy4xYzEuNi0xLjkgNC0zLjEgOS4zLTMuMVYyMWMtNi45IDAtOCAyLjEtOCA2djE3aC0xMC45VjExLjVsOC40LTF6bTEwLjQgMS41aDExLjZsNC43IDE4LjhMMjYzIDEyaDExbC0xMCAzM2gtMTIuMmwtOS45LTMzem02OC4xLTEuNWwuOCAzLjJjMS42LTEuOSAzLjktMy4yIDkuMi0zLjJWMjFjLTYuOSAwLTggMi4xLTggNnYxN2gtMTFWMTEuNWw5LTF6TTMwMC4yIDQybC00LTguM2MtMi4zIDEtNC4zIDIuMy04LjcgMi4zLTMuNC0uMy00LjctMS01LTRIMzAwYzAtMTIuNSAxLTIxLTEyLjktMjEuNC0xMS41LS40LTE1LjEgNi40LTE1LjEgMTcuMi4zIDExLjEgMyAxNy4yIDE1IDE3LjIgNS41IDAgOS44LTEgMTMuMi0zem0tOS42LTE3aC04LjJjLjItMy4zIDEuMy00LjkgNC41LTQuOSAzLjIuMSAzLjcgMS41IDMuNyA0Ljl6bS02OS40IDE3LjFsLTQtOC4zYy0yLjMgMS00LjMgMi4zLTguNyAyLjMtMy40LS4zLTQuNy0xLTUtNEgyMjFjMC0xMi41LjUtMjEtMTIuOS0yMS40LTExLjUtLjUtMTUuMSA2LjMtMTUuMSAxNy4xLjMgMTEuMSAzIDE3LjIgMTUgMTcuMiA1LjUgMCA5LjgtMSAxMy4yLTIuOXpNMjExLjYgMjVoLTguMmMuMi0zLjMgMS4zLTQuOSA0LjUtNC44IDQuMi0uMSAzLjcgNC44IDMuNyA0Ljh6TTkzLjIgNDIuMWwtNC04LjNjLTIuMyAxLTQuMyAyLjMtOC43IDIuMy0zLjQtLjMtNC43LTEtNS00SDkzYzAtMTIgLjUtMjEtMTIuOS0yMS40QzY4LjYgMTAuMiA2NSAxNyA2NSAyNy44IDY1LjMgMzguOSA2OCA0NSA4MCA0NWM1LjUgMCA5LjgtMSAxMy4yLTIuOXpNODMuNiAyNWgtOC4yYy4yLTMuMyAxLjMtNC45IDQuNS00LjggMy4yLjEgMy43IDEuNCAzLjcgNC44eiIvPjwvc3ZnPg==);
  background-position: 0 0;
  width: 20rem;
  height: 3.75rem;
}
.i,
.caption:before,
figcaption:before {
  display: inline-block;
  background-repeat: no-repeat;
}
.svg .i {
  background-size: contain;
}
.svg .i-date {
  background-size: 100%;
  width: 0.625rem;
  height: 0.625rem;
}
blockquote.quoted .inline-quote {
  fill: #767676;
  position: absolute;
}
blockquote.quoted .inline-quote svg {
  width: 1.6875rem;
  height: 1.125rem;
}
blockquote .quoted__contents {
  margin-left: 2.1875rem;
}
.svg .pseudo-icon:before {
  content: '';
  height: 1em;
  padding-right: 0.3em;
  vertical-align: -10%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.pseudo-icon--audio--white:before {
  width: 1.23em;
}
.pseudo-icon--download--white:before {
  width: 1em;
}
.pseudo-icon--rss--white:before {
  width: 1em;
}
.childrens-books-site .hide-on-childrens-books-site {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 0.0625rem !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.0625rem !important;
}
