/* Copie reduite de css_sportspress-soccer.css, generee depuis 969 classes et 391 identifiants rendus. Source sha256 c893dde29dcaa785d04360167d30dd51e9bdf1aefbd2f1cf117141f72d1ef8bd. */
@charset "UTF-8";
/*
File Name: 		sportspress.css
Written by: 	Dan Fisher - (http://themeforest.net/user/dan_fisher)
Description:  The main Sportspress styling file for the theme.
*/
/* Sportspress Shortcodes */
.sp-template {
  overflow-x: hidden;
  margin-bottom: 0;
}

.sp-event-results > thead > tr > th:first-child,
.sp-event-results > tbody > tr > td:first-child {
  padding-left: 24px;
}
.sp-event-results > thead > tr > th:last-child,
.sp-event-results > tbody > tr > td:last-child {
  padding-right: 24px;
}
.sp-event-results > thead > tr > th:not(.data-name),
.sp-event-results > tbody > tr > td:not(.data-name) {
  text-align: center;
}
.sp-event-results .data-name > a {
  color: #31404b;
}

.sp-event-performance > thead > tr > th,
.sp-event-performance > tbody > tr > td,
.sp-event-performance > tfoot > tr > td {
  vertical-align: middle;
  text-align: center;
}
.sp-event-performance > thead > tr > th.data-number,
.sp-event-performance > tbody > tr > td.data-number,
.sp-event-performance > tfoot > tr > td.data-number {
  text-align: left;
  color: #31404b;
}
.sp-event-performance > thead > tr > th.data-name,
.sp-event-performance > tbody > tr > td.data-name,
.sp-event-performance > tfoot > tr > td.data-name {
  text-align: left;
}
.sp-event-performance > thead > tr > th.data-name > a,
.sp-event-performance > tbody > tr > td.data-name > a,
.sp-event-performance > tfoot > tr > td.data-name > a {
  color: #31404b;
}
.sp-event-performance > thead > tr > th.data-position,
.sp-event-performance > tbody > tr > td.data-position,
.sp-event-performance > tfoot > tr > td.data-position {
  text-align: left;
}
.sp-event-performance > thead > tr > th:first-child,
.sp-event-performance > tbody > tr > td:first-child,
.sp-event-performance > tfoot > tr > td:first-child {
  padding-left: 24px;
}
.sp-event-performance > thead > tr > th:last-child,
.sp-event-performance > tbody > tr > td:last-child,
.sp-event-performance > tfoot > tr > td:last-child {
  padding-right: 24px;
}

.sp-event-details > thead > tr > th:first-child,
.sp-event-details > tbody > tr > td:first-child {
  padding-left: 24px;
}
.sp-event-details > thead > tr > th:last-child,
.sp-event-details > tbody > tr > td:last-child {
  padding-right: 24px;
}@media (max-width: 479px){
  .sportspress > .sp-template-player-photo {
    float: none;
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }}

.sp-template-player-details .card__content {
  padding: 24px 24px;
}

.sp-player-list .data-name {
  white-space: nowrap;
}
.sp-player-list .data-name .player-photo {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.sp-player-list .data-name .player-photo img {
  max-width: none;
  max-height: none;
  display: inline-block;
  width: 100%;
  height: auto;
}

.sp-template-event-venue iframe {
  border: none;
  pointer-events: none;
}
.sp-template-event-venue iframe.clicked {
  pointer-events: auto;
}

.alc-event-venue__map-caption {
  margin-top: 1em;
  margin-bottom: 0;
}

/* Event Performance (Icons) */
.sp-event-performance-teams {
  display: flex;
  flex-wrap: wrap;
}
.sp-event-performance-teams > * {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}
.sp-event-performance-teams .sp-template-event-performance-icons {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 !important;
}
.sp-event-performance-teams .sp-template-event-performance-icons + .sp-template-event-performance-icons {
  margin-left: 16px;
  max-width: calc(50% - 16px);
  width: calc(50% - 16px);
}@media (max-width: 649px){
  .sp-event-performance-teams .sp-template-event-performance-icons + .sp-template-event-performance-icons {
    width: 100% !important;
    min-width: 100% !important;
    margin-left: 0;
  }}
.sp-event-performance-teams .sp-template-event-performance-icons .sp-event-performance .data-number {
  color: #9a9da2;
}
.sp-event-performance-teams .sp-template-event-performance-icons .sp-event-performance thead tr:first-child th {
  border: none;
}
.sp-event-performance-teams .sp-template-event-performance-icons .sp-event-performance tbody tr:first-child td {
  border: none;
}
.sp-event-performance-teams .sp-template-event-performance-icons + .alc-event-stats {
  clear: both;
  width: 100%;
}
.sp-event-performance-teams .sp-player-position {
  display: block;
}

.sp-performance-icons img {
  margin: 2px 1px 2px 2px;
}

.sp-event-performance .sub-out::before,
.sp-event-performance .sub-in::before {
  content: "";
  width: 8px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin: 0 4px 0 4px;
  transform: translateY(1px);
}
.sp-event-performance .sub-out::before {
  background-image: url("https://www.maracanascore.com/wp-content/themes/alchemists/assets/images/soccer/icon-out.svg");
}
.sp-event-performance .sub-in::before {
  background-image: url("https://www.maracanascore.com/wp-content/themes/alchemists/assets/images/soccer/icon-in.svg");
}

.sp-event-performance .sp-event-star-number {
  margin-left: 0.3em;
  width: auto;
}
.match-preview__match-info .event-time-status {
  margin-bottom: 0.5em;
  display: inline-block;
}

.widget_sp_countdown .event-image {
  margin-bottom: 20px;
}

/* Game Results */
.game-result__header {
  text-align: center;
  margin-bottom: 15px;
}

.game-result__title {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0.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__matchday {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  padding-top: 0.2em;
}@media (min-width: 992px){
  .game-result__matchday {
    font-size: 10px;
  }}

.game-result__header--alt {
  display: flex;
  flex-wrap: wrap;
  font-size: 9px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  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 {
    justify-content: space-between;
  }}
.game-result__header--alt .game-result__header--alt__team {
  flex-basis: 50%;
  min-width: 50%;
}@media (min-width: 992px){
  .game-result__header--alt .game-result__header--alt__team {
    padding: 0 16px;
  }}
.game-result__header--alt .game-result__header--alt__team + .game-result__header--alt__team {
  text-align: right;
}
.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;
  text-align: left;
}@media (max-width: 991px){
  .game-result__header--alt .game-result__league {
    flex-basis: 50%;
    order: 1;
  }}@media (min-width: 992px){
  .game-result__header--alt .game-result__league {
    flex-basis: 25%;
  }}
.game-result__header--alt .game-result__date {
  font-weight: 400;
  text-align: right;
}@media (max-width: 991px){
  .game-result__header--alt .game-result__date {
    flex-basis: 50%;
    order: 2;
  }}@media (min-width: 992px){
  .game-result__header--alt .game-result__date {
    flex-basis: 25%;
  }}
.game-result__header--alt .game-result__title {
  font-size: 9px;
  text-align: center;
  flex-basis: 100%;
}@media (max-width: 991px){
  .game-result__header--alt .game-result__title {
    order: 0;
    margin-bottom: 0.5em;
  }}@media (min-width: 992px){
  .game-result__header--alt .game-result__title {
    flex-basis: 50%;
  }}
.game-result__header--alt .game-result__title .highlight {
  color: #38a9ff;
}
.game-result__header--alt .game-result__matchday {
  margin-left: auto;
  margin-right: auto;
}@media (max-width: 991px){
  .game-result__header--alt .game-result__matchday {
    order: 4;
  }}
.game-result__header--alt .game-result__goal {
  color: #31404b;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  padding: 0 10px;
  margin: 2px 0;
  display: inline-block;
}@media (max-width: 991px){
  .game-result__header--alt .game-result__goal {
    flex-basis: 100%;
    max-width: 100%;
  }}
.game-result__header--alt .game-result__icon {
  vertical-align: middle;
  margin-left: 7px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}
.game-result__header--alt .game-result__icon-img {
  vertical-align: middle;
  margin-left: 7px;
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
}
.game-result__header--alt img[src$=".svg"].wp-post-image.game-result__icon-img {
  width: 12px !important;
  height: 12px !important;
}
.game-result__header--alt-compact .game-result__date {
  flex-basis: auto;
  text-align: left;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 700;
}
.game-result__header--alt-compact .game-result__title {
  flex-basis: auto;
  margin-left: auto;
  text-align: left;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 700;
  color: #9a9da2;
}

.game-result__content {
  margin: 0 0 30px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}@media (min-width: 1199px){
  .game-result__content {
    flex-wrap: nowrap;
  }}

.game-result__content--block {
  display: block;
}

.game-result__content--visible {
  overflow: visible;
}

.game-result__team {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}@media (min-width: 1199px){
  .game-result__team {
    width: 37%;
    margin-bottom: 0;
    padding-right: 0;
    flex-wrap: nowrap;
    text-align: left;
  }}@media (min-width: 1199px){
  .game-result__team--odd {
    order: 0;
  }}@media (min-width: 1199px){
  .game-result__team--even {
    order: 2;
  }
  .game-result__team--even .game-result__team-logo {
    order: 1;
  }
  .game-result__team--even .game-result__team-info {
    order: 0;
    text-align: right;
    margin-right: 20px;
  }}@media (min-width: 992px){
  .game-result__team--even .game-result__team-logo {
    margin-left: auto;
  }}@media (min-width: 992px) and (max-width: 1199px){
  .game-result__team--even .game-result__team-logo {
    margin: 0 0 10px 0;
  }}

.game-result__team-logo {
  margin: 0 0 10px 0;
  text-align: center;
  width: 100%;
}@media (max-width: 479px){
  .game-result__team-logo {
    height: 50px;
  }
  .game-result__team-logo img {
    max-height: 50px;
    width: auto;
  }}@media (min-width: 1199px){
  .game-result__team-logo {
    width: auto;
    margin: 0 20px 0 0;
  }}

.game-result__team-info {
  flex-grow: 1;
  text-align: center;
}@media (min-width: 1199px){
  .game-result__team-info {
    text-align: left;
  }}

.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__score-wrap {
  margin: 0;
  width: 100%;
  text-align: center;
}@media (min-width: 1199px){
  .game-result__score-wrap {
    width: 26%;
    text-align: center;
    padding: 33px 0 0 0;
    margin: 0;
    order: 1;
  }}

.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--lg {
    font-size: 44px;
  }}

.game-result__score-result {
  position: relative;
}
.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(228, 231, 237, 0.5) 8px, transparent 8px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 8px, transparent 8px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 8px, transparent 8px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 8px, transparent 8px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 8px, transparent 8px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 8px, transparent 8px), linear-gradient(to right, whitesmoke 8px, transparent 8px), linear-gradient(to right, #ebebeb 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 10px;
  }}@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 !important;
  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
 *
 */
.game-timeline-wrapper {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 20px;
}@media (max-width: 991px){
  .game-timeline-wrapper {
    padding: 0;
  }}

.game-timeline {
  position: relative;
  height: 140px;
}@media (max-width: 991px){
  .game-timeline {
    height: auto;
  }}
.game-timeline::before {
  content: "";
  display: block;
  position: absolute;
  left: -48px;
  right: -48px;
  top: 50%;
  height: 1px;
  background-color: #e4e7ed;
}@media (max-width: 991px){
  .game-timeline::before {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    height: auto;
    width: 1px;
  }}@media (max-width: 991px){
  .game-timeline::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 13px;
    height: 1px;
    background-color: #e4e7ed;
  }}

.game-timeline__event {
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  min-width: 26px;
}@media (max-width: 991px){
  .game-timeline__event {
    position: static;
    min-width: 100%;
    width: 100%;
    text-align: center;
    clear: both;
    margin-bottom: 16px;
  }}

.game-timeline__event--kickoff {
  margin-left: -26px;
  clear: none;
}@media (min-width: 992px){
  .game-timeline__event--kickoff.game-timeline__event--side-away {
    top: 50%;
    margin-top: 26px;
  }}@media (max-width: 991px){
  .game-timeline__event--kickoff {
    margin-left: 0;
    margin-bottom: 32px;
  }
  .game-timeline__event--kickoff .game-timeline__time--kickoff {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .game-timeline__event--kickoff.game-timeline__event--side-home {
    width: 50%;
    min-width: auto;
    float: left;
  }
  .game-timeline__event--kickoff.game-timeline__event--side-home .game-timeline__team-logo {
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .game-timeline__event--kickoff.game-timeline__event--side-away {
    width: 50%;
    min-width: auto;
    float: right;
  }
  .game-timeline__event--kickoff.game-timeline__event--side-away .game-timeline__team-logo {
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
  }}

.game-timeline__event--ft {
  left: 100%;
}

.game-timeline__event--side-home {
  top: 0;
}
.game-timeline__event--side-home .game-timeline__team-logo {
  margin-top: 14px;
}

.game-timeline__event--side-away {
  bottom: 0;
}
.game-timeline__team-logo {
  display: block;
  width: 27px;
  position: relative;
}
.game-timeline__team-logo img {
  width: 100%;
  height: auto;
}

.game-timeline__icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}@media (max-width: 991px){
  .game-timeline__icon {
    position: relative;
    left: 0;
    transform: none;
    flex-shrink: 0;
  }}
.game-timeline__icon img[src$=".svg"].wp-post-image {
  width: 14px !important;
}
.game-timeline__icon .sp-icon-sub {
  background-image: url("https://www.maracanascore.com/wp-content/themes/alchemists/assets/images/soccer/icon-substitution.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.game-timeline__icon .sp-icon-sub::before {
  display: none;
}

.game-timeline__icon--home {
  top: 26px;
}@media (max-width: 991px){
  .game-timeline__icon--home {
    position: static;
  }}

.game-timeline__icon--away {
  bottom: 26px;
}@media (max-width: 991px){
  .game-timeline__icon--away {
    position: static;
    order: 0;
  }}

.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;
  top: 50%;
  margin-top: -13px;
}@media (max-width: 991px){
  .game-timeline__time {
    position: relative;
    margin: 0 auto;
  }}

.game-timeline__time--kickoff-away {
  display: none;
}

.game-timeline__event-info {
  font-size: 10px;
  line-height: 1.2em;
}@media (max-width: 991px){
  .game-timeline__event-info {
    display: flex;
    padding-top: 5px;
    align-items: center;
  }}@media (max-width: 991px){
  .game-timeline__event-info--side-home {
    float: left;
    width: calc(50% - 26px);
    justify-content: flex-end;
  }}@media (max-width: 991px){
  .game-timeline__event-info--side-home .game-timeline__event-name {
    padding-right: 6px;
  }}@media (max-width: 991px){
  .game-timeline__event-info--side-away {
    width: calc(50% - 26px);
    float: right;
    text-align: left;
  }}@media (max-width: 991px){
  .game-timeline__event-info--side-away .game-timeline__event-name {
    order: 1;
    padding-left: 6px;
  }}

.game-timeline__event-name {
  color: #31404b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.3em;
  display: none;
}@media (max-width: 991px){
  .game-timeline__event-name {
    display: block;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }}

/* Horizontal Timeline */
@media (min-width: 992px) {
  .game-timeline-wrapper--horizontal {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 140px;
    position: relative;
  }
}@media (min-width: 992px){
  .game-timeline-wrapper--horizontal .game-timeline-teams {
    flex: 0 1 auto;
  }}@media (min-width: 992px){
  .game-timeline-wrapper--horizontal .game-timeline__event--kickoff {
    margin-left: 0;
  }}@media (min-width: 992px){
  .game-timeline-wrapper--horizontal .game-timeline {
    flex: 1 0 auto;
    overflow: auto;
  }
  .game-timeline-wrapper--horizontal .game-timeline::before {
    left: 0;
    right: 0;
  }}@media (min-width: 992px){
  .game-timeline-wrapper--horizontal .game-timeline-ft {
    flex: 0 1 auto;
  }}@media (min-width: 992px){
  .game-timeline-wrapper--horizontal .game-timeline__event--ft {
    left: auto;
    right: 0;
  }}
.game-timeline-wrapper--vertical .game-timeline {
  height: auto;
  padding-bottom: 24px;
}
.game-timeline-wrapper--vertical .game-timeline::before {
  left: 50%;
  right: auto;
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
}
.game-timeline-wrapper--vertical .game-timeline::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 13px;
  height: 1px;
  background-color: #e4e7ed;
}
.game-timeline-wrapper--vertical .game-timeline__event {
  position: static;
  min-width: 100%;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  clear: both;
  margin-bottom: 16px;
}
.game-timeline-wrapper--vertical .game-timeline__event--kickoff {
  margin-left: 0;
  margin-bottom: 32px;
  min-height: 30px;
}
.game-timeline-wrapper--vertical .game-timeline__event--kickoff + .game-timeline__event--kickoff {
  clear: none;
}
.game-timeline-wrapper--vertical .game-timeline__event--kickoff .game-timeline__time--kickoff {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}@media (min-width: 992px){
  .game-timeline-wrapper--vertical .game-timeline__event--kickoff.game-timeline__event--side-away {
    margin-top: 0;
  }}
.game-timeline-wrapper--vertical .game-timeline__event--kickoff.game-timeline__event--side-home {
  width: 50%;
  min-width: 50%;
  float: left;
}
.game-timeline-wrapper--vertical .game-timeline__event--kickoff.game-timeline__event--side-home .game-timeline__team-logo {
  margin: 0;
  position: relative;
  z-index: 2;
}
.game-timeline-wrapper--vertical .game-timeline__event--kickoff.game-timeline__event--side-away {
  width: 50%;
  min-width: auto;
  float: right;
}
.game-timeline-wrapper--vertical .game-timeline__event--kickoff.game-timeline__event--side-away .game-timeline__team-logo {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
.game-timeline-wrapper--vertical .game-timeline__icon {
  position: relative;
  left: 0;
  transform: none;
  flex-shrink: 0;
}
.game-timeline-wrapper--vertical .game-timeline__icon img[src$=".svg"].wp-post-image {
  width: 13px !important;
}
.game-timeline-wrapper--vertical .game-timeline__icon--home {
  position: static;
}
.game-timeline-wrapper--vertical .game-timeline__icon--away {
  position: static;
  order: 0;
}
.game-timeline-wrapper--vertical .game-timeline__time {
  position: relative;
  margin: 0 auto;
}
.game-timeline-wrapper--vertical .game-timeline__event-info {
  display: flex;
  padding-top: 5px;
  align-items: center;
}
.game-timeline-wrapper--vertical .game-timeline__event-info--side-home {
  float: left;
  width: calc(50% - 26px);
  justify-content: flex-end;
}
.game-timeline-wrapper--vertical .game-timeline__event-info--side-home .game-timeline__event-name {
  padding-right: 8px;
}
.game-timeline-wrapper--vertical .game-timeline__event-info--side-away {
  width: calc(50% - 26px);
  float: right;
  text-align: left;
}
.game-timeline-wrapper--vertical .game-timeline__event-info--side-away .game-timeline__event-name {
  order: 1;
  padding-left: 8px;
}
.game-timeline-wrapper--vertical .game-timeline__event-name {
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget .game-timeline-wrapper--vertical .game-timeline__team-logo {
  display: none;
}
.game-result__teams-wrapper--flex .game-result__team {
  flex-direction: column;
}
.game-result__teams-wrapper--flex .game-result__team .game-result__team-logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}@media (min-width: 992px){
  .game-result__teams-wrapper--flex .game-result__team .game-result__team-logo {
    float: none !important;
    margin: 0 !important;
    text-align: center !important;
  }}@media (min-width: 992px){
  .game-result__teams-wrapper--flex .game-result__team .game-result__team-info {
    padding: 11px 0 0 0;
    text-align: center;
  }}
.game-result__teams-wrapper--flex .game-result__team .game-result__team-name {
  font-style: normal;
}@media (min-width: 992px){
  .game-result__teams-wrapper--flex .game-result__team .game-result__team-name {
    font-size: 14px;
  }}
.game-result__teams-wrapper--flex .game-result__team .game-result__team-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  text-transform: none;
}
.game-result__teams-wrapper--flex .game-result__team--odd {
  order: 1;
}
.game-result__teams-wrapper--flex .game-result__team--even {
  order: 3;
}@media (min-width: 1199px){
  .game-result__teams-wrapper--flex .game-result__team--even .game-result__team-logo {
    order: 0;
  }
  .game-result__teams-wrapper--flex .game-result__team--even .game-result__team-info {
    order: 1;
    text-align: center;
    margin-right: 0;
  }}
.game-result__teams-wrapper--flex .game-result__score-wrap {
  order: 2;
}@media (min-width: 1199px){
  .game-result__teams-wrapper--flex .game-result__score-wrap {
    padding-top: 0;
  }}

.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: flex;
  align-items: center;
  margin: 0;
  width: 100%;
}
.game-result__stats-circular-bars .game-result__stats-circular-item {
  font-size: 12px;
  line-height: 1.2em;
  flex-grow: 1;
  display: flex;
  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;
}

.event-time-status {
  font-size: 1em;
}

.event-time-status--no-divider .event-time-status__badge {
  margin-left: 0.35em;
}

.event-time-status__badge {
  font-size: 1em;
}
.sp-team-gallery-wrapper .gallery-item .gallery-icon {
  width: 100%;
}
.sp-team-gallery-wrapper .gallery-item .gallery-icon + a {
  width: 100%;
}
.sp-team-gallery-link > a:hover, .sp-team-gallery-link > a:focus, .sp-team-gallery-link > a.focus {
  color: #fff;
}
.sp-team-gallery-link > a:active, .sp-team-gallery-link > a.active {
  box-shadow: none;
}
.sp-team-gallery-link > a:focus, .sp-team-gallery-link > a.focus {
  color: #fff;
  background-color: #868a91;
  border-color: rgba(0, 0, 0, 0);
}
.sp-team-gallery-link > a:active, .sp-team-gallery-link > a.active, .open > .sp-team-gallery-link > a.dropdown-toggle {
  color: #fff;
  background-color: #868a91;
  border-color: rgba(0, 0, 0, 0);
}
.sp-team-gallery-link > a:active:hover, .sp-team-gallery-link > a:active:focus, .sp-team-gallery-link > a:active.focus, .sp-team-gallery-link > a.active:hover, .sp-team-gallery-link > a.active:focus, .sp-team-gallery-link > a.active.focus, .open > .sp-team-gallery-link > a.dropdown-toggle:hover, .open > .sp-team-gallery-link > a.dropdown-toggle:focus, .open > .sp-team-gallery-link > a.dropdown-toggle.focus {
  color: #fff;
  background-color: #6e7177;
  border-color: rgba(0, 0, 0, 0);
}
.sp-team-gallery-link > a:active, .sp-team-gallery-link > a.active, .open > .sp-team-gallery-link > a.dropdown-toggle {
  background-image: none;
}
.sp-team-gallery-link > a.disabled, .sp-team-gallery-link > a[disabled] {
  background-color: #676a6f;
  border-color: rgba(0, 0, 0, 0);
}
.sp-team-gallery-link > a.disabled:hover, .sp-team-gallery-link > a.disabled:focus, .sp-team-gallery-link > a.disabled.focus, .sp-team-gallery-link > a[disabled]:hover, .sp-team-gallery-link > a[disabled]:focus, .sp-team-gallery-link > a[disabled].focus, fieldset[disabled] .sp-team-gallery-link > a:hover, fieldset[disabled] .sp-team-gallery-link > a:focus, fieldset[disabled] .sp-team-gallery-link > a.focus {
  background-color: #676a6f;
  border-color: rgba(0, 0, 0, 0);
}
.sp-team-gallery-link > a:not(:disabled):not(.disabled):active, .sp-team-gallery-link > a:not(:disabled):not(.disabled).active, .show > .sp-team-gallery-link > a.dropdown-toggle {
  color: #fff;
  background-color: #868a91;
  border-color: transparent;
}
.sp-team-gallery-link > a .badge {
  color: #9a9da2;
  background-color: #fff;
}
.team-roster--grid .team-roster__member-name {
  color: #fff;
  margin-bottom: 0.15em;
  line-height: 1em;
  font-size: 24px;
}@media (min-width: 768px){
  .team-roster--grid .team-roster__member-name {
    font-size: 18px;
  }}@media (min-width: 992px){
  .team-roster--grid .team-roster__member-name {
    font-size: 24px;
  }}@media (min-width: 1200px){
  .team-roster--grid .team-roster__member-name {
    font-size: 30px;
    line-height: 28px;
  }}@media (min-width: 375px) and (max-width: 479px){
  .team-roster--grid .team-roster__member-name {
    font-size: 14px;
  }}
.team-roster--grid .team-roster__member-name > a {
  color: #fff;
}
.team-roster--grid .team-roster__member-last-name {
  display: block;
  color: #38a9ff;
}
.team-roster--grid-sm .team-roster__member-name {
  font-size: 12px;
  margin-bottom: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-roster--grid-sm .team-roster__member-last-name {
  font-size: 20px;
  display: block;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Team Roster: Table */
.team-roster-table thead > tr > th,
.team-roster-table tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}@media (min-width: 992px){
  .team-roster-table thead > tr > th:first-child,
  .team-roster-table tbody > tr > td:first-child {
    padding-left: 23px;
  }}
.team-roster-table .data-name {
  color: #31404b;
}
.team-roster-table .data-name a {
  color: #31404b;
}
.team-roster-table .data-position {
  color: #31404b;
  text-align: left;
}
.team-roster-table .data-height {
  text-align: center;
}
.team-roster-table .data-weight {
  text-align: center;
}
.team-roster--slider .team-roster__player-name,
.team-roster--slider-wrapper .team-roster__player-name {
  color: #fff;
  margin-bottom: 0.2em;
  font-size: 18px;
}@media (min-width: 768px){
  .team-roster--slider .team-roster__player-name,
  .team-roster--slider-wrapper .team-roster__player-name {
    font-size: 20px;
  }}@media (min-width: 992px){
  .team-roster--slider .team-roster__player-name,
  .team-roster--slider-wrapper .team-roster__player-name {
    font-size: 24px;
  }}@media (min-width: 1200px){
  .team-roster--slider .team-roster__player-name,
  .team-roster--slider-wrapper .team-roster__player-name {
    font-size: 30px;
    line-height: 28px;
  }}
.team-roster--slider .team-roster__player-name > a,
.team-roster--slider-wrapper .team-roster__player-name > a {
  color: #fff;
}
.team-roster--slider .team-roster__player-last-name,
.team-roster--slider-wrapper .team-roster__player-last-name {
  display: block;
  color: #38a9ff;
}
.team-roster--slider .team-roster__item:not(.slick-current) .team-roster__img,
.team-roster--slider-wrapper .team-roster__item:not(.slick-current) .team-roster__img {
  filter: grayscale(1);
  opacity: 0.4;
  transform: scale(0.825);
}
.team-roster--slider .team-roster__item:not(.slick-current) .team-roster__player-details,
.team-roster--slider-wrapper .team-roster__item:not(.slick-current) .team-roster__player-details {
  opacity: 0;
  visibility: hidden;
}
.team-roster--slider .team-roster__item:not(.slick-current) .team-roster__player-fab,
.team-roster--slider-wrapper .team-roster__item:not(.slick-current) .team-roster__player-fab {
  opacity: 0;
  visibility: hidden;
}
.team-roster--slider .slick-prev,
.team-roster--slider .slick-next,
.team-roster--slider-wrapper .slick-prev,
.team-roster--slider-wrapper .slick-next {
  top: auto;
  margin-top: 0;
  bottom: 11%;
}@media (min-width: 992px){
  .team-roster--slider .slick-prev,
  .team-roster--slider .slick-next,
  .team-roster--slider-wrapper .slick-prev,
  .team-roster--slider-wrapper .slick-next {
    bottom: 11%;
  }}@media (min-width: 1200px){
  .team-roster--slider .slick-prev,
  .team-roster--slider .slick-next,
  .team-roster--slider-wrapper .slick-prev,
  .team-roster--slider-wrapper .slick-next {
    bottom: 15%;
  }}
.team-roster--slider .alert,
.team-roster--slider-wrapper .alert {
  margin: 0 30px;
}
.team-roster--card .team-roster__player-name {
  margin-bottom: 0.75em;
  font-size: 24px;
  line-height: 1em;
}@media (min-width: 992px){
  .team-roster--card .team-roster__player-name {
    margin-bottom: 1.2em;
  }}@media (min-width: 1200px){
  .team-roster--card .team-roster__player-name {
    font-size: 40px;
  }}
.team-roster--card .team-roster__player-name > a {
  color: #31404b;
}
.team-roster--card .team-roster__player-last-name {
  display: block;
  font-size: 40px;
  line-height: 1em;
  color: #38a9ff;
}@media (min-width: 1200px){
  .team-roster--card .team-roster__player-last-name {
    font-size: 78px;
  }}
.team-roster--card .team-roster__player-stats .progress__label {
  width: 100px;
}
.team-roster--card .team-roster__player-footer .btn + .btn {
  margin-left: 7px;
}@media (max-width: 991px){
  .team-roster--card .team-roster__player-footer .btn:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }}
.team-roster--card-compact .team-roster__item-holder .card__content {
  padding: 20px;
  position: relative;
}
.team-roster--card-compact .team-roster__item-holder .card__content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  background-color: #fff;
  z-index: 3;
}
.team-roster--card-compact .team-roster__item-holder .team-roster__player-name {
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}@media (min-width: 992px){
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-name {
    font-size: 16px;
  }}
.team-roster--card-compact .team-roster__item-holder .team-roster__player-last-name {
  display: block;
  font-size: 22px;
  line-height: 1em;
  color: #38a9ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}@media (min-width: 992px){
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-last-name {
    font-size: 30px;
  }}
.team-roster--card-compact .team-roster__item-holder .progress-stats {
  margin-bottom: 7px;
}
.team-roster--card-compact .team-roster__item-holder .progress-stats .progress__label {
  font-size: 9px;
  color: #9a9da2;
}
.team-roster--card-compact .team-roster__item-holder .progress-stats .progress__number {
  font-size: 9px;
  color: #31404b;
}
.team-roster--card-compact .team-roster__item-holder .progress-stats .progress {
  margin-top: 7px;
}
.team-roster--card-compact .team-roster__item-holder .team-roster__player-details-footer .btn-block {
  width: 100%;
}
.team-roster--case .team-roster__player-img + .card__header {
  border-radius: 0;
}
.team-roster--case .team-roster__player-img + .card__header::before {
  border-radius: 0;
}
.team-roster--case .team-roster__player-name {
  font-size: 16px;
  margin: 0;
  font-style: normal;
}
.team-roster--case .team-roster__player-name .team-roster__player-last-name {
  margin-left: 0.3em;
}

/* Team Carousel */
.team-roster--carousel .slick-prev,
.team-roster--carousel .slick-next {
  top: -62px;
}
.team-roster--carousel .slick-next {
  right: 28px;
}
.team-roster--carousel .slick-prev {
  right: 58px;
}
.team-roster--boxed .team-roster__player-nickname .highlight {
  color: #38a9ff;
}
.team-roster--boxed .team-roster__meta-icon .df-icon,
.team-roster--boxed .team-roster__meta-icon .fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.team-roster--boxed .team-roster__meta-icon--more .fa {
  color: #fff;
}
.team-roster--boxed .team-roster__player-stats .progress-table__progress-label {
  padding-right: 0;
}
.team-roster--boxed .team-roster__player-stats-circular-bar .circular--size-80 .circular__bar {
  width: 72px;
  height: 72px;
}@media (min-width: 992px){
  .team-roster--boxed .team-roster__player-stats-circular-bar .circular--size-80 .circular__bar {
    width: 80px;
    height: 80px;
  }}@media (min-width: 992px) and (max-width: 1199px){
  .team-roster--boxed .team-roster__player-stats-circular-bar .circular--size-80 .circular__bar {
    width: 65px;
    height: 65px;
  }}
.team-roster--boxed .team-roster__player-stats-progress-bars .progress-table__progress-label {
  padding-left: 20px;
}
.team-roster-nav .slick-prev,
.team-roster-nav .slick-next {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
}@media (min-width: 480px){
  .team-roster-nav .slick-prev,
  .team-roster-nav .slick-next {
    transform: translateY(calc(-50% - 14px));
  }}
.team-roster-nav .slick-prev::before,
.team-roster-nav .slick-next::before {
  color: #31404b;
}
.team-roster-nav .slick-prev:hover:not(.slick-disabled),
.team-roster-nav .slick-next:hover:not(.slick-disabled) {
  background-color: transparent;
}
.team-roster-nav .slick-prev:hover:not(.slick-disabled)::before,
.team-roster-nav .slick-next:hover:not(.slick-disabled)::before {
  color: #38a9ff;
}
.team-roster-nav .slick-prev.slick-disabled,
.team-roster-nav .slick-next.slick-disabled {
  cursor: default;
}
.team-roster-nav .slick-prev {
  left: 0;
}
.team-roster-nav .slick-prev::before {
  content: "\f104";
}
.team-roster-nav .slick-next {
  right: 0;
  left: auto;
}
.team-roster-nav .slick-next::before {
  content: "\f105";
}
.team-roster-nav__item:hover, .team-roster-nav__item.slick-current {
  cursor: pointer;
}
.team-roster-nav__item:hover .team-roster-nav__hexagon, .team-roster-nav__item.slick-current .team-roster-nav__hexagon {
  border-left-color: #31404b;
  border-right-color: #31404b;
}
.team-roster-nav__item:hover .team-roster-nav__hexagon::before, .team-roster-nav__item.slick-current .team-roster-nav__hexagon::before {
  border-top-color: #31404b;
  border-right-color: #31404b;
}
.team-roster-nav__item:hover .team-roster-nav__hexagon::after, .team-roster-nav__item.slick-current .team-roster-nav__hexagon::after {
  border-bottom-color: #31404b;
  border-left-color: #31404b;
}
.team-roster-nav__item:hover .team-roster-nav__triangle::before, .team-roster-nav__item:hover .team-roster-nav__triangle::after, .team-roster-nav__item.slick-current .team-roster-nav__triangle::before, .team-roster-nav__item.slick-current .team-roster-nav__triangle::after {
  border-bottom-color: #31404b;
}
.team-roster-nav__item:hover .team-roster-nav__icon, .team-roster-nav__item.slick-current .team-roster-nav__icon {
  border-color: #31404b;
}
.team-roster-nav__item:hover .team-roster-nav__firstname, .team-roster-nav__item.slick-current .team-roster-nav__firstname {
  color: #31404b;
}
.team-roster-nav__item:hover .team-roster-nav__nickname, .team-roster-nav__item.slick-current .team-roster-nav__nickname {
  color: #38a9ff;
}
.team-roster-nav__icon .df-icon,
.team-roster-nav__icon .fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.team-roster-nav__icon .df-icon {
  transform: translate(-50%, -50%) scale(0.75);
  stroke: #c2ff1f;
  fill: #c2ff1f;
}

/* Team Standings */
.table-standings {
  border: none;
  margin-bottom: 0;
}
.table-standings > thead > tr > th,
.table-standings > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
}@media (min-width: 992px){
  .table-standings .data-rank {
    padding-left: 24px;
    width: 50px;
  }}@media (min-width: 1200px){
  .table-standings .data-name {
    width: 170px;
  }}
.table-standings td.data-name {
  color: #31404b;
  font-size: 1.09em;
  line-height: 1.2em;
  font-weight: 400;
}
.table-standings td.data-name a {
  color: #31404b;
}
.table-standings .data-w,
.table-standings .data-l,
.table-standings .data-gb {
  color: #31404b;
}
.table-standings .data-d,
.table-standings .data-pts {
  color: #31404b;
}@media (min-width: 1200px){
  .table-standings .data-home,
  .table-standings .data-road,
  .table-standings .team-standings__div {
    padding-left: 15px;
    padding-right: 15px;
  }}@media (min-width: 1200px){
  .table-standings thead > tr > th:last-child,
  .table-standings tbody > tr > td:last-child {
    padding-right: 30px;
  }}

/* Team Results */
@media (min-width: 1200px) {
  .team-result .team-result__date {
    padding-left: 23px;
  }
}
.team-result-filter__item select.form-control {
  border: none;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  height: 24px;
  padding: 4px 24px 4px 10px;
  display: inline-block;
  vertical-align: top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%2331404b' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
  background-size: 6px 4px;
  color: #31404b;
}

/* Team Schedule & Tickets */
.team-schedule .data-time,
.team-schedule .data-results,
.team-schedule .data-season {
  text-align: center;
}
.team-schedule .data-home,
.team-schedule .data-away {
  color: #31404b;
}@media (min-width: 1200px){
  .team-schedule .data-date {
    padding-left: 23px;
  }}
.team-schedule .data-date a {
  color: #9a9da2;
}@media (min-width: 1200px){
  .team-schedule .team-schedule__tickets {
    padding-right: 25px;
  }}@media (min-width: 1200px){
  .team-schedule.team-schedule--full .team-schedule__tickets {
    padding-right: 70px;
  }}
.team-schedule .data-time {
  text-transform: uppercase;
}@media (min-width: 1200px){
  .team-schedule .data-league {
    padding-left: 20px;
    padding-right: 20px;
  }}@media (min-width: 1200px){
  .team-schedule .data-venue {
    padding-left: 20px;
    padding-right: 20px;
  }}
.team-schedule .data-article .fa,
.team-schedule .data-article .fas,
.team-schedule .data-article .fab {
  margin-right: 0.5em;
  font-size: 12px;
  line-height: 1.2em;
  vertical-align: top;
}
.team-schedule tbody .data-date,
.team-schedule tbody .data-event,
.team-schedule tbody .data-time,
.team-schedule tbody .data-results,
.team-schedule tbody .data-league,
.team-schedule tbody .data-season,
.team-schedule tbody .data-venue,
.team-schedule tbody .team-schedule__tickets {
  vertical-align: middle;
}
.team-schedule a:not(.btn) {
  color: #31404b;
}
.player-heading .container {
  position: relative;
  z-index: 2;
}

.player-info {
  color: #fff;
  position: relative;
  width: 100%;
}@media (min-width: 992px){
  .player-info {
    display: flex;
  }}

.player-info__name {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1em;
  text-align: left;
}@media (min-width: 992px){
  .player-info__name {
    font-size: 18px;
  }}@media (min-width: 1200px){
  .player-info__name {
    font-size: 26px;
  }}

.player-info__last-name {
  display: block;
  color: #c2ff1f;
  font-size: 32px;
  line-height: 1em;
}@media (min-width: 992px){
  .player-info__last-name {
    font-size: 32px;
  }}@media (min-width: 1200px){
  .player-info__last-name {
    font-size: 54px;
    line-height: 46px;
  }}

.player-info-stats__item {
  float: left;
  width: 33.3%;
}
.player-info-stats__item .circular {
  display: flex;
  align-items: center;
}
.player-info-stats__item .circular .circular__bar {
  width: 62px;
  height: 62px;
  min-width: 62px;
}@media (min-width: 992px){
  .player-info-stats__item .circular .circular__bar {
    margin: 0 9px 0 0;
  }}@media (min-width: 992px) and (max-width: 1199px){
  .player-info-stats__item .circular .circular__bar {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }}
.player-info-stats__item .circular .circular__bar .circular__percents {
  color: #fff;
  font-size: 15px;
}
.player-info-stats__item .circular .circular__bar .circular__percents small {
  display: block;
  font-size: 8px;
  line-height: 1.2em;
  color: #9ed5ff;
}@media (min-width: 992px) and (max-width: 1199px){
  .player-info-stats__item .circular .circular__bar .circular__percents {
    font-size: 12px;
  }}
.player-info-stats__item .circular .circular__label {
  color: #9ed5ff;
}@media (min-width: 992px){
  .player-info-stats__item .circular .circular__label {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0;
  }}@media (min-width: 992px) and (max-width: 1199px){
  .player-info-stats__item .circular .circular__label {
    font-size: 9px;
  }}
.player-info-stats__item .circular .circular__label-first {
  color: #fff;
  display: block;
}
.player-info__item--details-vertical .player-info-stats .player-info-stats__item {
  float: none;
  min-width: 33.3%;
  flex-basis: 33.3%;
}@media (min-width: 1199px){
  .player-info__item--details-vertical .player-info-stats .player-info-stats__item {
    min-width: 100%;
  }}
.player-info__item--details-vertical .player-info-stats .player-info-stats__item .circular .circular__bar {
  width: 52px;
  height: 52px;
  min-width: 0;
}@media (min-width: 992px) and (max-width: 1199px){
  .player-info__item--details-vertical .player-info-stats .player-info-stats__item .circular .circular__bar {
    width: 44px;
    height: 44px;
  }}
.player-info__item--details-vertical .player-info-stats .player-info-stats__item .circular .circular__bar .circular__percents {
  font-size: 12px;
}
.player-info__item--details-vertical .player-info-stats .player-info-stats__item .circular .circular__bar .circular__percents small {
  font-size: 8px;
}@media (min-width: 992px) and (max-width: 1199px){
  .player-info__item--details-vertical .player-info-stats .player-info-stats__item .circular .circular__bar .circular__percents {
    font-size: 12px;
  }}
.player-info__item--stats .progress-stats {
  margin-bottom: 20px;
}
.player-info__item--stats .progress__label {
  color: #fff;
}
.player-info__item--stats .progress:not(.progress--battery) {
  background-color: rgba(255, 255, 255, 0.2);
}

.player-info .slick-track {
  display: table;
  height: 100%;
  table-layout: fixed;
}
.player-info .slick-track .player-info__item {
  display: table-cell;
  vertical-align: middle;
  float: none;
  height: 1px;
}
.player-info .slick-track .player-info__item--photo {
  vertical-align: bottom;
}
.player-info .slick-track .player-info-chart {
  margin: 0 !important;
  vertical-align: bottom;
}
.player-league .data-name {
  text-align: left;
}@media (min-width: 1200px){
  .player-league .data-name {
    padding-left: 23px;
  }}

.team-meta {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-meta__logo {
  width: 35px;
  height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.team-meta__logo img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.team-meta__info {
  display: inline-block;
  vertical-align: middle;
}

.team-meta__name {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}

/* Sportspress Widgets */
.card.widget_league_table,
.card.widget_sp_event_list,
.card.widget_player_list,
.card.widget_sp_event_blocks,
.card.widget-results,
.card.widget-game-result,
.card.widget-player-featured {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0 !important;
}
.card.widget_league_table > .card__content,
.card.widget_sp_event_list > .card__content,
.card.widget_player_list > .card__content,
.card.widget_sp_event_blocks > .card__content,
.card.widget-results > .card__content,
.card.widget-game-result > .card__content,
.card.widget-player-featured > .card__content {
  padding: 0;
}
.card.widget_league_table .widget__title,
.card.widget_sp_event_list .widget__title,
.card.widget_player_list .widget__title,
.card.widget_sp_event_blocks .widget__title,
.card.widget-results .widget__title,
.card.widget-game-result .widget__title,
.card.widget-player-featured .widget__title {
  display: none;
}

.widget_sp_event_blocks .sp-data-table {
  table-layout: fixed;
}

.widget_league_table .sp-template-league-table {
  margin-bottom: 0;
}
.widget_player_gallery .team-roster--grid.team-roster--grid-col-2 .team-roster__member-name {
  line-height: 1em;
  font-size: 12px;
}@media (min-width: 768px){
  .widget_player_gallery .team-roster--grid.team-roster--grid-col-2 .team-roster__member-name {
    font-size: 14px;
  }}@media (min-width: 992px){
  .widget_player_gallery .team-roster--grid.team-roster--grid-col-2 .team-roster__member-name {
    font-size: 12px;
  }}@media (min-width: 1200px){
  .widget_player_gallery .team-roster--grid.team-roster--grid-col-2 .team-roster__member-name {
    font-size: 14px;
    line-height: 1em;
  }}@media (min-width: 375px) and (max-width: 479px){
  .widget_player_gallery .team-roster--grid.team-roster--grid-col-2 .team-roster__member-name {
    font-size: 14px;
  }}

.widget_birthdays .card__content {
  padding: 0;
}

.widget_staff .sp-table-caption {
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
}
.widget_staff .widget__content {
  overflow: hidden;
}

.widget_countdown .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0 !important;
}
.widget_countdown .card > .card__content {
  padding: 0;
}

/* Widget: Standings */
.widget-standings .widget__content {
  padding: 0;
}

/* Widget: Featured Player */
.widget-player .widget-player__inner {
  background-color: #27313b;
  color: #fff;
  height: 158px;
  overflow: hidden;
  position: relative;
  padding: 0 20px 0 140px;
  background-image: radial-gradient(at 0% 0%, rgba(255, 255, 255, 0.3), transparent);
  border-radius: 4px;
}@media (min-width: 375px){
  .widget-player .widget-player__inner {
    padding-left: 158px;
  }}@media (min-width: 992px){
  .widget-player .widget-player__inner {
    height: 156px;
    padding-left: 50%;
  }}@media (min-width: 1199px){
  .widget-player .widget-player__inner {
    height: 198px;
  }}
.widget-player .card__header + .widget-player__inner {
  border-radius: 0;
  border-top: none;
}

.widget-player__photo {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 50%;
  z-index: 4;
}

.widget-player__header {
  padding-top: 20px;
  margin-bottom: 8px;
  position: relative;
  z-index: 4;
}@media (min-width: 992px){
  .widget-player__header {
    padding-top: 14px;
    margin-bottom: 0;
  }}@media (min-width: 1199px){
  .widget-player__header {
    padding-top: 16px;
    margin-bottom: 10px;
  }}

.widget-player__number {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1em;
  float: left;
  margin-right: 0.1em;
  margin-left: -0.5em;
}@media (min-width: 992px){
  .widget-player__number {
    font-size: 42px;
    margin-left: -0.8em;
  }}@media (min-width: 1199px){
  .widget-player__number {
    font-size: 56px;
  }}

.widget-player__name {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 4px;
  z-index: 1;
}@media (min-width: 992px){
  .widget-player__name {
    font-size: 18px;
  }}@media (min-width: 1199px){
  .widget-player__name {
    font-size: 24px;
    top: 6px;
  }}

.widget-player__first-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-player__last-name {
  display: block;
  color: #38a9ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-player__content {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 12px 0;
}

.widget-player__content-inner {
  width: 100%;
  padding-left: 140px;
  padding-right: 24px;
}@media (min-width: 375px){
  .widget-player__content-inner {
    padding-left: 160px;
  }}@media (min-width: 992px){
  .widget-player__content-inner {
    padding-left: 50%;
  }}

.widget-player__stat {
  float: left;
  width: 33.3%;
  text-align: center;
}@media (min-width: 376px) and (max-width: 991px){
  .widget-player__stat {
    width: 60px;
  }}

.widget-player__stat-label {
  font-size: 8px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  color: #fff;
  font-weight: 400;
}@media (min-width: 992px){
  .widget-player__stat-label {
    font-size: 8px;
    margin-bottom: 1em;
  }}@media (min-width: 1199px){
  .widget-player__stat-label {
    font-weight: 700;
    font-size: 10px;
  }}

.widget-player__stat-number {
  font-size: 12px;
  line-height: 1.2em;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}@media (min-width: 992px){
  .widget-player__stat-number {
    font-size: 18px;
  }}
.widget-player__footer-txt .fa {
  font-size: 12px;
  margin-right: 0.5em;
  color: #38a9ff;
}

/* Widget: Featured Player Alternative Styling */
.widget-player--alt .widget-player__photo {
  filter: grayscale(1);
}

/* Widget: Featured Player - Soccer */
.widget-player--soccer {
  position: relative;
}
.widget-player--soccer .widget-player__ribbon {
  content: "\f005";
  display: block;
  position: absolute;
  width: 26px;
  height: 28px;
  background-color: #ffcf11;
  top: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-player--soccer .widget-player__ribbon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-top: 6px solid #ffcf11;
  border-right: 13px solid transparent;
}
.widget-player--soccer .widget-player__ribbon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  border-top: 6px solid #ffcf11;
  border-left: 13px solid transparent;
}
.widget-player--soccer .widget-player__inner {
  background-color: #fff;
  background-image: none;
  color: #9a9da2;
  height: 168px;
}@media (min-width: 992px){
  .widget-player--soccer .widget-player__inner {
    height: 160px;
  }}@media (min-width: 1199px){
  .widget-player--soccer .widget-player__inner {
    height: 198px;
  }}
.widget-player--soccer .widget-player__header {
  position: static;
}
.widget-player--soccer .widget-player__number {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-left: 0;
  margin-top: -0.2em;
  text-indent: -0.15em;
  width: 144px;
  background-color: #38a9ff;
  color: rgba(255, 255, 255, 0.1);
  font-size: 150px;
  line-height: 1em;
  overflow: hidden;
}
.widget-player--soccer .widget-player__number::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 230px solid #fff;
  border-left: 30px solid transparent;
}
.widget-player--soccer .widget-player__name {
  color: #31404b;
}@media (min-width: 1200px){
  .widget-player--soccer .widget-player__name {
    margin-left: -35px;
  }}
.widget-player--soccer .widget-player__first-name {
  font-size: 14px;
  line-height: 1em;
}@media (min-width: 1200px){
  .widget-player--soccer .widget-player__first-name {
    font-size: 18px;
  }}
.widget-player--soccer .widget-player__last-name {
  font-size: 24px;
  line-height: 1em;
}@media (min-width: 1200px){
  .widget-player--soccer .widget-player__last-name {
    font-size: 36px;
  }}
.widget-player--soccer .widget-player__content-inner {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-player--soccer .widget-player__stat {
  width: 25%;
}
.widget-player--soccer .widget-player__stat-number {
  font-size: 18px;
  color: #31404b;
}
.widget-player--soccer .widget-player__stat-label {
  color: #9a9da2;
  font-size: 8px;
}
.widget-player--soccer .widget-player__content-alt {
  padding: 0 24px 0 50%;
}@media (min-width: 375px){
  .widget-player--soccer .widget-player__content-alt {
    padding-left: 160px;
  }}@media (min-width: 992px){
  .widget-player--soccer .widget-player__content-alt {
    padding-left: 50%;
  }}
.widget-player--soccer .widget-player__content-alt .progress__label {
  font-size: 8px;
  color: #9a9da2;
}
.widget-player--soccer .widget-player__content-alt .progress__number {
  font-size: 8px;
  font-weight: 700;
  color: #31404b;
}

/* Widget: Featured Player - Small (initially in eSports) */
.widget-player--sm .widget__content {
  background-color: transparent;
  background-image: none;
  height: 106px;
  padding: 0 20px 0 120px;
  display: flex;
  align-items: center;
  overflow: hidden;
}@media (min-width: 375px){
  .widget-player--sm .widget__content {
    padding-left: 120px;
  }}@media (min-width: 992px){
  .widget-player--sm .widget__content {
    height: 106px;
    padding-left: 120px;
  }}@media (min-width: 1200px){
  .widget-player--sm .widget__content {
    height: 106px;
  }}
.widget-player--sm .widget-player__header {
  padding-top: 0;
  margin-bottom: 0;
}@media (min-width: 992px){
  .widget-player--sm .widget-player__header {
    padding-top: 0;
  }}@media (min-width: 1200px){
  .widget-player--sm .widget-player__header {
    padding-top: 0;
    margin-bottom: 0;
  }}
.widget-player--sm .widget-player__photo {
  max-width: 120px;
}
.widget-player--sm .widget-player__photo img {
  max-width: 100%;
  height: auto;
}
.widget-player--sm .widget-player__name {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 0;
  position: static;
  text-transform: uppercase;
  flex: 1;
}@media (min-width: 992px){
  .widget-player--sm .widget-player__name {
    font-size: 18px;
  }}@media (min-width: 1200px){
  .widget-player--sm .widget-player__name {
    font-size: 26px;
  }}
.widget-player--sm .widget-player__first-name {
  display: inline-block;
  overflow: visible;
}
.widget-player--sm .widget-player__last-name {
  display: inline-block;
  overflow: visible;
}
.widget-player--sm .widget-player__content {
  position: static;
  padding: 0;
}
.widget-player--sm .widget-player__content-inner {
  padding-left: 0;
  padding-right: 0;
}@media (min-width: 375px){
  .widget-player--sm .widget-player__content-inner {
    padding-left: 0;
  }}@media (min-width: 992px){
  .widget-player--sm .widget-player__content-inner {
    padding-left: 0;
  }}

/* Widget: Game Result */
.widget-game-result .widget__content {
  padding: 0;
}

.widget-game-result__section-inner {
  padding: 24px 24px;
}
.widget-game-result__section-inner-alt .table-responsive {
  margin-bottom: 0;
}

.widget-game-result__extra-stats {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.widget-game-result__extra-stats.active {
  max-height: 400px;
}

.sp-row + .sp-row .widget-game-result__item {
  margin-top: 48px;
}

.widget-game-result__header {
  text-align: center;
  margin-bottom: 15px;
}
.widget-game-result__header + .widget-game-result__header {
  margin-top: 1.5rem;
}

.widget-game-result__title {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}@media (min-width: 992px){
  .widget-game-result__title {
    font-size: 14px;
  }}

.widget-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;
  color: #9a9da2;
}@media (min-width: 992px){
  .widget-game-result__date {
    font-size: 10px;
  }}
.widget-game-result__header--alt .widget-game-result__title {
  font-size: 9px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 400;
}@media (min-width: 992px){
  .widget-game-result__header--alt .widget-game-result__title {
    font-size: 9px;
  }}
.widget-game-result__header--alt .widget-game-result__date {
  font-size: 9px;
  flex-grow: 1;
  text-align: right;
  font-weight: 400;
}@media (min-width: 992px){
  .widget-game-result__header--alt .widget-game-result__date {
    font-size: 9px;
  }}

.widget-game-result__main {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.widget-game-result__team {
  text-align: center;
  width: 26%;
}

.widget-game-result__team--odd {
  order: 0;
}

.widget-game-result__team--even {
  order: 2;
}

.widget-game-result__team-logo {
  height: 70px;
  display: block;
  position: relative;
}
.widget-game-result__team-logo img {
  display: block;
  margin: 0 auto;
}

.widget-game-result__team-info {
  padding: 6px 0 0 0;
}

.widget-game-result__team-name {
  display: block;
  font-size: 11px;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto 0.1em auto;
}@media (max-width: 479px){
  .widget-game-result__team-name {
    max-width: 80px;
  }}@media (min-width: 992px){
  .widget-game-result__team-name {
    font-size: 13px;
  }}

.widget-game-result__team-desc {
  color: #9a9da2;
  display: block;
  font-size: 7px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

.widget-game-result__score-wrap {
  width: 46%;
  order: 1;
  text-align: center;
}

.widget-game-result__score {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #31404b;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
.widget-game-result__score:hover {
  color: #31404b;
}@media (min-width: 768px){
  .widget-game-result__score {
    font-size: 20px;
  }}@media (min-width: 992px){
  .widget-game-result__score {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }}@media (min-width: 1199px){
  .widget-game-result__score {
    font-size: 26px;
  }}

.widget-game-result__score-result {
  position: relative;
}

.widget-game-result__score-result--winner::before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid #38a9ff;
  border-right: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: translateY(-50%);
}@media (min-width: 992px){
  .widget-game-result__score-result--winner::before {
    left: -10px;
  }}@media (min-width: 1199px){
  .widget-game-result__score-result--winner::before {
    left: -16px;
  }}
.widget-game-result__score-dash + .widget-game-result__score-result--winner::before {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: -15px;
}@media (min-width: 992px){
  .widget-game-result__score-dash + .widget-game-result__score-result--winner::before {
    left: auto;
    right: -10px;
  }}@media (min-width: 1199px){
  .widget-game-result__score-dash + .widget-game-result__score-result--winner::before {
    left: auto;
    right: -16px;
  }}

.widget-game-result__score-result--loser {
  color: #9a9da2;
}

.widget-game-result__score-label {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #31404b;
  line-height: 1.2em;
}

.widget-game-result__venue {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.widget-game-result__matchday {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.widget-game-result__main--vertical .widget-game-result__team {
  display: flex;
  text-align: left;
  align-items: center;
  flex-basis: 100%;
  padding: 20px 12px;
}
.widget-game-result__main--vertical .widget-game-result__team + .widget-game-result__team {
  border-top: 1px solid #e4e7ed;
}
.widget-game-result__main--vertical .widget-game-result__team:last-child {
  padding-bottom: 0;
}
.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-style: normal;
  line-height: 1em;
  position: relative;
}@media (min-width: 1200px){
  .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score {
    font-size: 48px;
  }}
.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__score-result--winner {
  color: #31404b;
}
.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__score-result--winner::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  top: 0.2em;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #38a9ff;
  border-right: none;
}@media (min-width: 1200px){
  .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__score-result--winner::before {
    top: 0;
  }}@media (min-width: 480px){
  .widget-game-result__main--vertical .widget-game-result__team {
    padding: 20px 24px;
  }}
.widget-game-result__main--vertical .widget-game-result__team-logo {
  width: 80px;
  margin-right: 10px;
}
.widget-game-result__main--vertical .widget-game-result__team-info {
  flex-grow: 1;
  padding-top: 0;
}
.widget-game-result__main--vertical .widget-game-result__team-name {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}@media (min-width: 992px){
  .widget-game-result__main--vertical .widget-game-result__team-name {
    font-size: 14px;
    max-width: none;
  }}
.widget-game-result__main--vertical .widget-game-result__team-desc {
  font-size: 10px;
  font-style: normal;
}

.widget-game-result__table-stats .table {
  margin-bottom: 0;
}
.widget-game-result__section-inner .widget-game-result__table-stats .table {
  border-left: none;
  border-right: none;
}@media (min-width: 992px){
  .widget-game-result__table-stats .table > tbody > tr > td:first-child {
    font-size: 12px;
  }}
.widget-game-result__table-stats .table > thead > tr > th:first-child,
.widget-game-result__table-stats .table > tbody > tr > td:first-child,
.widget-game-result__table-stats .table > tbody > tr > th:first-child {
  padding-left: 12px;
}@media (min-width: 992px){
  .widget-game-result__table-stats .table > thead > tr > th:first-child,
  .widget-game-result__table-stats .table > tbody > tr > td:first-child,
  .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 24px;
  }}@media (min-width: 1199px){
  .widget-game-result__table-stats .table > thead > tr > th:first-child,
  .widget-game-result__table-stats .table > tbody > tr > td:first-child,
  .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 40px;
  }}
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
  padding-left: 5px;
}@media (min-width: 992px){
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 18px;
  }}@media (min-width: 1199px){
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 24px;
  }}@media (min-width: 992px) and (max-width: 1199px){
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th {
    padding-left: 5px;
    padding-right: 5px;
  }}
.widget-game-result__table-stats .table > thead > tr > th:last-child,
.widget-game-result__table-stats .table > tbody > tr > td:last-child,
.widget-game-result__table-stats .table > tbody > tr > th:last-child {
  padding-right: 12px;
  color: #31404b;
}@media (min-width: 992px){
  .widget-game-result__table-stats .table > thead > tr > th:last-child,
  .widget-game-result__table-stats .table > tbody > tr > td:last-child,
  .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 24px;
  }}@media (min-width: 1199px){
  .widget-game-result__table-stats .table > thead > tr > th:last-child,
  .widget-game-result__table-stats .table > tbody > tr > td:last-child,
  .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 40px;
  }}
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
  padding-right: 5px;
  color: #31404b;
}@media (min-width: 992px){
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 18px;
  }}@media (min-width: 1199px){
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 24px;
  }}
.player-details__circular .circular__bar {
  width: 100%;
  height: 100%;
}
.player-details__circular .circular__percents {
  line-height: 1em;
  font-size: 12px;
  font-weight: 400;
}
.player-details__circular .circular__percents small {
  display: block;
  text-transform: none;
  font-size: 8px;
  line-height: 1em;
  color: #9a9da2;
}

.widget-game-result .progress-double-wrapper + .progress-double-wrapper {
  margin-top: 24px;
}

.widget-game-result__extra-stats .progress-double-wrapper {
  margin-top: 24px;
}

/* Widget: Results */
.widget-results .card__content {
  padding: 0;
}
.table-responsive:first-child .team-leader {
  border-top: none;
}

th {
  text-transform: uppercase;
}

.team-leader__avg .circular {
  margin: 0;
}
.team-leader__avg .circular .circular__bar {
  width: 40px;
  height: 40px;
}
.team-leader__avg .circular .circular__percents {
  font-size: 11px;
}
.nav-tabs--clean > li.active > a {
  color: #31404b;
  border: none;
  padding: 12px 16px;
}

.team-stats__icon--centered .df-icon,
.team-stats__icon--centered i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  vertical-align: top;
}

.team-stats__circular .circular__bar {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}
.team-stats__circular .circular__bar + .circular__label {
  margin-top: 0;
}
.team-stats__circular .circular__percents {
  font-size: 10px;
  line-height: 1em;
}
.team-stats__circular--minus .circular__percents {
  color: #f34141;
}
.team-stats__circular--plus .circular__percents {
  color: #24d9b0;
}

/* Widget: Soccer Lineup */
.widget-lineup .widget__content {
  text-align: center;
}

/* Staff */
@media (min-width: 992px) {
  .alc-staff-inner {
    padding: 0 0 0 18px;
  }
}

.alc-staff__header-name {
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}@media (max-width: 479px){
  .alc-staff__header-name {
    font-size: 14px;
  }}

.alc-staff__header-last-name {
  display: block;
  font-size: 46px;
  line-height: 1em;
  color: #38a9ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}@media (max-width: 479px){
  .alc-staff__header-last-name {
    font-size: 1.5em;
  }}

/* Officials */
@media (min-width: 1200px) {
  table.sp-event-officials > thead > tr > th:first-child,
  table.sp-event-officials > tbody > tr > td:first-child {
    padding-left: 24px;
  }
}

/**
 *
 * Sponsors
 *
 */
@media (max-width: 991px) {
  .sp-header {
    display: none;
  }
}

.sp-header-sponsors {
  background-color: #1e2024;
  margin: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sp-header-sponsors .sp-sponsors .sponsor {
  vertical-align: middle;
}

.sp-footer-sponsors .sp-sponsors {
  padding: 2em 0;
}@media (min-width: 992px){
  .sp-footer-sponsors .sp-sponsors {
    padding: 4em 0;
  }}
.sp-footer-sponsors .sp-sponsors .sponsor {
  vertical-align: middle;
}@media only screen and (min-width: 40.063em){
  .sp-header-sponsors {
    float: none;
  }
  .sp-header-sponsors .sp-sponsors {
    text-align: center;
  }}
/**
 *
 * Staff Directories
 *
 */
/* List */
.sp-staff-directory .data-name > a,
.sp-staff-directory .data-phone > a,
.sp-staff-directory .data-email > a {
  color: #31404b;
}
.sp-staff-directory .data-name > a:hover,
.sp-staff-directory .data-phone > a:hover,
.sp-staff-directory .data-email > a:hover {
  color: #38a9ff;
}
.sp-template-event-statistics .sp-statistic-bar-fill {
  border-top-left-radius: 4.5px;
  border-bottom-left-radius: 4.5px;
  background-color: #38a9ff;
}@media screen and (min-width: 801px){
  .sp-inline-statistics.sp-performance-sections--1 .sp-event-performance-tables .sp-template-event-performance {
    width: 100%;
  }
  .sp-inline-statistics.sp-performance-sections--1 .sp-event-performance-tables .sp-template-event-performance-combined {
    width: 100%;
  }
  .sp-inline-statistics.sp-performance-sections--1 .sp-event-performance-tables .sp-template-event-statistics {
    width: 100%;
  }}
.sp-event-user-results th.data-name,
.sp-event-user-scores th.data-name {
  text-align: left;
}
.sp-event-user-results tbody > tr > td.data-name,
.sp-event-user-scores tbody > tr > td.data-name {
  color: #31404b;
}
.sp-event-user-results .form-control,
.sp-event-user-scores .form-control {
  height: 34px;
  padding: 8px 10px;
}

.sp-event-user-scores .form-control {
  padding-left: 6px;
  padding-right: 6px;
}

/**
 *
 * League Menu
 *
 */
@media (min-width: 992px) {
  .sp-league-menu .sp-inner {
    max-width: 962px;
  }
}

/**
 *
 * Scoreboard
 *
 */
.alc-scoreboard-wrapper .slick-track {
  display: flex;
  align-items: stretch;
}

.alc-scoreboard .slick-arrow {
  height: 100%;
  width: 30px;
  top: 0;
  bottom: 0;
  border-radius: 0;
}
.alc-scoreboard .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
.alc-scoreboard .slick-arrow.slick-prev {
  left: -30px;
}
.alc-scoreboard .slick-arrow.slick-next {
  right: -30px;
}

/**
 *
 * Results Matrix
 *
 */
@media (min-width: 992px) {
  .sp-event-matrix thead > tr > td:first-child,
  .sp-event-matrix thead > tr > th:first-child,
  .sp-event-matrix tbody > tr > td:first-child,
  .sp-event-matrix tbody > tr > th:first-child {
    padding-left: 24px;
  }
}