.hawksSchedContainer_carousel {
  position: relative;
  padding: 0.75vw 35px 0.5vw;
  overflow: hidden;
}
.carouselGameBlockWrapper {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -moz-box-shadow: rgb(229, 229, 229) 5px 5px 15px;
  -webkit-box-shadow: rgb(229, 229, 229) 5px 5px 15px;
  box-shadow: rgb(229, 229, 229) 5px 5px 15px;
  background: #dbe2e9;
  background-image: linear-gradient(to bottom right, #eff4f8, #dbe2e9);
}
.swiper-container .carouselGameBlockWrapper {
  width: 100%;
  margin: 0;
}
.carouselGameBlockWrapper .logosContainer {
  height: 65px;
  position: relative;
}
.carouselGameBlockWrapper .logoBlock {
  position: relative;
  width: 33%;
  height: 100%;
  text-align: center;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  vertical-align: top;
}
.carouselGameBlockWrapper .logoBlock img {
  width: auto;
  height: 75%;
  margin-top: -3px;
}
.carouselGameBlockWrapper[data-opponentabbr="TBD"] .logoBlock.oppLogoBlock img {
  height: 65%;
}
.carouselGameBlockWrapper .oppAbbr {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 12px;
}
.carouselGameBlockWrapper[data-gamestate="3"] {
  opacity: 0.75;
}
.carouselGameBlockWrapper[data-gamestate="3"] .logoBlock img {
  filter: grayscale(1);
}
.carouselGameBlockWrapper .vsBlock {
  width: 34%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  font-family: "Gothic A1";
  font-weight: 900;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2);
}
.carouselGameBlockWrapper .gameDate {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px 0 2px;
  font-weight: bold;
  color: #222;
}
.carouselGameBlockWrapper .ctaContainer {
  position: relative;
  height: 30px;
  overflow: hidden;
}

.carouselGameBlockWrapper .resultBlock {
  text-align: center;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.carouselGameBlockWrapper[data-hawkswin="true"] .resultBlock {
  color: green;
}
.carouselGameBlockWrapper[data-hawkswin="false"] .resultBlock {
  color: #c8102e;
}

.carouselGameBlockWrapper .ctaContainer a.ctaBtn {
  height: 100%;
  width: 100%;
  background: #fdb927;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.carouselGameBlockWrapper[data-homeaway="H"] .ctaContainer .btnContainer1 {
  width: 75%;
  width: calc(100% - 80px);
  float: left;
  overflow: hidden;
}
.carouselGameBlockWrapper[data-homeaway="H"] .ctaContainer .btnContainer2 {
  width: 80px;
  float: left;
  overflow: hidden;
}
.carouselGameBlockWrapper[data-homeaway="H"] .ctaContainer .btnContainer2 a.ctaBtn {
  background-color: #c8102e;
  color: #fff;
  font-weight: 100;
  font-size: 12px;
}
.carouselGameBlockWrapper .ctaContainer a.ctaBtn.ctaBtnMore i {
  font-size: 0.7em;
  margin-bottom: 1px;
}
.carouselGameBlockWrapper[data-homeaway="H"] .ctaContainer .btnContainer1 {
  border-right: solid 1px rgba(253, 185, 40, 0.5);
}
.carouselGameBlockWrapper .ctaContainer a.ctaBtn,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:hover,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:visited,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:focus,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:active {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:hover,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:focus,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:active {
  filter: brightness(1.05);
  transform: scale(1.07);
}
.carouselGameBlockWrapper[data-homeaway="A"] .ctaContainer a.ctaBtn {
  background: #444;
  color: #fff;
  font-weight: 100;
}
.csbGameInfoModal[data-homeaway="A"] .modalPromosHeading {
  display: none;
}
.carouselGameBlockWrapper[data-gamestate="3"] .ctaContainer a.ctaBtn {
  background: #aaa;
  color: #222;
}
a.ctaBtn i.fa-ticket {
  transform: rotate(-40deg);
  font-size: 0.9em;
}
a.ctaBtn i.fa-tv {
  font-size: 0.8em;
}

.carouselGameBlockWrapper .vsBlock:after {
  position: absolute;
  padding: 4px 6px;
  font-size: 8px;
  height: auto;
  line-height: 100%;
  border-radius: 2px;
  font-weight: 100;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  text-transform: uppercase;
}

.carouselGameBlockWrapper[data-seasontypeid="001"] .vsBlock:after {
  content: "PRESEASON";
}
.carouselGameBlockWrapper[data-gamesubtype*="in-season"] .vsBlock:after {
  content: "NBA Cup";
}
.carouselGameBlockWrapper.homeGame[data-gamesubtype*="in-season"] .vsBlock:after {
  content: "Cup Nights";
}

.carouselGameBlockWrapper[data-gamesubtype="pit-tbd"] .vsBlock:after,
.carouselGameBlockWrapper[data-gamesubtype="pit"] .vsBlock:after {
  content: "PLAY-IN TOURNAMENT";
  background-color: rgba(255, 255, 255, 0.75);
}
.resultBlock {
  bottom: 32px;
}
.carouselGameBlockWrapper .vsBlock:after {
  bottom: 15px;
}
.carouselGameBlockWrapper[data-seasontypeid="001"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype*="in-season"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype="pit-tbd"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype="pit"] .vsBlock {
  padding-bottom: 25px;
}

.carouselGameBlockWrapper[data-gamestate="3"] .vsBlock {
  padding-bottom: 10px;
}

.carouselGameBlockWrapper[data-seasontypeid="001"][data-gamestate="3"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype*="in-season"][data-gamestate="3"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype="pit-tbd"][data-gamestate="3"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype="pit"][data-gamestate="3"] .vsBlock {
  padding-bottom: 45px;
  font-size: 20px;
}
.carouselGameBlockWrapper[data-seasontypeid="001"][data-gamestate="3"] .vsBlock:after,
.carouselGameBlockWrapper[data-gamesubtype*="in-season"][data-gamestate="3"] .vsBlock:after,
.carouselGameBlockWrapper[data-gamesubtype="pit-tbd"][data-gamestate="3"] .vsBlock:after,
.carouselGameBlockWrapper[data-gamesubtype="pit"][data-gamestate="3"] .vsBlock:after {
  bottom: 25px;
}

.placeholderGameblocks {
  overflow: hidden;
  white-space: nowrap;
  width: 150%;
  margin-left: -1vw;
}
.placeholderGameblock {
  aspect-ratio: 3 / 1.25;
  display: inline-block;
  width: 18.25vw;
  background: #ccc;
  border-radius: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}
@media (max-width: 1399px) {
  .placeholderGameblock {
    width: 23.1vw;
  }
}
@media (max-width: 1199px) {
  .placeholderGameblock {
    width: 30.9vw;
  }
}
.placeholderGameblock:not(:last-child) {
  margin-right: 1vw;
}
@media (max-width: 767px) {
  .placeholderGameblocks {
    width: 200%;
    margin-left: -57%;
  }
  .placeholderGameblock {
    width: 70vw;
    border-radius: 2vw;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .placeholderGameblock:not(:last-child) {
    margin-right: 3vw;
  }
}
.hawksSchedContainer_carousel {
  position: relative;
  overflow: hidden;
}
.hawksSchedContainer_carousel .swiper-wrapper,
.hawksSchedContainer_carousel .swiper-slide {
  height: auto;
}
.hawksSchedContainer_carousel .swiper-button-prev,
.hawksSchedContainer_carousel .swiper-button-next {
  top: 50%;
  width: 20px;
  height: 25px;
  margin-top: -15px;
  background-size: 100% 100%;
}
.hawksSchedContainer_carousel .swiper-wrapper {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.hawksSchedContainer_carousel .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23222222'%2F%3E%3C%2Fsvg%3E");
  left: 8px;
}
.hawksSchedContainer_carousel .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23222222'%2F%3E%3C%2Fsvg%3E");
  right: 8px;
}
.csbGameInfoModal[data-opponentabbr="TBD"] .modalTeamInfoContainer .logoContainer.oppLogoContainer img {
  height: 65%;
  margin-top: 5px;
}
.csbGameInfoModal .modalSponsorContainer {
  text-align: center;
  margin: 0 -15px;
  border-top: solid 1px #ddd;
}
.csbGameInfoModal .modalSponsorContainer .modalSponsorIntroContainer,
.csbGameInfoModal .modalSponsorContainer .modalSponsorImgContainer {
  height: 50px;
  max-width: 48%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.csbGameInfoModal .modalSponsorContainer .modalSponsorIntroContainer {
  justify-content: flex-end;
  padding-right: 10px;
  font-size: 0.8em;
}
.csbGameInfoModal .modalSponsorContainer .modalSponsorImgContainer {
  justify-content: flex-start;
  padding-left: 10px;
}
.csbGameInfoModal .modalSponsorContainer .modalSponsorImgContainer img {
  max-height: 35px;
  max-width: 80px;
}
.hawksModularLayout section.schedCarouselContainer {
  position: relative;
  padding: 0.75vw 35px 0.5vw;
  overflow: hidden;
}
.carouselGameBlockWrapper {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -moz-box-shadow: rgb(229, 229, 229) 5px 5px 15px;
  -webkit-box-shadow: rgb(229, 229, 229) 5px 5px 15px;
  box-shadow: rgb(229, 229, 229) 5px 5px 15px;
  background: #dbe2e9;
  background-image: linear-gradient(to bottom right, #eff4f8, #dbe2e9);
}
.swiper-container .carouselGameBlockWrapper {
  width: 100%;
  margin: 0;
}
.carouselGameBlockWrapper .logosContainer {
  height: 65px;
  position: relative;
}
.carouselGameBlockWrapper .logoBlock {
  position: relative;
  width: 33%;
  height: 100%;
  text-align: center;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  vertical-align: top;
}
.carouselGameBlockWrapper .logoBlock img {
  width: auto;
  height: 75%;
  margin-top: -3px;
}
.carouselGameBlockWrapper[data-opponentabbr="TBD"] .logoBlock.oppLogoBlock img {
  height: 65%;
}
.carouselGameBlockWrapper .oppAbbr {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 12px;
}
.carouselGameBlockWrapper[data-gamestate="3"] .logoBlock img {
  filter: grayscale(1);
}
.carouselGameBlockWrapper .vsBlock {
  width: 34%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  font-family: "Gothic A1";
  font-weight: 900;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2);
}
.carouselGameBlockWrapper .gameDate {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px 0 2px;
  font-weight: bold;
  color: #222;
}
.carouselGameBlockWrapper .ctaContainer {
  position: relative;
  height: 30px;
  overflow: hidden;
}

.carouselGameBlockWrapper .resultBlock {
  text-align: center;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.carouselGameBlockWrapper[data-hawkswin="1"] .resultBlock {
  color: green;
}
.carouselGameBlockWrapper[data-hawkswin="0"] .resultBlock {
  color: #c8102e;
}

.carouselGameBlockWrapper .ctaContainer a.ctaBtn {
  height: 100%;
  width: 100%;
  background: #fdb927;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.carouselGameBlockWrapper .ctaContainer.ctaContainer2Btns .btnContainer1 {
  width: 75%;
  width: calc(100% - 80px);
  float: left;
  overflow: hidden;
}
.carouselGameBlockWrapper .ctaContainer.ctaContainer2Btns .btnContainer2 {
  width: 80px;
  float: left;
  overflow: hidden;
}
.carouselGameBlockWrapper .ctaContainer.ctaContainer2Btns .btnContainer2 a.ctaBtn {
  background-color: #c8102e;
  color: #fff;
  font-weight: 100;
  font-size: 12px;
}
.carouselGameBlockWrapper .ctaContainer a.ctaBtn.ctaBtnMore i {
  font-size: 0.7em;
  margin-bottom: 1px;
}
.carouselGameBlockWrapper .ctaContainer.ctaContainer2Btns .btnContainer1 {
  border-right: solid 1px rgba(253, 185, 40, 0.5);
}
.carouselGameBlockWrapper .ctaContainer a.ctaBtn,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:hover,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:visited,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:focus,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:active {
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:hover,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:focus,
.carouselGameBlockWrapper .ctaContainer a.ctaBtn:active {
  filter: brightness(1.05);
  transform: scale(1.07);
}
.carouselGameBlockWrapper.awayGame .ctaContainer a.ctaBtn {
  background: #444;
  color: #fff;
  font-weight: 100;
}
.carouselGameBlockWrapper[data-gamestate="3"] .ctaContainer a.ctaBtn {
  background: #aaa;
  color: #222;
}
a.ctaBtn i.fa-ticket {
  transform: rotate(-40deg);
  font-size: 0.9em;
}
a.ctaBtn i.fa-tv {
  font-size: 0.8em;
}

.carouselGameBlockWrapper .vsBlock:after {
  position: absolute;
  padding: 4px 6px;
  font-size: 8px;
  height: auto;
  line-height: 100%;
  border-radius: 2px;
  font-weight: 100;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  text-transform: uppercase;
}

.carouselGameBlockWrapper[data-seasontypeid="001"] .vsBlock:after {
  content: "PRESEASON";
}
.carouselGameBlockWrapper[data-gamesubtype*="in-season"] .vsBlock:after {
  content: "NBA Cup";
}
.carouselGameBlockWrapper.homeGame[data-gamesubtype*="in-season"] .vsBlock:after {
  content: "Cup Nights";
}

.carouselGameBlockWrapper[data-gamesubtype="pit-tbd"] .vsBlock:after,
.carouselGameBlockWrapper[data-gamesubtype="pit"] .vsBlock:after {
  content: "PLAY-IN TOURNAMENT";
  background-color: rgba(255, 255, 255, 0.75);
}
.resultBlock {
  bottom: 32px;
}
.carouselGameBlockWrapper .vsBlock:after {
  bottom: 15px;
}
.carouselGameBlockWrapper[data-seasontypeid="001"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype*="in-season"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype="pit-tbd"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype="pit"] .vsBlock {
  padding-bottom: 25px;
}

.carouselGameBlockWrapper[data-gamestate="3"] .vsBlock {
  padding-bottom: 10px;
}

.carouselGameBlockWrapper[data-seasontypeid="001"][data-gamestate="3"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype*="in-season"][data-gamestate="3"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype="pit-tbd"][data-gamestate="3"] .vsBlock,
.carouselGameBlockWrapper[data-gamesubtype="pit"][data-gamestate="3"] .vsBlock {
  padding-bottom: 45px;
  font-size: 20px;
}
.carouselGameBlockWrapper[data-seasontypeid="001"][data-gamestate="3"] .vsBlock:after,
.carouselGameBlockWrapper[data-gamesubtype*="in-season"][data-gamestate="3"] .vsBlock:after,
.carouselGameBlockWrapper[data-gamesubtype="pit-tbd"][data-gamestate="3"] .vsBlock:after,
.carouselGameBlockWrapper[data-gamesubtype="pit"][data-gamestate="3"] .vsBlock:after {
  bottom: 25px;
}

.schedCarouselContainer .swiper-button-prev,
.schedCarouselContainer .swiper-button-next {
  top: 50%;
  width: 20px;
  height: 25px;
  margin-top: -15px;
  background-size: 100% 100%;
}
.schedCarouselContainer .swiper-wrapper {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.schedCarouselContainer .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23222222'%2F%3E%3C%2Fsvg%3E");
  left: 8px;
}
.schedCarouselContainer .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23222222'%2F%3E%3C%2Fsvg%3E");
  right: 8px;
}
.modalPromosContainer h3 {
  font-weight: 100;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin: 25px 0 15px;
}
.promosList {
  padding: 0 25px;
}
.promoItem {
  margin: 15px 0 35px;
}
.promoItem:last-of-type {
  margin-bottom: 45px;
}
.promoItem h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.promoItem .promoItemDesc {
  margin-bottom: 10px;
  line-height: 110%;
}
.promoBtnContainer a.btn {
  font-size: 14px;
  padding: 5;
  font-weight: bold;
  width: 150px;
}
@media (max-width: 767px) {
  .hawksModularLayout section.schedCarouselContainer {
    padding: 0;
  }
  .schedCarouselContainer .swiper-button-prev,
  .schedCarouselContainer .swiper-button-next {
    display: none;
  }
  .promoItem h4 {
    font-size: 16px;
  }
  .promosList {
    padding: 0 15px;
  }
}
@media (max-width: 499px) {
  .modalPromosContainer h3 {
    font-size: 8vw;
  }
}

.modalDateTimeContainer {
  text-align: center;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.modalTeamInfoContainer {
  height: 100px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.gameNote {
  width: calc(100% + 40px);
  line-height: 250%;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background: #c8102e;
  margin: 0 -20px;
  text-align: center;
}
.modalTeamInfoContainer .teamInfoBlock {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.modalTeamInfoContainer .teamLogoNameBlock {
  width: 35%;
  max-width: 150px;
}
.modalTeamInfoContainer .vsTxtBlock {
  width: 25%;
  max-width: 100px;
  font-family: "Gothic A1";
  font-weight: 900;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.2);
}
.modalTeamInfoContainer .logoContainer {
  margin-bottom: -25px;
  height: 100%;
}
.modalTeamInfoContainer .logoContainer img {
  width: auto;
  height: 80%;
}
.modalTeamInfoContainer .teamName {
  font-size: 24px;
  line-height: 80%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: top;
  text-transform: uppercase;
  white-space: nowrap;
}
.modalTeamInfoContainer .teamName .teamCity {
  display: block;
  font-size: 0.5em;
  font-weight: 100;
}
.hawksCustomBSModal.csbGameInfoModal .close {
  font-size: 24px;
  filter: alpha(opacity=1);
  opacity: 1;
  outline: none;
  color: #fff;
  position: absolute;
  top: -25px;
  right: -25px;
  text-shadow: none;
  font-weight: 100;
}
.csbGameInfoModal .modal-dialog {
  max-width: 500px;
}
.csbGameInfoModal .modal-body {
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 5px;
}
.modalStationsContainer {
  text-align: center;
  white-space: nowrap;
  background: #dbe2e9;
  margin: 0 -15px 0;
  border-bottom: solid 1px #ccc;
}
.modalStationsContainer .stationTypeWrapper {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.modalStationsContainer .stationTypeWrapper {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.modalStationsContainer .stationTypeWrapper:last-of-type {
  border-right: none;
}
.modalStationsContainer .stationTypeWrapper h5 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  background: #bbb;
  padding: 5px 0;
}
.modalStationsContainer .stationsList {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.stationTypeWrapper img.stationElement.stationLogo {
  height: auto;
  width: auto;
  max-height: 36px;
  max-width: 45px;
  display: inline;
  margin-right: 15px;
}
.stationTypeWrapper img.stationElement.stationLogo:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .csbGameInfoModal .modal-dialog {
    margin-top: 40px;
  }
  .hawksCustomBSModal .close {
    top: -35px;
    right: 10px;
  }
  .modalTeamInfoContainer .teamName {
    font-size: 20px;
  }
  .modalTeamInfoContainer .vsTxtBlock {
    width: 20%;
  }
}
@media (max-width: 389px) {
  .modalTeamInfoContainer .teamName {
    font-size: 16px;
  }
  .modalTeamInfoContainer .vsTxtBlock {
    font-size: 32px;
  }
}

.modalDismissBtnContainer {
  text-align: center;
  margin: 0 -15px -10px;
}
.modalDismissBtnContainer a.btn {
  font-size: 14px;
  font-weight: 100;
  padding: 8px 0;
  width: 100%;
  margin: 0 0 10px;
  background: rgba(0, 0, 0, 0.1);
}

.modalPromosContainer h3 {
  font-weight: 100;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin: 25px 0 15px;
}
.promosList {
  padding: 0 25px;
}
.promoItem {
  margin: 15px 0 35px;
}
.promoItem:last-of-type {
  margin-bottom: 45px;
}
.promoItem h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.promoItem .promoItemDesc {
  margin-bottom: 10px;
  line-height: 110%;
}
.promoBtnContainer a.btn {
  font-size: 14px;
  padding: 5;
  font-weight: bold;
  width: 150px;
}
@media (max-width: 767px) {
  .hawksSchedContainer_carousel {
    padding: 0;
  }
  .hawksSchedContainer_carousel .swiper-button-prev,
  .hawksSchedContainer_carousel .swiper-button-next {
    display: none;
  }
  .promoItem h4 {
    font-size: 16px;
  }
  .promosList {
    padding: 0 15px;
  }
}
@media (max-width: 499px) {
  .modalPromosContainer h3 {
    font-size: 8vw;
  }
}

/******************************
* Gametracker styles
******************************/
.hawksGTWrapper {
  aspect-ratio: 2.85 / 1;
  font-size: 2vw;
  display: flex;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    url("https://cdn.nba.com/teams/uploads/sites/1610612737/2025/07/sfa_bowl_fans_v3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 3px #c8102e;
  border-left: none;
  border-right: none;
}

.hawksGTWrapper .gtGameInfo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.hawksGTWrapper .teamInfo {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 100px;
}

.hawksGTWrapper .teamInfo img {
  width: 10vw;
  height: 10vw;
  object-fit: contain;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.1));
}

.hawksGTWrapper .teamInfo .teamName {
  font-size: 0.8em;
  color: #ddd;
  margin-bottom: 1vw;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hawksGTWrapper .teamInfo .teamScore {
  font-size: 2.5em;
  white-space: nowrap;
  font-weight: bolder;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.hawksGTWrapper .middleInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 20px;
}
.hawksGTWrapper[data-gamestate="1"] .middleInfo:before,
.hawksGTWrapper[data-gamestate="2"] .middleInfo:before,
.hawksGTWrapper .middleInfo .gameStatusContainer {
  border-radius: 0.25vw;
}
.hawksGTWrapper[data-gamestate="1"] .middleInfo:before,
.hawksGTWrapper[data-gamestate="2"] .middleInfo:before {
  background-color: #fdb927;
  color: #000;
  font-size: 0.5em;
  line-height: 100%;
  padding: 0.3vw 1vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.hawksGTWrapper[data-gamestate="1"] .middleInfo:before {
  content: "PREGAME";
}
.hawksGTWrapper[data-gamestate="2"] .middleInfo:before {
  content: "LIVE";
}
.hawksGTWrapper[data-gamestate="3"] .broadcastInfoWrapper {
  display: none !important;
}

.hawksGTWrapper .middleInfo .gameStatusContainer {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.25vw 1vw;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hawksGTWrapper .gtGameInfo {
  height: 100%;
  flex: 1;
}
.hawksGTWrapper .broadcastInfoWrapper {
  height: 100%;
  width: 25%;
  background: rgba(255, 255, 255, 0.1);
}
.hawksGTWrapper .broadcastInfoContainer {
  padding: 1vw 1.5vw;
  width: 100%;
  height: 100%;
}
.hawksGTWrapper .stationGroup {
  margin-bottom: 1.5vw;
}
.hawksGTWrapper .stationGroup:last-child {
  margin-bottom: 0;
}
.hawksGTWrapper .stationGroupHeading {
  font-size: 0.8em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.25vw;
}
.hawksGTWrapper a.stationItem {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.75vw;
  color: #fff;
  font-size: 0.8em;
  padding: 0.75vw 0.75vw;
  margin-bottom: 0.5vw;
}
.hawksGTWrapper a.stationItem:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .hawksGTWrapper a.stationItem:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.hawksGTWrapper .stationItem .stationLogoContainer {
  background-color: #fff;
  width: 3.5vw;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #aaa;
}
.hawksGTWrapper .stationItem .stationLogoContainer img {
  max-width: 70%;
  max-height: 60%;
  object-fit: contain;
}
.hawksGTWrapper .stationItem[data-stationcode="fdsnsewanfpsn"] .stationLogoContainer img {
  max-width: 75%;
  max-height: 65%;
}

.hawksGTWrapper .stationItem .stationMeta {
  position: absolute;
  padding: 0 1vw 0 5vw;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: top;
}
.hawksGTWrapper .stationItem .stationMeta h4,
.hawksGTWrapper .stationItem .stationMeta p {
  margin: 0;
  line-height: 100%;
}
.hawksGTWrapper .stationItem .stationMeta h4 {
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 0.25vw;
}
.hawksGTWrapper .stationItem .stationMeta p {
  font-size: 0.5em;
  color: #fdb927;
  text-transform: uppercase;
}

.hawksGTWrapper a.btn.recapLink {
  margin-top: 2vw;
  font-size: 0.8em;
  padding: 0.5vw 1vw;
}

.hawksGTWrapper a.stationItem::after {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #555;
  border-top: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
  .hawksGTWrapper {
    aspect-ratio: 3 / 2;
    font-size: 4vw;
  }
  .hawksGTWrapper .gtGameInfo {
    padding-bottom: 16vw;
  }

  .hawksGTWrapper[data-gamestate="3"] .gtGameInfo {
    padding-bottom: 0;
  }
  .hawksGTWrapper .teamInfo img {
    width: 18vw;
    height: 18vw;
  }
  .hawksGTWrapper .teamInfo .teamScore {
    font-size: 3.5em;
    line-height: 90%;
  }
  .hawksGTWrapper[data-gamestate="1"] .middleInfo:before,
  .hawksGTWrapper[data-gamestate="2"] .middleInfo:before {
    font-size: 0.6em;
    padding: 0.5vw 2vw;
    margin-bottom: 2.5vw;
  }
  .hawksGTWrapper .middleInfo .gameStatusContainer {
    font-size: 1em;
    padding: 0.5vw 2vw;
  }
  .hawksGTWrapper .stationGroupHeading {
    display: none;
  }
  .hawksGTWrapper .broadcastInfoContainer {
    display: flex;
    height: 100%;
    padding: 1vw 1vw 1vw 1.5vw;
  }
  .hawksGTWrapper .broadcastInfoWrapper {
    height: 16vw;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow-x: scroll;
  }
  .hawksGTWrapper .stationGroup {
    display: flex;
    height: 100%;
    width: auto;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    margin-bottom: 0;
    padding-right: 2vw;
  }
  .hawksGTWrapper .stationList {
    display: flex;
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 2vw;
  }
  .hawksGTWrapper a.stationItem {
    position: relative;
    height: 90%;
    width: auto;
    white-space: nowrap;
    /* width: 47vw; */
    vertical-align: top;
    font-size: 1.1em;
    margin: 0;
    padding: 1vw 8vw 1vw 11vw;
    background: #fff;
    height: 12vw;
    border-radius: 10vw;
    text-align: left;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    vertical-align: top;
  }
  .hawksGTWrapper a.stationItem::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888888' viewBox='0 0 640 640'%3E%3Cpath d='M96 160L96 400L544 400L544 160L96 160zM32 160C32 124.7 60.7 96 96 96L544 96C579.3 96 608 124.7 608 160L608 400C608 435.3 579.3 464 544 464L96 464C60.7 464 32 435.3 32 400L32 160zM192 512L448 512C465.7 512 480 526.3 480 544C480 561.7 465.7 576 448 576L192 576C174.3 576 160 561.7 160 544C160 526.3 174.3 512 192 512z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 3vw;
  }
  .hawksGTWrapper a.stationItem[data-stationtype="radio"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888888' viewBox='0 0 640 640'%3E%3Cpath d='M160 288C160 199.6 231.6 128 320 128C408.4 128 480 199.6 480 288L480 325.5C470 322 459.2 320 448 320L432 320C405.5 320 384 341.5 384 368L384 496C384 522.5 405.5 544 432 544L448 544C501 544 544 501 544 448L544 288C544 164.3 443.7 64 320 64C196.3 64 96 164.3 96 288L96 448C96 501 139 544 192 544L208 544C234.5 544 256 522.5 256 496L256 368C256 341.5 234.5 320 208 320L192 320C180.8 320 170 321.9 160 325.5L160 288z' /%3E%3C/svg%3E");
  }
  .hawksGTWrapper a.stationItem::after {
    content: "";
    position: absolute;
    right: 0.75em;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid #555;
    border-top: 2px solid #555;
    transform: translateY(-50%) rotate(45deg);
  }
  .hawksGTWrapper .stationItem .stationMeta {
    position: relative;
    padding: 1vw 0 0.25vw;
    width: auto;
    height: auto;
    display: inline-block;
  }
  .hawksGTWrapper .stationItem .stationLogoContainer {
    display: none;
  }
  .hawksGTWrapper .stationItem .stationMeta h4 {
    color: #000;
    margin: -0.5vw 0 0.75vw;
  }

  .hawksGTWrapper .broadcastInfoWrapper,
  .hawksGTWrapper .broadcastInfoContainer,
  .hawksGTWrapper .stationGroup,
  .hawksGTWrapper .stationItem {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hawksGTWrapper .broadcastInfoWrapper::-webkit-scrollbar,
  .hawksGTWrapper .broadcastInfoContainer::-webkit-scrollbar,
  .hawksGTWrapper .stationGroup::-webkit-scrollbar,
  .hawksGTWrapper .stationItem::-webkit-scrollbar .yourElement::-webkit-scrollbar {
    display: none;
  }

  /* Apply min-width when there are 2 or fewer total items */
  .broadcastInfoContainer:not(:has(.stationGroup .stationList > .stationItem:nth-child(3))) .stationItem {
    min-width: 47vw;
  }

  .hawksGTWrapper a.stationItem {
    background: rgba(255, 255, 255, 0.1);
    border: solid 1px #555;
  }
  .hawksGTWrapper .stationItem .stationMeta h4 {
    color: #ddd;
  }
}
