.hawksGamesContainer {
  position: relative;
  width: 100%;
  max-width: unset;
  margin: 25px auto 0;
}
.seasonTypeLabel {
  position: relative;
  font-size: 44px;
  text-transform: uppercase;
  margin: 25px 0 10px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 15px 15px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.seasonTypeLabelContent {
  line-height: 100%;
}
.seasonTypeLabel a.btn.labelBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 180px;
}
.seasonTypeLabel a.btn.labelBtn .glyphicon {
  font-size: 0.8em;
  margin: -5px 0 0 5px;
  vertical-align: middle;
  color: #ccc;
}
.seasonTypeLabel .schedRecord {
  font-size: 0.6em;
  font-weight: 100;
}
.addToSchedCTAContainer {
  text-align: center;
  margin: 15px 0 13px;
}
.gameBlock {
  font-size: 28px;
  line-height: 150%;
  position: relative;
  height: 200px;
  padding-bottom: 10px;
  padding-left: 36px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  margin: 0 0 15px;
  background: #fff;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
}
.gameBlockWrapper.awayGame .gameblock {
  background: #ddd;
}
.gameBlockWrapper.showEntitlementBlock .gameBlock {
  padding-bottom: 25px;
}
.gameBlockWrapper[data-tbd="true"] .gameBlock {
  background: #aaa;
}
.gameblock:before {
  position: absolute;
  transform: rotate(-90deg);
  width: 200px;
  top: 82px;
  left: -82px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.gameBlockWrapper.homeGame .gameblock:before {
  content: "HOME";
  background-color: #c8102e;
  color: #fff;
}
.gameBlockWrapper.awayGame .gameblock:before {
  content: "AWAY";
  background-color: #777;
  color: #ddd;
}
.gameBlockWrapper[data-tbd="true"] .gameblock:before {
  content: "TBD";
  background-color: #444;
  color: #999;
}
.gameSubBlock {
  vertical-align: top;
  height: 100%;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  position: relative;
}
.homeawaytxt {
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: 900;
  opacity: 0.4;
  font-size: 0.8em;
  vertical-align: baseline;
}
.oppLogoBlock {
  padding: 0 15px;
  width: 150px;
}
.oppLogoBlock img {
  width: 100%;
}
.gameBlockWrapper[data-homeaway="TBD"] .gameblock::before {
  content: "TBD";
  background: #444;
}
.gameBlockWrapper[data-opponentabbr="TBD"] .oppLogoBlock {
  width: 144px;
}
.gameBlockWrapper[data-opponentabbr="TBD"] .oppLogoBlock img {
  width: auto;
  height: 60%;
  filter: grayscale(1);
  margin-left: 35px;
}
div.gameInfoBlock {
  width: calc(100% - 345px);
  line-height: 105%;
  justify-content: flex-start;
  white-space: nowrap;
}
.gameBlockWrapper .gameInfoBlock > div:before {
  position: relative;
  padding: 6px 8px;
  font-size: 0.5em;
  height: auto;
  display: inline-block;
  line-height: 100%;
  border-radius: 2px;
}
.gameBlockWrapper[data-seasontypeid="001"] .gameInfoBlock > div:before {
  content: "PRESEASON";
  background-color: rgba(0, 0, 0, 0.15);
}
.gameBlockWrapper[data-gamesubtype*="in-season"] .gameInfoBlock > div:before {
  content: "NBA Cup";
  background-color: #fdb927;
}
.gameBlockWrapper.homeGame[data-gamesubtype*="in-season"] .gameInfoBlock > div:before {
  content: "Cup Nights";
}
.gameBlockWrapper[data-gamesubtype="pit-tbd"] .gameInfoBlock > div:before,
.gameBlockWrapper[data-gamesubtype="pit"] .gameInfoBlock > div:before {
  content: "PLAY-IN TOURNAMENT";
  background-color: #fdb927;
}
.gameBlockWrapper[data-ifnecessary="1"] .gameInfoBlock > div:before {
  content: "IF NECESSARY";
  background-color: #fdb927;
}
.gameDate {
  font-size: 1em;
  font-weight: bold;
}
.teamName,
.gameTime {
  font-size: 0.8em;
}
.teamName {
  margin-bottom: -2px;
}
.gameBlock .btnBlock {
  position: absolute;
  top: 0;
  right: 25px;
  width: 150px;
  z-index: 999;
}
.gameBlock .resultBlock {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  justify-content: center;
  color: #555;
  font-size: 1em;
  text-align: center;
  line-height: 115%;
  margin-top: -5px;
}
.recapBtnContainer {
  text-align: center;
}
a.btnRecap,
a.btnRecap:hover,
a.btnRecap:active,
a.btnRecap:visited,
a.btnRecap:focus {
  font-size: 12px;
  padding: 3px 15px;
  margin-top: 5px;
  background-color: #777;
  color: #fff;
}
.gameBlock .resultBlock span.winText {
  color: green;
}
.gameBlock .resultBlock span.lossText {
  color: #c8102e;
}
.gameBlock .btnBlock .btnsContainer {
  width: 100%;
}
.hawksGamesContainer[data-showpromos="true"] .btnBlock {
  width: 200px;
  right: 0;
  top: 0;
}
.hawksGamesContainer[data-showpromos="true"] .btnBlock > div {
  width: 100%;
  height: 100%;
}
.btnBlock a.btn.scheduleBtn {
  padding: 0;
  font-size: 0.8em;
  width: 100%;
  height: 65px;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  vertical-align: top;
}
.hawksGamesContainer[data-showpromos="true"] .btnBlock a.btn.scheduleBtn {
  font-size: 0.9em;
  width: 100%;
  height: 50%;
  border: solid 1px rgba(225, 225, 225, 0.5);
  transition: all 0.1s linear;
}
.hawksGamesContainer[data-showpromos="true"] .btnBlock a.btn.scheduleBtn.promosBtn {
  background-color: #efefef;
  color: #c8102e;
  font-weight: 100;
  font-size: 0.65em;
}
a.btn.scheduleBtn.btn-tm {
  padding-bottom: 10px;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/12/Ticketmaster-Logo-White-RGB.png);
  background-repeat: no-repeat;
  background-position: center bottom 12px;
  background-size: 3em;
}
a.btn.btn-hotelscom {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 40px;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/10/hotels_com_logo_20231003.png);
  background-repeat: no-repeat;
  background-position: center bottom 25%;
  background-size: 5.5em;
  font-size: 0.65em;
  width: 95%;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.1s linear;
}
a.btn.btn-hotelscom:hover {
  background-color: #fff;
  transform: none;
}
.gameBlockWrapper.awayGame .btnBlock.gameSubBlock {
  padding-left: 10px;
}
.hawksGamesContainer[data-showpromos="true"] a.btn.scheduleBtn.btn-tm {
  background-position: center bottom 22px;
}
.hawksGamesContainer[data-showpromos="true"] .btnBlock a.btn.scheduleBtn:hover {
  transform: none;
}
.hawksGamesContainer[data-showpromos="true"] .btnBlock a.btn.scheduleBtn.btn-torch:hover {
  filter: brightness(112%);
}
.hawksGamesContainer[data-showpromos="true"] .btnBlock a.btn.scheduleBtn.btn-lightgray:hover {
  filter: brightness(92%);
}
.gameBlock .bottomInfoBlock {
  position: absolute;
  width: 80%;
  width: calc(100% - 238px);
  left: 38px;
  top: 0;
  overflow: hidden;
  height: 100%;
}
.hawksGamesContainer .gameBlockWrapper.showEntitlementBlock .entitlementBlock {
  width: 80%;
  width: calc(100% - 140px);
  position: absolute;
  padding: 0 10px;
  height: 42px;
  left: 5px;
  bottom: 5px;
  line-height: 100%;
  font-size: 0.55em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  vertical-align: top;
}
.gameBlock .sponsorLogoBlock {
  white-space: nowrap;
  line-height: 50%;
  text-align: center;
  width: 140px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 0.35em;
  padding: 0;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  vertical-align: top;
  z-index: 3;
}
.gameBlock .sponsorLogo img {
  margin-top: 5px;
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: 100px;
}
.hawksGamesContainer .gameBlockWrapper .gameNote {
  position: absolute;
  top: 0;
  left: 36px;
  width: 80%;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.6em;
  line-height: 110%;
  text-align: left;
  color: #fff;
}
.noGamesMsg {
  text-align: center;
  padding: 50px 10px;
  font-size: 32px;
  font-style: italic;
  color: #c8102e;
  font-weight: bold;
  background: #fff;
  border-radius: 4px;
  margin: 25px 0 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media (max-width: 767px) {
  .hawksGamesContainer {
    margin: 0;
  }
  .noGamesMsg {
    font-size: 20px;
  }
}

/* begin adaptive max 767 */
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .gameBlock {
  height: 180px;
  font-size: 24px;
  z-index: 1;
  margin: 0;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .gameblock:before {
  width: 180px;
  top: 72px;
  left: -72px;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .oppLogoBlock {
  width: 125px;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .gameInfoBlock {
  width: calc(100% - 250px);
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .btnBlock,
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .resultBlock {
  width: 125px;
  right: 20px;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767 .gameBlockWrapper .btnBlock {
  right: 0;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767 .gameBlockWrapper .resultBlock {
  right: 10px;
  font-size: 0.95em;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .btnBlock a.btn.scheduleBtn {
  height: 50px;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767 .gameBlockWrapper .btnBlock a.btn.scheduleBtn {
  height: 50%;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .bottomInfoBlock {
  width: calc(100% - 55px);
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767 .gameBlockWrapper .bottomInfoBlock {
  width: calc(100% - 164px);
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper.showEntitlementBlock .entitlementBlock {
  width: calc(100% - 140px);
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767 .gameBlockWrapper.showEntitlementBlock .entitlementBlock {
  width: calc(100% - 105px);
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .sponsorLogoBlock {
  width: 127px;
  top: unset;
  bottom: 8px;
  right: 0;
  height: 40px;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767 .gameBlockWrapper .sponsorLogoBlock {
  width: 100px;
  top: unset;
  bottom: 5px;
  right: 0;
  height: 40px;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .sponsorLogo img {
  max-height: 30px;
  max-width: 70px;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .teamName {
  margin-bottom: 0;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper .gameNote {
  left: 36px;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper[data-opponentabbr="TBD"] .oppLogoBlock img {
  margin-left: 26px;
}

.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper.awayGame .btnBlock.gameSubBlock {
  font-size: 18px;
  padding-left: 5px;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper.awayGame a.btn.btn-hotelscom {
  padding: 10px 0 25px;
}
.hawksGamesContainer.max1199.max991.max767 .gameBlockWrapper a.btnRecap {
  padding: 2px 12px;
  margin-top: 3px;
}
.hawksGamesContainer.max1199.max991.max767 .seasonTypeLabel {
  border-radius: 0;
  background: rgb(68, 68, 68);
  background: -moz-linear-gradient(-45deg, rgba(68, 68, 68, 1) 0%, rgba(34, 34, 34, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(68, 68, 68, 1) 0%, rgba(34, 34, 34, 1) 100%);
  background: linear-gradient(135deg, rgba(68, 68, 68, 1) 0%, rgba(34, 34, 34, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=1 );
  color: #fff;
  margin: 0;
  padding: 10px 5px;
  font-size: 32px;
  font-weight: 100;
}
.hawksGamesContainer.max1199.max991.max767 .seasonTypeLabel .schedRecord {
  font-size: 16px;
  margin: 10px 0 0 2px;
}
.hawksGamesContainer.max1199.max991.max767 .seasonTypeLabel a.btn.labelBtn {
  top: 8px;
  right: 6px;
  width: 114px;
  padding: 6px 0;
  font-size: 16px;
}
.hawksGamesContainer.max1199.max991.max767 .seasonTypeLabel a.btn.labelBtn .glyphicon {
  margin: -3px 0 0 2px;
}
/* end adaptive max 767 */

/* begin adaptive max 499 */
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper .gameBlock {
  font-size: 20px;
  height: 150px;
  padding-left: 25px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper .gameblock:before {
  width: 150px;
  top: 61px;
  left: -61px;
  font-size: 20px;
  line-height: 28px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper .oppLogoBlock {
  width: 80px;
  padding: 0 8px 0 5px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper[data-opponentabbr="TBD"] .oppLogoBlock img {
  margin-left: 22px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper .gameNote {
  left: 28px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper .btnBlock {
  width: 85px;
  right: 10px;
  padding-bottom: 15px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper .resultBlock {
  width: 110px;
  right: 5px;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767.max499 .gameBlockWrapper .btnBlock {
  right: 0;
  padding-bottom: 0;
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper a.btn.scheduleBtn.btn-tm {
  background-position: center bottom 10px;
  padding: 0 0 10px 0;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767.max499 .gameBlockWrapper a.btn.scheduleBtn.btn-tm {
  background-position: center bottom 15px;
  padding: 0 0 5px 0;
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper .bottomInfoBlock {
  width: calc(100% - 40px);
  left: 28px;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767.max499 .gameBlockWrapper .bottomInfoBlock {
  width: calc(100% - 115px);
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper .sponsorLogoBlock {
  width: 80px;
  bottom: 4px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper .entitlementBlock {
  width: calc(100% - 92px);
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767.max499 .gameBlockWrapper .entitlementBlock {
  width: calc(100% - 85px);
}
.hawksGamesContainer.max1199.max991.max767.max499 .gameBlockWrapper.awayGame .btnBlock.gameSubBlock {
  width: 82px;
  padding: 0;
  font-size: 16px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .seasonTypeLabel {
  font-size: 24px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .seasonTypeLabel .schedRecord {
  font-size: 12px;
  margin: 10px 0 0 2px;
}
.hawksGamesContainer.max1199.max991.max767.max499 .seasonTypeLabel a.btn.labelBtn {
  top: 6px;
  right: 5px;
  width: 76px;
  padding: 6px 0 7px;
  font-size: 12px;
}
/* end adaptive max 499 */

/* begin adaptive max 359 */
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper .gameBlock {
  font-size: 16px;
  height: 130px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper .gameblock:before {
  width: 130px;
  top: 51px;
  left: -51px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper .oppLogoBlock {
  width: 60px;
  padding: 0 5px 0 3px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper[data-opponentabbr="TBD"] .oppLogoBlock img {
  margin-left: 14px;
  height: 58px;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767.max499.max359 .gameBlockWrapper .btnBlock {
  width: 75px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper .bottomInfoBlock {
  width: calc(100% - 38px);
  left: 30px;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767.max499.max359 .gameBlockWrapper .bottomInfoBlock {
  width: calc(100% - 105px);
  left: 30px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper.showEntitlementBlock .entitlementBlock {
  height: 30px;
  width: calc(100% - 95px);
  left: 3px;
  bottom: 3px;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767.max499.max359 .gameBlockWrapper.showEntitlementBlock .entitlementBlock {
  width: calc(100% - 65px);
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper .sponsorLogoBlock {
  height: 30px;
  width: 88px;
}
.hawksGamesContainer[data-showpromos="true"].max1199.max991.max767.max499.max359 .gameBlockWrapper .sponsorLogoBlock {
  width: 64px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper .sponsorLogoBlock .sponsorLogo img {
  max-height: 20px;
  max-width: 55px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper.awayGame .btnBlock.gameSubBlock {
  width: 72px;
  font-size: 15px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper.awayGame a.btn.btn-hotelscom {
  padding: 7px 0 20px;
  background-position: center bottom 20%;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper a.btnRecap {
  font-size: 11px;
  padding: 2px 6px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .gameBlockWrapper .resultBlock {
  width: 90px;
  right: 3px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .seasonTypeLabel {
  font-size: 20px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .seasonTypeLabel a.btn.labelBtn {
  width: 65px;
  padding: 6px 0 5px;
  font-size: 11px;
}
.hawksGamesContainer.max1199.max991.max767.max499.max359 .seasonTypeLabel a.btn.labelBtn .glyphicon {
  margin: -3px 0 0 0;
}
/* end adaptive max 359 */

.hawksGamesContainer[data-condensed="true"] .gameBlockWrapper:nth-child(n + 7) {
  display: none;
}
.condensedSchedBtns {
  text-align: center;
  padding: 25px 15px;
}
.condensedSchedBtns a.btn {
  margin: 10px;
  font-size: 16px;
  width: 250px;
}
.hawksGamesContainer[data-simple="true"] .gameBlockWrapper .gameBlock .entitlementBlock,
.hawksGamesContainer[data-simple="true"] .gameBlockWrapper .gameBlock .sponsorLogoBlock,
.hawksGamesContainer[data-simple="true"] .gameBlockWrapper .gameBlock .gameNote {
  display: none !important;
}
.hawksGamesContainer[data-simple="true"] .gameBlock {
  height: 90px !important;
  padding-bottom: 0 !important;
  font-size: 16px !important;
}
.hawksGamesContainer[data-simple="true"] .gameBlockWrapper .gameBlock:before {
  width: 90px !important;
  top: 33px !important;
  left: -33px !important;
  font-size: 12px !important;
  line-height: 24px !important;
}
.hawksGamesContainer[data-simple="true"] .gameBlock .oppLogoBlock {
  width: 60px !important;
  padding: 0 5px 0 5px !important;
}
.hawksGamesContainer[data-simple="true"] .gameBlock .btnBlock {
  width: 80px !important;
  padding-right: 7px !important;
  padding-bottom: 0 !important;
}
.hawksGamesContainer[data-simple="true"] .gameBlock a.btn.scheduleBtn {
  height: 40px !important;
  font-size: 12px !important;
}
.hawksGamesContainer[data-simple="true"] .gameBlock .gameInfoBlock > div:before {
  padding: 3px 6px !important;
}

.gameBlockWrapper.gameNoteAdded .oppLogoBlock,
.gameBlockWrapper.gameNoteAdded .gameInfoBlock {
  margin-top: 10px;
}

.gameModal {
  font-size: 16px;
  color: #000;
  line-height: 115%;
}
.gameModal .modal-content {
  overflow: hidden;
}
.gameModal .modal-body {
  padding-bottom: 35px;
}
.gameModal .close {
  color: black !important;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 36px !important;
  top: -5px;
  right: 10px;
}
.gameModal .modal-body > h2,
.gameModal .modal-body > h3 {
  text-align: left;
  text-transform: uppercase;
}
.gameModal .modal-body > h2 {
  font-weight: bold;
  font-size: 1.8em;
}
.gameModal .modal-body > h3 {
  font-size: 1.6em;
}
.gameModal .entitlementBlock {
  font-size: 1.4em;
  background-color: #c8102e;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  margin: 15px -15px 0;
}
.gameModal .sponsorIntro {
  font-size: 0.6em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.gameModal .sponsorLogoBlock {
  position: absolute;
  top: 13px;
  right: 90px;
  width: 80px;
  height: 70px;
  text-align: center;

  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  vertical-align: top;
}
.gameModal .sponsorLogo img {
  display: inline-block;
  max-height: 36px;
  max-width: 80px;
}
.gameModal .noPromosMsg {
  text-align: center;
  color: #555;
  font-style: italic;
  width: 100%;
  padding: 10px;
  font-size: 1.2em;
  line-height: 125%;
}
.gameModal .giveawayTag {
  width: 150px;
  position: absolute;
  text-align: center;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-35deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  top: auto;
  right: -38px;
  bottom: 10px;
  left: auto;
  background: #fdb927;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.promotionsContainer {
  padding: 15px 15px 0;
}
.promotionsContainer h4 {
  text-align: center;
  font-weight: 100;
  font-size: 1.6em;
  margin: 10px 0;
  text-transform: uppercase;
}
.gameModal .modalPromoBlock {
  padding: 15px;
  background-color: #efefef;
  margin-bottom: 15px;
}
.gameModal .modalBtnContainer {
  text-align: center;
  margin-top: 25px;
}
.gameModal .modalBtnContainer a.btn {
  font-size: 16px;
}
.modalPromoBlock h5 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.modalPromoBlock .btnContainer {
  padding: 10px 0 0;
}
.modalPromoBlock .btnContainer a.btn {
  font-size: 1em;
  padding: 5;
  font-weight: bold;
  width: 150px;
}
@media (max-width: 767px) {
  .gameModal .modal-dialog {
    top: 25px;
    margin: 0 15px;
  }
  .gameModal .sponsorLogoBlock {
    right: 75px;
  }
}
@media (max-width: 499px) {
  .gameModal {
    font-size: 12px;
  }
  .gameModal .modal-content {
    padding-top: 15px;
  }
  .gameModal .close {
    top: -20px !important;
    right: 5px !important;
    font-size: 28px !important;
  }
  .gameModal .sponsorIntro {
    font-size: 0.6em;
    line-height: 90%;
    margin-bottom: 5px;
  }
  .gameModal .sponsorLogoBlock {
    top: 10px;
    right: 15px;
    height: 50px;
    width: 60px;
  }
  .gameModal .sponsorLogo img {
    display: inline-block;
    max-height: 30px;
    max-width: 60px;
  }
  .promotionsContainer {
    padding: 15px 5px 0;
  }
}

.hawksGamesContainer .postgame .entitlementBlock,
.hawksGamesContainer .postgame .sponsorLogoBlock {
  display: none !important;
}

.hawksGamesContainer .postgame .gameBlock:before,
.hawksGamesContainer .postgame .oppLogoBlock,
.hawksGamesContainer .postgame .gameInfoBlock {
  opacity: 0.5 !important;
}

body.future-games-true .btn.hawksStickyBtn.back-to-top {
  bottom: 162px !important;
}
body.future-games-false .hideWhenNoFutureGames {
  display: none;
}
a.btn.stickyBtnAddToCal {
  bottom: 90px !important;
  right: 20px !important;
  right: 0;
  position: fixed;
  z-index: 999;
}
a.btn.stickyBtnAddToCal i {
  font-size: 28px;
  margin: 4px 0 0 0;
}
