/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: visible; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: local("Jura Regular"), local("Jura-Regular"), url(http://fonts.gstatic.com/s/jura/v7/1sCPU5CVs39F-CcTHpNRm_esZW2xOQ-xsNqO47m55DA.woff) format("woff"); }
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: local("Jura DemiBold"), local("Jura-DemiBold"), url(http://fonts.gstatic.com/s/jura/v7/eDdeCs52Irmcx7ewX4qPegLUuEpTyoUstqEm5AMlJo4.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxvR_54zmj3SbGZQh3vCOwvY.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff) format("woff"); }
/* colours */
/* modular scale em */
.matchStats {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 2.368593037em;
  text-align: center; }
  @media (min-width: 750px) {
    .matchStats {
      display: block !important;
      border-bottom: none;
      float: left;
      clear: none;
      width: 15.9364932276em;
      margin-left: 0.8884445em; } }
  @media (min-width: 850px) {
    .matchStats {
      margin-left: 3.35em; } }
  @media (min-width: 1000px) {
    .matchStats {
      float: left;
      width: 17.7133822276em;
      margin-left: 4.8em; } }
  @media (min-width: 1240px) {
    .matchStats {
      margin-left: 0.7em;
      width: 13.2883587604em; } }
  @media (min-width: 1440px) {
    .matchStats {
      width: 11.7456502606em;
      margin-left: 0.75em; } }
  @media (min-width: 1660px) {
    .matchStats {
      margin-left: 1.55em; } }
  @media (min-width: 2000px) {
    .matchStats {
      margin-left: 2.35em; } }
  .matchStats .barGraph {
    margin-bottom: 1em; }
    .matchStats .barGraph .label {
      display: block;
      color: #3d3d3d;
      font-size: 0.8em;
      margin-bottom: 1em;
      text-transform: uppercase; }
    .matchStats .barGraph .side-by-side {
      width: 100%;
      height: 3.1573345183em; }
      @media (min-width: 750px) {
        .matchStats .barGraph .side-by-side {
          height: 2.368593037em; } }
      .matchStats .barGraph .side-by-side div {
        height: 100%; }
      .matchStats .barGraph .side-by-side span {
        line-height: 3.1573345183em; }
        @media (min-width: 750px) {
          .matchStats .barGraph .side-by-side span {
            line-height: 2.368593037em; } }
  .matchStats .donutChart {
    float: left;
    width: 33.3333333333%;
    margin: 1em 0 0 0;
    text-align: center; }
    .matchStats .donutChart .label {
      display: block;
      color: #3d3d3d;
      font-size: 0.8em;
      line-height: 1.4em;
      margin-top: 1em;
      text-transform: uppercase; }
      @media (min-width: 1240px) {
        .matchStats .donutChart .label {
          font-size: 0.65em; } }
  .matchStats .graph-small {
    width: 90%;
    margin: 0 auto;
    position: relative; }
  .matchStats .graph-small[data-team1]:before {
    font-size: 1.333em;
    content: attr(data-team1);
    position: absolute;
    top: 38%;
    left: 44%;
    transform: translate(-50%, -50%); }
    @media (min-width: 750px) {
      .matchStats .graph-small[data-team1]:before {
        font-size: 1em; } }
    @media (min-width: 1240px) {
      .matchStats .graph-small[data-team1]:before {
        font-size: 0.7em; } }
  .matchStats .graph-small[data-team2]:after {
    font-size: 1.333em;
    content: attr(data-team2);
    position: absolute;
    bottom: 45%;
    right: 42%;
    transform: translate(50%, 50%); }
    @media (min-width: 750px) {
      .matchStats .graph-small[data-team2]:after {
        font-size: 1em; } }
    @media (min-width: 1240px) {
      .matchStats .graph-small[data-team2]:after {
        font-size: 0.7em; } }

.scoreRunTime {
  float: left;
  width: 100%;
  margin: 0 0 2.368593037em 0;
  padding-bottom: 1.333em;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  border: 1px solid #dedede;
  background: rgba(255, 255, 255, 0.5); }
  .scoreRunTime h2 {
    text-transform: uppercase; }

.table {
  display: none;
  clear: both;
  width: 23.6119385093em;
  margin: 0 auto 2.368593037em;
  overflow-x: scroll; }
  @media (min-width: 750px) {
    .table {
      display: block !important;
      width: 100%;
      padding: 0 1em;
      margin-bottom: 1.333em;
      overflow-x: visible; } }
  @media (min-width: 1000px) {
    .table {
      padding: 0 1.333em; } }
  .table table {
    width: 100%;
    margin: 0 auto 0.5em;
    background: rgba(255, 255, 255, 0.5); }
    .table table th {
      color: white;
      text-align: left;
      font-size: 0.95em;
      padding: 1em 0.5em;
      text-align: center;
      white-space: nowrap;
      border-right: 1px solid #dedede; }
      @media (min-width: 750px) {
        .table table th {
          font-size: 0.8em; } }
      @media (min-width: 1000px) {
        .table table th {
          font-size: 0.95em; } }
      @media (min-width: 1440px) {
        .table table th {
          font-size: 0.8em; } }
      @media (max-width: 750px) {
        .table table th .inline-label {
          display: none; } }
      @media (max-width: 750px) {
        .table table th .tooltip-content {
          display: block; } }
    .table table tr {
      background: #fafafa; }
      .table table tr:nth-child(odd) {
        background: whitesmoke; }
    .table table .PSR {
      color: white;
      background: #158ea8; }
    .table table .PSR-td {
      color: white;
      background: #18a1bf; }
    .table table td {
      color: #5e5e5e;
      white-space: nowrap;
      padding: 0.75em 1em;
      font-size: 1em;
      text-align: center;
      border-bottom: 1px solid #dedede;
      border-right: 1px solid #dedede;
      border-left: 1px solid #dedede; }
      @media (min-width: 750px) {
        .table table td {
          font-size: 0.8em; } }
      @media (min-width: 1240px) {
        .table table td {
          font-size: 0.75em; } }
      @media (min-width: 1440px) {
        .table table td {
          font-size: 0.7em; } }
    .table table td.playerName {
      text-align: left; }

@media (max-width: 750px) {
  .table::-webkit-scrollbar {
    -webkit-appearance: none; }

  .table::-webkit-scrollbar:vertical {
    width: 11px; }

  .table::-webkit-scrollbar:horizontal {
    height: 11px; }

  .table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: gray; }

  .table::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border-radius: 8px; } }
.team {
  display: none;
  clear: both;
  width: 23.6119385093em;
  margin: 0 auto; }
  @media (min-width: 750px) {
    .team {
      display: block !important;
      float: left;
      clear: none;
      width: 14.6213587604em; } }
  @media (min-width: 1000px) {
    .team {
      width: 17.7133822276em; } }
  .team .teamStats {
    overflow: hidden;
    text-align: center;
    margin: 1em auto 0;
    width: 22.7353216667em; }
    @media (min-width: 750px) {
      .team .teamStats {
        width: 100%; } }
  .team .teamStats div {
    position: relative;
    float: left;
    width: 7.4784405556em;
    height: 7.4784405556em;
    margin-right: 0.5em;
    color: white;
    font-size: 0.97em;
    text-align: center; }
    @media (min-width: 750px) {
      .team .teamStats div {
        width: 9.9687612606em;
        height: 9.9687612606em;
        font-size: 0.74em; } }
    @media (min-width: 850px) {
      .team .teamStats div {
        font-size: 0.82em; } }
    @media (min-width: 1000px) {
      .team .teamStats div {
        font-size: 0.99em; } }
    @media (min-width: 1240px) {
      .team .teamStats div {
        font-size: 0.792em; } }
    @media (min-width: 1440px) {
      .team .teamStats div {
        font-size: 0.77em; } }
    .team .teamStats div:last-child {
      margin-right: 0; }
    .team .teamStats div .value {
      display: block;
      width: 100%;
      margin-top: 5%;
      font-size: 4.2087269129em;
      font-weight: 700;
      letter-spacing: -0.05em; }
      @media (min-width: 750px) {
        .team .teamStats div .value {
          margin-top: 10%;
          font-size: 5.2087269129em; } }
    .team .teamStats div .label {
      position: absolute;
      bottom: 10%;
      display: block;
      width: 90%;
      left: 5%;
      font-size: 0.75em;
      font-weight: 600;
      line-height: 1.2em;
      text-transform: uppercase; }
      @media (min-width: 750px) {
        .team .teamStats div .label {
          font-size: 0.9em;
          line-height: 1.4em; } }
  .team .bookings .pieChart {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 10%;
    left: 20%;
    background-size: 100%;
    background-repeat: no-repeat; }
    .team .bookings .pieChart span {
      position: absolute;
      color: white;
      font-size: 0.75em; }
      @media (min-width: 750px) {
        .team .bookings .pieChart span {
          font-size: 1em; } }
    .team .bookings .pieChart .red {
      top: 30%;
      left: 70%; }
    .team .bookings .pieChart .yellow {
      top: 30%;
      left: 20%;
      color: #404040; }
    .team .bookings .pieChart .black {
      top: 70%;
      left: 48%;
      z-index: 100;
      color: #e0e0e0;
      color: white; }
  .team .graph-wrap {
    width: 17.7133822276em;
    height: 17.7133822276em;
    margin: 0 auto; }
    @media (min-width: 750px) {
      .team .graph-wrap {
        position: relative;
        width: 13.2883587604em;
        height: 13.2883587604em; } }
  .team .conversionRate {
    position: relative;
    color: white;
    width: 50%;
    top: 0.8em;
    margin: 0 auto;
    padding: 0.13em 0 0.25em;
    background: #158ea8;
    font-size: 3.1573345183em;
    font-weight: 600;
    border-radius: 100px; }
    @media (min-width: 750px) {
      .team .conversionRate {
        font-size: 2.368593037em; } }
    .team .conversionRate span {
      display: block;
      font-weight: 500;
      font-size: 0.25em; }
  .team .kickOutZone,
  .team .shotZone {
    text-align: center;
    margin-top: 2.368593037em;
    padding: 0 1em 1em;
    border: 1px solid #dedede;
    background: rgba(255, 255, 255, 0.5); }
    @media (min-width: 750px) {
      .team .kickOutZone,
      .team .shotZone {
        padding: 0 1em 1em; } }
    .team .kickOutZone img,
    .team .shotZone img {
      width: 100%;
      max-width: 100%; }
  .team .mvp {
    position: relative;
    clear: both;
    width: 100%;
    padding: 1em;
    text-align: left;
    margin: 2.368593037em 0;
    border: 1px solid #dedede;
    background: rgba(255, 255, 255, 0.5); }
    @media (min-width: 750px) {
      .team .mvp {
        padding-bottom: 1em;
        margin-bottom: 1.776889em; } }
    .team .mvp:after {
      content: '';
      display: table;
      clear: both; }
    .team .mvp img {
      float: left;
      width: 40%; }
    .team .mvp h2 {
      float: right;
      text-align: left;
      font-size: 1.776889em;
      width: 50%;
      margin: 0.5em 0 1em;
      color: #158ea8; }
      @media (min-width: 750px) {
        .team .mvp h2 {
          font-size: 1.776889em; } }
      @media (min-width: 1000px) {
        .team .mvp h2 {
          margin-bottom: 1.776889em; } }
      @media (min-width: 1240px) {
        .team .mvp h2 {
          margin-bottom: 1em; } }
    .team .mvp .mvpScore {
      position: absolute;
      top: 1em;
      right: 1em;
      color: white;
      width: 2.368593037em;
      height: 2.368593037em;
      padding-top: 0.38em;
      text-align: center;
      border-radius: 100%;
      background: #71b347;
      line-height: 1.55em;
      font-size: 1.333em; }
      @media (min-width: 750px) {
        .team .mvp .mvpScore {
          right: 1em;
          top: 1.776889em;
          font-size: 1em;
          line-height: 1.75em; } }
    .team .mvp .mvpName {
      float: right;
      width: 50%;
      font-size: 1.333em;
      color: #3d3d3d; }
      @media (min-width: 750px) {
        .team .mvp .mvpName {
          font-size: 1.776889em; } }
      @media (min-width: 1240px) {
        .team .mvp .mvpName {
          font-size: 1.333em; } }
    .team .mvp .button {
      float: left;
      width: auto;
      font-size: 1em;
      margin: 1em 0 0 10%; }
      @media (min-width: 750px) {
        .team .mvp .button {
          width: auto;
          text-align: center;
          margin-left: 10%; } }
      @media (min-width: 1000px) {
        .team .mvp .button {
          font-size: 1.333em; } }
      @media (min-width: 1240px) {
        .team .mvp .button {
          font-size: 1em; } }

.spiderGraphs:after {
  content: '';
  display: table;
  clear: both; }
.spiderGraphs .spiderGraph {
  clear: both;
  text-align: center;
  margin-bottom: 2.368593037em;
  text-transform: uppercase;
  border: 1px solid #dedede;
  background: rgba(255, 255, 255, 0.5); }
  .spiderGraphs .spiderGraph tspan {
    fill: #4d4d4d;
    font-size: 0.7em; }
    @media (min-width: 750px) {
      .spiderGraphs .spiderGraph tspan {
        font-size: 1em; } }
  @media (min-width: 750px) {
    .spiderGraphs .spiderGraph {
      margin-bottom: 3.1573345183em;
      width: 49%;
      float: left;
      clear: none;
      margin-right: 2%;
      margin-bottom: 1em;
      padding-bottom: 1.776889em; }
      .spiderGraphs .spiderGraph:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 750px) and (min-width: 1240px) {
    .spiderGraphs .spiderGraph {
      width: 32%; }
      .spiderGraphs .spiderGraph:nth-child(even) {
        margin-right: 2%; }
      .spiderGraphs .spiderGraph:nth-child(3n) {
        margin-right: 0; } }

@media (min-width: 750px) {
  .team2 {
    float: right; } }

.team .lineup {
  position: relative;
  width: 100%;
  height: 23.6119385093em; }
  .team .lineup .player {
    transform: translate(-50%, -50%); }

.team .subs {
  position: relative;
  width: 100%;
  text-align: center; }
  @media (max-width: 750px) {
    .team .subs {
      margin-bottom: 3.1573345183em; } }
  @media (min-width: 1000px) {
    .team .subs {
      margin-top: 1.333em; } }
  .team .subs h2 {
    text-transform: uppercase;
    margin-bottom: 0.5em; }
    @media (min-width: 750px) {
      .team .subs h2 {
        margin: 0 0 0.5em; } }
  .team .subs .player {
    width: 3.1573345183em;
    position: relative;
    display: inline-block; }
    @media (min-width: 750px) {
      .team .subs .player {
        margin-bottom: 1.776889em; } }

.player {
  position: absolute;
  width: 4.2087269129em;
  height: 1.776889em;
  text-align: center;
  background: url("../images/shirt-with-text.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (min-width: 750px) {
    .player {
      width: 3.1573345183em; } }
  .player .playerName {
    position: relative;
    top: 3.3em;
    display: block;
    font-size: 0.6em; }

.gaa .lineup {
  background: url("../images/pitch-gaa.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.football .lineup {
  background: url("../images/pitch-football.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

@media (min-width: 750px) {
  .bottom {
    width: 49%; } }

@media (min-width: 750px) {
  .tooltip-wrap {
    position: relative;
    height: 100%; }
    .tooltip-wrap .tooltip-content {
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: none;
      background: #000;
      background: rgba(0, 0, 0, 0.9);
      border-radius: 2px;
      padding: 0.5627813555em 0.7501875469em; }
      .tooltip-wrap .tooltip-content:after {
        content: '';
        border: 0.5627813555em solid transparent;
        border-top-color: #000;
        border-top-color: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: -1px; }
    .tooltip-wrap:hover .tooltip-content {
      display: block; }

  th:last-of-type .tooltip-content {
    left: auto;
    right: 0;
    transform: translate(0, -50%); }
    th:last-of-type .tooltip-content:after {
      left: auto;
      right: 7%; }

  th:hover .tooltip-content {
    display: block; } }
.football .pieChart {
  background-image: url("../images/piechart-soccer.svg"); }
  .football .pieChart .red {
    top: 41% !important; }
  .football .pieChart .yellow {
    top: 41% !important; }
  .football .pieChart .black {
    display: none; }

.gaa .pieChart {
  background-image: url("../images/piechart-gaa.svg"); }

/* colours */
/* modular scale em */
html, body {
  height: 100%; }

main {
  min-height: 100%; }

body {
  background: #fff;
  font-family: "Helvetica", "Arial";
  height: 100%;
  width: 100%;
  overflow: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; }

h1, h2, h3, h4, h5, h6, .heading {
  font-family: "Jura", "Helvetica Neue", "Arial"; }

main {
  font-size: 0.75em;
  padding-bottom: 1.776889em; }
  @media (min-width: 375px) {
    main {
      font-size: 0.85em; } }
  @media (min-width: 750px) {
    main {
      font-size: 1em; } }
  @media (min-width: 1000px) {
    main {
      font-size: 1em; } }
  @media (min-width: 1240px) {
    main {
      font-size: 1.5em; } }
  @media (min-width: 1440px) {
    main {
      font-size: 1.8em;
      min-height: 1400px; } }
  @media (min-width: 1660px) {
    main {
      font-size: 2em; } }
  @media (min-width: 2000px) {
    main {
      font-size: 2.4em; } }

body.playerAnalysis {
  background-image: url("../images/backgrounds/stadium-mobile.jpg"); }
  @media (min-width: 750px) {
    body.playerAnalysis {
      background-image: url("../images/backgrounds/stadium.jpg"); } }

@media (min-width: 1440px) {
  .playerAnalysis main {
    font-size: 1.5em; } }

.infographic {
  width: 23.6119385093em;
  margin: 0 auto; }
  @media (min-width: 750px) {
    .infographic {
      width: 750px; } }
  @media (min-width: 850px) {
    .infographic {
      width: 830px; } }
  @media (min-width: 1000px) {
    .infographic {
      width: 1000px; } }
  @media (min-width: 1240px) {
    .infographic {
      width: 1200px; } }
  @media (min-width: 1440px) {
    .infographic {
      width: 1400px; } }
  @media (min-width: 1660px) {
    .infographic {
      width: 1640px; } }
  @media (min-width: 2000px) {
    .infographic {
      width: 2000px; } }

body.gaa.matchAnalysis {
  background-image: url("../images/backgrounds/gaa-mobile.png"); }
  @media (min-width: 750px) {
    body.gaa.matchAnalysis {
      background-image: url("../images/backgrounds/gaa.jpg"); } }

body.football.matchAnalysis {
  background-image: url("../images/backgrounds/football-mobile.jpg"); }
  @media (min-width: 750px) {
    body.football.matchAnalysis {
      background-image: url("../images/backgrounds/football.jpg"); } }

.image img {
  max-width: 100%; }

header {
  float: left;
  color: #fff;
  padding: 0 1em;
  background: #192c31;
  width: 100%;
  margin-bottom: 1.776889em; }
  header .col1, header .col2, header .col3 {
    padding: 0.75em 0;
    text-align: center; }
  header .col1 {
    float: left;
    width: 10%; }
    @media (min-width: 1000px) {
      header .col1 {
        width: 16%;
        padding-top: 1.333em; } }
  header .col2 {
    float: left;
    width: 80%; }
    @media (min-width: 1000px) {
      header .col2 {
        width: 68%; } }
  header .col3 {
    float: right;
    width: 10%; }
    @media (min-width: 1000px) {
      header .col3 {
        width: 16%;
        padding-top: 1.333em; } }
  header .logo {
    margin: 0 -1em;
    padding: 0.75em 0 0.5em;
    background: white; }
    header .logo .image {
      width: 13.2883587604em;
      margin: 0 auto; }
  header .matchInfo {
    text-align: center;
    /* team badges */
    /* team scores */ }
    header .matchInfo .matchTitle, header .matchInfo .matchLocation {
      color: white;
      opacity: 0.65;
      text-align: center;
      font-size: 0.7em; }
    header .matchInfo .matchTeams {
      margin: 0;
      padding: 0;
      font-size: 1.776889em; }
      header .matchInfo .matchTeams span {
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        padding-top: 0.15em;
        font-size: 0.7em;
        background: #158ea8;
        border-radius: 100%; }
    header .matchInfo .team1Badge {
      float: left; }
    header .matchInfo .team2Badge {
      float: right; }
    header .matchInfo .teamScore {
      display: block;
      font-weight: bold;
      font-size: 0.8em;
      margin-top: 0.25em;
      width: 3.1573345183em; }
    @media (min-width: 1250px) {
      header .matchInfo .team1Score {
        float: left;
        clear: none;
        margin-top: 0.35em;
        font-size: 1.776889em; } }
    header .matchInfo .team2Score {
      float: right;
      clear: right; }
      @media (min-width: 1250px) {
        header .matchInfo .team2Score {
          clear: none;
          margin-top: 0.35em;
          font-size: 1.776889em; } }

.donutChart .donut {
  position: relative;
  display: inline-block;
  width: 5.6102329749em;
  height: 5.6102329749em;
  background: #31b05d;
  border-radius: 100%; }
  .donutChart .donut:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    background: white;
    border-radius: 100%; }

button {
  background: none;
  border: none; }

.mobileNav {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 3.1573345183em;
  background: #383838; }
  @media (min-width: 750px) {
    .mobileNav {
      display: none; } }
  .mobileNav button {
    position: relative;
    float: left;
    color: white;
    width: 33.3333333333%;
    height: 100%; }
  .mobileNav button.active:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #383838;
    border-width: 1em;
    margin-left: -1em; }

h2 {
  font-size: 1.333em;
  text-align: center;
  color: #3d3d3d;
  margin: 1em 0 1em 0; }

ul, ol {
  list-style: none;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0; }

.button {
  color: white;
  background: #158ea8;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none; }

footer {
  display: none;
  clear: both;
  position: relative;
  margin-top: 9.9687612606em;
  width: 100%;
  padding: 0 2.368593037em;
  height: 3.1573345183em;
  background: white; }
  @media (min-width: 750px) {
    footer {
      display: block; } }
  footer a {
    color: #71b347;
    line-height: 3.1573345183em;
    text-decoration: none; }
  footer .logo {
    position: absolute;
    left: 50%;
    top: 1.1em;
    width: 13.2883587604em;
    margin-left: -6.6441793802em; }
  footer a:first-child {
    position: absolute;
    left: 2.368593037em; }
  footer a:last-child {
    position: absolute;
    right: 2.368593037em; }

.teamBadge {
  width: 2.368593037em;
  height: 2.368593037em;
  background: white;
  border-radius: 100%;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  position: relative;
  overflow: hidden; }
  .teamBadge img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%; }

.team1text {
  color: #31B05D; }

.team2text {
  color: #E8A53D; }

.side-by-side {
  overflow: hidden; }

.side-by-side,
.side-by-side div {
  width: 200px;
  height: 48px;
  color: #fff;
  position: relative;
  border-radius: 50px; }

.side-by-side div,
.side-by-side span {
  line-height: 48px;
  padding: 0 16px; }

.side-by-side div {
  width: 20%; }

.side-by-side span {
  position: absolute;
  top: 0;
  left: 0; }

.side-by-side span + span {
  left: auto;
  right: 0; }

.arc, .slice path {
  transition: all ease-in-out 0.25s;
  stroke: 1px solid #ffffff; }

.slice text {
  pointer-events: none; }

.tooltip {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  pointer-events: none; }
  .tooltip.inline {
    width: auto;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%); }

.axis path,
.axis line {
  fill: none;
  shape-rendering: crispedges;
  stroke: #cccccc; }

.grid .tick {
  stroke: grey;
  opacity: 0.5 !important; }

.bar rect {
  fill: #ed1e79; }

.bar text.value {
  fill: black; }

circle {
  fill: white;
  stroke: #ed1e79;
  stroke-width: 1; }

.gridCircle {
  opacity: 1;
  stroke-width: 1; }

.radarInvisibleCircle {
  opacity: 0 !important; }

.team1Border,
.team2Border {
  opacity: 0; }
  .team1Border:hover,
  .team2Border:hover {
    opacity: 1; }

.line-graph text {
  font-size: 0.6em;
  opacity: 0.4; }

.graph-wrap-radar {
  max-width: 90%;
  margin: 0 auto;
  position: relative; }

.playerAnalysis {
  position: relative;
  text-align: center; }
  @media (min-width: 1240px) {
    .playerAnalysis main {
      min-height: 1300px; } }
  .playerAnalysis header {
    margin-bottom: 0; }
  .playerAnalysis .playerStats {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 7.4784405556em;
    max-width: 31.4747140329em; }
    @media (min-width: 750px) {
      .playerAnalysis .playerStats {
        max-width: 41.9557938059em;
        padding-top: 9.9687612606em; } }
  .playerAnalysis .btnBack {
    position: absolute;
    left: 0;
    top: 9em;
    background-image: url("../images/icoBack.svg");
    background-repeat: no-repeat;
    background-size: 0.8em 0.8em;
    padding-left: 1.776889em;
    font-size: 1em;
    background-position: 0.5em center; }
    @media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
      .playerAnalysis .btnBack {
        background-image: none; } }

.mvpPlayerAnalysis li {
  position: absolute;
  color: white;
  background: rgba(21, 142, 168, 0.75);
  width: 6.3em;
  height: 6.3em;
  padding: 0.75em 0;
  border-radius: 100%; }
  @media (min-width: 750px) {
    .mvpPlayerAnalysis li {
      width: 7.4784405556em;
      height: 7.4784405556em; } }
  .mvpPlayerAnalysis li .mvpValue {
    font-size: 2.368593037em; }
    @media (min-width: 750px) {
      .mvpPlayerAnalysis li .mvpValue {
        font-size: 3.1573345183em; } }
  .mvpPlayerAnalysis li .mvpLabel {
    display: block;
    font-size: 0.6em;
    line-height: 1.3em;
    text-transform: uppercase; }
    @media (min-width: 750px) {
      .mvpPlayerAnalysis li .mvpLabel {
        font-size: 0.75em; } }
  .mvpPlayerAnalysis li .mvpAverage {
    position: absolute;
    bottom: -0.75em;
    width: 4.2087269129em;
    left: 50%;
    margin-left: -2.1043634565em;
    background: #71b347;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 500;
    padding: 0.3em 0.5em;
    border-radius: 2em; }
    @media (min-width: 750px) {
      .mvpPlayerAnalysis li .mvpAverage {
        font-size: 0.9em; } }
.mvpPlayerAnalysis .mvpTotalPossessions {
  left: 0;
  top: 1.776889em; }
.mvpPlayerAnalysis .mvpPossessionsLost {
  top: 0;
  left: 50%;
  margin-left: -3.15em; }
  @media (min-width: 750px) {
    .mvpPlayerAnalysis .mvpPossessionsLost {
      margin-left: -3.7392202778em; } }
.mvpPlayerAnalysis .mvpKickoutsWon {
  right: 0;
  top: 1.776889em; }
.mvpPlayerAnalysis .mvpSuccessfulAttacks {
  left: 0;
  top: 20.8707167459em; }
  @media (min-width: 750px) {
    .mvpPlayerAnalysis .mvpSuccessfulAttacks {
      top: 31.4747140329em; } }
.mvpPlayerAnalysis .mvpScores {
  top: 23.6119385093em;
  left: 50%;
  padding-top: 1.2em;
  margin-left: -3.15em; }
  @media (min-width: 750px) {
    .mvpPlayerAnalysis .mvpScores {
      top: 37.0849470079em;
      margin-left: -3.7392202778em; } }
  .mvpPlayerAnalysis .mvpScores .mvpLabel span {
    font-style: italic; }
.mvpPlayerAnalysis .mvpScoreAssists {
  top: 20.8707167459em;
  right: 0; }
  @media (min-width: 750px) {
    .mvpPlayerAnalysis .mvpScoreAssists {
      top: 31.4747140329em; } }

.mvpPlayerAnalysisMid {
  overflow: hidden; }
  @media (min-width: 750px) {
    .mvpPlayerAnalysisMid {
      width: 108%;
      margin-left: -4%; } }
  .mvpPlayerAnalysisMid li {
    position: absolute;
    max-width: 3.1573345183em; }
    @media (min-width: 750px) {
      .mvpPlayerAnalysisMid li {
        max-width: 7.9788260119em; } }
    .mvpPlayerAnalysisMid li .mvpValue {
      display: block;
      color: #158ea8;
      font-size: 1.65em; }
      @media (min-width: 750px) {
        .mvpPlayerAnalysisMid li .mvpValue {
          font-size: 2.368593037em; } }
      .mvpPlayerAnalysisMid li .mvpValue:after {
        content: '';
        position: absolute;
        top: 0.5em;
        z-index: -100;
        height: 1px;
        width: 8em;
        background: #15303d; }
      .mvpPlayerAnalysisMid li .mvpValue:before {
        content: '';
        position: absolute;
        top: 0.38em;
        width: 0.3em;
        height: 0.3em;
        background: #15303d;
        border-radius: 100%; }
    .mvpPlayerAnalysisMid li .mvpLabel {
      display: inline-block;
      clear: both;
      color: white;
      padding: 0.3em 0.65em 0.3em;
      font-size: 0.5em;
      text-transform: uppercase;
      background: #15303d; }
      @media (min-width: 750px) {
        .mvpPlayerAnalysisMid li .mvpLabel {
          font-size: 0.8em; } }
  .mvpPlayerAnalysisMid .left {
    text-align: left; }
    .mvpPlayerAnalysisMid .left .mvpValue:after,
    .mvpPlayerAnalysisMid .left .mvpValue:before {
      left: 120%; }
      @media (min-width: 750px) {
        .mvpPlayerAnalysisMid .left .mvpValue:after,
        .mvpPlayerAnalysisMid .left .mvpValue:before {
          left: 90%; } }
  .mvpPlayerAnalysisMid .right {
    left: auto;
    right: 0.85em;
    text-align: right; }
    @media (min-width: 750px) {
      .mvpPlayerAnalysisMid .right {
        right: -1.6em; } }
    .mvpPlayerAnalysisMid .right .mvpValue:after,
    .mvpPlayerAnalysisMid .right .mvpValue:before {
      right: 50%; }
      @media (min-width: 750px) {
        .mvpPlayerAnalysisMid .right .mvpValue:after,
        .mvpPlayerAnalysisMid .right .mvpValue:before {
          right: 60%; } }
  .mvpPlayerAnalysisMid .mvpShotAccuracy,
  .mvpPlayerAnalysisMid .mvpBookings {
    top: 9.2553295556em; }
    @media (min-width: 750px) {
      .mvpPlayerAnalysisMid .mvpShotAccuracy,
      .mvpPlayerAnalysisMid .mvpBookings {
        top: 11.3017612606em; } }
  .mvpPlayerAnalysisMid .mvpTurnoversWon,
  .mvpPlayerAnalysisMid .mvpScorableFrees {
    top: 13.2883587604em; }
    @media (min-width: 750px) {
      .mvpPlayerAnalysisMid .mvpTurnoversWon,
      .mvpPlayerAnalysisMid .mvpScorableFrees {
        top: 16.4456932787em; } }

.mvpTeam {
  display: inline-block;
  color: white;
  width: auto;
  padding: 0.4em 0.6em;
  font-size: 0.8em;
  background: #e8a53d;
  margin: 1em 0 1em;
  border-radius: 50px; }
  @media (min-width: 750px) {
    .mvpTeam {
      font-size: 1.333em;
      margin: 1.333em 0; } }

.mvpPlayerImage {
  width: 60%;
  margin: 0 auto; }
  .mvpPlayerImage img {
    max-width: 100%;
    border-radius: 100%; }

.mvpPlayerName {
  display: block;
  position: absolute;
  top: 16.1em;
  color: white;
  width: 100%;
  z-index: 1000;
  font-size: 1.776889em;
  padding: 0.2em 0; }
  .mvpPlayerName div {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: -0.237601541em 0 !important; }
    @media (min-width: 750px) {
      .mvpPlayerName div {
        width: 80px;
        height: 80px; } }
  @media (min-width: 375px) {
    .mvpPlayerName {
      top: 16.4em; } }
  @media (min-width: 750px) {
    .mvpPlayerName {
      font-size: 3.1573345183em;
      padding: 0.4em 0;
      top: 12.05em; } }
