.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.contain {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.brand {
  position: absolute;
  top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.brand.w--current {
  top: 10px;
  display: block;
  padding-top: 0px;
}

.nav-menu-2 {
  padding-bottom: 0px;
}

.navlink {
  padding: 26px 12px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  padding-bottom: 21px;
  border-bottom: 5px solid #c8c8c8;
}

.navlink.w--current {
  margin-right: 0px;
  padding: 26px 12px 21px;
  border-bottom: 5px solid #c8c8c8;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.navlink.mightyred {
  margin-right: 0px;
  margin-left: 0px;
  padding: 26px 12px;
  font-weight: 400;
}

.navlink.mightyred:hover {
  padding-top: 26px;
  padding-bottom: 21px;
  border-bottom: 5px solid #009982;
}

.navlink.mightyred.w--current {
  padding-bottom: 21px;
  border-bottom: 5px solid #009982;
}

.section-welcome {
  padding-top: 70px;
  padding-bottom: 60px;
  border-bottom: 0px none transparent;
  background-color: #c8c8c8;
  background-image: url('../images/red-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand-subtitle {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-left: 6px;
  border-top: 2px none #c8c8c8;
  color: #dc0714;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.brand-subtitle.wht {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.title-block {
  height: 106px;
  padding: 16px 20px 0px;
  background-color: #fff;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.home {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}

.section._25-info-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e11827;
  background-image: url('../images/rush-lead.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.stats-cent-border {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}

.section.inf-insta-plain {
  padding-top: 125px;
  padding-bottom: 125px;
  border-style: solid;
  border-width: 1px;
  border-color: #dc0714;
  background-color: #dc0714;
  text-align: center;
}

.section.full-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #31b5aa;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(49, 181, 170, 0.88), #31b5aa), url('../images/mystery-bg.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 60px;
}

.section.full-green.lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #31b5aa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 181, 170, 0.91)), to(rgba(49, 181, 170, 0.91))), url('../images/mystery-bg.svg');
  background-image: linear-gradient(180deg, rgba(49, 181, 170, 0.91), rgba(49, 181, 170, 0.91)), url('../images/mystery-bg.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 60px;
}

.section.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 78.8%, 0), #c9c9c9), url('../images/mystery-bg.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 60px;
}

.section.green {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #dc0714;
  background-image: url('../images/25-party.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.grey {
  background-color: #f3f3f3;
}

.column {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-right: 6px;
  padding-bottom: 0px;
  padding-left: 6px;
}

.article-type-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 24px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.article-type-block:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.title-highlight {
  color: #dc0714;
  text-transform: uppercase;
}

.home-row {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 0px;
}

.heading {
  display: inline-block;
  margin-bottom: 16px;
  margin-left: 4px;
  color: #c8c8c8;
  font-size: 11px;
  text-transform: uppercase;
}

.title-highlight-green {
  color: #009982;
  text-transform: uppercase;
}

.article-block {
  display: block;
  width: auto;
  height: auto;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 4px;
  background-color: #fff;
}

.article-link {
  display: block;
  box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.24);
  text-decoration: none;
}

.h2 {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: none;
}

.h2.title {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
}

.h2.title.wider {
  width: 260px;
}

.h2.title.super-wide {
  width: 320px;
}

.h2.title.wide {
  width: 240px;
}

.h2.title.single {
  width: 230px;
}

.tag-text {
  display: inline-block;
  margin-top: 12px;
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 0px;
  background-color: #c8c8c8;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.tag-text.junior {
  position: absolute;
  margin-top: 12px;
  margin-left: -6px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 4px;
  background-color: #009982;
  box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.44);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.image-block {
  height: 225px;
  padding-top: 0px;
  background-color: #a1a1a1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-block._24-white {
  background-image: url('../images/24-white-conts.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-block._24-preseason {
  background-image: url('../images/LFC-Contents-Fenway.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._24-transfers {
  background-image: url('../images/24-transfers-conts.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._24-quiz {
  background-image: url('../images/24-quiz-01.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-block._24-lfcw {
  background-image: url('../images/24-lfcw-mel2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block._24-madrid-bts {
  background-image: url('../images/Klopp-Madrid-.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.diary {
  background-color: #009982;
  background-image: url('../images/mighty-tile.jpg'), -webkit-gradient(linear, left top, left bottom, from(#017261), to(#009982));
  background-image: url('../images/mighty-tile.jpg'), linear-gradient(180deg, #017261, #009982);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.image-block._24-draw {
  background-image: url('../images/24-dream-draw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._24-vvd {
  background-image: url('../images/vvd-lead.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.conts-who {
  background-image: url('../images/18-who-thumbnail.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block._25-halloween {
  background-image: url('../images/shiverpool.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._24-caps {
  background-image: url('../images/24-caps-lead.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._24-acad {
  background-image: url('../images/Ritaccio1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._24-pl {
  background-image: url('../images/Everton-Andre-Gomes.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._24-internationals {
  background-image: url('../images/Mane-Goal-Senegal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-who {
  background-image: url('../images/18-who-thumbnail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-rush-infographic {
  background-color: #e31b23;
  background-image: url('../images/rush-lead.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.tottenham {
  background-image: url('../images/spurs-pageheader.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.keegan-tile {
  background-image: url('../images/21-Keegan-1_840x555.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.trent-tile {
  background-image: url('../images/21-Alexander-Arnold_tile_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.ucl-thumb-meet {
  background-image: url('../images/21-Melia-1_840x670.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-ox-interview {
  background-image: url('../images/25-interview-ox-lead.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

.image-block._25-mighty-tile {
  background-image: url('../images/mighty-tile.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

.image-block._25-trent {
  background-image: url('../images/21-Alexander-Arnold_tile_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-awards-tile {
  background-image: url('../images/25-awards-tile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-sevenup {
  background-image: url('../images/25-CL-madrid-lead.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-cupquiz {
  background-image: url('../images/25-quiz-tile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-kopkids-tile {
  background-image: url('../images/25_kopkids-lead.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-women-tile {
  background-image: url('../images/25-women-general-roberts.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-academy-tile {
  background-image: url('../images/25-academy-lead.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-barnes-berger {
  background-image: url('../images/25-barnesBerger-lead.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-dreamdraw {
  background-image: url('../images/25-dreamdraw-tile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-legends-tile {
  background-image: url('../images/25-legends-lead.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-screening-tile {
  background-image: url('../images/25-screening-lead.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow-top-block {
  position: relative;
  left: 0px;
  top: -90px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.cover-block-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 46vh;
  padding-right: 12px;
}

.cover-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.crest-block {
  display: inline-block;
  margin-bottom: 12px;
}

.cover-entry-points-block {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 12px;
  border-left: 1px solid #fff;
}

.issue-number-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.cover-block-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  margin-left: 50px;
  padding-top: 42vh;
  padding-left: 0px;
}

.button {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #dc0714;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  background-color: #c2030e;
}

.button.w--current {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
}

.button.cover {
  margin-top: 24px;
  margin-left: 0px;
  padding: 12px 30px;
  border: 1px none #fff;
  background-color: #dc0714;
  box-shadow: 0 9px 11px 0 #000;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 18px;
  font-weight: 700;
}

.button.cover:hover {
  background-color: #c70410;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.button.answer {
  margin-right: 4px;
  margin-left: 4px;
}

.button.quiz {
  display: block;
  margin-bottom: 8px;
  background-color: #fff;
  color: #dc0714;
  font-weight: 700;
}

.button.quiz.close {
  background-color: #dc0714;
  color: #fff;
}

.home-mast-block {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  padding-top: 50px;
  padding-left: 50px;
}

.cover-omp-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 14px;
}

.entry-point-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.entry-point-text.more {
  margin-top: 0px;
  padding-top: 0px;
  color: #f50715;
}

.season-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.inside-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 6px;
  color: #b89d38;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}

.cover-block {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  height: 100vh;
  background-color: #000;
  background-image: url('../images/cover_25.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.plus-block {
  display: inline-block;
  margin-right: 4px;
}

.wrap {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.leadimg-article {
  height: 450px;
  margin-top: 0px;
  background-color: #000;
}

.leadimg-article._24-ucl {
  background-color: transparent;
  background-image: url('../images/shiverpool.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._24-white {
  background-color: #fff;
  background-image: url('../images/spurs-pageheader.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._24-draw {
  height: 275px;
  background-color: transparent;
  background-image: url('../images/24-dream-draw.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.leadimg-article._23-milner {
  background-color: #fff;
  background-image: url('../images/milner01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._25-oxlaidechamberlain {
  background-color: #fff;
  background-image: url('../images/25-interview-ox-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article.mighty-16 {
  height: 450px;
  background-color: #31b5aa;
  background-image: url('../images/24-mighty.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.leadimg-article._25-awards-lead {
  background-color: #fff;
  background-image: url('../images/25_awards-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._25-sevenup-lead {
  background-color: #fff;
  background-image: url('../images/25-CL-madrid-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._25-kopkids-lead {
  background-color: #fff;
  background-image: url('../images/25_kopkids-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._24-lfcw {
  background-color: #fff;
  background-image: url('../images/24-lfcw-mel1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._25-lfc-women-lead {
  background-color: #fff;
  background-image: url('../images/25-women-roberts-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._25-academy-lead {
  background-color: #fff;
  background-image: url('../images/25-academy-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._25-barnes-berger {
  background-color: #fff;
  background-image: url('../images/25-barnesBerger-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._25-legends-lead {
  background-color: #fff;
  background-image: url('../images/25-legends-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._25-dream-draw {
  background-color: #fff;
  background-image: url('../images/25-dreamdraw-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._25-screening-lead {
  background-color: #fff;
  background-image: url('../images/25-screening-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article.red {
  height: 50px;
  background-color: #e31b23;
}

.article-tag {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dc0714;
  color: #c8c8c8;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-tag.wht {
  color: #fff;
}

.article-tag.table.centre {
  text-align: center;
}

.article-tag.light {
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 0px;
  border-bottom-color: #fff;
  color: #fff;
}

.article-tag.stack {
  line-height: 32px;
}

.img-cent-block {
  margin-bottom: 40px;
  text-align: center;
}

.article-content {
  display: block;
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.para {
  margin-bottom: 34px;
  color: #505050;
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
}

.para.w24 {
  margin-bottom: 24px;
}

.para.top-margin {
  margin-top: 30px;
}

.para.table {
  margin: 15px auto 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-style: normal;
  text-align: center;
}

.break-block {
  height: 0px;
  margin-top: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #c8c8c8;
}

.article-headline {
  display: block;
  width: auto;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -2px;
}

.article-headline.cent {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.article-headline.cent.wht {
  color: #fff;
}

.article-headline.cent.gap {
  margin-bottom: 24px;
}

.article-headline.cent.green {
  color: #fff;
}

.article-headline.wht {
  margin-bottom: 24px;
  color: #fff;
}

.article-headline.secondary {
  color: #dc0714;
  font-weight: 400;
}

.article-headline.secondary.bold {
  font-weight: 700;
}

.arrow-gotop {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.arrow-gotop.break-top {
  margin-top: 42px;
}

.standfirst {
  width: auto;
  max-width: 840px;
  color: #dc0714;
  font-size: 20px;
  line-height: 26px;
}

.standfirst.reverse {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.half-section-float-left {
  position: relative;
  overflow: visible;
  width: 50%;
  height: 100%;
  float: left;
}

.half-section-float-left.anim-stat {
  padding: 160px 40px;
  background-color: #fff;
  text-align: center;
}

.half-section-float-left.anim-stat.margins {
  padding-top: 160px;
  padding-bottom: 160px;
}

.half-section-float-left._25-info02 {
  position: absolute;
  background-color: #dc0714;
  background-image: url('../images/rush-hatrick.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-float-left._24-info04 {
  position: absolute;
  background-color: #dc0714;
  background-image: url('../images/Rush-Pen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stat-label {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.stat-label.lrg {
  font-size: 22px;
  line-height: 26px;
}

.stat-label.wht {
  color: #fff;
}

.section-standard {
  position: relative;
}

.half-section-float-right {
  position: relative;
  width: 50%;
  float: right;
}

.half-section-float-right._24-info01 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  background-color: #f3f3f3;
  background-image: url('../images/rush-goldenboot.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-section-float-right.anim-stat {
  padding: 125px 40px;
  background-color: #fff;
  text-align: center;
}

.half-section-float-right.anim-stat.red {
  padding-top: 140px;
  padding-bottom: 140px;
}

.half-section-float-right._24-info-04 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  background-color: #f3f3f3;
  background-image: url('../images/rush-shoot.jpg'), url('../images/24-vvd-01.jpg');
  background-position: 50% 0%, 50% 17%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.half-section-float-right._25-info06 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  background-image: url('../images/rush-everton-goal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-float-right._25-info06.wembley {
  background-image: url('../images/rush-facup.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stat.gap {
  margin-bottom: 20px;
}

.stat._11 {
  margin-bottom: 16px;
}

.stat-number-lrg {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
  color: #dc0714;
  font-size: 200px;
  line-height: 180px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-link {
  color: #dc0714;
  font-weight: 700;
  text-decoration: underline;
}

.text-link.yellow {
  color: gold;
}

.video-contain {
  display: block;
  margin-right: 0px;
  margin-bottom: 34px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent;
  text-align: left;
}

.video-contain.w24 {
  margin-top: 24px;
}

.mystery-contain {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 5vh;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.mystery-img-block {
  height: 30vh;
  background-image: url('../images/gomez_sil.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mystery-img-block.answer {
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.clue-block {
  margin-bottom: 36px;
}

.answer-correct-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 27%, hsla(0, 0%, 100%, 0.95));
  opacity: 0;
}

.quiz-content {
  display: block;
  width: 840px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quiz-content.start {
  width: 100%;
}

.quiz-question {
  margin-bottom: 24px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -2px;
}

.quiz-question.grey {
  color: #505050;
}

.quiz-question.start {
  color: #fff;
}

.quiz-question.sml {
  font-size: 38px;
  line-height: 40px;
}

.image-3 {
  border-radius: 200px;
  background-color: transparent;
  box-shadow: none;
}

.quiz-answers-contain {
  display: block;
  width: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.quiz-answers-contain.left {
  display: inline-block;
  margin-top: 0px;
}

.answer-incorrect-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100vh;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #880008;
  opacity: 0;
}

.terms-link {
  margin-bottom: 0px;
  color: #009982;
  font-weight: 400;
  text-decoration: none;
}

.wufoo-form {
  margin-bottom: 42px;
  margin-left: -4px;
}

.img-cent-block-2 {
  text-align: center;
}

.img-block-left {
  width: 30%;
  margin-right: 20px;
  float: left;
}

.caption {
  margin-top: 4px;
  color: #747474;
  font-style: italic;
}

.caption.cent {
  margin-bottom: 50px;
  text-align: center;
}

.pullquote {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 3px solid #009982;
  border-bottom: 1px solid #c8c8c8;
  color: #c8c8c8;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.pullquote.wide {
  margin-bottom: 40px;
  border-top-color: #c8c8c8;
  text-transform: uppercase;
}

.link-block-2 {
  text-decoration: none;
}

.ucl-article-wrap {
  display: block;
  width: 220px;
  height: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.37);
  text-align: center;
}

.article-headline-option {
  display: block;
  width: auto;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -2px;
}

.topps-link-block {
  width: 100%;
  text-decoration: none;
}

.signings-background {
  height: auto;
  min-height: 95vh;
  padding-top: 18vh;
  padding-bottom: 22vh;
  background-color: #dc0714;
  background-image: url('../images/25-party.png'), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bc0317), to(#e31b23));
  background-image: url('../images/25-party.png'), linear-gradient(180deg, #bc0317 50%, #e31b23);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  color: #009982;
}

.ucl-link-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: none;
}

.ucl-title-wrap {
  height: auto;
  padding: 10px 0px;
  background-color: #fff;
}

.options-col {
  padding-right: 5px;
  padding-left: 5px;
}

.article-tag-option {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid gold;
  color: gold;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.options-block {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.options-row-narrow {
  display: block;
  width: 700px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

.standifrst-option {
  display: block;
  width: auto;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.cards-block {
  padding-right: 20px;
  padding-left: 20px;
}

.intro-text {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.video-contain-2 {
  display: block;
  overflow: visible;
  width: 840px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.video-contain-2.in-article {
  margin-bottom: 34px;
}

.mighty-img-block {
  margin-bottom: 24px;
  border: 24px solid #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.32);
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.grid-table {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-table._3-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-table._8-col {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr minmax(300px, 300px) 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 0.5fr minmax(300px, 300px) 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quiz-section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #dc0714;
}

.quiz-section.start {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 7, 20, 0.88)), to(rgba(220, 7, 20, 0.88))), url('../images/Anfield-quiz-landscape.jpg');
  background-image: linear-gradient(180deg, rgba(220, 7, 20, 0.88), rgba(220, 7, 20, 0.88)), url('../images/Anfield-quiz-landscape.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.quiz-section.success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 7, 20, 0.8)), to(rgba(220, 7, 20, 0.8))), url('../images/Quiz-win.jpg');
  background-image: linear-gradient(180deg, rgba(220, 7, 20, 0.8), rgba(220, 7, 20, 0.8)), url('../images/Quiz-win.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.quiz-section.wrong {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 7, 20, 0.78)), to(rgba(220, 7, 20, 0.78))), url('../images/quiz-wrong.jpg');
  background-image: linear-gradient(180deg, rgba(220, 7, 20, 0.78), rgba(220, 7, 20, 0.78)), url('../images/quiz-wrong.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.quiz-subhead {
  margin-top: 0px;
  margin-bottom: 20px;
  color: gold;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.quiz-highlight {
  color: gold;
}

.quiz-img-portrait {
  width: 300px;
  margin-right: 20px;
  float: left;
  border: 1px solid #fff;
}

.quiz-img-block {
  display: block;
  margin-right: 24px;
  float: none;
  border: 1px none #fff;
}

.text-span {
  color: #e31b23;
}

.table-headline {
  margin-bottom: 20px;
  color: #505050;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

.table-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-par {
  margin-top: 15px;
  color: #505050;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

.table-all-columns-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.html-embed {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contain-2 {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="cover-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="cover-slide-left"] {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="cover-slide-right"] {
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="slide-up-two"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="up-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 52px);
  -ms-transform: translate(0px, 52px);
  transform: translate(0px, 52px);
}

html.w-mod-js *[data-ix="slide-up-three"] {
  opacity: 0;
  -webkit-transform: translate(0px, 90px);
  -ms-transform: translate(0px, 90px);
  transform: translate(0px, 90px);
}

@media (max-width: 991px) {
  .navbar {
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .brand {
    padding-top: 0px;
  }
  .nav-menu-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    height: 100vh;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    background-color: rgba(220, 7, 20, 0.95);
  }
  .navlink {
    display: block;
    padding-bottom: 26px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
  }
  .navlink:hover {
    padding-bottom: 26px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .navlink.w--current {
    margin-left: 0px;
    border-bottom: 1px none #000;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
  }
  .navlink.w--current:hover {
    padding-bottom: 21px;
    border-bottom-style: none;
  }
  .navlink.mightyred {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }
  .navlink.mightyred:hover {
    border-bottom-style: none;
  }
  .navlink.mightyred.w--current {
    border-bottom: 1px none #000;
    font-weight: 700;
  }
  .navlink.mightyred.w--current:hover {
    font-weight: 400;
  }
  .menu-button {
    position: relative;
  }
  .menu-button.w--open {
    position: relative;
    z-index: 9999;
    background-color: #dc0714;
  }
  .section.full-green.lead {
    padding-top: 12vh;
  }
  .section.green {
    background-position: 100% 50%;
    background-size: cover;
  }
  .article-link {
    display: block;
  }
  .h2.title.wider {
    width: 200px;
    font-size: 16px;
    line-height: 17px;
  }
  .h2.title.super-wide {
    width: 260px;
    font-size: 16px;
    line-height: 17px;
  }
  .h2.title.wide {
    width: 200px;
    font-size: 18px;
  }
  .cover-block-right {
    display: none;
  }
  .cover-entry-points-block {
    display: none;
  }
  .cover-block-left {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    padding-top: 0vh;
    padding-bottom: 50px;
  }
  .button.cover {
    border-width: 2px;
    box-shadow: 0 2px 4px 0 #000;
    font-size: 16px;
    font-weight: 700;
  }
  .cover-block {
    background-position: 50% 50%;
  }
  .leadimg-article {
    height: 350px;
  }
  .leadimg-article._24-ucl {
    background-position: 50% 100%;
    background-size: cover;
  }
  .leadimg-article._24-white {
    height: 450px;
    background-size: cover;
  }
  .leadimg-article._24-draw {
    background-position: 50% 50%;
    background-size: cover;
  }
  .leadimg-article._23-milner {
    height: 450px;
    background-size: cover;
  }
  .leadimg-article._25-oxlaidechamberlain {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._25-awards-lead {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._25-sevenup-lead {
    background-position: 50% 50%;
    background-size: cover;
  }
  .leadimg-article._25-kopkids-lead {
    background-position: 50% 50%;
    background-size: cover;
  }
  .leadimg-article._24-lfcw {
    height: 450px;
    background-size: cover;
  }
  .leadimg-article._25-lfc-women-lead {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._25-academy-lead {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._25-barnes-berger {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._25-legends-lead {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._25-dream-draw {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._25-screening-lead {
    background-position: 50% 0%;
    background-size: cover;
  }
  .article-content {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-headline {
    width: 100%;
    max-width: auto;
  }
  .standfirst {
    width: 100%;
    max-width: auto;
  }
  .half-section-float-left._25-info02 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .half-section-float-left._24-info04 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .half-section-float-right._24-info01 {
    background-size: cover;
  }
  .half-section-float-right._24-info-04 {
    background-size: cover;
  }
  .half-section-float-right._25-info06 {
    background-position: 50% 50%;
  }
  .quiz-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quiz-answers-contain {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .article-headline-option {
    width: 100%;
    max-width: auto;
  }
  .signings-background {
    padding-top: 175px;
  }
  .options-col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .options-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .standifrst-option {
    width: 100%;
    max-width: auto;
  }
  .cards-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro-text {
    font-size: 20px;
    line-height: 20px;
  }
  .video-contain-2 {
    width: 100%;
    height: 350px;
  }
  .grid-table._8-col {
    -ms-grid-columns: 0.5fr minmax(300px, 300px) 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr minmax(300px, 300px) 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  }
  .div-table {
    margin-right: 5px;
    margin-left: 5px;
  }
  .quiz-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .quiz-section.start {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Anfield-quiz-landscape.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Anfield-quiz-landscape.jpg');
    background-position: 0px 0px, 50% 100%;
  }
  .quiz-subhead {
    line-height: 34px;
  }
  .quiz-img-portrait {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 5px;
    padding-bottom: 13px;
  }
  .contain {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu-2 {
    z-index: 10;
  }
  .menu-button {
    padding-top: 25px;
    padding-bottom: 26px;
  }
  .section-welcome {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .section.home {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .section._25-info-lead {
    height: 60vh;
    background-position: 50% 100%;
  }
  .column {
    margin-bottom: 12px;
  }
  .home-row {
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .article-link {
    display: block;
  }
  .h2.title.wider {
    width: 260px;
    font-size: 20px;
    line-height: 22px;
  }
  .h2.title.super-wide {
    width: 300px;
    font-size: 20px;
    line-height: 22px;
  }
  .h2.title.wide {
    width: 240px;
    font-size: 19px;
  }
  .image-block._25-academy-tile {
    background-position: 50% 0%;
  }
  .image-block._25-barnes-berger {
    background-position: 50% 0%;
  }
  .button.cover {
    padding: 9px 24px;
  }
  .cover-block {
    background-image: url('../images/cover_25_tablet.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile-masthead {
    margin-bottom: 8px;
  }
  .leadimg-article {
    height: 250px;
  }
  .leadimg-article.mighty-16 {
    height: 250px;
  }
  .article-tag.table {
    font-size: 11px;
    text-align: center;
  }
  .article-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .para.table {
    font-size: 14px;
  }
  .standfirst.reverse {
    font-size: 18px;
    line-height: 22px;
  }
  .half-section-float-left.anim-stat {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    float: none;
  }
  .half-section-float-left._25-info02 {
    display: none;
  }
  .half-section-float-left._24-info04 {
    display: none;
  }
  .half-section-float-right {
    width: 100%;
    float: right;
    background-color: #fff;
  }
  .half-section-float-right._24-info01 {
    display: none;
  }
  .half-section-float-right._24-info-04 {
    display: none;
  }
  .half-section-float-right._25-info06 {
    display: none;
  }
  .answer-correct-block {
    display: block;
    padding-top: 8vh;
  }
  .quiz-question {
    font-size: 32px;
    line-height: 34px;
  }
  .answer-incorrect-block {
    padding-top: 8vh;
  }
  .img-block-left {
    width: 100%;
    margin-bottom: 24px;
    float: none;
    text-align: center;
  }
  .signings-background {
    padding-top: 150px;
  }
  .options-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .options-block {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .link-block {
    margin-bottom: -16px;
  }
  .options-row-narrow {
    width: auto;
    max-width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cards-block {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .intro-text {
    font-size: 16px;
    line-height: 16px;
  }
  .video-contain-2 {
    height: 250px;
  }
  .grid-table._3-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid-table._8-col {
    -ms-grid-columns: 0.5fr minmax(200px, 200px) 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr minmax(200px, 200px) 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  }
  .quiz-section {
    padding-top: 16vh;
  }
  .quiz-section.start {
    padding-top: 14vh;
  }
  .quiz-section.success {
    padding-top: 16vh;
  }
  .quiz-section.wrong {
    padding-top: 16vh;
  }
  .quiz-subhead {
    font-size: 24px;
    line-height: 26px;
  }
  .contain-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .contain {
    padding-right: 8px;
    padding-left: 8px;
  }
  .brand {
    padding-left: 0px;
  }
  .image-4 {
    max-width: 90%;
  }
  .navlink:hover {
    padding-top: 26px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .navlink.w--current {
    display: block;
  }
  .section.home {
    padding-bottom: 0px;
  }
  .section._25-info-lead {
    height: 50vh;
    background-position: 50% 100%;
  }
  .section.full-green.lead {
    padding-top: 8vh;
  }
  .h2.title.wider {
    width: 240px;
    font-size: 18px;
    line-height: 21px;
  }
  .h2.title.super-wide {
    width: 260px;
    font-size: 18px;
    line-height: 21px;
  }
  .cover-block-right {
    display: none;
  }
  .cover-title {
    font-size: 13px;
    line-height: 13px;
  }
  .crest-block {
    margin-bottom: 6px;
  }
  .issue-number-text {
    font-size: 13px;
    line-height: 13px;
  }
  .cover-block-left {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
  }
  .button {
    display: inline-block;
    margin-top: 8px;
  }
  .button.cover {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .button.answer {
    display: block;
  }
  .home-mast-block {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    padding: 14px 10px 0px;
    text-align: center;
  }
  .cover-block {
    background-image: url('../images/cover_25_mob.jpg'), -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(90%, #000));
    background-image: url('../images/cover_25_mob.jpg'), linear-gradient(180deg, transparent 35%, #000 90%);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .mobile-masthead {
    margin-bottom: 3px;
  }
  .leadimg-article {
    height: 250px;
  }
  .leadimg-article._24-white {
    height: 250px;
  }
  .leadimg-article.mighty-16 {
    height: 250px;
  }
  .article-tag.table {
    font-size: 9px;
    text-align: center;
  }
  .para.table {
    font-size: 12px;
  }
  .article-headline {
    font-size: 35px;
    line-height: 40px;
  }
  .article-headline.cent.gap {
    font-size: 32px;
    line-height: 36px;
  }
  .article-headline.cent.green {
    font-size: 32px;
    line-height: 36px;
  }
  .standfirst {
    font-size: 18px;
    line-height: 24px;
  }
  .half-section-float-left.anim-stat.margins {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mystery-contain {
    padding-right: 20px;
    padding-left: 20px;
  }
  .answer-correct-block {
    display: none;
    padding-top: 8vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    opacity: 0;
  }
  .quiz-question {
    font-size: 28px;
    line-height: 30px;
  }
  .quiz-question.grey {
    opacity: 1;
  }
  .quiz-answers-contain {
    width: auto;
  }
  .quiz-answers-contain.left {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .article-headline-option {
    font-size: 35px;
    line-height: 40px;
  }
  .options-col {
    margin-bottom: 16px;
  }
  .options-row-narrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .standifrst-option {
    font-size: 18px;
    line-height: 24px;
  }
  .grid-table._3-col {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .grid-table._8-col {
    -ms-grid-columns: 1fr minmax(140px, 140px) 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr minmax(140px, 140px) 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .div-table {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .quiz-section {
    padding-top: 40px;
  }
  .quiz-section.start {
    padding-top: 16vh;
  }
  .quiz-subhead {
    font-size: 22px;
    line-height: 24px;
  }
  .bold-text {
    font-size: 28px;
    line-height: 30px;
  }
  .table-headline {
    font-size: 15px;
  }
  .table-par {
    padding-right: 1px;
    padding-left: 1px;
    font-size: 14px;
    line-height: 22px;
  }
  .contain-2 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

#w-node-cfd1ecab5a93-8d59a6ec {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-9c1d8f28bc9b-8d59a6ec {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-da7df1d74737-8d59a6ec {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 479px) {
  #w-node-cfd1ecab5a93-8d59a6ec {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-9c1d8f28bc9b-8d59a6ec {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-da7df1d74737-8d59a6ec {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}