/**
 * Main Stylesheet
 */
/**
 * Settings
 * @description Project configuration files and settings
 */
/**
 * Settings.Colours
 */
/**
 * Action Area Colours
 */
/**
 * Hospitality Theme Colours
 */
/**
 * PlaymakerJs.Settings.Colours
 */
/**
 * Settings.Fonts
 */
@font-face {
  font-family: 'montserrat-bold';
  src: url("../../fonts/montserrat-bold/montserrat-bold.woff2") format("woff2"), url("../../fonts/montserrat-bold/montserrat-bold.woff") format("woff"); }

@font-face {
  font-family: 'muli-regular';
  src: url("../../fonts/muli-regular/muli-regular.woff2") format("woff2"), url("../../fonts/muli-regular/muli-regular.woff") format("woff"); }

/**
 * Settings.Z-Index
 */
/**
 * Tools
 * @description Project specific functions and mixin selectors for reusable logic
 */
/**
 * Tools.Breakpoints
 */
/**
 * Tools.Font-Size
 */
/**
 * Tools.Fluid-Typography
 */
/**
 * Tools.Animations
 */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slide-down {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slideInDown; }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80%, 100% {
    opacity: 0; } }

@keyframes pulse-dot {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }

/**
 * Base
 * @description Used to define the basic resets for the HTML, body elements, box-sizing, font imports and typography styles.
 */
/**
 * Base.Reset
 * @description normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.cs
 */
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "muli-regular", Helvetica, Arial, sans-serif; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 0; }

figcaption {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/**
 * Base.Base
 */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden; }
  body .content-theme-junior-page .principal-sponsors a.hide-for-children,
  body .content-theme-junior-page .club-partners a.hide-for-children,
  body .content-theme-junior-page .header__logos a.hide-for-children {
    display: none; }

.body-fixed,
.live-scores-active {
  overflow: hidden; }

.body-static {
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow: hidden; }

.adminimal-admin-toolbar .main-nav--active {
  top: 36px !important; }

[href="main-content"] {
  position: absolute;
  top: 0;
  right: 100%; }
  [href="main-content"]:focus {
    right: auto; }

.hidden, .home-featured .teaser--news .teaser__category,
.home-featured .teaser--news .teaser__publish-time, .newsletter label, .path-search #user-search-form label,
.path-search #user-search-form .search-help-link,
.path-search #user-search-form .search-advanced {
  position: absolute;
  display: block !important;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

#block-hiddengallery {
  display: none; }

#toolbar-administration {
  z-index: 700; }

/**
 * Base.Typography
 */
h1, h2, h3,
h4, h5, h6 {
  margin: 0 0 35px;
  padding: 0;
  color: #2d2d2d;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 26px; }
  @media screen and (min-width: 320px) {
    h1 {
      font-size: calc(26px + 54 * (100vw - 320px) / 680); } }
  @media screen and (min-width: 1000px) {
    h1 {
      font-size: 80px; } }

h2 {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    h2 {
      font-size: calc(24px + 16 * (100vw - 320px) / 680); } }
  @media screen and (min-width: 1000px) {
    h2 {
      font-size: 40px; } }

h3 {
  color: #636466; }
  h3 {
    font-size: 22px; }
    @media screen and (min-width: 320px) {
      h3 {
        font-size: calc(22px + 8 * (100vw - 320px) / 680); } }
    @media screen and (min-width: 1000px) {
      h3 {
        font-size: 30px; } }

h4 {
  font-size: 20px; }
  @media screen and (min-width: 320px) {
    h4 {
      font-size: calc(20px + 4 * (100vw - 320px) / 680); } }
  @media screen and (min-width: 1000px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 18px; }
  @media screen and (min-width: 320px) {
    h5 {
      font-size: calc(18px + 2 * (100vw - 320px) / 680); } }
  @media screen and (min-width: 1000px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 18px; }
  @media screen and (min-width: 320px) {
    h6 {
      font-size: calc(18px + 2 * (100vw - 320px) / 680); } }
  @media screen and (min-width: 1000px) {
    h6 {
      font-size: 20px; } }

p {
  margin: -10px 0 35px;
  color: #636466;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media (min-width: 620px) {
    p {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 870px) {
    p {
      font-size: 18px;
      font-size: 1.8rem; } }

a {
  color: #d5002e;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    text-decoration: underline; }

b,
strong {
  font-weight: 900; }

i,
em,
address {
  font-style: italic; }

s,
sub,
sup {
  margin: 0 3px; }

/**
 * Atoms
 * @description Used to define the styles of base web elements for the project
 */
/**
 * Atom.Blockquote
 */
blockquote {
  margin: 0;
  padding: 30px;
  color: #fff;
  background-color: #d5002e; }
  .content blockquote {
    margin-bottom: 35px; }
  blockquote p {
    display: block;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-size: 2.1rem; }
  blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
    color: #ffffff; }
  blockquote cite {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal; }

/**
 * Atom.Block-Heading
 */
.block-heading, .partnerships-contain h3 {
  position: relative;
  color: #e9e9e9;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase; }
  .block-heading, .partnerships-contain h3 {
    font-size: 70px; }
    @media screen and (min-width: 320px) {
      .block-heading, .partnerships-contain h3 {
        font-size: calc(70px + 15 * (100vw - 320px) / 80); } }
    @media screen and (min-width: 400px) {
      .block-heading, .partnerships-contain h3 {
        font-size: 85px; } }
  @media (min-width: 768px) {
    .block-heading, .partnerships-contain h3 {
      font-size: 85px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .block-heading, .partnerships-contain h3 {
      font-size: calc(85px + 15 * (100vw - 768px) / 352); } }
  @media screen and (min-width: 768px) and (min-width: 1120px) {
    .block-heading, .partnerships-contain h3 {
      font-size: 100px; } }
  @media (min-width: 1120px) {
    .block-heading, .partnerships-contain h3 {
      text-align: center; } }
  .block-heading span, .partnerships-contain h3 span {
    display: none; }
    @media (min-width: 620px) {
      .block-heading span, .partnerships-contain h3 span {
        display: inline-block; } }

/**
 * Atoms.Buttons
 */
button,
.btn,
.add-calendar,
.homepage-takeover__btns a,
#sliding-popup button,
.data-request__link,
.match-strip__cta-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 15px 0;
  padding: 13px 20px;
  width: 100%;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease; }
  button:hover,
  .btn:hover,
  .add-calendar:hover,
  .homepage-takeover__btns a:hover,
  #sliding-popup button:hover,
  .data-request__link:hover,
  .match-strip__cta-link:hover {
    text-decoration: none; }
  button:focus,
  .btn:focus,
  .add-calendar:focus,
  .homepage-takeover__btns a:focus,
  #sliding-popup button:focus,
  .data-request__link:focus,
  .match-strip__cta-link:focus {
    outline-color: #3b99fc !important;
    outline-style: auto !important;
    outline-width: 5px !important; }
  @media (min-width: 400px) {
    button,
    .btn,
    .add-calendar,
    .homepage-takeover__btns a,
    #sliding-popup button,
    .data-request__link,
    .match-strip__cta-link {
      width: auto; } }
  button--primary,
  .btn--primary,
  .container #payment-form input[type="submit"],
  .subscription-plan-card .btn-primary,
  #voucher-form .btn-secondary,
  .data-request__link,
  .btn--dark.fixture__cta-link {
    color: #000;
    background-color: #fff;
    border: 1px solid #d5002e; }
    button--primary:hover,
    .btn--primary:hover,
    .container #payment-form input:hover[type="submit"],
    .subscription-plan-card .btn-primary:hover,
    #voucher-form .btn-secondary:hover,
    .data-request__link:hover,
    .btn--dark.fixture__cta-link:hover {
      color: #fff;
      background-color: #d5002e; }
  button--secondary,
  .btn--secondary,
  .content-archive .teaser--latest-featured .contain .teaser__btn,
  .content-archive .teaser--latest-featured .page-node-type-landing .latest-news .teaser__btn,
  .page-node-type-landing .content-archive .teaser--latest-featured .latest-news .teaser__btn,
  .content-archive .teaser--latest-featured .page-node-type-landing .related-news .teaser__btn,
  .page-node-type-landing .content-archive .teaser--latest-featured .related-news .teaser__btn,
  .content-archive .teaser--latest-featured .secondary-nav .main-nav__menu .teaser__btn,
  .secondary-nav .content-archive .teaser--latest-featured .main-nav__menu .teaser__btn,
  .content-archive .teaser--latest-featured .match-strip .teaser__btn,
  .content-archive .teaser--latest-featured .news-list-view .teaser__btn,
  #sliding-popup button {
    color: #fff;
    background-color: #2d2d2d;
    border: 1px solid #fff; }
    button--secondary:hover, button--secondary:focus, button--secondary:active,
    .btn--secondary:hover,
    .content-archive .teaser--latest-featured .contain .teaser__btn:hover,
    .content-archive .teaser--latest-featured .page-node-type-landing .latest-news .teaser__btn:hover,
    .page-node-type-landing .content-archive .teaser--latest-featured .latest-news .teaser__btn:hover,
    .content-archive .teaser--latest-featured .page-node-type-landing .related-news .teaser__btn:hover,
    .page-node-type-landing .content-archive .teaser--latest-featured .related-news .teaser__btn:hover,
    .content-archive .teaser--latest-featured .secondary-nav .main-nav__menu .teaser__btn:hover,
    .secondary-nav .content-archive .teaser--latest-featured .main-nav__menu .teaser__btn:hover,
    .content-archive .teaser--latest-featured .match-strip .teaser__btn:hover,
    .content-archive .teaser--latest-featured .news-list-view .teaser__btn:hover,
    #sliding-popup button:hover,
    .btn--secondary:focus,
    .content-archive .teaser--latest-featured .contain .teaser__btn:focus,
    .content-archive .teaser--latest-featured .page-node-type-landing .latest-news .teaser__btn:focus,
    .page-node-type-landing .content-archive .teaser--latest-featured .latest-news .teaser__btn:focus,
    .content-archive .teaser--latest-featured .page-node-type-landing .related-news .teaser__btn:focus,
    .page-node-type-landing .content-archive .teaser--latest-featured .related-news .teaser__btn:focus,
    .content-archive .teaser--latest-featured .secondary-nav .main-nav__menu .teaser__btn:focus,
    .secondary-nav .content-archive .teaser--latest-featured .main-nav__menu .teaser__btn:focus,
    .content-archive .teaser--latest-featured .match-strip .teaser__btn:focus,
    .content-archive .teaser--latest-featured .news-list-view .teaser__btn:focus,
    #sliding-popup button:focus,
    .btn--secondary:active,
    .content-archive .teaser--latest-featured .contain .teaser__btn:active,
    .content-archive .teaser--latest-featured .page-node-type-landing .latest-news .teaser__btn:active,
    .page-node-type-landing .content-archive .teaser--latest-featured .latest-news .teaser__btn:active,
    .content-archive .teaser--latest-featured .page-node-type-landing .related-news .teaser__btn:active,
    .page-node-type-landing .content-archive .teaser--latest-featured .related-news .teaser__btn:active,
    .content-archive .teaser--latest-featured .secondary-nav .main-nav__menu .teaser__btn:active,
    .secondary-nav .content-archive .teaser--latest-featured .main-nav__menu .teaser__btn:active,
    .content-archive .teaser--latest-featured .match-strip .teaser__btn:active,
    .content-archive .teaser--latest-featured .news-list-view .teaser__btn:active,
    #sliding-popup button:active {
      color: #d5002e;
      background-color: #fff; }
  button--tertiary,
  .btn--tertiary {
    color: #fff;
    background-color: #d5002e;
    border: 1px solid #d5002e; }
    button--tertiary:hover, button--tertiary:focus, button--tertiary:active,
    .btn--tertiary:hover,
    .btn--tertiary:focus,
    .btn--tertiary:active {
      color: #d5002e;
      background-color: #fff; }
  button--rounded,
  .btn--rounded {
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid #ffffff; }
  button--outline,
  .btn--outline {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; }
    button--outline:hover, button--outline:focus, button--outline:active,
    .btn--outline:hover,
    .btn--outline:focus,
    .btn--outline:active {
      color: #fff;
      background-color: #d5002e; }

/**
 * Atoms.Back-Buttons
 */
.back-btn {
  position: relative;
  display: inline-block;
  margin: 0 auto 8px;
  padding: 5px 10px;
  width: auto;
  color: #fff;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: none;
  border: 0; }
  @media (min-width: 620px) {
    .back-btn {
      margin: 0 auto;
      font-size: 20px;
      font-size: 2rem; } }
  .back-btn__icon {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
    height: 13px;
    width: 13px;
    fill: #fff;
    vertical-align: middle;
    transition: fill 0.3s ease; }
  .back-btn:hover, .back-btn:focus, .back-btn:active {
    color: #fff; }
    .back-btn:hover .back-btn__icon, .back-btn:focus .back-btn__icon, .back-btn:active .back-btn__icon {
      fill: #fff; }

/**
 * Atoms.Back-To-Club
 */
.back-to-club {
  display: inline-block;
  padding: 20px;
  color: #000;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase; }
  @media (min-width: 870px) {
    .back-to-club {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -20px;
      transform: translateY(-50%); } }
  @media (min-width: 1120px) {
    .back-to-club {
      margin-top: 0; } }
  .back-to-club:hover {
    text-decoration: none; }
  .back-to-club:after {
    content: '';
    position: absolute;
    margin: 3px 0 0 5px;
    height: 10px;
    width: 10px;
    background-image: url("../../images/svg/min/right-arrow-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

/**
 * Atoms.Back-Top-Parent
 */
@media (min-width: 620px) {
  .back-to-parent {
    position: absolute;
    top: 36px;
    right: 0;
    left: 0;
    z-index: 50; } }

.back-to-parent__link {
  position: relative;
  z-index: 1;
  display: block;
  margin: 24px 0 12px;
  padding: 14px 22px;
  color: #d0d0d2;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color .2s ease; }
  @media (min-width: 400px) {
    .back-to-parent__link {
      margin-top: 36px; } }
  @media (min-width: 620px) {
    .back-to-parent__link {
      display: inline-block;
      margin: 0 0 0 20px; } }
  .back-to-parent__link:hover {
    background-color: #000; }
  .back-to-parent__link span {
    position: relative;
    display: inline-block;
    padding-left: 28px; }
    .back-to-parent__link span:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      height: 12px;
      width: 16px;
      background: url("../../images/svg/min/line-arrow.svg") no-repeat;
      transform: translateY(-50%); }

/**
 * Atoms.Back-To-Top
 */
.back-to-top {
  margin: 15px 0;
  padding: 10px;
  border: 2px solid #fff;
  transition: all 0.2s ease; }
  @media (min-width: 400px) {
    .back-to-top {
      width: 100%; } }
  @media (min-width: 620px) {
    .back-to-top {
      margin: 0 0 0 10px;
      width: 48px; } }
  .back-to-top__icon {
    height: 20px;
    width: 20px;
    fill: #fff; }
  .back-to-top:hover, .back-to-top:focus {
    background-color: #fff; }
    .back-to-top:hover .back-to-top__icon, .back-to-top:focus .back-to-top__icon {
      fill: #d5002e; }

/**
 * Atom.Calendar-Btn
 */
.add-calendar {
  display: block;
  margin: 0 auto 15px;
  color: #2d2d2d;
  font-size: 0 !important;
  text-transform: uppercase;
  border: 0 !important; }
  @media (min-width: 768px) {
    .add-calendar {
      padding-left: 0;
      width: 50%;
      text-align: left; } }
  @media (min-width: 1120px) {
    .add-calendar {
      width: auto; } }
  .add-calendar:hover, .add-calendar:focus, .add-calendar:active {
    color: #d5002e;
    border: 0; }
  .add-calendar:focus {
    outline-color: #3b99fc !important;
    outline-style: auto !important;
    outline-width: 5px !important; }
  .add-calendar:before {
    content: '';
    position: relative;
    bottom: 2px;
    display: inline-block;
    margin-right: 7px;
    height: 20px;
    width: 20px;
    background-image: url("../../images/svg/min/calendar.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .add-calendar:after {
    position: relative;
    top: 3px;
    left: 4px;
    content: 'Add To Calendar';
    font-size: 13px;
    font-size: 1.3rem; }
  .add-calendar img {
    display: none; }
  .add-calendar--hidden {
    display: none !important; }

@media (min-width: 620px) {
  .pm .add-calendar {
    margin: 0 0 20px;
    width: 200px;
    text-align: right; } }

@media (min-width: 870px) {
  .pm .add-calendar {
    margin-right: auto !important; } }

/**
 * Atoms.Close-Buttons
 */
.close-btn {
  position: relative;
  z-index: 150;
  margin: auto;
  height: 75px;
  width: auto;
  max-width: 1290px;
  background-color: transparent;
  border: 0; }
  @media (min-width: 870px) {
    .close-btn {
      display: none;
      text-align: right; } }
  .close-btn__icon {
    margin: auto;
    height: 17px;
    width: 17px;
    fill: #fff;
    vertical-align: middle; }
  .close-btn__text {
    position: relative;
    top: 3px;
    margin: 5px 8px 0 0;
    color: #fff;
    font-size: 20px;
    font-size: 2rem; }
  .close-btn__icon, .close-btn__text {
    display: inline-block; }
  @media (min-width: 870px) {
    .close-btn__icon, .close-btn__text {
      display: inline-block; } }

/**
 * Atoms.Close-Search-Button
 */
.close-search {
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  color: #fff;
  border: 0; }
  .close-search:hover, .close-search:focus {
    border: 0; }
  .close-search__icon {
    display: inline-block;
    margin-left: 5px;
    height: 20px;
    width: 20px;
    fill: #fff;
    vertical-align: middle; }

/**
 * Atoms.Forward-Button
 */
.forward-btn {
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  padding: 12px 0;
  height: 38px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 0;
  opacity: 0.7;
  transition: opacity 0.2s ease; }
  .forward-btn:hover, .forward-btn:focus {
    opacity: 1; }
  @media (min-width: 870px) {
    .forward-btn {
      top: 7px; } }
  @media (min-width: 1120px) {
    .forward-btn {
      display: none; } }
  .forward-btn__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    height: 15px;
    width: 35px;
    fill: #ffffff; }
  .forward-btn:focus, .forward-btn:focus {
    border: 0; }

/**
 * Atoms.Header-CTA
 */
.header-cta {
  position: relative;
  z-index: 20;
  margin: 0;
  margin-right: auto;
  padding: 13px 0;
  width: 120px;
  color: #fff;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  transition: background 0.3s ease; }
  @media (min-width: 870px) {
    .header-cta {
      display: none; } }
  .header-cta:hover, .header-cta:focus {
    text-decoration: none;
    background: #ef0034; }
  @media (min-width: 400px) {
    .header-cta {
      width: 135px; } }
  .header-cta__icon {
    display: block;
    margin: 0 auto 5px;
    height: 18px;
    width: 18px;
    fill: #fff; }
  .header-cta--desktop {
    position: relative;
    font-size: 8px;
    font-size: 0.8rem; }
    .header-cta--desktop:before {
      left: 5px;
      height: 15px;
      width: 1px;
      background: #8d9091; }
    .header-cta--desktop:after {
      right: 10px;
      height: 20px;
      width: 20px;
      background-image: url(../../images/svg/min/login.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 15px 15px; }
    .header-cta--desktop:before, .header-cta--desktop:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }

@media (min-width: 870px) {
  .active-user-only,
  .anonymous-user-only {
    display: none; } }

/**
 * Atoms.Media-Buttons
 */
.media-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 50;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  background-color: transparent;
  border: 2px solid #ffffff;
  transform: translateY(-50%);
  transition: background-color 0.3s ease; }
  .media-btn:hover {
    background-color: #bc0028; }
  .media-btn__icon {
    height: 25px;
    width: 25px;
    fill: #fff;
    vertical-align: middle;
    transition: all 0.2s ease; }
  @media (min-width: 768px) {
    .media-btn {
      height: 75px;
      width: 75px; }
      .media-btn__icon {
        height: 35px;
        width: 35px; } }
  .paragraph-cta-content .media-btn {
    height: 45px;
    width: 45px; }
    .paragraph-cta-content .media-btn__icon {
      height: 30px;
      width: 30px; }
    @media (min-width: 620px) {
      .paragraph-cta-content .media-btn {
        height: 75px;
        width: 75px; }
        .paragraph-cta-content .media-btn__icon {
          height: 55px;
          width: 55px; } }
    @media (min-width: 870px) {
      .paragraph-cta-content .media-btn {
        height: 45px;
        width: 45px; }
        .paragraph-cta-content .media-btn:after {
          right: -22.5px;
          border-width: 45px 22.5px 0 0; }
        .paragraph-cta-content .media-btn__icon {
          height: 30px;
          width: 30px; } }
  .teaser .media-btn {
    height: 35px;
    width: 35px; }
    @media (min-width: 400px) {
      .teaser .media-btn {
        height: 45px;
        width: 45px; } }
    .teaser .media-btn__icon {
      height: 22px;
      width: 22px; }
      @media (min-width: 400px) {
        .teaser .media-btn__icon {
          height: 30px;
          width: 30px; } }
  .teaser--first-lrg .media-btn {
    height: 70px;
    width: 70px; }
    @media (min-width: 400px) {
      .teaser--first-lrg .media-btn {
        height: 80px;
        width: 80px; } }
    @media (min-width: 1330px) {
      .teaser--first-lrg .media-btn {
        height: 100px;
        width: 100px; } }
    .teaser--first-lrg .media-btn__icon {
      height: 40px;
      width: 40px; }
      @media (min-width: 400px) {
        .teaser--first-lrg .media-btn__icon {
          height: 46px;
          width: 46px; } }
      @media (min-width: 1330px) {
        .teaser--first-lrg .media-btn__icon {
          height: 56px;
          width: 56px; } }

/**
 * Atoms.Nav-Toggle
 */
.main-nav__toggle {
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 12px 0 9px;
  width: 60px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  border: 0;
  transition: background 0.3s ease; }
  .main-nav__toggle:hover, .main-nav__toggle:focus {
    background: #ef0034; }
  @media (min-width: 400px) {
    .main-nav__toggle {
      width: 60px; } }
  @media (min-width: 870px) {
    .main-nav__toggle {
      padding: 10px 10px 11px;
      width: 110px;
      font-size: 17px;
      font-size: 1.7rem; } }
  .main-nav__toggle-icon {
    display: block;
    margin: 0 auto 5px;
    height: 18px;
    width: 18px;
    fill: #fff; }
    @media (min-width: 870px) {
      .main-nav__toggle-icon {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle; } }
  @media (min-width: 870px) {
    .main-nav__toggle--mobile {
      display: none; } }
  .main-nav__toggle--desktop {
    display: none; }
    @media (min-width: 870px) {
      .main-nav__toggle--desktop {
        display: block; } }

/**
 * Atoms.Search-Button
 */
.search-toggle {
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 12px 0 9px;
  width: 60px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  border: 0;
  transition: background 0.3s ease; }
  .search-toggle:hover, .search-toggle:focus {
    background: #ef0034; }
  @media (min-width: 400px) {
    .search-toggle {
      width: 60px; } }
  .search-toggle--desktop {
    display: none;
    padding: 15.5px 12px;
    width: auto;
    color: #2d2d2d;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase; }
    .search-toggle--desktop:hover, .search-toggle--desktop:focus {
      background-color: #e8e8e8; }
    .search-toggle--desktop .search-toggle__icon {
      display: inline-block;
      margin: 0 0 0 5px;
      height: 15px;
      width: 15px;
      fill: #2d2d2d;
      vertical-align: text-bottom; }
  @media (min-width: 870px) {
    .search-toggle--mobile {
      display: none; }
    .search-toggle--desktop {
      display: block;
      font-size: 8px;
      font-size: 0.8rem; } }
  .search-toggle__icon {
    display: block;
    margin: 0 auto 5px;
    height: 18px;
    width: 18px;
    fill: #fff; }

/**
 * Atoms.Media
 */
video {
  height: auto;
  width: 100%; }

object {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/**
 * Atoms.Images
 */
img {
  height: auto;
  width: auto;
  vertical-align: middle;
  max-width: 100%; }

figcaption,
.pm .event-listings .match-event__content .match-event__content-news + div {
  position: relative;
  margin-top: 15px;
  padding-left: 35px;
  color: #2d2d2d;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic; }
  figcaption:before,
  .pm .event-listings .match-event__content .match-event__content-news + div:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-image: url("../../images/svg/min/camera.svg"); }

.align-left,
.align-right {
  float: none;
  margin: 20px auto; }
  @media (min-width: 768px) {
    .align-left,
    .align-right {
      max-width: 400px; } }
  .align-left .media-stream-uk,
  .align-right .media-stream-uk {
    left: 0 !important;
    width: 100% !important; }
  .align-left .media-btn,
  .align-right .media-btn {
    left: 20px; }
  .align-left .media-image,
  .align-right .media-image {
    left: 0 !important;
    width: 100% !important; }
    .align-left .media-image .article .content,
    .align-right .media-image .article .content {
      margin-top: 0 !important; }

@media (min-width: 768px) {
  .align-left {
    clear: left;
    float: left;
    margin: 0 20px 20px 0; } }

@media (min-width: 768px) {
  .align-right {
    clear: right;
    float: right;
    margin: 0 0 20px 20px; } }

.align-center {
  margin: 20px auto; }
  .align-center .media-image {
    left: 0 !important;
    width: 100% !important; }

/**
 * Atom.Image-Embed
 */
/**
 * Atoms.Input-Checkbox
 */
input[type="checkbox"] {
  position: absolute;
  float: left;
  width: auto;
  opacity: 0; }
  input[type="checkbox"] + label {
    position: relative;
    float: left;
    margin: 0 35px 25px 0;
    padding-left: 35px;
    cursor: pointer; }
    input[type="checkbox"] + label::before {
      content: ' ';
      position: absolute;
      top: -2px;
      left: 0;
      display: block;
      height: 25px;
      width: 25px;
      background: #fff;
      border: 1px solid #d5002e; }
    input[type="checkbox"] + label::after {
      content: ' ';
      position: absolute;
      top: 4px;
      left: 6px;
      z-index: 1;
      display: block;
      height: 13px;
      width: 13px;
      background: url("../../images/svg/min/check.svg") no-repeat center center;
      transform: scale(0);
      transition: all 0.3s ease;
      opacity: 0; }
  input[type="checkbox"]:focus + label:before {
    outline-color: #3b99fc !important;
    outline-style: auto !important;
    outline-width: 5px !important; }
  input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1; }

/**
 * Atoms.Input-Checkbox
 */
input[type="file"] {
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  background-color: #fff; }

/**
 * Atoms.Input-Radio
 */
.js-form-type-radio {
  float: left;
  margin-top: 7px;
  margin-right: 25px; }
  .js-form-type-radio label {
    float: left; }

.js-webform-radios-fieldset legend {
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

input[type="radio"] {
  float: left;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%; }
  input[type="radio"]:checked + label {
    position: relative; }
    input[type="radio"]:checked + label:focus {
      outline-color: #3b99fc !important;
      outline-style: auto !important;
      outline-width: 5px !important; }
    input[type="radio"]:checked + label:before {
      content: '';
      position: absolute;
      top: 5px;
      left: -25px;
      height: 10px;
      width: 10px;
      background-color: #d5002e;
      border-radius: 50%; }

/**
 * Atoms.Inputs-Select
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 25px;
  padding: 12px 10px;
  width: 100%;
  color: #2d2d2d;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
  background-image: url("../../images/svg/min/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  cursor: pointer; }
  select:focus {
    outline-color: #3b99fc !important;
    outline-style: auto !important;
    outline-width: 5px !important; }
  select::-ms-expand {
    display: none;
    background-color: #fff;
    border: 0;
    width: 50px; }
    select::-ms-expand:focus {
      outline-color: #3b99fc !important;
      outline-style: auto !important;
      outline-width: 5px !important; }

.pm .opta__filters,
.opta .opta__filters {
  margin: 30px 0 0 0; }

.pm .opta__filter--season select,
.opta .opta__filter--season select {
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  background-size: 20px; }

@media (min-width: 870px) {
  .pm .opta__filter--season,
  .opta .opta__filter--season {
    width: 50%;
    max-width: 335px; } }

.pm .opta__filter--labelled label,
.opta .opta__filter--labelled label {
  color: #8d9091; }

@media (min-width: 768px) {
  .pm .opta__filter--labelled,
  .opta .opta__filter--labelled {
    margin-left: 10px; }
    .pm .opta__filter--labelled:first-of-type,
    .opta .opta__filter--labelled:first-of-type {
      margin-left: 0; } }

.pm .opta__filter--season:focus, .pm .opta__filter--labelled:focus,
.opta .opta__filter--season:focus,
.opta .opta__filter--labelled:focus {
  outline-color: #3b99fc !important;
  outline-style: auto !important;
  outline-width: 5px !important; }

.pm .opta__filter--season select::-ms-expand, .pm .opta__filter--labelled select::-ms-expand,
.opta .opta__filter--season select::-ms-expand,
.opta .opta__filter--labelled select::-ms-expand {
  display: none; }

/**
 * Atoms.Inputs
 */
input,
textarea {
  -webkit-appearance: none;
  margin-bottom: 25px;
  padding: 12px 10px;
  width: 100%;
  color: #636466;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #e0e0e0;
  border-radius: 0; }
  input:hover, input:active,
  textarea:hover,
  textarea:active {
    border: 1px solid #636466;
    outline: #636466; }
  input:focus,
  textarea:focus {
    outline-color: #3b99fc !important;
    outline-style: auto !important;
    outline-width: 5px !important; }

.form-required {
  position: relative;
  display: inline-block; }
  .form-required:before {
    content: '*';
    position: absolute;
    top: 0;
    right: -12px;
    color: #d5002e;
    font-size: 18px;
    font-size: 1.8rem; }

::-webkit-input-placeholder {
  color: #636466; }

::-moz-placeholder {
  color: #636466; }

:-ms-input-placeholder {
  color: #636466; }

/**
 * Atoms.Labels
 */
label,
legend {
  display: block;
  margin-bottom: 10px;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900; }

fieldset {
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #8d9091; }

legend {
  padding: 0 8px; }

/**
 * Atom.Lists
 */
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    display: inline-block; }

.content ul,
.content ol {
  margin: 0 0 30px;
  padding: 0;
  overflow: hidden;
  list-style-type: none; }
  .content ul li,
  .content ol li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 40px;
    color: #636466;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5; }
    @media (min-width: 620px) {
      .content ul li,
      .content ol li {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 870px) {
      .content ul li,
      .content ol li {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 1330px) {
      .content ul li .media-image,
      .content ol li .media-image {
        left: 0 !important;
        padding: 20px 0; } }
    .content ul li:last-child,
    .content ol li:last-child {
      margin-bottom: 0; }
    .content ul li:before,
    .content ol li:before {
      position: absolute;
      left: 0;
      margin: 0 15px; }

.content ul li:before {
  content: '\25A0';
  top: 0;
  display: inline-block;
  margin: 0 0 0 18px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #d5002e;
  line-height: 17px; }
  @media (min-width: 620px) {
    .content ul li:before {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 20px; } }
  @media (min-width: 870px) {
    .content ul li:before {
      font-size: 20px;
      font-size: 2rem;
      line-height: 23px; } }

.content ol li {
  margin-bottom: 7px;
  padding-left: 47px;
  counter-increment: step-counter; }
  .content ol li:before {
    content: counter(step-counter) ". ";
    margin: 0 0 0 12px;
    width: 28px;
    color: #d5002e;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-align: center; }

.content h2 + ul,
.content h2 + ol,
.content h3 + ul,
.content h3 + ol {
  margin-top: -30px;
  padding-top: 15px; }

/**
 * Atoms.Listen-Live-Btn
 */
.listen-live__link:hover, .listen-live__link:focus, .listen-live__link:active {
  background-color: transparent;
  border: 1px solid #fff; }
  .listen-live__link:hover .listen-live__icon, .listen-live__link:focus .listen-live__icon, .listen-live__link:active .listen-live__icon {
    fill: #fff; }

.listen-live__icon {
  position: relative;
  bottom: 1px;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  fill: #d5002e;
  vertical-align: middle; }

/**
 * Atoms.Logo
 */
.logo {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  z-index: 50;
  margin: 0 auto;
  width: 80px; }
  @media (min-width: 400px) {
    .logo {
      width: 90px; } }
  @media (min-width: 870px) {
    .logo {
      top: 10px;
      right: auto;
      left: 10px;
      width: 105px; } }
  @media (min-width: 1450px) {
    .logo {
      left: 20px; } }
  .logo__link {
    display: block;
    text-align: center; }
  .logo__image {
    width: 68px; }
    @media (min-width: 400px) {
      .logo__image {
        width: 80px; } }
    @media (min-width: 870px) {
      .logo__image {
        width: 117px;
        max-width: none; } }

/**
 * Atoms.Copyright
 */
.copyright {
  margin: 0;
  color: #2d2d2d;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (min-width: 1120px) {
    .copyright {
      position: relative;
      bottom: 10px;
      order: 1;
      margin-top: 20px; } }

/**
 * Atom.Footer-Logo
 */
.footer-logo {
  order: 1;
  margin-top: -45px;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-logo {
      order: 2;
      width: 100px; } }
  .footer-logo__link {
    display: inline-block; }
  .footer-logo__image {
    width: 95px; }

/**
 * Atoms.Tables
 */
.table {
  border: 0; }
  .table tr {
    display: block;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd; }
  .table td {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
    border-bottom: 1px dotted #ccc; }
    .table td:before {
      content: attr(data-label);
      float: left;
      font-weight: 900;
      text-transform: uppercase; }
    .table td:last-child {
      border-bottom: 0; }

@media (min-width: 620px) {
  .table {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-collapse: collapse; }
    .table tr {
      padding: 5px;
      border: 1px solid #ddd; }
    .table th,
    .table table td {
      display: table-cell;
      padding: 10px;
      text-align: center; }
      .table th:before,
      .table table td:before {
        display: none; }
    .table th {
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 1px;
      text-transform: uppercase; } }

.content table {
  position: relative;
  display: block;
  margin-bottom: 35px;
  overflow-x: auto;
  border: 0;
  border-collapse: collapse; }
  @media (min-width: 768px) {
    .content table {
      display: table; } }
  .content table th,
  .content table tr td {
    padding: 20px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    text-align: left; }
    @media (min-width: 768px) {
      .content table th,
      .content table tr td {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px; } }
  .content table td p:last-of-type {
    margin-bottom: 0; }
  .content table th {
    color: #ffffff;
    background: #636466;
    border-top: 0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff; }
    .content table th:first-child {
      border-left: 1px solid #636466; }
    .content table th:last-child {
      border-right: 1px solid #636466; }
    .content table th:only-of-type {
      border-right: 0;
      border-bottom: 1px solid #ffffff;
      border-left: 0; }
  .content table tr td {
    color: #636466;
    border: 1px solid #636466; }

.content tbody tr:last-child th {
  border-bottom: 1px solid #636466; }

/**
 * Web Accessibility Styles
 */
table th:focus,
table tr:focus,
table td:focus {
  outline-color: #3b99fc !important;
  outline-style: auto !important;
  outline-width: 5px !important; }

/**
 * Atoms.Slider-Dots
 */
.slick-dots {
  margin-top: 20px;
  padding: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .slick-dots {
      margin-top: 30px; } }
  .slick-dots li {
    display: inline-block;
    margin-left: 16px; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li button {
      margin: 0;
      padding: 0;
      height: 16px;
      width: 16px;
      text-indent: -9999em;
      background-color: #2d2d2d;
      border: none;
      border-radius: 50%; }
    .slick-dots li.slick-active button {
      background-color: #2d2d2d; }

/**
 * Atoms.Slider-Arrows
 */
@media (min-width: 1120px) {
  .slick__arrow {
    display: block; } }

.slick__arrow .slick-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin: 0;
  height: 68px;
  width: 68px;
  text-indent: -9999em;
  background-color: transparent;
  border: none;
  transform: translateY(-50%); }
  @media (min-width: 1120px) {
    .slick__arrow .slick-arrow {
      display: block; } }
  @media (min-width: 1330px) {
    .slick__arrow .slick-arrow {
      height: 84px;
      width: 84px; } }
  .slick__arrow .slick-arrow:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../../images/svg/min/arrow-down-white.svg") no-repeat 50% 50%/40px; }
    @media (min-width: 1120px) {
      .slick__arrow .slick-arrow:after {
        display: block; } }
  .slick__arrow .slick-arrow:before {
    display: none; }
  .slick__arrow .slick-arrow.slick-prev {
    left: -45px; }
    .slick__arrow .slick-arrow.slick-prev:after {
      transform: rotate(90deg); }
  .slick__arrow .slick-arrow.slick-next {
    right: -45px; }
    .slick__arrow .slick-arrow.slick-next:after {
      transform: rotate(-90deg); }

/**
 * Atoms.Sky-Bet
 */
.sky-bet {
  position: absolute;
  right: 0;
  bottom: -45px;
  left: 0;
  z-index: 10;
  display: inline-block;
  margin: auto;
  width: 45px;
  text-align: center; }
  @media (min-width: 870px) {
    .sky-bet {
      bottom: -58px;
      width: 60px; } }
  .sky-bet__icon {
    height: 50px;
    width: 45px; }
    @media (min-width: 870px) {
      .sky-bet__icon {
        height: 80px;
        width: 60px; } }

/**
 * Atoms.Stats-Notifications
 */
.secondary-tabs__content .notification,
.no-content__heading {
  margin-bottom: 20px;
  padding: 20px;
  color: #636466;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center; }

.no-content__heading {
  padding-top: 40px; }

/**
 * Atom.Player-Stats
 */
.player-stats--player-profile {
  margin-top: 20px; }
  @media (min-width: 870px) {
    .player-stats--player-profile {
      margin: 20px 0 0; } }
  @media (min-width: 1120px) {
    .player-stats--player-profile {
      display: flex; } }
  @media (min-width: 1330px) {
    .player-stats--player-profile {
      margin: 40px 0; } }

.player-stats--player-widget {
  float: right; }

.player-stats__item {
  display: inline-block;
  padding: 16px 0;
  color: #fff;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-right-width: 0; }
  @media (min-width: 1120px) {
    .player-stats__item {
      border-right-width: 1px; } }
  .player-stats__item-title {
    display: block;
    margin: 0 0 8px;
    width: 100%;
    color: #ffffff;
    font-size: 10px;
    font-size: 1rem;
    font-family: "muli-regular", Helvetica, Arial, sans-serif; }
    @media (min-width: 400px) {
      .player-stats__item-title {
        font-size: 12px;
        font-size: 1.2rem; } }
  .player-stats__item--player-profile {
    display: block;
    width: 33%;
    max-width: 125px;
    text-align: left; }
    .player-stats__item--player-profile {
      font-size: 36px; }
      @media screen and (min-width: 320px) {
        .player-stats__item--player-profile {
          font-size: calc(36px + 24 * (100vw - 320px) / 680); } }
      @media screen and (min-width: 1000px) {
        .player-stats__item--player-profile {
          font-size: 60px; } }
    @media (min-width: 768px) {
      .player-stats__item--player-profile {
        display: inline-block;
        margin-right: 40px;
        margin-bottom: 0;
        width: auto; } }
  .player-stats__item--player-widget {
    display: block;
    width: 80px;
    color: #000;
    background-color: #e0e0e0;
    border-color: #8d9091; }
    .player-stats__item--player-widget label {
      color: #636466; }

/**
 * Atoms.Tabs
 */
.horizontal-tabs-list__wrapper {
  background-color: #ccc;
  border-bottom: 1px solid #cccdd0; }
  .horizontal-tabs-list__wrapper .contain, .horizontal-tabs-list__wrapper .page-node-type-landing .latest-news, .page-node-type-landing .horizontal-tabs-list__wrapper .latest-news,
  .horizontal-tabs-list__wrapper .page-node-type-landing .related-news, .page-node-type-landing .horizontal-tabs-list__wrapper .related-news, .horizontal-tabs-list__wrapper .secondary-nav .main-nav__menu, .secondary-nav .horizontal-tabs-list__wrapper .main-nav__menu, .horizontal-tabs-list__wrapper .match-strip, .horizontal-tabs-list__wrapper .news-list-view {
    padding: 0; }
    @media (min-width: 620px) {
      .horizontal-tabs-list__wrapper .contain, .horizontal-tabs-list__wrapper .page-node-type-landing .latest-news, .page-node-type-landing .horizontal-tabs-list__wrapper .latest-news,
      .horizontal-tabs-list__wrapper .page-node-type-landing .related-news, .page-node-type-landing .horizontal-tabs-list__wrapper .related-news, .horizontal-tabs-list__wrapper .secondary-nav .main-nav__menu, .secondary-nav .horizontal-tabs-list__wrapper .main-nav__menu, .horizontal-tabs-list__wrapper .match-strip, .horizontal-tabs-list__wrapper .news-list-view {
        padding: 0 20px; } }

.ui-tabs .ui-tabs-panel {
  padding: 0; }

.ui-tabs ul.ui-tabs-nav li,
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button,
.match-tabs .match-tabs-nav .match-tab-button {
  position: relative;
  margin: 0px;
  padding: 0;
  width: auto;
  color: #2d2d2d;
  text-align: center;
  background: none;
  border: 0;
  border-radius: 0; }
  @media (min-width: 400px) {
    .ui-tabs ul.ui-tabs-nav li,
    .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button,
    .match-tabs .match-tabs-nav .match-tab-button {
      padding: 0 10px; } }
  @media (min-width: 870px) {
    .ui-tabs ul.ui-tabs-nav li,
    .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button,
    .match-tabs .match-tabs-nav .match-tab-button {
      padding: 0 3.75em; } }
  .ui-tabs ul.ui-tabs-nav li > a,
  .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button > a,
  .match-tabs .match-tabs-nav .match-tab-button > a {
    padding: 25px 3px 5px 3px;
    width: 100%;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase; }
    @media (min-width: 400px) {
      .ui-tabs ul.ui-tabs-nav li > a,
      .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button > a,
      .match-tabs .match-tabs-nav .match-tab-button > a {
        padding-top: 3.5rem; } }
    @media (min-width: 620px) {
      .ui-tabs ul.ui-tabs-nav li > a,
      .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button > a,
      .match-tabs .match-tabs-nav .match-tab-button > a {
        padding-top: 45px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      .ui-tabs ul.ui-tabs-nav li > a,
      .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button > a,
      .match-tabs .match-tabs-nav .match-tab-button > a {
        padding: 45px 5px 5px 5px;
        font-size: 22px;
        font-size: 2.2rem; } }
  .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
  .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button.ui-tabs-active a,
  .match-tabs .match-tabs-nav .match-tab-button.ui-tabs-active a {
    border-bottom: 3px solid #d5002e; }
  .ui-tabs ul.ui-tabs-nav li a:hover,
  .horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a:hover,
  .match-tabs .match-tabs-nav .match-tab-button a:hover {
    background-color: transparent;
    cursor: pointer; }

.horizontal-tab-button {
  position: relative;
  border-bottom: 0px solid #d5002e;
  transition: border .2s; }
  .horizontal-tab-button:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #d5002e;
    transition: height .2s; }
  .horizontal-tab-button.active, .horizontal-tab-button:hover {
    color: #d5002e !important;
    box-shadow: none;
    border: none;
    cursor: pointer; }
    .horizontal-tab-button.active:after, .horizontal-tab-button:hover:after {
      height: 6px; }
    .horizontal-tab-button.active > a, .horizontal-tab-button:hover > a {
      color: #d5002e !important; }
    .horizontal-tab-button.active .horizontal-tab-button-icon.bio, .horizontal-tab-button:hover .horizontal-tab-button-icon.bio {
      background-image: url("../../images/svg/min/bio-red.svg"); }
    .horizontal-tab-button.active .horizontal-tab-button-icon.stat, .horizontal-tab-button:hover .horizontal-tab-button-icon.stat {
      background-image: url("../../images/svg/min/stats-red.svg"); }
    .horizontal-tab-button.active .horizontal-tab-button-icon.news, .horizontal-tab-button:hover .horizontal-tab-button-icon.news {
      background-image: url("../../images/svg/min/news-and-video-red.svg"); }
    .horizontal-tab-button.active .horizontal-tab-button-icon.social, .horizontal-tab-button:hover .horizontal-tab-button-icon.social {
      background-image: url("../../images/svg/min/social-red.svg"); }
    .horizontal-tab-button.active:hover, .horizontal-tab-button.active:focus, .horizontal-tab-button.active:active, .horizontal-tab-button:hover:hover, .horizontal-tab-button:hover:focus, .horizontal-tab-button:hover:active {
      outline: none; }
  .horizontal-tab-button-icon.bio, .horizontal-tab-button-icon.stat, .horizontal-tab-button-icon.news, .horizontal-tab-button-icon.social {
    margin: 10px auto;
    display: block;
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image .2s; }
  .horizontal-tab-button-icon.bio {
    background-image: url("../../images/svg/min/bio-blue.svg"); }
  .horizontal-tab-button-icon.stat {
    background-image: url("../../images/svg/min/stats-blue.svg"); }
  .horizontal-tab-button-icon.news {
    background-image: url("../../images/svg/min/news-and-video-blue.svg"); }
  .horizontal-tab-button-icon.social {
    background-image: url("../../images/svg/min/social-blue.svg"); }

/**
 * jQuery UI Tabs Override
 */
.ui-widget.ui-widget-content {
  border: 0 !important; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #454545 !important; }

/**
 * Atoms.Match-Teams
 */
.match-teams {
  position: relative;
  margin: 14px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .match-teams {
      margin-top: 16px;
      margin-bottom: 16px; } }
  .match-teams__badge, .match-teams__meta {
    display: inline-block;
    vertical-align: middle; }
  .match-teams__team {
    display: none; }
    @media (min-width: 1330px) {
      .match-teams__team {
        display: inline-block;
        font-size: 16px;
        font-size: 1.6rem;
        font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
        .match-teams__team:first-of-type {
          margin-right: 10px; }
        .match-teams__team:last-of-type {
          margin-left: 10px; } }
  .match-teams__badge {
    max-height: 38px;
    max-width: 38px; }
    @media (min-width: 768px) {
      .match-teams__badge {
        max-height: 56px;
        max-width: 56px; } }
  .match-teams__meta {
    margin: 0 12px;
    text-align: center; }
    @media (min-width: 768px) {
      .match-teams__meta {
        margin-right: 14px;
        margin-left: 14px; } }
    .match-teams__meta time {
      display: block;
      padding: 4px 6px;
      color: #2d2d2d;
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem;
      background-color: #fff;
      border: 1px solid #2d2d2d; }
      @media (min-width: 768px) {
        .match-teams__meta time {
          padding: 4.5px 10px;
          font-size: 20px;
          font-size: 2rem; } }
    .match-teams__meta span {
      display: block;
      padding: 4px 8px;
      color: #fff;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      background-color: #2d2d2d; }
      @media (min-width: 768px) {
        .match-teams__meta span {
          padding-right: 12px;
          padding-left: 12px;
          font-size: 23px;
          font-size: 2.3rem; } }

/**
 * Atom.Pagination
 */
.pagination {
  margin: 30px 0; }
  @media (min-width: 620px) {
    .pagination {
      margin-top: 36px; } }
  @media (min-width: 768px) {
    .pagination {
      margin-top: 42px; } }
  @media (min-width: 1120px) {
    .pagination {
      margin-top: 48px; } }
  @media (min-width: 1330px) {
    .pagination {
      margin-top: 52px; } }
  .pagination__list {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #e0e0e0; }
  .pagination__item {
    display: inline-block;
    margin: 0 2px;
    color: #636466;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all .2s; }
    .pagination__item.is-active a {
      color: #2d2d2d;
      border-bottom: 2px solid #d5002e; }
    .pagination__item:nth-child(n+9) {
      display: none; }
    @media (min-width: 400px) {
      .pagination__item:nth-child(n+9) {
        display: inline-block; }
      .pagination__item:nth-child(n+11) {
        display: none; } }
    @media (min-width: 620px) {
      .pagination__item:nth-child(n+11) {
        display: inline-block; } }
    @media (min-width: 768px) {
      .pagination__item {
        font-size: 16px;
        font-size: 1.6rem; } }
    .pagination__item--next, .pagination__item--previous {
      display: inline-block !important;
      margin: 0 0 -5px;
      padding: 0;
      height: 20px;
      width: 20px;
      overflow: hidden;
      text-indent: -999px;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 50%; }
    .pagination__item--next {
      background-image: url(../../images/svg/min/arrow-right-grey.svg); }
    .pagination__item--previous {
      background-image: url(../../images/svg/min/arrow-left-grey.svg); }
    .pagination__item a {
      display: block;
      padding: 6px;
      color: inherit;
      letter-spacing: -2px;
      text-decoration: none;
      transition: all .2s; }
      .pagination__item a:hover {
        color: #2d2d2d;
        border-bottom: 2px solid #d5002e; }

/**
 * Atoms.Live-Now-Indicator
 */
.live-now {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px; }
  .live-now:before {
    content: '';
    position: relative;
    bottom: 0;
    left: -50px;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #d5002e;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
  .live-now:after {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #d5002e;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }
  .homepage-takeover__fixture-meta .live-now {
    top: 11px;
    left: 38px; }
    @media (min-width: 400px) {
      .homepage-takeover__fixture-meta .live-now {
        top: 50%;
        left: 0; } }
    .homepage-takeover__fixture-meta .live-now:before, .homepage-takeover__fixture-meta .live-now:after {
      left: 0; }

/**
 * Templates
 * @description Used to define the styles of page templates and structural layout
 */
/**
 * Templates.Article
 */
.page-node-type-news .latest-news,
.page-node-type-page .latest-news {
  padding: 0 20px; }

.page-node-type-news .footer,
.page-node-type-page .footer {
  margin-top: 40px; }
  @media (min-width: 870px) {
    .page-node-type-news .footer,
    .page-node-type-page .footer {
      margin-top: 60px; } }
  @media (min-width: 1120px) {
    .page-node-type-news .footer,
    .page-node-type-page .footer {
      margin-top: 80px; } }
  .page-node-type-news .footer a,
  .page-node-type-page .footer a {
    display: inline-block; }
  .page-node-type-news .footer .footer__sponsors a,
  .page-node-type-page .footer .footer__sponsors a {
    display: flex; }

.page-node-type-news .latest-news__footer {
  padding: 23px 0;
  overflow: hidden;
  text-align: center; }
  .page-node-type-news .latest-news__footer btn {
    padding: 20px 25px; }

@media (min-width: 1330px) {
  .page-node-type-news .related-news {
    padding: 0 20px; } }

.article {
  position: relative; }
  .article.hero--wide {
    margin: 0 auto; }
  .article-fixture {
    display: none; }
  .article__heading, .container h1 {
    margin-bottom: 0;
    width: 100%;
    text-align: center; }
    .article__heading, .container h1 {
      font-size: 30px; }
      @media screen and (min-width: 320px) {
        .article__heading, .container h1 {
          font-size: calc(30px + 40 * (100vw - 320px) / 960); } }
      @media screen and (min-width: 1280px) {
        .article__heading, .container h1 {
          font-size: 70px; } }
    @media (min-width: 870px) {
      .article__heading, .container h1 {
        margin-bottom: 5px;
        padding: 0 110px; } }
    @media (min-width: 1450px) {
      .article__heading, .container h1 {
        padding: 0 20px; } }
  .article .media-gallery,
  .article .media-stream-uk {
    position: static; }
  .article .main-content {
    padding: 10px 0; }
    @media (min-width: 768px) {
      .article .main-content {
        padding: 50px 0; } }
    .article .main-content p:first-of-type {
      margin-top: 0; }
    .article .main-content h1, .article .main-content h2,
    .article .main-content h3, .article .main-content h4,
    .article .main-content h5, .article .main-content h6 {
      clear: both;
      margin-top: -10px; }
    .article .main-content h2 + h3 {
      margin-top: -20px; }
    .article .main-content a .ext {
      display: none !important; }
    .article .main-content .media-image,
    .article .main-content .media-twitter,
    .article .main-content .media-instagram,
    .article .main-content .media-embedded-video,
    .article .main-content .people-widget {
      margin-bottom: 35px; }
    @media (min-width: 1120px) {
      .article .main-content .media-stream-uk {
        left: 0;
        width: 100%; } }
    @media (min-width: 1330px) {
      .article .main-content .media-stream-uk {
        left: -70px;
        width: calc(100% + 70px); } }
    @media (min-width: 1450px) {
      .article .main-content .media-stream-uk {
        left: -110px;
        width: calc(100% + 110px); } }
    .article .main-content .embedded-entity figcaption {
      margin-top: 15px; }
    .article .main-content .media-btn {
      left: 20px; }
  .article .content {
    font-size: 18px;
    font-size: 1.8rem; }
    .media-image .article .content {
      margin-top: 0;
      text-align: center; }
    .article .content .media-gallery,
    .article .content .media-stream-uk {
      position: relative; }
    @media (min-width: 1120px) {
      .article .content .media-gallery .view-mode-wysiwyg-embed .media-btn {
        left: -30px; } }
    @media (min-width: 1330px) {
      .article .content .media-gallery .view-mode-wysiwyg-embed .media-btn {
        left: -110px; } }
    .article .content .media-image {
      margin-bottom: 0; }
      .article .content .media-image .content {
        padding: 0; }
      @media (min-width: 1120px) {
        .article .content .media-image {
          position: relative;
          left: -30px;
          width: calc(100% + 30px);
          max-width: none; }
          .article .content .media-image .content {
            max-width: none; } }
      @media (min-width: 1330px) {
        .article .content .media-image {
          left: -110px;
          width: calc(100% + 110px); } }
  .article__byline {
    margin: -10px 0 15px;
    font-size: 25px;
    font-size: 2.5rem;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    line-height: 1.5; }
    @media (min-width: 620px) {
      .article__byline {
        margin: 0 0 30px; } }
  .article blockquote p {
    margin: 0; }
  .article__bottom {
    background-color: #fff; }

.article-main--match-report {
  padding: 0 20px; }
  @media (min-width: 870px) {
    .article-main--match-report {
      padding: 0; } }
  .article-main--match-report .hero__image {
    margin-bottom: 20px; }

.media-image article .contain, .media-image article .page-node-type-landing .latest-news, .page-node-type-landing .media-image article .latest-news,
.media-image article .page-node-type-landing .related-news, .page-node-type-landing .media-image article .related-news, .media-image article .secondary-nav .main-nav__menu, .secondary-nav .media-image article .main-nav__menu, .media-image article .match-strip, .media-image article .news-list-view {
  margin-top: 0; }

.node-preview-container {
  display: none; }

/**
 * Organisms.Layout
 */
.contain, .page-node-type-landing .latest-news,
.page-node-type-landing .related-news, .secondary-nav .main-nav__menu, .match-strip, .news-list-view {
  margin: auto;
  padding: 0 20px;
  max-width: 1290px; }
  @media (min-width: 1330px) {
    .contain, .page-node-type-landing .latest-news,
    .page-node-type-landing .related-news, .secondary-nav .main-nav__menu, .match-strip, .news-list-view {
      padding: 0; } }
  .contain--narrow {
    max-width: 1070px; }

.content {
  margin: auto;
  padding: 0 20px;
  max-width: 850px; }
  @media (min-width: 870px) {
    .content {
      padding: 0; } }

.page-node-type-news .article__heading, .page-node-type-news .container h1, .container .page-node-type-news h1,
.page-node-type-landing .article__heading,
.page-node-type-landing .container h1,
.container .page-node-type-landing h1 {
  text-transform: none; }

/**
 * Templates.BlockGrid
 */
.block-grid {
  display: flex;
  flex-wrap: wrap; }
  .block-grid--x3 .block-grid__block {
    padding: 20px;
    width: 100%; }
    @media (min-width: 870px) {
      .block-grid--x3 .block-grid__block {
        width: 33.3%; } }

/**
 * Templates.Basic-Page
 */
.page-main-content {
  position: relative; }

.path-video-list .article__heading, .path-video-list .container h1, .container .path-video-list h1,
.path-news .article__heading,
.path-news .container h1,
.container .path-news h1,
.page-node-type-fixture-page .article__heading,
.page-node-type-fixture-page .container h1,
.container .page-node-type-fixture-page h1,
.path-teams .article__heading,
.path-teams .container h1,
.container .path-teams h1 {
  margin-top: 30px;
  color: #636466;
  text-transform: uppercase; }
  .path-video-list .article__heading, .path-video-list .container h1, .container .path-video-list h1,
  .path-news .article__heading,
  .path-news .container h1,
  .container .path-news h1,
  .page-node-type-fixture-page .article__heading,
  .page-node-type-fixture-page .container h1,
  .container .page-node-type-fixture-page h1,
  .path-teams .article__heading,
  .path-teams .container h1,
  .container .path-teams h1 {
    font-size: 40px; }
    @media screen and (min-width: 320px) {
      .path-video-list .article__heading, .path-video-list .container h1, .container .path-video-list h1,
      .path-news .article__heading,
      .path-news .container h1,
      .container .path-news h1,
      .page-node-type-fixture-page .article__heading,
      .page-node-type-fixture-page .container h1,
      .container .page-node-type-fixture-page h1,
      .path-teams .article__heading,
      .path-teams .container h1,
      .container .path-teams h1 {
        font-size: calc(40px + 20 * (100vw - 320px) / 448); } }
    @media screen and (min-width: 768px) {
      .path-video-list .article__heading, .path-video-list .container h1, .container .path-video-list h1,
      .path-news .article__heading,
      .path-news .container h1,
      .container .path-news h1,
      .page-node-type-fixture-page .article__heading,
      .page-node-type-fixture-page .container h1,
      .container .page-node-type-fixture-page h1,
      .path-teams .article__heading,
      .path-teams .container h1,
      .container .path-teams h1 {
        font-size: 60px; } }
  @media (min-width: 768px) {
    .path-video-list .article__heading, .path-video-list .container h1, .container .path-video-list h1,
    .path-news .article__heading,
    .path-news .container h1,
    .container .path-news h1,
    .page-node-type-fixture-page .article__heading,
    .page-node-type-fixture-page .container h1,
    .container .page-node-type-fixture-page h1,
    .path-teams .article__heading,
    .path-teams .container h1,
    .container .path-teams h1 {
      padding: 0 50px; }
      .path-video-list .article__heading, .path-video-list .container h1, .container .path-video-list h1,
      .path-news .article__heading,
      .path-news .container h1,
      .container .path-news h1,
      .page-node-type-fixture-page .article__heading,
      .page-node-type-fixture-page .container h1,
      .container .page-node-type-fixture-page h1,
      .path-teams .article__heading,
      .path-teams .container h1,
      .container .path-teams h1 {
        font-size: 60px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .path-video-list .article__heading, .path-video-list .container h1, .container .path-video-list h1,
      .path-news .article__heading,
      .path-news .container h1,
      .container .path-news h1,
      .page-node-type-fixture-page .article__heading,
      .page-node-type-fixture-page .container h1,
      .container .page-node-type-fixture-page h1,
      .path-teams .article__heading,
      .path-teams .container h1,
      .container .path-teams h1 {
        font-size: calc(60px + 25 * (100vw - 768px) / 352); } }
    @media screen and (min-width: 768px) and (min-width: 1120px) {
      .path-video-list .article__heading, .path-video-list .container h1, .container .path-video-list h1,
      .path-news .article__heading,
      .path-news .container h1,
      .container .path-news h1,
      .page-node-type-fixture-page .article__heading,
      .page-node-type-fixture-page .container h1,
      .container .page-node-type-fixture-page h1,
      .path-teams .article__heading,
      .path-teams .container h1,
      .container .path-teams h1 {
        font-size: 85px; } }
  @media (min-width: 1330px) {
    .path-video-list .article__heading, .path-video-list .container h1, .container .path-video-list h1,
    .path-news .article__heading,
    .path-news .container h1,
    .container .path-news h1,
    .page-node-type-fixture-page .article__heading,
    .page-node-type-fixture-page .container h1,
    .container .page-node-type-fixture-page h1,
    .path-teams .article__heading,
    .path-teams .container h1,
    .container .path-teams h1 {
      font-size: 90px;
      font-size: 9rem; } }

.league-table__heading,
.squad-listing__heading,
.content-archive__heading,
.page-node-type-fixture-page h1 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #636466;
  text-transform: uppercase; }
  .league-table__heading,
  .squad-listing__heading,
  .content-archive__heading,
  .page-node-type-fixture-page h1 {
    font-size: 40px; }
    @media screen and (min-width: 320px) {
      .league-table__heading,
      .squad-listing__heading,
      .content-archive__heading,
      .page-node-type-fixture-page h1 {
        font-size: calc(40px + 20 * (100vw - 320px) / 448); } }
    @media screen and (min-width: 768px) {
      .league-table__heading,
      .squad-listing__heading,
      .content-archive__heading,
      .page-node-type-fixture-page h1 {
        font-size: 60px; } }
  @media (min-width: 768px) {
    .league-table__heading,
    .squad-listing__heading,
    .content-archive__heading,
    .page-node-type-fixture-page h1 {
      padding: 0 50px; }
      .league-table__heading,
      .squad-listing__heading,
      .content-archive__heading,
      .page-node-type-fixture-page h1 {
        font-size: 60px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .league-table__heading,
      .squad-listing__heading,
      .content-archive__heading,
      .page-node-type-fixture-page h1 {
        font-size: calc(60px + 25 * (100vw - 768px) / 352); } }
    @media screen and (min-width: 768px) and (min-width: 1120px) {
      .league-table__heading,
      .squad-listing__heading,
      .content-archive__heading,
      .page-node-type-fixture-page h1 {
        font-size: 85px; } }
  @media (min-width: 1330px) {
    .league-table__heading,
    .squad-listing__heading,
    .content-archive__heading,
    .page-node-type-fixture-page h1 {
      font-size: 90px;
      font-size: 9rem; } }

.league-table__heading {
  padding-top: 30px; }

.page-node-type-page .article .main-content {
  padding-bottom: 0; }

/**
 * Templates.Landing-Page
 */
.page-node-type-landing .article {
  padding: 0; }
  @media (min-width: 768px) {
    .page-node-type-landing .article {
      padding-bottom: 20px; } }

.page-node-type-landing .hero__inner {
  padding: 20px 20px 0; }
  @media (min-width: 768px) {
    .page-node-type-landing .hero__inner {
      padding: 20px; } }

.page-node-type-landing .hero__intro {
  margin-bottom: 0; }

.page-node-type-landing .latest-news,
.page-node-type-landing .related-news {
  overflow: hidden; }

@media (min-width: 1120px) {
  .page-node-type-landing .teaser--first-lrg {
    padding-left: 0; } }

.page-node-type-landing footer {
  margin-top: 40px; }
  @media (min-width: 620px) {
    .page-node-type-landing footer {
      margin-top: 75px; } }
  @media (min-width: 1120px) {
    .page-node-type-landing footer {
      margin-top: 125px; } }

.landing-header__heading {
  margin: 35px 0; }

/**
 * Templates.Content-Archive
 */
.content-archive .block-heading, .content-archive .partnerships-contain h3, .partnerships-contain .content-archive h3 {
  margin-top: 25px;
  text-align: center; }
  .content-archive .block-heading, .content-archive .partnerships-contain h3, .partnerships-contain .content-archive h3 {
    font-size: 25px; }
    @media screen and (min-width: 320px) {
      .content-archive .block-heading, .content-archive .partnerships-contain h3, .partnerships-contain .content-archive h3 {
        font-size: calc(25px + 35 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .content-archive .block-heading, .content-archive .partnerships-contain h3, .partnerships-contain .content-archive h3 {
        font-size: 60px; } }

.content-archive form {
  margin: 0 auto;
  padding: 0;
  max-width: none;
  text-align: center;
  font-size: 0;
  background-color: #fff; }
  .content-archive form .form-item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 11px; }
    .content-archive form .form-item:nth-child(3n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .content-archive form .form-item {
        margin-right: 11px;
        margin-bottom: 0;
        width: calc(33.3% - 22px/3);
        max-width: 280px; } }
    .content-archive form .form-item label {
      position: absolute;
      top: 13px;
      left: 24px;
      font-weight: normal;
      color: #636466;
      font-size: 14px;
      font-size: 1.4rem; }
      @media (min-width: 1120px) {
        .content-archive form .form-item label {
          top: 17px;
          left: 26px;
          font-size: 16px;
          font-size: 1.6rem; } }
    .content-archive form .form-item select {
      margin: 0;
      padding: 29px 42px 10px 22px;
      width: 100%;
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem; }
      @media (min-width: 1120px) {
        .content-archive form .form-item select {
          padding: 32px 48px 14px 27px;
          font-size: 18px;
          font-size: 1.8rem; } }
  .content-archive form .form-actions {
    margin-top: 10px;
    width: 100%; }
    @media (min-width: 768px) {
      .content-archive form .form-actions {
        margin-top: 16px; } }
    @media (min-width: 1120px) {
      .content-archive form .form-actions {
        margin-top: 20px; } }

.content-archive .teaser .contain--narrow {
  padding: 0 20px; }
  @media (min-width: 1330px) {
    .content-archive .teaser .contain--narrow {
      padding: 0; } }

.content-archive .teaser__heading, .content-archive .teaser__category, .content-archive .teaser__publish-time {
  margin-bottom: 10px; }

.content-archive .teaser__image a {
  display: block; }

@media (min-width: 870px) {
  .content-archive .teaser__image {
    width: 33.33%; } }

.content-archive .teaser__btn {
  display: block;
  width: 150px;
  color: #2d2d2d;
  border: 1px solid #d5002e;
  transition: all 0.2s ease; }
  .content-archive .teaser__btn:hover {
    color: #fff;
    background-color: #d5002e; }
  @media (min-width: 1120px) {
    .content-archive .teaser__btn {
      position: absolute;
      top: 20px;
      right: 0;
      margin: 0;
      padding: 15px;
      width: 150px; } }

.content-archive .teaser--first-lrg {
  background-color: #2d2d2d; }
  .content-archive .teaser--first-lrg .contain, .content-archive .teaser--first-lrg .page-node-type-landing .latest-news, .page-node-type-landing .content-archive .teaser--first-lrg .latest-news,
  .content-archive .teaser--first-lrg .page-node-type-landing .related-news, .page-node-type-landing .content-archive .teaser--first-lrg .related-news, .content-archive .teaser--first-lrg .secondary-nav .main-nav__menu, .secondary-nav .content-archive .teaser--first-lrg .main-nav__menu, .content-archive .teaser--first-lrg .match-strip, .content-archive .teaser--first-lrg .news-list-view {
    padding: 30px 20px;
    max-width: 1070px; }
    @media (min-width: 1330px) {
      .content-archive .teaser--first-lrg .contain, .content-archive .teaser--first-lrg .page-node-type-landing .latest-news, .page-node-type-landing .content-archive .teaser--first-lrg .latest-news,
      .content-archive .teaser--first-lrg .page-node-type-landing .related-news, .page-node-type-landing .content-archive .teaser--first-lrg .related-news, .content-archive .teaser--first-lrg .secondary-nav .main-nav__menu, .secondary-nav .content-archive .teaser--first-lrg .main-nav__menu, .content-archive .teaser--first-lrg .match-strip, .content-archive .teaser--first-lrg .news-list-view {
        padding: 30px 0; } }
  .content-archive .teaser--first-lrg .teaser__heading {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .content-archive .teaser--first-lrg .teaser__heading {
        font-size: calc(20px + 10 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .content-archive .teaser--first-lrg .teaser__heading {
        font-size: 30px; } }
  @media (min-width: 1120px) {
    .content-archive .teaser--first-lrg .teaser__btn {
      position: relative;
      top: 0; } }

@media (min-width: 620px) {
  .content-archive .teaser--latest-featured .teaser__image,
  .content-archive .teaser--latest-featured .teaser__details {
    width: 50%; } }

@media (min-width: 1120px) {
  .content-archive .teaser--latest-featured .teaser__image {
    width: 40%; }
  .content-archive .teaser--latest-featured .teaser__details {
    width: 60%; } }

.content-archive .teaser--latest-featured .contain .teaser__btn, .content-archive .teaser--latest-featured .page-node-type-landing .latest-news .teaser__btn, .page-node-type-landing .content-archive .teaser--latest-featured .latest-news .teaser__btn, .content-archive .teaser--latest-featured .page-node-type-landing .related-news .teaser__btn, .page-node-type-landing .content-archive .teaser--latest-featured .related-news .teaser__btn, .content-archive .teaser--latest-featured .secondary-nav .main-nav__menu .teaser__btn, .secondary-nav .content-archive .teaser--latest-featured .main-nav__menu .teaser__btn, .content-archive .teaser--latest-featured .match-strip .teaser__btn, .content-archive .teaser--latest-featured .news-list-view .teaser__btn {
  display: block;
  margin: 15px 0;
  padding: 15px;
  width: 150px; }

.squad-listing__heading,
.content-archive__heading {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #636466;
  text-align: center;
  text-transform: uppercase; }
  .squad-listing__heading,
  .content-archive__heading {
    font-size: 40px; }
    @media screen and (min-width: 320px) {
      .squad-listing__heading,
      .content-archive__heading {
        font-size: calc(40px + 20 * (100vw - 320px) / 448); } }
    @media screen and (min-width: 768px) {
      .squad-listing__heading,
      .content-archive__heading {
        font-size: 60px; } }
  @media (min-width: 768px) {
    .squad-listing__heading,
    .content-archive__heading {
      padding: 0 50px; }
      .squad-listing__heading,
      .content-archive__heading {
        font-size: 60px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .squad-listing__heading,
      .content-archive__heading {
        font-size: calc(60px + 25 * (100vw - 768px) / 352); } }
    @media screen and (min-width: 768px) and (min-width: 1120px) {
      .squad-listing__heading,
      .content-archive__heading {
        font-size: 85px; } }
  @media (min-width: 1330px) {
    .squad-listing__heading,
    .content-archive__heading {
      font-size: 90px;
      font-size: 9rem; } }

/**
 * Templates.Match-Centre
 */
.match-hero .count-down {
  display: none; }

/**
 * Templates.Sitemap
 */
.sitemap {
  margin: 45px auto;
  padding: 0 20px;
  max-width: 850px; }
  .sitemap h1 {
    color: #636466;
    text-align: center;
    text-transform: uppercase; }
  .sitemap h2 {
    margin-bottom: 20px; }
  .sitemap a:after {
    display: none; }
  .sitemap .sitemap-menu ul li {
    margin-bottom: 0; }

/**
 * Templates.Partnerships
 */
.partnerships-contain {
  text-align: center; }
  .partnerships-contain h3 {
    color: #e9e9e9; }
    .partnerships-contain h3 {
      font-size: 22px; }
      @media screen and (min-width: 320px) {
        .partnerships-contain h3 {
          font-size: calc(22px + 28 * (100vw - 320px) / 680); } }
      @media screen and (min-width: 1000px) {
        .partnerships-contain h3 {
          font-size: 50px; } }
  .partnerships-contain .views-field-sponsor-image {
    margin-bottom: 30px; }
    @media (min-width: 400px) {
      .partnerships-contain .views-field-sponsor-image {
        display: inline-block;
        margin: 0 25px 30px 0; } }

.sponsor-contain {
  text-align: center;
  margin-top: 25px; }
  @media (min-width: 768px) {
    .sponsor-contain .sponsor-prefix, .sponsor-contain .sponsor-images {
      display: inline-block; } }
  .sponsor-contain .sponsor-prefix {
    color: #636466;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .sponsor-contain .sponsor-prefix {
        margin-right: 10px; } }
  .sponsor-contain .sponsor-images img {
    height: 80px; }
    @media (min-width: 768px) {
      .sponsor-contain .sponsor-images img {
        margin-top: -10px; } }

.mfc-sponsors-special-container {
  margin: 0 auto; }
  .mfc-sponsors-special-container .mfc-sponsor-special {
    display: none; }

/**
 * Templates.Pay-Wall
 */
.pay-wall-template .main-nav,
.pay-wall-template .top-links,
.pay-wall-template .search-toggle,
.pay-wall-template .main-nav__toggle,
.pay-wall-template .header-cta {
  display: none !important; }

.pay-wall-template .header__top {
  text-align: center !important; }

@media (min-width: 870px) {
  .pay-wall-template .header__bottom {
    height: 46px !important; } }

.pay-wall-template .header-intro {
  width: 100% !important; }

.pay-wall-template__intro {
  margin-top: 30px; }

.pay-wall-template__sub-intro {
  margin: 10px 0 5px; }

.container {
  margin: 35px auto 0 !important;
  padding: 0 20px !important;
  max-width: 850px !important; }
  .container #payment-form select {
    padding-right: 45px; }
  .container #payment-form .required-field:after {
    content: '*';
    margin-left: 2px;
    color: #ce5930; }
  .container #payment-form .field-error {
    padding: 10px !important;
    font-size: 16px;
    font-size: 1.6rem; }
    @media (min-width: 620px) {
      .container #payment-form .field-error.field-error-message {
        max-width: none !important; } }
    .container #payment-form .field-error:before {
      margin-right: 8px !important; }
  .container form {
    padding: 0 !important;
    background-color: #fff !important; }

.col-centered {
  display: block !important; }

.subscription-plan-card {
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  font-size: 14px;
  font-size: 1.4rem;
  border: 0 !important;
  border-bottom: 1px solid #e0e0e0 !important; }
  @media (min-width: 400px) {
    .subscription-plan-card {
      font-size: 16px;
      font-size: 1.6rem; } }
  .subscription-plan-card h2 {
    margin-bottom: 15px !important; }
    @media (min-width: 620px) {
      .subscription-plan-card h2 {
        margin-bottom: 5px !important; } }
  .subscription-plan-card .btn-primary {
    display: block !important; }
    @media (min-width: 620px) {
      .subscription-plan-card .btn-primary {
        display: inline-block !important;
        margin-left: 20px !important; } }

#payment-creditcard-address-zip,
#payment-creditcard-cvc {
  max-width: 110px !important; }

#voucher-form {
  margin-top: 60px !important; }
  #voucher-form #voucher-apply-code {
    margin-bottom: 15px !important; }
    @media (min-width: 400px) {
      #voucher-form #voucher-apply-code {
        float: left !important;
        margin-right: 10px !important;
        width: calc(100% - 110px);
        max-width: 200px !important; } }
  @media (min-width: 400px) {
    #voucher-form .btn-secondary {
      margin-top: 0 !important;
      height: 50px !important; } }

.paypal-form {
  margin-top: 40px !important; }

#ProgressSteps ol[data-progress-steps="2"] li {
  width: 49%; }

#ProgressSteps ol[data-progress-steps="4"] li {
  width: 24%; }

#ProgressSteps ol[data-progress-steps="5"] li {
  width: 19%; }

#ProgressSteps ol[data-progress-steps="6"] li {
  width: 16%; }

#ProgressSteps ol[data-progress-steps="7"] li {
  width: 14%; }

#ProgressSteps ol[data-progress-steps="8"] li {
  width: 12%; }

#ProgressSteps ol[data-progress-steps="9"] li {
  width: 11%; }

#ProgressSteps ol {
  display: flex !important;
  margin: 40px auto !important;
  padding: 0 !important;
  max-width: 400px; }
  #ProgressSteps ol li {
    position: relative;
    display: inline-block;
    font-size: 1.1rem !important;
    line-height: 5em;
    text-align: center; }
    #ProgressSteps ol li:before {
      content: '';
      position: absolute;
      left: -50%;
      z-index: 0;
      height: 4px;
      width: 100%;
      background-color: #d2d2d2; }
    @media (min-width: 400px) {
      #ProgressSteps ol li {
        font-size: 1.2rem !important; } }
    @media (min-width: 620px) {
      #ProgressSteps ol li {
        font-size: 1.6rem !important; } }

#ProgressSteps ol li:first-child:before {
  display: none; }

#ProgressSteps ol li:after {
  content: '';
  position: absolute;
  right: 50%;
  left: 50%;
  z-index: 1;
  margin: -5px 0 0 -7px;
  height: 14px;
  width: 14px;
  line-height: 14px;
  background-color: #fff;
  border: 3px solid #d2d2d2;
  border-radius: 100%; }

#ProgressSteps ol li:first-child:after {
  margin-left: -7px; }

#ProgressSteps ol li.done {
  color: #636466 !important;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-weight: 900; }
  #ProgressSteps ol li.done:before, #ProgressSteps ol li.done:after {
    background-color: #d5002e !important; }
  #ProgressSteps ol li.done:after {
    border-color: #d5002e !important; }

#ProgressSteps ol[data-progress-steps="3"] li {
  width: 50% !important; }

#ProgressSteps #ProgressStep2 {
  display: none; }

@media (min-width: 620px) {
  .status-mesage-item__alert, .container #payment-form .field-error,
  .container #payment-form .field-error {
    max-width: 100% !important; } }

span.ext {
  display: none !important; }

section.content.main-content span.ext {
  display: inline !important; }

/**
 * Templates.User-Login
 */
.user-login-contain {
  margin-bottom: 50px;
  overflow: hidden; }
  .user-login-contain .status-mesages-block {
    margin-top: 40px; }
    .user-login-contain .status-mesages-block a {
      color: #fff;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .user-login-contain__inner {
      display: flex;
      margin: 40px 0 20px; } }
  .user-login-contain__heading {
    margin: 40px 0 0; }
    @media (min-width: 768px) {
      .user-login-contain__heading {
        margin-top: 30px; } }
  .user-login-contain__heading, .user-login-contain__form-heading {
    text-align: center; }
  .user-login-contain .user-login-form {
    padding: 0;
    background-color: #fff; }
  .user-login-contain .user-login-register {
    margin-top: 30px;
    height: auto; }
    @media (min-width: 870px) {
      .user-login-contain .user-login-register {
        margin-top: 0;
        height: auto; } }
  .user-login-contain .forgot-password {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }

/**
 * Molecules
 * @description Used to define the styles of grouped web elements for the project
 */
/**
 * Molecules.Accordion
 */
.accordion {
  clear: both; }
  .accordion__header {
    margin-top: -1px;
    margin-bottom: 9px;
    padding: 15px 40px 15px 0;
    color: #d5002e;
    font-size: 20px;
    font-size: 2rem;
    background-image: url("../../images/svg/min/arrow-down-grey.svg");
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer; }
    .accordion__header:hover, .accordion__header:focus {
      background-image: url("../../images/svg/min/arrow-down-red.svg"); }
    .accordion__header--active, .accordion__header--active:hover, .accordion__header--active:focus {
      background-image: url("../../images/svg/min/arrow-up-red.svg"); }
  .accordion__btn {
    margin: 0;
    padding: 0;
    color: #d5002e;
    font-size: 20px;
    font-size: 2rem;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: none;
    border: 0; }
  .accordion__content {
    margin: 20px 0; }

.embedded-entity + h2,
.embedded-entity + h3,
.embedded-entity + h4,
.embedded-entity + h5,
.embedded-entity + p {
  margin-top: 26px !important; }

.embedded-entity.align-left + p,
.embedded-entity.align-right + p {
  margin-top: -10px; }

/**
 * Molecules.DFP-Adverts
 */
.has-adverts .dfp-adverts {
  padding: 0 0 25px;
  overflow: hidden; }
  @media (min-width: 870px) {
    .has-adverts .dfp-adverts {
      margin-top: 50px; } }
  .has-adverts .dfp-adverts ul li {
    position: static;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    list-style: none; }
    @media (min-width: 620px) {
      .has-adverts .dfp-adverts ul li {
        float: left;
        width: 48%;
        text-align: center;
        margin: 20px 2% 0 0; } }
    @media (min-width: 870px) {
      .has-adverts .dfp-adverts ul li {
        clear: both;
        width: 100%;
        text-align: center;
        margin: 20px 0 0 0; }
        .has-adverts .dfp-adverts ul li:before {
          display: none; } }

@media (min-width: 870px) {
  .has-adverts {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center; } }

@media (min-width: 870px) {
  .has-adverts .main-content {
    margin: 0 30px 0 0;
    width: 65%; } }

@media (min-width: 1330px) {
  .has-adverts .main-content {
    padding-left: 30px; } }

.has-adverts .dfp-widget {
  margin-bottom: 30px; }

@media (min-width: 1120px) {
  .has-adverts .content .media-image {
    left: 0;
    width: 100%; } }

@media (min-width: 1330px) {
  .has-adverts .content .media-image {
    left: -70px;
    width: calc(100% + 70px); } }

@media (min-width: 1450px) {
  .has-adverts .content .media-image {
    left: -110px;
    width: calc(100% + 110px); } }

@media (min-width: 870px) {
  .dfp-adverts--match-report {
    padding-top: 0 !important; } }

/**
 * Molecules.Author
 */
.article-meta {
  order: 3;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  @media (min-width: 768px) {
    .article-meta {
      margin-top: 15px;
      padding: 0;
      text-align: center;
      border: 0; } }
  .article-meta__avatar {
    display: none; }
    @media (min-width: 620px) {
      .article-meta__avatar {
        display: inline-block;
        margin-right: 12px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        vertical-align: middle; } }
  .article-meta__author, .article-meta__twitter, .article-meta__category, .article-meta__publish-date {
    display: inline-block;
    margin-right: 7px;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1; }
    .article-meta__author a,
    .article-meta__author span, .article-meta__twitter a,
    .article-meta__twitter span, .article-meta__category a,
    .article-meta__category span, .article-meta__publish-date a,
    .article-meta__publish-date span {
      font-size: 12px;
      font-size: 1.2rem; }
    @media (min-width: 768px) {
      .hero--wide .article-meta__author, .hero--wide .article-meta__twitter, .hero--wide .article-meta__category, .hero--wide .article-meta__publish-date {
        color: #fff; } }
    @media (min-width: 870px) {
      .article-meta__author, .article-meta__twitter, .article-meta__category, .article-meta__publish-date {
        margin-right: 12px; } }
  .article-meta__category, .article-meta__author {
    margin: 5px 0;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .article-meta__category, .article-meta__author {
        margin: 20px auto 25px;
        border-right: 1px solid #636466; } }
  .article-meta__category {
    display: block;
    padding-right: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .article-meta__category {
        display: inline-block; } }
  .article-meta__author {
    font-weight: 900;
    border-right: 1px solid #636466; }
    .article-meta__author a {
      padding-left: 5px; }
    @media (min-width: 768px) {
      .article-meta__author {
        padding-left: 10px; } }
  .article-meta__twitter {
    text-decoration: underline; }
  .article-meta__publish-date {
    margin: 5px 0; }

/**
 * Molecules.Article-Widgets
 */
.article-widget,
.quote-widget,
.player-widget,
.promo-widget,
.text-widget {
  clear: left;
  margin: 20px auto; }
  @media (min-width: 620px) {
    .article-widget,
    .quote-widget,
    .player-widget,
    .promo-widget,
    .text-widget {
      display: inline-block;
      float: left;
      margin: 5px 0 20px 0;
      max-width: 300px; } }
  @media (min-width: 1120px) {
    .article-widget,
    .quote-widget,
    .player-widget,
    .promo-widget,
    .text-widget {
      margin-left: -30px; } }
  @media (min-width: 1330px) {
    .article-widget,
    .quote-widget,
    .player-widget,
    .promo-widget,
    .text-widget {
      margin-left: -110px; } }
  @media (min-width: 620px) {
    .align-right .article-widget, .align-right
    .quote-widget, .align-right
    .player-widget, .align-right
    .promo-widget, .align-right
    .text-widget {
      margin: 5px 0 20px 0; } }
  @media (min-width: 1120px) {
    .align-right .article-widget, .align-right
    .quote-widget, .align-right
    .player-widget, .align-right
    .promo-widget, .align-right
    .text-widget {
      margin-left: 0; } }
  @media (min-width: 1330px) {
    .align-right .article-widget, .align-right
    .quote-widget, .align-right
    .player-widget, .align-right
    .promo-widget, .align-right
    .text-widget {
      margin-left: 0; } }

.player-widget {
  max-width: 275px; }

/**
 * Molecules.Article-Fixture
 */
.article-fixture {
  background-color: #e0e0e0; }
  .article-fixture__inner {
    padding: 10px 20px; }
    @media (min-width: 620px) {
      .article-fixture__inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; } }
  .article-fixture__status {
    position: relative;
    margin: 0 auto 5px;
    padding-left: 25px;
    width: 95px;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.75; }
    @media (min-width: 620px) {
      .article-fixture__status {
        margin: 0; } }
    @media (min-width: 1120px) {
      .article-fixture__status {
        width: 140px;
        font-size: 25px;
        font-size: 2.5rem; } }
    .article-fixture__status:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-image: url("../../images/svg/min/time.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      @media (min-width: 1120px) {
        .article-fixture__status:before {
          top: 11px; } }
  .article-fixture__cta {
    margin-top: 12px;
    text-align: center; }
    @media (min-width: 1120px) {
      .article-fixture__cta {
        margin-top: 6px; } }
    .article-fixture__cta-link {
      margin-right: 10px; }
      .article-fixture__cta-link:last-of-type {
        margin-right: 0; }
      @media (min-width: 1120px) {
        .article-fixture__cta-link:first-of-type a, .article-fixture__cta-link:last-of-type a {
          position: relative;
          display: inline-block;
          padding: 11px 44px 11px 22px;
          font-size: 16px;
          font-size: 1.6rem;
          text-align: left;
          text-decoration: none;
          text-transform: uppercase;
          transition: background-color 0.3s ease; }
          .article-fixture__cta-link:first-of-type a:after, .article-fixture__cta-link:last-of-type a:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 16px;
            margin-top: -1px;
            height: 20px;
            width: 20px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 14px;
            transform: translateY(-50%); }
        .article-fixture__cta-link:first-of-type a {
          color: #fff;
          background-color: #000;
          border: 1px solid #000; }
          .article-fixture__cta-link:first-of-type a:after {
            background-image: url("../../images/svg/min/right-arrow.svg"); }
        .article-fixture__cta-link:last-of-type a {
          color: #000;
          background-color: #e0e0e0;
          border: 1px solid #2d2d2d; }
          .article-fixture__cta-link:last-of-type a:after {
            background-image: url("../../images/svg/min/right-arrow-black.svg"); }
          .article-fixture__cta-link:last-of-type a:hover {
            background-color: #f2f2f2; } }
  .article-fixture__view-fixture, .article-fixture__match-report, .article-fixture__buy-ticket, .article-fixture__hospitality {
    display: inline-block; }
    @media (min-width: 620px) {
      .article-fixture__view-fixture, .article-fixture__match-report, .article-fixture__buy-ticket, .article-fixture__hospitality {
        display: block;
        margin-bottom: 5px; } }
    @media (min-width: 1120px) {
      .article-fixture__view-fixture, .article-fixture__match-report, .article-fixture__buy-ticket, .article-fixture__hospitality {
        display: inline-block; } }
    .article-fixture__view-fixture a, .article-fixture__match-report a, .article-fixture__buy-ticket a, .article-fixture__hospitality a {
      position: relative;
      padding-right: 15px;
      color: #2d2d2d;
      font-size: 12px;
      font-size: 1.2rem;
      text-decoration: none;
      text-transform: uppercase; }
      .article-fixture__view-fixture a:hover, .article-fixture__view-fixture a:foucs, .article-fixture__match-report a:hover, .article-fixture__match-report a:foucs, .article-fixture__buy-ticket a:hover, .article-fixture__buy-ticket a:foucs, .article-fixture__hospitality a:hover, .article-fixture__hospitality a:foucs {
        text-decoration: underline; }
      .article-fixture__view-fixture a:after, .article-fixture__match-report a:after, .article-fixture__buy-ticket a:after, .article-fixture__hospitality a:after {
        content: '';
        position: absolute;
        top: 2px;
        right: 0;
        height: 10px;
        width: 10px;
        background-image: url("../../images/svg/min/right-arrow-black.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
  .article-fixture__view-fixture {
    margin-right: 10px; }
  .article-fixture .match-teams {
    margin: 0; }
    @media (min-width: 620px) {
      .article-fixture .match-teams {
        flex-grow: 1; } }

/**
 * Molecules.CTA-Item
 */
.cta-item {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  max-width: 400px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .cta-item {
      max-width: none; } }
  .cta-item img {
    width: 100%;
    transition: all 0.3s ease;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1); }
  .cta-item:hover img {
    transform: scale(1.1); }
  .cta-item__heading {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 20;
    margin: auto;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
    pointer-events: none; }
    .cta-item__heading {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .cta-item__heading {
          font-size: calc(20px + 10 * (100vw - 320px) / 680); } }
      @media screen and (min-width: 1000px) {
        .cta-item__heading {
          font-size: 30px; } }
  .cta-item__link {
    display: block;
    color: #fff; }
    .cta-item__link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }
    .cta-item__link:hover {
      text-decoration: none; }
    .cta-item__link:focus:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      z-index: 20;
      height: calc(100% - 6px);
      width: calc(100% - 6px);
      outline-color: #3b99fc !important;
      outline-style: auto;
      outline-width: 5px; }

/**
 * Molecules.Commentator
 */
.commentator {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-top: 0; }
  .commentator__avatar {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(-50%); }
    @media (min-width: 400px) {
      .commentator__avatar {
        max-width: none; } }
    @media (min-width: 620px) {
      .commentator__avatar {
        height: 60px;
        width: 60px; } }
  .commentator__meta, .commentator__hashtag {
    width: calc(100% - 50px); }
    @media (min-width: 620px) {
      .commentator__meta, .commentator__hashtag {
        width: calc(100% - 70px); } }
  .commentator__hashtag {
    display: flex;
    align-items: center; }
    .commentator__hashtag-heading {
      display: none; }
    .commentator__hashtag-tag {
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-size: 2rem; }
      @media (min-width: 620px) {
        .commentator__hashtag-tag {
          font-size: 20px; } }
  @media screen and (min-width: 620px) and (min-width: 620px) {
    .commentator__hashtag-tag {
      font-size: calc(20px + 16 * (100vw - 620px) / 380); } }
  @media screen and (min-width: 620px) and (min-width: 1000px) {
    .commentator__hashtag-tag {
      font-size: 36px; } }

/**
 * Molecules.Header-Top
 */
.header__top {
  display: block;
  width: 100%; }
  @media (min-width: 870px) {
    .header__top {
      padding: 0;
      height: 60px; } }

/**
 * Molecules.Header-Intro
 */
.header-intro {
  display: none;
  margin: 0;
  width: 35%;
  color: #fff; }
  @media (min-width: 870px) {
    .header-intro {
      display: flex;
      align-items: center;
      margin-right: auto; } }
  @media (min-width: 1120px) {
    .header-intro {
      width: 45%; } }
  .header-intro__text {
    margin: 0 10px 0 130px;
    padding-right: 10px;
    width: auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
    @media (min-width: 870px) {
      .header-intro__text {
        margin-left: 147px; } }
    @media (min-width: 1120px) {
      .header-intro__text {
        font-size: 16px;
        font-size: 1.6rem; } }
  .header-intro__icon {
    height: 30px;
    width: 30px; }

/**
 * Molecules.Header-Controls
 */
.header__controls {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 60px;
  background: #d5002e; }
  @media (min-width: 870px) {
    .header__controls {
      position: static;
      display: inline; } }

/**
 * Molecules.Header-Logos
 */
.header__logos {
  display: none; }
  @media (min-width: 870px) {
    .header__logos {
      display: flex;
      align-items: center;
      margin-right: auto;
      padding-left: 145px;
      width: calc(50% - 100px); } }
  .header__logos .views-element-container div {
    display: flex;
    align-items: center;
    height: 47px; }
  .header__logos img {
    margin-right: 20px;
    width: auto;
    max-height: 34px;
    opacity: 0.5;
    vertical-align: middle; }

/**
 * Molecules.Header-Bottom
 */
.header__bottom {
  position: relative; }
  @media (min-width: 870px) {
    .header__bottom {
      display: flex;
      justify-content: flex-start; }
      .header__bottom:before {
        content: '';
        position: absolute;
        top: 0;
        left: calc(-50vw + 50%);
        z-index: -1;
        height: 100%;
        width: 100vw;
        background-color: #d5002e; } }

/**
 * Molecules.Download
 */
.download {
  clear: both;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  background-color: #636466;
  border-bottom: 1px solid #fff; }
  .download__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    height: 20px;
    width: 20px;
    fill: #fff; }
    @media (min-width: 620px) {
      .download__icon {
        position: static; } }
  .download__file-name, .download__file-size, .download__link {
    font-size: 14px;
    font-size: 1.4rem; }
  .download__file-name {
    font-weight: 900; }
    @media (min-width: 620px) {
      .download__file-name {
        font-size: 18px;
        font-size: 1.8rem; } }
  .download__meta {
    flex-grow: 1;
    padding: 30px 20px; }
    @media (min-width: 620px) {
      .download__meta {
        padding: 30px 40px; } }
  .download__meta, .download__link {
    margin: 0 !important;
    color: #fff;
    line-height: 1; }
  .download__link {
    position: relative;
    padding: 30px 40px;
    background-color: #d5002e;
    border-left: 1px solid #fff;
    transition: all 0.3s ease; }
    .download__link:hover, .download__link:focus {
      background-color: #ef0034; }

/**
 * Molecules.Forms
 */
form {
  margin: 45px auto;
  padding: 20px 20px;
  max-width: 850px;
  background-color: #e8e8e8; }
  @media (min-width: 870px) {
    form {
      padding: 50px 110px 20px; } }
  form fieldset {
    margin-bottom: 10px; }
  form fieldset,
  form legend {
    padding: 0;
    border: none; }
    form fieldset:before,
    form legend:before {
      display: none; }
  form fieldset legend.form-required {
    margin-bottom: 25px;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-align: left; }
    form fieldset legend.form-required {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        form fieldset legend.form-required {
          font-size: calc(20px + 5 * (100vw - 320px) / 550); } }
      @media screen and (min-width: 870px) {
        form fieldset legend.form-required {
          font-size: 25px; } }
  form h1 {
    text-align: center;
    text-transform: uppercase; }
    form h1 {
      font-size: 30px; }
      @media screen and (min-width: 320px) {
        form h1 {
          font-size: calc(30px + 30 * (100vw - 320px) / 550); } }
      @media screen and (min-width: 870px) {
        form h1 {
          font-size: 60px; } }
  form .description {
    clear: both;
    margin: -10px 0 35px;
    color: #636466;
    line-height: 1.5; }
    form .description {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        form .description {
          font-size: calc(14px + 2 * (100vw - 320px) / 680); } }
      @media screen and (min-width: 1000px) {
        form .description {
          font-size: 16px; } }
  form summary {
    margin-bottom: 15px;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
  form .captcha {
    margin: 0 0 20px; }
  form .form-submit {
    display: block;
    margin: 20px 0;
    padding: 15px 25px;
    height: 50px;
    color: #2d2d2d;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #d5002e;
    cursor: pointer;
    transition: all 0.2s ease; }
    form .form-submit:hover, form .form-submit:focus {
      color: #fff;
      text-decoration: none;
      background-color: #d5002e; }

/**
 * Molecules.Contact-Form
 */
/**
 * Molecules.Register-Form
 */
.register-form {
  margin: 30px auto;
  padding: 20px 20px 0;
  max-width: 850px; }
  @media (min-width: 870px) {
    .register-form {
      margin: 45px auto;
      padding: 0 20px; } }
  .register-form__heading {
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase; }
    .register-form__heading {
      font-size: 30px; }
      @media screen and (min-width: 320px) {
        .register-form__heading {
          font-size: calc(30px + 30 * (100vw - 320px) / 550); } }
      @media screen and (min-width: 870px) {
        .register-form__heading {
          font-size: 60px; } }
  .register-form .contain, .register-form .page-node-type-landing .latest-news, .page-node-type-landing .register-form .latest-news,
  .register-form .page-node-type-landing .related-news, .page-node-type-landing .register-form .related-news, .register-form .secondary-nav .main-nav__menu, .secondary-nav .register-form .main-nav__menu, .register-form .match-strip, .register-form .news-list-view {
    padding-bottom: 10px;
    background-color: #e8e8e8; }
  .register-form form {
    padding: 0;
    max-width: 630px; }
  .register-form .description {
    margin-bottom: 25px; }
  .register-form .password-confirm,
  .register-form .password-strength {
    margin-bottom: 25px; }

/**
 * Molecules.User-Login
 */
.region-page-bottom {
  position: relative; }

#fancy_login_form_contents {
  overflow: hidden; }

.password-form,
#user-login-form {
  margin: 20px auto; }
  .password-form h1,
  #user-login-form h1 {
    text-align: center; }

#user-login-form {
  max-width: 600px; }
  #user-login-form .forgot-password,
  #user-login-form .register {
    display: block;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center; }

#fancy_login_login_box {
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 610 !important;
  margin: auto !important;
  padding: 0;
  height: 515px;
  width: 95%;
  max-width: 500px;
  background-color: #fff;
  border: 0 !important;
  border-radius: 0;
  overflow: scroll; }
  @media (min-width: 400px) {
    #fancy_login_login_box {
      height: auto;
      max-height: 550px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (min-width: 620px) {
    #fancy_login_login_box {
      height: 525px;
      max-width: none;
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }
  @media (min-width: 768px) {
    #fancy_login_login_box {
      height: 500px;
      overflow: visible; } }
  @media (min-width: 870px) {
    #fancy_login_login_box {
      height: 60%;
      width: 90vw;
      max-width: 1290px;
      min-height: 500px; } }
  #fancy_login_login_box #fancy_login_user_login_block_wrapper {
    padding-bottom: 0;
    overflow: hidden;
    background-color: #fff; }
  #fancy_login_login_box #fancy_login_user_login_block_wrapper > div:last-child,
  #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div:last-child {
    display: block; }
  #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .edit-user-links,
  #fancy_login_login_box #fancy_login_user_login_block_wrapper > div ul,
  #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .edit-user-links,
  #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div ul {
    display: none; }
  #fancy_login_login_box #fancy_login_user_login_block_wrapper > div.login-form-wrapper.user-login-register,
  #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div.login-form-wrapper.user-login-register {
    display: none !important; }
    @media (min-width: 768px) {
      #fancy_login_login_box #fancy_login_user_login_block_wrapper > div.login-form-wrapper.user-login-register,
      #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div.login-form-wrapper.user-login-register {
        display: block !important; } }
  #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .status-mesages-block,
  #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .status-mesages-block {
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 0; }
    #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .status-mesages-block .status-mesage-item,
    #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .status-mesages-block .status-mesage-item {
      max-width: none; }
      #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .status-mesages-block .status-mesage-item__alert, #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .status-mesages-block .container #payment-form .field-error, .container #payment-form #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .status-mesages-block .field-error,
      #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .status-mesages-block .status-mesage-item__alert,
      #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .status-mesages-block .container #payment-form .field-error,
      .container #payment-form #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .status-mesages-block .field-error {
        max-width: 100% !important;
        color: #fff;
        background-color: #ce5930; }
        #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .status-mesages-block .status-mesage-item__alert a, #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .status-mesages-block .container #payment-form .field-error a, .container #payment-form #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .status-mesages-block .field-error a,
        #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .status-mesages-block .status-mesage-item__alert a,
        #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .status-mesages-block .container #payment-form .field-error a,
        .container #payment-form #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .status-mesages-block .field-error a {
          color: #fff !important;
          text-decoration: underline !important; }
    #fancy_login_login_box #fancy_login_user_login_block_wrapper > div .status-mesages-block ul,
    #fancy_login_login_box #fancy_login_user_pass_block_wrapper > div .status-mesages-block ul {
      display: inline-block; }
  #fancy_login_login_box .forgot-password {
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }

#fancy_login_dim_screen {
  z-index: 600 !important;
  background: #2d2d2d !important; }

.fancy-login-user-login-form,
.fancy-login-user-pass {
  margin: 0;
  padding: 0;
  background-color: #fff; }

#block-userlogin ul {
  display: none; }

.login-form-wrapper {
  display: block;
  padding: 30px 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .login-form-wrapper {
      float: left;
      width: 100%; }
      .login-form-wrapper.password-from-wrapper {
        width: 100%; } }
  .login-form-wrapper__inner {
    margin: auto;
    padding: 0;
    max-width: 410px; }
  .login-form-wrapper h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px; }
    .login-form-wrapper h1 {
      font-size: 32px; }
      @media screen and (min-width: 320px) {
        .login-form-wrapper h1 {
          font-size: calc(32px + 28 * (100vw - 320px) / 800); } }
      @media screen and (min-width: 1120px) {
        .login-form-wrapper h1 {
          font-size: 60px; } }
    @media (min-width: 768px) {
      .login-form-wrapper h1 {
        margin: 0 0 40px 0; } }
  .login-form-wrapper p {
    margin-top: 10px;
    color: #1b1b1b; }
  .login-form-wrapper label {
    margin: 7px 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900; }
  .login-form-wrapper input {
    margin-bottom: 15px; }
  .login-form-wrapper .form-submit,
  .login-form-wrapper .register {
    display: block;
    margin: 20px 0;
    padding: 15px 25px;
    height: 50px;
    color: #2d2d2d;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #d5002e;
    cursor: pointer;
    transition: all 0.2s ease; }
    .login-form-wrapper .form-submit:hover, .login-form-wrapper .form-submit:focus,
    .login-form-wrapper .register:hover,
    .login-form-wrapper .register:focus {
      color: #fff;
      text-decoration: none;
      background-color: #d5002e; }
  .login-form-wrapper .forgot-password {
    text-decoration: underline; }
  .login-form-wrapper .register {
    display: block;
    margin-top: 30px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .login-form-wrapper .register {
        display: none; } }

.user-login-register {
  height: 72vh;
  max-height: 550px;
  background-color: #eaeaea;
  background-image: url(../../images/svg/min/lion-grey.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 130%; }
  @media (min-width: 870px) {
    .user-login-register {
      min-height: 500px;
      height: 60vh; } }
  .user-login-register .form-submit {
    padding: 17px 25px; }

#fancy_login_close_button {
  position: absolute;
  top: -3px;
  right: 10px;
  height: 50px;
  width: 50px;
  overflow: hidden;
  text-indent: -200px;
  background: #d5002e;
  border: 0;
  transition: all 0.2s ease; }
  #fancy_login_close_button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    height: 15px;
    width: 15px;
    background-image: url("../../images/svg/min/close-white.svg");
    background-repeat: no-repeat;
    background-size: contain; }
  @media (min-width: 768px) {
    #fancy_login_close_button {
      top: -53px; } }
  @media (min-width: 870px) {
    #fancy_login_close_button {
      top: -70px;
      right: 0;
      margin: 0;
      height: 70px;
      width: 70px; } }
  #fancy_login_close_button:hover, #fancy_login_close_button:focus {
    color: #fff;
    background-color: #ef0034; }

.g-recaptcha {
  margin-top: -15px; }

.status-mesage-item__alert, .container #payment-form .field-error {
  position: relative;
  color: #fff;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.5;
  background-color: #ce5930; }
  .status-mesage-item__alert:before, .container #payment-form .field-error:before {
    content: '';
    position: relative;
    bottom: 2px;
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    background-image: url("../../images/svg/min/warning.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
    @media (min-width: 400px) {
      .status-mesage-item__alert:before, .container #payment-form .field-error:before {
        display: inline-block;
        margin: 0 5px 0 0; } }
  .status-mesage-item__alert a, .container #payment-form .field-error a {
    color: #fff !important;
    text-decoration: underline !important; }

/**
 * Molecules.Password-Form
 */
.password-from-wrapper h1 {
  font-size: 30px;
  font-size: 3rem; }
  @media (min-width: 400px) {
    .password-from-wrapper h1 {
      padding: 0 50px; } }
  @media (min-width: 620px) {
    .password-from-wrapper h1 {
      padding: 0; } }

.user-pass {
  max-width: 600px; }

/**
 * Molecules.Hero
 */
.hero {
  position: relative;
  flex-wrap: wrap;
  margin: auto; }
  @media (min-width: 768px) {
    .hero {
      display: block; } }
  .hero--standard .hero {
    max-width: 1280px; }
    .hero--standard .hero .article__heading, .hero--standard .hero .container h1, .container .hero--standard .hero h1 {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .hero--standard .hero .article__heading, .hero--standard .hero .container h1, .container .hero--standard .hero h1 {
          margin-top: 35px; } }
    .hero--standard .hero .hero__image img {
      display: block; }
  @media (min-width: 620px) {
    .hero--no-image .hero .article__heading, .hero--no-image .hero .container h1, .container .hero--no-image .hero h1 {
      margin-top: 90px; } }
  .hero--wide .hero {
    max-width: none; }
    .hero--wide .hero .hero__image .hero_banner_standard {
      display: inline; }
    .hero--wide .hero .hero__image .hero_banner_wide {
      display: none; }
    @media (min-width: 768px) {
      .hero--wide .hero:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5); }
      .hero--wide .hero .hero__image .hero_banner_standard {
        display: none; }
      .hero--wide .hero .hero__image .hero_banner_wide {
        display: inline; } }

@media (min-width: 768px) and (min-width: 1120px) {
  .hero--wide .hero:after {
    height: 75%;
    background: linear-gradient(rgba(0, 0, 0, 0), black); } }
    @media (min-width: 768px) {
      .hero--wide .hero .article__heading, .hero--wide .hero .container h1, .container .hero--wide .hero h1 {
        color: #fff; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .hero--wide .hero .article__heading, .hero--wide .hero .container h1, .container .hero--wide .hero h1 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media (min-width: 768px) and (min-width: 1120px) {
    .hero--wide .hero .article__heading, .hero--wide .hero .container h1, .container .hero--wide .hero h1 {
      font-size: 30px; } }
  @media screen and (min-width: 768px) and (min-width: 1120px) and (min-width: 320px) {
    .hero--wide .hero .article__heading, .hero--wide .hero .container h1, .container .hero--wide .hero h1 {
      font-size: calc(30px + 40 * (100vw - 320px) / 960); } }
  @media screen and (min-width: 768px) and (min-width: 1120px) and (min-width: 1280px) {
    .hero--wide .hero .article__heading, .hero--wide .hero .container h1, .container .hero--wide .hero h1 {
      font-size: 70px; } }

@media (min-width: 768px) and (min-width: 768px) {
  .hero--wide .hero .article-meta {
    margin-top: 0; } }

@media (min-width: 768px) and (min-width: 1120px) {
  .hero--wide .hero .article-meta {
    margin-top: 15px; } }
  .hero__heading, .hero__intro {
    text-align: center; }
    @media (min-width: 768px) {
      .hero__heading, .hero__intro {
        color: #fff;
        text-align: center; } }
  .hero__heading {
    margin-bottom: 0;
    width: 100%; }
  .hero__intro {
    margin: 15px auto 0;
    max-width: 850px; }
  .hero__inner {
    display: flex;
    flex-wrap: wrap;
    order: 2;
    padding: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .hero__inner {
        padding: 20px 100px 0; } }
    @media (min-width: 870px) {
      .hero__inner {
        padding: 0; } }
    @media (min-width: 768px) {
      .hero--wide .hero__inner {
        position: absolute;
        right: 0;
        bottom: 25px;
        left: 0;
        z-index: 30;
        display: block;
        margin: auto; } }
  .hero__image {
    position: relative;
    order: 1;
    overflow: hidden; }
    .hero--standard .hero__image {
      margin: 0 auto;
      max-width: 1070px; }
      @media (min-width: 768px) {
        .hero--standard .hero__image {
          margin-top: 15px; } }
    .hero__image img {
      width: 100%; }
    .hero__image .media-btn {
      z-index: 600; }
  .hero .content {
    padding: 0;
    max-width: none; }
    .hero .content img {
      width: 100%; }
  .hero .hero-media-hidden img {
    display: none; }
  .hero.homepage-takeover .hero__image {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .hero.homepage-takeover .hero__image:before {
      content: '';
      display: block;
      padding-top: 56.25%;
      width: 100%; }
  .hero .hero-image__desktop {
    display: none; }
  @media (min-width: 768px) {
    .hero .hero-image__mobile {
      display: none; }
    .hero .hero-image__desktop {
      display: block; } }

.user-logged-in .hero--standard .article__heading, .user-logged-in .hero--standard .container h1, .container .user-logged-in .hero--standard h1 {
  margin-top: 0; }

.user-logged-in .hero--no-image .article__heading, .user-logged-in .hero--no-image .container h1, .container .user-logged-in .hero--no-image h1 {
  margin-top: 30px; }

.user-logged-out.path-media .hero--standard .hero__image img {
  display: block; }

/**
 * Molecules.Hero-Live
 */
@media (min-width: 1330px) {
  .home-featured--left {
    overflow: hidden;
    width: calc(100% - 410px); }
    .home-featured--left .views-element-container,
    .home-featured--left .views-element-container > div {
      height: 100%; } }

.homepage-takeover {
  position: relative;
  height: 100%; }
  .homepage-takeover .hero__inner {
    padding: 40px 20px; }
    @media (min-width: 768px) {
      .homepage-takeover .hero__inner {
        position: absolute;
        bottom: 40px;
        z-index: 20;
        padding: 20px; } }
  .homepage-takeover__fixture-meta {
    position: relative;
    margin: 0 auto;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }
    .homepage-takeover__fixture-meta span {
      display: block;
      margin-right: 10px;
      font-weight: 900; }
      .homepage-takeover__fixture-meta span.homepage-takeover__fixture-meta--live {
        position: relative;
        display: inline-block;
        padding-left: 10px;
        font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
        font-weight: 900;
        text-transform: uppercase; }
        .homepage-takeover__fixture-meta span.homepage-takeover__fixture-meta--live .live-now {
          top: 11px;
          left: 0; }
      @media (min-width: 400px) {
        .homepage-takeover__fixture-meta span {
          display: inline-block; } }
    @media (min-width: 768px) {
      .homepage-takeover__fixture-meta {
        color: #fff; } }
  .homepage-takeover .match-teams {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .homepage-takeover .match-teams {
        color: #fff; } }
    .homepage-takeover .match-teams__badge {
      display: flex;
      align-items: center;
      flex-direction: column;
      width: calc(50% - 40px);
      max-height: none;
      max-width: none;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      text-transform: uppercase; }
      @media (min-width: 400px) {
        .homepage-takeover .match-teams__badge {
          width: calc(50% - 60px); } }
      .homepage-takeover .match-teams__badge img {
        order: 1;
        margin-bottom: 10px;
        max-width: 50px; }
        @media (min-width: 400px) {
          .homepage-takeover .match-teams__badge img {
            max-width: 60px; } }
        @media (min-width: 620px) {
          .homepage-takeover .match-teams__badge img {
            max-width: 70px; } }
        @media (min-width: 870px) {
          .homepage-takeover .match-teams__badge img {
            max-width: 90px; } }
        @media (min-width: 1120px) {
          .homepage-takeover .match-teams__badge img {
            margin: 0 15px 10px 0; } }
      .homepage-takeover .match-teams__badge span {
        order: 2;
        font-size: 12px;
        font-size: 1.2rem; }
        @media (min-width: 400px) {
          .homepage-takeover .match-teams__badge span {
            font-size: 12px; } }
  @media screen and (min-width: 400px) and (min-width: 450px) {
    .homepage-takeover .match-teams__badge span {
      font-size: calc(12px + 14 * (100vw - 450px) / 420); } }
  @media screen and (min-width: 400px) and (min-width: 870px) {
    .homepage-takeover .match-teams__badge span {
      font-size: 26px; } }
      @media (min-width: 1120px) {
        .homepage-takeover .match-teams__badge {
          flex-direction: row; }
          .homepage-takeover .match-teams__badge--home {
            justify-content: flex-end; }
            .homepage-takeover .match-teams__badge--home img {
              order: 3;
              margin: 0 0 10px 15px; } }
    .homepage-takeover .match-teams__meta {
      align-self: center;
      margin: 0 10px;
      padding: 10px;
      width: 100px;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 900;
      letter-spacing: -5px; }
      @media (min-width: 400px) {
        .homepage-takeover .match-teams__meta {
          width: 120px; }
          .homepage-takeover .match-teams__meta {
            font-size: 32px; } }
    @media screen and (min-width: 400px) and (min-width: 450px) {
      .homepage-takeover .match-teams__meta {
        font-size: calc(32px + 38 * (100vw - 450px) / 550); } }
    @media screen and (min-width: 400px) and (min-width: 1000px) {
      .homepage-takeover .match-teams__meta {
        font-size: 70px; } }
      @media (min-width: 620px) {
        .homepage-takeover .match-teams__meta {
          width: 160px; } }
      @media (min-width: 1120px) {
        .homepage-takeover .match-teams__meta {
          padding: 7px 20px;
          width: 220px; } }
      @media (min-width: 1330px) {
        .homepage-takeover .match-teams__meta {
          width: 190px;
          font-size: 70px;
          font-size: 7rem; } }
  @media (min-width: 768px) {
    .homepage-takeover__badge {
      color: #fff; } }
  .homepage-takeover__btns {
    width: 100%;
    text-align: center; }
    @media (min-width: 620px) {
      .homepage-takeover__btns {
        display: flex;
        justify-content: space-around;
        margin: auto;
        max-width: 540px; } }
    @media (min-width: 768px) {
      .homepage-takeover__btns {
        max-width: 700px; } }
    .homepage-takeover__btns a {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: 15px auto 0;
      max-width: 300px;
      color: #2d2d2d;
      line-height: 30px;
      background-color: #fff;
      border: 1px solid #d5002e;
      transition: all 0.2s ease; }
      .homepage-takeover__btns a:hover {
        color: #ffffff;
        background-color: #3b8301;
        border-color: #3b8301; }
      @media (min-width: 620px) {
        .homepage-takeover__btns a {
          line-height: 25px; } }
      @media (min-width: 768px) {
        .homepage-takeover__btns a {
          padding: 18px 20px;
          min-width: 200px;
          color: #fff;
          background-color: transparent;
          border: 1px solid #fff; } }
    .homepage-takeover__btns .match-strip__cta-link {
      color: #fff;
      background-color: #d5002e;
      border: 1px solid #d5002e; }
      .homepage-takeover__btns .match-strip__cta-link:hover, .homepage-takeover__btns .match-strip__cta-link:active, .homepage-takeover__btns .match-strip__cta-link:focus {
        color: #d5002e;
        background-color: #fff; }
        .homepage-takeover__btns .match-strip__cta-link:hover .match-strip__cta-icon, .homepage-takeover__btns .match-strip__cta-link:active .match-strip__cta-icon, .homepage-takeover__btns .match-strip__cta-link:focus .match-strip__cta-icon {
          fill: #d5002e; }
      .homepage-takeover__btns .match-strip__cta-link:first-of-type {
        margin: 15px auto 0; }
      .homepage-takeover__btns .match-strip__cta-link--active {
        background-color: #3b8301;
        border: 1px solid #3b8301; }
        .homepage-takeover__btns .match-strip__cta-link--active:hover, .homepage-takeover__btns .match-strip__cta-link--active:active, .homepage-takeover__btns .match-strip__cta-link--active:focus {
          color: #3b8301; }
          .homepage-takeover__btns .match-strip__cta-link--active:hover .match-strip__cta-icon, .homepage-takeover__btns .match-strip__cta-link--active:active .match-strip__cta-icon, .homepage-takeover__btns .match-strip__cta-link--active:focus .match-strip__cta-icon {
            fill: #3b8301; }
    .homepage-takeover__btns .match-strip__cta-icon {
      display: flex;
      margin-right: 10px;
      fill: #fff; }
      .homepage-takeover__btns .match-strip__cta-icon--listen {
        margin-right: 5px; }

/**
 * Molecules.Hero-Home
 */
@media (min-width: 1330px) {
  .home-featured {
    display: flex;
    margin: auto;
    max-width: 1440px; } }

@media (min-width: 1330px) {
  .home-featured > .views-element-container {
    width: 75%; } }

@media (min-width: 1330px) {
  .home-featured > .views-element-container {
    width: calc(100% - 410px); } }

.home-featured--left {
  position: relative; }
  @media (min-width: 768px) {
    .home-featured--left:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.25); } }
  @media (min-width: 1330px) {
    .home-featured--left .homepage_banner_image {
      height: 100%;
      width: 100%;
      position: absolute; } }

.home-featured__image img {
  width: 100%;
  max-width: none; }

.home-featured__inner {
  padding: 25px 20px; }
  @media (min-width: 768px) {
    .home-featured__inner {
      position: absolute;
      bottom: 0;
      z-index: 20;
      max-width: 80%; } }
  @media (min-width: 1330px) {
    .home-featured__inner {
      padding: 25px 20px 20px 50px;
      width: 80%; } }
  @media (min-width: 1450px) {
    .home-featured__inner {
      bottom: 10px; } }

.home-featured__heading {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    .home-featured__heading {
      font-size: calc(24px + 24 * (100vw - 320px) / 550); } }
  @media screen and (min-width: 870px) {
    .home-featured__heading {
      font-size: 48px; } }

.home-featured__heading a {
  color: inherit; }

.home-featured__link {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

@media (min-width: 768px) {
  .home-featured__heading,
  .home-featured__link a,
  .home-featured .home-featured__related-heading,
  .home-featured .teaser__heading,
  .home-featured .teaser__category,
  .home-featured .teaser__publish-time {
    color: #fff; } }

.home-featured__related {
  margin-top: 35px;
  overflow: hidden; }
  .home-featured__related-heading {
    margin-bottom: 10px;
    color: #636466;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem; }
    @media (min-width: 1330px) {
      .home-featured__related-heading {
        margin-bottom: 5px;
        font-size: 16px;
        font-size: 1.6rem; } }

.home-featured .teaser__category {
  margin-top: 0;
  padding-right: 8px;
  font-weight: 900;
  line-height: 1;
  border-right: 1px solid #636466; }
  @media (min-width: 768px) {
    .home-featured .teaser__category {
      border-right: 1px solid #fff; } }

.home-featured .teaser--news {
  margin: 10px 0;
  padding-top: 10px;
  max-width: none;
  border-top: 1px solid #e0e0e0; }
  @media (min-width: 620px) {
    .home-featured .teaser--news {
      margin: 5px 0; } }
  @media (min-width: 768px) {
    .home-featured .teaser--news {
      margin: 0;
      padding-top: 5px;
      width: 100%;
      border-top: 0; } }
  @media (min-width: 870px) {
    .home-featured .teaser--news {
      width: 100%;
      max-width: none; } }
  .home-featured .teaser--news .teaser__heading {
    margin: 5px 0; }
    .home-featured .teaser--news .teaser__heading {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .home-featured .teaser--news .teaser__heading {
          font-size: calc(14px + 2 * (100vw - 320px) / 448); } }
      @media screen and (min-width: 768px) {
        .home-featured .teaser--news .teaser__heading {
          font-size: 16px; } }
    @media (min-width: 1330px) {
      .home-featured .teaser--news .teaser__heading {
        margin-bottom: 0; } }
    .home-featured .teaser--news .teaser__heading:hover {
      text-decoration: underline; }

@media (min-width: 620px) {
  .home-featured--right {
    display: flex; } }

@media (min-width: 1330px) {
  .home-featured--right {
    flex-wrap: wrap;
    width: 410px; } }

.home-featured--no-widgets .home-featured--left {
  width: 100%;
  max-height: none; }

.home-featured--no-widgets .home-featured--right {
  display: none; }

/**
 * Molecules.Home-Fixtures
 */
.next-match,
.last-match {
  position: relative;
  padding: 0;
  color: #fff; }
  @media (min-width: 620px) {
    .next-match,
    .last-match {
      width: 50%; } }
  @media (min-width: 1330px) {
    .next-match,
    .last-match {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50%;
      width: 100%; } }
  .next-match .views-element-container,
  .last-match .views-element-container {
    width: 100%; }
    @media (min-width: 1330px) {
      .next-match .views-element-container,
      .last-match .views-element-container {
        height: 100%; } }
  .next-match .fixtures-results__block,
  .last-match .fixtures-results__block {
    padding: 0;
    border: 0; }
  .next-match .fixtures-results__inner,
  .last-match .fixtures-results__inner {
    padding: 20px 0;
    overflow: hidden; }
    @media (min-width: 1330px) {
      .next-match .fixtures-results__inner,
      .last-match .fixtures-results__inner {
        padding: 10px 0; } }
  .next-match .fixtures-results__sub-heading,
  .last-match .fixtures-results__sub-heading {
    position: absolute;
    right: 0;
    top: 55px;
    left: 0;
    display: block;
    margin: auto;
    font-size: 80px;
    font-size: 8rem;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 1330px) {
      .next-match .fixtures-results__sub-heading,
      .last-match .fixtures-results__sub-heading {
        font-size: 60px;
        font-size: 6rem; } }
    @media (min-width: 1330px) {
      .next-match .fixtures-results__sub-heading,
      .last-match .fixtures-results__sub-heading {
        line-height: 0.8; }
        .next-match .fixtures-results__sub-heading,
        .last-match .fixtures-results__sub-heading {
          font-size: 80px; } }
    @media screen and (min-width: 1330px) and (min-width: 1330px) {
      .next-match .fixtures-results__sub-heading,
      .last-match .fixtures-results__sub-heading {
        font-size: calc(80px + 25 * (100vw - 1330px) / 110); } }
    @media screen and (min-width: 1330px) and (min-width: 1440px) {
      .next-match .fixtures-results__sub-heading,
      .last-match .fixtures-results__sub-heading {
        font-size: 105px; } }
    .next-match .fixtures-results__sub-heading span,
    .last-match .fixtures-results__sub-heading span {
      display: block; }
  .next-match .fixtures-results__logo,
  .last-match .fixtures-results__logo {
    margin: 0 0 50px; }
    @media (min-width: 1330px) {
      .next-match .fixtures-results__logo,
      .last-match .fixtures-results__logo {
        margin: 10px 0 35px; } }
    @media (min-width: 1330px) {
      .next-match .fixtures-results__logo,
      .last-match .fixtures-results__logo {
        margin-bottom: 38px; } }
    @media (min-width: 1450px) {
      .next-match .fixtures-results__logo,
      .last-match .fixtures-results__logo {
        margin-bottom: 50px; } }
    .next-match .fixtures-results__logo img,
    .last-match .fixtures-results__logo img {
      margin-bottom: 20px; }
  .next-match .fixtures-results__date-venue,
  .last-match .fixtures-results__date-venue {
    margin: 0;
    color: #fff;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-size: 3.6rem; }
  .next-match .fixtures-results__btns,
  .last-match .fixtures-results__btns {
    display: flex;
    justify-content: space-between; }
  .next-match .fixtures-results__btn,
  .last-match .fixtures-results__btn {
    margin: 0;
    padding: 25px 15px;
    width: 50%;
    color: #fff;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    transition: all 0.2s ease; }
    .next-match .fixtures-results__btn:hover,
    .last-match .fixtures-results__btn:hover {
      text-decoration: none; }
    @media (min-width: 768px) {
      .next-match .fixtures-results__btn:first-child,
      .last-match .fixtures-results__btn:first-child {
        margin-right: 0; } }
  .next-match .match-teams,
  .last-match .match-teams {
    position: relative;
    margin: 40px 0;
    padding-bottom: 15px; }
    @media (min-width: 1330px) {
      .next-match .match-teams,
      .last-match .match-teams {
        margin: 30px 0 20px; } }
    .next-match .match-teams .tv-logo,
    .last-match .match-teams .tv-logo {
      position: absolute;
      top: -40px;
      right: 0;
      left: 0;
      display: block; }
    .next-match .match-teams__badge,
    .last-match .match-teams__badge {
      max-height: 80px;
      max-width: 80px; }
      @media (min-width: 768px) {
        .next-match .match-teams__badge,
        .last-match .match-teams__badge {
          max-height: 90px;
          max-width: 90px; } }
    .next-match .match-teams__meta,
    .last-match .match-teams__meta {
      margin: 0 20px; }
      @media (min-width: 620px) {
        .next-match .match-teams__meta,
        .last-match .match-teams__meta {
          margin: 0 10px; } }
      .next-match .match-teams__meta-primary,
      .last-match .match-teams__meta-primary {
        font-size: 36px;
        font-size: 3.6rem; }
        .next-match .match-teams__meta-primary span,
        .last-match .match-teams__meta-primary span {
          padding: 0;
          font-size: inherit;
          letter-spacing: -3px;
          background-color: transparent; }
      .next-match .match-teams__meta-secondary,
      .last-match .match-teams__meta-secondary {
        font-size: 16px;
        font-size: 1.6rem; }
      .next-match .match-teams__meta-primary, .next-match .match-teams__meta-secondary,
      .last-match .match-teams__meta-primary,
      .last-match .match-teams__meta-secondary {
        margin: 0;
        padding: 0;
        color: #fff;
        font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
        line-height: 1.2;
        background-color: transparent;
        border: 0; }
  .next-match footer,
  .last-match footer {
    display: none; }

.last-match {
  background-color: #d5002e; }
  .last-match .fixtures-results__sub-heading {
    color: #b10225;
    opacity: 0.85; }
  .last-match .fixtures-results__btn--tickets, .last-match .fixtures-results__btn--highlights {
    background-color: #b10225; }
    .last-match .fixtures-results__btn--tickets:hover, .last-match .fixtures-results__btn--highlights:hover {
      background-color: #ca022a; }
  .last-match .fixtures-results__btn--hospitality, .last-match .fixtures-results__btn--report {
    background-color: #770015; }
    .last-match .fixtures-results__btn--hospitality:hover, .last-match .fixtures-results__btn--report:hover {
      background-color: #91001a; }

.next-match {
  background-color: #2d2d2d; }
  .next-match .fixtures-results__sub-heading {
    color: #202020; }
  .next-match .fixtures-results__btn--tickets, .next-match .fixtures-results__btn--highlights {
    background-color: #232323; }
    .next-match .fixtures-results__btn--tickets:hover, .next-match .fixtures-results__btn--highlights:hover {
      background-color: #303030; }
  .next-match .fixtures-results__btn--hospitality, .next-match .fixtures-results__btn--report {
    background-color: #1b1b1b; }
    .next-match .fixtures-results__btn--hospitality:hover, .next-match .fixtures-results__btn--report:hover {
      background-color: #282828; }

/**
 * Molecules.Home-Fixture-Tabs
 */
.fixture-tabs {
  text-align: center; }
  @media (min-width: 620px) {
    .fixture-tabs {
      display: none; } }
  .fixture-tabs__btn {
    margin: 0;
    color: #fff;
    width: auto;
    border: 0;
    border-radius: 0; }
    .fixture-tabs__btn--primary {
      margin-right: 15px;
      background-color: #2d2d2d; }
    .fixture-tabs__btn--secondary {
      background-color: #d5002e; }
  .fixture-tabs__tab {
    display: none; }
    .fixture-tabs__tab--active {
      display: flex; }
    @media (min-width: 620px) {
      .fixture-tabs__tab {
        display: flex; } }
    @media (min-width: 1330px) {
      .fixture-tabs__tab {
        height: auto; } }

/**
 * Molecules.Fixture
 */
.pm .fixture__content {
  padding: 0; }
  @media (min-width: 870px) {
    .pm .fixture__content--left {
      padding: 0 !important; } }

.pm .fixture__footer {
  min-height: 156px; }

/**
 * Molecules.Home-CTA
 */
.home-cta {
  display: block;
  padding: 70px 10px;
  max-width: 1120px;
  overflow: hidden; }
  @media (min-width: 400px) {
    .home-cta {
      padding: 70px 20px; } }
  @media (min-width: 1120px) {
    .home-cta {
      max-width: 1290px; } }
  .home-cta__inner {
    padding-bottom: 30px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .home-cta__inner {
        display: flex;
        flex-wrap: wrap; } }
  .home-cta .media-advert {
    margin: 30px auto 0;
    text-align: center; }
    @media (min-width: 768px) {
      .home-cta .media-advert {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .home-cta .media-advert {
        width: 33.33%; } }
  .home-cta .cta-item {
    width: 100%; }
    @media (min-width: 768px) {
      .home-cta .cta-item {
        float: left;
        margin-right: 2%;
        margin-bottom: 0;
        width: 32%;
        max-width: none; }
        .home-cta .cta-item:nth-child(3), .home-cta .cta-item:last-of-type {
          margin-right: 0; } }

/**
 * Molecules.Main-Nav
 */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  height: 100vh;
  width: 100%;
  color: #fff;
  background: #d5002e;
  transform: translateX(-100%);
  transition: transform 0.2s ease; }
  .main-nav .tickets-link span {
    display: none; }
  .main-nav--active {
    position: fixed;
    height: 100vh;
    width: 100%;
    transform: translateX(0);
    background-image: url("../../images/svg/min/lion-red.svg");
    background-repeat: no-repeat;
    background-position: center 25vh;
    background-size: 90%; }
    @media (min-width: 768px) {
      .main-nav--active {
        background-position: center 250px; } }
    .main-nav--active:before {
      content: '#UTB';
      position: fixed;
      left: 0;
      width: 100%;
      color: #c10028;
      font-size: 80px;
      font-size: 8rem;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      text-align: center; }
      @media (min-width: 768px) {
        .main-nav--active:before {
          font-size: 90px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .main-nav--active:before {
      font-size: calc(90px + 60 * (100vw - 768px) / 432); } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .main-nav--active:before {
      font-size: 150px; } }
    .main-nav--active .close-btn {
      display: block; }
    .main-nav--active .forward-btn {
      float: right; }
      @media (min-width: 768px) {
        .main-nav--active .forward-btn {
          top: 7px; } }
    .main-nav--active .tickets-link {
      display: flex;
      float: left; }
      .main-nav--active .tickets-link span {
        display: inline-block;
        margin-left: 7px; }
    @media (min-width: 870px) {
      .main-nav--active {
        background-position: center 25vh;
        background-size: 75%; }
        .main-nav--active .forward-btn,
        .main-nav--active .back-btn {
          display: inline-block; } }
    .main-nav--active .main-nav__menu {
      position: absolute;
      top: 100px;
      right: 0;
      left: 0;
      display: flex;
      align-content: flex-start;
      flex-wrap: wrap;
      margin: auto;
      width: 100%;
      max-width: 650px; }
      @media (min-width: 870px) {
        .main-nav--active .main-nav__menu {
          margin: 20px auto; } }
    .main-nav--active .main-nav__item {
      margin: 0 auto 5px;
      max-width: 650px;
      text-align: left; }
    .main-nav--active .main-nav__link {
      padding: 10px 0;
      font-size: 16px;
      font-size: 1.6rem; }
      @media (min-width: 400px) {
        .main-nav--active .main-nav__link {
          font-size: 18px; } }
  @media screen and (min-width: 400px) and (min-width: 320px) {
    .main-nav--active .main-nav__link {
      font-size: calc(18px + 12 * (100vw - 320px) / 580); } }
  @media screen and (min-width: 400px) and (min-width: 900px) {
    .main-nav--active .main-nav__link {
      font-size: 30px; } }
      .main-nav--active .main-nav__link:focus, .main-nav--active .main-nav__link:hover {
        background-color: transparent; }
      .main-nav--active .main-nav__link--has-menu {
        padding-right: 10px; }
    .main-nav--active .tickets-link {
      display: flex; }
      .main-nav--active .tickets-link:after {
        content: "& Hospitality" !important;
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        width: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        transform: translateY(0%) !important;
        margin-left: 7px;
        display: inline !important;
        background-image: none !important; }
  @media (min-width: 870px) {
    .main-nav {
      position: relative;
      float: right;
      padding: 0;
      height: 60px;
      width: auto;
      overflow: visible;
      text-align: right;
      transform: translatex(0); }
      .main-nav .forward-btn,
      .main-nav .back-btn {
        display: none; } }
  .main-nav__menu {
    clear: both;
    position: relative;
    padding: 20px;
    height: calc(100% - 110px);
    overflow-x: visible;
    overflow-y: auto; }
    @media (min-width: 870px) {
      .main-nav__menu {
        display: flex;
        align-items: center;
        padding: 0;
        height: auto;
        overflow: visible; } }
  .main-nav__item {
    position: relative;
    width: 100%;
    display: flex; }
    @media (min-width: 870px) {
      .main-nav__item {
        display: inline-block;
        width: auto;
        border: 0; }
        .main-nav__item:nth-child(n+5) {
          display: none; } }
  .main-nav__link {
    display: block;
    padding: 19.5px 10px 21.5px;
    width: 100%;
    color: #fff;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase; }
    .main-nav__link:hover, .main-nav__link:focus {
      text-decoration: none !important;
      background-color: #ef0034; }
    @media (min-width: 870px) {
      .main-nav__link {
        padding: 19.5px 20px 21.5px;
        font-size: 17px;
        font-size: 1.7rem; } }
    @media (min-width: 1120px) {
      .main-nav__link {
        padding: 19.5px 25px 21.5px; } }
    .main-nav__link--has-menu {
      display: inline-block;
      padding-right: 15px;
      width: calc(100% - 46px); }
      @media (min-width: 870px) {
        .main-nav__link--has-menu {
          position: relative;
          padding-right: 30px;
          width: auto; }
          .main-nav__link--has-menu:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            height: 12px;
            width: 12px;
            background-image: url("../../images/svg/min/dropdown-white.svg");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: contain;
            transform: translateY(-50%); }
          .main-nav__link--has-menu:hover:after, .main-nav__link--has-menu:focus:after {
            background-image: url("../../images/svg/min/dropdown-white-up.svg"); } }

.sub-menu {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 500;
  display: block;
  padding: 80px 20px;
  height: 100%;
  width: 100%;
  overflow: auto;
  text-align: center;
  background: #d5002e;
  background-image: url("../../images/svg/min/lion-red.svg");
  background-repeat: no-repeat;
  background-position: center 25vh;
  background-size: 90%;
  transform: translateX(-120%);
  transition: all 0.2s ease-in-out; }
  .sub-menu--active {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    max-width: 650px;
    overflow: hidden;
    height: 100%;
    transform: translateX(0); }
    .sub-menu--active:before {
      content: '#UTB';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      color: #c10028;
      font-size: 80px;
      font-size: 8rem;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      text-align: center; }
      @media (min-width: 768px) {
        .sub-menu--active:before {
          font-size: 90px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .sub-menu--active:before {
      font-size: calc(90px + 60 * (100vw - 768px) / 432); } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .sub-menu--active:before {
      font-size: 150px; } }
  @media (min-width: 870px) {
    .sub-menu .sub-menu {
      display: none; } }
  @media (min-width: 870px) {
    .sub-menu {
      position: absolute;
      top: 60px;
      left: 0;
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      height: auto;
      width: auto;
      overflow: visible;
      background-color: #fff;
      background-image: none;
      border: 1px solid #e8e8e8;
      border-top: 0;
      transform: translateX(0); } }
  @media (min-width: 870px) {
    .sub-menu--hidden {
      display: none; } }
  .sub-menu__contain,
  .sub-menu .main-nav__item {
    width: 100%; }
  .sub-menu__contain {
    height: calc(100vh - 160px);
    overflow: auto; }
    @media (min-width: 870px) {
      .sub-menu__contain {
        height: auto; } }
  @media (min-width: 870px) {
    .sub-menu .main-nav__link {
      padding: 12px 15px;
      width: 100%;
      color: #8d9091;
      font-family: "muli-regular", Helvetica, Arial, sans-serif;
      font-weight: 400;
      text-align: left;
      text-transform: none; }
      .sub-menu .main-nav__link:hover, .sub-menu .main-nav__link:focus {
        text-decoration: none;
        background-color: #e8e8e8; } }
  .sub-menu__heading {
    margin: 15px 0;
    font-size: 22px;
    font-size: 2.2rem; }
  .sub-menu--active {
    transform: translateX(0); }
  @media (min-width: 870px) {
    .sub-menu .main-nav__link--has-menu:after {
      display: none; } }

@media (min-width: 870px) {
  .body-fixed .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    padding: 0;
    height: 100vh;
    width: 100%;
    text-align: center; } }
  @media (min-width: 870px) and (min-width: 870px) {
    .body-fixed .main-nav__link {
      display: inline-block;
      width: auto;
      font-size: 24px;
      font-size: 2.4rem; } }

@media (min-width: 870px) {
    .body-fixed .main-nav__link:focus, .body-fixed .main-nav__link:hover {
      background: none;
      text-decoration: underline; } }
  @media (min-width: 870px) and (min-width: 870px) {
    .body-fixed .main-nav__toggle {
      display: none; } }
  @media (min-width: 870px) and (min-width: 870px) {
    .body-fixed .main-nav__link--has-menu {
      padding-right: 0;
      width: auto;
      text-decoration: none;
      background: none; }
      .body-fixed .main-nav__link--has-menu:focus, .body-fixed .main-nav__link--has-menu:hover {
        text-decoration: underline;
        background: none; } }
  @media (min-width: 870px) and (min-width: 870px) {
    .body-fixed .main-nav__link--has-menu:after {
      display: none; } }
  @media (min-width: 870px) and (min-width: 870px) {
    .body-fixed .main-nav .sub-menu {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 50;
      display: flex;
      margin-left: 0;
      padding: 80px 20px;
      height: 100%;
      width: 100%;
      overflow: hidden;
      text-align: center;
      background-color: #d5002e;
      transform: translateX(-120%);
      transition: all .2s ease-in-out; } }
  @media (min-width: 870px) and (min-width: 870px) and (min-width: 870px) {
    .body-fixed .main-nav .sub-menu__contain {
      padding-left: 0;
      width: 100%; } }
  @media (min-width: 870px) and (min-width: 870px) and (min-width: 870px) {
    .body-fixed .main-nav .sub-menu .main-nav__item {
      border-bottom: 0; } }
  @media (min-width: 870px) and (min-width: 870px) {
      .body-fixed .main-nav .sub-menu .main-nav__link {
        color: #fff; } }

@media (min-width: 870px) {
    .body-fixed .main-nav .sub-menu--active {
      max-width: none; } }
    @media (min-width: 870px) and (min-width: 870px) {
      .body-fixed .main-nav .sub-menu--active {
        transform: translateX(0); } }

.body-fixed .main-nav .back-btn {
  display: block; }

@media (min-width: 870px) {
  .body-fixed .main-nav__item {
    width: 100%; } }

@media (min-width: 870px) {
  .body-fixed .main-nav .forward-btn,
  .body-fixed .main-nav .back-btn {
    display: inline-block; } }

.body-fixed .sub-menu {
  width: 100%;
  max-width: none;
  background-color: #d5002e;
  border: 0; }
  @media (min-width: 870px) {
    .body-fixed .sub-menu {
      background-image: url("../../images/svg/min/lion-red.svg");
      background-size: 75%; }
      .body-fixed .sub-menu .sub-menu {
        background-image: url("../../images/svg/min/lion-red.svg");
        background-size: 75%; } }
  .body-fixed .sub-menu__menu {
    margin: auto;
    max-width: 650px; }
  .body-fixed .sub-menu .main-nav__item,
  .body-fixed .sub-menu .main-nav__link {
    border: 0; }
  .body-fixed .sub-menu .main-nav__link {
    color: #fff;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }

@media (min-width: 870px) {
  .body-fixed .header__controls,
  .body-fixed .nav-menu,
  .body-fixed #nav-wrapper,
  .body-fixed .main-nav__item:nth-child(n+5) {
    display: block; } }

.user-logged-in .anonymous-user-only {
  display: none; }

.user-logged-out .active-user-only {
  display: none; }

/**
 * Molecules.Mega-Menu
 */
.mega-menu {
  padding: 20px 0; }
  @media (min-width: 1120px) {
    .mega-menu {
      width: 75%; } }
  @media (min-width: 768px) {
    .mega-menu .teaser {
      width: 32%; }
      .mega-menu .teaser:nth-of-type(2) {
        margin-right: 2%; }
      .mega-menu .teaser:nth-of-type(3) {
        margin-right: 0; } }
  @media (min-width: 870px) {
    .mega-menu .teaser:first-of-type {
      margin-right: 2%; } }

/**
 * Molecules.Modal-Window
 */
#colorbox {
  overflow: visible !important;
  animation-duration: 0.5s;
  animation-fill-mode: both; }
  #colorbox:before {
    content: '';
    position: absolute;
    top: calc(-50vh + 50%);
    left: calc(-50vw + 50%);
    height: 100vh;
    width: 100vw;
    background-color: #2d2d2d;
    background-image: url("../../images/svg/min/lion.svg");
    background-position: -20% 0;
    background-repeat: no-repeat;
    background-size: 150%; }
    @media (min-width: 768px) {
      #colorbox:before {
        background-position: center right;
        background-repeat: no-repeat;
        background-size: contain; } }
  #colorbox #cboxWrapper,
  #colorbox #cboxContent {
    position: relative;
    background: transparent;
    border-radius: 0; }
  #colorbox #cboxWrapper,
  #colorbox #cboxContent {
    overflow: visible !important; }
  #colorbox #cboxClose {
    top: -45px;
    height: 45px;
    width: 45px;
    background-color: #d5002e !important;
    background-image: url("../../images/svg/min/close-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: all 0.2s ease; }
    #colorbox #cboxClose:hover, #colorbox #cboxClose:focus {
      background-color: #ef0034; }
  #colorbox #cboxCurrent {
    bottom: -14px;
    left: 105px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem; }
  #colorbox #cboxNext,
  #colorbox #cboxPrevious {
    bottom: -25px;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-image: url("../../images/svg/min/arrow-down-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #fff;
    transition: all 0.2s ease; }
    #colorbox #cboxNext:hover, #colorbox #cboxNext:focus,
    #colorbox #cboxPrevious:hover,
    #colorbox #cboxPrevious:focus {
      background-color: rgba(255, 255, 255, 0.3);
      outline: none; }
  #colorbox #cboxNext {
    left: 50px;
    transform: rotate(-90deg); }
  #colorbox #cboxPrevious {
    transform: rotate(90deg); }
  #colorbox #cboxTitle {
    top: -37px;
    width: calc(100% - 50px);
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    text-overflow: ellipsis;
    background-color: transparent;
    white-space: nowrap; }
  #colorbox #cboxLoadingOverlay,
  #colorbox #cboxLoadingGraphic {
    height: 90% !important; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/**
 * Molecules.News-Filters
 */
.news-filter {
  position: absolute;
  top: 51%;
  right: 0;
  left: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .news-filter {
      display: flex; } }
  .news-filter__option {
    margin: 0 15px;
    padding: 5px 0;
    color: #636466;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    border-bottom: 3px solid transparent; }
    .news-filter__option:hover, .news-filter__option:focus, .news-filter__option:active {
      color: #2d2d2d;
      text-decoration: none;
      border-bottom: 3px solid #d5002e; }
  .news-filter .news-teaser:first-of-type {
    clear: left; }

.filter-active {
  color: #2d2d2d;
  text-decoration: none;
  border-bottom: 3px solid #d5002e; }

/**
 * Molecules.News-Teaser
 */
.news-teaser {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  overflow: hidden;
  border-bottom: 1px solid #fff; }
  @media (min-width: 620px) {
    .news-teaser {
      width: 50%;
      max-width: none; }
      .news-teaser:nth-of-type(odd):after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background-color: #fff; } }
  .news-teaser:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25); }
  .news-teaser__thumbnail a {
    display: block; }
  .news-teaser__thumbnail img {
    width: 100%;
    transition: all 0.2s ease; }
    .news-teaser__thumbnail img:hover {
      transform: scale(1.1); }
  .news-teaser__inner {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    width: calc(100% - 40px); }
  .news-teaser__heading {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.4; }
    .news-teaser__heading {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .news-teaser__heading {
          font-size: calc(14px + 8 * (100vw - 320px) / 580); } }
      @media screen and (min-width: 900px) {
        .news-teaser__heading {
          font-size: 22px; } }
    .news-teaser__heading a {
      color: inherit; }
  .news-teaser__category, .news-teaser__date {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 900; }
  .news-teaser__category {
    margin: 0 5px 5px 0;
    text-transform: uppercase; }
  .news-teaser__date {
    margin: 0 0 5px; }
  .news-teaser--minimal {
    margin: 15px auto 0;
    padding: 10px 0 0;
    border-top: 1px solid #e0e0e0; }
    @media (min-width: 620px) {
      .news-teaser--minimal {
        margin: 25px auto 0;
        float: left;
        width: 48.5%; }
        .news-teaser--minimal:nth-of-type(odd) {
          clear: left; }
        .news-teaser--minimal:nth-child(even) {
          margin-right: 3%; }
        .news-teaser--minimal:last-of-type {
          margin-bottom: 25px; } }
    @media (min-width: 1120px) {
      .news-teaser--minimal {
        margin-right: 0;
        width: 100%; }
        .news-teaser--minimal:first-of-type {
          margin-top: 0; } }
    .news-teaser--minimal:before {
      display: none; }
    .news-teaser--minimal .news-teaser__inner {
      position: relative; }
    .news-teaser--minimal .news-teaser__heading {
      color: #2d2d2d;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.7; }
    .news-teaser--minimal .news-teaser__category {
      color: #d5002e;
      font-weight: 900; }
    .news-teaser--minimal .news-teaser__date {
      color: #636466; }

/**
 * Molecules.DetailList
 */
.details-list {
  font-size: 16px;
  font-size: 1.6rem; }
  .details-list__item {
    display: block;
    margin-bottom: 10px;
    color: #ffffff; }
    .details-list__item span {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }

/**
 * Molecules.AParagraphs-Centered-Text
 */
.paragraph-centered-text {
  margin: 0 0 40px;
  padding: 40px 0;
  text-align: center;
  background-color: #d5002e; }
  .paragraph-centered-text__heading {
    margin-bottom: 20px; }
  .paragraph-centered-text__heading,
  .paragraph-centered-text p {
    color: #fff; }

/**
 * Molecules.Paragraphs-Promotions
 */
.paragraph--type--content-boxes {
  margin: auto;
  padding: 40px 0;
  max-width: 1290px; }
  .paragraph--type--content-boxes .field_title {
    display: none; }

.paragraph-content-boxes {
  padding: 0; }
  @media (min-width: 620px) {
    .paragraph-content-boxes {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; } }
  @media (min-width: 1330px) {
    .paragraph-content-boxes {
      padding: 0; } }
  .paragraph-content-boxes__item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #e0e0e0; }
    @media (min-width: 620px) {
      .paragraph-content-boxes__item {
        width: 48.5%; } }
    @media (min-width: 1120px) {
      .paragraph-content-boxes__item {
        width: 32%; } }
    .paragraph-content-boxes__item.content {
      margin: 0 0 20px;
      padding: 0; }
      @media (min-width: 1120px) {
        .paragraph-content-boxes__item.content {
          margin-bottom: 35px; } }
    .paragraph-content-boxes__item img {
      width: 100%; }
    .paragraph-content-boxes__item .field_display_title {
      position: absolute;
      width: 100%;
      transform: translateY(-100%); }
      .paragraph-content-boxes__item .field_display_title h3 {
        position: relative;
        margin: 0;
        padding: 20px;
        color: #fff;
        text-align: center;
        text-transform: uppercase; }
        .paragraph-content-boxes__item .field_display_title h3:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: -1;
          height: 120%;
          width: 100%;
          background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
        @media (min-width: 1120px) {
          .paragraph-content-boxes__item .field_display_title h3 {
            height: 150%;
            font-size: 36px;
            font-size: 3.6rem; } }
    .paragraph-content-boxes__item .field_content {
      padding: 40px 20px 0; }
      @media (min-width: 400px) {
        .paragraph-content-boxes__item .field_content {
          padding: 40px 40px 0; } }
      @media (min-width: 1120px) {
        .paragraph-content-boxes__item .field_content {
          padding: 40px 20px 0; } }
      .paragraph-content-boxes__item .field_content p {
        margin-bottom: 20px; }
        .paragraph-content-boxes__item .field_content p:first-of-type {
          color: #2d2d2d;
          font-size: 16px;
          font-size: 1.6rem; }
      .paragraph-content-boxes__item .field_content ul,
      .paragraph-content-boxes__item .field_content ol {
        position: relative;
        right: 20px;
        width: calc(100% + 20px); }
        .paragraph-content-boxes__item .field_content ul li:before,
        .paragraph-content-boxes__item .field_content ol li:before {
          content: '';
          top: 7px;
          height: 10px;
          width: 10px;
          background-image: url("../../images/svg/min/promotion-arrow.svg");
          background-size: cover; }
          @media (min-width: 620px) {
            .paragraph-content-boxes__item .field_content ul li:before,
            .paragraph-content-boxes__item .field_content ol li:before {
              top: 8px; } }
          @media (min-width: 870px) {
            .paragraph-content-boxes__item .field_content ul li:before,
            .paragraph-content-boxes__item .field_content ol li:before {
              top: 10px; } }
    .paragraph-content-boxes__item .field_link {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      padding: 0 20px 25px; }
      @media (min-width: 400px) {
        .paragraph-content-boxes__item .field_link {
          flex-direction: row; } }
      @media (min-width: 620px) {
        .paragraph-content-boxes__item .field_link {
          flex-direction: column; } }
      @media (min-width: 768px) {
        .paragraph-content-boxes__item .field_link {
          flex-direction: row; } }
      @media (min-width: 1120px) {
        .paragraph-content-boxes__item .field_link {
          flex-direction: column; } }
      @media (min-width: 1450px) {
        .paragraph-content-boxes__item .field_link {
          flex-direction: row; } }
      .paragraph-content-boxes__item .field_link a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5px;
        color: #000;
        background-color: #fff;
        border: 1px solid #d5002e; }
        .paragraph-content-boxes__item .field_link a:first-of-type {
          margin-top: 0; }
        .paragraph-content-boxes__item .field_link a:hover, .paragraph-content-boxes__item .field_link a:focus {
          color: #fff;
          background-color: #d5002e; }
        @media (min-width: 400px) {
          .paragraph-content-boxes__item .field_link a {
            margin: 0;
            width: 49%;
            max-width: 250px; } }
        @media (min-width: 620px) {
          .paragraph-content-boxes__item .field_link a {
            margin: auto;
            width: 100%; }
            .paragraph-content-boxes__item .field_link a:first-of-type {
              margin-bottom: 15px; } }
        @media (min-width: 768px) {
          .paragraph-content-boxes__item .field_link a {
            margin: 0;
            width: 49%; }
            .paragraph-content-boxes__item .field_link a:first-of-type {
              margin-bottom: 0; } }
        @media (min-width: 1120px) {
          .paragraph-content-boxes__item .field_link a {
            margin: auto;
            width: 100%; }
            .paragraph-content-boxes__item .field_link a:first-of-type {
              margin-bottom: 15px; } }
        @media (min-width: 1450px) {
          .paragraph-content-boxes__item .field_link a {
            margin: 0;
            padding: 13px 20px;
            width: 49%; }
            .paragraph-content-boxes__item .field_link a:first-of-type {
              margin-bottom: 0; } }

.player-carousel {
  position: relative;
  margin: auto;
  max-width: 1440px;
  background-color: #2d2d2d;
  background-image: url(../../images/svg/min/lion-faded.svg);
  background-position: 50% 5px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .player-carousel {
      background-size: 65%; } }
  .player-carousel-full, .player-carousel-standard {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%; }
  .player-carousel-full {
    background-position: center;
    background-size: cover; }
  .player-carousel-standard {
    z-index: 40;
    background-position: calc(100% - 60px) bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0; }
    @media (min-width: 400px) {
      .player-carousel-standard {
        background-position: calc(100% - 50px) bottom;
        background-size: 67%; } }
    @media (min-width: 560px) {
      .player-carousel-standard {
        background-position: calc(100% - 50px) bottom;
        background-size: 60%; } }
    @media (min-width: 620px) {
      .player-carousel-standard {
        background-position: calc(100% - 0px) bottom;
        background-size: 60%;
        opacity: 1; } }
    @media (min-width: 768px) {
      .player-carousel-standard {
        background-size: 55%; } }
    @media (min-width: 870px) {
      .player-carousel-standard {
        background-size: 43%; } }
    @media (min-width: 1120px) {
      .player-carousel-standard {
        background-size: 35%; } }
    @media (min-width: 1330px) {
      .player-carousel-standard {
        background-size: 35%; } }
  .player-carousel .slick-slide {
    background-position: center;
    background-size: cover; }
    .player-carousel .slick-slide:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.15); }
  .player-carousel .contain, .player-carousel .page-node-type-landing .latest-news, .page-node-type-landing .player-carousel .latest-news,
  .player-carousel .page-node-type-landing .related-news, .page-node-type-landing .player-carousel .related-news, .player-carousel .secondary-nav .main-nav__menu, .secondary-nav .player-carousel .main-nav__menu, .player-carousel .match-strip, .player-carousel .news-list-view {
    position: relative;
    padding: 0; }
  .player-carousel__view-all {
    display: block;
    margin: 0;
    padding: 20px;
    width: 100%; }
    @media (min-width: 870px) {
      .player-carousel__view-all {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 30;
        padding: 20px 50px;
        width: auto; } }
  .player-carousel .player-profile__btns {
    display: inline-block;
    margin: 40px 0 0;
    font-size: 13px;
    font-size: 1.3rem; }
    @media (min-width: 620px) {
      .player-carousel .player-profile__btns {
        margin: 50px 0 30px; } }
    @media (min-width: 1120px) {
      .player-carousel .player-profile__btns {
        margin: 65px 0 0; } }
  .player-carousel .player-profile__btn {
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 20px 25px;
    max-width: 180px;
    border: 2px solid #ffffff; }
    .player-carousel .player-profile__btn:first-of-type {
      margin: 0 15px 15px 0; }
    .player-carousel .player-profile__btn:hover, .player-carousel .player-profile__btn:focus, .player-carousel .player-profile__btn:active {
      color: #d5002e; }
    @media (min-width: 620px) {
      .player-carousel .player-profile__btn {
        float: none;
        margin: 10px 10px 10px 0; } }
  .player-carousel .player-profile__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .player-carousel .player-profile__image img {
      left: 50%;
      max-width: none;
      min-height: 100%;
      min-width: 100%;
      transform: translateX(-50%); }
  .player-carousel .player-profile__inner {
    position: relative;
    z-index: 20;
    padding: 0 20px;
    overflow: visible;
    background-position: center;
    background-size: cover; }
    .player-carousel .player-profile__inner:after {
      display: none; }
  .player-carousel .player-profile__name {
    position: relative;
    z-index: 20;
    margin-top: 0;
    padding: 33px 0 17px;
    hyphens: auto;
    line-height: 1.1em; }
    @media (min-width: 620px) {
      .player-carousel .player-profile__name {
        padding: 80px 0 38px; } }
    @media (min-width: 768px) {
      .player-carousel .player-profile__name {
        padding: 100px 0 38px; } }
  .player-carousel .player-profile__firstname, .player-carousel .player-profile__surname {
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1; }
    .player-carousel .player-profile__firstname, .player-carousel .player-profile__surname {
      font-size: 30px; }
      @media screen and (min-width: 320px) {
        .player-carousel .player-profile__firstname, .player-carousel .player-profile__surname {
          font-size: calc(30px + 50 * (100vw - 320px) / 800); } }
      @media screen and (min-width: 1120px) {
        .player-carousel .player-profile__firstname, .player-carousel .player-profile__surname {
          font-size: 80px; } }
    @media (min-width: 1120px) {
      .player-carousel .player-profile__firstname, .player-carousel .player-profile__surname {
        font-size: 80px; } }
  @media screen and (min-width: 1120px) and (min-width: 1120px) {
    .player-carousel .player-profile__firstname, .player-carousel .player-profile__surname {
      font-size: calc(80px + 20 * (100vw - 1120px) / 170); } }
  @media screen and (min-width: 1120px) and (min-width: 1290px) {
    .player-carousel .player-profile__firstname, .player-carousel .player-profile__surname {
      font-size: 100px; } }
  .player-carousel .player-profile__details {
    position: static;
    z-index: 50;
    float: none;
    margin: 0;
    width: auto; }
    .player-carousel .player-profile__details--stats {
      position: relative;
      z-index: 50; }
  .player-carousel .player-profile__shirt {
    margin-top: 25px;
    margin-left: 50%;
    width: 400px;
    transform: translateX(-50%); }
    @media (min-width: 620px) {
      .player-carousel .player-profile__shirt {
        margin-top: 0; } }
  .player-carousel .player-stats {
    margin: 0; }
    .player-carousel .player-stats__item {
      z-index: 10;
      padding: 0;
      max-width: none; }
      .player-carousel .player-stats__item--player-profile {
        margin: 0;
        width: 100%; }
        .player-carousel .player-stats__item--player-profile {
          font-size: 24px; }
          @media screen and (min-width: 320px) {
            .player-carousel .player-stats__item--player-profile {
              font-size: calc(24px + 36 * (100vw - 320px) / 970); } }
          @media screen and (min-width: 1290px) {
            .player-carousel .player-stats__item--player-profile {
              font-size: 60px; } }
      .player-carousel .player-stats__item-player-number {
        display: none; }
        @media (min-width: 768px) {
          .player-carousel .player-stats__item-player-number {
            position: absolute;
            top: 45px;
            right: 40px;
            display: block;
            width: auto;
            font-size: 300px;
            font-size: 30rem;
            text-align: center;
            letter-spacing: -20px; } }
        @media (min-width: 1120px) {
          .player-carousel .player-stats__item-player-number {
            font-size: 300px; } }
  @media screen and (min-width: 1120px) and (min-width: 1120px) {
    .player-carousel .player-stats__item-player-number {
      font-size: calc(300px + 100 * (100vw - 1120px) / 170); } }
  @media screen and (min-width: 1120px) and (min-width: 1290px) {
    .player-carousel .player-stats__item-player-number {
      font-size: 400px; } }
  .player-carousel .slick--view--homepage-player {
    position: relative; }
    .player-carousel .slick--view--homepage-player:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.15); }
  .player-carousel .slick__arrow {
    position: absolute;
    right: 0;
    bottom: 66px;
    left: 0;
    display: block;
    margin: auto;
    height: 38px;
    width: 180px;
    transform: translateX(0); }
    @media (min-width: 620px) {
      .player-carousel .slick__arrow {
        width: 270px; } }
    .player-carousel .slick__arrow .slick-arrow {
      height: 38px;
      width: 38px; }
      .player-carousel .slick__arrow .slick-arrow:after {
        display: block; }

/**
 * Molecules.Player-Card
 */
.player-card[data-loaned_out="true"] .player-card__link {
  background-color: #2d2d2d !important; }

.player-card[data-loaned_out="true"] .player-card__status--loan-out {
  background-color: #1b1b1b; }

/**
 * Moleclues.Player-Profile-Tabs
 */
.player-profile__tabs-header {
  margin-bottom: 40px; }

.player-profile__tab {
  display: flex;
  align-self: center;
  padding: 0; }
  .player-profile__tab:hover {
    color: #000; }
    .player-profile__tab:hover:after {
      height: 0; }
  .player-profile__tab--active a {
    color: #000;
    border-bottom: 3px solid #d5002e; }

.player-profile__tab-link {
  margin: 0 auto !important;
  padding: 10px 20px !important;
  color: #636466;
  border-bottom: 3px solid rgba(0, 0, 0, 0); }
  .player-profile__tab-link:hover, .player-profile__tab-link:active, .player-profile__tab-link:focus {
    color: #000 !important;
    text-decoration: none;
    border-bottom: 3px solid #d5002e;
    transition: border-color 0.2s ease; }

/**
 * Molecules.Player-Widget
 */
.player-widget {
  position: relative;
  height: 300px;
  width: 275px;
  overflow: hidden;
  background-color: #e8e8e8; }
  .player-widget__link {
    display: block; }
    .player-widget__link:hover .player-widget {
      background-color: #ef0034; }
  .player-widget__inner,
  .player-widget img {
    position: absolute; }
  .player-widget__inner {
    bottom: 0;
    padding: 15px;
    width: 100%;
    background-color: #d5002e;
    transition: all 0.3s ease; }
  .player-widget__heading {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .player-widget img {
    left: -50%;
    display: block;
    margin: auto;
    width: 200%;
    max-width: none; }
  .player-widget label {
    display: none; }
  .player-widget__position {
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase; }
  .player-widget__number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-size: 4rem; }

/**
 * Molecules.Player-Nav
 */
.player-profile .contain, .player-profile .page-node-type-landing .latest-news, .page-node-type-landing .player-profile .latest-news,
.player-profile .page-node-type-landing .related-news, .page-node-type-landing .player-profile .related-news, .player-profile .secondary-nav .main-nav__menu, .secondary-nav .player-profile .main-nav__menu, .player-profile .match-strip, .player-profile .news-list-view {
  position: relative; }

.player-profile__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 500;
  transform: translateY(-50%); }

.player-profile__nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  width: 45px;
  overflow: hidden;
  text-indent: -200%;
  background-color: #fff;
  background-image: url(../../images/svg/min/arrow-down-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%; }
  .player-profile__nav-btn--prev {
    left: 0;
    transform: rotate(90deg); }
  .player-profile__nav-btn--next {
    right: 0;
    transform: rotate(-90deg); }

/**
 * Molecules.Promo-Widget
 */
.promo-widget {
  position: relative;
  padding: 0 0 20px;
  max-width: 300px;
  background-color: #d5002e; }
  .promo-widget img {
    height: auto;
    width: 100%; }
  .promo-widget h3.promo-widget__heading {
    margin: 20px 0; }
  .promo-widget__heading {
    padding: 0 20px;
    color: #fff;
    font-size: 23px;
    font-size: 2.3rem;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
    @media (min-width: 620px) {
      .promo-widget__heading {
        font-size: 30px;
        font-size: 3rem; } }
  .promo-widget__link {
    display: block;
    margin: auto;
    width: calc(100% - 40px); }

/**
 * Molecules.Search-Form
 */
.header-search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 20px 20px 0;
  height: 300px;
  width: 100%;
  background-color: #d5002e;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  visibility: visible;
  transition: all 0.2s ease; }
  .header-search--active {
    background-image: url("../../images/svg/min/lion-red.svg");
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: cover;
    transform: translate3d(0, 0, 0);
    opacity: 1; }
    @media (min-width: 620px) {
      .header-search--active {
        background-size: 80%; } }
    @media (min-width: 870px) {
      .header-search--active {
        background-size: 60%; } }
    @media (min-width: 1120px) {
      .header-search--active {
        background-position: center 20px; } }
  .header-search__header {
    display: flex;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-end;
    margin: 0 auto;
    width: 100%; }
  .header-search__form {
    position: relative;
    width: 100%;
    background-color: transparent; }
  .header-search__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0 50px 0 0;
    width: 100%;
    color: #fff;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #fff;
    border-radius: 0; }
    @media (min-width: 1120px) {
      .header-search__input {
        padding-right: 50px; } }
    @media (min-width: 1330px) {
      .header-search__input {
        padding-right: 70px; } }
    .header-search__input:hover, .header-search__input:focus {
      border: 0;
      border-bottom: 3px solid #fff; }
  .header-search ::-webkit-input-placeholder {
    color: #fff; }
  .header-search ::-moz-placeholder {
    color: #fff; }
  .header-search :-ms-input-placeholder {
    color: #fff; }
  .header-search .form-submit {
    position: absolute;
    right: 0;
    margin: 0;
    width: 50px;
    overflow: hidden;
    text-indent: -200px;
    background-color: transparent;
    background-image: url("../../images/svg/min/search-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    border: 0;
    cursor: pointer; }
    .header-search .form-submit:hover, .header-search .form-submit:focus {
      background-color: transparent;
      outline-width: 2px;
      outline-style: solid;
      outline-color: Highlight; }
      @media (-webkit-min-device-pixel-ratio: 0) {
        .header-search .form-submit:hover, .header-search .form-submit:focus {
          outline-color: -webkit-focus-ring-color;
          outline-style: auto; } }
    @media (min-width: 1120px) {
      .header-search .form-submit {
        width: 50px; } }
    @media (min-width: 1330px) {
      .header-search .form-submit {
        width: 70px; } }
  .header-search__input,
  .header-search .form-submit {
    float: left;
    height: 70px; }
    @media (min-width: 1120px) {
      .header-search__input,
      .header-search .form-submit {
        height: 50px; } }
    @media (min-width: 1330px) {
      .header-search__input,
      .header-search .form-submit {
        height: 70px; } }

#search-block-form {
  display: none; }

.search-crest {
  height: 80px;
  width: 80px; }

.search-form {
  background-color: transparent; }

/**
 * Molecules.People-Widget
 */
.people-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  padding: 20px 20px 0;
  border: 1px solid #8d9091;
  /**
   * Styles to support 16:9 Images
   */ }
  @media (min-width: 620px) {
    .people-widget {
      padding: 0; } }
  .people-widget__image {
    order: 1;
    margin: auto auto 20px;
    width: 190px; }
    @media (min-width: 620px) {
      .people-widget__image {
        order: 2;
        margin: auto; } }
  .people-widget__content {
    order: 2; }
    @media (min-width: 620px) {
      .people-widget__content {
        order: 1;
        padding: 10px 20px;
        width: calc(100% - 190px); } }
  @media (min-width: 620px) {
    .people-widget--wide .people-widget__content {
      width: calc(100% - 250px); } }
  .people-widget--wide .people-widget__image {
    width: 100%; }
    .people-widget--wide .people-widget__image img {
      width: 100%; }
    @media (min-width: 620px) {
      .people-widget--wide .people-widget__image {
        margin-top: 0;
        padding: 15px 20px 0 0;
        width: 250px; } }

/**
 * Molecules.Text-Widget
 */
.text-widget {
  position: relative;
  padding: 20px;
  background-color: #d5002e; }
  .text-widget__heading {
    margin: 0;
    padding-bottom: 15px;
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    border-bottom: 1px solid #fff; }
  .text-widget__content p,
  .text-widget__content a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }
  .text-widget__content a {
    text-decoration: underline; }
  .text-widget__content p:last-child {
    margin-bottom: 0; }

/**
 * Molecules.Media-Embeds
 */
.media-gallery,
.media-stream-uk {
  clear: both;
  position: relative; }

.gallery-btn-text {
  display: none; }

.media-twitter,
.media-instagram {
  margin: 30px auto;
  max-width: 480px; }

.media-stream-uk embed,
.media-stream-uk iframe,
.media-stream-uk object,
.media-embedded-video embed,
.media-embedded-video iframe,
.media-embedded-video object {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

@media (min-width: 1120px) {
  .media-stream-uk,
  .media-embedded-video {
    position: relative;
    left: -30px;
    width: calc(100% + 30px);
    max-width: none; } }

@media (min-width: 1330px) {
  .media-stream-uk,
  .media-embedded-video {
    left: -110px;
    width: calc(100% + 110px); } }

.media-instagram__inner {
  max-width: 480px; }

.media-video-items img {
  display: none !important; }

.content .media-video-items img {
  display: block !important; }

.js-shown-video .media-video-items img {
  display: block !important; }

.hero .hero-image__mobile .media-video-items img,
.hero .hero-image__desktop .media-video-items img {
  display: none !important; }

.hero .hero-image__mobile .video-only .media-video-items img,
.hero .hero-image__desktop .video-only .media-video-items img {
  display: block !important; }

/**
 * Molecules.Secondary-Nav
 */
.secondary-header {
  background-color: #fff;
  border-bottom: 1px solid #8d9091; }
  .secondary-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .secondary-header__heading {
    margin: 0;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    text-transform: capitalize; }

.secondary-nav {
  flex-grow: 1; }
  .secondary-nav .main-nav__item {
    display: inline-block;
    width: auto;
    border-bottom: 0; }
    .secondary-nav .main-nav__item:first-child {
      border-top: 0; }
      .secondary-nav .main-nav__item:first-child a {
        padding-left: 10px; }
  .secondary-nav .main-nav__link {
    padding: 30px 15px 25px;
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 3px solid #fff; }
    .secondary-nav .main-nav__link:hover, .secondary-nav .main-nav__link:focus {
      background-color: #fff;
      border-bottom: 3px solid #2d2d2d; }
      @media (min-width: 1120px) {
        .secondary-nav .main-nav__link:hover, .secondary-nav .main-nav__link:focus {
          background-color: #fff; } }

/**
 * Molecules.Social-Share-Heading
 */
.social-feed-cta {
  margin-bottom: 20px; }
  @media (min-width: 620px) {
    .social-feed-cta {
      display: flex;
      align-items: center;
      float: right;
      margin-bottom: 0; } }
  .social-feed-cta__heading {
    margin-right: 10px;
    font-size: 12px;
    font-size: 1.2rem; }
  @media (min-width: 620px) {
    .social-feed-cta__heading, .social-feed-cta__list {
      display: inline-block; } }
  .social-feed-cta__item {
    display: inline-block;
    border-right: 1px solid #8d9091; }
    .social-feed-cta__item:last-of-type {
      border-right: none; }
    .social-feed-cta__item:first-of-type a {
      margin-left: 0; }
  .social-feed-cta__link {
    position: relative;
    display: block;
    margin: 0 10px;
    height: 45px;
    width: 45px; }
  .social-feed-cta__icon {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    height: 30px;
    width: 30px;
    transform: translateY(-50%); }
    .social-feed-cta__icon--facebook {
      fill: #3b5998; }
    .social-feed-cta__icon--twitter {
      fill: #1da1f2; }
    .social-feed-cta__icon--instagram {
      fill: #833ab4; }

/**
 * Molecules.Social-Card
 */
.social-card {
  position: relative;
  width: 100%;
  word-break: break-word;
  background-color: #a72230;
  padding: 20px 20px 55px; }
  .social-card h4 {
    color: #fff; }
  @media (min-width: 400px) {
    .social-card {
      display: block;
      margin: 0 auto;
      width: 75%; } }
  @media (min-width: 620px) {
    .social-card {
      margin: 0;
      width: 50%; } }
  @media (min-width: 870px) {
    .social-card {
      width: 33.33%; } }
  @media (min-width: 1120px) {
    .social-card {
      width: 20%; } }
  .social-card--instagram {
    padding: 0;
    overflow: hidden; }
    .social-card--instagram:before {
      content: '';
      position: absolute;
      right: -130px;
      bottom: -100px;
      z-index: 10;
      height: 210px;
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0), black);
      transform: rotate(-42deg); }
  .social-card a {
    color: #fff;
    text-decoration: none; }
    .social-card a:hover, .social-card a:focus {
      text-decoration: underline; }
  .social-card__tweet, .social-card__caption {
    margin: 0;
    padding: 0 0 30px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5; }
    .social-card__tweet:before, .social-card__caption:before {
      display: none; }
    @media (min-width: 1120px) {
      .social-card__tweet, .social-card__caption {
        padding: 0; } }
  .social-card .social-card__tweet {
    position: relative;
    margin: 10px 0 20px;
    padding: 0;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
    .social-card .social-card__tweet .Emoji {
      margin: -6px 0 0 0;
      max-width: 18px; }
    .social-card .social-card__tweet .social-card__image {
      margin: 0 0 10px 0; }
  .social-card .social-card__twitter-inner {
    position: relative;
    display: block;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: italic;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    line-height: 170%; }
    @media (min-width: 1120px) {
      .social-card .social-card__twitter-inner {
        padding: 0;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 150%; } }
    @media (min-width: 1330px) {
      .social-card .social-card__twitter-inner {
        font-size: 15px;
        font-size: 1.5rem; } }
    .social-card .social-card__twitter-inner a {
      color: #fff; }
  .social-card__image {
    width: 100%; }
  .social-card__inner {
    display: none;
    padding: 20px;
    text-align: left; }
  .social-card__timestamp {
    right: 15px;
    bottom: 30px;
    margin: 0;
    width: calc(100% - 75px);
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: right; }
    .social-card__timestamp span {
      color: #ffffff;
      font-weight: 900; }
  .social-card__icon-contain {
    bottom: 20px;
    left: 20px;
    padding: 5px;
    height: 34px;
    width: 34px;
    text-align: center;
    border: 2px solid #d5002e; }
  .social-card__timestamp, .social-card__icon-contain {
    position: absolute;
    z-index: 20;
    color: #fff; }
  .social-card__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    height: 20px;
    width: 20px;
    fill: #fff; }

/**
 * Molecules.Stream-Embed
 */
@media (min-width: 1120px) {
  .match-event .media-stream-uk,
  .match-event .media-embedded-video {
    left: 0;
    width: 100%; } }

@media (min-width: 1330px) {
  .match-event .media-stream-uk,
  .match-event .media-embedded-video {
    left: 0;
    width: 100%; } }

.match-event .media-stream-uk .media-btn,
.match-event .media-embedded-video .media-btn {
  margin-left: 0 !important; }

.match-event .video-thumbnail {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 40; }

.user-logged-in .match-event .media-stream-uk .img,
.user-logged-in .match-event .media-embedded-video .img {
  display: none; }

.user-logged-in .match-event .video-thumbnail {
  display: block; }

.user-logged-in .logged-out-content-only,
.video-access-granted .video-wrapper-no-access {
  display: none; }

/**
 * Molecules.Tags
 */
.tags {
  clear: both;
  margin-top: 25px;
  padding: 25px 0 5px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  .tags__heading {
    display: block;
    margin: 0 10px 10px 0;
    color: #636466;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    @media (min-width: 400px) {
      .tags__heading {
        display: inline-block; } }
  .tags a {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 15px 0 0;
    font-weight: 400;
    text-decoration: none; }
    .tags a:hover, .tags a:focus {
      text-decoration: underline; }
  .tags__heading,
  .tags a {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .tags__heading,
      .tags a {
        font-size: calc(14px + 4 * (100vw - 320px) / 680); } }
    @media screen and (min-width: 1000px) {
      .tags__heading,
      .tags a {
        font-size: 18px; } }

/**
 * Molecules.Teaser-Block
 */
.teaser {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  .teaser:last-child {
    margin-bottom: 0; }
    .teaser:last-child .teaser__details, .teaser:last-child .teaser__heading {
      margin-bottom: 0;
      padding-bottom: 0; }
  .teaser__inner {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
  .teaser__btn {
    display: none; }
    @media (min-width: 1120px) {
      .teaser__btn {
        display: block;
        align-self: flex-start;
        flex-grow: 1;
        margin-top: 40px;
        padding: 23px 0;
        color: #2d2d2d;
        font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid #d5002e; } }
  .teaser--news {
    margin: 0 auto 25px;
    max-width: 410px;
    overflow: hidden; }
    @media (min-width: 620px) {
      .teaser--news {
        float: left;
        width: 48%; } }
    @media (min-width: 870px) {
      .teaser--news {
        margin-right: 2.5%;
        width: 23%; } }
    @media (min-width: 620px) {
      .teaser--news:nth-of-type(odd) {
        margin-right: 4%; } }
    @media (min-width: 870px) {
      .teaser--news:nth-of-type(odd) {
        margin-right: 2.5%; } }
    @media (min-width: 870px) {
      .teaser--news:last-of-type {
        margin-right: 0; } }
  .teaser__image {
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 620px) {
      .teaser__image {
        width: 33.33%; } }
    @media (min-width: 870px) {
      .teaser__image {
        width: 100%; } }
    .teaser__image img {
      width: 100%; }
  .teaser__details {
    width: 100%;
    padding: 10px 0; }
    @media (min-width: 620px) {
      .teaser__details {
        padding: 0 28px;
        width: calc((100% / 3) * 2); } }
    @media (min-width: 1120px) {
      .teaser__details {
        width: 50%; } }
  .teaser__heading {
    margin: 0;
    color: #2d2d2d;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.2; }
    .teaser__heading a {
      color: inherit; }
  .teaser__intro {
    margin: 0;
    color: #636466;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4; }
    @media (min-width: 400px) {
      .teaser__intro {
        font-size: 16px;
        font-size: 1.6rem; } }
  .teaser__meta {
    margin: 0;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1.2; }
  .teaser__category {
    margin: 0 5px 5px 0;
    color: #d5002e;
    text-transform: uppercase; }
    .teaser__category a {
      color: inherit;
      text-decoration: none; }
      .teaser__category a:hover {
        text-decoration: underline; }
  .teaser__category, .teaser__publish-time {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 900; }
  .teaser__publish-time {
    margin: 0;
    color: #636466; }
  .teaser--first-lrg .contain, .teaser--first-lrg .page-node-type-landing .latest-news, .page-node-type-landing .teaser--first-lrg .latest-news,
  .teaser--first-lrg .page-node-type-landing .related-news, .page-node-type-landing .teaser--first-lrg .related-news, .teaser--first-lrg .secondary-nav .main-nav__menu, .secondary-nav .teaser--first-lrg .main-nav__menu, .teaser--first-lrg .match-strip, .teaser--first-lrg .news-list-view {
    background: #2d2d2d;
    padding: 30px 20px;
    max-width: 1290px; }
    .teaser--first-lrg .contain .teaser__heading, .teaser--first-lrg .page-node-type-landing .latest-news .teaser__heading, .page-node-type-landing .teaser--first-lrg .latest-news .teaser__heading, .teaser--first-lrg .page-node-type-landing .related-news .teaser__heading, .page-node-type-landing .teaser--first-lrg .related-news .teaser__heading, .teaser--first-lrg .secondary-nav .main-nav__menu .teaser__heading, .secondary-nav .teaser--first-lrg .main-nav__menu .teaser__heading, .teaser--first-lrg .match-strip .teaser__heading, .teaser--first-lrg .news-list-view .teaser__heading,
    .teaser--first-lrg .contain .teaser__intro,
    .teaser--first-lrg .page-node-type-landing .latest-news .teaser__intro,
    .page-node-type-landing .teaser--first-lrg .latest-news .teaser__intro,
    .teaser--first-lrg .page-node-type-landing .related-news .teaser__intro,
    .page-node-type-landing .teaser--first-lrg .related-news .teaser__intro,
    .teaser--first-lrg .secondary-nav .main-nav__menu .teaser__intro,
    .secondary-nav .teaser--first-lrg .main-nav__menu .teaser__intro,
    .teaser--first-lrg .match-strip .teaser__intro,
    .teaser--first-lrg .news-list-view .teaser__intro,
    .teaser--first-lrg .contain .teaser__publish-time,
    .teaser--first-lrg .page-node-type-landing .latest-news .teaser__publish-time,
    .page-node-type-landing .teaser--first-lrg .latest-news .teaser__publish-time,
    .teaser--first-lrg .page-node-type-landing .related-news .teaser__publish-time,
    .page-node-type-landing .teaser--first-lrg .related-news .teaser__publish-time,
    .teaser--first-lrg .secondary-nav .main-nav__menu .teaser__publish-time,
    .secondary-nav .teaser--first-lrg .main-nav__menu .teaser__publish-time,
    .teaser--first-lrg .match-strip .teaser__publish-time,
    .teaser--first-lrg .news-list-view .teaser__publish-time {
      color: #ffffff; }
    .teaser--first-lrg .contain .teaser__category, .teaser--first-lrg .page-node-type-landing .latest-news .teaser__category, .page-node-type-landing .teaser--first-lrg .latest-news .teaser__category, .teaser--first-lrg .page-node-type-landing .related-news .teaser__category, .page-node-type-landing .teaser--first-lrg .related-news .teaser__category, .teaser--first-lrg .secondary-nav .main-nav__menu .teaser__category, .secondary-nav .teaser--first-lrg .main-nav__menu .teaser__category, .teaser--first-lrg .match-strip .teaser__category, .teaser--first-lrg .news-list-view .teaser__category {
      margin-bottom: 10px; }
    .teaser--first-lrg .contain .teaser__btn, .teaser--first-lrg .page-node-type-landing .latest-news .teaser__btn, .page-node-type-landing .teaser--first-lrg .latest-news .teaser__btn, .teaser--first-lrg .page-node-type-landing .related-news .teaser__btn, .page-node-type-landing .teaser--first-lrg .related-news .teaser__btn, .teaser--first-lrg .secondary-nav .main-nav__menu .teaser__btn, .secondary-nav .teaser--first-lrg .main-nav__menu .teaser__btn, .teaser--first-lrg .match-strip .teaser__btn, .teaser--first-lrg .news-list-view .teaser__btn {
      flex-grow: initial;
      margin: -62px 0 0 42%;
      width: 20%;
      color: #ffffff;
      border: 1px solid #ffffff; }

/**
 * Molecules.Top-Links
 */
@media (min-width: 870px) {
  .top-links {
    width: 50%; } }

.top-links__menu {
  display: flex;
  width: 100%; }
  .top-links__menu li:nth-child(4) {
    display: none; }
    @media (min-width: 870px) {
      .top-links__menu li:nth-child(4) {
        display: inline-block; } }
  @media (min-width: 870px) {
    .top-links__menu {
      align-items: center;
      justify-content: flex-end;
      height: 60px; } }

.top-links__item {
  width: 33.33%; }
  @media (min-width: 870px) {
    .top-links__item {
      width: auto; } }
  .top-links__item:nth-last-child(2), .top-links__item:last-child {
    display: none; }
    @media (min-width: 870px) {
      .top-links__item:nth-last-child(2), .top-links__item:last-child {
        display: block; } }
  .top-links__item:first-child, .top-links__item:nth-child(2) {
    border-right: 1px solid #e8e8e8; }
    @media (min-width: 870px) {
      .top-links__item:first-child, .top-links__item:nth-child(2) {
        border-right: 0; } }
  .top-links__item a {
    display: block;
    padding: 10.5px 15px;
    color: #2d2d2d;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease; }
    .top-links__item a:hover {
      color: #d5002e;
      background: #e8e8e8; }
    @media (min-width: 400px) {
      .top-links__item a {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (min-width: 870px) {
      .top-links__item a {
        padding: 23.5px 15px; } }
    .top-links__item a.header-cta--desktop {
      padding-right: 30px;
      width: 130px;
      font-size: 8px;
      font-size: 0.8rem;
      line-height: 1.5; }

/**
 * Molecules.News-SignUp
 */
.newsletter {
  margin-bottom: 25px; }
  @media (min-width: 620px) {
    .newsletter {
      margin-right: auto; } }
  @media (min-width: 870px) {
    .newsletter {
      margin-bottom: 0;
      padding-right: 30px;
      width: 45%; } }
  @media (min-width: 1120px) {
    .newsletter {
      width: 50%;
      max-width: 560px; } }
  .newsletter form {
    display: flex;
    margin: 25px 0 0;
    padding: 0;
    max-width: 400px;
    background-color: transparent; }
    @media (min-width: 1120px) {
      .newsletter form {
        max-width: none; } }
  .newsletter h2 {
    display: none; }
  .newsletter .form-item-email {
    width: calc(100% - 115px); }
  .newsletter .footer__sub-heading {
    display: block; }
  .newsletter input {
    height: 50px;
    width: calc(100% - 10px);
    color: #2d2d2d;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    background-color: #e5e5e5;
    border: 1px solid #2d2d2d; }
    .newsletter input:hover {
      color: #2d2d2d;
      background-color: #fff; }
  .newsletter ::-webkit-input-placeholder {
    color: #2d2d2d; }
  .newsletter ::-moz-placeholder {
    color: #2d2d2d; }
  .newsletter :-ms-input-placeholder {
    color: #2d2d2d; }
  .newsletter__submit {
    text-transform: uppercase; }
    @media (min-width: 620px) {
      .newsletter__submit {
        padding: 10px 20px; } }
  .newsletter .form-submit {
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 15px 25px;
    width: auto;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-tranform: uppercase;
    line-height: 0.8;
    background-color: #e5e5e5;
    border: 2px solid #2d2d2d;
    cursor: pointer;
    transition: all 0.2s ease; }
    .newsletter .form-submit:hover {
      color: #e5e5e5;
      background-color: #2d2d2d; }

/**
 * Molecules.Footer-Nav
 */
.footer-menu {
  margin-bottom: 20px; }
  @media (min-width: 620px) {
    .footer-menu {
      margin-bottom: 10px;
      width: 50%; } }
  @media (min-width: 870px) {
    .footer-menu {
      width: 27.5%; } }
  @media (min-width: 1120px) {
    .footer-menu {
      width: 23%; } }
  .footer-menu .menu {
    margin: 10px 0; }
    .footer-menu .menu-item {
      display: block; }
    .footer-menu .menu a {
      display: block;
      padding: 5px 0;
      color: #2d2d2d;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 900; }
  .footer-menu .footer-nav {
    margin: 10px 0 20px; }
    .footer-menu .footer-nav__item {
      display: block; }
    .footer-menu .footer-nav a {
      display: block;
      padding: 5px 0;
      color: #2d2d2d;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 900; }

/**
 * Molecules.Footer-Sponsors
 */
.footer__sponsors {
  padding: 0 20px; }
  .footer__sponsors__inner {
    position: relative;
    padding: 20px 0 40px; }
    @media (min-width: 870px) {
      .footer__sponsors__inner {
        padding: 20px 0 30px; } }

@media (min-width: 870px) {
  .principal-sponsors {
    margin-bottom: 15px; } }

.principal-sponsors,
.club-partners {
  position: relative;
  z-index: 10;
  text-align: center; }
  .principal-sponsors .footer__heading,
  .club-partners .footer__heading {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-57%); }
  .principal-sponsors .views-element-container,
  .club-partners .views-element-container {
    position: relative;
    z-index: 20; }
    .principal-sponsors .views-element-container > div,
    .club-partners .views-element-container > div {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      min-height: 105px; }
      @media (min-width: 620px) {
        .principal-sponsors .views-element-container > div,
        .club-partners .views-element-container > div {
          min-height: 70px; } }
      @media (min-width: 1120px) {
        .principal-sponsors .views-element-container > div,
        .club-partners .views-element-container > div {
          min-height: 85px; } }
      @media (min-width: 1330px) {
        .principal-sponsors .views-element-container > div,
        .club-partners .views-element-container > div {
          min-height: 95px; } }
  .principal-sponsors a,
  .club-partners a {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 50%; }
    @media (min-width: 620px) {
      .principal-sponsors a,
      .club-partners a {
        width: 33.33%; } }
    @media (min-width: 768px) {
      .principal-sponsors a,
      .club-partners a {
        width: 25%; } }
    @media (min-width: 1120px) {
      .principal-sponsors a,
      .club-partners a {
        width: 16.66667%; } }
    .principal-sponsors a img,
    .club-partners a img {
      margin: 10px auto;
      width: auto;
      max-height: 45px; }
      @media (min-width: 768px) {
        .principal-sponsors a img,
        .club-partners a img {
          max-height: 60px; } }

/**
 * Molecules.Footer-Social-Links
 */
.social-links {
  order: 2;
  width: 100%; }
  @media (min-width: 620px) {
    .social-links {
      width: 45%; } }
  @media (min-width: 768px) {
    .social-links {
      padding: 10px 0;
      width: calc(50% - 50px); } }
  .social-links__menu {
    display: flex;
    justify-content: space-between;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .social-links__menu {
        position: relative;
        right: 10px;
        padding: 0;
        max-width: 300px; } }
  .social-links__link {
    display: block;
    padding: 10px;
    transition: background-color 0.2s ease; }
    .social-links__link:hover, .social-links__link:focus {
      background-color: #ef0034; }
  .social-links__icon {
    height: 25px;
    width: 25px;
    fill: #fff; }

/**
 * Molecules.Footer-CTA
 */
.footer-cta {
  order: 3;
  width: 100%; }
  @media (min-width: 620px) {
    .footer-cta {
      display: flex;
      justify-content: space-between;
      padding: 20px 0;
      width: 50%; } }
  @media (min-width: 768px) {
    .footer-cta {
      justify-content: flex-end;
      padding: 10px 0;
      width: calc(50% - 50px); } }
  .footer-cta__link {
    display: block;
    margin: 0;
    width: 100%;
    color: #d5002e;
    border: 2px solid #fff; }
    @media (min-width: 620px) {
      .footer-cta__link {
        width: calc(100% - 70px);
        max-width: 280px; } }
    @media (min-width: 768px) {
      .footer-cta__link {
        width: calc(100% - 120px);
        max-width: 165px; } }

/**
 * Moleclues.PlayerProfileDetails
 */
.player-profile-details {
  position: relative;
  z-index: 40;
  color: #fff; }
  .player-profile-details > .contain, .page-node-type-landing .player-profile-details > .latest-news,
  .page-node-type-landing .player-profile-details > .related-news, .secondary-nav .player-profile-details > .main-nav__menu, .player-profile-details > .match-strip, .player-profile-details > .news-list-view {
    background-color: #1b1b1b; }
  @media (min-width: 1120px) {
    .player-profile-details {
      margin: -4px 0 0 0; } }
  .player-profile-details .contain--narrow {
    margin: auto; }
  .player-profile-details .block-grid {
    margin: 0; }
    @media (min-width: 1120px) {
      .player-profile-details .block-grid {
        margin: 0 0 20px 0; } }
    .player-profile-details .block-grid__block {
      width: 100%;
      overflow: hidden; }
      @media (min-width: 870px) {
        .player-profile-details .block-grid__block {
          border-right: 1px solid #8d9091; } }
      .player-profile-details .block-grid__block .details-list {
        padding: 0;
        font-size: 14px;
        font-size: 1.4rem; }
        @media (min-width: 400px) {
          .player-profile-details .block-grid__block .details-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; } }
        @media (min-width: 400px) {
          .player-profile-details .block-grid__block .details-list__item {
            width: 49%; } }
        @media (min-width: 620px) {
          .player-profile-details .block-grid__block .details-list__item {
            width: 100%; } }
        @media (min-width: 1120px) {
          .player-profile-details .block-grid__block .details-list__item {
            margin-bottom: 7px; } }
        .player-profile-details .block-grid__block .details-list__item a {
          color: #40a4ff; }
        .player-profile-details .block-grid__block .details-list__item span {
          display: inline-block;
          font-size: 14px;
          font-size: 1.4rem; }
          @media (min-width: 768px) {
            .player-profile-details .block-grid__block .details-list__item span {
              display: inline;
              font-size: 16px;
              font-size: 1.6rem; } }
        @media (min-width: 768px) {
          .player-profile-details .block-grid__block .details-list {
            min-height: 130px;
            font-size: 16px;
            font-size: 1.6rem;
            border-right: 1px solid #8d9091; } }
        @media (min-width: 870px) {
          .player-profile-details .block-grid__block .details-list {
            border-right: 0; } }
        @media (min-width: 1120px) {
          .player-profile-details .block-grid__block .details-list {
            padding: 10px 40px 10px 60px; } }
      @media (min-width: 620px) {
        .player-profile-details .block-grid__block {
          width: 50%; } }
      .player-profile-details .block-grid__block.bio-block {
        padding: 20px 0; }
        @media (min-width: 870px) {
          .player-profile-details .block-grid__block.bio-block {
            width: 30%; } }
      .player-profile-details .block-grid__block.sponsor-block {
        border-top: 1px solid #8d9091; }
        @media (min-width: 620px) {
          .player-profile-details .block-grid__block.sponsor-block {
            border-top: 0; } }
        @media (min-width: 768px) {
          .player-profile-details .block-grid__block.sponsor-block {
            display: flex;
            align-items: center;
            border-top: 0; } }
        @media (min-width: 870px) {
          .player-profile-details .block-grid__block.sponsor-block {
            width: 22%; } }
        @media (min-width: 1120px) {
          .player-profile-details .block-grid__block.sponsor-block {
            width: 30%; } }
      .player-profile-details .block-grid__block.buy-shirt-block {
        padding: 30px 20px 20px;
        overflow: hidden;
        border-top: 1px solid #8d9091; }
        @media (min-width: 400px) {
          .player-profile-details .block-grid__block.buy-shirt-block {
            padding-bottom: 10px; } }
        @media (min-width: 620px) {
          .player-profile-details .block-grid__block.buy-shirt-block {
            padding-bottom: 0;
            width: 100%; } }
        @media (min-width: 768px) {
          .player-profile-details .block-grid__block.buy-shirt-block {
            margin-top: 15px;
            padding-top: 50px; } }
        @media (min-width: 870px) {
          .player-profile-details .block-grid__block.buy-shirt-block {
            margin: 10px auto;
            width: 48%;
            border-top: 0;
            border-right: 0; } }
        @media (min-width: 1120px) {
          .player-profile-details .block-grid__block.buy-shirt-block {
            margin: 20px auto;
            padding-top: 0;
            width: 40%;
            max-width: 450px; } }
  @media (min-width: 620px) {
    .player-profile-details__buy-shirt {
      display: flex;
      align-items: center;
      margin: auto;
      max-width: 500px; } }
  .player-profile-details__buy-shirt img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 300px; }
    @media (min-width: 620px) {
      .player-profile-details__buy-shirt img {
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .player-profile-details__buy-shirt img {
        position: absolute;
        bottom: 0;
        display: block;
        width: 260px; } }
  @media (min-width: 768px) and (min-width: 1120px) {
    .player-profile-details__buy-shirt img {
      width: 280px; } }
  .player-profile-details__buy-shirt p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }
  @media (min-width: 768px) {
    .player-profile-details__shirt-inner {
      position: relative;
      bottom: 20px;
      margin: 30px 0 0 auto;
      width: 50%; } }
  @media (min-width: 870px) {
    .player-profile-details__shirt-inner {
      bottom: 0;
      margin-top: 0;
      width: 130px; } }
  @media (min-width: 1120px) {
    .player-profile-details__shirt-inner {
      margin-top: 0; } }
  .player-profile-details__btn {
    display: block;
    float: none;
    margin: auto; }
    @media (min-width: 400px) {
      .player-profile-details__btn {
        margin: 20px auto;
        width: 200px; } }
    @media (min-width: 870px) {
      .player-profile-details__btn {
        width: 130px; } }
    @media (min-width: 1120px) {
      .player-profile-details__btn {
        margin-top: 50px; } }
  .player-profile-details__sponsored {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 870px) {
      .player-profile-details__sponsored {
        border-right: 0; } }
    @media (min-width: 1120px) {
      .player-profile-details__sponsored {
        padding: 0 20px;
        border-right: 0; } }
    .player-profile-details__sponsored .sponsored-by-title {
      padding: 0 0 10px 0;
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      text-transform: uppercase; }
    .player-profile-details__sponsored-image, .player-profile-details__sponsored-text {
      margin: auto;
      width: auto;
      font-size: 14px;
      font-size: 1.4rem; }
      .player-profile-details__sponsored-image span, .player-profile-details__sponsored-text span {
        font-weight: bold; }
    .player-profile-details__sponsored-text {
      display: none; }
    .player-profile-details__sponsored-image {
      text-align: center; }
      .player-profile-details__sponsored-image img {
        max-height: 80px; }

/**
 * Molecules.Player-Videos
 */
.player-video__image {
  position: relative; }

/**
 * Molecules.Rrssb
 */
.rrssb-alt {
  order: 2;
  padding: 20px 0;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .rrssb-alt {
      order: 4;
      padding: 0; } }
  .rrssb-alt__list {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .rrssb-alt__list-item {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0; }
    .rrssb-alt__list-item:before {
      display: none; }
  .rrssb-alt__list-link {
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    border: 1px solid #d5002e;
    transition: all 0.2s ease; }
    .rrssb-alt__list-link:hover {
      background-color: #d5002e; }
      .rrssb-alt__list-link:hover svg {
        fill: #fff; }
  .rrssb-alt svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    height: 20px;
    width: 20px;
    fill: #d5002e; }
  @media (min-width: 768px) {
    .hero--wide .rrssb-alt svg {
      fill: #fff; } }
  @media (min-width: 768px) {
    .landing-social .rrssb-alt {
      margin-top: 40px; } }
  .landing-social .rrssb-alt .rrssb-alt__list-link svg {
    fill: #d5002e; }
  .landing-social .rrssb-alt .rrssb-alt__list-link:hover svg {
    fill: #fff; }

/**
 * Molecules.TabList
 */
.horizontal-tabs,
.ui-tabs {
  padding: 0;
  background: transparent;
  border: none; }
  .horizontal-tabs .horizontal-tabs-list,
  .horizontal-tabs .ui-tabs-nav,
  .ui-tabs .horizontal-tabs-list,
  .ui-tabs .ui-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: transparent;
    border: none; }
  .horizontal-tabs .match-tabs__nav,
  .ui-tabs .match-tabs__nav {
    margin: auto; }

.tabbable {
  max-width: 750px !important; }

@media (min-width: 620px) {
  .tabbable__tab,
  .opta .tabbable__tab {
    flex: auto; } }

.video-access-granted .match-hero__wrap {
  margin: 20px 0; }

.mc-tabs__contain {
  position: relative;
  z-index: 30;
  margin: 10px auto 20px;
  max-width: 700px;
  text-align: center; }
  @media (min-width: 768px) {
    .mc-tabs__contain {
      margin: 0 auto 20px; } }
  @media (min-width: 990px) {
    .mc-tabs__contain {
      margin: 20px auto; } }
  .mc-tabs__contain .video-embed-field-responsive-video {
    position: relative;
    background-color: #000000; }
    .mc-tabs__contain .video-embed-field-responsive-video:before {
      content: '';
      position: absolute;
      right: 15%;
      bottom: 0;
      left: 15%;
      width: 70%;
      height: 40px;
      box-shadow: 0 6px 35px -6px rgba(0, 0, 0, 0.75); }
  .mc-tabs__contain .video-thumbnail-wrapper-no-access {
    position: absolute;
    top: 0;
    width: 100%; }

.mc-tabs__tab {
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #d5002e;
  transition: all .2s ease; }
  .mc-tabs__tab:first-of-type {
    margin-right: -3px; }
  .mc-tabs__tab:hover, .mc-tabs__tab:active, .mc-tabs__tab:focus {
    color: #2d2d2d;
    text-decoration: none;
    background-color: #fff; }
    .mc-tabs__tab:hover .mc-tabs__tab-icon, .mc-tabs__tab:active .mc-tabs__tab-icon, .mc-tabs__tab:focus .mc-tabs__tab-icon {
      fill: #d5002e; }
  .mc-tabs__tab-icon {
    display: block;
    margin: 0 auto 10px;
    fill: #fff; }
  .mc-tabs__tab.current {
    color: #2d2d2d;
    background-color: #fff; }
    .mc-tabs__tab.current .mc-tabs__tab-icon {
      fill: #d5002e; }

.mc-tabs__content {
  display: none; }
  .mc-tabs__content aside {
    position: relative; }
  .mc-tabs__content .media-btn {
    z-index: 600; }
  .mc-tabs__content .subscription-box {
    margin-top: 0;
    animation: none;
    transform: none; }
    .mc-tabs__content .subscription-box__close {
      margin-top: 0; }
  .mc-tabs__content.current {
    display: block; }

/**
 * Feature.Block
 */
.feature-block {
  margin: 0 auto 20px;
  max-width: 400px; }
  @media (min-width: 768px) {
    .feature-block {
      float: left;
      margin-right: 2%;
      margin-bottom: 0;
      width: 32%; }
      .feature-block:nth-of-type(2) {
        margin-right: 2%; }
      .feature-block:last-child {
        margin-right: 0; } }
  .feature-block__image {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .feature-block__image a {
      display: block; }
      .feature-block__image a:focus:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        height: calc(100% - 6px);
        width: calc(100% - 6px);
        outline-color: #3b99fc !important;
        outline-style: auto;
        outline-width: 5px; }
    .feature-block__image img {
      width: 100%; }

/**
 * Molecules.local-tasks
 */
.local-tasks-block {
  font-size: 16px;
  background: #e2f5fb;
  padding: 20px;
  margin: 20px 0 20px 0;
  text-align: center;
  border-bottom: 2px solid #cccccc; }
  .local-tasks-block li a {
    padding: 5px 20px;
    text-decoration: none;
    color: #000000; }
    .local-tasks-block li a:hover, .local-tasks-block li a:focus {
      text-decoration: underline; }

/**
 * Molecules.Status-Message-Block
 */
.status-mesages-block {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .status-mesages-block .status-mesage-item {
    margin: 0 auto;
    padding: 15px;
    /*max-width: 1070px;*/
    text-align: center;
    background: #fff580; }
    .status-mesages-block .status-mesage-item__alert, .status-mesages-block .container #payment-form .field-error, .container #payment-form .status-mesages-block .field-error {
      background-color: #ce5930; }
  .status-mesages-block li {
    display: block;
    padding: 10px 0; }

/**
 * Molecules.Upcomming-Fixture
 */
.fixtures-tabs ul {
  text-align: center; }

.upcomming-fixture-wrapper {
  background-color: #e0e0e0; }
  .upcomming-fixture-wrapper__inner {
    margin: auto;
    max-width: 1290px; }
    @media (min-width: 870px) {
      .upcomming-fixture-wrapper__inner {
        padding: 0 20px; } }

.upcomming-fixture {
  position: relative;
  margin: 20px auto;
  padding: 20px;
  background-color: #e0e0e0; }
  @media (min-width: 768px) {
    .upcomming-fixture {
      margin-top: 30px;
      margin-bottom: 30px;
      padding: 30px; } }
  @media (min-width: 1120px) {
    .upcomming-fixture {
      margin-top: 40px;
      margin-bottom: 40px;
      padding: 40px; } }
  .upcomming-fixture__heading {
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    color: #d4d4d4;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 80px;
    font-size: 8rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%); }
    @media (min-width: 620px) {
      .upcomming-fixture__heading {
        font-size: 100px;
        font-size: 10rem; } }
    @media (min-width: 768px) {
      .upcomming-fixture__heading {
        font-size: 120px;
        font-size: 12rem; } }
    @media (min-width: 870px) {
      .upcomming-fixture__heading {
        top: 44%; } }
    @media (min-width: 1120px) {
      .upcomming-fixture__heading {
        font-size: 140px;
        font-size: 14rem; } }
    @media (min-width: 1330px) {
      .upcomming-fixture__heading {
        font-size: 160px;
        font-size: 16rem; } }
    .upcomming-fixture__heading span {
      display: block; }
      @media (min-width: 870px) {
        .upcomming-fixture__heading span {
          display: inline-block; } }
  .upcomming-fixture pm-match-up {
    margin: auto; }
    .upcomming-fixture pm-match-up .pm-match-up__team-crest {
      width: auto;
      max-height: 80px; }
      @media (min-width: 870px) {
        .upcomming-fixture pm-match-up .pm-match-up__team-crest {
          max-height: 100px; } }
    .upcomming-fixture pm-match-up__away-score, .upcomming-fixture pm-match-up__home-score {
      display: none; }
  @media (min-width: 870px) {
    .upcomming-fixture {
      display: flex;
      padding: 0; } }
  .upcomming-fixture__match-up {
    position: relative;
    width: 100%; }
    @media (min-width: 870px) {
      .upcomming-fixture__match-up {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 40%;
        text-align: left; } }
    .upcomming-fixture__match-up-logo {
      display: block;
      margin: 0 0 20px 0;
      width: 100%;
      max-height: 30px;
      text-align: center; }
      .upcomming-fixture__match-up-logo img {
        max-height: 30px; }
  .upcomming-fixture__match-up-inner {
    position: relative;
    width: 100%; }
  .upcomming-fixture__details, .upcomming-fixture__cta {
    position: relative;
    width: 100%;
    text-align: center; }
    .upcomming-fixture__details:first-of-type, .upcomming-fixture__cta:first-of-type {
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (min-width: 870px) {
        .upcomming-fixture__details:first-of-type, .upcomming-fixture__cta:first-of-type {
          margin-top: 0;
          margin-bottom: 0; } }
    .upcomming-fixture__details:last-of-type, .upcomming-fixture__cta:last-of-type {
      margin-top: 20px; }
      @media (min-width: 870px) {
        .upcomming-fixture__details:last-of-type, .upcomming-fixture__cta:last-of-type {
          margin-top: 0; } }
    @media (min-width: 870px) {
      .upcomming-fixture__details, .upcomming-fixture__cta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 30%;
        text-align: left; }
        .upcomming-fixture__details:first-of-type, .upcomming-fixture__cta:first-of-type {
          margin-left: 40px; }
        .upcomming-fixture__details:last-of-type, .upcomming-fixture__cta:last-of-type {
          justify-content: flex-end;
          margin-right: 30px; } }
  @media (min-width: 870px) {
    .upcomming-fixture__btns {
      text-align: right; } }
  .upcomming-fixture__btn {
    display: block;
    margin: 15px auto;
    max-width: 300px; }
    @media (min-width: 870px) {
      .upcomming-fixture__btn {
        margin-top: 10px;
        margin-bottom: 10px;
        min-width: 132px; } }
  .upcomming-fixture__details-date, .upcomming-fixture__details-venue, .upcomming-fixture__details-live-on {
    display: block;
    margin-bottom: 5px; }
    .upcomming-fixture__details-date:last-of-type, .upcomming-fixture__details-venue:last-of-type, .upcomming-fixture__details-live-on:last-of-type {
      margin-bottom: 0; }
  .upcomming-fixture__details-date {
    color: #636466;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
  .upcomming-fixture__details-venue, .upcomming-fixture__details-date {
    font-size: 18px;
    font-size: 1.8rem; }
  .upcomming-fixture__details-live-on {
    font-size: 14px;
    font-size: 1.4rem; }

/**
 * Molecules.Team-Tabs
 */
@media (min-width: 768px) {
  .team-tabs {
    margin: 16px 0; } }

@media (min-width: 1120px) {
  .team-tabs {
    margin-top: 20px;
    margin-bottom: 20px; } }

/**
 * Molecules.Accordion
 */
.back-to-parent-link {
  display: inline-block;
  margin: 0px 0 -70px 40px;
  padding: 15px 20px;
  width: auto;
  background: #2d2d2d;
  opacity: .8;
  vertical-align: middle; }
  .back-to-parent-link a {
    color: #ffffff; }

/**
 * Molecules.Match-Centre-Hero
 */
.match-hero > .match-hero__inner {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .match-hero > .match-hero__inner {
      margin-bottom: 50px; } }

.match-hero__top {
  position: relative;
  min-height: 265px;
  width: 100%;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .match-hero__top:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 0;
    width: 100%;
    background-color: #fff; }
  .match-hero__top--subscribe:before {
    height: 150px; }
  .match-hero__top-inner {
    position: relative;
    z-index: 20;
    padding: 20px;
    max-height: 400px; }
    @media (min-width: 400px) {
      .match-hero__top-inner {
        padding: 50px 20px 25px; } }
    @media (min-width: 620px) {
      .match-hero__top-inner {
        display: flex;
        padding: 50px 20px 0; } }
    @media (min-width: 768px) {
      .match-hero__top-inner {
        padding: 50px 20px 30px; } }
    @media (min-width: 990px) {
      .match-hero__top-inner {
        padding: 50px 20px 0; } }
  .match-hero__top .mc-cta .media-gallery .media-btn {
    display: none; }

@media (min-width: 1120px) {
  .match-hero .media-stream-uk {
    left: -15px; } }

@media (min-width: 1330px) {
  .match-hero .media-stream-uk {
    left: -55px; } }

.match-hero .pm-match-up__team--away .Opta-Events {
  margin-top: 0 !important; }

.match-hero .back-to-parent__link {
  margin: 0 auto 20px;
  padding: 14px !important;
  height: 44px;
  width: auto !important; }
  @media (min-width: 620px) {
    .match-hero .back-to-parent__link {
      align-self: center;
      margin: 0; } }
  @media (min-width: 768px) {
    .match-hero .back-to-parent__link {
      display: inline-block; } }
  @media (min-width: 870px) {
    .match-hero .back-to-parent__link {
      margin-bottom: 0; } }
  @media (min-width: 1120px) {
    .match-hero .back-to-parent__link {
      position: absolute;
      left: 20px; } }
  @media (min-width: 1330px) {
    .match-hero .back-to-parent__link {
      left: 0; } }
  .match-hero .back-to-parent__link:hover {
    text-decoration: none; }

/**
 * Molecules.Match-Centre-Meta
 */
.mc-sponsor {
  position: absolute;
  top: 50px;
  right: 20px;
  display: none; }
  @media (min-width: 768px) {
    .mc-sponsor {
      display: block; } }
  .mc-sponsor__title {
    margin: 0;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: right; }
  .mc-sponsor__img {
    max-width: 150px; }

/**
 * Molecules.Match-Centre-Nav
 */
.mc-nav {
  text-align: center; }
  .mc-nav__text {
    margin: 0 20px;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-transform: uppercase; }
  .mc-nav__link {
    display: inline-block;
    transition: all 0.2s ease; }
    .mc-nav__link:hover {
      transform: scale(1.2); }
  .mc-nav__icon {
    height: 15px;
    width: 15px;
    fill: #fff;
    transition: all 0.2s ease; }

/**
 * Molecules.Match-Centre-CTA
 */
.mc-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0;
  width: 100%; }
  @media (min-width: 400px) {
    .mc-cta {
      margin: 0; } }
  @media (min-width: 620px) {
    .mc-cta {
      margin: 20px 0; } }
  @media (min-width: 990px) {
    .mc-cta {
      align-items: center;
      flex-wrap: nowrap; } }
  .mc-cta .back-to-parent__link {
    margin: 0 0 20px;
    padding: 14px 5px;
    height: 40px;
    width: 57%;
    font-size: 11px;
    font-size: 1.1rem;
    background-color: #454545; }
    @media (min-width: 620px) {
      .mc-cta .back-to-parent__link {
        order: 0;
        height: initial;
        width: 20%;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media (min-width: 990px) {
      .mc-cta .back-to-parent__link {
        position: absolute;
        left: 20px;
        margin: 0;
        min-width: 200px; } }
    .mc-cta .back-to-parent__link span {
      padding-left: 25px; }
      @media (min-width: 620px) {
        .mc-cta .back-to-parent__link span {
          padding-left: 28px; } }
  .mc-cta .btn, .mc-cta .add-calendar, .mc-cta .homepage-takeover__btns a, .homepage-takeover__btns .mc-cta a, .mc-cta #sliding-popup button, #sliding-popup .mc-cta button, .mc-cta .data-request__link, .mc-cta .match-strip__cta-link {
    margin: 0 7.5px;
    padding: 15px 7px 12px;
    max-width: 150px; }
    @media (min-width: 400px) {
      .mc-cta .btn, .mc-cta .add-calendar, .mc-cta .homepage-takeover__btns a, .homepage-takeover__btns .mc-cta a, .mc-cta #sliding-popup button, #sliding-popup .mc-cta button, .mc-cta .data-request__link, .mc-cta .match-strip__cta-link {
        padding: 15px 10px 12px;
        width: 100%; } }
    @media (min-width: 620px) {
      .mc-cta .btn, .mc-cta .add-calendar, .mc-cta .homepage-takeover__btns a, .homepage-takeover__btns .mc-cta a, .mc-cta #sliding-popup button, #sliding-popup .mc-cta button, .mc-cta .data-request__link, .mc-cta .match-strip__cta-link {
        padding: 16px 22px 13px;
        width: auto;
        max-width: none;
        min-width: 150px; } }
  .mc-cta .view-mode-lightbox {
    display: none; }
  .mc-cta__gallery {
    height: 40px;
    width: 40%;
    margin-right: 0 !important;
    padding: 0 !important;
    font-size: 11px;
    font-size: 1.1rem; }
    @media (min-width: 620px) {
      .mc-cta__gallery {
        height: 44px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media (min-width: 990px) {
      .mc-cta__gallery {
        position: absolute;
        right: 20px;
        order: 3;
        margin-left: 50px !important; } }
    .mc-cta__gallery:hover, .mc-cta__gallery:focus, .mc-cta__gallery:active {
      background-color: transparent;
      border: 1px solid #fff; }
      .mc-cta__gallery:hover .mc-cta__gallery-icon, .mc-cta__gallery:focus .mc-cta__gallery-icon, .mc-cta__gallery:active .mc-cta__gallery-icon {
        fill: #fff; }
    .mc-cta__gallery-icon {
      position: relative;
      bottom: 1px;
      margin-right: 5px;
      height: 20px;
      width: 20px;
      fill: #d5002e;
      vertical-align: middle; }
      @media (min-width: 620px) {
        .mc-cta__gallery-icon {
          height: 25px;
          width: 25px; } }

/**
 * Molecules.Match-Centre-Meta
 */
.mc-meta {
  margin-bottom: -15px;
  text-align: center; }
  @media (min-width: 768px) {
    .mc-meta {
      display: block;
      width: 100%; } }
  @media (min-width: 990px) {
    .mc-meta {
      display: flex;
      justify-content: center;
      margin: 0; } }
  .mc-meta p {
    display: inline-block;
    margin: 0 10px 10px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900; }
    @media (min-width: 768px) {
      .mc-meta p {
        margin-bottom: 0; } }
  .mc-meta__status {
    text-transform: uppercase; }
    .mc-meta__status--live {
      position: relative;
      padding-left: 17px; }
      .mc-meta__status--live:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        height: 10px;
        width: 10px;
        background-color: #fff;
        border-radius: 50%;
        transform: translateY(-50%); }
  .mc-meta__attendance:before {
    content: 'Att:';
    display: inline-block;
    margin-right: 3px; }

/**
 * Molecules.Match-Centre-Fixture-Block
 */
.match-tabs .commentator__meta,
.match-tabs .commentator__avatar {
  display: none; }

.match-event__content-heading {
  width: 100%; }

.match-hero .pm-match-up__detail,
.match-hero .pm-match-up__home-score,
.match-hero .pm-match-up__away-score,
.match-hero .pm-match-up__team-name {
  display: none; }

.match-hero .pm-match-up {
  max-width: 1290px; }
  .match-hero .pm-match-up__team-contain {
    align-items: center; }
  @media (min-width: 620px) {
    .match-hero .pm-match-up__teams {
      padding: 0;
      max-width: none; } }
  .match-hero .pm-match-up__team {
    width: calc(50% - 55px); }
    @media (min-width: 1120px) {
      .match-hero .pm-match-up__team {
        width: calc(50% - 70px); } }
    @media (min-width: 1330px) {
      .match-hero .pm-match-up__team {
        width: calc(50% - 80px); } }
    .match-hero .pm-match-up__team--home, .match-hero .pm-match-up__team--away {
      overflow: visible; }
      @media (min-width: 620px) {
        .match-hero .pm-match-up__team--home .pm-match-up__team-contain, .match-hero .pm-match-up__team--away .pm-match-up__team-contain {
          padding: 0 10px; } }
      @media (min-width: 620px) {
        .match-hero .pm-match-up__team--home .pm-match-up__team-crest, .match-hero .pm-match-up__team--away .pm-match-up__team-crest {
          margin-left: 0;
          margin-right: 15px; } }
      .match-hero .pm-match-up__team--home .Opta-Events, .match-hero .pm-match-up__team--away .Opta-Events {
        width: calc(100% + 30px); }
        @media (min-width: 1120px) {
          .match-hero .pm-match-up__team--home .Opta-Events, .match-hero .pm-match-up__team--away .Opta-Events {
            width: calc(100% + 40px); } }
        @media (min-width: 1330px) {
          .match-hero .pm-match-up__team--home .Opta-Events, .match-hero .pm-match-up__team--away .Opta-Events {
            width: calc(100% + 45px); } }
        .match-hero .pm-match-up__team--home .Opta-Events span, .match-hero .pm-match-up__team--away .Opta-Events span {
          color: #2d2d2d; }
      .match-hero .pm-match-up__team--home .pm-match-up__team-name, .match-hero .pm-match-up__team--away .pm-match-up__team-name {
        text-align: left; }
      @media (min-width: 620px) {
        .match-hero .pm-match-up__team--home .opta-match-summary, .match-hero .pm-match-up__team--away .opta-match-summary {
          margin: 0; } }
    .match-hero .pm-match-up__team--away .pm-match-up__team-name {
      text-align: right; }
      @media (min-width: 620px) {
        .match-hero .pm-match-up__team--away .pm-match-up__team-name {
          order: 0;
          justify-content: flex-end; } }
    @media (min-width: 620px) {
      .match-hero .pm-match-up__team--away .pm-match-up__team-crest {
        margin-right: 0;
        margin-left: 15px; } }
    .match-hero .pm-match-up__team--away .Opta-Cf {
      position: relative;
      right: 0; }
      .match-hero .pm-match-up__team--away .Opta-Cf .Opta-Away {
        position: relative;
        right: 30px; }
        @media (min-width: 1120px) {
          .match-hero .pm-match-up__team--away .Opta-Cf .Opta-Away {
            right: 40px; } }
    .match-hero .pm-match-up__team--away .Opta-Events {
      margin-top: 10px;
      text-align: left; }
    .match-hero .pm-match-up__team .Opta-MatchEvent {
      display: block;
      float: none !important; }
  .match-hero .pm-match-up__team-name {
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    @media (min-width: 620px) {
      .match-hero .pm-match-up__team-name {
        display: flex;
        width: calc(100% - 85px);
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 620px) {
      .match-hero .pm-match-up__team-name {
        font-size: 14px; } }
  @media screen and (min-width: 620px) and (min-width: 620px) {
    .match-hero .pm-match-up__team-name {
      font-size: calc(14px + 16 * (100vw - 620px) / 250); } }
  @media screen and (min-width: 620px) and (min-width: 870px) {
    .match-hero .pm-match-up__team-name {
      font-size: 30px; } }
    @media (min-width: 1120px) {
      .match-hero .pm-match-up__team-name {
        max-width: calc(100% - 110px); } }
  .match-hero .pm-match-up__team-crest {
    margin: 0 auto;
    width: 70px; }
    @media (min-width: 1120px) {
      .match-hero .pm-match-up__team-crest {
        width: 90px; } }
  .match-hero .pm-match-up__vs {
    margin-top: 0; }
    @media (min-width: 1120px) {
      .match-hero .pm-match-up__vs {
        margin-top: 15px; } }
    .match-hero .pm-match-up__vs span {
      width: 110px;
      color: #2d2d2d;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-size: 48px;
      font-size: 4.8rem;
      background-color: transparent; }
      @media (min-width: 1120px) {
        .match-hero .pm-match-up__vs span {
          width: 140px;
          font-size: 60px;
          font-size: 6rem;
          line-height: 0.8; } }
      @media (min-width: 1330px) {
        .match-hero .pm-match-up__vs span {
          width: 160px;
          font-size: 70px;
          font-size: 7rem; } }
  .match-hero .pm-match-up .Opta .Opta-Events li .Opta-Event-Text span {
    font-size: 1.3rem !important; }
    @media (min-width: 620px) {
      .match-hero .pm-match-up .Opta .Opta-Events li .Opta-Event-Text span {
        font-size: 1.4rem !important; } }

.match-hero .Opta > .Opta_W {
  margin: 0 !important;
  overflow: visible !important; }

.match-hero__match-up .pm-match-up {
  padding: 0; }
  @media (min-width: 620px) {
    .match-hero__match-up .pm-match-up__teams .pm-match-up__team-crest {
      margin: 0 auto 10px; } }
  @media (min-width: 620px) {
    .match-hero__match-up .pm-match-up__teams .pm-match-up__team-name {
      display: block;
      order: 4;
      width: 100%;
      font-size: 1.4rem;
      text-align: center; } }
  @media (min-width: 768px) {
    .match-hero__match-up .pm-match-up__teams .pm-match-up__team-name {
      font-size: 1.8rem; } }
  @media (min-width: 870px) {
    .match-hero__match-up .pm-match-up__teams .pm-match-up__team-name {
      font-size: 2.2rem; } }
  @media (min-width: 1120px) {
    .match-hero__match-up .pm-match-up__teams .pm-match-up__team-name {
      display: flex;
      order: 0;
      font-size: 2.5rem; } }
  @media (min-width: 1330px) {
    .match-hero__match-up .pm-match-up__teams .pm-match-up__team-name {
      font-size: 3rem; } }

/**
 * Molecules.Match-Tabs
 */
.match-tabs {
  display: none;
  padding: 0;
  border: none; }
  .match-tabs.ui-tabs {
    display: block; }
  .match-tabs .secondary-tabs {
    display: block; }
  .match-tabs__header {
    position: relative;
    height: 130px;
    background-color: #eaeaea; }
  .match-tabs__heading {
    top: 45%;
    color: #e5e5e5;
    font-size: 50px;
    font-size: 5rem;
    transform: translateY(-50%); }
    @media (min-width: 400px) {
      .match-tabs__heading {
        font-size: 70px; } }
  @media screen and (min-width: 400px) and (min-width: 400px) {
    .match-tabs__heading {
      font-size: calc(70px + 30 * (100vw - 400px) / 720); } }
  @media screen and (min-width: 400px) and (min-width: 1120px) {
    .match-tabs__heading {
      font-size: 100px; } }
  .match-tabs__contain {
    padding: 0; }
    @media (min-width: 870px) {
      .match-tabs__contain {
        padding: 0 20px;
        overflow: visible; } }
  .match-tabs__tab {
    margin: 0 10px; }
  .match-tabs .ui-tabs-anchor {
    margin-bottom: 10px;
    padding: .5em 0; }
  .match-tabs .match-tabs-nav .match-tab-button--primary {
    flex-grow: 1;
    width: auto;
    color: #ffffff;
    background: #2d2d2d;
    border-color: rgba(255, 255, 255, 0.2); }
    .match-tabs .match-tabs-nav .match-tab-button--primary:first-of-type {
      border-left: none; }
    .match-tabs .match-tabs-nav .match-tab-button--primary.ui-state-active {
      color: #2d2d2d;
      background-color: #ffffff; }
      .match-tabs .match-tabs-nav .match-tab-button--primary.ui-state-active:before {
        width: calc(100% + 1px);
        left: 0; }
  .match-tabs .match-tab-content {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .match-tabs .match-tab-content {
        margin-top: 50px; } }
    .match-tabs .match-tab-content pm-event-listing h2 {
      font-family: "muli-regular", Helvetica, Arial, sans-serif;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 900; }
    .match-tabs .match-tab-content .article-main .content {
      padding-top: 20px; }
  @media (min-width: 1120px) {
    .match-tabs .match-tab-col {
      float: left; } }
  @media (min-width: 1120px) {
    .match-tabs .match-tab-col--first {
      margin-right: 45px;
      width: calc(100% - 445px); } }
  .match-tabs .match-tab-col--second {
    position: fixed;
    padding: 80px 0 0;
    transform: translateX(100vw); }
    @media (min-width: 1120px) {
      .match-tabs .match-tab-col--second {
        position: static;
        margin: 0 0 40px;
        padding: 0;
        width: 400px;
        border: 1px solid #d4d4d4;
        transform: translateX(0); } }
    @media (min-width: 870px) {
      .match-tabs .match-tab-col--second .secondary-tabs {
        border-top: 1px solid #d4d4d4; } }
    @media (min-width: 1120px) {
      .match-tabs .match-tab-col--second .secondary-tabs {
        border-top: 0; } }
    .match-tabs .match-tab-col--second .ui-tabs .ui-tabs-panel {
      margin-bottom: 0;
      padding: 20px 20px 0; }
  .match-tabs .around-ground-active {
    top: 0;
    left: 0;
    z-index: 500;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    background-color: #fff;
    border: 0;
    transform: translateX(0);
    transition: all 0.3s ease; }
  .match-tabs__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 45px;
    width: 45px;
    overflow: hidden;
    text-indent: 100vw;
    background-color: #d5002e;
    background-image: url("../../images/svg/min/close-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 0;
    transition: all 0.2s ease; }
    .match-tabs__close:hover, .match-tabs__close:focus {
      background-color: #ef0034; }
    @media (min-width: 870px) {
      .match-tabs__close {
        height: 60px;
        width: 60px; } }
  .match-tabs__live-action {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    margin: 0;
    width: 100%;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif !important;
    font-size: 1.3rem !important;
    background-color: #d5002e;
    border: 1px solid #d5002e; }
    @media (min-width: 1120px) {
      .match-tabs__live-action {
        display: none; } }
  .match-tabs .btn--load-more {
    display: block;
    margin: 20px auto;
    padding: 15px 25px;
    height: 50px;
    max-width: 280px;
    color: #2d2d2d;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #d5002e;
    cursor: pointer;
    transition: all 0.2s ease; }
    .match-tabs .btn--load-more:active, .match-tabs .btn--load-more:hover, .match-tabs .btn--load-more:focus {
      color: #fff;
      background-color: #d5002e;
      border: 1px solid #d5002e; }

.path-fixture .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.5em !important; }

/**
 * Molecules.Match-Centre-Secondary-Tabs
 */
.secondary-tabs--article .secondary-tabs__tab {
  width: 33.33% !important; }

.secondary-tabs--aside .secondary-tabs__tab {
  width: 50% !important; }

.secondary-tabs--aside .secondary-tabs__content {
  padding: 20px; }

.secondary-tabs__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; }
  @media (min-width: 400px) {
    .secondary-tabs__icon {
      position: relative;
      margin: 5px auto 7px; } }

.secondary-tabs__text {
  display: none;
  font-size: 13px;
  font-size: 1.3rem; }
  @media (min-width: 400px) {
    .secondary-tabs__text {
      display: block; } }

.secondary-tabs__content {
  margin-bottom: 50px;
  padding: 30px 0; }
  .secondary-tabs__content-inner {
    margin-top: -10px;
    padding: 10px 20px 0;
    border: 1px solid #ccc !important;
    border-top: 0 !important; }
  .secondary-tabs__content h2 {
    display: none; }
  .secondary-tabs__content .opta-standings {
    margin-top: 0; }

.secondary-tabs .opta-standings {
  margin-top: 0 !important; }

.ui-tabs .secondary-tabs.ui-tabs-nav li {
  padding: 0;
  height: 84px;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  border-right: 0; }
  .ui-tabs .secondary-tabs.ui-tabs-nav li:first-child {
    border-left: 0; }
  @media (min-width: 870px) {
    .ui-tabs .secondary-tabs.ui-tabs-nav li {
      border-right: 1px solid #d4d4d4;
      border-left: 0; }
      .ui-tabs .secondary-tabs.ui-tabs-nav li:first-child {
        border-left: 1px solid #d4d4d4; } }
  .ui-tabs .secondary-tabs.ui-tabs-nav li.ui-tabs-active {
    background-color: #fff;
    border-bottom: 1px solid #fff; }
    .ui-tabs .secondary-tabs.ui-tabs-nav li.ui-tabs-active a {
      border-bottom: 0; }
  .ui-tabs .secondary-tabs.ui-tabs-nav li:hover svg, .ui-tabs .secondary-tabs.ui-tabs-nav li:focus svg, .ui-tabs .secondary-tabs.ui-tabs-nav li.ui-tabs-active svg {
    fill: #d5002e; }
  .ui-tabs .secondary-tabs.ui-tabs-nav li:hover span, .ui-tabs .secondary-tabs.ui-tabs-nav li:focus span, .ui-tabs .secondary-tabs.ui-tabs-nav li.ui-tabs-active span {
    color: #d5002e; }
  .ui-tabs .secondary-tabs.ui-tabs-nav li a {
    position: relative;
    margin: 0;
    height: 84px;
    border: 0; }

@media (min-width: 870px) {
  .ui-tabs .secondary-tabs--aside.ui-tabs-nav li {
    border: 0;
    border-bottom: 1px solid #d4d4d4; }
    .ui-tabs .secondary-tabs--aside.ui-tabs-nav li:first-child {
      border-right: 1px solid #d4d4d4;
      border-left: 0; } }

.ui-tabs .secondary-tabs--aside .ui-tabs-panel {
  padding: 20px; }

/**
* Molecules.Match-Centre-Event
*/
.match-tabs-content-wrap {
  margin-bottom: 100px;
  background-color: red; }

.match-tabs .match-tab-content pm-event-listing h2 {
  display: none; }

.pm .event-listings .match-event {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  animation: slideInUp .3s ease-in; }
  @media (min-width: 870px) {
    .pm .event-listings .match-event {
      padding: 25px 0; } }
  .pm .event-listings .match-event .content {
    padding: 0; }
  .pm .event-listings .match-event__alert {
    margin-bottom: 40px;
    font-family: "muli-regular", Helvetica, Arial, sans-serif; }
  .pm .event-listings .match-event__inner {
    padding: 0;
    width: calc(100% - 80px);
    text-align: left; }
    @media (min-width: 620px) {
      .pm .event-listings .match-event__inner {
        width: calc(100% - 110px); } }
    @media (min-width: 870px) {
      .pm .event-listings .match-event__inner {
        width: calc(100% - 120px); } }
  .pm .event-listings .match-event__aside {
    order: 2;
    width: 80px; }
    @media (min-width: 620px) {
      .pm .event-listings .match-event__aside {
        width: 110px; } }
    @media (min-width: 870px) {
      .pm .event-listings .match-event__aside {
        width: 120px;
        overflow: visible; } }
  .pm .event-listings .match-event__content-player-image {
    display: none; }
  .pm .event-listings .match-event__time {
    float: right;
    padding: 0;
    width: 80px;
    color: #e0e0e0;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 0.8;
    text-align: right;
    background-color: transparent; }
    @media (min-width: 620px) {
      .pm .event-listings .match-event__time {
        position: relative;
        bottom: 0;
        width: 110px;
        font-size: 32px;
        font-size: 3.2rem; } }
    @media (min-width: 768px) {
      .pm .event-listings .match-event__time {
        font-size: 35px;
        font-size: 3.5rem; } }
    @media (min-width: 1120px) {
      .pm .event-listings .match-event__time {
        width: 130px;
        font-size: 40px;
        font-size: 4rem; } }
  .pm .event-listings .match-event__date-time-ago {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #e0e0e0;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .pm .event-listings .match-event__date-time-ago {
      font-size: 14px; }
      @media screen and (min-width: 620px) {
        .pm .event-listings .match-event__date-time-ago {
          font-size: calc(14px + 6 * (100vw - 620px) / 500); } }
      @media screen and (min-width: 1120px) {
        .pm .event-listings .match-event__date-time-ago {
          font-size: 20px; } }
    @media (min-width: 620px) {
      .pm .event-listings .match-event__date-time-ago {
        top: 30px; } }
    @media (min-width: 768px) {
      .pm .event-listings .match-event__date-time-ago {
        top: 45px;
        right: 10px; } }
    @media (min-width: 1120px) {
      .pm .event-listings .match-event__date-time-ago {
        right: 0;
        font-size: 20px;
        font-size: 2rem; } }
  .pm .event-listings .match-event__type {
    display: none; }
  .pm .event-listings .match-event--goal .match-event__time, .pm .event-listings .match-event--tweet .match-event__time, .pm .event-listings .match-event--yellow_card .match-event__time, .pm .event-listings .match-event--substitution .match-event__time, .pm .event-listings .match-event--red_card .match-event__time, .pm .event-listings .match-event--penalty_missed .match-event__time, .pm .event-listings .match-event--penalty_awarded .match-event__time, .pm .event-listings .match-event--penalty_scored .match-event__time, .pm .event-listings .match-event--kick_off .match-event__time, .pm .event-listings .match-event--goal_ruled_out .match-event__time, .pm .event-listings .match-event--offside .match-event__time, .pm .event-listings .match-event--miss .match-event__time, .pm .event-listings .match-event--injury .match-event__time, .pm .event-listings .match-event--attempt_blocked .match-event__time, .pm .event-listings .match-event--attempt_saved .match-event__time, .pm .event-listings .match-event--corner .match-event__time, .pm .event-listings .match-event--double_yellow_card .match-event__time {
    padding: 0;
    border-bottom: none; }
    @media (min-width: 620px) {
      .pm .event-listings .match-event--goal .match-event__time, .pm .event-listings .match-event--tweet .match-event__time, .pm .event-listings .match-event--yellow_card .match-event__time, .pm .event-listings .match-event--substitution .match-event__time, .pm .event-listings .match-event--red_card .match-event__time, .pm .event-listings .match-event--penalty_missed .match-event__time, .pm .event-listings .match-event--penalty_awarded .match-event__time, .pm .event-listings .match-event--penalty_scored .match-event__time, .pm .event-listings .match-event--kick_off .match-event__time, .pm .event-listings .match-event--goal_ruled_out .match-event__time, .pm .event-listings .match-event--offside .match-event__time, .pm .event-listings .match-event--miss .match-event__time, .pm .event-listings .match-event--injury .match-event__time, .pm .event-listings .match-event--attempt_blocked .match-event__time, .pm .event-listings .match-event--attempt_saved .match-event__time, .pm .event-listings .match-event--corner .match-event__time, .pm .event-listings .match-event--double_yellow_card .match-event__time {
        bottom: 10px;
        padding: 10px 0; } }
  .pm .event-listings .match-event--goal .match-event__content-heading:before, .pm .event-listings .match-event--opposition_goal .match-event__content-heading:before, .pm .event-listings .match-event--goal_ruled_out .match-event__content-heading:before, .pm .event-listings .match-event--own_goal .match-event__content-heading:before, .pm .event-listings .match-event--offside .match-event__content-heading:before, .pm .event-listings .match-event--injury .match-event__content-heading:before, .pm .event-listings .match-event--kick_off .match-event__content-heading:before, .pm .event-listings .match-event--free_kick .match-event__content-heading:before, .pm .event-listings .match-event--attempt_saved .match-event__content-heading:before, .pm .event-listings .match-event--miss .match-event__content-heading:before, .pm .event-listings .match-event--woodwork .match-event__content-heading:before, .pm .event-listings .match-event--corner .match-event__content-heading:before, .pm .event-listings .match-event--half_time .match-event__content-heading:before, .pm .event-listings .match-event--full_time .match-event__content-heading:before, .pm .event-listings .match-event--extra_time .match-event__content-heading:before, .pm .event-listings .match-event--attempt_blocked .match-event__content-heading:before, .pm .event-listings .match-event--penalty_awarded .match-event__content-heading:before, .pm .event-listings .match-event--penalty_scored .match-event__content-heading:before, .pm .event-listings .match-event--penalty_missed .match-event__content-heading:before, .pm .event-listings .match-event--yellow_card .match-event__content-heading:before, .pm .event-listings .match-event--double_yellow_card .match-event__content-heading:before, .pm .event-listings .match-event--red_card .match-event__content-heading:before, .pm .event-listings .match-event--substitution .match-event__content-heading:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  @media (min-width: 870px) {
    .pm .event-listings .match-event--goal, .pm .event-listings .match-event--opposition_goal {
      position: relative;
      right: 20px;
      padding: 20px;
      width: calc(100% + 40px); } }
  .pm .event-listings .match-event--goal .match-event__content-heading, .pm .event-listings .match-event--opposition_goal .match-event__content-heading {
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
    .pm .event-listings .match-event--goal .match-event__content-heading:before, .pm .event-listings .match-event--opposition_goal .match-event__content-heading:before {
      height: 15px;
      width: 15px;
      background-image: url("../../images/svg/min/goal.svg"); }
  .pm .event-listings .match-event--goal .match-event__time, .pm .event-listings .match-event--opposition_goal .match-event__time {
    opacity: 0.5; }
  .pm .event-listings .match-event--goal .match-event__content-heading,
  .pm .event-listings .match-event--goal p, .pm .event-listings .match-event--opposition_goal .match-event__content-heading,
  .pm .event-listings .match-event--opposition_goal p {
    color: #ffffff; }
  .pm .event-listings .match-event--goal {
    position: relative;
    background-color: #d5002e; }
    .pm .event-listings .match-event--goal .match-event__content-heading {
      margin-top: -7px; }
      .pm .event-listings .match-event--goal .match-event__content-heading {
        font-size: 24px; }
        @media screen and (min-width: 320px) {
          .pm .event-listings .match-event--goal .match-event__content-heading {
            font-size: calc(24px + 12 * (100vw - 320px) / 448); } }
        @media screen and (min-width: 768px) {
          .pm .event-listings .match-event--goal .match-event__content-heading {
            font-size: 36px; } }
      .pm .event-listings .match-event--goal .match-event__content-heading:before {
        bottom: 1px; }
        @media (min-width: 620px) {
          .pm .event-listings .match-event--goal .match-event__content-heading:before {
            bottom: 5px; } }
    .pm .event-listings .match-event--goal .match-event__content {
      display: flex;
      flex-wrap: wrap; }
      .pm .event-listings .match-event--goal .match-event__content-player-image {
        position: absolute;
        top: 100px;
        right: 20px; }
        @media (min-width: 620px) {
          .pm .event-listings .match-event--goal .match-event__content-player-image {
            display: flex;
            order: 2; }
            .pm .event-listings .match-event--goal .match-event__content-player-image img {
              height: 100%;
              width: 100%;
              max-width: 130px; } }
      @media (min-width: 620px) {
        .pm .event-listings .match-event--goal .match-event__content div:last-of-type {
          width: calc(100% - 150px); } }
    .pm .event-listings .match-event--goal p {
      width: calc(100% + 80px); }
      @media (min-width: 620px) {
        .pm .event-listings .match-event--goal p {
          width: calc(100% + 100px); } }
    .pm .event-listings .match-event--goal .social-sharing__link:hover {
      background-color: #fff; }
      .pm .event-listings .match-event--goal .social-sharing__link:hover .social-sharing__icon {
        fill: #d5002e; }
  .pm .event-listings .match-event--opposition_goal {
    background-color: #2d2d2d; }
    .pm .event-listings .match-event--opposition_goal .natch-event__content-heading:before {
      bottom: -1px; }
    .pm .event-listings .match-event--opposition_goal .social-sharing__link:hover {
      background-color: #fff;
      border: 1px solid #fff; }
      .pm .event-listings .match-event--opposition_goal .social-sharing__link:hover .social-sharing__icon {
        fill: #2d2d2d; }
  .pm .event-listings .match-event--goal_ruled_out .match-event__content-heading:before {
    bottom: -2px;
    background-image: url("../../images/svg/min/goal-dissallowed.svg"); }
  .pm .event-listings .match-event--own_goal .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/own-goal.svg"); }
  .pm .event-listings .match-event--offside .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/offside.svg"); }
  .pm .event-listings .match-event--free_kick .match-event__content-heading:before {
    bottom: -2px;
    background-image: url("../../images/svg/min/freekick.svg"); }
  .pm .event-listings .match-event--injury .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/injury.svg"); }
  .pm .event-listings .match-event--attempt_saved .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/save.svg"); }
  .pm .event-listings .match-event--attempt_blocked .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/block.svg"); }
  .pm .event-listings .match-event--miss .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/miss.svg"); }
  .pm .event-listings .match-event--corner .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/corner.svg"); }
  .pm .event-listings .match-event--kick_off .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/kick-off.svg"); }
  .pm .event-listings .match-event--half_time .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/half-time.svg"); }
  .pm .event-listings .match-event--full_time .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/full-time.svg"); }
  .pm .event-listings .match-event--extra_time .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/extra-time.svg"); }
  .pm .event-listings .match-event--woodwork .match-event__content-heading:before {
    bottom: -2px;
    background-image: url("../../images/svg/min/woodwork.svg"); }
  .pm .event-listings .match-event--substitution .match-event__content-heading:before {
    bottom: -2px;
    background-image: url("../../images/svg/min/substitution.svg"); }
  .pm .event-listings .match-event--yellow_card .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/yellow-card.svg"); }
  .pm .event-listings .match-event--double_yellow_card .match-event__content-heading:before {
    bottom: -1px;
    background-image: url("../../images/svg/min/double-yellow.svg"); }
  .pm .event-listings .match-event--red_card .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/red-card.svg"); }
  .pm .event-listings .match-event--penalty_scored .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/pen-scored.svg"); }
  .pm .event-listings .match-event--penalty_awarded .match-event__content-heading:before {
    bottom: -4px;
    background-image: url("../../images/svg/min/penalty-awarded.svg"); }
  .pm .event-listings .match-event--penalty_missed .match-event__content-heading:before {
    bottom: -3px;
    background-image: url("../../images/svg/min/pen-missed.svg"); }
  .pm .event-listings .match-event--tweet .match-event__time,
  .pm .event-listings .match-event--tweet .match-event__type {
    color: #eaeaea;
    border-color: #eaeaea; }
  .pm .event-listings .match-event--tweet blockquote {
    background-color: #fff; }
  .pm .event-listings .match-event--tweet .media-twitter {
    margin: 30px 0;
    width: calc(100% + 80px);
    max-width: none; }
    @media (min-width: 620px) {
      .pm .event-listings .match-event--tweet .media-twitter {
        width: calc(100% + 100px); } }
  .pm .event-listings .match-event__content > div {
    position: relative; }
  .pm .event-listings .match-event__content p {
    margin-bottom: 15px;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem; }
  .pm .event-listings .match-event__content blockquote p {
    position: relative;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem; }
    .pm .event-listings .match-event__content blockquote p:before, .pm .event-listings .match-event__content blockquote p:after {
      content: '"'; }
    @media (min-width: 620px) {
      .pm .event-listings .match-event__content blockquote p {
        margin: 0 auto;
        max-width: 75%; } }
  .pm .event-listings .match-event__content-heading {
    margin-bottom: 20px;
    color: #2d2d2d;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900; }

.pm .event-listings blockquote {
  position: relative;
  margin: 20px 0;
  width: calc(100% + 80px);
  max-width: none;
  text-align: center;
  background-color: #e8e8e8; }
  @media (min-width: 620px) {
    .pm .event-listings blockquote {
      margin: 40px 0;
      width: calc(100% + 100px); } }
  .pm .event-listings blockquote p {
    color: #2d2d2d;
    font-size: 20px;
    font-size: 2rem; }
  .pm .event-listings blockquote cite {
    margin-top: 20px;
    color: #2d2d2d;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem; }

.pm .event-listings .pre-events .pm .event-listings .match-event__time,
.pm .event-listings .post-events .pm .event-listings .match-event__time {
  font-size: 12px;
  font-size: 1.2rem; }
  @media (min-width: 620px) {
    .pm .event-listings .pre-events .pm .event-listings .match-event__time,
    .pm .event-listings .post-events .pm .event-listings .match-event__time {
      font-size: 18px;
      font-size: 1.8rem; } }

.match-tab-content--reaction,
.match-tab-content--build-up {
  margin: 50px 0;
  max-width: 850px; }
  .match-tab-content--reaction pm-event-listing h2,
  .match-tab-content--build-up pm-event-listing h2 {
    display: none; }
  .match-tab-content--reaction .pm .event-listings,
  .match-tab-content--build-up .pm .event-listings {
    margin-top: 15px; }
    .match-tab-content--reaction .pm .event-listings .match-event,
    .match-tab-content--build-up .pm .event-listings .match-event {
      padding: 20px;
      overflow: visible;
      border-top: 0; }
      @media (min-width: 620px) {
        .match-tab-content--reaction .pm .event-listings .match-event,
        .match-tab-content--build-up .pm .event-listings .match-event {
          padding: 40px 20px 10px;
          overflow: hidden; } }
      @media (min-width: 870px) {
        .match-tab-content--reaction .pm .event-listings .match-event,
        .match-tab-content--build-up .pm .event-listings .match-event {
          padding: 50px 0 0; } }
      .match-tab-content--reaction .pm .event-listings .match-event__inner,
      .match-tab-content--build-up .pm .event-listings .match-event__inner {
        padding-top: 5px; }
      .match-tab-content--reaction .pm .event-listings .match-event__aside,
      .match-tab-content--build-up .pm .event-listings .match-event__aside {
        overflow: visible; }
      .match-tab-content--reaction .pm .event-listings .match-event__content-heading,
      .match-tab-content--reaction .pm .event-listings .match-event__content p,
      .match-tab-content--build-up .pm .event-listings .match-event__content-heading,
      .match-tab-content--build-up .pm .event-listings .match-event__content p {
        width: calc(100% + 80px); }
      .match-tab-content--reaction .pm .event-listings .match-event__time,
      .match-tab-content--build-up .pm .event-listings .match-event__time {
        position: relative;
        bottom: 30px;
        z-index: 10; }
        @media (min-width: 620px) {
          .match-tab-content--reaction .pm .event-listings .match-event__time,
          .match-tab-content--build-up .pm .event-listings .match-event__time {
            bottom: 40px; } }
        @media (min-width: 870px) {
          .match-tab-content--reaction .pm .event-listings .match-event__time,
          .match-tab-content--build-up .pm .event-listings .match-event__time {
            bottom: 50px;
            width: auto; } }
        .match-tab-content--reaction .pm .event-listings .match-event__time:before, .match-tab-content--reaction .pm .event-listings .match-event__time:after,
        .match-tab-content--build-up .pm .event-listings .match-event__time:before,
        .match-tab-content--build-up .pm .event-listings .match-event__time:after {
          content: '';
          position: absolute;
          z-index: -1; }
        .match-tab-content--reaction .pm .event-listings .match-event__time:before,
        .match-tab-content--build-up .pm .event-listings .match-event__time:before {
          top: 60%;
          left: calc(-107vw + 50%);
          height: 1px;
          width: 100vw;
          background-color: #d4d4d4;
          transform: translateY(-50%); }
          @media (min-width: 870px) {
            .match-tab-content--reaction .pm .event-listings .match-event__time:before,
            .match-tab-content--build-up .pm .event-listings .match-event__time:before {
              left: calc(-105vw + 50%); } }
        .match-tab-content--reaction .pm .event-listings .match-event__time:after,
        .match-tab-content--build-up .pm .event-listings .match-event__time:after {
          top: 0;
          left: -10px;
          height: 100%;
          width: 100%;
          background-color: #ffffff; }
          @media (min-width: 620px) {
            .match-tab-content--reaction .pm .event-listings .match-event__time:after,
            .match-tab-content--build-up .pm .event-listings .match-event__time:after {
              left: 20px; } }
          @media (min-width: 768px) {
            .match-tab-content--reaction .pm .event-listings .match-event__time:after,
            .match-tab-content--build-up .pm .event-listings .match-event__time:after {
              left: -10px; } }
    .match-tab-content--reaction .pm .event-listings .commentator,
    .match-tab-content--build-up .pm .event-listings .commentator {
      display: none; }

.match-event__content-news, .match-event__content-video {
  width: calc(100% + 80px); }
  @media (min-width: 620px) {
    .match-event__content-news, .match-event__content-video {
      width: calc(100% + 100px); } }
  .match-event__content-news a:before, .match-event__content-video a:before {
    display: none; }

.match-event__content-video a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  height: 50px;
  width: 50px;
  backgorund-color: transparent;
  background-image: url("../../images/svg/min/play-video-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #fff;
  transform: translateY(-50%);
  transition: all 0.2s ease; }

.match-event__content-video a:hover:after, .match-event__content-video a:focus:after {
  background-color: #d5002e; }

.match-event__content-read-more {
  display: inline-block;
  margin: 15px 0 5px;
  width: calc(100% + 80px);
  color: #2d2d2d;
  font-size: 1.4rem !important;
  background-color: #fff !important;
  border: 1px solid #d5002e !important; }
  @media (min-width: 400px) {
    .match-event__content-read-more {
      max-width: 160px; } }
  .match-event__content-read-more:hover, .match-event__content-read-more:focus {
    background-color: #d5002e !important; }

.match-tab-content--ad {
  width: 100%;
  max-width: 1280px;
  overflow: hidden; }
  @media (min-width: 870px) {
    .match-tab-content--ad-contain,
    .match-tab-content--ad pm-event-listing {
      display: block;
      float: left;
      overflow: hidden;
      width: calc(100% - 300px); }
    .match-tab-content--ad .dfp-adverts {
      float: left;
      padding: 0 0 0 40px;
      width: 300px;
      text-align: center; } }
  .match-tab-content--ad .dfp-adverts {
    padding: 20px 20px 0; }
    .match-tab-content--ad .dfp-adverts ul {
      text-align: center; }
    .match-tab-content--ad .dfp-adverts li:nth-child(2) {
      margin-top: 30px; }
      @media (min-width: 620px) {
        .match-tab-content--ad .dfp-adverts li:nth-child(2) {
          margin-top: 0;
          margin-left: 20px; } }
      @media (min-width: 870px) {
        .match-tab-content--ad .dfp-adverts li:nth-child(2) {
          margin-top: 30px;
          margin-left: auto; } }
      .match-tab-content--ad .dfp-adverts li:nth-child(2) .media-advert {
        margin-top: 30px; }
        @media (min-width: 620px) {
          .match-tab-content--ad .dfp-adverts li:nth-child(2) .media-advert {
            margin-top: 0;
            margin-left: 20px; } }
        @media (min-width: 870px) {
          .match-tab-content--ad .dfp-adverts li:nth-child(2) .media-advert {
            margin-top: 30px;
            margin-left: auto; } }
    .match-tab-content--ad .dfp-adverts img {
      margin: 0 20px; }
  .match-tab-content--ad .media-advert {
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 620px) {
      .match-tab-content--ad .media-advert {
        width: auto; } }
    @media (min-width: 870px) {
      .match-tab-content--ad .media-advert {
        margin: 0 auto 30px; } }

.match-tab-content--report .dfp-adverts {
  padding-bottom: 40px; }

.match-event .social-sharing {
  margin-top: 15px; }
  .match-event .social-sharing__link {
    background: transparent;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease; }
    .match-event .social-sharing__link:hover {
      border: 1px solid #d5002e; }
      .match-event .social-sharing__link:hover .social-sharing__icon use,
      .match-event .social-sharing__link:hover .social-sharing__icon use path {
        fill: #d5002e; }
  .match-event .social-sharing__icon {
    height: 18px;
    width: 18px; }
    .match-event .social-sharing__icon use,
    .match-event .social-sharing__icon use path {
      fill: #e0e0e0; }

/**
 * Molecules.Redeem-Voucher
 */
.redeem-voucher-contain .header-cta .anonymous-user-only {
  display: none; }

.redeem-gift-title {
  margin-bottom: 40px !important;
  padding: 0 20px !important;
  font-size: 4rem !important; }

.redeem-gift-intro {
  text-align: center; }
  .redeem-gift-intro a {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline; }
    @media (min-width: 620px) {
      .redeem-gift-intro a {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 870px) {
      .redeem-gift-intro a {
        font-size: 18px;
        font-size: 1.8rem; } }

/**
 * Molecules.EU-Compliance
 */
#sliding-popup {
  padding: 15px;
  background-color: #2d2d2d !important; }
  @media screen and (min-width: 1000px) {
    #sliding-popup {
      padding: 15px 0 0; } }
  #sliding-popup h2 {
    margin-bottom: 15px; }
  #sliding-popup .eu-cookie-compliance-buttons,
  #sliding-popup .eu-cookie-compliance-content {
    float: none !important;
    max-width: none !important; }
  #sliding-popup .eu-cookie-compliance-buttons {
    margin: 0; }
  #sliding-popup .eu-cookie-compliance-message {
    margin-bottom: 20px; }
    @media screen and (min-width: 475px) {
      #sliding-popup .eu-cookie-compliance-message {
        float: none;
        margin-bottom: 0;
        max-width: none; } }
  #sliding-popup .eu-cookie-compliance-message,
  #sliding-popup .eu-cookie-compliance-buttons {
    text-align: center; }
    @media screen and (min-width: 1000px) {
      #sliding-popup .eu-cookie-compliance-message,
      #sliding-popup .eu-cookie-compliance-buttons {
        text-align: left; } }
  @media screen and (min-width: 1000px) {
    #sliding-popup .eu-cookie-compliance-content {
      max-width: 1000px !important; }
    #sliding-popup .eu-cookie-compliance-message,
    #sliding-popup .eu-cookie-compliance-buttons {
      display: inline-block;
      width: auto; }
    #sliding-popup .eu-cookie-compliance-buttons {
      position: relative;
      bottom: 22px;
      left: 20px; } }
  #sliding-popup button {
    display: block;
    margin: 10px auto 0 !important;
    width: 100%;
    max-width: 280px;
    text-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important; }
    @media screen and (min-width: 475px) {
      #sliding-popup button {
        display: inline-block;
        width: auto; }
        #sliding-popup button:first-child {
          margin-right: 15px !important; } }
    @media screen and (min-width: 1000px) {
      #sliding-popup button {
        max-width: none; } }

.data-request {
  padding: 40px 0;
  width: 100%;
  text-align: center;
  background-color: #e0e0e0; }
  @media (min-width: 400px) {
    .data-request {
      padding: 40px 20px; } }
  @media (min-width: 400px) {
    .data-request__link {
      padding: 20px 50px; } }

/**
 * Molecules.Match-Strip
 */
.match-strip {
  position: relative;
  padding: 15px 10px 35px; }
  @media (min-width: 990px) {
    .match-strip {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  @media (min-width: 1120px) {
    .match-strip {
      padding: 15px 20px; } }
  @media (min-width: 990px) {
    .match-strip {
      padding: 0 20px; } }
  .match-strip:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    height: 100%;
    width: 100vw;
    background-color: #2d2d2d;
    background-image: url("../../images/svg/min/lion.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 250px; }
    @media (min-width: 400px) {
      .match-strip:before {
        background-size: 350px; } }
    @media (min-width: 620px) {
      .match-strip:before {
        background-position: right -10px;
        background-size: 500px; } }
    @media (min-width: 990px) {
      .match-strip:before {
        background-image: none; } }
  .match-strip__sponsor {
    position: absolute;
    margin: auto;
    max-width: 400px;
    min-height: 25px; }
    @media (min-width: 620px) {
      .match-strip__sponsor {
        margin: 10px 0 20px 10px;
        max-width: 120px; } }
    @media (min-width: 990px) {
      .match-strip__sponsor {
        top: 30px;
        margin: 0;
        min-height: 0; } }
    @media (min-width: 1330px) {
      .match-strip__sponsor {
        position: static; } }
    .match-strip__sponsor img {
      max-width: 110px; }
      @media (min-width: 620px) {
        .match-strip__sponsor img {
          max-width: 120px; } }
  .match-strip .article-fixture {
    display: block;
    margin-top: 30px;
    padding: 0;
    color: #fff;
    background-color: transparent; }
    @media (min-width: 870px) {
      .match-strip .article-fixture {
        margin-top: 20px; } }
    @media (min-width: 990px) {
      .match-strip .article-fixture {
        margin-top: 0; } }
    .match-strip .article-fixture__inner {
      padding: 10px 0;
      border-bottom: 0; }
      @media (min-width: 990px) {
        .match-strip .article-fixture__inner {
          padding: 30px 0;
          background-image: url("../../images/svg/min/lion.svg");
          background-position: 100% -30px;
          background-repeat: no-repeat;
          background-size: 100%; } }
    .match-strip .article-fixture__date {
      margin-top: 10px; }
      @media (min-width: 620px) {
        .match-strip .article-fixture__date {
          margin-top: 0; } }
    .match-strip .article-fixture__date, .match-strip .article-fixture__status {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: uppercase;
      transform: none; }
      @media (min-width: 400px) {
        .match-strip .article-fixture__date, .match-strip .article-fixture__status {
          margin-bottom: 5px; } }
      @media (min-width: 990px) {
        .match-strip .article-fixture__date, .match-strip .article-fixture__status {
          margin-top: 0; } }
    .match-strip .article-fixture .match-teams {
      display: flex;
      flex-wrap: wrap;
      margin-top: -25px;
      margin-bottom: 0; }
      @media (min-width: 400px) {
        .match-strip .article-fixture .match-teams {
          margin-top: -10px; } }
      @media (min-width: 990px) {
        .match-strip .article-fixture .match-teams {
          margin: 0; } }
      .match-strip .article-fixture .match-teams__home, .match-strip .article-fixture .match-teams__away {
        display: flex;
        align-self: center;
        margin: 0;
        width: calc(50% - 80px); }
      .match-strip .article-fixture .match-teams__home {
        justify-content: flex-end; }
      .match-strip .article-fixture .match-teams__away {
        justify-content: flex-start; }
    .match-strip .article-fixture .match-teams__meta {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 12px;
      width: 136px; }
      .match-strip .article-fixture .match-teams__meta time {
        color: #fff;
        font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-size: 2.8rem;
        background-color: transparent;
        border: none; }
        @media (min-width: 400px) {
          .match-strip .article-fixture .match-teams__meta time {
            padding: 0; } }
        @media (min-width: 620px) {
          .match-strip .article-fixture .match-teams__meta time {
            font-size: 30px;
            font-size: 3rem; } }
    .match-strip .article-fixture .match-teams__team {
      display: none; }
      @media (min-width: 620px) {
        .match-strip .article-fixture .match-teams__team {
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin: 0;
          width: auto;
          color: #fff;
          font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
          font-size: 16px;
          font-size: 1.6rem; } }
    .match-strip .article-fixture .match-teams__badge {
      display: inline-block;
      max-height: 50px;
      max-width: 50px;
      min-width: 50px; }
      .match-strip .article-fixture .match-teams__badge--home {
        margin-left: 10px; }
      .match-strip .article-fixture .match-teams__badge--away {
        margin-right: 10px; }
  .match-strip__cta {
    display: flex;
    justify-content: space-around; }
    @media (min-width: 400px) {
      .match-strip__cta {
        margin: 10px auto 0;
        max-width: 500px; } }
    @media (min-width: 990px) {
      .match-strip__cta {
        margin: 0;
        max-width: none; } }
    .match-strip__cta-link {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 5px;
      padding: 13px;
      text-align: center; }
      @media (min-width: 620px) {
        .match-strip__cta-link {
          flex-direction: row;
          line-height: 25px; }
          .match-strip__cta-link:hover svg, .match-strip__cta-link:active svg, .match-strip__cta-link:focus svg {
            fill: #d5002e; } }
      @media (min-width: 990px) {
        .match-strip__cta-link {
          margin: 0 3px;
          padding: 13px 5px; } }
      @media (min-width: 1120px) {
        .match-strip__cta-link {
          margin: 0 10px;
          padding: 13px; } }
      .match-strip__cta-link--active {
        background-color: #3b8301;
        border: 1px solid #3b8301; }
        .match-strip__cta-link--active:hover, .match-strip__cta-link--active:active, .match-strip__cta-link--active:focus {
          color: #3b8301; }
          .match-strip__cta-link--active:hover svg, .match-strip__cta-link--active:active svg, .match-strip__cta-link--active:focus svg {
            fill: #3b8301; }
      .match-strip__cta-link:first-of-type {
        margin-left: 0; }
      .match-strip__cta-link:last-of-type {
        margin-right: 0; }
      .match-strip__cta-link:first-of-type, .match-strip__cta-link:last-of-type {
        margin: 0 auto; }
      @media (min-width: 990px) {
        .match-strip__cta-link:first-of-type {
          margin-right: 5px;
          margin-left: 0; }
        .match-strip__cta-link:last-of-type {
          margin-right: 0;
          margin-left: 5px; } }
    .match-strip__cta-icon {
      display: none; }
      @media (min-width: 620px) {
        .match-strip__cta-icon {
          display: inline-flex;
          margin-right: 10px;
          height: 25px;
          width: 25px;
          fill: #fff; }
          .match-strip__cta-icon--listen {
            margin-right: 5px;
            margin-left: -5px; } }

/**
 * Organisms
 * @description Used to define the styles of organisms and structural layout
 */
/**
 * Organisms.Header
 */
.header {
  position: relative;
  z-index: 500;
  margin-bottom: -1px; }
  .header__inner {
    position: relative; }
    @media (min-width: 1120px) {
      .header__inner {
        flex-direction: column;
        margin: auto;
        max-width: 1290px; } }
    @media (min-width: 1450px) {
      .header__inner {
        padding: 0 20px; } }
  @media (min-width: 870px) {
    .header__top {
      display: flex;
      justify-content: flex-start; } }
  .header__bottom {
    position: relative;
    margin: 0;
    background: #d5002e; }
  @media (min-width: 1120px) {
    .header__top, .header__bottom {
      position: relative;
      width: 100%; } }
  .header .contain, .header .page-node-type-landing .latest-news, .page-node-type-landing .header .latest-news,
  .header .page-node-type-landing .related-news, .page-node-type-landing .header .related-news, .header .secondary-nav .main-nav__menu, .secondary-nav .header .main-nav__menu, .header .match-strip, .header .news-list-view {
    padding: 0; }

.account-dropdown {
  position: absolute;
  z-index: 9999;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 12em;
  background: #fff;
  border: 1px solid #e8e8e8; }
  @media (min-width: 768px) {
    .account-dropdown {
      margin: 58px 0 0 -130px;
      width: 200px; } }
  .account-dropdown.active {
    display: block; }
  .account-dropdown li {
    width: 100%;
    list-style-type: none; }
    .account-dropdown li a {
      display: block;
      padding: 1.5rem;
      color: #8d9091;
      font-size: 1.3rem;
      text-align: center;
      text-decoration: none; }
      @media (min-width: 768px) {
        .account-dropdown li a {
          text-align: left; } }
      .account-dropdown li a:hover {
        background-color: #e8e8e8; }

.user-logged-in .top-links__link--sign-in,
.user-logged-in .top-links__link--join-now,
.user-logged-out .top-links__link--sign-out {
  display: none; }

/**
 * Organisms.Footer
 */
.footer {
  clear: both;
  position: relative;
  z-index: 20;
  margin: 0;
  color: #8d9091;
  background-color: #eaeaea; }
  .footer__inner {
    position: relative;
    z-index: 30; }
  .footer__sub-heading, .footer__intro {
    color: #2d2d2d; }
  .footer__heading {
    color: #e5e5e5;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 620px) {
      .footer__heading {
        font-size: 50px; } }
  @media screen and (min-width: 620px) and (min-width: 768px) {
    .footer__heading {
      font-size: calc(50px + 50 * (100vw - 768px) / 562); } }
  @media screen and (min-width: 620px) and (min-width: 1330px) {
    .footer__heading {
      font-size: 100px; } }
  .footer__sub-heading {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase; }
  .footer__intro {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem; }
    .footer__intro:last-of-type {
      margin-top: 20px; }
  .footer__top, .footer__bottom {
    position: relative; }
    .footer__top:before, .footer__bottom:before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(-50vw + 50%);
      z-index: -1;
      height: 100%;
      width: 100vw; }
  .footer__top {
    padding: 60px 20px 40px;
    background-color: #e5e5e5; }
    @media (min-width: 620px) {
      .footer__top {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .footer__top:before {
      background-color: #e5e5e5; }
    @media (min-width: 870px) {
      .footer__top {
        padding: 80px 20px 45px; } }
    @media (min-width: 1330px) {
      .footer__top {
        padding: 80px 0 45px; } }
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    background-color: #d5002e; }
    .footer__bottom:before {
      background-color: #d5002e; }

/**
 * Organisms.Latest-News
 */
.latest-news {
  clear: both;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden; }
  .latest-news .views-element-container {
    overflow: hidden; }
  .latest-news__heading {
    margin-bottom: 25px;
    color: #e0e0e0;
    text-align: center;
    text-transform: uppercase; }
    .latest-news__heading {
      font-size: 26px; }
      @media screen and (min-width: 320px) {
        .latest-news__heading {
          font-size: calc(26px + 34 * (100vw - 320px) / 448); } }
      @media screen and (min-width: 768px) {
        .latest-news__heading {
          font-size: 60px; } }
  .latest-news footer {
    text-align: center; }
  .latest-news .teaser__heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4; }
  .latest-news .teaser__image {
    margin-bottom: 12px;
    padding-top: 3px; }
    @media (min-width: 620px) {
      .latest-news .teaser__image {
        width: 100%; } }
  .latest-news .teaser__category {
    margin-bottom: 5px; }
  .latest-news .teaser--news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 870px) {
      .latest-news .teaser--news {
        margin-right: 2%;
        width: 49%;
        max-width: none; }
        .latest-news .teaser--news:nth-of-type(even) {
          margin-right: 0; } }
    @media (min-width: 870px) {
      .latest-news .teaser--news {
        margin-right: 3.5%;
        width: 31%; }
        .latest-news .teaser--news:nth-of-type(even) {
          margin-right: 3.5%; }
        .latest-news .teaser--news:last-of-type {
          margin-right: 0; } }

/**
 * Organisms.Home-News
 */
.home-news__header {
  position: relative;
  padding: 33px 0 45px; }

.home-news .block-heading, .home-news .partnerships-contain h3, .partnerships-contain .home-news h3 {
  margin-bottom: 0;
  color: #e9e9e9;
  text-align: center; }

.home-news__heading {
  margin-bottom: 0; }

.home-news__list {
  margin: 0 auto;
  max-width: 1440px; }
  @media (min-width: 1120px) {
    .home-news__list {
      display: flex; } }
  .home-news__list--featured, .home-news__list--related {
    overflow: hidden; }
  @media (min-width: 1120px) {
    .home-news__list--featured {
      width: calc(100% - 410px); } }
  @media (min-width: 620px) {
    .home-news__list--featured div[class^="js-view-dom"] {
      display: flex;
      flex-wrap: wrap; } }
  .home-news__list--featured div[class^="js-view-dom"] > .contain, .home-news__list--featured .page-node-type-landing div[class^="js-view-dom"] > .latest-news, .page-node-type-landing .home-news__list--featured div[class^="js-view-dom"] > .latest-news,
  .home-news__list--featured .page-node-type-landing div[class^="js-view-dom"] > .related-news, .page-node-type-landing .home-news__list--featured div[class^="js-view-dom"] > .related-news, .home-news__list--featured .secondary-nav div[class^="js-view-dom"] > .main-nav__menu, .secondary-nav .home-news__list--featured div[class^="js-view-dom"] > .main-nav__menu, .home-news__list--featured div[class^="js-view-dom"] > .match-strip, .home-news__list--featured div[class^="js-view-dom"] > .news-list-view {
    width: 100%; }
    @media (min-width: 768px) {
      .home-news__list--featured div[class^="js-view-dom"] > .contain, .home-news__list--featured .page-node-type-landing div[class^="js-view-dom"] > .latest-news, .page-node-type-landing .home-news__list--featured div[class^="js-view-dom"] > .latest-news,
      .home-news__list--featured .page-node-type-landing div[class^="js-view-dom"] > .related-news, .page-node-type-landing .home-news__list--featured div[class^="js-view-dom"] > .related-news, .home-news__list--featured .secondary-nav div[class^="js-view-dom"] > .main-nav__menu, .secondary-nav .home-news__list--featured div[class^="js-view-dom"] > .main-nav__menu, .home-news__list--featured div[class^="js-view-dom"] > .match-strip, .home-news__list--featured div[class^="js-view-dom"] > .news-list-view {
        display: none; } }
  .home-news__list--related {
    padding: 0 20px; }
    .home-news__list--related form {
      display: none !important; }
    @media (min-width: 1120px) {
      .home-news__list--related {
        padding: 0 0 0 32px;
        width: 410px; } }

.home-news footer,
.home-news .form-submit {
  display: none; }

.home-news form {
  display: block;
  margin: 0 auto 10px;
  padding: 0 20px;
  background-color: transparent; }
  @media (min-width: 400px) {
    .home-news form {
      padding: 0;
      max-width: 400px; } }
  @media (min-width: 620px) {
    .home-news form {
      width: 100%;
      max-width: none;
      text-align: center; }
      .home-news form select {
        max-width: 500px; } }

@media (min-width: 768px) {
  .home-news form,
  .home-news .form-submit {
    display: none !important; } }

.home-news__link {
  display: block;
  margin: 25px auto 0;
  padding: 18px 20px;
  width: 100%; }
  @media (min-width: 400px) {
    .home-news__link {
      margin: 25px auto 0;
      max-width: 300px; } }
  @media (min-width: 620px) {
    .home-news__link {
      clear: both; } }
  @media (min-width: 1120px) {
    .home-news__link {
      max-width: none; } }

/**
 * Molecules.Related-News
 */
.related-news {
  clear: both;
  margin: 0 auto;
  overflow: hidden; }
  .related-news .views-element-container {
    overflow: hidden; }
  .related-news__heading {
    margin-bottom: 25px;
    color: #e9e9e9;
    text-align: center;
    text-transform: uppercase; }
    .related-news__heading {
      font-size: 36px; }
      @media screen and (min-width: 320px) {
        .related-news__heading {
          font-size: calc(36px + 24 * (100vw - 320px) / 800); } }
      @media screen and (min-width: 1120px) {
        .related-news__heading {
          font-size: 60px; } }
  .related-news .teaser__heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4; }
  .related-news .teaser__image {
    margin-bottom: 12px; }
    @media (min-width: 620px) {
      .related-news .teaser__image {
        width: 100%; } }
  .related-news .teaser__category {
    margin-bottom: 5px; }

/**
 * Organisms.PlayerBio
 */
.player-bio {
  margin: auto; }
  .player-bio .content p:first-child {
    color: #2d2d2d;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
    .player-bio .content p:first-child {
      font-size: 18px; }
      @media screen and (min-width: 320px) {
        .player-bio .content p:first-child {
          font-size: calc(18px + 6 * (100vw - 320px) / 448); } }
      @media screen and (min-width: 768px) {
        .player-bio .content p:first-child {
          font-size: 24px; } }
  .player-bio__panel {
    position: relative;
    margin: 10px 0; }
    .player-bio__panel .content {
      border-bottom: 1px solid #e0e0e0; }
  @media (min-width: 870px) {
    .player-bio #player-stats {
      display: block;
      margin: 40px auto;
      max-width: 1200px; } }
  .player-bio__heading {
    margin-bottom: 20px;
    width: 100%;
    color: #e9e9e9;
    text-align: center;
    text-transform: uppercase; }
    .player-bio__heading {
      font-size: 65px; }
      @media screen and (min-width: 320px) {
        .player-bio__heading {
          font-size: calc(65px + 35 * (100vw - 320px) / 448); } }
      @media screen and (min-width: 768px) {
        .player-bio__heading {
          font-size: 100px; } }
    @media (min-width: 620px) {
      .player-bio__heading {
        flex-grow: 1;
        display: inline-block;
        margin-bottom: 0; } }
  .player-bio .horizontal-tabs-list {
    position: absolute;
    top: 56%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%); }
  .player-bio .ui-tabs-anchor {
    padding: 10px !important; }

ul.Opta-TabbedContent li {
  display: block; }

/**
 * Organisms.Paragraphs-CTA-Block
 */
.paragraph-cta-content {
  margin: 20px auto 40px;
  overflow: hidden; }
  .paragraph-cta-content__heading {
    margin-bottom: 15px;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
    @media (min-width: 620px) {
      .paragraph-cta-content__heading {
        margin-bottom: 20px; } }
    @media (min-width: 1120px) {
      .paragraph-cta-content__heading {
        margin-bottom: 30px; } }
  .paragraph-cta-content .cta-item {
    width: 100%; }
    @media (min-width: 768px) {
      .paragraph-cta-content .cta-item {
        float: left;
        margin-right: 2%;
        width: 49%; }
        .paragraph-cta-content .cta-item:nth-of-type(even) {
          margin-right: 0; } }
  @media (min-width: 400px) {
    .paragraph-cta-content .teaser {
      margin-right: 0;
      width: 100%; } }
  @media (min-width: 620px) {
    .paragraph-cta-content .teaser {
      margin-right: 2%;
      width: 49%; }
      .paragraph-cta-content .teaser:nth-of-type(even) {
        margin-right: 0; } }

.paragraph-column--3, .paragraph-column--4 {
  display: block;
  margin: 20px auto 20px; }
  @media (min-width: 768px) {
    .paragraph-column--3, .paragraph-column--4 {
      margin-bottom: 30px; } }
  @media (min-width: 1120px) {
    .paragraph-column--3, .paragraph-column--4 {
      margin-bottom: 40px;
      max-width: 1290px; } }

@media (min-width: 1120px) {
  .paragraph-column--3 .cta-item,
  .paragraph-column--3 .teaser {
    margin-right: 2%;
    margin-bottom: 20px;
    width: 32%; }
    .paragraph-column--3 .cta-item:nth-of-type(even), .paragraph-column--3 .cta-item:nth-of-type(3n+1), .paragraph-column--3 .cta-item:nth-child(3n+1),
    .paragraph-column--3 .teaser:nth-of-type(even),
    .paragraph-column--3 .teaser:nth-of-type(3n+1),
    .paragraph-column--3 .teaser:nth-child(3n+1) {
      margin-right: 2% !important; }
    .paragraph-column--3 .cta-item:nth-of-type(3n),
    .paragraph-column--3 .teaser:nth-of-type(3n) {
      margin-right: 0 !important; } }

@media (min-width: 768px) {
  .paragraph-column--4 .teaser {
    margin-right: 2%;
    width: 49%; }
    .paragraph-column--4 .teaser:nth-of-type(2n) {
      margin-right: 0; } }

@media (min-width: 1120px) {
  .paragraph-column--4 .cta-item {
    width: 23.5%; }
    .paragraph-column--4 .cta-item:nth-of-type(3n+1), .paragraph-column--4 .cta-item:nth-of-type(4n+1), .paragraph-column--4 .cta-item:nth-of-type(2n) {
      margin-right: 2% !important; }
    .paragraph-column--4 .cta-item:nth-of-type(4n) {
      margin-right: 0 !important; } }

/**
 * Organisms.Paragraphs-Videos-Block
 */
.paragraph-featured-videos.video-media {
  padding: 20px; }
  @media (min-width: 1330px) {
    .paragraph-featured-videos.video-media {
      padding: 20px 0; } }

.paragraph-featured-videos .video-media__blocks {
  margin: 0 auto; }

@media (min-width: 620px) {
  .paragraph-featured-videos__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.paragraph-featured-videos .teaser--first-lrg {
  padding: 0; }
  @media (min-width: 620px) {
    .paragraph-featured-videos .teaser--first-lrg {
      float: none; } }
  @media (min-width: 1120px) {
    .paragraph-featured-videos .teaser--first-lrg {
      margin-right: 1%;
      float: left; } }

.paragraph-featured-videos .teaser__heading--first-lrg {
  margin-bottom: 0; }

@media (min-width: 620px) {
  .paragraph-featured-videos .teaser--video-media-small {
    padding: 0;
    width: 49%; } }

@media (min-width: 1120px) {
  .paragraph-featured-videos .teaser--video-media-small {
    width: 48.5%; } }

.paragraph-featured-videos .teaser--video-media {
  margin-bottom: 15px; }
  @media (min-width: 1120px) {
    .paragraph-featured-videos .teaser--video-media {
      width: 49%; } }

.paragraph-featured-videos__heading {
  margin-bottom: 15px; }
  @media (min-width: 620px) {
    .paragraph-featured-videos__heading {
      text-align: center; } }
  @media (min-width: 1120px) {
    .paragraph-featured-videos__heading {
      text-align: left; } }

/**
 * Organisms.Paragraphs-Landing Intro
 */
.paragraph-landing-intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #2d2d2d; }
  .paragraph-landing-intro .content {
    padding: 0;
    max-width: none; }
  .paragraph-landing-intro__text {
    padding: 20px; }
    @media (min-width: 1120px) {
      .paragraph-landing-intro__text {
        padding: 20px 40px; } }
    .paragraph-landing-intro__text p {
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
      @media (min-width: 1120px) {
        .paragraph-landing-intro__text p {
          font-size: 25px;
          font-size: 2.5rem; } }
  .paragraph-landing-intro .media-btn {
    top: 25%;
    left: 0; }
    @media (min-width: 768px) {
      .paragraph-landing-intro .media-btn {
        top: 50%; } }
  @media (min-width: 768px) {
    .paragraph-landing-intro .view-mode-header-image, .paragraph-landing-intro__text {
      float: left;
      width: 50%; } }

/**
 * PlaymakerJs.Organisms.EventListings
 */
pm-event-listing h2 {
  display: none; }

.event-listings {
  position: relative; }
  .event-listings h2 {
    display: none; }
  .event-listings__notification {
    position: relative;
    background: #ebeef1;
    width: 100%;
    border: 1px solid #d6dade;
    border-top: none;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 15px;
    z-index: 20;
    cursor: pointer; }
    .event-listings__notification span {
      position: relative;
      padding-left: 30px; }
      .event-listings__notification span:before {
        content: '';
        position: absolute;
        background: url(../../images/svg/min/dropdown.svg) no-repeat 90% center transparent;
        background-size: 15px;
        width: 20px;
        height: 20px;
        left: 0;
        top: 0; }

/**
 * Organisms.Latest-News.Features
 */
.latest-news-features {
  margin-top: 20px;
  overflow: hidden; }
  @media (min-width: 1120px) {
    .latest-news-features {
      margin-top: 0; } }

/**
 * Organisms.Feature-Blocks
 */
.feature-blocks {
  overflow: hidden; }
  @media (min-width: 1120px) {
    .feature-blocks {
      float: left;
      padding-top: 0;
      width: 100%; } }
  @media (min-width: 870px) {
    .feature-blocks > div > div {
      display: flex; } }
  @media (min-width: 1120px) {
    .feature-blocks > div > div {
      display: block; } }

/**
 * Organisms.Fixtures-Results
 */
.fixtures-wrapper {
  max-width: 1300px;
  margin: auto; }

.fixtures-results {
  padding: 25px 0;
  overflow: hidden; }
  @media (min-width: 620px) {
    .fixtures-results {
      padding-top: 50px; } }
  .fixtures-results__header {
    text-align: center; }
    @media (min-width: 620px) {
      .fixtures-results__header {
        overflow: hidden;
        text-align: left; } }
  .fixtures-results__heading {
    margin: 0;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-size: 2.5rem; }
    @media (min-width: 400px) {
      .fixtures-results__heading {
        font-size: 30px;
        font-size: 3rem; } }
    @media (min-width: 620px) {
      .fixtures-results__heading {
        float: left; } }
    @media (min-width: 768px) {
      .fixtures-results__heading {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media (min-width: 1120px) {
      .fixtures-results__heading {
        font-size: 40px;
        font-size: 4rem; } }
  .fixtures-results__add-cal {
    display: inline-block;
    margin-top: 4px;
    padding: 6px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none; }
    @media (min-width: 620px) {
      .fixtures-results__add-cal {
        margin-top: 0;
        float: right;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      .fixtures-results__add-cal {
        margin-top: 2px; } }
    @media (min-width: 1120px) {
      .fixtures-results__add-cal {
        margin-top: 6px; } }
    .fixtures-results__add-cal svg {
      height: 22px;
      width: 22px;
      fill: #2d2d2d; }
      @media (min-width: 620px) {
        .fixtures-results__add-cal svg {
          height: 26px;
          width: 26px; } }
  .fixtures-results .slick {
    position: relative;
    margin: 8px 0 18px; }
    @media (min-width: 620px) {
      .fixtures-results .slick {
        margin-top: 16px;
        margin-bottom: 26px; } }
    @media (min-width: 768px) {
      .fixtures-results .slick {
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media (min-width: 1120px) {
      .fixtures-results .slick {
        padding-right: 72px;
        padding-left: 72px; } }
    @media (min-width: 1330px) {
      .fixtures-results .slick {
        padding-right: 92px;
        padding-left: 92px; } }
    @media (min-width: 1450px) {
      .fixtures-results .slick {
        padding-right: 100px;
        padding-left: 100px; } }
  .fixtures-results .slick-list {
    padding: 0 20px;
    overflow: visible; }
    @media (min-width: 400px) {
      .fixtures-results .slick-list {
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 620px) {
      .fixtures-results .slick-list {
        padding-right: 0;
        padding-left: 0;
        overflow: hidden; } }
  .fixtures-results .slick-track {
    display: flex; }
    .fixtures-results .slick-track:before {
      display: none; }
  .fixtures-results .slick__slide {
    height: auto; }
    @media (min-width: 620px) {
      .fixtures-results .slick__slide {
        margin-right: 4px;
        margin-left: 4px; } }
    @media (min-width: 1330px) {
      .fixtures-results .slick__slide {
        margin-right: 18px;
        margin-left: 18px; } }
  .fixtures-results .slick-arrow {
    background-color: #2d2d2d; }
    .fixtures-results .slick-arrow:after {
      background-image: url(../../images/svg/min/right-arrow.svg); }
  .fixtures-results__block {
    padding: 16px 20px 18px;
    height: 100%;
    border: 1px solid #8d9091;
    text-align: center; }
    @media (min-width: 400px) {
      .fixtures-results__block {
        padding: 20px 22px; } }
    .fixtures-results__block--alt-bg {
      position: relative;
      overflow: hidden; }
  .fixtures-results__subheading {
    position: relative;
    margin: 0;
    color: #2d2d2d;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    text-transform: uppercase; }
    .fixtures-results__subheading--lrg {
      font-size: 16px;
      font-size: 1.6rem; }
  .fixtures-results__date-venue {
    position: relative;
    margin: 8px 0;
    color: #2d2d2d;
    font-size: 12px;
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      .fixtures-results__date-venue {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 14px;
        font-size: 1.4rem; } }
    .fixtures-results__date-venue span {
      display: block;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem; }
      @media (min-width: 400px) {
        .fixtures-results__date-venue span {
          display: inline; } }
      @media (min-width: 768px) {
        .fixtures-results__date-venue span {
          font-size: 16px;
          font-size: 1.6rem; } }
  .fixtures-results__logo {
    position: relative;
    margin: 12px 0; }
    @media (min-width: 768px) {
      .fixtures-results__logo {
        margin-top: 14px;
        margin-bottom: 14px; } }
    .fixtures-results__logo img {
      display: inline-block; }
  .fixtures-results__btn {
    position: relative;
    display: block;
    margin: 4px 0;
    padding: 10px 26px 10px 10px;
    font-size: 12px;
    font-size: 1.2rem; }
    .fixtures-results__btn:after {
      right: 6px;
      height: 16px;
      width: 16px;
      background-size: 10px; }
    @media (min-width: 768px) {
      .fixtures-results__btn {
        display: inline-block;
        width: 48%; } }
    @media (min-width: 768px) {
      .fixtures-results__btn:first-child {
        margin-right: 4%; } }
    @media (min-width: 768px) {
      .fixtures-results__btn:last-child {
        margin-right: 0; } }
  .fixtures-results footer {
    text-align: center; }

.news-list-view {
  padding-top: 3em; }
  .news-list-view h3 {
    margin: auto;
    padding-bottom: 0.5em;
    font-size: 5em;
    text-align: center; }
  .news-list-view form {
    padding-bottom: 2.5rem;
    font-size: 0;
    text-align: center; }
    .news-list-view form .form-item {
      position: relative;
      display: inline-block !important;
      min-width: 280px; }
      .news-list-view form .form-item label {
        position: absolute;
        top: 1.2em;
        left: 1.2em;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 400; }
      .news-list-view form .form-item select {
        padding-top: 1.8em;
        padding-left: 1.2em;
        height: 72px;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold; }
      .news-list-view form .form-item:after {
        content: '';
        position: absolute;
        top: 30px;
        right: -8px;
        height: 0.7em;
        width: 2em;
        font-size: 30px;
        font-size: 3rem;
        background-image: url(../../images/svg/min/dropdown.svg);
        background-repeat: no-repeat;
        background-size: contain; }
    .news-list-view form #edit-submit-news-list {
      display: none; }

/**
 * Organisms.Shop-Products
 */
.shop-products {
  position: relative;
  padding: 30px 0 50px;
  background-color: #d5002e; }
  .shop-products:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    height: 100%;
    width: 100vw;
    background-color: #d5002e; }
  .shop-products-outer {
    padding: 45px 0 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .shop-products-outer {
        padding-top: 75px; } }
  .shop-products__image {
    margin: -5px 0 -85px;
    width: 100%;
    max-width: none; }
    @media (min-width: 400px) {
      .shop-products__image {
        display: block;
        margin: -10px auto -85px;
        max-width: 400px; } }
    @media (min-width: 620px) {
      .shop-products__image {
        margin: -100px auto; } }
    @media (min-width: 768px) {
      .shop-products__image {
        position: absolute;
        top: -30px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        max-width: none; } }
    @media (min-width: 870px) {
      .shop-products__image {
        max-width: 870px; } }
  .shop-products__inner {
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    text-align: center; }
    @media (min-width: 620px) {
      .shop-products__inner {
        max-width: 580px; } }
    @media (min-width: 870px) {
      .shop-products__inner {
        max-width: 820px; } }
    @media (min-width: 1120px) {
      .shop-products__inner {
        max-width: 1080px; } }
  .shop-products__heading {
    color: #fff;
    line-height: 0.8;
    text-align: center;
    text-transform: uppercase; }
    .shop-products__heading {
      font-size: 90px; }
      @media screen and (min-width: 320px) {
        .shop-products__heading {
          font-size: calc(90px + 210 * (100vw - 320px) / 960); } }
      @media screen and (min-width: 1280px) {
        .shop-products__heading {
          font-size: 300px; } }
    .shop-products__heading span {
      display: block; }
      .shop-products__heading span {
        font-size: 22px; }
        @media screen and (min-width: 320px) {
          .shop-products__heading span {
            font-size: calc(22px + 50 * (100vw - 320px) / 960); } }
        @media screen and (min-width: 1280px) {
          .shop-products__heading span {
            font-size: 72px; } }
  .shop-products__carousel {
    margin: 20px 0 35px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .shop-products__carousel {
        margin: 30px 0 40px; } }
    .shop-products__carousel .slick-track {
      display: flex; }
      .shop-products__carousel .slick-track:before {
        display: none; }
    .shop-products__carousel .slick__slide {
      height: auto; }
      .shop-products__carousel .slick__slide .slide__media {
        min-height: 190px;
        max-height: 190px; }
      .shop-products__carousel .slick__slide img {
        display: inline-block; }
    .shop-products__carousel .slide__caption {
      position: relative !important;
      margin-top: 20px; }
    .shop-products__carousel .slide__content {
      padding: 20px 16px;
      height: 100%;
      background-color: #fff; }
      .shop-products__carousel .slide__content-title {
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem; }
      .shop-products__carousel .slide__content-price, .shop-products__carousel .slide__content-cta {
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem; }
  .shop-products__name {
    margin: 16px 0 6px;
    color: #2d2d2d;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .shop-products__price {
    display: block;
    margin: 4px 0 12px;
    color: #2d2d2d;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1; }
  .shop-products__cta {
    margin-top: 30px;
    padding: 18.5px;
    background-color: #d5002e;
    border: 2px solid #fff; }
  .shop-products .slick-arrow,
  .shop-products .slick-prev,
  .shop-products .slick-next {
    height: 50px;
    width: 50px;
    border: 0;
    font-size: 0; }

/**
 * Organisms.Search-Results
 */
.path-search #user-search-form {
  overflow: hidden;
  background-color: #2d2d2d;
  background-image: url(../../images/svg/min/lion-faded.svg);
  background-position: 50% 40px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .path-search #user-search-form {
      background-size: 65%; } }
  .path-search #user-search-form .search-form {
    padding: 20px; }
    @media (min-width: 768px) {
      .path-search #user-search-form .search-form {
        padding: 20px 110px; } }
    @media (min-width: 620px) {
      .path-search #user-search-form .search-form .container-inline {
        display: flex; } }
    @media (min-width: 620px) {
      .path-search #user-search-form .search-form .js-form-type-search {
        width: calc(100% - 160px); } }
    @media (min-width: 620px) {
      .path-search #user-search-form .search-form .form-submit {
        margin: 0 0 0 15px;
        width: 150px; } }

.path-search #user-search-form + h3 {
  margin: 40px 0;
  padding: 0 20px; }

.path-search h1 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
  .path-search h1 {
    font-size: 40px; }
    @media screen and (min-width: 320px) {
      .path-search h1 {
        font-size: calc(40px + 20 * (100vw - 320px) / 448); } }
    @media screen and (min-width: 768px) {
      .path-search h1 {
        font-size: 60px; } }
  @media (min-width: 768px) {
    .path-search h1 {
      margin-top: 45px;
      padding: 0 50px; }
      .path-search h1 {
        font-size: 60px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .path-search h1 {
        font-size: calc(60px + 25 * (100vw - 768px) / 352); } }
    @media screen and (min-width: 768px) and (min-width: 1120px) {
      .path-search h1 {
        font-size: 85px; } }
  @media (min-width: 1330px) {
    .path-search h1 {
      font-size: 90px;
      font-size: 9rem; } }

.path-search h2 {
  margin: 30px auto;
  padding: 0 20px;
  max-width: 1290px; }
  @media (min-width: 870px) {
    .path-search h2 {
      margin: 45px auto; } }

.path-search h3 {
  margin: 5px auto 15px;
  max-width: 1290px; }

.path-search + h3 {
  margin: 40px 0; }

.path-search .status-mesage-item__alert, .path-search .container #payment-form .field-error, .container #payment-form .path-search .field-error {
  margin: 30px auto -45px;
  max-width: 630px;
  color: #fff;
  background-color: #d5002e;
  border-bottom: none; }

.path-search ol {
  margin: auto;
  padding: 0 20px;
  max-width: 1290px;
  list-style: none; }
  .path-search ol li {
    padding-top: 20px;
    border-top: 1px solid #e0e0e0; }
    .path-search ol li:first-child {
      padding-top: 0;
      border-top: 0; }
    .path-search ol li .search-date {
      font-size: 14px;
      font-size: 1.4rem; }
  .path-search ol h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-size: 2.2rem; }
    .path-search ol h3 a {
      color: inherit; }
  .path-search ol p {
    margin-bottom: 25px; }
    .path-search ol p {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .path-search ol p {
          font-size: calc(14px + 2 * (100vw - 320px) / 680); } }
      @media screen and (min-width: 1000px) {
        .path-search ol p {
          font-size: 16px; } }

/**
 * Organisms.Social-Feed
 */
.social-feed {
  clear: both;
  margin: 30px auto 50px;
  padding: 0 20px;
  text-align: center; }
  @media (min-width: 620px) {
    .social-feed {
      max-width: 620px;
      text-align: left; } }
  @media (min-width: 870px) {
    .social-feed {
      margin: 28px auto 50px;
      max-width: 1290px; } }
  .social-feed__header {
    position: relative; }
    @media (min-width: 620px) {
      .social-feed__header {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-end; } }
  .social-feed__heading {
    margin-bottom: 10px;
    color: #e9e9e9; }
    @media (min-width: 620px) {
      .social-feed__heading {
        display: inline-block;
        flex-grow: 1; } }
    @media (min-width: 870px) {
      .social-feed__heading {
        margin-bottom: 40px;
        text-align: left; } }
    @media (min-width: 1120px) {
      .social-feed__heading {
        text-align: center; } }
  .social-feed__intro {
    font-size: 20px;
    font-size: 2rem; }
    .social-feed__intro span {
      color: #2d2d2d;
      font-weight: 900; }
  .social-feed__inner {
    clear: both;
    display: flex;
    flex-wrap: wrap; }
  .social-feed .social-links__menu {
    right: 0;
    padding: 20px 0;
    max-width: none; }
    @media (min-width: 400px) {
      .social-feed .social-links__menu {
        margin: auto;
        max-width: 300px; } }
    @media (min-width: 870px) {
      .social-feed .social-links__menu {
        position: absolute;
        bottom: 40px;
        padding: 0; } }
  .social-feed .social-links__link {
    position: relative;
    margin: 0 3px;
    height: 40px;
    width: 40px;
    border: 2px solid #d5002e; }
    .social-feed .social-links__link:hover .social-links__icon, .social-feed .social-links__link:focus .social-links__icon {
      fill: #fff !important; }
    @media (min-width: 870px) {
      .social-feed .social-links__link {
        height: 45px;
        width: 45px; } }
  .social-feed .social-links__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    height: 20px;
    width: 20px;
    fill: #2d2d2d; }
  .social-feed .Emoji {
    height: 10px;
    width: 10px; }

.path-player .social-links__menu {
  display: block; }

/**
 * Organisms.Squad-Listing
 */
.squad-listing__sub-heading span {
  padding: 0; }
  .squad-listing__sub-heading span {
    font-size: 30px; }
    @media screen and (min-width: 320px) {
      .squad-listing__sub-heading span {
        font-size: calc(30px + 70 * (100vw - 320px) / 680); } }
    @media screen and (min-width: 1000px) {
      .squad-listing__sub-heading span {
        font-size: 100px; } }

/**
 * Organisms.Video-Media
 */
.video-media {
  padding: 25px 0; }
  @media (min-width: 620px) {
    .video-media {
      padding-top: 50px; } }
  @media (min-width: 768px) {
    .video-media {
      padding-bottom: 20px; } }
  @media (min-width: 1120px) {
    .video-media {
      padding-bottom: 15px; } }
  .video-media__header {
    text-align: center; }
    @media (min-width: 1120px) {
      .video-media__header {
        text-align: left; } }
  .video-media__heading {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    padding: 20px;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 4px solid #000; }
  .video-media__blocks {
    margin: 0 -20px;
    overflow: hidden; }
    @media (min-width: 400px) {
      .video-media__blocks {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 620px) {
      .video-media__blocks {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 870px) {
      .video-media__blocks {
        margin-right: auto;
        margin-left: auto;
        max-width: 860px; } }
    @media (min-width: 1120px) {
      .video-media__blocks {
        margin-right: -15px;
        margin-left: -15px;
        max-width: none; } }
  .video-media__footer {
    text-align: center; }
  .video-media__btn {
    margin-top: 12px; }
    @media (min-width: 620px) {
      .video-media__btn {
        display: inline-block; } }

.mc-tabs__content__audio .video-embed-field-responsive-video {
  z-index: 60; }

.video-embed-field-responsive-video:after {
  content: '';
  display: block; }

.video-embed-field-responsive-video iframe {
  height: auto !important;
  z-index: 100; }
  @media (min-width: 768px) {
    .video-embed-field-responsive-video iframe {
      height: 100% !important; } }

.js-fullscreen .video-embed-field-responsive-video iframe {
  height: 100% !important; }

.hero__image .video-thumbnail-wrapper-access,
.hero__image img:nth-of-type(2),
.hero-media-hidden,
#hidden-gallery {
  display: none; }

.hero--standard .hero__image .video-thumbnail-wrapper-access {
  display: block; }

.video-thumbnail-wrapper-access {
  position: relative;
  top: 0;
  z-index: 40;
  display: block;
  width: 100%; }

.hero__image.standard-video-logged-out .video-thumbnail-wrapper-access,
.user-logged-out.path-media .hero--standard .hero__image .video-thumbnail-wrapper-access,
.hero__image img:not(:first-child),
.desktop-only {
  display: block; }

@media screen and (min-width: 1120px) {
  .paragraph-column--3 .cta-item:nth-child(3n),
  .paragraph-column--3 .teaser:nth-child(3n),
  .paragraph-column--4 .cta-item:nth-child(4n) {
    margin-right: 2%; }
  .paragraph-column--3 .cta-item:nth-child(3n+1),
  .paragraph-column--3 .teaser:nth-child(3n+1),
  .paragraph-column--4 .cta-item:nth-child(4n+1) {
    margin-right: 0; } }

.path-frontpage .hero__image {
  color: white;
  font-size: 0; }

#cboxContent #cboxLoadedContent.js-fullscreen {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100% !important;
  width: 100% !important; }
  #cboxContent #cboxLoadedContent.js-fullscreen .kWidgetIframeContainer {
    position: fixed !important;
    height: 100% !important;
    width: 100% !important; }

.user-logged-in .hero__image > img {
  position: relative; }

.video-player-container.video-wrapper-active-child .video-thumbnail-wrapper-access.standard-video-inner {
  position: absolute; }

.main-content .embedded-entity {
  margin-top: 20px;
  margin-bottom: 20px; }

.main-content .embedded-entity,
.main-content .sso-video {
  position: relative; }

.main-content .video-player-container.video-wrapper-active-child .video-thumbnail-wrapper-access.standard-video-inner {
  position: absolute; }

.main-content .video-player-container + .video-player-container {
  display: none; }

.main-content .video-wrapper-logged-out {
  position: inherit; }

.main-content .sso-video .media-btn {
  position: absolute; }

.mc-tabs__content__audio .video-case--1--playable button.media-btn--video {
  display: none; }

/**
 * Organisms.Player-Profile
 */
.player-profile {
  position: relative;
  overflow: hidden; }
  @media (min-width: 620px) {
    .player-profile__wrapper {
      background-color: #2d2d2d;
      background-image: url(../../images/svg/min/lion-faded.svg);
      background-position: 25vw -20px;
      background-repeat: no-repeat;
      background-size: 90%; } }
  @media (min-width: 768px) {
    .player-profile__wrapper {
      background-position: 25vw -50px; } }
  @media (min-width: 768px) {
    .player-profile__wrapper {
      background-position: 35vw -50px; } }
  @media (min-width: 1120px) {
    .player-profile__wrapper {
      background-size: 75%;
      background-position: 50vw -50px; } }
  @media (min-width: 1330px) {
    .player-profile__wrapper {
      background-size: 80%;
      background-position: 30vw -50px; } }
  .player-profile-full, .player-profile-standard {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%; }
  .player-profile-full {
    background-position: center;
    background-size: cover; }
  .player-profile-standard {
    z-index: 40;
    background-position: calc(100% - 5px) bottom;
    background-repeat: no-repeat;
    background-size: 75%; }
    @media (min-width: 400px) {
      .player-profile-standard {
        background-position: calc(100% + 30px) bottom; } }
    @media (min-width: 620px) {
      .player-profile-standard {
        background-size: 70%; } }
    @media (min-width: 768px) {
      .player-profile-standard {
        background-position: 100% bottom;
        background-size: 45%; } }
    @media (min-width: 1120px) {
      .player-profile-standard {
        background-size: 50%; } }
  .player-profile .contain, .player-profile .page-node-type-landing .latest-news, .page-node-type-landing .player-profile .latest-news,
  .player-profile .page-node-type-landing .related-news, .page-node-type-landing .player-profile .related-news, .player-profile .secondary-nav .main-nav__menu, .secondary-nav .player-profile .main-nav__menu, .player-profile .match-strip, .player-profile .news-list-view {
    background-color: #2d2d2d; }
  .player-profile .back-to-parent__link {
    z-index: 40;
    margin-bottom: 0; }
  .player-profile__inner {
    position: relative;
    padding: 20px; }
    @media (min-width: 870px) {
      .player-profile__inner {
        position: relative;
        padding: 20px 20px 0px 20px;
        overflow: hidden; } }
    @media (min-width: 1120px) {
      .player-profile__inner {
        padding: 0 100px; } }
    .player-profile__inner:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      height: 100%;
      width: 100%; }
  .player-profile__details {
    position: relative;
    z-index: 20; }
    @media (min-width: 870px) {
      .player-profile__details {
        margin: 0 50% 0 0;
        float: left;
        width: 50%; } }
  .player-profile__number {
    margin: 60px 0 0;
    color: #fff;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .player-profile__number {
      font-size: 24px; }
      @media screen and (min-width: 320px) {
        .player-profile__number {
          font-size: calc(24px + 106 * (100vw - 320px) / 970); } }
      @media screen and (min-width: 1290px) {
        .player-profile__number {
          font-size: 130px; } }
  .player-profile__name {
    margin: 5px 0;
    color: #fff;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    letter-spacing: -3px;
    text-transform: uppercase; }
    .player-profile__name {
      font-size: 24px; }
      @media screen and (min-width: 320px) {
        .player-profile__name {
          font-size: calc(24px + 76 * (100vw - 320px) / 970); } }
      @media screen and (min-width: 1290px) {
        .player-profile__name {
          font-size: 100px; } }
    @media (min-width: 768px) {
      .player-profile__name {
        margin: 6px 0; } }
    @media (min-width: 1120px) {
      .player-profile__name {
        margin: 0; } }
  .player-profile__position {
    margin: 5px 0;
    color: #fff;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase; }
    @media (min-width: 400px) {
      .player-profile__position {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media (min-width: 768px) {
      .player-profile__position {
        margin: 6px 0;
        font-size: 38px;
        font-size: 3.8rem;
        text-align: left; } }
    @media (min-width: 1120px) {
      .player-profile__position {
        margin: 0;
        font-size: 40px;
        font-size: 4rem; } }
  .player-profile__season-stats {
    position: relative;
    z-index: 40; }
    @media (min-width: 768px) {
      .player-profile__season-stats {
        margin-bottom: 20px; } }
    @media (min-width: 870px) {
      .player-profile__season-stats {
        margin-bottom: 40px; } }
    @media (min-width: 1120px) {
      .player-profile__season-stats {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%; } }
  .player-profile__image {
    margin: 10px 0 -10px 0;
    padding: 0 28px;
    text-align: center; }
    @media (min-width: 620px) {
      .player-profile__image {
        margin: 10px 0 -20px 0; } }
    @media (min-width: 870px) {
      .player-profile__image {
        float: left;
        width: 50%; } }
    .player-profile__image img {
      position: relative;
      left: 20px;
      z-index: 50; }
      @media (min-width: 400px) {
        .player-profile__image img {
          max-width: 320px; } }
      @media (min-width: 1120px) {
        .player-profile__image img {
          max-width: 340px; } }
  .player-profile__image-main {
    width: 165%;
    max-width: none;
    position: absolute;
    top: 10px;
    right: -35px;
    z-index: 30; }
    @media (min-width: 400px) {
      .player-profile__image-main {
        width: 150%; } }
    @media (min-width: 620px) {
      .player-profile__image-main {
        width: 125%;
        max-width: 850px; } }
    @media (min-width: 870px) {
      .player-profile__image-main {
        right: 0; } }
    @media (min-width: 1120px) {
      .player-profile__image-main {
        right: 20px;
        max-width: 1000px; } }
    @media (min-width: 1330px) {
      .player-profile__image-main {
        right: 40px;
        max-width: 1100px; } }
  @media (min-width: 870px) {
    .player-profile__btns {
      margin-top: 32px;
      margin-bottom: 32px; } }
  @media (min-width: 1120px) {
    .player-profile__btns {
      font-size: 0; } }
  @media (min-width: 1120px) {
    .player-profile {
      display: inline-block;
      width: 100%; } }
  @media (min-width: 1120px) {
    .player-profile:first-child {
      margin-right: 5%; } }
  .player-profile__sharing ul {
    list-style: none; }
    .player-profile__sharing ul li {
      display: inline-block;
      padding-left: 0; }
      .player-profile__sharing ul li:before {
        display: none; }
    .player-profile__sharing ul svg {
      fill: #2d2d2d; }
  .player-profile__sharing .rrssb-alt__title {
    position: relative;
    top: 25px;
    right: 90px;
    display: inline-block;
    clip: initial;
    height: auto;
    width: auto;
    color: #636466; }
  .player-profile--full {
    position: relative; }
    .player-profile--full .contain--narrow {
      margin: auto; }
    .player-profile--full .contain, .player-profile--full .page-node-type-landing .latest-news, .page-node-type-landing .player-profile--full .latest-news,
    .player-profile--full .page-node-type-landing .related-news, .page-node-type-landing .player-profile--full .related-news, .player-profile--full .secondary-nav .main-nav__menu, .secondary-nav .player-profile--full .main-nav__menu, .player-profile--full .match-strip, .player-profile--full .news-list-view {
      position: relative;
      z-index: 20;
      padding: 0; }
    @media (min-width: 870px) {
      .player-profile--full .player-profile__image {
        position: absolute;
        top: initial;
        right: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 50%;
        vertical-align: bottom; }
        .player-profile--full .player-profile__image.image--full_width {
          width: 100%; }
        .player-profile--full .player-profile__image > img {
          width: 100%;
          height: auto;
          max-width: 100%; } }
    .player-profile--full .media-btn {
      display: none; }
  @media (min-width: 870px) {
    .player-profile .media {
      padding: 10px 20px; } }
  @media (min-width: 1120px) {
    .player-profile .media {
      display: inline-block;
      vertical-align: text-bottom; } }
  .player-profile .media-btn {
    position: relative;
    top: 30px;
    left: 0;
    margin: 15px 0 0;
    padding: 15px;
    width: auto;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 2px; }
    @media (min-width: 768px) {
      .player-profile .media-btn {
        height: auto; } }
    @media (min-width: 1120px) {
      .player-profile .media-btn {
        margin: 10px 0 0;
        padding: 20px; } }
    .player-profile .media-btn:hover {
      color: #d5002e;
      background: #fff; }
      .player-profile .media-btn:hover .gallery-btn-text {
        color: #d5002e; }
    .player-profile .media-btn .gallery-btn-text {
      color: #fff; }
    .player-profile .media-btn svg {
      display: none; }
  .player-profile .btn--primary, .player-profile .container #payment-form input[type="submit"], .container #payment-form .player-profile input[type="submit"], .player-profile .subscription-plan-card .btn-primary, .subscription-plan-card .player-profile .btn-primary, .player-profile #voucher-form .btn-secondary, #voucher-form .player-profile .btn-secondary, .player-profile .data-request__link, .player-profile .btn--dark.fixture__cta-link {
    display: block;
    background-color: transparent; }
  .player-profile #media-gallery-items {
    display: none; }
  .player-profile__tabs-contain {
    padding-top: 15px; }
  .player-profile__tabs-header {
    position: relative; }

.path-player .rrssb-alt__list-item:last-child {
  margin-bottom: 20px; }

/**
 * Organisms.Player-News
 */
.player-news,
.player-videos {
  overflow: hidden; }
  .player-news .teaser__heading,
  .player-videos .teaser__heading {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem; }
  .player-news .teaser__image,
  .player-videos .teaser__image {
    position: relative; }
    @media (min-width: 620px) {
      .player-news .teaser__image,
      .player-videos .teaser__image {
        width: 100%; } }
  .player-news .teaser__category,
  .player-videos .teaser__category {
    margin: 10px 5px 5px 0; }
  .player-news .teaser__meta, .player-news .teaser__catgeory, .player-news .teaser__publish-time,
  .player-videos .teaser__meta,
  .player-videos .teaser__catgeory,
  .player-videos .teaser__publish-time {
    font-family: "muli-regular", Helvetica, Arial, sans-serif; }
  .player-news .cta-button,
  .player-videos .cta-button {
    display: none; }

.player-videos {
  display: none; }

/**
 * Organisms.news-list
 */
.news-list {
  clear: both;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden; }
  .news-list__heading {
    margin-bottom: 15px;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
    @media (min-width: 620px) {
      .news-list__heading {
        margin-bottom: 20px; } }
    @media (min-width: 1120px) {
      .news-list__heading {
        margin-bottom: 30px; } }

.listing-filters {
  display: block;
  margin: 30px 0 35px;
  text-align: center; }
  .path-news .listing-filters li:first-of-type .news-filter__option {
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 3px solid #d5002e; }
  .path-video-list .listing-filters li:last-of-type .news-filter__option {
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 3px solid #d5002e; }

/**
 * Organisms.User-Login-Dashboard
 */
.user-info {
  margin: 60px auto;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem; }
  .user-info__wrapper {
    display: block;
    margin-top: 20px; }
  .user-info .label,
  .user-info label {
    display: inline;
    margin: 25px 5px 0 0;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: capitalize; }
    .user-info .label:after,
    .user-info label:after {
      content: ':';
      margin-left: 2px; }

/**
 * Organisms.Footer
 */
.footer {
  clear: both;
  position: relative;
  z-index: 20;
  margin: 0;
  color: #8d9091;
  background-color: #eaeaea; }
  .footer__inner {
    position: relative;
    z-index: 30; }
  .footer__sub-heading, .footer__intro {
    color: #2d2d2d; }
  .footer__heading {
    color: #e5e5e5;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 620px) {
      .footer__heading {
        font-size: 50px; } }
  @media screen and (min-width: 620px) and (min-width: 768px) {
    .footer__heading {
      font-size: calc(50px + 50 * (100vw - 768px) / 562); } }
  @media screen and (min-width: 620px) and (min-width: 1330px) {
    .footer__heading {
      font-size: 100px; } }
  .footer__sub-heading {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase; }
  .footer__intro {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem; }
    .footer__intro:last-of-type {
      margin-top: 20px; }
  .footer__top, .footer__bottom {
    position: relative; }
    .footer__top:before, .footer__bottom:before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(-50vw + 50%);
      z-index: -1;
      height: 100%;
      width: 100vw; }
  .footer__top {
    padding: 60px 20px 40px;
    background-color: #e5e5e5; }
    @media (min-width: 620px) {
      .footer__top {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .footer__top:before {
      background-color: #e5e5e5; }
    @media (min-width: 870px) {
      .footer__top {
        padding: 80px 20px 45px; } }
    @media (min-width: 1330px) {
      .footer__top {
        padding: 80px 0 45px; } }
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    background-color: #d5002e; }
    .footer__bottom:before {
      background-color: #d5002e; }

/**
 * Organisms.Subscibe-header
 */
.subscribe-header,
.subscribe-package {
  padding: 0 20px;
  background-color: #2d2d2d;
  background-image: url("../../images/svg/min/lion.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150%; }
  @media (min-width: 620px) {
    .subscribe-header,
    .subscribe-package {
      background-position: 30vw 0;
      background-size: 100%; } }
  @media (min-width: 870px) {
    .subscribe-header,
    .subscribe-package {
      background-position: 40vw 0;
      background-size: 80%; } }
  @media (min-width: 1120px) {
    .subscribe-header,
    .subscribe-package {
      background-position: 50vw top;
      background-size: 60%; } }
  @media (min-width: 1330px) {
    .subscribe-header,
    .subscribe-package {
      background-position: right top;
      background-size: 60%; } }
  .subscribe-header .contain, .subscribe-header .page-node-type-landing .latest-news, .page-node-type-landing .subscribe-header .latest-news,
  .subscribe-header .page-node-type-landing .related-news, .page-node-type-landing .subscribe-header .related-news, .subscribe-header .secondary-nav .main-nav__menu, .secondary-nav .subscribe-header .main-nav__menu, .subscribe-header .match-strip, .subscribe-header .news-list-view,
  .subscribe-package .contain,
  .subscribe-package .page-node-type-landing .latest-news,
  .page-node-type-landing .subscribe-package .latest-news,
  .subscribe-package .page-node-type-landing .related-news,
  .page-node-type-landing .subscribe-package .related-news,
  .subscribe-package .secondary-nav .main-nav__menu,
  .secondary-nav .subscribe-package .main-nav__menu,
  .subscribe-package .match-strip,
  .subscribe-package .news-list-view {
    padding: 0; }
  .subscribe-header .article-fixture__inner,
  .subscribe-package .article-fixture__inner {
    display: flex;
    flex-direction: column; }
    @media (min-width: 870px) {
      .subscribe-header .article-fixture__inner,
      .subscribe-package .article-fixture__inner {
        flex-direction: row;
        flex-wrap: nowrap; } }
  .subscribe-header .article-fixture__status,
  .subscribe-package .article-fixture__status {
    margin: 10px auto; }
    @media (min-width: 620px) {
      .subscribe-header .article-fixture__status,
      .subscribe-package .article-fixture__status {
        margin-bottom: 15px; } }
    @media (min-width: 1120px) {
      .subscribe-header .article-fixture__status,
      .subscribe-package .article-fixture__status {
        margin-bottom: 0; } }
  .subscribe-header .article-fixture__date,
  .subscribe-package .article-fixture__date {
    top: -20px; }
    @media (min-width: 620px) {
      .subscribe-header .article-fixture__date,
      .subscribe-package .article-fixture__date {
        top: -22px;
        left: 0;
        transform: none; } }
  .subscribe-header .article-fixture__cta,
  .subscribe-package .article-fixture__cta {
    position: static;
    margin: 0 auto 20px;
    max-width: 130px; }
  @media (min-width: 870px) {
    .subscribe-header .article-fixture__status, .subscribe-header .article-fixture__cta,
    .subscribe-package .article-fixture__status,
    .subscribe-package .article-fixture__cta {
      margin: 0;
      width: 150px; } }
  .subscribe-header .article-fixture .match-teams,
  .subscribe-package .article-fixture .match-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 20px; }
    .subscribe-header .article-fixture .match-teams__team,
    .subscribe-package .article-fixture .match-teams__team {
      margin: 0 13px; }
    .subscribe-header .article-fixture .match-teams__home, .subscribe-header .article-fixture .match-teams__away,
    .subscribe-package .article-fixture .match-teams__home,
    .subscribe-package .article-fixture .match-teams__away {
      display: flex;
      align-self: center;
      flex-grow: 1;
      margin: 0;
      width: calc(50% - 60px); }
    .subscribe-header .article-fixture .match-teams__home,
    .subscribe-package .article-fixture .match-teams__home {
      justify-content: flex-end; }
    .subscribe-header .article-fixture .match-teams__away,
    .subscribe-package .article-fixture .match-teams__away {
      justify-content: flex-start; }
  @media (min-width: 400px) {
    .subscribe-header .article-fixture .match-teams__meta,
    .subscribe-package .article-fixture .match-teams__meta {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 12px; } }
  .subscribe-header .article-fixture .match-teams__meta time,
  .subscribe-header .article-fixture .match-teams__meta span,
  .subscribe-package .article-fixture .match-teams__meta time,
  .subscribe-package .article-fixture .match-teams__meta span {
    color: #fff;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    background-color: transparent;
    border: none; }
    @media (min-width: 400px) {
      .subscribe-header .article-fixture .match-teams__meta time,
      .subscribe-header .article-fixture .match-teams__meta span,
      .subscribe-package .article-fixture .match-teams__meta time,
      .subscribe-package .article-fixture .match-teams__meta span {
        padding: 0; } }
    @media (min-width: 620px) {
      .subscribe-header .article-fixture .match-teams__meta time,
      .subscribe-header .article-fixture .match-teams__meta span,
      .subscribe-package .article-fixture .match-teams__meta time,
      .subscribe-package .article-fixture .match-teams__meta span {
        font-size: 30px;
        font-size: 3rem; } }
  .subscribe-header .article-fixture .match-teams__team,
  .subscribe-package .article-fixture .match-teams__team {
    display: none; }
    @media (min-width: 400px) {
      .subscribe-header .article-fixture .match-teams__team,
      .subscribe-package .article-fixture .match-teams__team {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        width: auto;
        color: #fff;
        font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem; } }
  .subscribe-header .article-fixture .match-teams__badge,
  .subscribe-package .article-fixture .match-teams__badge {
    max-height: 50px;
    max-width: 50px;
    min-width: 50px; }
    .subscribe-header .article-fixture .match-teams__badge--home,
    .subscribe-package .article-fixture .match-teams__badge--home {
      margin-left: 10px; }
    .subscribe-header .article-fixture .match-teams__badge--away,
    .subscribe-package .article-fixture .match-teams__badge--away {
      margin-right: 10px; }
  .subscribe-header__cta,
  .subscribe-package__cta {
    display: block; }
    .subscribe-header__cta svg,
    .subscribe-package__cta svg {
      position: relative;
      bottom: 2px;
      display: inline-flex;
      margin-right: 10px;
      fill: #fff;
      vertical-align: middle; }
    .subscribe-header__cta.active,
    .subscribe-package__cta.active {
      background-color: #3b8301;
      border: 1px solid #3b8301; }
      .subscribe-header__cta.active:hover,
      .subscribe-package__cta.active:hover {
        color: #3b8301;
        background-color: #fff; }
        .subscribe-header__cta.active:hover svg,
        .subscribe-package__cta.active:hover svg {
          fill: #3b8301; }
  .subscribe-header__content,
  .subscribe-package__content {
    text-align: center;
    padding: 25px 0; }
    @media (min-width: 768px) {
      .subscribe-header__content,
      .subscribe-package__content {
        display: flex;
        align-items: center;
        padding: 30px 0; } }
    @media (min-width: 870px) {
      .subscribe-header__content,
      .subscribe-package__content {
        padding: 40px 0; } }
    .subscribe-header__content-right,
    .subscribe-package__content-right {
      margin: auto;
      padding: 20px;
      max-width: 405px;
      background-color: rgba(0, 0, 0, 0.4); }
      .subscribe-header__content-right h4,
      .subscribe-package__content-right h4 {
        font-size: 16px;
        font-size: 1.6rem;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 20px; }
      .subscribe-header__content-right .btn, .subscribe-header__content-right .add-calendar, .subscribe-header__content-right .homepage-takeover__btns a, .homepage-takeover__btns .subscribe-header__content-right a, .subscribe-header__content-right #sliding-popup button, #sliding-popup .subscribe-header__content-right button, .subscribe-header__content-right .data-request__link, .subscribe-header__content-right .match-strip__cta-link,
      .subscribe-package__content-right .btn,
      .subscribe-package__content-right .add-calendar,
      .subscribe-package__content-right .homepage-takeover__btns a,
      .homepage-takeover__btns .subscribe-package__content-right a,
      .subscribe-package__content-right #sliding-popup button,
      #sliding-popup .subscribe-package__content-right button,
      .subscribe-package__content-right .data-request__link,
      .subscribe-package__content-right .match-strip__cta-link {
        width: 100%;
        display: block;
        font-size: 20px;
        font-size: 2rem; }
      @media (min-width: 768px) {
        .subscribe-header__content-right,
        .subscribe-package__content-right {
          margin: 0;
          height: 100%;
          width: 405px; } }
      @media (min-width: 870px) {
        .subscribe-header__content-right,
        .subscribe-package__content-right {
          padding: 40px; } }
    @media (min-width: 768px) {
      .subscribe-header__content-left,
      .subscribe-package__content-left {
        width: 75%;
        text-align: left;
        margin-right: 20px;
        height: 100%; }
        .subscribe-header__content-left div h2,
        .subscribe-package__content-left div h2 {
          font-size: 26px;
          font-size: 2.6rem; } }
  .subscribe-header .btn--rounded,
  .subscribe-package .btn--rounded {
    display: block;
    margin-bottom: 20px;
    padding: 2px 0;
    font-size: 32px;
    font-size: 3.2rem;
    text-transform: lowercase; }
    .subscribe-header .btn--rounded span,
    .subscribe-package .btn--rounded span {
      text-transform: uppercase; }
    @media (min-width: 620px) {
      .subscribe-header .btn--rounded,
      .subscribe-package .btn--rounded {
        max-width: 220px; } }
  .subscribe-header h2,
  .subscribe-package h2 {
    color: #ffffff;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    margin: 30px 0; }
    @media (min-width: 768px) {
      .subscribe-header h2,
      .subscribe-package h2 {
        margin-bottom: 0; } }
  .subscribe-header .article-fixture,
  .subscribe-package .article-fixture {
    display: block; }
    .subscribe-header .article-fixture__status::before,
    .subscribe-package .article-fixture__status::before {
      display: none; }
    .subscribe-header .article-fixture__cta,
    .subscribe-package .article-fixture__cta {
      position: static;
      width: auto; }

.packages-section__heading {
  margin: 25px auto;
  width: 100%;
  color: #2d2d2d;
  text-align: center; }
  .packages-section__heading {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .packages-section__heading {
        font-size: calc(20px + 10 * (100vw - 320px) / 680); } }
    @media screen and (min-width: 1000px) {
      .packages-section__heading {
        font-size: 30px; } }
  .packages-section__heading--hidden {
    display: none; }
  @media (min-width: 1120px) {
    .packages-section__heading {
      margin: 35px auto; } }

.packages {
  padding: 20px 0; }
  .packages__heading-notification {
    padding: 25px 0;
    width: 100%;
    color: #2d2d2d;
    text-align: center;
    background-color: #fff; }
    @media (min-width: 620px) {
      .packages__heading-notification {
        padding: 40px 0; } }
  @media (min-width: 620px) {
    .packages {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; } }
  .packages__header {
    position: relative;
    width: 100%; }
    .packages__header-top {
      position: relative;
      padding: 20px 5px 25px 5px;
      color: #e0e0e0;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-size: 60px;
      font-size: 6rem;
      font-weight: bold;
      line-height: 0.8;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 870px) {
        .packages__header-top {
          font-size: 60px; } }
  @media screen and (min-width: 870px) and (min-width: 990px) {
    .packages__header-top {
      font-size: calc(60px + 20 * (100vw - 990px) / 210); } }
  @media screen and (min-width: 870px) and (min-width: 1200px) {
    .packages__header-top {
      font-size: 80px; } }
  .packages__heading {
    position: absolute;
    top: 20px;
    margin: 5px 20px;
    color: #2d2d2d; }
    @media (min-width: 990px) {
      .packages__heading {
        position: relative;
        top: 0;
        margin-bottom: 30px;
        text-align: center; } }
    .packages__heading-icon {
      float: left;
      margin-right: 10px;
      fill: #d5002e;
      vertical-align: middle; }
      @media (min-width: 620px) {
        .packages__heading-icon {
          position: relative;
          top: 3px; } }
      @media (min-width: 990px) {
        .packages__heading-icon {
          display: block;
          float: none;
          margin: -118px auto 40px;
          height: 80px;
          width: 80px; } }
      @media (min-width: 1120px) {
        .packages__heading-icon {
          margin: -125px auto 45px; } }
    .packages__heading-text {
      display: inline-block;
      line-height: 30px; }
      @media (min-width: 620px) {
        .packages__heading-text {
          font-size: 18px; } }
  @media screen and (min-width: 620px) and (min-width: 620px) {
    .packages__heading-text {
      font-size: calc(18px + 12 * (100vw - 620px) / 380); } }
  @media screen and (min-width: 620px) and (min-width: 1000px) {
    .packages__heading-text {
      font-size: 30px; } }
      @media (min-width: 990px) {
        .packages__heading-text {
          text-align: center; } }
  .packages__description {
    position: relative;
    margin: -70px 0 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
    @media (min-width: 990px) {
      .packages__description {
        margin: 0 0 30px;
        text-align: center; } }
  .packages__package {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    max-width: 400px;
    background: #e9e9e9; }
    @media (min-width: 620px) {
      .packages__package {
        margin: 0 10px 20px;
        width: calc(50% - 20px);
        max-width: none; } }
    @media (min-width: 990px) {
      .packages__package {
        margin: 0 20px 20px;
        width: calc(33.3% - 40px); } }
    .packages__package.active {
      border: 1px solid #3b8301; }
      .packages__package.active svg {
        fill: #3b8301; }
    .packages__package--audio svg {
      margin-right: 5px; }
      @media (min-width: 990px) {
        .packages__package--audio svg {
          margin-right: auto; } }
  .packages__content {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    flex-direction: column; }
    .packages__content-item {
      position: relative;
      display: flex;
      align-self: flex-end;
      flex-direction: column;
      padding: 0 20px 10px;
      width: 100%;
      color: #2d2d2d;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-size: 30px;
      font-size: 3rem;
      border-top: 1px solid #e0e0e0; }
      @media (min-width: 400px) {
        .packages__content-item {
          flex-direction: row;
          padding: 12px 20px 10px; } }
      @media (min-width: 990px) {
        .packages__content-item {
          flex-direction: row;
          padding: 17px 20px 15px; } }
      @media (min-width: 1120px) {
        .packages__content-item {
          padding: 17px 30px 15px; } }
    .packages__content-price {
      margin-top: 5px;
      line-height: 1.5;
      text-align: center; }
      @media (min-width: 400px) {
        .packages__content-price {
          flex-grow: 1;
          margin: 0;
          width: auto;
          text-align: left; } }
      @media (min-width: 990px) {
        .packages__content-price {
          font-size: 40px;
          font-size: 4rem; } }
      .packages__content-price:before {
        content: attr(data-label);
        position: relative;
        top: 10px;
        left: 0;
        display: block;
        margin-bottom: 2px;
        width: 100%;
        font-family: "muli-regular", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 600; }
        @media (min-width: 400px) {
          .packages__content-price:before {
            position: static;
            margin-bottom: -10px; } }
      .packages__content-price.active {
        color: #3b8301; }
        .packages__content-price.active:before {
          color: #2d2d2d; }
      .packages__content-price--free {
        position: relative;
        bottom: 4px; }
        @media (min-width: 400px) {
          .packages__content-price--free {
            text-align: center; } }
        .packages__content-price--free:before {
          display: none; }
    @media (min-width: 400px) {
      .packages__content-cta {
        display: flex;
        align-content: center;
        justify-content: flex-end;
        width: 50%;
        text-align: right; } }
    .packages__content-cta a {
      display: block;
      color: #2d2d2d;
      border: 1px solid #d5002e;
      transition: all .2s ease; }
      .packages__content-cta a:hover, .packages__content-cta a:active, .packages__content-cta a:focus {
        color: #fff;
        background-color: #d5002e; }
      @media (min-width: 400px) {
        .packages__content-cta a {
          align-self: center;
          margin: 0;
          width: 120px; } }
    .packages__content .free {
      width: 100%;
      text-align: center; }

@media (min-width: 400px) {
  .match-strip__cta-link {
    max-width: 250px; } }

.match-strip__cta-link:first-of-type, .match-strip__cta-link:last-of-type {
  margin: 0 auto; }

.subscription__help {
  margin: 0 20px 50px;
  text-align: center; }
  .subscription__help a {
    text-decoration: underline; }

/**
 * Molecules.Article-Fixture
 */
.article-fixture {
  background-color: transparent;
  padding: 25px 0px 0px 0px;
  color: #ffffff; }
  .article-fixture__inner {
    padding: 0;
    border-bottom: 1px solid #d5002e; }
    @media (min-width: 620px) {
      .article-fixture__inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px; } }
    @media (min-width: 1450px) {
      .article-fixture__inner {
        padding: 10px 0; } }
  .article-fixture__date {
    position: absolute;
    top: -16px;
    left: calc(50% + 2px);
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    width: 100%; }
    @media (min-width: 620px) {
      .article-fixture__date {
        top: -7px;
        left: calc(50% + 14px); } }
  .article-fixture__status {
    position: relative;
    margin: 0 auto 30px;
    padding-left: 0;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    line-height: 1.75;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 620px) {
      .article-fixture__status {
        margin: 0; } }
    @media (min-width: 1120px) {
      .article-fixture__status {
        width: 150px;
        font-size: 22px;
        font-size: 2.2rem; } }
  .article-fixture__cta {
    margin-bottom: 12px;
    text-align: center;
    margin-bottom: 12px;
    text-align: center;
    position: absolute;
    width: 75px;
    top: 50px;
    left: 20px; }
    @media (min-width: 1120px) {
      .article-fixture__cta {
        margin-top: 6px;
        position: initial;
        width: auto; } }
    .article-fixture__cta-link {
      margin-right: 10px; }
      .article-fixture__cta-link:last-of-type {
        margin-right: 0; }
      @media (min-width: 1120px) {
        .article-fixture__cta-link:first-of-type a, .article-fixture__cta-link:last-of-type a {
          position: relative;
          display: inline-block;
          padding: 11px 44px 11px 22px;
          font-size: 16px;
          font-size: 1.6rem;
          text-align: left;
          text-decoration: none;
          text-transform: uppercase;
          transition: background-color 0.3s ease; }
          .article-fixture__cta-link:first-of-type a:after, .article-fixture__cta-link:last-of-type a:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 16px;
            margin-top: -1px;
            height: 20px;
            width: 20px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 14px;
            transform: translateY(-50%); }
        .article-fixture__cta-link:first-of-type a {
          color: #fff;
          background-color: #000;
          border: 1px solid #000; }
          .article-fixture__cta-link:first-of-type a:after {
            background-image: url("../../images/svg/min/right-arrow.svg"); }
        .article-fixture__cta-link:last-of-type a {
          color: white; }
          .article-fixture__cta-link:last-of-type a:after {
            background-image: url("../../images/svg/min/right-arrow-black.svg"); }
          .article-fixture__cta-link:last-of-type a:hover {
            background-color: #f2f2f2; } }
  .article-fixture__view-fixture, .article-fixture__match-report, .article-fixture__buy-ticket, .article-fixture__hospitality {
    display: inline-block; }
    @media (min-width: 620px) {
      .article-fixture__view-fixture, .article-fixture__match-report, .article-fixture__buy-ticket, .article-fixture__hospitality {
        display: block;
        margin-bottom: 5px; } }
    @media (min-width: 1120px) {
      .article-fixture__view-fixture, .article-fixture__match-report, .article-fixture__buy-ticket, .article-fixture__hospitality {
        display: inline-block; } }
    .article-fixture__view-fixture a, .article-fixture__match-report a, .article-fixture__buy-ticket a, .article-fixture__hospitality a {
      position: relative;
      padding-right: 15px;
      color: #ffffff;
      font-size: 12px;
      font-size: 1.2rem;
      text-decoration: none;
      text-transform: uppercase; }
      .article-fixture__view-fixture a:hover, .article-fixture__view-fixture a:foucs, .article-fixture__match-report a:hover, .article-fixture__match-report a:foucs, .article-fixture__buy-ticket a:hover, .article-fixture__buy-ticket a:foucs, .article-fixture__hospitality a:hover, .article-fixture__hospitality a:foucs {
        text-decoration: underline; }
      .article-fixture__view-fixture a:after, .article-fixture__match-report a:after, .article-fixture__buy-ticket a:after, .article-fixture__hospitality a:after {
        content: '';
        position: absolute;
        top: 2px;
        right: 0;
        height: 10px;
        width: 10px;
        background-image: url("../../images/svg/min/right-arrow-black.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
  .article-fixture__view-fixture {
    margin-right: 10px; }
  .article-fixture .fixtures-results__btn {
    width: auto; }
  .article-fixture .match-teams {
    margin: 20px 0; }
    .article-fixture .match-teams__team {
      color: #ffffff;
      display: inline-block;
      margin: -10px 0 0px; }
      @media (min-width: 620px) {
        .article-fixture .match-teams__team {
          margin: 20px 13px 0px; } }
    .article-fixture .match-teams__badge {
      display: none; }
      @media (min-width: 620px) {
        .article-fixture .match-teams__badge {
          display: inline-block; } }
    .article-fixture .match-teams__meta {
      margin: 0; }
      .article-fixture .match-teams__meta time {
        color: #ffffff;
        background: transparent;
        border: none;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: bold;
        font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
    @media (min-width: 620px) {
      .article-fixture .match-teams {
        flex-grow: 1; } }

/**
 * Organisms.Subscription-Box
 */
.subscription-box {
  position: relative;
  z-index: 200;
  margin: 20px auto 0;
  width: 100%;
  max-width: 700px;
  background-color: #2d2d2d;
  background-image: url("../../images/lion.svg");
  background-position: right 5px;
  background-repeat: no-repeat;
  background-size: 200px;
  animation: bounceIn .5s ease;
  transition: all .3s ease; }
  .subscription-box--audio-active {
    display: none; }
  .subscription-box:before {
    content: '';
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 15%;
    z-index: -1;
    width: 70%;
    height: 40px;
    box-shadow: 0 6px 35px -6px rgba(0, 0, 0, 0.75);
    z-index: -1; }
  .subscription-box.open {
    background-position: 75px 0px;
    background-size: cover; }
    .subscription-box.open .subscription-box__close,
    .subscription-box.open .subscription-box__custom,
    .subscription-box.open .subscription-box__header {
      display: block; }
    @media (min-width: 620px) {
      .subscription-box.open .subscription-box__footer {
        border-top: 1px solid #636466; } }
  .subscription-box__close {
    position: relative;
    top: 15px;
    display: none;
    padding: 0;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    transform: translateX(calc(100vw - 100px));
    transition: all .3s ease; }
    .subscription-box__close--sponsor {
      position: absolute;
      top: 0;
      right: 10px;
      transform: none; }
      @media (min-width: 620px) {
        .subscription-box__close--sponsor + .subscription-box__header {
          margin-top: 0; } }
    @media (min-width: 620px) {
      .subscription-box__close {
        position: absolute;
        top: 15px;
        right: 15px;
        margin: 0;
        transform: none; }
        .subscription-box__close + .subscription-box__header {
          padding-top: 60px; } }
    .subscription-box__close:after {
      content: 'x';
      display: inline-block;
      margin-left: 10px;
      height: 30px;
      width: 30px;
      color: #2d2d2d;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      line-height: 2.2;
      background: #ffffff;
      border-radius: 20px;
      transition: all .3s ease; }
      @media (min-width: 620px) {
        .subscription-box__close:after {
          margin-left: 10px;
          height: 40px;
          width: 40px;
          font-size: 18px;
          font-size: 1.8rem; } }
    .subscription-box__close:hover {
      color: #d5002e; }
      .subscription-box__close:hover:after {
        color: #ffffff;
        background: #d5002e; }
  .subscription-box__custom {
    display: none;
    padding: 60px 0px 0 0px;
    width: 100%;
    text-align: center; }
  .subscription-box__header {
    display: none;
    padding: 20px 20px 0;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 620px) {
      .subscription-box__header {
        margin-bottom: 30px;
        padding: 20px 100px 0; } }
    .subscription-box__header h3 {
      margin-bottom: 0;
      color: #ffffff; }
  .subscription-box__footer {
    width: 100%;
    padding: 20px 20px 30px 20px; }
    @media (min-width: 620px) {
      .subscription-box__footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 25px; } }
    .subscription-box__footer-cta {
      text-align: center; }
      @media (min-width: 620px) {
        .subscription-box__footer-cta {
          width: 65%; } }
      .subscription-box__footer-cta .btn, .subscription-box__footer-cta .add-calendar, .subscription-box__footer-cta .homepage-takeover__btns a, .homepage-takeover__btns .subscription-box__footer-cta a, .subscription-box__footer-cta #sliding-popup button, #sliding-popup .subscription-box__footer-cta button, .subscription-box__footer-cta .data-request__link, .subscription-box__footer-cta .match-strip__cta-link {
        display: none;
        padding: 16px 0;
        width: 100%;
        max-width: 400px;
        color: #ffffff;
        text-transform: uppercase;
        background-color: #d5002e;
        transition: all .3s ease; }
        @media (min-width: 400px) {
          .subscription-box__footer-cta .btn, .subscription-box__footer-cta .add-calendar, .subscription-box__footer-cta .homepage-takeover__btns a, .homepage-takeover__btns .subscription-box__footer-cta a, .subscription-box__footer-cta #sliding-popup button, #sliding-popup .subscription-box__footer-cta button, .subscription-box__footer-cta .data-request__link, .subscription-box__footer-cta .match-strip__cta-link {
            margin: 0 auto 25px;
            padding: 16px 16px;
            width: auto;
            max-width: none; } }
        @media (min-width: 620px) {
          .subscription-box__footer-cta .btn, .subscription-box__footer-cta .add-calendar, .subscription-box__footer-cta .homepage-takeover__btns a, .homepage-takeover__btns .subscription-box__footer-cta a, .subscription-box__footer-cta #sliding-popup button, #sliding-popup .subscription-box__footer-cta button, .subscription-box__footer-cta .data-request__link, .subscription-box__footer-cta .match-strip__cta-link {
            margin: 0; } }
        @media (min-width: 768px) {
          .subscription-box__footer-cta .btn, .subscription-box__footer-cta .add-calendar, .subscription-box__footer-cta .homepage-takeover__btns a, .homepage-takeover__btns .subscription-box__footer-cta a, .subscription-box__footer-cta #sliding-popup button, #sliding-popup .subscription-box__footer-cta button, .subscription-box__footer-cta .data-request__link, .subscription-box__footer-cta .match-strip__cta-link {
            font-size: 18px;
            font-size: 1.8rem; } }
        .subscription-box__footer-cta .btn:hover, .subscription-box__footer-cta .add-calendar:hover, .subscription-box__footer-cta .homepage-takeover__btns a:hover, .homepage-takeover__btns .subscription-box__footer-cta a:hover, .subscription-box__footer-cta #sliding-popup button:hover, #sliding-popup .subscription-box__footer-cta button:hover, .subscription-box__footer-cta .data-request__link:hover, .subscription-box__footer-cta .match-strip__cta-link:hover {
          color: #d5002e;
          background: #ffffff; }
    .subscription-box__footer-sponsor {
      text-align: center; }
      @media (min-width: 620px) {
        .subscription-box__footer-sponsor {
          align-self: center;
          margin-left: 30px;
          width: 35%; } }
      .subscription-box__footer-sponsor div,
      .subscription-box__footer-sponsor img {
        display: inline-block; }
      .subscription-box__footer-sponsor div {
        margin-right: 15px;
        height: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: capitalize;
        vertical-align: middle; }
      @media (min-width: 620px) {
        .subscription-box__footer-sponsor span {
          display: inline-block;
          margin-bottom: 10px; } }

.subscribe-box-open {
  margin: 30px 0; }

/**
 * PlaymakerJs.Attoms.buttons
 */
.btn--dark.fixture__cta-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #2d2d2d; }

/**
 * Attoms.PlaymakerJs.OptaLoad
 */
.Opta-Load,
.pm-load {
  padding: 0;
  height: 100%;
  width: 100%;
  background: url(../../images/loading.gif) center center no-repeat transparent !important;
  background-size: 50px !important;
  transition: all .5s ease-in; }
  @media (min-width: 620px) {
    .Opta-Load,
    .pm-load {
      background-size: 75px !important; } }

.pm-load {
  position: inherit;
  min-height: 300px; }

/**
 * PlaymakerJs.Attoms.OptaStatsBars
 */
.Opta-Stats-Bars-Simple .Opta-Bar-Fill {
  background: #d5002e !important; }

/**
 * PlaymakerJs.Attoms.OptaCrossGraph
 */
.Opta-Stats-Cross svg .Opta-Graph-Line {
  stroke: #d5002e; }

.Opta-Stats-Cross svg circle {
  fill: #636466 !important; }

/**
 * PlaymakerJs.Attoms.FootballBox
 */
.Opta-Stats-Football-Box svg {
  padding: 5px;
  width: 250px;
  background: #e5eaee; }
  .Opta-Stats-Football-Box svg line, .Opta-Stats-Football-Box svg rect, .Opta-Stats-Football-Box svg path {
    stroke-width: 2px !important;
    stroke: #8d9091 !important; }

/**
 * PlaymakerJs.Attoms.OptaIcons
 */
.Opta-Icon {
  width: 20px !important;
  height: 20px !important; }
  .Opta-Icon.Opta-IconYellow {
    background: url(../../images/svg/summary_events/yellow_card.svg) !important; }
  .Opta-Icon.Opta-IconRed {
    background: url(../../images/svg/summary_events/red_card.svg) !important; }
  .Opta-Icon.Opta-Icon.Opta-IconGoal {
    background: url(../../images/svg/summary_events/goal.svg) !important; }
  .Opta-Icon .Opta-Icon.Opta-IconOwn {
    background: url(../../images/svg/summary_events/own_goal.svg) !important; }
  .Opta-Icon.Opta-Icon.Opta-IconOff {
    background: url(../../images/svg/summary_events/player_off.svg) no-repeat center center !important;
    background-size: 80%; }
  .Opta-Icon.Opta-Icon.Opta-IconOn {
    background: url(../../images/svg/summary_events/player_on.svg) no-repeat center center !important;
    background-size: 80%; }
  .Opta-Icon.Opta-Icon.Opta-IconPenGoal {
    background: url(../../images/svg/summary_events/pen_scored.svg) !important; }
  .Opta-Icon.Opta-Icon.Opta-IconPenMiss {
    background: url(../../images/svg/summary_events/pen_missed.svg) !important; }
  .Opta-Icon.Opta-Icon.Opta-IconDouble {
    background: url(../../images/svg/summary_events/second_yellow.svg) !important; }

/**
 * PlaymakerJs.Attoms.OptaPitchHalfs
 */
.Opta-Stats-Pitch-Halfs svg {
  padding: 5px;
  width: 270px;
  background: #e5eaee; }
  .Opta-Stats-Pitch-Halfs svg .Opta-Graph-Line {
    stroke-width: 2px;
    stroke: #8d9091; }

/**
 * PlaymakerJs.Atoms.OptaStat
 */
.Opta .Opta-Stat .Opta-Value {
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  font-size: 28px;
  font-size: 2.8rem; }

.Opta .Opta-Stat .Opta-Label {
  color: #636466; }

/**
 * PlaymakerJs.Atoms.OptaStat
 */
.Opta .Opta-Stat .Opta-Value {
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  font-size: 28px;
  font-size: 2.8rem; }

.Opta .Opta-Stat .Opta-Label {
  color: #636466; }

/**
 * PlaymakerJs.Attoms.RadialChart
 */
.Opta-Stats-Radial svg .Opta-Arc {
  fill: #d5002e !important; }

.Opta-Stats-Radial svg .Opta-Blank-Arc {
  fill: #e5eaee !important; }

/**
 * PlaymakerJs.Attoms.OptaStatCard
 */
.Opta .Opta-Stats-Text .Opta-Stat.Opta-Stat-Card .Opta-Value {
  border-radius: 0 !important;
  border: none !important; }

.Opta .Opta-Stats-Text .Opta-Stat-Red .Opta-Value {
  background: #d5002e !important;
  color: #ffffff !important; }

.Opta .Opta-Stats-Text .Opta-Stat-Yellow .Opta-Value {
  background: #fad356 !important;
  color: #8d9091 !important; }

/**
 * PlaymakerJs.Atoms.OptaTab
 */
.Opta .Opta-Accordion > .Opta-TabbedContent > li > h3 {
  background: #e5eaee; }
  .Opta .Opta-Accordion > .Opta-TabbedContent > li > h3:after {
    background: transparent; }
  .Opta .Opta-Accordion > .Opta-TabbedContent > li > h3 span {
    color: #2d2d2d; }
  .Opta .Opta-Accordion > .Opta-TabbedContent > li > h3 span.Opta-Icon {
    height: 60px !important;
    width: 60px !important;
    font-size: 0; }
    .Opta .Opta-Accordion > .Opta-TabbedContent > li > h3 span.Opta-Icon:after {
      content: '+';
      color: #d5002e;
      font-size: 40px;
      font-size: 4rem;
      line-height: 60px;
      text-align: center;
      transition: content .5s ease-in;
      background: none !important; }
  .Opta .Opta-Accordion > .Opta-TabbedContent > li > h3.Opta-Open:after {
    background: #cccccc; }
  .Opta .Opta-Accordion > .Opta-TabbedContent > li > h3.Opta-Open span.Opta-Icon:after {
    content: '-';
    line-height: 54px;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    transform: rotate(0deg); }

/**
 * PlaymakerJs.Attoms.PlayerCard
 */
.player-card {
  position: relative;
  padding: 0;
  min-height: 300px;
  background: #e0e0e0; }
  .player-card__image {
    position: absolute;
    left: 0%;
    width: 100%;
    max-width: none !important; }
  .player-card__name {
    display: none; }
  .player-card__number {
    position: absolute;
    right: 7px;
    bottom: 13px;
    z-index: 1029;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    color: #ffffff;
    font-size: 30px;
    font-size: 3rem;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    border: none !important;
    opacity: .3;
    pointer-events: none;
    user-select: none; }
    .player-card__number span {
      display: none; }
    @media (min-width: 620px) {
      .player-card__number {
        right: 18px;
        bottom: 5px;
        font-size: 40px;
        font-size: 4rem; } }
  .player-card__stat {
    font-size: 30px;
    font-size: 3rem;
    position: absolute;
    padding: 15px;
    color: #636466;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    background: transparent;
    z-index: 10;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
    margin: auto;
    width: 100px;
    background: rgba(0, 0, 0, 0.5); }
  .player-card__properties {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .player-card__status--loan, .player-card__status--captain {
    display: block;
    padding: 7px;
    width: 100%;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left; }
  .player-card__status--loan {
    background: #636466; }
  .player-card__status--loan-in {
    background: #a72230; }
  .player-card__status--captain {
    background: #2d2d2d; }
  .player-card__link {
    display: block;
    padding: 20px 10px;
    width: 100%;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-align: left;
    word-spacing: 100px;
    background: #d5002e; }
    .player-card__link:after {
      display: none; }
    @media (min-width: 620px) {
      .player-card__link {
        padding: 20px; } }

.player-card[data-loaned_out="true"] .player-card__link {
  background: #8d9091; }

[data-animation-delay] {
  animation: fadeIn .5s ease; }

[data-animation-delay="0"] {
  animation-delay: 0ms;
  animation-fill-mode: forwards; }

[data-animation-delay="1"] {
  animation-delay: 50ms;
  animation-fill-mode: forwards; }

[data-animation-delay="2"] {
  animation-delay: 100ms;
  animation-fill-mode: forwards; }

[data-animation-delay="3"] {
  animation-delay: 150ms;
  animation-fill-mode: forwards; }

[data-animation-delay="4"] {
  animation-delay: 200ms;
  animation-fill-mode: forwards; }

[data-animation-delay="5"] {
  animation-delay: 250ms;
  animation-fill-mode: forwards; }

[data-animation-delay="6"] {
  animation-delay: 300ms;
  animation-fill-mode: forwards; }

[data-animation-delay="7"] {
  animation-delay: 350ms;
  animation-fill-mode: forwards; }

[data-animation-delay="8"] {
  animation-delay: 400ms;
  animation-fill-mode: forwards; }

[data-animation-delay="9"] {
  animation-delay: 450ms;
  animation-fill-mode: forwards; }

[data-animation-delay="10"] {
  animation-delay: 500ms;
  animation-fill-mode: forwards; }

[data-animation-delay="11"] {
  animation-delay: 550ms;
  animation-fill-mode: forwards; }

[data-animation-delay="12"] {
  animation-delay: 600ms;
  animation-fill-mode: forwards; }

[data-animation-delay="13"] {
  animation-delay: 650ms;
  animation-fill-mode: forwards; }

[data-animation-delay="14"] {
  animation-delay: 700ms;
  animation-fill-mode: forwards; }

[data-animation-delay="15"] {
  animation-delay: 750ms;
  animation-fill-mode: forwards; }

[data-animation-delay="16"] {
  animation-delay: 800ms;
  animation-fill-mode: forwards; }

[data-animation-delay="17"] {
  animation-delay: 850ms;
  animation-fill-mode: forwards; }

[data-animation-delay="18"] {
  animation-delay: 900ms;
  animation-fill-mode: forwards; }

[data-animation-delay="19"] {
  animation-delay: 950ms;
  animation-fill-mode: forwards; }

[data-animation-delay="20"] {
  animation-delay: 1000ms;
  animation-fill-mode: forwards; }

[data-animation-delay="21"] {
  animation-delay: 1050ms;
  animation-fill-mode: forwards; }

[data-animation-delay="22"] {
  animation-delay: 1100ms;
  animation-fill-mode: forwards; }

[data-animation-delay="23"] {
  animation-delay: 1150ms;
  animation-fill-mode: forwards; }

[data-animation-delay="24"] {
  animation-delay: 1200ms;
  animation-fill-mode: forwards; }

[data-animation-delay="25"] {
  animation-delay: 1250ms;
  animation-fill-mode: forwards; }

[data-animation-delay="26"] {
  animation-delay: 1300ms;
  animation-fill-mode: forwards; }

[data-animation-delay="27"] {
  animation-delay: 1350ms;
  animation-fill-mode: forwards; }

[data-animation-delay="28"] {
  animation-delay: 1400ms;
  animation-fill-mode: forwards; }

[data-animation-delay="29"] {
  animation-delay: 1450ms;
  animation-fill-mode: forwards; }

[data-animation-delay="30"] {
  animation-delay: 1500ms;
  animation-fill-mode: forwards; }

[data-animation-delay="31"] {
  animation-delay: 1550ms;
  animation-fill-mode: forwards; }

[data-animation-delay="32"] {
  animation-delay: 1600ms;
  animation-fill-mode: forwards; }

[data-animation-delay="33"] {
  animation-delay: 1650ms;
  animation-fill-mode: forwards; }

[data-animation-delay="34"] {
  animation-delay: 1700ms;
  animation-fill-mode: forwards; }

[data-animation-delay="35"] {
  animation-delay: 1750ms;
  animation-fill-mode: forwards; }

[data-animation-delay="36"] {
  animation-delay: 1800ms;
  animation-fill-mode: forwards; }

[data-animation-delay="37"] {
  animation-delay: 1850ms;
  animation-fill-mode: forwards; }

[data-animation-delay="38"] {
  animation-delay: 1900ms;
  animation-fill-mode: forwards; }

[data-animation-delay="39"] {
  animation-delay: 1950ms;
  animation-fill-mode: forwards; }

[data-animation-delay="40"] {
  animation-delay: 2000ms;
  animation-fill-mode: forwards; }

[data-animation-delay="41"] {
  animation-delay: 2050ms;
  animation-fill-mode: forwards; }

[data-animation-delay="42"] {
  animation-delay: 2100ms;
  animation-fill-mode: forwards; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/**
 * PlaymakerJs.Atoms.Tab
 */
.tabbable__tab,
.opta .tabbable__tab {
  border: none;
  background: #ffffff;
  color: #636466;
  width: auto;
  max-width: 250px; }
  .tabbable__tab:last-of-type,
  .opta .tabbable__tab:last-of-type {
    border-right: none; }
  .tabbable__tab--current,
  .opta .tabbable__tab--current {
    position: relative;
    color: #2d2d2d; }
    .tabbable__tab--current .tabbable__tab-link:before,
    .tabbable__tab--current .opta .tabbable__tab-link:before,
    .opta .tabbable__tab--current .tabbable__tab-link:before,
    .opta .tabbable__tab--current .opta .tabbable__tab-link:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 4px;
      background: #d5002e;
      border: 1px solid #d5002e;
      bottom: 0;
      left: 50%;
      margin: auto;
      transform: translateX(-50%); }
    .tabbable__tab--current .tabbable__tab-link,
    .opta .tabbable__tab--current .tabbable__tab-link {
      color: #2d2d2d; }
  .tabbable__tab:focus,
  .opta .tabbable__tab:focus {
    outline-color: #3b99fc !important; }
  .tabbable__tab-link,
  .opta .tabbable__tab-link {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    color: #636466;
    border: none !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    @media (min-width: 620px) {
      .tabbable__tab-link,
      .opta .tabbable__tab-link {
        padding: 10px 0;
        font-size: 20px;
        font-size: 2rem; } }
    .tabbable__tab-link:focus,
    .opta .tabbable__tab-link:focus {
      outline-color: #3b99fc !important;
      outline-style: auto;
      outline-width: 5px; }
    .tabbable__tab-link:focus, .tabbable__tab-link:active, .tabbable__tab-link:hover,
    .opta .tabbable__tab-link:focus,
    .opta .tabbable__tab-link:active,
    .opta .tabbable__tab-link:hover {
      background: #ffffff;
      text-decoration: none; }

/**
 * PlaymakerJs.Atoms.TimelineButton
 */
.pm .timeline__button {
  position: relative;
  background: #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: #636466;
  width: 130px; }
  .pm .timeline__button--active {
    background: #ffffff;
    color: #d5002e; }
    .pm .timeline__button--active:before {
      border-top: 8px solid #d5002e;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      bottom: -8px; }
  .pm .timeline__button:hover, .pm .timeline__button:active, .pm .timeline__button:focus {
    background: #ffffff;
    color: #d5002e;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
  .pm .timeline__button:focus {
    outline-color: #3b99fc !important;
    outline-style: auto;
    outline-width: 5px; }
  .pm .timeline__button:first-of-type {
    border-left: 1px solid #e0e0e0; }
  .pm .timeline__button:last-of-type {
    border-right: 1px solid #e0e0e0; }
    .pm .timeline__button:last-of-type:after {
      display: none; }
  .pm .timeline__button span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    font-weight: lighter;
    font-family: "muli-regular", Helvetica, Arial, sans-serif; }
    .pm .timeline__button span:first-of-type {
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      font-weight: bold; }

/**
 * PlaymakerJs.Molecules.Fixture
 */
.pm .fixture {
  position: relative;
  margin: 50px 0;
  padding-bottom: 40px;
  border: none;
  border-bottom: 1px solid #e0e0e0; }
  @media (min-width: 1120px) {
    .pm .fixture {
      margin: 20px 0 0;
      padding: 0 20px; } }
  @media (min-width: 1120px) {
    .pm .fixture {
      position: relative; } }
  .pm .fixture__notification {
    padding: 20px;
    color: #2d2d2d;
    font-size: 24px;
    font-size: 2.4rem; }
  .pm .fixture__header {
    padding: 10px;
    border: none; }
    @media (min-width: 1120px) {
      .pm .fixture__header {
        padding: 0 0 70px; } }
    .pm .fixture__header .fixture__team-name {
      font-size: 1.4rem !important; }
      @media (min-width: 400px) {
        .pm .fixture__header .fixture__team-name {
          font-size: 1.7rem !important; } }
  .pm .fixture__team {
    width: calc(50% - 34px); }
    .pm .fixture__team--home {
      justify-content: flex-end;
      padding-right: 20px; }
      .pm .fixture__team--home .fixture__team-name {
        text-align: right; }
    .pm .fixture__team--away {
      justify-content: left;
      padding-left: 20px; }
      .pm .fixture__team--away .fixture__team-name {
        text-align: left; }
  @media (min-width: 1120px) {
    .pm .fixture__match {
      position: absolute;
      top: 15px;
      left: 0;
      width: 100%; } }
  .pm .fixture__content {
    margin-top: 20px;
    padding: 0 20px;
    border-top: 1px solid #e0e0e0; }
    @media (min-width: 870px) {
      .pm .fixture__content {
        padding: 0 !important; }
        .pm .fixture__content--left {
          padding: 0 20px; } }
    .pm .fixture__content .pm-game-week {
      padding: 20px 0;
      background: #e0e0e0 !important; }
      @media (min-width: 620px) {
        .pm .fixture__content .pm-game-week {
          padding: 40px; } }
      @media (min-width: 870px) {
        .pm .fixture__content .pm-game-week {
          max-width: 500px; } }
      .pm .fixture__content .pm-game-week * {
        background: transparent !important; }
    .pm .fixture__content .pm-previous-meetings {
      padding: 20px 0; }
  .pm .fixture__footer {
    position: relative;
    padding: 0 15px 0;
    min-height: 120px;
    background: transparent; }
    @media (min-width: 620px) {
      .pm .fixture__footer {
        width: 400px;
        margin: auto;
        justify-content: center; } }
    @media (min-width: 1120px) {
      .pm .fixture__footer {
        position: absolute;
        top: -13px;
        justify-content: space-between;
        margin: 0;
        padding: 0 0 30px;
        width: calc(100% - 40px); } }
    .pm .fixture__footer .fixture__cta {
      justify-content: center; }
      .pm .fixture__footer .fixture__cta-link {
        margin: 10px 0; }
        .pm .fixture__footer .fixture__cta-link:first-of-type {
          margin-right: 10px; }
      @media (min-width: 1120px) {
        .pm .fixture__footer .fixture__cta {
          display: block;
          margin-top: 10px;
          min-width: 150px; }
          .pm .fixture__footer .fixture__cta-link {
            display: block;
            width: 100%; } }
  .pm .fixture__cta-link:focus {
    color: #fff;
    background-color: #d5002e !important;
    border: 1px solid #d5002e !important;
    outline-color: #3b99fc !important;
    outline-style: auto !important;
    outline-width: 5px !important; }
  .pm .fixture__channel {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
    color: #636466; }
    @media (min-width: 620px) {
      .pm .fixture__channel {
        text-align: center; } }
    @media (min-width: 1120px) {
      .pm .fixture__channel {
        text-align: left;
        position: relative;
        top: 60px;
        padding: 0; }
        .pm .fixture__channel img {
          height: 12px;
          top: 10px;
          position: relative; } }
  .pm .fixture__vs {
    font-size: 30px;
    font-size: 3rem;
    padding: 6px 0 0;
    width: auto;
    color: #2d2d2d;
    font-weight: 400;
    background: transparent;
    position: relative;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
  .pm .fixture.pre-match .fixture__vs {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 20px 0px 0px;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    color: #636466;
    background: #e0e0e0;
    padding: 5px 8px; }
  .pm .fixture__team-name {
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    font-size: 17px !important;
    font-size: 1.7rem !important;
    font-weight: lighter;
    margin-top: 10px; }
  .pm .fixture__team-crest {
    width: auto;
    height: 55px; }
    @media (min-width: 1120px) {
      .pm .fixture__team-crest {
        height: 100px; } }
  @media (min-width: 768px) {
    .pm .fixture__team-name {
      font-size: 20px;
      font-size: 2rem; }
      .pm .fixture__team-name--home {
        order: 1;
        margin-right: 20px; }
      .pm .fixture__team-name--away {
        order: 2;
        margin-left: 20px; }
    .pm .fixture__team-crest--home {
      order: 2; }
    .pm .fixture__team-crest--away {
      order: 1; } }
  .pm .fixture__date {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    color: #636466;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px; }
    @media (min-width: 1120px) {
      .pm .fixture__date {
        margin-bottom: 10px;
        text-align: left;
        font-size: 22px;
        font-size: 2.2rem; } }
  .pm .fixture__venue {
    text-align: center;
    color: #636466;
    font-weight: bold; }
    @media (min-width: 1120px) {
      .pm .fixture__venue {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left; } }
  .pm .fixture__toggle {
    font-size: 0px;
    font-size: 0rem;
    color: transparent;
    border: none;
    padding: 0;
    width: 120px;
    height: 25px;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 120px);
    transform: translateX(50%);
    background: url(../../images/svg/min/arrow-down.svg) no-repeat 100% transparent;
    background-size: 11px;
    background-position: 96px 8px; }
    .pm .fixture__toggle:focus {
      outline-color: #3b99fc !important;
      outline-style: auto !important;
      outline-width: 5px !important; }
    .pm .fixture__toggle:before {
      font-size: 12px;
      font-size: 1.2rem;
      color: #8d9091;
      text-transform: uppercase;
      border-top: 1px solid #e0e0e0;
      border-right: 1px solid #e0e0e0;
      border-left: 1px solid #e0e0e0;
      height: 100%;
      position: relative;
      display: block;
      width: 100%;
      text-align: left;
      padding: 1px 10px; }
  .pm .fixture.post-match .fixture__toggle:before {
    content: 'summary'; }
  .pm .fixture.pre-match .fixture__toggle:before {
    content: 'preview'; }
  .pm .fixture .fixture__toggle:active, .pm .fixture .fixture__toggle:hover, .pm .fixture .fixture__toggle:focus {
    border: none; }
  .pm .fixture .fixture__toggle--open {
    background-image: url(../../images/svg/min/arrow-up-red.svg); }
    .pm .fixture .fixture__toggle--open:before {
      content: 'close' !important;
      color: #2d2d2d;
      padding: 3px 35px; }
  .pm .fixture__competition img {
    height: 36px;
    margin-top: 20px !important;
    max-width: none !important; }
    @media (min-width: 1120px) {
      .pm .fixture__competition img {
        position: relative;
        left: 20px;
        height: 25px; } }
  @media (min-width: 1120px) {
    .pm .fixture__competition {
      position: absolute;
      top: 63px;
      left: 0; }
      .pm .fixture__competition img {
        margin: 10px 0; } }

.Opta p {
  font-family: "muli-regular", Helvetica, Arial, sans-serif; }

.pm-fixtures-listings .opta__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px; }
  @media (min-width: 1120px) {
    .pm-fixtures-listings .opta__filters {
      justify-content: flex-end !important; } }
  @media (min-width: 1330px) {
    .pm-fixtures-listings .opta__filters {
      padding: 0; } }

.pm-fixtures-listings .opta__filter--season {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0; }
  .pm-fixtures-listings .opta__filter--season select {
    background-size: 10px; }
    .pm-fixtures-listings .opta__filter--season select {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .pm-fixtures-listings .opta__filter--season select {
          font-size: calc(20px + 8 * (100vw - 320px) / 448); } }
      @media screen and (min-width: 768px) {
        .pm-fixtures-listings .opta__filter--season select {
          font-size: 28px; } }
  @media (min-width: 400px) {
    .pm-fixtures-listings .opta__filter--season {
      width: 100%; } }
  @media (min-width: 620px) {
    .pm-fixtures-listings .opta__filter--season {
      margin-bottom: 20px;
      width: calc(100% - 230px);
      max-width: 320px;
      border: 0; }
      .pm-fixtures-listings .opta__filter--season select {
        background-size: 20px; } }
  @media (min-width: 768px) {
    .pm-fixtures-listings .opta__filter--season {
      width: 50%; } }
  @media (min-width: 870px) {
    .pm-fixtures-listings .opta__filter--season {
      margin-right: 0;
      max-width: none; }
      .pm-fixtures-listings .opta__filter--season select {
        max-width: 320px; } }
  @media (min-width: 1120px) {
    .pm-fixtures-listings .opta__filter--season {
      width: 320px; } }

@media (min-width: 400px) {
  .pm-fixtures-listings .opta__filter--labelled {
    width: 100%; } }

@media (min-width: 620px) {
  .pm-fixtures-listings .opta__filter--labelled {
    width: 48%; }
    .pm-fixtures-listings .opta__filter--labelled select {
      min-width: 170px; } }

@media (min-width: 768px) {
  .pm-fixtures-listings .opta__filter--labelled {
    margin-left: 0; } }

@media (min-width: 1120px) {
  .pm-fixtures-listings .opta__filter--labelled {
    margin-bottom: 10px;
    margin-left: 15px;
    width: 20%; }
    .pm-fixtures-listings .opta__filter--labelled select {
      min-width: 170px; } }

/**
 * PlaymakerJs.Molecules.GameWeek
 */
.pm .pm-game-week h3 {
  margin-bottom: 10px;
  color: #2d2d2d;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase; }
  @media (min-width: 620px) {
    .pm .pm-game-week h3 {
      font-size: 18px;
      font-size: 1.8rem; } }

.pm .pm-game-week h4 span {
  color: #636466; }

.pm .pm-game-week table td,
.pm .pm-game-week table td span {
  color: #636466; }

.pm .pm-game-week .Opta-Team {
  font-family: "muli-regular", Helvetica, Arial, sans-serif; }

/**
 * PlaymakerJs.Molecules.LineUps
 */
.opta.opta-match-stats.lineups {
  max-width: 870px; }
  .opta.opta-match-stats.lineups .Opta h3,
  .opta.opta-match-stats.lineups .Opta h4 {
    color: #636466 !important; }
    .opta.opta-match-stats.lineups .Opta h3 span,
    .opta.opta-match-stats.lineups .Opta h4 span {
      font-size: 22px;
      font-size: 2.2rem;
      color: #636466 !important;
      text-transform: uppercase; }
  .opta.opta-match-stats.lineups .Opta h4 span {
    font-size: 1.6rem !important; }
  .opta.opta-match-stats.lineups .Opta-Squad {
    position: relative; }
    .opta.opta-match-stats.lineups .Opta-Squad tbody:last-child {
      border-top: 25px solid transparent; }
    .opta.opta-match-stats.lineups .Opta-Squad .Opta-Position td {
      border-top: 20px solid transparent !important;
      border-bottom: none !important; }
    .opta.opta-match-stats.lineups .Opta-Squad .Opta-Player .Opta-Shirt {
      color: #999999; }
    .opta.opta-match-stats.lineups .Opta-Squad .Opta-Player .Opta-Name {
      color: #636466;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
    .opta.opta-match-stats.lineups .Opta-Squad .Opta-Player .Opta-Shirt,
    .opta.opta-match-stats.lineups .Opta-Squad .Opta-Player .Opta-Name {
      padding: 5px 0;
      font-family: "muli-regular", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      border-bottom: 1px solid #d4d4d4; }
      @media (min-width: 620px) {
        .opta.opta-match-stats.lineups .Opta-Squad .Opta-Player .Opta-Shirt,
        .opta.opta-match-stats.lineups .Opta-Squad .Opta-Player .Opta-Name {
          font-size: 16px;
          font-size: 1.6rem; } }
    .opta.opta-match-stats.lineups .Opta-Squad .Opta-Player .Opta-Icon {
      margin-top: 0;
      height: 15px;
      width: 15px; }
  .opta.opta-match-stats.lineups table.Opta-SideScroll > tbody > tr > td {
    padding-right: 40px; }

/**
 * PlaymakerJs.Molecules.LiveScores
 */
.pm.pm-live-scores .Opta td,
.pm.pm-live-scores .Opta th {
  padding: 15px 5px; }

.pm.pm-live-scores .Opta-fixture:first-child {
  border-top: 1px solid #ccc; }

.pm.pm-live-scores .Opta-fixture:last-child tr {
  border-bottom: 0; }

.pm.pm-live-scores .Opta-fixture tr {
  position: relative;
  display: flex;
  height: auto;
  border: 0; }
  .pm.pm-live-scores .Opta-fixture tr:last-of-type {
    border-bottom: 1px solid #ccc; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Team.Opta-Home {
    order: 2; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Score.Opta-Home,
  .pm.pm-live-scores .Opta-fixture tr .Opta-Dash,
  .pm.pm-live-scores .Opta-fixture tr .Opta-Score.Opta-Away {
    width: 20px; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Score.Opta-Home {
    order: 3; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Dash {
    order: 4; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Score.Opta-Away {
    order: 5; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Team.Opta-Away {
    order: 6; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Outer {
    order: 0;
    border: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Time {
    order: 1; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Nest {
    display: block;
    height: 100% !important;
    width: 100%;
    overflow: hidden;
    background: #ffffff !important;
    border-right: 0; }
    .pm.pm-live-scores .Opta-fixture tr .Opta-Nest:before {
      display: none; }
    .pm.pm-live-scores .Opta-fixture tr .Opta-Nest .Opta-Narrow {
      float: right;
      width: 100%; }
    .pm.pm-live-scores .Opta-fixture tr .Opta-Nest .Opta-Cf:before {
      width: calc(100% + 48px); }
    .pm.pm-live-scores .Opta-fixture tr .Opta-Nest .Opta-Event-Text span {
      font-size: 1.4rem !important;
      font-weight: normal; }
  .pm.pm-live-scores .Opta-fixture tr .Opta-Nest-Control {
    border: 0 !important; }

.pm.pm-live-scores .Opta-Outer {
  min-width: 50px !important;
  width: 50px !important;
  height: 50px; }
  @media (min-width: 400px) {
    .pm.pm-live-scores .Opta-Outer {
      min-width: 50px !important;
      width: 50px !important;
      height: 50px; } }

.pm.pm-live-scores .Opta > .Opta_W {
  position: relative; }
  .pm.pm-live-scores .Opta > .Opta_W:before {
    content: '';
    position: absolute;
    top: 0;
    left: 48px;
    height: 1px;
    width: calc(100% - 48px);
    background-color: #ccc; }

.pm.pm-live-scores .Opta > .Opta_W,
.pm.pm-live-scores .Opta > .Opta_W > div {
  background: transparent;
  border-right: 0; }

.pm.pm-live-scores .Opta .Opta-Cf:after {
  display: none; }

.pm.pm-live-scores tbody tr:first-of-type td {
  background: #ffffff !important; }

.pm.pm-live-scores tbody tr:first-of-type td.Opta-TeamName {
  color: #636466;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (min-width: 400px) {
    .pm.pm-live-scores tbody tr:first-of-type td.Opta-TeamName {
      font-size: 16px;
      font-size: 1.6rem; } }

.pm.pm-live-scores tbody tr:first-of-type td.Opta-Score span {
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  font-size: 1.4rem !important; }
  @media (min-width: 400px) {
    .pm.pm-live-scores tbody tr:first-of-type td.Opta-Score span {
      font-size: 16px !important;
      font-size: 1.6rem !important; } }

.pm.pm-live-scores tbody tr:first-of-type td button.Opta-Nest-Control {
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #ccc; }
  .pm.pm-live-scores tbody tr:first-of-type td button.Opta-Nest-Control:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    background-image: url("../../images/svg/min/arrow-down-grey.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    transition: content .5s ease-in; }
  .pm.pm-live-scores tbody tr:first-of-type td button.Opta-Nest-Control:focus:after, .pm.pm-live-scores tbody tr:first-of-type td button.Opta-Nest-Control:hover:after {
    background-image: url("../../images/svg/min/arrow-down-red.svg"); }
  .pm.pm-live-scores tbody tr:first-of-type td button.Opta-Nest-Control.Opta-Open {
    background: #ffffff !important; }
    .pm.pm-live-scores tbody tr:first-of-type td button.Opta-Nest-Control.Opta-Open:after {
      color: #d5002e;
      background-image: url("../../images/svg/min/arrow-up-red.svg"); }

.pm.pm-live-scores tbody tr:last-of-type td .Opta-Cf::before {
  display: none; }

.pm.pm-live-scores tbody tr td div {
  background: #ffffff !important; }

.pm.pm-live-scores tbody tr .Opta-Event-Player,
.pm.pm-live-scores tbody tr .Opta-Event-Time {
  color: #636466; }

.pm.pm-live-scores .Opta-Cf {
  border-right: 1px solid #d4d4d4; }
  .pm.pm-live-scores .Opta-Cf > .Opta-Cf {
    border-right: 0; }

.pm.pm-live-scores .Opta-Team.Opta-Away {
  border-right: 0; }

.pm.pm-live-scores .Opta-Nest .Opta p.Opta-Load {
  margin: 0;
  padding: 20px 10px 40px; }

/**
 * PlaymakerJs.Molecules.MatchUp
 */
.pm-post-match-fixture .opta-match-summary .Opta-Event-Player,
.pm-post-match-fixture .opta-match-summary .Opta-Event-Time {
  font-size: 13px;
  font-size: 1.3rem; }
  @media (min-width: 496px) {
    .pm-post-match-fixture .opta-match-summary .Opta-Event-Player,
    .pm-post-match-fixture .opta-match-summary .Opta-Event-Time {
      font-size: 16px;
      font-size: 1.6rem; } }

.pm-post-match-fixture__head {
  background: url(../../images/jpg/stadium_default.jpg) no-repeat center center transparent; }
  .pm-post-match-fixture__head-title {
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-size: 3rem; }

.pm-post-match-fixture .pm-match-up {
  padding: 0; }
  .pm-post-match-fixture .pm-match-up__detail li {
    margin: 0;
    padding: 12px;
    color: #636466;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px; }
    .pm-post-match-fixture .pm-match-up__detail li:nth-child(1) {
      display: none; }

.pm-post-match-fixture .opta-match-summary .Opta-Event-Player,
.pm-post-match-fixture .opta-match-summary .Opta-Event-Time {
  font-size: 13px;
  font-size: 1.3rem; }
  @media (min-width: 496px) {
    .pm-post-match-fixture .opta-match-summary .Opta-Event-Player,
    .pm-post-match-fixture .opta-match-summary .Opta-Event-Time {
      font-size: 16px;
      font-size: 1.6rem; } }

.pm-match-up__teams {
  justify-content: center;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 400px; }
  @media (min-width: 620px) {
    .pm-match-up__teams {
      padding: 30px; } }
  @media (min-width: 870px) {
    .pm-match-up__teams {
      padding: 0; } }

.pm-match-up__team {
  margin: auto;
  width: calc(50% - 30px); }
  .pm-match-up__team--away .pm-match-up__team-name, .pm-match-up__team--home .pm-match-up__team-name {
    flex-grow: 1;
    width: auto; }

.pm-match-up__vs {
  display: block;
  margin-top: 40px;
  padding: 0;
  border: none; }
  @media (min-width: 870px) {
    .pm-match-up__vs {
      margin-top: 50px; } }
  .pm-match-up__vs span {
    position: relative;
    display: block;
    padding: 3px 0px 5px;
    width: 60px;
    color: #636466;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    background: transparent;
    background-color: #e9e9e9; }

.pm-match-up__team-name {
  display: block;
  padding: 0;
  order: 2;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center; }
  @media (min-width: 870px) {
    .pm-match-up__team-name {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1120px) {
    .pm-match-up__team-name {
      font-size: 18px;
      font-size: 1.8rem; } }

.pm-match-up__team-crest {
  display: block;
  margin: 0 auto 10px;
  width: auto;
  max-height: 80px;
  max-width: 80px; }
  @media (min-width: 870px) {
    .pm-match-up__team-crest {
      max-height: 100px;
      max-width: 100px; } }

.pm-match-up h3, .pm-match-up__away-score, .pm-match-up__home-score {
  display: none; }

.pm-match-up .count-down {
  margin-top: -20px; }
  .pm-match-up .count-down span {
    color: #ffffff;
    border: none; }
  .pm-match-up .count-down__item {
    position: relative;
    height: 60px;
    width: 75px;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    background: #d5002e; }
  .pm-match-up .count-down__unit {
    margin-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase; }

.upcomming-fixture .pm-match-up__detail {
  display: none; }

.upcomming-fixture .pm-match-up__team-name {
  width: 100%; }

.upcomming-fixture__info {
  padding: 10px 0 20px;
  text-align: center; }
  .upcomming-fixture__info .upcomming-fixture__match-up-logo,
  .upcomming-fixture__info .upcomming-fixture__channel {
    display: inline-block;
    margin: 0 10px;
    width: auto;
    max-width: 150px; }

/**
 * PlaymakerJs.Moleclues.OptaMatchSummary
 */
.Opta .Opta-Events li .Opta-Event-Text span {
  line-height: 20px;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  font-family: "muli-regular", Helvetica, Arial, sans-serif; }
  @media (min-width: 400px) {
    .Opta .Opta-Events li .Opta-Event-Text span {
      font-size: 16px !important;
      font-size: 1.6rem !important; } }

.Opta .Opta-Events .Opta-Icon.Opta-IconOwn {
  background-image: url("../../images/svg/min/own-goal.svg");
  background-position: center;
  background-size: contain; }

.Opta-shootout .Opta-Event-Time {
  display: none; }

.match-hero .pm-match-up__vs span {
  text-align: right; }
  @media (min-width: 1120px) {
    .match-hero .pm-match-up__vs span {
      letter-spacing: -1px;
      text-align: center; } }
  @media (min-width: 1330px) {
    .match-hero .pm-match-up__vs span {
      text-align: right; } }

pm-match-summary .Opta-MatchHeader tbody tr:first-child,
pm-match-summary .Opta-MatchHeader tbody tr:last-child {
  display: none !important; }

pm-match-summary .Opta-shootout {
  position: relative;
  float: right;
  padding-top: 30px;
  max-width: 400px;
  border-top: 0 !important; }
  pm-match-summary .Opta-shootout:before, pm-match-summary .Opta-shootout:after {
    position: absolute;
    top: 0;
    width: calc(100% + 30px); }
    @media (min-width: 1120px) {
      pm-match-summary .Opta-shootout:before, pm-match-summary .Opta-shootout:after {
        width: calc(100% + 40px); } }
  pm-match-summary .Opta-shootout:before {
    content: 'Penalties';
    padding-top: 15px;
    height: 35px;
    color: #8d9091;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right; }
  pm-match-summary .Opta-shootout:after {
    content: '';
    left: 0;
    height: 1px;
    border-top: 1px dashed #e0e0e0 !important; }

.pm-match-up__team--home pm-match-summary .Opta-MatchHeader,
.pm-match-up__team--away pm-match-summary .Opta-MatchHeader {
  position: relative;
  margin-bottom: 0 !important;
  width: 100vw;
  max-width: 400px; }

.pm-match-up__team--home pm-match-summary .opta-match-summary .Opta-Score-Extras td,
.pm-match-up__team--away pm-match-summary .opta-match-summary .Opta-Score-Extras td {
  padding: 0 10px !important; }

.pm-match-up__team--home pm-match-summary .opta-match-summary .Opta-Score-Extras span,
.pm-match-up__team--away pm-match-summary .opta-match-summary .Opta-Score-Extras span {
  display: block;
  max-width: 380px !important; }
  @media (min-width: 620px) {
    .pm-match-up__team--home pm-match-summary .opta-match-summary .Opta-Score-Extras span,
    .pm-match-up__team--away pm-match-summary .opta-match-summary .Opta-Score-Extras span {
      max-width: 1290px !important; } }

.pm-match-up__team--home pm-match-summary .opta-match-summary .Opta-Score-Extras abbr,
.pm-match-up__team--home pm-match-summary .opta-match-summary .Opta-Score-Extras span,
.pm-match-up__team--away pm-match-summary .opta-match-summary .Opta-Score-Extras abbr,
.pm-match-up__team--away pm-match-summary .opta-match-summary .Opta-Score-Extras span {
  color: #8d9091 !important;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem; }

.pm-match-up__team--home pm-match-summary .Opta-MatchHeader {
  z-index: 10; }

.pm-match-up__team--away pm-match-summary .Opta-Score-Extras {
  opacity: 0; }

.pm-match-up__team--away pm-match-summary .Opta-shootout {
  float: left; }
  .pm-match-up__team--away pm-match-summary .Opta-shootout:before, .pm-match-up__team--away pm-match-summary .Opta-shootout:after {
    left: -20px; }
    @media (min-width: 1120px) {
      .pm-match-up__team--away pm-match-summary .Opta-shootout:before, .pm-match-up__team--away pm-match-summary .Opta-shootout:after {
        left: -30px; } }
  .pm-match-up__team--away pm-match-summary .Opta-shootout:before {
    text-align: left; }
  .pm-match-up__team--away pm-match-summary .Opta-shootout:after {
    width: calc(100% + 60px); }

.pm-post-match-fixture .Opta-shootout {
  float: none;
  max-width: none !important; }
  .pm-post-match-fixture .Opta-shootout:before {
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 65px;
    text-align: center; }

/**
 * PlaymakerJs.Molecules.PlayerListings
 */
.squad-listing {
  padding: 20px 0; }
  .squad-listing__heading {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    color: #636466;
    text-align: center;
    text-transform: uppercase; }
  .squad-listing__tabs, .squad-listing__toolbar, .squad-listing__filters {
    display: block;
    margin-bottom: 0;
    width: 100%; }
  .squad-listing__filters {
    margin: auto;
    max-width: 600px; }
  .squad-listing__section-contain {
    margin-bottom: 15px; }
  .squad-listing__sub-heading {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
    color: #e9e9e9;
    font-size: 30px;
    font-size: 3rem;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 870px) {
      .squad-listing__sub-heading {
        font-size: 100px;
        font-size: 10rem;
        text-align: left; } }
    .squad-listing__sub-heading:before, .squad-listing__sub-heading:after {
      display: none; }
  .squad-listing .player-card {
    overflow: hidden; }
    .squad-listing .player-card__image {
      max-width: 130px; }
    @media (min-width: 768px) {
      .squad-listing .player-card {
        margin-right: 2%;
        width: 23.5%; }
        .squad-listing .player-card:nth-of-type(4n) {
          margin-right: 0; }
        .squad-listing .player-card:nth-of-type(5n) {
          margin-right: 2%; } }
    @media (min-width: 870px) {
      .squad-listing .player-card {
        width: 18.4%; }
        .squad-listing .player-card:nth-of-type(4n) {
          margin-right: 2%; }
        .squad-listing .player-card:nth-of-type(5n) {
          margin-right: 0; } }
    @media (min-width: 1120px) {
      .squad-listing .player-card {
        width: 15%; }
        .squad-listing .player-card:nth-of-type(4n), .squad-listing .player-card:nth-of-type(5n) {
          margin-right: 2%; }
        .squad-listing .player-card:nth-of-type(6n) {
          margin-right: 0; } }

/**
 * PlaymakerJs.Molecules.PreviousMettings
 */
.pm .pm-previous-meetings h3 {
  margin-bottom: 20px;
  padding-left: 10px;
  color: #2d2d2d;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 620px) {
    .pm .pm-previous-meetings h3 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 870px) {
    .pm .pm-previous-meetings h3 {
      text-align: left; } }
  @media (min-width: 1120px) {
    .pm .pm-previous-meetings h3 {
      padding-left: 0; } }

.pm .pm-previous-meetings .opta-fixtures h3,
.pm .pm-previous-meetings .opta-fixtures h4 {
  color: #636466 !important;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  background: #e0e0e0 !important;
  border-top: 1px solid #dbdbdd;
  border-bottom: 1px solid #dbdbdd; }
  .pm .pm-previous-meetings .opta-fixtures h3 span,
  .pm .pm-previous-meetings .opta-fixtures h4 span {
    padding-left: 20px;
    line-height: 35px; }

.pm .pm-previous-meetings .opta-fixtures table {
  border: none; }

.pm .pm-previous-meetings .opta-fixtures tbody:nth-of-type(even) tr {
  position: relative; }

.pm .pm-previous-meetings .opta-fixtures tbody:nth-of-type(even) th {
  position: absolute;
  padding: 15px 10px;
  width: 100%;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  background-color: #e0e0e0 !important; }
  @media (min-width: 870px) {
    .pm .pm-previous-meetings .opta-fixtures tbody:nth-of-type(even) th {
      text-align: left; } }

.pm .pm-previous-meetings .opta-fixtures .Opta-Odd {
  height: 60px; }

.pm .pm-previous-meetings .opta-fixtures .Opta-Team {
  width: 35%; }

.pm .pm-previous-meetings .opta-fixtures .Opta-Image-Team-Small {
  max-height: 35px;
  max-width: 35px; }

.pm .pm-previous-meetings .opta-fixtures .Opta-TeamName {
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: lighter;
  word-break: break-word; }

.pm .pm-previous-meetings .opta-fixtures .Opta-Score span,
.pm .pm-previous-meetings .opta-fixtures .Opta-Divider {
  position: relative;
  bottom: 2px;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold; }

/**
 * PlaymakerJs.Molecules.TabList
 */
.tabbable {
  margin-right: auto;
  margin-left: auto;
  max-width: 1290px; }
  .pm .tabbable,
  .opta .tabbable {
    border-bottom: none; }

/**
 * PlaymakerJs.Molecules.Timeline
 */
.timeline-container {
  max-width: 1300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  height: 100px; }

.pm .timeline {
  position: absolute;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  outline-style: none; }
  @media (min-width: 1120px) {
    .pm .timeline {
      position: static;
      display: flex; }
      .pm .timeline__button {
        flex-grow: 1;
        width: auto; } }

/**
 * Molecules.PM-Action-Areas
 */
pm-action-areas .Opta g {
  filter: initial !important; }

pm-action-areas .Opta .Opta-FootballPitch.Opta-FootballPitch-Horizontal {
  background: url("../../images/png/Pitch-H_light.png"); }

pm-action-areas .Opta .Opta-FootballPitch .Opta-Pitch-Crests {
  opacity: 1;
  transform: translateY(-100px); }

pm-action-areas .Opta .Opta-FootballPitch .Opta-Pitch-Crest.Opta-Home {
  transform: scale(0.7) translateX(10px); }

pm-action-areas .Opta .Opta-FootballPitch .Opta-Pitch-Crest.Opta-Away {
  transform: scale(0.7) translateX(350px); }

pm-action-areas .Opta .Opta-FootballPitch .Opta-Field {
  stroke: #666; }
  pm-action-areas .Opta .Opta-FootballPitch .Opta-Field .Opta-Markings {
    opacity: 0.1; }

pm-action-areas .Opta .Opta_F_AA_G .Opta-dotted,
pm-action-areas .Opta .Opta_F_AA_N .Opta-dotted {
  stroke: #636466;
  stroke-width: 2px;
  opacity: 1; }

pm-action-areas .Opta .Opta_F_AA_G .Opta-FootballPitch .Opta-Node .Opta-thirds-box,
pm-action-areas .Opta .Opta_F_AA_N .Opta-FootballPitch .Opta-Node .Opta-thirds-box {
  fill: #2d2d2d;
  filter: initial !important; }

pm-action-areas .Opta .Opta_F_AA_G .Opta-FootballPitch .Opta-Node .Opta-thirds,
pm-action-areas .Opta .Opta_F_AA_N .Opta-FootballPitch .Opta-Node .Opta-thirds {
  fill: #636466;
  filter: initial !important;
  color: #636466;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  @media (min-width: 620px) {
    pm-action-areas .Opta .Opta_F_AA_G .Opta-FootballPitch .Opta-Node .Opta-thirds,
    pm-action-areas .Opta .Opta_F_AA_N .Opta-FootballPitch .Opta-Node .Opta-thirds {
      font-size: 14px;
      font-size: 1.4rem; } }

pm-action-areas .Opta .Opta_F_AA_G .Opta-FootballPitch .Opta-Node .Opta-thirds-value,
pm-action-areas .Opta .Opta_F_AA_N .Opta-FootballPitch .Opta-Node .Opta-thirds-value {
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }
  @media (min-width: 620px) {
    pm-action-areas .Opta .Opta_F_AA_G .Opta-FootballPitch .Opta-Node .Opta-thirds-value,
    pm-action-areas .Opta .Opta_F_AA_N .Opta-FootballPitch .Opta-Node .Opta-thirds-value {
      font-size: 30px;
      font-size: 3rem; } }

pm-action-areas .Opta .Opta_F_AA_G .Opta-FootballPitch .Opta-Node .Opta-possession,
pm-action-areas .Opta .Opta_F_AA_N .Opta-FootballPitch .Opta-Node .Opta-possession {
  fill: #636466;
  filter: initial !important;
  color: #fff;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  pm-action-areas .Opta .Opta_F_AA_G .Opta-FootballPitch .Opta-Node .Opta-possession.Opta-Home, pm-action-areas .Opta .Opta_F_AA_G .Opta-FootballPitch .Opta-Node .Opta-possession.Opta-Away,
  pm-action-areas .Opta .Opta_F_AA_N .Opta-FootballPitch .Opta-Node .Opta-possession.Opta-Home,
  pm-action-areas .Opta .Opta_F_AA_N .Opta-FootballPitch .Opta-Node .Opta-possession.Opta-Away {
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif; }

pm-action-areas .Opta .Opta-TimeSpan-Block.Opta-dragable .Opta-TimeSpan-Circle {
  fill: #d5002e; }

pm-action-areas .Opta .Opta-TimeControls .Opta-TimeSpan {
  fill: #2d2d2d;
  x: 20;
  y: 30;
  height: 10px;
  opacity: 1; }

pm-action-areas .Opta .Opta-TimeControls .Opta-TimeBox rect {
  fill: none; }

pm-action-areas .Opta .Opta-TimeControls .Opta-TimeBox text {
  color: #636466;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

pm-action-areas .Opta .Opta-Timeintervalslider .Opta-TimeBlock rect {
  fill: #d0d0d2; }

pm-action-areas .Opta .Opta-Timeintervalslider .Opta-Timeinteravalslider-PeriodButtons {
  display: flex;
  padding: 0 !important; }
  pm-action-areas .Opta .Opta-Timeintervalslider .Opta-Timeinteravalslider-PeriodButtons .Opta-Timeinteravalslider-Periodbutton {
    flex-grow: 1;
    margin: 0;
    height: 60px;
    width: auto;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    border: 1px solid #d4d4d4;
    border-left: 0; }
    pm-action-areas .Opta .Opta-Timeintervalslider .Opta-Timeinteravalslider-PeriodButtons .Opta-Timeinteravalslider-Periodbutton:first-of-type {
      border-left: 1px solid #d4d4d4; }
    pm-action-areas .Opta .Opta-Timeintervalslider .Opta-Timeinteravalslider-PeriodButtons .Opta-Timeinteravalslider-Periodbutton:hover {
      color: #d5002e;
      background-color: #e1e1e1; }
    pm-action-areas .Opta .Opta-Timeintervalslider .Opta-Timeinteravalslider-PeriodButtons .Opta-Timeinteravalslider-Periodbutton.Opta-On, pm-action-areas .Opta .Opta-Timeintervalslider .Opta-Timeinteravalslider-PeriodButtons .Opta-Timeinteravalslider-Periodbutton.Opta-On:hover {
      color: #d5002e;
      background: #fff; }

/**
 * PlaymakerJs.Molecules.GoalReplay
 */
.opta.opta-goal-replay h2 {
  color: #636466;
  text-align: center;
  background: none; }

.opta.opta-goal-replay .Opta-MatchHeader {
  color: #636466;
  font-family: "muli-regular", Helvetica, Arial, sans-serif; }
  .opta.opta-goal-replay .Opta-MatchHeader .Opta-Score .Opta-Team-Score {
    color: #636466;
    background: none; }
  .opta.opta-goal-replay .Opta-MatchHeader .Opta-MatchHeader-Details {
    background: #e8e8e8 !important; }
    .opta.opta-goal-replay .Opta-MatchHeader .Opta-MatchHeader-Details div {
      background: none; }

.opta.opta-goal-replay .Opta-FootballPitch .Opta-Node circle.Opta-Home {
  fill: #d5002e; }

.opta.opta-goal-replay .Opta-FootballPitch .Opta-Node circle.Opta-Away {
  fill: #2d2d2d; }

.opta.opta-goal-replay .Opta-FootballPitch.Opta-FootballPitch-Horizontal {
  background: url("../../images/png/Pitch-H_light.png"); }

.opta.opta-goal-replay .Opta-FootballPitch .Opta-Pitch-Crests {
  opacity: 1; }

.opta.opta-goal-replay .Opta-FootballPitch .Opta-Pitch-Crest {
  y: 30; }
  .opta.opta-goal-replay .Opta-FootballPitch .Opta-Pitch-Crest:Opta-Home {
    x: 70; }

.opta.opta-goal-replay .Opta-FootballPitch .Opta-Field {
  stroke: #666; }
  .opta.opta-goal-replay .Opta-FootballPitch .Opta-Field .Opta-Markings {
    opacity: 0.1; }
  .opta.opta-goal-replay .Opta-FootballPitch .Opta-Field .Opta-stdevent {
    stroke: #d5002e;
    fill: #d5002e; }

.opta.opta-goal-replay .Opta-Overlay.Opta-Home h3,
.opta.opta-goal-replay .Opta-Overlay.Opta-Home .Opta-Shirt {
  background-color: #d5002e; }

.opta.opta-goal-replay .Opta-Overlay.Opta-Away h3,
.opta.opta-goal-replay .Opta-Overlay.Opta-Away .Opta-Shirt {
  background-color: #2d2d2d; }

.opta.opta-goal-replay .Opta-playcontrol {
  background-color: #fff; }
  .opta.opta-goal-replay .Opta-playcontrol > button {
    position: relative;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    background: #d5002e; }
    .opta.opta-goal-replay .Opta-playcontrol > button:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../../images/svg/min/arrow-left-white.svg") no-repeat 50% 50%;
      background-size: 50%; }

.opta.opta-goal-replay .Opta-Fadeout {
  display: none; }

.opta.opta-goal-replay .Opta-EventButtons {
  padding: 0 !important;
  display: flex; }
  .opta.opta-goal-replay .Opta-EventButtons button {
    flex-grow: 1;
    margin: 0;
    height: 60px;
    width: auto;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    border: 1px solid #d4d4d4;
    border-left: 0; }
    .opta.opta-goal-replay .Opta-EventButtons button:first-of-type, .opta.opta-goal-replay .Opta-EventButtons button:last-of-type {
      border-left: 1px solid #d4d4d4; }
    .opta.opta-goal-replay .Opta-EventButtons button:last-of-type {
      border-top: 0; }
      @media (min-width: 400px) {
        .opta.opta-goal-replay .Opta-EventButtons button:last-of-type {
          border-top: 1px solid #d4d4d4;
          border-left: 0; } }
    .opta.opta-goal-replay .Opta-EventButtons button.Opta-On, .opta.opta-goal-replay .Opta-EventButtons button.Opta-On:hover, .opta.opta-goal-replay .Opta-EventButtons button:hover {
      color: #d5002e;
      background-color: #fff; }

.opta.opta-goal-replay .Opta-EventTicker li {
  border-bottom: none; }
  .opta.opta-goal-replay .Opta-EventTicker li.Opta-Home .Opta-JerseyNumber {
    background-color: #d5002e; }
  .opta.opta-goal-replay .Opta-EventTicker li.Opta-Away .Opta-JerseyNumber {
    background-color: #2d2d2d; }
  .opta.opta-goal-replay .Opta-EventTicker li.Opta-Selected:not(.Opta-EventTicker-TimeMarker).Opta-Home {
    background-color: #d5002e; }
  .opta.opta-goal-replay .Opta-EventTicker li.Opta-Selected:not(.Opta-EventTicker-TimeMarker).Opta-Away {
    background-color: #2d2d2d; }
  .opta.opta-goal-replay .Opta-EventTicker li .Opta-EventTicker-TimeMarker {
    background-color: #636466; }

.opta.opta-goal-replay .Opta-EventsBar .Opta-TimeSpan {
  y: 10;
  height: 10px;
  fill: #d5002e;
  opacity: 1; }

.opta.opta-goal-replay .Opta-EventsBar .Opta-Timestrip .Opta-EventMarker,
.opta.opta-goal-replay .Opta-EventsBar .Opta-Timestrip .Opta-CurrentTime {
  stroke: #d5002e; }

.opta.opta-goal-replay .Opta-EventsBar .Opta-EventsPanel .Opta-Player.Opta-Home .Opta-Shape {
  fill: #d5002e;
  stroke: #ffffff; }

.opta.opta-goal-replay .Opta-EventsBar .Opta-EventsPanel .Opta-Player.Opta-Away .Opta-Shape {
  fill: #2d2d2d;
  stroke: #ffffff; }

/**
 * Molecules.PM-Starting-Formations
 */
pm-starting-formations {
  font-family: "muli-regular", Helvetica, Arial, sans-serif; }
  pm-starting-formations .Opta .Opta-MatchHeader .Opta-Score {
    padding: 10px 0;
    width: 35px; }
  pm-starting-formations .Opta .Opta-MatchHeader .Opta-Team {
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem; }
    @media (min-width: 400px) {
      pm-starting-formations .Opta .Opta-MatchHeader .Opta-Team {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media (min-width: 620px) {
      pm-starting-formations .Opta .Opta-MatchHeader .Opta-Team {
        font-size: 20px;
        font-size: 2rem; } }
  pm-starting-formations .Opta .Opta-Competition {
    font-family: "muli-regular", Helvetica, Arial, sans-serif; }
  pm-starting-formations .Opta .Opta-FootballPitch.Opta-FootballPitch-Horizontal {
    background: url("../../images/png/Pitch-H_light.png"); }
  pm-starting-formations .Opta .Opta-FootballPitch .Opta-Field {
    stroke: #666; }
    pm-starting-formations .Opta .Opta-FootballPitch .Opta-Field .Opta-Markings {
      opacity: 0.1; }
  pm-starting-formations .Opta .Opta-FootballPitch .Opta-PlayerName {
    fill: #636466;
    filter: initial;
    font-family: "muli-regular", Helvetica, Arial, sans-serif; }
  pm-starting-formations .Opta .Opta-FootballPitch-Subplayers thead th {
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    background: #fff !important;
    border: 1px solid #d4d4d4; }

/**
 * Molecules.PM+Team-Compare
 */
.pm-head-to-head h3 {
  margin: 40px 0 0;
  color: #2d2d2d;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase; }
  @media (min-width: 620px) {
    .pm-head-to-head h3 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 870px) {
    .pm-head-to-head h3 {
      padding-left: 10px;
      text-align: left; } }
  @media (min-width: 1120px) {
    .pm-head-to-head h3 {
      padding-left: 0; } }

pm-team-compare {
  font-family: "muli-regular", Helvetica, Arial, sans-serif; }
  pm-team-compare .Opta th,
  pm-team-compare .Opta .Opta-Team-Card {
    background-color: #fff !important; }
  pm-team-compare .Opta-Team-Cards th {
    color: #2d2d2d;
    text-transform: capitalize; }
  pm-team-compare .Opta th.Opta-Team-Card {
    padding: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #d4d4d4; }
    pm-team-compare .Opta th.Opta-Team-Card .Opta-Image-Team {
      margin: 0;
      height: auto; }
      pm-team-compare .Opta th.Opta-Team-Card .Opta-Image-Team img {
        max-height: 45px;
        max-width: 45px; }
        @media (min-width: 400px) {
          pm-team-compare .Opta th.Opta-Team-Card .Opta-Image-Team img {
            max-height: 65px;
            max-width: 65px; } }
    pm-team-compare .Opta th.Opta-Team-Card .Opta-Team-Info {
      margin: 0; }
      pm-team-compare .Opta th.Opta-Team-Card .Opta-Team-Info .Opta-Team-Info-Name {
        display: none; }
  pm-team-compare .Opta .Opta-Tabs .Opta-Nav > ul {
    background-color: #fff; }
    pm-team-compare .Opta .Opta-Tabs .Opta-Nav > ul li {
      width: auto !important;
      border: 0; }
  pm-team-compare .Opta .Opta-Nav {
    text-align: center; }
    @media (min-width: 870px) {
      pm-team-compare .Opta .Opta-Nav {
        text-align: left; } }
    pm-team-compare .Opta .Opta-Nav li {
      float: none !important;
      margin: 0 10px; }
      @media (min-width: 400px) {
        pm-team-compare .Opta .Opta-Nav li {
          margin: 0 5px; } }
      @media (min-width: 620px) {
        pm-team-compare .Opta .Opta-Nav li {
          margin: 0 15px 0 0; } }
      @media (min-width: 870px) {
        pm-team-compare .Opta .Opta-Nav li {
          margin: 0 10px 0 0; } }
      @media (min-width: 1120px) {
        pm-team-compare .Opta .Opta-Nav li {
          margin: 0 15px 0 0; } }
      pm-team-compare .Opta .Opta-Nav li a {
        font-size: 0; }
        pm-team-compare .Opta .Opta-Nav li a:before {
          display: block;
          font-size: 14px;
          font-size: 1.4rem; }
        @media (min-width: 400px) {
          pm-team-compare .Opta .Opta-Nav li a {
            font-size: 14px;
            font-size: 1.4rem; }
            pm-team-compare .Opta .Opta-Nav li a:before {
              display: none; } }
        @media (min-width: 620px) {
          pm-team-compare .Opta .Opta-Nav li a {
            font-size: 16px;
            font-size: 1.6rem; } }
      pm-team-compare .Opta .Opta-Nav li:first-of-type a:before {
        content: 'ATTR.'; }
      pm-team-compare .Opta .Opta-Nav li:nth-of-type(2) a:before {
        content: 'DEF.'; }
      pm-team-compare .Opta .Opta-Nav li:nth-of-type(3) a:before {
        content: 'DIST.'; }
      pm-team-compare .Opta .Opta-Nav li:last-of-type a:before {
        content: 'DISC.'; }
  pm-team-compare .Opta .Opta-Nav a {
    display: inline-block !important;
    padding: 10px 0 5px;
    width: auto !important;
    color: #636466;
    font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-color: transparent !important;
    border-bottom: 3px solid transparent; }
    pm-team-compare .Opta .Opta-Nav a:hover, pm-team-compare .Opta .Opta-Nav a:focus {
      color: #2d2d2d;
      border-bottom: 3px solid #d5002e; }
  pm-team-compare .Opta .Opta-Nav li.Opta-On a {
    color: #2d2d2d;
    border-bottom: 3px solid #d5002e; }
  pm-team-compare .Opta-Table-Scroll > div {
    margin-bottom: -11px; }
  pm-team-compare table {
    border-collapse: collapse !important; }
    pm-team-compare table tbody tr {
      border: 1px solid #d4d4d4 !important;
      border-right: 1px solid #d4d4d4 !important; }
    pm-team-compare table tbody td {
      height: 45px;
      font-family: "muli-regular", Helvetica, Arial, sans-serif;
      font-size: 1.3rem !important; }
      @media (min-width: 400px) {
        pm-team-compare table tbody td {
          font-size: 1.6rem !important; } }
      pm-team-compare table tbody td.Opta-Table-Cards-1 {
        font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem; }
        @media (min-width: 620px) {
          pm-team-compare table tbody td.Opta-Table-Cards-1 {
            font-size: 20px;
            font-size: 2rem; } }

/**
 * PlaymakerJs.Organisms.MatchStatsTeamGraphs
 */
.opta-match-stats.team_graphs .Opta-MatchHeader .Opta-Divider:before {
  color: #636466 !important;
  @incldue font-size(22, true); }

.opta-match-stats.team_graphs .Opta-MatchHeader .Opta-TeamName {
  color: #636466 !important;
  font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  font-weight: bold; }
  @media (min-width: 620px) {
    .opta-match-stats.team_graphs .Opta-MatchHeader .Opta-TeamName {
      font-size: 20px !important;
      font-size: 2rem !important; } }

.opta-match-stats.team_graphs .Opta-Bars-Full {
  height: 20px; }
  .opta-match-stats.team_graphs .Opta-Bars-Full .Opta-Percent {
    height: 20px; }
    .opta-match-stats.team_graphs .Opta-Bars-Full .Opta-Percent.Opta-Team-25 {
      background: #d5002e; }
  .opta-match-stats.team_graphs .Opta-Bars-Full .Opta-Home::before {
    right: 0 !important;
    width: 2px !important;
    transform: skew(0deg, 0deg) !important; }

.opta-match-stats.team_graphs .Opta-TabbedContent li:last-of-type {
  border-bottom: none; }

.opta-match-stats.team_graphs .Opta-Stats-Bars tr,
.opta-match-stats.team_graphs .Opta-Stats-Bars th,
.opta-match-stats.team_graphs .Opta-Stats-Bars td {
  height: 35px;
  color: #636466 !important;
  font-family: "muli-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all .5s ease-in; }

.opta-match-stats.team_graphs .Opta-Tabs .Opta-Cf {
  border-bottom: none; }
  .opta-match-stats.team_graphs .Opta-Tabs .Opta-Cf li {
    margin: auto;
    max-width: 120px;
    border: none; }
    .opta-match-stats.team_graphs .Opta-Tabs .Opta-Cf li a {
      height: 40px;
      color: #636466;
      font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      border-bottom: none; }
    .opta-match-stats.team_graphs .Opta-Tabs .Opta-Cf li.Opta-On {
      border-bottom: none; }
      .opta-match-stats.team_graphs .Opta-Tabs .Opta-Cf li.Opta-On a {
        border-color: #d5002e;
        border-bottom: 4px solid #d5002e; }

/**
 * PlaymakerJs.Organisms.Standings
 */
.opta-standings {
  position: relative;
  z-index: 10;
  margin-top: -70px; }
  .opta-standings .opta__filters {
    display: flex;
    flex-wrap: wrap; }
  .opta-standings .opta__filter--season {
    margin-bottom: 0;
    width: 100%;
    max-width: none !important;
    overflow: hidden; }
    @media (min-width: 400px) {
      .opta-standings .opta__filter--season {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 768px) {
      .opta-standings .opta__filter--season {
        margin-bottom: 20px; } }
    @media (min-width: 1120px) {
      .opta-standings .opta__filter--season {
        width: 75%; } }
    .opta-standings .opta__filter--season div {
      display: flex !important; }
    .opta-standings .opta__filter--season-select {
      padding: 1px 0 0 1px;
      width: 100%;
      border: 1px solid #e0e0e0; }
      .opta-standings .opta__filter--season-select select {
        background-size: 10px; }
        .opta-standings .opta__filter--season-select select {
          font-size: 20px; }
          @media screen and (min-width: 320px) {
            .opta-standings .opta__filter--season-select select {
              font-size: calc(20px + 8 * (100vw - 320px) / 448); } }
          @media screen and (min-width: 768px) {
            .opta-standings .opta__filter--season-select select {
              font-size: 28px; } }
      @media (min-width: 620px) {
        .opta-standings .opta__filter--season-select {
          margin-bottom: 0; }
          .opta-standings .opta__filter--season-select select {
            background-size: 20px; } }
      @media (min-width: 768px) {
        .opta-standings .opta__filter--season-select {
          margin-bottom: 5px;
          width: 45%;
          max-width: 310px;
          border: 0; } }
    .opta-standings .opta__filter--season-competition-logo {
      margin: 10px auto;
      padding: 10px !important;
      width: 100%;
      max-width: none !important; }
      @media (min-width: 400px) {
        .opta-standings .opta__filter--season-competition-logo {
          width: 40%; } }
      @media (min-width: 620px) {
        .opta-standings .opta__filter--season-competition-logo {
          margin: 10px 0;
          width: 50%;
          max-width: none !important; } }
      @media (min-width: 768px) {
        .opta-standings .opta__filter--season-competition-logo {
          width: 200px; } }
      .opta-standings .opta__filter--season-competition-logo img {
        display: block;
        margin: auto;
        height: 36px;
        width: auto !important;
        max-width: 200px; }
    .opta-standings .opta__filter--season-select, .opta-standings .opta__filter--season-competition-logo {
      float: none; }
      @media (min-width: 620px) {
        .opta-standings .opta__filter--season-select, .opta-standings .opta__filter--season-competition-logo {
          display: block;
          float: left; } }
  @media (min-width: 400px) {
    .opta-standings .opta__filter--labelled {
      width: 100%; } }
  @media (min-width: 1120px) {
    .opta-standings .opta__filter--labelled {
      width: 20%; } }
  @media (min-width: 400px) {
    .opta-standings .add-calendar {
      margin: 0 auto;
      width: 60%; } }
  @media (min-width: 620px) {
    .opta-standings .add-calendar {
      width: 50%; } }
  @media (min-width: 768px) {
    .opta-standings .add-calendar {
      margin: 0;
      width: 200px; } }
  .opta-standings .Opta tbody tr {
    border-color: #e0e0e0; }
  .opta-standings .Opta thead tr:first-of-type th,
  .opta-standings .Opta thead tr:nth-of-type(2) th {
    padding: 25px 5px;
    color: #ffffff;
    background: #636466 !important; }
    .opta-standings .Opta thead tr:first-of-type th div,
    .opta-standings .Opta thead tr:nth-of-type(2) th div {
      display: block; }
    .opta-standings .Opta thead tr:first-of-type th:last-of-type div,
    .opta-standings .Opta thead tr:nth-of-type(2) th:last-of-type div {
      text-align: left; }
    @media (min-width: 870px) {
      .opta-standings .Opta thead tr:first-of-type th,
      .opta-standings .Opta thead tr:nth-of-type(2) th {
        padding: 25px 5px;
        font-size: 16px;
        font-size: 1.6rem; }
        .opta-standings .Opta thead tr:first-of-type th *,
        .opta-standings .Opta thead tr:nth-of-type(2) th * {
          font-family: "montserrat-bold", Helvetica, Arial, sans-serif;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold; } }
  .opta-standings .Opta tbody tr:nth-child(6) {
    border-bottom: 1px dashed #636466; }
  .opta-standings .Opta th,
  .opta-standings .Opta td {
    color: #636466;
    font-family: "muli-regular", Helvetica, Arial, sans-serif;
    border-right: none;
    border-bottom: none !important; }
    .opta-standings .Opta th:nth-child(2), .opta-standings .Opta th:nth-child(3),
    .opta-standings .Opta td:nth-child(2),
    .opta-standings .Opta td:nth-child(3) {
      text-align: center;
      border-right: none; }
    .opta-standings .Opta th:nth-child(1),
    .opta-standings .Opta td:nth-child(1) {
      border-left: none; }
    .opta-standings .Opta th .Opta-JS-Tip,
    .opta-standings .Opta td .Opta-JS-Tip {
      display: inline-block;
      float: none;
      margin-right: 10px;
      height: 30px;
      width: 30px !important;
      color: #2d2d2d;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 27px;
      background: #e0e0e0;
      border-radius: 50%; }
      .opta-standings .Opta th .Opta-JS-Tip:last-of-type,
      .opta-standings .Opta td .Opta-JS-Tip:last-of-type {
        margin-right: 0; }
      .opta-standings .Opta th .Opta-JS-Tip.Opta-Team,
      .opta-standings .Opta td .Opta-JS-Tip.Opta-Team {
        white-space: initial; }
      .opta-standings .Opta th .Opta-JS-Tip.Opta-Win,
      .opta-standings .Opta td .Opta-JS-Tip.Opta-Win {
        color: #12471b;
        background: #82c38b; }
      .opta-standings .Opta th .Opta-JS-Tip.Opta-Lose,
      .opta-standings .Opta td .Opta-JS-Tip.Opta-Lose {
        color: #89181a;
        background: #fea2a3; }
    .opta-standings .Opta th .Opta-Image-Holder,
    .opta-standings .Opta td .Opta-Image-Holder {
      padding-top: 4px; }
    .opta-standings .Opta th:nth-child(2),
    .opta-standings .Opta td:nth-child(2) {
      width: 30px;
      max-width: 60px; }
      @media (min-width: 620px) {
        .opta-standings .Opta th:nth-child(2),
        .opta-standings .Opta td:nth-child(2) {
          max-width: 70px !important; } }
    .opta-standings .Opta th:nth-child(3),
    .opta-standings .Opta td:nth-child(3) {
      max-width: 50px;
      font-size: 12px;
      font-size: 1.2rem; }
      @media (min-width: 620px) {
        .opta-standings .Opta th:nth-child(3),
        .opta-standings .Opta td:nth-child(3) {
          font-size: 16px;
          font-size: 1.6rem; } }
    .opta-standings .Opta th:nth-child(1), .opta-standings .Opta th:nth-child(4), .opta-standings .Opta th:nth-child(9),
    .opta-standings .Opta td:nth-child(1),
    .opta-standings .Opta td:nth-child(4),
    .opta-standings .Opta td:nth-child(9) {
      width: 50px;
      max-width: 50px;
      text-align: center !important; }
    .opta-standings .Opta th:nth-child(5), .opta-standings .Opta th:nth-child(6), .opta-standings .Opta th:nth-child(7), .opta-standings .Opta th:nth-child(8), .opta-standings .Opta th:nth-child(10),
    .opta-standings .Opta th .Opta-Sort-Control:before,
    .opta-standings .Opta th .Opta-Sort-Control:after,
    .opta-standings .Opta td:nth-child(5),
    .opta-standings .Opta td:nth-child(6),
    .opta-standings .Opta td:nth-child(7),
    .opta-standings .Opta td:nth-child(8),
    .opta-standings .Opta td:nth-child(10),
    .opta-standings .Opta td .Opta-Sort-Control:before,
    .opta-standings .Opta td .Opta-Sort-Control:after {
      display: none; }
    @media (min-width: 768px) {
      .opta-standings .Opta th:nth-child(1), .opta-standings .Opta th:nth-child(4), .opta-standings .Opta th:nth-child(8), .opta-standings .Opta th:nth-child(9), .opta-standings .Opta th:nth-child(10),
      .opta-standings .Opta td:nth-child(1),
      .opta-standings .Opta td:nth-child(4),
      .opta-standings .Opta td:nth-child(8),
      .opta-standings .Opta td:nth-child(9),
      .opta-standings .Opta td:nth-child(10) {
        display: table-cell;
        width: auto; }
      .opta-standings .Opta th .Opta-Sort-Control:before,
      .opta-standings .Opta th .Opta-Sort-Control:after,
      .opta-standings .Opta td .Opta-Sort-Control:before,
      .opta-standings .Opta td .Opta-Sort-Control:after {
        display: block; } }
    @media (min-width: 870px) {
      .opta-standings .Opta th:nth-child(1), .opta-standings .Opta th:nth-child(4), .opta-standings .Opta th:nth-child(5), .opta-standings .Opta th:nth-child(6), .opta-standings .Opta th:nth-child(7), .opta-standings .Opta th:nth-child(8), .opta-standings .Opta th:nth-child(9),
      .opta-standings .Opta td:nth-child(1),
      .opta-standings .Opta td:nth-child(4),
      .opta-standings .Opta td:nth-child(5),
      .opta-standings .Opta td:nth-child(6),
      .opta-standings .Opta td:nth-child(7),
      .opta-standings .Opta td:nth-child(8),
      .opta-standings .Opta td:nth-child(9) {
        display: table-cell;
        width: 100px !important; }
      .opta-standings .Opta th:nth-child(3),
      .opta-standings .Opta td:nth-child(3) {
        max-width: 160px; } }
  .opta-standings .Opta tr:nth-child(-n+6) td,
  .opta-standings .Opta tr:nth-child(-n+6) th,
  .opta-standings .Opta tr:nth-last-child(-n+3) td,
  .opta-standings .Opta tr:nth-last-child(-n+3) th {
    background: #f0f0f0 !important; }
  .opta-standings .Opta tr:nth-child(2) {
    border-bottom: 1px dotted #636466 !important; }
    .opta-standings .Opta tr:nth-child(2) th,
    .opta-standings .Opta tr:nth-child(2) td {
      padding: 0 !important;
      border-right: 1px solid #f0f0f0 !important;
      border-left: 1px solid #f0f0f0 !important; }
  .opta-standings .Opta tr:nth-child(6),
  .opta-standings .Opta tr:nth-child(21) {
    border-bottom: 1px solid #636466 !important; }
  .opta-standings .Opta tr.Opta-highlight th,
  .opta-standings .Opta tr.Opta-highlight td {
    color: #ffffff;
    font-weight: bold;
    background: #d5002e !important;
    border-right: 1px solid #d5002e !important;
    border-left: 1px solid #d5002e !important; }
  .opta-standings .Opta .Opta-Sort-Control:before {
    border-bottom-color: #e0e0e0 !important; }
  .opta-standings .Opta .Opta-Sort-Control:after {
    border-top-color: #e0e0e0 !important; }
  .opta-standings .Opta .Opta-Image {
    width: 100% !important; }
    .opta-standings .Opta .Opta-Image .Opta-Image-Team-Small {
      min-height: 30px;
      min-width: 30px; }
  .opta-standings .Opta .Opta-Tooltip {
    padding: 10px 20px;
    height: 88px;
    width: 220px;
    background: #fff; }
    .opta-standings .Opta .Opta-Tooltip .previous-fixture-small__date {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0 0 6px 0; }
    .opta-standings .Opta .Opta-Tooltip .previous-fixture-small__crest-text {
      display: none; }
    .opta-standings .Opta .Opta-Tooltip .previous-fixture-small__score {
      color: #2d2d2d;
      font-family: "muli-regular", Helvetica, Arial, sans-serif;
      font-size: 20px !important;
      font-size: 2rem !important;
      background: #fff; }
    .opta-standings .Opta .Opta-Tooltip span:before {
      background: white; }
  .opta-standings .Opta .Opta-Image-Team-Medium {
    width: 28px; }
    @media (min-width: 400px) {
      .opta-standings .Opta .Opta-Image-Team-Medium {
        width: 46px; } }
    @media (min-width: 620px) {
      .opta-standings .Opta .Opta-Image-Team-Medium {
        width: auto; } }
  .opta-standings .Opta .Opta-Record {
    text-align: left; }
  .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll td.Opta-Team,
  .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll th.Opta-Team {
    white-space: initial; }
    @media (min-width: 620px) {
      .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll td.Opta-Team,
      .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll th.Opta-Team {
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll td.Opta-Team,
      .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll th.Opta-Team {
        width: 28%; } }

@media (min-width: 768px) {
  .secondary-tabs__content .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll td.Opta-Team,
  .secondary-tabs__content .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll th.Opta-Team {
    width: auto; } }

@media (min-width: 1120px) {
  .secondary-tabs__content .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll td.Opta-Team,
  .secondary-tabs__content .opta-standings .Opta .Opta_F_S.Opta_F_S_N .Opta-Table-Scroll th.Opta-Team {
    padding-left: 0;
    width: 45%; } }

@media (min-width: 768px) {
  .secondary-tabs__content .opta-standings .Opta th:nth-child(1),
  .secondary-tabs__content .opta-standings .Opta th:nth-child(4),
  .secondary-tabs__content .opta-standings .Opta th:nth-child(8),
  .secondary-tabs__content .opta-standings .Opta th:nth-child(9),
  .secondary-tabs__content .opta-standings .Opta th:nth-child(10),
  .secondary-tabs__content .opta-standings .Opta td:nth-child(1),
  .secondary-tabs__content .opta-standings .opta-standings .Opta td:nth-child(4),
  .secondary-tabs__content .opta-standings .opta-standings .Opta td:nth-child(8),
  .secondary-tabs__content .opta-standings .opta-standings .Opta td:nth-child(9),
  .secondary-tabs__content .opta-standings .opta-standings .Opta td:nth-child(10) {
    width: 60px !important; } }

@media (min-width: 1120px) {
  .secondary-tabs__content .opta-standings .Opta th:nth-child(1),
  .secondary-tabs__content .opta-standings .Opta th:nth-child(4),
  .secondary-tabs__content .opta-standings .Opta th:nth-child(8),
  .secondary-tabs__content .opta-standings .Opta th:nth-child(9),
  .secondary-tabs__content .opta-standings .Opta th:nth-child(10),
  .secondary-tabs__content .opta-standings .Opta td:nth-child(1),
  .secondary-tabs__content .opta-standings .opta-standings .Opta td:nth-child(4),
  .secondary-tabs__content .opta-standings .opta-standings .Opta td:nth-child(8),
  .secondary-tabs__content .opta-standings .opta-standings .Opta td:nth-child(9),
  .secondary-tabs__content .opta-standings .opta-standings .Opta td:nth-child(10) {
    width: 50px !important; } }

@media (min-width: 1120px) {
  .secondary-tabs__content .opta-standings .Opta .Opta-Image-Team-Medium {
    max-width: 45px; } }

@media (min-width: 1120px) {
  .secondary-tabs__content .opta-standings .Opta thead tr:first-of-type th,
  .secondary-tabs__content .opta-standings .Opta thead tr:nth-of-type(2) th {
    padding: 15px 0px 15px 9px; } }

/**
 * U23s Table Styles
 */
.u23s .Opta tr:nth-last-child(-n+3) {
  background-color: #e0e0e0 !important; }

.u23s .Opta tr:nth-child(6) {
  background-color: #fff !important;
  border-bottom: 1px solid #d4d4d4 !important; }

.u23s .Opta tr:nth-child(2) {
  border-bottom: 1px solid #d4d9de !important; }
  .u23s .Opta tr:nth-child(2) th,
  .u23s .Opta tr:nth-child(2) td {
    padding: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important; }

.u23s .Opta tbody tr:nth-child(1) {
  border-bottom: 1px dotted #636466 !important; }
  .u23s .Opta tbody tr:nth-child(1) th,
  .u23s .Opta tbody tr:nth-child(1) td {
    border-right: 1px solid #f0f0f0 !important;
    border-left: 1px solid #f0f0f0 !important; }

.u23s .Opta tr:nth-child(21) {
  border-bottom: 1px solid #d4d4d4 !important; }

.u23s .Opta tr:nth-last-child(-n+3) td,
.u23s .Opta tr:nth-last-child(-n+3) th,
.u23s .Opta tbody tr:nth-child(6) td,
.u23s .Opta tbody tr:nth-child(6) th {
  background: #fff !important; }

.u23s .Opta tr:nth-child(5) {
  border-bottom: 1px solid #636466 !important; }

.u23s .Opta tbody tr.Opta-highlight,
.u23s .Opta tbody tr.Opta-divide.Opta-highlight {
  border-bottom: 0 !important; }
  .u23s .Opta tbody tr.Opta-highlight th,
  .u23s .Opta tbody tr.Opta-highlight td,
  .u23s .Opta tbody tr.Opta-divide.Opta-highlight th,
  .u23s .Opta tbody tr.Opta-divide.Opta-highlight td {
    color: #ffffff;
    font-weight: bold;
    background: #d5002e !important;
    border-right: 1px solid #d5002e !important;
    border-left: 1px solid #d5002e !important; }

/**
 * U18s Table Styles
 */
.u18s .Opta tr:nth-child(2) {
  border-bottom: 1px solid #d4d9de !important; }
  .u18s .Opta tr:nth-child(2) th,
  .u18s .Opta tr:nth-child(2) td {
    padding: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important; }

.u18s .Opta tbody tr:nth-child(1) {
  background-color: #e0e0e0 !important;
  border-bottom: 1px solid #636466 !important; }

.u18s .Opta tbody tr:nth-child(2),
.u18s .Opta tbody tr:nth-child(3),
.u18s .Opta tbody tr:nth-child(4),
.u18s .Opta tbody tr:nth-child(5),
.u18s .Opta tbody tr:nth-child(6),
.u18s .Opta tbody tr:nth-child(21),
.u18s .Opta tr:nth-last-child(-n+3) {
  background-color: #fff !important;
  border-bottom: 1px solid #d4d4d4 !important; }
  .u18s .Opta tbody tr:nth-child(2) td,
  .u18s .Opta tbody tr:nth-child(2) th,
  .u18s .Opta tbody tr:nth-child(3) td,
  .u18s .Opta tbody tr:nth-child(3) th,
  .u18s .Opta tbody tr:nth-child(4) td,
  .u18s .Opta tbody tr:nth-child(4) th,
  .u18s .Opta tbody tr:nth-child(5) td,
  .u18s .Opta tbody tr:nth-child(5) th,
  .u18s .Opta tbody tr:nth-child(6) td,
  .u18s .Opta tbody tr:nth-child(6) th,
  .u18s .Opta tbody tr:nth-child(21) td,
  .u18s .Opta tbody tr:nth-child(21) th,
  .u18s .Opta tr:nth-last-child(-n+3) td,
  .u18s .Opta tr:nth-last-child(-n+3) th {
    background: #fff !important; }

.u18s .Opta tbody tr.Opta-highlight {
  border-bottom: 0 !important; }
  .u18s .Opta tbody tr.Opta-highlight th,
  .u18s .Opta tbody tr.Opta-highlight td {
    border-right: 1px solid #d5002e !important;
    border-left: 1px solid #d5002e !important;
    background-color: #d5002e !important; }

/**
 * PlaymakerJs.Oranisms.SeasonPlayerStats
 */
pm-season-player-stats .Opta-TabbedContent {
  border: 1px solid #eaeaea; }

.Opta .Opta-Goal-Figure {
  background-repeat: no-repeat !important;
  background-position: center center !important; }

.Opta .Opta-Goal-Method-Left .Opta-Goal-Figure {
  background-image: url(../../images/svg/min/goal-left-foot.svg) !important; }

.Opta .Opta-Goal-Method-Right .Opta-Goal-Figure {
  background-image: url(../../images/svg/min/goal-right-foot.svg) !important; }

.Opta .Opta-Goal-Method-Headed .Opta-Goal-Figure {
  background-image: url(../../images/svg/min/goal-headed.svg) !important; }

.Opta .Opta-Goal-Method-Other .Opta-Goal-Figure {
  background-image: url(../../images/svg/min/goal-other.svg) !important; }

.Opta .Opta-Value,
.Opta .Opta .Opta-Stat .Opta-Value {
  color: #636466 !important;
  fill: #636466 !important; }

/**
 * Molecules.Redeem-Voucher
 */
.redeem-voucher-contain .header-cta .anonymous-user-only {
  display: none; }

.redeem-gift-title {
  margin-bottom: 40px !important;
  padding: 0 20px !important;
  font-size: 4rem !important; }

.redeem-gift-intro {
  text-align: center; }
  .redeem-gift-intro a {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline; }
    @media (min-width: 620px) {
      .redeem-gift-intro a {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 870px) {
      .redeem-gift-intro a {
        font-size: 18px;
        font-size: 1.8rem; } }

/**
 * Themes
 * @description Used to define the styles of Themes
 */
/**
 * Themes.Hospitality
 */
.content-theme-hospitality .header,
.content-theme-hospitality .header__top {
  background-color: #d0d0d2; }

.content-theme-hospitality .header__bottom,
.content-theme-hospitality .footer__bottom {
  background-color: transparent; }

.content-theme-hospitality .header__controls,
.content-theme-hospitality .header__bottom:before,
.content-theme-hospitality .footer__bottom:before {
  background: linear-gradient(to right, #909192, #636466 40%); }

.content-theme-hospitality .top-links__item a:hover {
  color: #2d2d2d; }

@media (min-width: 870px) {
  .content-theme-hospitality .main-nav {
    background-color: transparent; } }

.content-theme-hospitality .main-nav--active {
  background-color: #d5002e; }
  .content-theme-hospitality .main-nav--active .main-nav__link:hover {
    background-color: transparent; }
  .content-theme-hospitality .main-nav--active .sub-menu .main-nav__link:hover {
    color: #fff;
    background-color: transparent; }

.content-theme-hospitality .main-nav__link:hover, .content-theme-hospitality .main-nav__link:focus,
.content-theme-hospitality .main-nav__link--active:hover,
.content-theme-hospitality .main-nav__link--active:focus,
.content-theme-hospitality .main-nav__toggle:hover,
.content-theme-hospitality .main-nav__toggle:focus,
.content-theme-hospitality .search-toggle--mobile:hover,
.content-theme-hospitality .search-toggle--mobile:focus,
.content-theme-hospitality .header-cta:hover,
.content-theme-hospitality .header-cta:focus {
  background-color: #565759; }

.content-theme-hospitality .sub-menu .main-nav__link:hover, .content-theme-hospitality .sub-menu .main-nav__link:focus {
  color: #2d2d2d;
  background-color: #fff; }

.content-theme-hospitality .social-links__link:hover, .content-theme-hospitality .social-links__link:focus {
  background-color: #636466; }

.content-theme-hospitality .footer-cta__link {
  color: #636466; }
  .content-theme-hospitality .footer-cta__link:hover, .content-theme-hospitality .footer-cta__link:focus {
    color: #fff;
    background-color: #636466; }

.content-theme-hospitality .back-to-top:hover .back-to-top__icon, .content-theme-hospitality .back-to-top:focus .back-to-top__icon {
  fill: #636466; }
