@charset "UTF-8";
body {
  
}

/* Tables
/* ------------------------- */
table {
  background-color: transparent;
  color: #9a9da2;
}

caption {
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  color: #9a9da2;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 6.5px;
  vertical-align: middle;
  border-top: 1px solid #e4e7ed;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.42857143em;
}

@media (min-width: 992px) {
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 13px 10px;
    font-size: 11px;
  }
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e4e7ed;
  font-weight: 700;
  color: #31404b;
  font-style: normal;
  text-transform: uppercase;
}

.table > tbody > tr > th {
  color: #31404b;
  font-weight: normal;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #e4e7ed;
}

.table--lg > thead > tr > th,
.table--lg > thead > tr > td,
.table--lg > tbody > tr > th,
.table--lg > tbody > tr > td,
.table--lg > tfoot > tr > th,
.table--lg > tfoot > tr > td {
  padding: 8.5px;
}

@media (min-width: 992px) {
  .table--lg > thead > tr > th,
  .table--lg > thead > tr > td,
  .table--lg > tbody > tr > th,
  .table--lg > tbody > tr > td,
  .table--lg > tfoot > tr > th,
  .table--lg > tfoot > tr > td {
    padding: 17px 12px;
  }
}

.table-thead-color > thead > tr > th {
  background-color: #f5f7f9;
}

.table-top-border > thead:first-child > tr:first-child > th {
  border-top: 1px solid #e4e7ed;
}

.table > tbody > tr.highlighted {
  background-color: #f5f7f9;
}

td.highlight {
  color: #31404b;
}

.table-hover > tbody > tr {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.table-hover > tbody > tr:hover {
  color: #9a9da2;
  background-color: #f5f7f9;
}

.table-bordered {
  border: 1px solid #e4e7ed;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e4e7ed;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-wrap-bordered {
  border: 1px solid #e4e7ed;
}

@media (max-width: 767px) {
  .table-responsive {
    border: none;
    margin-bottom: 0;
  }
}

.table--no-border > thead > tr > th,
.table--no-border > thead > tr > td,
.table--no-border > tbody > tr > th,
.table--no-border > tbody > tr > td,
.table--no-border > tfoot > tr > th,
.table--no-border > tfoot > tr > td {
  border: none;
}

.table__cell-center {
  text-align: center;
}

.table__cell-center > thead > tr > th {
  text-align: center;
}

.table__cell-center > thead > tr > th:first-child {
  text-align: left;
}

.table-stats > thead > tr > th,
.table-stats > thead > tr > td,
.table-stats > tbody > tr > th,
.table-stats > tbody > tr > td,
.table-stats > tfoot > tr > th,
.table-stats > tfoot > tr > td {
  text-align: center;
  vertical-align: middle;
}

.table-stats > thead > tr > th.text-left,
.table-stats > thead > tr > td.text-left,
.table-stats > tbody > tr > th.text-left,
.table-stats > tbody > tr > td.text-left,
.table-stats > tfoot > tr > th.text-left,
.table-stats > tfoot > tr > td.text-left {
  text-align: left;
}

.table-stats > thead > tr > th.text-right,
.table-stats > thead > tr > td.text-right,
.table-stats > tbody > tr > th.text-right,
.table-stats > tbody > tr > td.text-right,
.table-stats > tfoot > tr > th.text-right,
.table-stats > tfoot > tr > td.text-right {
  text-align: right;
}

@media (min-width: 992px) {
  .table-stats > thead > tr > th:first-child,
  .table-stats > tbody > tr > td:first-child {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .table-stats > thead > tr > th:last-child,
  .table-stats > tbody > tr > td:last-child {
    padding-right: 10px;
  }
}

.table-stats th.table-stats__subheading {
  text-align: left;
  font-weight: bold;
  font-style: normal;
  padding-left: 24px;
}

.table-stats th.table-stats__subheading--highlight {
  -webkit-box-shadow: inset 6px 0 0 #458039;
          box-shadow: inset 6px 0 0 #458039;
}

.table-stats th.table-stats__subheading--highlight-info {
  -webkit-box-shadow: inset 6px 0 0 #0cb2e2;
          box-shadow: inset 6px 0 0 #0cb2e2;
}

.team-color--1 {
  color: #00ff5b;
}

.team-color--2 {
  color: #ffe71b;
}

.team-color--3 {
  color: #ff3f5a;
}

.team-color--4 {
  color: #00fff6;
}

.team-color--5 {
  color: #fff7ca;
}

.team-color--6 {
  color: #9979ff;
}

.team-color--7 {
  color: #00deff;
}

.widget-game-result .progress-double-wrapper + .progress-double-wrapper {
  margin-top: 24px;
}

.widget-game-result__extra-stats .progress-double-wrapper {
  margin-top: 24px;
}

.widget-game-result__stack-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 15px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-game-result__stack-item + .widget-game-result__stack-item {
  border-top: 1px solid #e4e7ed;
}

.widget-game-result__stack-item .widget-game-result__stack-value {
  color: #31404b;
}

.widget-game-result__stack-item--teams {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-game-result__stack-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget-game-result__stack-team--second {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.widget-game-result__stack-team--second .widget-game-result__stack-team-logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 14px;
}

.widget-game-result__stack-team-logo {
  margin-right: 14px;
}

.widget-game-result__stack-team-name {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.widget-game-result__stack-team-place {
  display: block;
  font-size: 9px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}

.widget-game-result__stack-result {
  font-size: 11px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget-game-result__stack-result-team {
  display: inline-block;
  position: relative;
}

.widget-game-result__stack-result-team + .widget-game-result__stack-result-team::before {
  content: "-";
  display: inline-block;
  margin: 0 .3em 0 .05em;
  color: #31404b;
}

.widget-game-result__stack-result-team + .widget-game-result__stack-result-team::after {
  display: none;
  left: auto;
  right: -8px;
  border-left: none;
  border-right: 3px solid #458039;
}

@media (min-width: 1200px) {
  .widget-game-result__stack-result-team + .widget-game-result__stack-result-team::after {
    right: -14px;
  }
}

.widget-game-result__stack-result-team.win {
  color: #31404b;
}

.widget-game-result__stack-result-team.win::after {
  display: block;
}

.widget-game-result__stack-result-team::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #458039;
}

@media (min-width: 1200px) {
  .widget-game-result__stack-result-team::after {
    left: -14px;
  }
}

.widget-game-result__stack-result--divider-slash .widget-game-result__stack-result-team {
  color: #31404b;
}

.widget-game-result__stack-result--divider-slash .widget-game-result__stack-result-team + .widget-game-result__stack-result-team::before {
  content: "/";
}

/* Widget: Poll */
.poll-form__question {
  margin-bottom: 1.5em;
}

.poll-form__options {
  line-height: 26px;
}

.poll-form__options .radio-inline {
  margin-bottom: 9px;
  font-weight: 700;
  font-style: normal;
}

.poll-form__options .radio-wrapper {
  overflow: hidden;
}

.poll-form__options .radio-progress-value {
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #31404b;
}

/* Widget: Results */
.widget-results .card__content {
  padding: 0;
}

.widget-results__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-results__item {
  border-top: 1px solid #e4e7ed;
}

.widget-results__item:first-child {
  border-top: none;
}

.widget-results__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.2em;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: #9a9da2;
  border-bottom: 1px solid #e4e7ed;
  padding: 10px 24px;
  margin-bottom: 0;
}

.widget-results__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px;
}

@media (min-width: 1200px) {
  .widget-results__content {
    padding: 16px 24px;
  }
}

.widget-results__team {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget-results__team {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

.widget-results__team-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .widget-results__team-logo {
    margin-right: 8px;
    width: 28px;
  }
}

.widget-results__team--second .widget-results__team-logo {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .widget-results__team--second .widget-results__team-logo {
    margin-right: 0;
    margin-left: 8px;
  }
}

.widget-results__team-details {
  display: inline-block;
  vertical-align: middle;
}

.widget-results__team-name {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
  font-style: normal;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .widget-results__team-name {
    font-size: 13px;
  }
}

.widget-results__team-info {
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  display: block;
  line-height: 1.2em;
}

@media (min-width: 992px) {
  .widget-results__team-info {
    font-size: 9px;
  }
}

.widget-results__team--second {
  text-align: right;
}

.widget-results__result {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.widget-results__score {
  font-family: "Montserrat", sans-serif;
  color: #31404b;
  font-size: 10px;
  line-height: 1.2em;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .widget-results__score {
    font-size: 12px;
  }
}

.widget-results__score-winner:before {
  content: "";
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #458039;
  border-left: 4px solid #458039;
  width: 0;
  height: 0;
  margin-right: .5em;
}

.widget-results__score-loser ~ .widget-results__score-winner::before {
  display: none;
}

.widget-results__score-loser ~ .widget-results__score-winner::after {
  content: "";
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #458039;
  border-right: 4px solid #458039;
  width: 0;
  height: 0;
  margin-left: .5em;
}

.widget-results__status {
  display: block;
  font-size: 8px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
  color: #9a9da2;
}

@media (min-width: 992px) {
  .widget-results__status {
    font-size: 9px;
  }
}

.widget-results__dl {
  margin: -1px 0 0 0;
  padding: 0;
}

.widget-results__dt {
  font-size: normal-1px;
  font-style: normal;
  color: #31404b;
  margin: 0;
  border-top: 1px solid #e4e7ed;
  border-bottom: 1px solid #e4e7ed;
  padding: 5px 12px;
  position: relative;
}

.widget-results__dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #458039;
}

@media (min-width: 1200px) {
  .widget-results__dt {
    padding: 10px 24px;
  }
}

.widget-results__dt--category-1::before {
  background-color: #458039;
}

.widget-results__dt--category-2::before {
  background-color: #07e0c4;
}

.widget-results__dt--category-3::before {
  background-color: #458039;
}

.widget-results__dt--category-4::before {
  background-color: #f34141;
}

.widget-results__dd {
  margin: 0;
  padding: 0;
}


/* Widget: Team Info */
.team-info-list {
  margin: 0;
}

.team-info__item {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-info__item + .team-info__item {
  border-top: 1px solid #e4e7ed;
}

.team-info__label,
.team-info__value {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #31404b;
  font-weight: 700;
}

.team-info__value {
  margin-left: auto;
}

.team-info__value--active {
  color: #458039;
}

.team-info__item--desc {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}

.team-info__item--desc .team-info__label {
  display: inline-block;
  margin: 0;
}

/* Team Standings */
.table-standings {
  border: none;
  margin-bottom: 0;
}

.widget-standings .table-standings > thead > tr > th {
  vertical-align: middle;
  text-align: center;
}

.widget-standings .table-standings > thead > tr > th:first-child {
  text-align: left;
  padding-left: 24px;
}

.widget-standings .table-standings > thead > tr > th:last-child {
  padding-right: 24px;
}

.widget-standings .table-standings > tbody > tr > td {
  vertical-align: middle;
  color: #31404b;
  text-align: center;
}

.widget-standings .table-standings > tbody > tr > td:first-child {
  padding-left: 24px;
}

.widget-standings .table-standings > tbody > tr > td:last-child {
  padding-right: 24px;
}

.widget-standings .table-standings > tbody {
  counter-reset: counter;
}

.widget-standings .table-standings > tbody > tr > td:first-child > .team-meta::before {
  display: inline-block;
  vertical-align: middle;
  content: counter(counter, decimal-leading-zero);
  counter-increment: counter;
  font-size: 11px;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  color: #9a9da2;
}

.team-meta {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-meta__logo {
  display: none;
}

.team-meta__logo img {
    display: none;
}

.team-meta__info {
  display: inline-block;
  vertical-align: middle;
}

.team-meta__name {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0;
  text-transform: none;
  vertical-align: middle;
}

.team-meta__place {
  display: block;
  font-size: 11px;
  line-height: 1.2em;
  color: #9a9da2;
}

.team-meta__vs {
  display: inline-block;
  color: #31404b;
  padding: 0 20px;
}

/* Table Standings: Full */
.table-standings--full > thead > tr > th {
  vertical-align: middle;
  text-align: center;
}

@media (min-width: 992px) {
  .table-standings--full > thead > tr > th:first-child {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .table-standings--full > thead > tr > th:last-child {
    padding-right: 10px;
  }
}

.table-standings--full > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}

@media (min-width: 992px) {
  .table-standings--full > tbody > tr > td:first-child {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .table-standings--full > tbody > tr > td:last-child {
    padding-right: 10px;
  }
}

.table-standings--full .team-standings__pos {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .table-standings--full .team-standings__pos {
    padding-left: 5px;
    width: 10px;
  }
}

.table-standings--full .team-standings__team {
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .table-standings--full .team-standings__team {
    width: 190px;
    vertical-align: middle;
  }
}

.table-standings--full .team-standings__win,
.table-standings--full .team-standings__lose,
.table-standings--full .team-standings__gb {
  color: #31404b;
}

.table-standings--full .team-standings__win,
.table-standings--full .team-standings__lose,
.table-standings--full .team-standings__pct,
.table-standings--full .team-standings__gb,
.table-standings--full .team-standings__home,
.table-standings--full .team-standings__road,
.table-standings--full .team-standings__div,
.table-standings--full .team-standings__ppg,
.table-standings--full .team-standings__op-ppg,
.table-standings--full .team-standings__diff,
.table-standings--full .team-standings__strk,
.table-standings--full .team-standings__lead {
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .table-standings--full .team-standings__home,
  .table-standings--full .team-standings__road,
  .table-standings--full .team-standings__div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .table-standings--full .team-standings__lead {
    padding-right: 30px;
  }
}

/* Table Standings: Soccer */
.table-standings--full-soccer .team-standings__played,
.table-standings--full-soccer .team-standings__drawn,
.table-standings--full-soccer .team-standings__goals-for,
.table-standings--full-soccer .team-standings__goals-against,
.table-standings--full-soccer .team-standings__goals-diff,
.table-standings--full-soccer .team-standings__total-points,
.table-standings--full-soccer .team-standings__points-diff {
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
}

.table-standings--full-soccer .team-standings__drawn,
.table-standings--full-soccer .team-standings__total-points {
  color: #31404b;
}

@media (min-width: 1200px) {
  .table-standings--full-soccer .team-standings__points-diff {
    padding-right: 30px;
  }
}

/* Game Results */
.game-result__teams-wrapper {
  position: relative;
}

.game-result__header {
  text-align: center;
  margin-bottom: 15px;
}

.game-result__title {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: .25em;
  text-transform: uppercase;
  font-style: normal;
}

@media (min-width: 992px) {
  .game-result__title {
    font-size: 14px;
  }
}

.game-result__date {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

@media (min-width: 992px) {
  .game-result__date {
    font-size: 10px;
  }
}

.game-result__header--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 9px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-top: 1px solid #e4e7ed;
  border-bottom: 1px solid #e4e7ed;
  padding: 10px 0 7px 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -25px;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 991px) {
  .game-result__header--alt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.game-result__header--alt .game-result__league {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #31404b;
  font-weight: 400;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: left;
}

.game-result__header--alt .game-result__date {
  font-weight: 400;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: right;
}

.game-result__header--alt .game-result__title {
  font-size: 9px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

.game-result__header--alt .game-result__title .highlight {
  color: #458039;
}

.game-result__header--alt .game-result__goal {
  color: #31404b;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .game-result__header--alt .game-result__goal {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 2px 0;
  }
}

.game-result__header--alt .game-result__goal .icon-svg {
  font-size: 8px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.game-result__header--alt-compact {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.game-result__header--alt-compact .game-result__date {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  text-align: left;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 700;
}

.game-result__header--alt-compact .game-result__title {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-left: auto;
  text-align: left;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 700;
  color: #9a9da2;
}

.game-result__content {
  overflow: hidden;
  margin: 0 0 30px 0;
  position: relative;
}

.game-result__content--visible {
  overflow: visible;
}

.game-result__team {
  overflow: hidden;
  padding-right: 70px;
}

@media (min-width: 992px) {
  .game-result__team {
    float: left;
    width: 37%;
    margin-bottom: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .game-result__team--vertical .game-result__team-logo {
    float: none !important;
    margin: 0 !important;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .game-result__team--vertical .game-result__team-info {
    padding: 11px 0 0 0;
    text-align: center;
  }
}

.game-result__team--vertical .game-result__team-name {
  font-style: normal;
}

@media (min-width: 992px) {
  .game-result__team--vertical .game-result__team-name {
    font-size: 14px;
  }
}

.game-result__team--vertical .game-result__team-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  text-transform: none;
}

.game-result__team--second .game-result__team-logo {
  float: left;
  margin: 0 10px 0 0;
}

@media (min-width: 992px) {
  .game-result__team--second {
    float: right;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .game-result__team--second .game-result__team-logo {
    margin: 0 0 0 25px;
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-result__team--second .game-result__team-logo {
    float: none;
    margin: 0 0 10px 0;
  }
}

.game-result__team-logo {
  width: 46px;
  margin: 0 10px 0 0;
  float: left;
}

@media (min-width: 992px) {
  .game-result__team-logo {
    width: auto;
    height: 100px;
    margin: 0 25px 0 0;
    float: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-result__team-logo {
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

.game-result__team-logo img {
  position: relative;
}

@media (min-width: 992px) {
  .game-result__team-logo img {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.game-result__team-info {
  padding-top: 10px;
}

@media (min-width: 992px) {
  .game-result__team-info {
    padding-top: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-result__team-info {
    padding-top: 0;
    text-align: center;
  }
}

.game-result__team-name {
  font-size: 13px;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .game-result__team-name {
    font-size: 18px;
  }
}

.game-result__team-desc {
  font-size: 7px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

@media (min-width: 992px) {
  .game-result__team-desc {
    font-size: 10px;
  }
}

.game-result__score-wrap {
  margin: 0 0 16px 0;
  text-align: right;
}

@media (min-width: 992px) {
  .game-result__score-wrap {
    float: left;
    width: 26%;
    text-align: center;
    padding: 33px 0 0 0;
    margin: 0;
  }
}

.game-result__score {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #31404b;
}

@media (min-width: 992px) {
  .game-result__score {
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .game-result__score--sm {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-result__score--sm {
    font-size: 24px;
  }
}

.game-result__score--sm .game-result__score-result--winner::before {
  display: none;
}

@media (min-width: 992px) {
  .game-result__score--lg {
    font-size: 44px;
  }
}

.game-result__score-result {
  position: relative;
}

@media (max-width: 991px) {
  .game-result__score-result--winner {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
  }
}

.game-result__score-result--winner::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid #458039;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.game-result__score-result--loser {
  color: #9a9da2;
}

@media (max-width: 991px) {
  .game-result__score-result--loser {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 0;
  }
}

@media (max-width: 991px) {
  .game-result__score-dash {
    display: none;
  }
}

.game-result__score-label {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #31404b;
}

@media (max-width: 991px) {
  .game-result__score-label {
    line-height: 1em;
    font-size: 9px;
  }
}

.game-result__score-video-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 24px;
  background-color: #9a9da2;
}

.game-result__score-video-icon:hover {
  background-color: #1892ed;
  color: #fff;
}

.game-result__score-video-icon .fa {
  margin-left: 2px;
}

.game-result__subtitle {
  font-size: 11px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .game-result__subtitle {
    font-size: 13px;
  }
}

.game-result__stats {
  padding: 0 0 0 0;
}

@media (min-width: 992px) {
  .game-result__stats {
    padding: 0 20px 0 20px;
  }
}

.game-result__section {
  padding-top: 16px;
}

.game-result__section-decor {
  padding-bottom: 50px;
  background-image: linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 8px, transparent 8px);
  background-repeat: repeat-x;
  background-size: 72px 24px, 72px 30px, 72px 34px, 72px 40px, 72px 37px, 72px 29px, 144px 30px, 216px 37px;
  background-position: 0 100%, 12px 100%, 24px 100%, 36px 100%, 48px 100%, 60px 100%, 12px 100%, 48px 100%;
}

.card .game-result__section-decor {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
}

@media (min-width: 1199px) {
  .game-result__table-stats {
    margin: 0 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-result__table-stats .table > thead > tr > th,
  .game-result__table-stats .table > thead > tr > td,
  .game-result__table-stats .table > tbody > tr > th,
  .game-result__table-stats .table > tbody > tr > td,
  .game-result__table-stats .table > tfoot > tr > th,
  .game-result__table-stats .table > tfoot > tr > td {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 1199px) {
  .game-result__stats-team-1,
  .game-result__stats-team-2 {
    padding-top: 5px;
  }
}

.game-result__table-additional-stats .table > thead > tr > th,
.game-result__table-additional-stats .table > thead > tr > td,
.game-result__table-additional-stats .table > tbody > tr > th,
.game-result__table-additional-stats .table > tbody > tr > td,
.game-result__table-additional-stats .table > tfoot > tr > th,
.game-result__table-additional-stats .table > tfoot > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.game-result__table-additional-stats .table > thead > tr > th:first-child,
.game-result__table-additional-stats .table > thead > tr > td:first-child,
.game-result__table-additional-stats .table > tbody > tr > th:first-child,
.game-result__table-additional-stats .table > tbody > tr > td:first-child,
.game-result__table-additional-stats .table > tfoot > tr > th:first-child,
.game-result__table-additional-stats .table > tfoot > tr > td:first-child {
  text-align: left;
}

.game-result__table-stats--soccer th {
  text-align: center;
}

.game-result__table-stats--soccer td {
  text-align: center;
}

.game-result__table-stats--soccer tbody > tr > td {
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.game-result__table-stats--soccer tbody > tr:first-child > td {
  padding-top: 20px;
}

.game-result__table-stats--soccer tbody > tr:last-child > td {
  padding-bottom: 20px;
}

.game-result__table-stats--soccer tbody > tr > td:first-child,
.game-result__table-stats--soccer tbody > tr > td:last-child {
  color: #31404b;
}

.game-timeline-wrapper {
  overflow: auto;
  padding-bottom: 20px;
}

.card .game-timeline-wrapper {
  margin-left: -24px;
  margin-right: -24px;
}

.game-timeline {
  position: relative;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  padding-left: 24px;
  padding-right: 24px;
}

.game-timeline::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #e4e7ed;
}

.game-timeline__event {
  position: relative;
  text-align: center;
  display: block;
  width: 60px;
}

.game-timeline__event--22 {
  margin-left: 78px;
}

.game-timeline__event--36 {
  margin-left: 10px;
}

.game-timeline__event--ht {
  margin-left: 82px;
}

.game-timeline__event--59 {
  margin-left: 19px;
}

.game-timeline__event--68 {
  margin-left: 28px;
}

.game-timeline__event--84 {
  margin-left: 67px;
}

.game-timeline__team-1,
.game-timeline__team-2 {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.game-timeline__team-1 {
  bottom: 87px;
}

.game-timeline__team-1 .game-timeline__team-shirt {
  position: relative;
  top: -12px;
}

.game-timeline__team-2 {
  top: 85px;
}

.game-timeline__team-2 .game-timeline__team-shirt {
  margin-top: 12px;
}

.game-timeline__time {
  width: 26px;
  height: 26px;
  border: 1px solid #e4e7ed;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 24px;
  color: #31404b;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 700;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.game-timeline__event-info {
  font-size: 10px;
  line-height: 1.2em;
}

.game-timeline__event-name {
  color: #31404b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.3em;
}

.game-timeline__event-desc {
  font-size: 7px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

/* Additional Stats - Box */
.game-result__section--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
}

.game-result__item .card__subheader {
  margin: 0;
}

.game-result__item .game-result__subtitle {
  font-style: normal;
}

@media (min-width: 992px) {
  .game-result__item .game-result__subtitle {
    font-size: 12px;
  }
}

.game-result__item .game-result__content {
  padding: 24px 24px;
}

@media (min-width: 768px) {
  .game-result__item .game-result__content {
    border-right: 1px solid #e4e7ed;
  }
}

.game-result__item:last-child .game-result__content {
  border-right: none;
}


/* Game Stats (additional) */
.game-result__stats-circular-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.game-result__stats-circular-bars .game-result__stats-circular-item {
  font-size: 12px;
  line-height: 1.2em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.game-result__stats-circular-bars .game-result__stats-circular-item .circular {
  margin: 0 10px 0 0;
}

.game-result__stats-circular-bars .game-result__stats-value {
  display: block;
  color: #31404b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.game-result__stats-circular-bars .game-result__stats-label {
  font-size: 9px;
  line-height: 1.2em;
  display: block;
}
