*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border: 0;
}

.next-game {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  /**
      Home and away teams
   */
}
.next-game .next-game__home-team {
  text-align: center;
}
.next-game .next-game__home-team .next-game__team-logo {
  padding: 30px;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 10px;
  font-family: "Righteous", Helvetica, Arial, sans-serif;
  border-radius: 30px;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .next-game .next-game__home-team .next-game__team-logo {
    padding: 30px 0;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .next-game .next-game__home-team h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .next-game .next-game__home-team h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.next-game .next-game__away-team {
  text-align: center;
}
.next-game .next-game__away-team .next-game__team-logo {
  padding: 30px;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 10px;
  font-family: "Righteous", Helvetica, Arial, sans-serif;
  border-radius: 30px;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .next-game .next-game__away-team .next-game__team-logo {
    padding: 30px 0;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .next-game .next-game__away-team h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  .next-game .next-game__away-team h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.next-game.next-game--american-football .next-game__away-team {
  grid-column: 1/4;
  order: 1;
}
@media only screen and (max-width: 992px) {
  .next-game.next-game--american-football .next-game__away-team {
    grid-column: 1/7;
  }
}
.next-game.next-game--american-football .next-game__home-team {
  grid-column: 10/13;
  order: 3;
}
@media only screen and (max-width: 992px) {
  .next-game.next-game--american-football .next-game__home-team {
    grid-column: 7/13;
    order: 2;
  }
}
.next-game.next-game--football.next-game--live .next-game__score .next-game__score-away {
  background-color: #404040;
  padding: 0 15px;
  border-radius: 30px;
  text-align: center;
  color: #cc3399;
}
.next-game.next-game--football.next-game--live .next-game__score .next-game__score-home {
  background-color: #404040;
  padding: 0 15px;
  border-radius: 30px;
  text-align: center;
  color: #cc3399;
}
.next-game.next-game--football .next-game__home-team {
  grid-column: 1/4;
  order: 1;
}
@media only screen and (max-width: 1400px) {
  .next-game.next-game--football .next-game__home-team {
    grid-column: 1/5;
  }
}
@media only screen and (max-width: 992px) {
  .next-game.next-game--football .next-game__home-team {
    grid-column: 1/7;
  }
}
.next-game.next-game--football .next-game__away-team {
  grid-column: 10/13;
  order: 3;
}
@media only screen and (max-width: 1400px) {
  .next-game.next-game--football .next-game__away-team {
    grid-column: 9/13;
    order: 2;
  }
}
@media only screen and (max-width: 992px) {
  .next-game.next-game--football .next-game__away-team {
    grid-column: 7/13;
  }
}
.next-game .next-game__game-facts {
  grid-column: 4/10;
  order: 2;
}
@media only screen and (max-width: 1400px) {
  .next-game .next-game__game-facts {
    grid-column: 1/13;
    order: 3;
  }
}
.next-game .next-game__game-facts .next-game__countdown {
  margin: 0 0 50px;
}
.next-game .next-game__game-facts .next-game__score {
  text-align: center;
}
.next-game .next-game__game-facts .next-game__score .next-game__score-home {
  font-size: 180px;
  line-height: 210px;
  display: inline-block;
  color: #000000;
}
@media only screen and (max-width: 992px) {
  .next-game .next-game__game-facts .next-game__score .next-game__score-home {
    font-size: 120px;
    line-height: 150px;
  }
}
.next-game .next-game__game-facts .next-game__score .next-game__score-away {
  font-size: 180px;
  line-height: 210px;
  display: inline-block;
  color: #000000;
}
@media only screen and (max-width: 992px) {
  .next-game .next-game__game-facts .next-game__score .next-game__score-away {
    font-size: 120px;
    line-height: 150px;
  }
}
.next-game .next-game__game-facts .next-game__score .next-game__score-divider {
  font-size: 180px;
  line-height: 210px;
  display: inline-block;
  color: #000000;
}
@media only screen and (max-width: 992px) {
  .next-game .next-game__game-facts .next-game__score .next-game__score-divider {
    font-size: 120px;
    line-height: 150px;
  }
}
.next-game .next-game__game-facts .next-game__date-location p {
  font-size: 26px;
  line-height: 36px;
  font-family: "Righteous", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .next-game .next-game__game-facts .next-game__date-location p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .next-game .next-game__game-facts .next-game__date-location p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }
}
.next-game .next-game__game-facts .next-game__date-location i {
  margin: 0 10px 0 0;
}
.next-game .next-game__game-facts .next-game__date-location .next-game__date {
  margin: 0 0 20px;
}
@media only screen and (max-width: 992px) {
  .next-game .next-game__game-facts .next-game__date-location .next-game__date {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .next-game .next-game__game-facts .next-game__date-location .next-game__location {
    margin: 0;
  }
}
.next-game .next-game__team-name {
  font-size: 32px;
  line-height: 42px;
}