body.post-type-archive-games .entry-content {
  margin-top: 0;
}
body.post-type-archive-games .select2-dropdown {
  background-color: #e30513;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 2px solid #e30513;
  width: calc(100% - 4px);
  border-radius: 0;
  z-index: 5;
}
body.post-type-archive-games .select2-results__option {
  padding-left: 2em;
  padding-right: 2em;
}
body.post-type-archive-games .select2-results__option::before {
  content: '';
  font-family: 'custom-icons';
  display: inline-block;
  width: 2rem;
  float: left;
  text-align: center;
  text-indent: 0;
  margin: 0;
  padding: 0;
}
body.post-type-archive-games .select2-results__option[data-selected="true"] {
  background: none;
  padding-left: 0;
}
body.post-type-archive-games .select2-results__option[data-selected="true"]::before {
  content: '\E80D';
}
body.post-type-archive-games .select2-results__option--highlighted[data-selected] {
  background-color: #fff;
  color: #e30513;
}
body.post-type-archive-games .select2-results > .select2-results__options {
  max-height: none;
}
.games-filter-container {
  display: flex;
  padding-top: 10px;
}
.games-filter-container .games-filter {
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}
.games-filter-container .games-filter .select2-container {
  flex-basis: 25%;
  height: auto;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  margin-right: 2px;
}
.games-filter-container .games-filter .select2-container:last-child {
  margin-right: 0;
}
.games-filter-container .games-filter .select2-container .select2-selection--single {
  height: auto;
  background: #e30513;
  font-weight: bold;
  color: #fff;
  padding: 30px 50px;
  text-align: center;
  border: 1px solid #e30513;
  border-radius: 0;
}
.games-filter-container .games-filter .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.games-filter-container .games-filter .select2-container .select2-selection--single .select2-selection__rendered::after {
  content: '\e803';
  font-family: 'custom-icons';
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  vertical-align: middle;
}
.games-filter-container .games-filter .select2-container .select2-selection__arrow {
  display: none;
}
.games-filter-container .games-filter .select2-container .dropdown-wrapper {
  text-align: center;
}
@media (max-width: 1200px) {
  .games-filter-container {
    display: flex;
    padding-top: 10px;
  }
  .games-filter-container .games-filter {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .games-filter-container .games-filter .select2-container {
    height: auto;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    margin-right: 2px;
  }
  .games-filter-container .games-filter .select2-container:last-child {
    margin-right: 0;
  }
  .games-filter-container .games-filter .select2-container .select2-selection--single {
    padding: 30px 10px;
  }
}
@media (max-width: 1000px) {
  .games-filter-container .games-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
  .games-filter-container .games-filter .select2-container {
    flex-basis: calc(50% - 2px);
    margin: 0 1px;
  }
  .games-filter-container .games-filter .select2-container:last-child {
    margin-right: 1px;
  }
  .games-filter-container .games-filter .select2-container .select2-selection--single {
    padding: 10px 5px;
  }
}
@media (max-width: 480px) {
  .games-filter-container .games-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
  .games-filter-container .games-filter .select2-container {
    flex-basis: 100%;
    margin: 0 1px;
  }
  .games-filter-container .games-filter .select2-container:last-child {
    margin-right: 1px;
  }
  .games-filter-container .games-filter .select2-container .select2-selection--single {
    padding: 6px 5px;
  }
}
body .games-nav-container {
  text-align: center;
  margin: 10px 0 30px 0;
}
body .games-nav-container .button {
  margin: 1px 1px;
  width: 10em;
}
@media (max-width: 800px) {
  body .games-nav-container .button {
    padding: 5px;
  }
}
.acf-fc-boxscore .game-container .game,
.acf-fc-games-next-game .game-container .game,
.games-list .game-container .game {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.acf-fc-boxscore .game-container .game .result-container,
.acf-fc-games-next-game .game-container .game .result-container,
.games-list .game-container .game .result-container {
  width: 40%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 35px;
  text-align: center;
}
.acf-fc-boxscore .game-container .game .result-container .league,
.acf-fc-games-next-game .game-container .game .result-container .league,
.games-list .game-container .game .result-container .league {
  font-size: 1.59rem;
  font-family: 'fira-sans-800-heading', 'Fira Sans', sans-serif;
  line-height: 1.2;
}
.acf-fc-boxscore .game-container .game .result-container .score-container,
.acf-fc-games-next-game .game-container .game .result-container .score-container,
.games-list .game-container .game .result-container .score-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-fc-boxscore .game-container .game .result-container .score-container .team-container,
.acf-fc-games-next-game .game-container .game .result-container .score-container .team-container,
.games-list .game-container .game .result-container .score-container .team-container {
  text-align: center;
  flex-basis: 1px;
  flex-shrink: 0;
  flex-grow: 1;
}
.acf-fc-boxscore .game-container .game .result-container .score-container .team-container img,
.acf-fc-games-next-game .game-container .game .result-container .score-container .team-container img,
.games-list .game-container .game .result-container .score-container .team-container img {
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 480px) {
  .acf-fc-boxscore .game-container .game .result-container .score-container .team-container img,
  .acf-fc-games-next-game .game-container .game .result-container .score-container .team-container img,
  .games-list .game-container .game .result-container .score-container .team-container img {
    width: 75px;
    height: 75px;
  }
}
.acf-fc-boxscore .game-container .game .result-container .score-container .team-container .team-name,
.acf-fc-games-next-game .game-container .game .result-container .score-container .team-container .team-name,
.games-list .game-container .game .result-container .score-container .team-container .team-name {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 8px;
}
@media (max-width: 480px) {
  .acf-fc-boxscore .game-container .game .result-container .score-container .team-container .team-name,
  .acf-fc-games-next-game .game-container .game .result-container .score-container .team-container .team-name,
  .games-list .game-container .game .result-container .score-container .team-container .team-name {
    font-size: 0.9em;
  }
}
.acf-fc-boxscore .game-container .game .result-container .score-container .goals-container,
.acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container,
.games-list .game-container .game .result-container .score-container .goals-container {
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.acf-fc-boxscore .game-container .game .result-container .score-container .goals-container.versus-only .result,
.acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container.versus-only .result,
.games-list .game-container .game .result-container .score-container .goals-container.versus-only .result {
  text-align: center;
  font-size: 1.765rem;
  font-weight: bold;
}
.acf-fc-boxscore .game-container .game .result-container .score-container .goals-container .result,
.acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container .result,
.games-list .game-container .game .result-container .score-container .goals-container .result {
  display: flex;
  justify-content: center;
}
.acf-fc-boxscore .game-container .game .result-container .score-container .goals-container .result .goals,
.acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container .result .goals,
.games-list .game-container .game .result-container .score-container .goals-container .result .goals {
  font-weight: bold;
  font-size: 3.53rem;
  text-align: center;
  line-height: 3.53rem;
  width: 1.25em;
}
.acf-fc-boxscore .game-container .game .result-container .score-container .goals-container .result .goals.goals-home,
.acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container .result .goals.goals-home,
.games-list .game-container .game .result-container .score-container .goals-container .result .goals.goals-home {
  text-align: right;
}
.acf-fc-boxscore .game-container .game .result-container .score-container .goals-container .result .goals.goals-guest,
.acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container .result .goals.goals-guest,
.games-list .game-container .game .result-container .score-container .goals-container .result .goals.goals-guest {
  text-align: left;
}
.acf-fc-boxscore .game-container .game .result-container .score-container .goals-container .result .goals-devider,
.acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container .result .goals-devider,
.games-list .game-container .game .result-container .score-container .goals-container .result .goals-devider {
  margin: 0 20px;
  font-weight: normal;
  font-size: 1.765rem;
  text-align: center;
  vertical-align: middle;
  line-height: 3.53rem;
}
@media (max-width: 1300px) {
  .acf-fc-boxscore .game-container .game .result-container,
  .acf-fc-games-next-game .game-container .game .result-container,
  .games-list .game-container .game .result-container {
    width: 45%;
    margin: 0 10px;
  }
}
.games-list .game-container {
  margin: 0;
  padding: 35px 15px;
}
.games-list .game-container:nth-child(even) {
  background: #EDEDED;
}
.games-list .game-container .game {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.games-list .game-container .game .date-container {
  flex-basis: 1%;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  line-height: 1.33;
}
.games-list .game-container .game .date-container .weekday {
  font-size: 1.1764705882353rem;
  font-family: 'fira-sans-800-heading', 'Fira Sans', sans-serif;
}
.games-list .game-container .game .date-container .weekday-short {
  display: none;
}
.games-list .game-container .game .date-container .date {
  font-size: 1.5882352941176rem;
  font-family: 'fira-sans-800-heading', 'Fira Sans', sans-serif;
}
.games-list .game-container .game .date-container .time {
  font-size: 1.5882352941176rem;
  font-weight: 200;
  font-family: 'fira-sans-200', 'Fira Sans', sans-serif;
}
.games-list .game-container .game .date-container .location-city {
  margin-top: 15px;
  font-size: 1.1764705882353rem;
  font-family: 'fira-sans-800-heading', 'Fira Sans', sans-serif;
}
.games-list .game-container .game .date-container .location-place {
  font-size: 1rem;
}
.games-list .game-container .game .links-container {
  flex-basis: 1%;
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 2;
  font-weight: bold;
}
.games-list .game-container .game .links-container .tickets {
  margin-top: 15px;
  font-size: 1.1764705882353rem;
  font-family: 'fira-sans-800-heading', 'Fira Sans', sans-serif;
}
.games-list .game-container .game .links-container .tickets i::before {
  width: 1rem;
}
.games-list .game-container .game .links-container *:not(.tickets) a {
  color: #000000;
  text-decoration: underline;
  padding: 2px 8px 2px 4px;
}
.games-list .game-container .game .links-container *:not(.tickets) a:hover {
  color: #fff;
  background: #e30513;
}
.games-list .game-container .game .links-container i {
  margin-right: 1rem;
}
.acf-fc-games-next-game:first-child .game-container {
  margin-top: -10px;
}
.acf-fc-games-next-game .game-container {
  margin: 0;
  padding: 0;
}
.acf-fc-games-next-game .game-container .game {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.acf-fc-games-next-game .game-container .game .date-container {
  flex-basis: 1%;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  line-height: 1.33;
}
.acf-fc-games-next-game .game-container .game .date-container .league {
  font-size: 1.59rem;
  font-family: 'fira-sans-800-heading', 'Fira Sans', sans-serif;
  line-height: 1.2;
}
.acf-fc-games-next-game .game-container .game .date-container .date {
  font-size: 1rem;
}
.acf-fc-games-next-game .game-container .game .date-container .location {
  font-size: 1rem;
}
.acf-fc-games-next-game .game-container .game .result-container {
  border-left: 1px solid #ffffff88;
  border-right: 1px solid #ffffff88;
}
.acf-fc-games-next-game .game-container .game .result-container .league {
  display: none;
}
.acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container {
  margin: 0 -2em 0 -2em;
  flex-shrink: 0;
  flex-grow: 0;
}
.acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container .result .goals {
  width: 1.25em;
}
.acf-fc-games-next-game .game-container .game .links-container {
  flex-basis: 1%;
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 2;
  font-weight: bold;
}
.acf-fc-games-next-game .game-container .game .links-container:not(.type-tickets-this) > .tickets-this {
  display: none;
}
.acf-fc-games-next-game .game-container .game .links-container:not(.type-tickets-next) > .tickets-next {
  display: none;
}
.acf-fc-games-next-game .game-container .game .links-container:not(.type-ticker-link) > .ticker-link {
  display: none;
}
.acf-fc-games-next-game .game-container .game .links-container:not(.type-stream-url) > .stream-url {
  display: none;
}
.acf-fc-games-next-game .game-container .game .links-container .ticker-sponsor .sponsor-container {
  line-height: 0;
}
.acf-fc-games-next-game .game-container .game .links-container .ticker-sponsor .sponsor-container .title {
  line-height: 1.33;
}
.acf-fc-games-next-game .game-container .game .links-container .ticker-sponsor .sponsor-container a {
  padding: 0;
  margin: 0;
}
.acf-fc-games-next-game .game-container .game .links-container .ticker-sponsor .sponsor-container a img {
  display: block;
  max-height: 100px;
  height: auto;
  object-fit: contain;
}
.acf-fc-games-next-game .game-container .game .links-container .tickets {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  margin: 0;
  font-size: 1.5rem;
  font-family: 'fira-sans-800-heading', 'Fira Sans', sans-serif;
  line-height: 1.33;
}
.acf-fc-games-next-game .game-container .game .links-container .tickets a {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  text-decoration: none;
  padding: 10px 15px 0 0;
  line-height: 1;
}
.acf-fc-games-next-game .game-container .game .links-container .tickets a .icon {
  padding-bottom: 10px;
}
.acf-fc-games-next-game .game-container .game .links-container .tickets a .icon::before {
  width: 1em;
  font-size: 2rem;
  line-height: unset;
  vertical-align: middle;
}
.acf-fc-games-next-game .game-container .game .links-container .tickets a .text {
  padding-bottom: 10px;
  display: block;
  border-bottom: 2px dashed #fff;
}
.acf-fc-games-next-game .game-container .game .links-container *:not(.tickets) a {
  color: #000000;
  text-decoration: underline;
  padding: 2px 8px 2px 4px;
}
.acf-fc-games-next-game .game-container .game .links-container *:not(.tickets) a:hover {
  color: #fff;
  background: #e30513;
}
.acf-fc-games-next-game .game-container .game .links-container i {
  margin-right: 1rem;
}
.acf-fc-games-next-game .game-container .game .links-container .live-container {
  color: #fff;
}
.acf-fc-games-next-game .game-container .game .links-container .live-container::before {
  content: '';
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  vertical-align: middle;
  opacity: 1;
  animation: live-ticker-blinker 2s linear infinite;
}
@media (max-width: 640px) {
  .acf-fc-games-next-game .game-container .game .links-container .live-container::before {
    margin-right: 10px;
  }
}
.acf-fc-games-next-game .game-container .game .links-container .live-container .live {
  display: inline-block;
  font-size: 1.5rem;
  font-family: 'fira-sans-800-heading', 'Fira Sans', sans-serif;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.acf-fc-games-next-game .game-container .game .links-container .live-container .live span {
  text-decoration: underline;
}
.acf-fc-games-next-game .game-container .game .links-container .live-container a:hover {
  color: #e30513;
  background: #fff;
}
.acf-fc-games-next-game .game-container .game .links-container .sponsor-container {
  font-weight: normal;
}
.acf-fc-games-next-game .game-container .game .links-container .sponsor-container .title {
  display: block;
}
@media (max-width: 640px) {
  .acf-fc-games-next-game .game-container .game .links-container .sponsor-container {
    text-align: center;
  }
}
@keyframes live-ticker-blinker {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media (max-width: 1000px) {
  .acf-fc-boxscore .game-container .game,
  .acf-fc-games-next-game .game-container .game,
  .games-list .game-container .game {
    flex-direction: column;
  }
  .acf-fc-boxscore .game-container .game .date-container,
  .acf-fc-games-next-game .game-container .game .date-container,
  .games-list .game-container .game .date-container {
    flex-basis: unset;
    text-align: center;
  }
  .acf-fc-boxscore .game-container .game .date-container .weekday,
  .acf-fc-games-next-game .game-container .game .date-container .weekday,
  .games-list .game-container .game .date-container .weekday {
    display: none;
  }
  .acf-fc-boxscore .game-container .game .date-container .weekday-short,
  .acf-fc-games-next-game .game-container .game .date-container .weekday-short,
  .games-list .game-container .game .date-container .weekday-short {
    display: inline;
    font-family: 'fira-sans-300-body', 'Fira Sans', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
  }
  .acf-fc-boxscore .game-container .game .date-container .date,
  .acf-fc-games-next-game .game-container .game .date-container .date,
  .games-list .game-container .game .date-container .date {
    display: inline;
    font-family: 'fira-sans-300-body', 'Fira Sans', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 0.3em;
  }
  .acf-fc-boxscore .game-container .game .date-container .time,
  .acf-fc-games-next-game .game-container .game .date-container .time,
  .games-list .game-container .game .date-container .time {
    display: inline;
    font-family: 'fira-sans-300-body', 'Fira Sans', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
  }
  .acf-fc-boxscore .game-container .game .date-container .location-city,
  .acf-fc-games-next-game .game-container .game .date-container .location-city,
  .games-list .game-container .game .date-container .location-city {
    display: inline;
    font-family: 'fira-sans-300-body', 'Fira Sans', sans-serif;
    font-weight: normal;
    font-size: 1rem;
  }
  .acf-fc-boxscore .game-container .game .date-container .location-city::after,
  .acf-fc-games-next-game .game-container .game .date-container .location-city::after,
  .games-list .game-container .game .date-container .location-city::after {
    content: ', ';
  }
  .acf-fc-boxscore .game-container .game .date-container .location-place,
  .acf-fc-games-next-game .game-container .game .date-container .location-place,
  .games-list .game-container .game .date-container .location-place {
    display: inline;
    font-family: 'fira-sans-300-body', 'Fira Sans', sans-serif;
    font-weight: normal;
    font-size: 1rem;
  }
  .acf-fc-boxscore .game-container .game .result-container,
  .acf-fc-games-next-game .game-container .game .result-container,
  .games-list .game-container .game .result-container {
    flex-basis: unset;
    width: 100%;
    max-width: 400px;
    margin: 0.25rem 0 0 0;
    border: none;
  }
  .acf-fc-boxscore .game-container .game .result-container .league,
  .acf-fc-games-next-game .game-container .game .result-container .league,
  .games-list .game-container .game .result-container .league {
    font-size: 1.2rem;
  }
  .acf-fc-boxscore .game-container .game .result-container .score-container,
  .acf-fc-games-next-game .game-container .game .result-container .score-container,
  .games-list .game-container .game .result-container .score-container {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .acf-fc-boxscore .game-container .game .result-container .score-container .team-container,
  .acf-fc-games-next-game .game-container .game .result-container .score-container .team-container,
  .games-list .game-container .game .result-container .score-container .team-container {
    width: 45%;
  }
  .acf-fc-boxscore .game-container .game .result-container .score-container .goals-container,
  .acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container,
  .games-list .game-container .game .result-container .score-container .goals-container {
    order: 3;
    width: 100%;
    margin-top: 10px;
  }
  .acf-fc-boxscore .game-container .game .result-container .score-container .goals-container.versus-only,
  .acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container.versus-only,
  .games-list .game-container .game .result-container .score-container .goals-container.versus-only {
    order: unset;
    width: max(20%, 3em);
    margin-top: 0;
  }
  .acf-fc-boxscore .game-container .game .result-container .score-container .goals-container.versus-only .result,
  .acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container.versus-only .result,
  .games-list .game-container .game .result-container .score-container .goals-container.versus-only .result {
    font-size: 1.2rem;
  }
  .acf-fc-boxscore .game-container .game .result-container .score-container .goals-container.no-goals,
  .acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container.no-goals,
  .games-list .game-container .game .result-container .score-container .goals-container.no-goals {
    display: none;
  }
  .acf-fc-boxscore .game-container .game .result-container .score-container .goals-container .periods,
  .acf-fc-games-next-game .game-container .game .result-container .score-container .goals-container .periods,
  .games-list .game-container .game .result-container .score-container .goals-container .periods {
    margin-top: -10px;
  }
  .acf-fc-boxscore .game-container .game .links-container,
  .acf-fc-games-next-game .game-container .game .links-container,
  .games-list .game-container .game .links-container {
    flex-basis: unset;
    width: 100%;
    max-width: 600px;
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.75;
  }
  .acf-fc-boxscore .game-container .game .links-container > *,
  .acf-fc-games-next-game .game-container .game .links-container > *,
  .games-list .game-container .game .links-container > * {
    display: inline;
  }
  .acf-fc-boxscore .game-container .game .links-container :not(.tickets) a,
  .acf-fc-games-next-game .game-container .game .links-container :not(.tickets) a,
  .games-list .game-container .game .links-container :not(.tickets) a {
    display: inline-block;
    border: 2px solid #e30513;
    color: #e30513;
    padding: 0 5px;
    margin: 5px 2px;
    text-decoration: none;
  }
  .acf-fc-boxscore .game-container .game .links-container :not(.tickets) a i,
  .acf-fc-games-next-game .game-container .game .links-container :not(.tickets) a i,
  .games-list .game-container .game .links-container :not(.tickets) a i {
    margin-right: 5px;
  }
  .acf-fc-boxscore .game-container .game .links-container .tickets a,
  .acf-fc-games-next-game .game-container .game .links-container .tickets a,
  .games-list .game-container .game .links-container .tickets a {
    display: block;
    max-width: 10em;
    background: #e30513;
    border: 2px solid #e30513;
    color: #fff;
    padding: 1px 5px;
    margin: 5px auto;
    text-decoration: none;
  }
  .acf-fc-boxscore .game-container .game .links-container .tickets a i,
  .acf-fc-games-next-game .game-container .game .links-container .tickets a i,
  .games-list .game-container .game .links-container .tickets a i {
    margin-right: 10px;
  }
}
.entry-content .acf-fc-games-next-game:first-child.no-gap-before {
  margin-top: -50px;
}
.entry-content .acf-fc-games-next-game:first-child.small-gap-before {
  margin-top: -25px;
}
.live-ticker-container .ticker-initiating,
.live-ticker-container .ticker-offline {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 480px) {
  .live-ticker-container .ticker-initiating,
  .live-ticker-container .ticker-offline {
    padding: 0 10px;
  }
}
.live-ticker-container .last-update-info {
  font-style: italic;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
.live-ticker-container .last-update-info::before {
  content: '';
  display: inline-block;
  background: #e30513;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
  opacity: 1;
  animation: live-ticker-blinker 2s ease infinite;
}
@media (max-width: 480px) {
  .live-ticker-container .last-update-info {
    padding: 0 10px;
  }
}
.live-ticker-container .live-ticker {
  margin-top: 2em;
  line-height: 1.5;
}
.live-ticker-container .live-ticker .entry {
  padding: 20px 0;
  color: #000;
  transition: all 5s ease;
}
.live-ticker-container .live-ticker .entry:nth-last-child(odd) {
  background: rgba(0,0,0,0.05);
}
.live-ticker-container .live-ticker .entry.new {
  color: #e30513;
}
.live-ticker-container .live-ticker .entry .entry-inner {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 480px) {
  .live-ticker-container .live-ticker .entry .entry-inner {
    padding: 0 10px;
  }
}
.live-ticker-container .live-ticker .entry .entry-inner .time {
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  width: 2em;
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
  margin-top: -0.25em;
}
.live-ticker-container .live-ticker .entry .entry-inner .event-type {
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  font-size: 1.3em;
  width: 1em;
  text-align: center;
  margin: -0.1em 1.5em 0 5em;
  vertical-align: top;
}
.live-ticker-container .live-ticker .entry .entry-inner .event-type::before {
  margin: 0;
  padding: 0;
}
.live-ticker-container .live-ticker .entry .entry-inner .text {
  display: inline-block;
}
.live-ticker-container .live-ticker .entry .entry-inner .text .title {
  font-weight: bold;
}
@media (max-width: 800px) {
  .live-ticker-container .live-ticker .entry .entry-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .live-ticker-container .live-ticker .entry .entry-inner .event-type {
    margin-left: 0;
    margin-right: 0;
  }
  .live-ticker-container .live-ticker .entry .entry-inner .text {
    width: 100%;
    margin-top: 0.5em;
  }
}
.acf-fc-row.acf-fc-boxscore .boxscore-container {
  width: calc(100% - 80px);
  padding: 40px;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .title-container {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .title-container .league {
  font-weight: bold;
  font-size: 1.3rem;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .title-container .timestamp {
  font-weight: bold;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .game-container {
  width: 100%;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .game-container .result-container {
  width: auto;
  margin: 0 auto;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .game-container .result-container .league {
  display: none;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #fff;
  line-height: 1.5;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container .league,
.acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container .timestamp {
  font-weight: bold;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container .container {
  margin-top: 1.25rem;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container .container .title {
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container .container:first-child {
  margin-top: 0;
}
.acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container .lineup,
.acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container .missing,
.acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container .scoring-sequence {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  .acf-fc-row.acf-fc-boxscore .boxscore-container {
    width: calc(100% - 30px);
    padding: 15px;
  }
  .acf-fc-row.acf-fc-boxscore .boxscore-container .title-container .league {
    font-size: 1.2rem;
  }
  .acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container {
    margin-top: 20px;
    padding-top: 20px;
  }
  .acf-fc-row.acf-fc-boxscore .boxscore-container .stats-container .container .title {
    font-size: 1rem;
  }
}
