.hawksModularLayout section {
  padding: 2vw 2vw 3vw;
}
.hawksModularLayout .mediaBlocksList {
  overflow: hidden;
}
.hawksModularLayout .mediaBlocksList .swiper-wrapper {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .hawksModularLayout section {
    padding: 5vw 5vw 8vw;
    overflow: visible;
  }
  .hawksModularLayout .mediaBlocksList.carouselList {
    margin: 0 -5vw;
  }
}
.hawksModularLayout section.promoCarousel {
  padding: 0;
}
.hawksModularLayout section h1,
.hawksModularLayout section h2,
.hawksModularLayout section h3,
.hawksModularLayout section h4,
.hawksModularLayout section h5 {
  text-transform: uppercase;
  font-weight: bold;
}
.hawksModularLayout section h2 {
  font-size: 5vw;
  margin: 0 0 2vw;
}
.hawksModularLayout section h3 {
  font-size: 2.25vw;
  margin: 0 0 2vw;
}
.hawksModularLayout section .headingContent {
  height: 100%;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.1em;
  color: #000;
  white-space: nowrap;
}
.hawksModularLayout section .headingContent h2 {
  margin: 0;
}
.hawksModularLayout section .blocksListHeadingContainer div.headingContent {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .hawksModularLayout section h2 {
    font-size: 8vw;
    margin: 0 0 5vw;
  }
  .hawksModularLayout section h3 {
    font-size: 5vw;
  }
}

.torchColor {
  color: #c8102e;
}

.allContent {
  display: none;
}
div#nba-nav {
  min-height: 207px;
}
.dark-primary-background._MainNavAdWrapper_ailb5_12 {
  min-height: 110px;
}
@media (min-width: 768px) {
  div#nba-nav {
    min-height: 244px;
  }
  .dark-primary-background._MainNavAdWrapper_ailb5_12 {
    min-height: 140px;
  }
}
@media (min-width: 991px) {
  div#nba-nav {
    min-height: 284px;
  }
}
.loadingContent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  background-image: linear-gradient(to bottom right, #222, #000);

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  z-index: 999999;
  overflow: hidden;
  text-align: center;
}
.loadingImg {
  width: 8vw;
  margin: 2vw;
}
.loadingMsg {
  letter-spacing: 0.25vw;
  color: #777;
  margin-left: 0.25vw;
}
.hawksModularLayout .swiper-container {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}
@media (orientation: portrait) {
  .loadingImg {
    width: 20vw;
    margin: 5vw;
  }
}
.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;
}

.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;
}

.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;
  }
}

.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;
  }
}
.promoCarousel {
  position: relative;
}
.promoCarousel .swiper-wrapper {
  padding: 0 !important;
}
.promoCarousel .swiper-pagination.swiper-pagination-bullets {
  z-index: 1;
  left: 4.3vw;
  bottom: 2.5vw;
}
.promoCarousel .swiper-pagination-bullet {
  width: 1vw !important;
  height: 1vw !important;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.5vw !important;
}
.promoCarousel span.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border: solid 1px rgba(0, 0, 0, 0.25);
}
.promoCarousel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fdb927;
}
.hawksPromoSlide {
  background-color: #000;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5 / 1.75;
  aspect-ratio: 2000 / 700;
}
.hawksPromoSlideWrapper-liveText .psImgWrapper {
  overflow: hidden;
}
.hawksPromoSlideWrapper-liveText .psImgWrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 1;
}
@media (min-width: 768px) {
  /* .hawksPromoSlideWrapper-graphic .psImgWrapper:before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(ellipse farthest-corner at -10vw 35vw, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0));
    z-index: 1;
  } */
  .hawksPromoSlideWrapper-graphic .psImgWrapper img {
    width: 100%;
  }
}
.psImgWrapper img {
  position: absolute;
  right: 0;
  top: -100%;
  bottom: -100%;
  margin: auto;
  z-index: 0;
  transform: scale(1.05);
}
.hawksPromoSlideWrapper-liveText[data-img-vert-align="top"] .psImgWrapper img {
  top: 0;
  bottom: unset;
}

.swiper-slide-active .hawksPromoSlideWrapper .psImgWrapper img {
  animation: psImgScaleAnimation 7s ease-out forwards;
}
.swiper-slide-active .hawksPromoSlideWrapper h2,
.swiper-slide-active .hawksPromoSlideWrapper h3,
.swiper-slide-active .hawksPromoSlideWrapper p,
.swiper-slide-active .hawksPromoSlideWrapper .psCTAContainer {
  animation: 1.5s ease-out forwards;
}

.swiper-slide:not(.swiper-slide-active) .hawksPromoSlideWrapper h2,
.swiper-slide:not(.swiper-slide-active) .hawksPromoSlideWrapper h3,
.swiper-slide:not(.swiper-slide-active) .hawksPromoSlideWrapper p,
.swiper-slide:not(.swiper-slide-active) .hawksPromoSlideWrapper .psCTAContainer {
  display: none;
}
.swiper-slide-active .hawksPromoSlideWrapper h2,
.swiper-slide-active .hawksPromoSlideWrapper h3 {
  animation-name: psFade1;
}
.swiper-slide-active .hawksPromoSlideWrapper p {
  animation-name: psFade2;
}
.swiper-slide-active .hawksPromoSlideWrapper .psCTAContainer {
  animation-name: psFade3;
}
@keyframes psImgScaleAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes psFade1 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}
@keyframes psFade2 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
}
@keyframes psFade3 {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hawksPromoSlideWrapper-liveText .psContent-outer {
  z-index: 2;
  position: absolute;
  width: 50%;
  height: 100%;
  padding: 0 4vw 7vw;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  vertical-align: top;
}
.hawksPromoSlideWrapper-liveText .psContent-inner {
  position: relative;
}
.hawksPromoSlideWrapper-liveText .psContent-outer h2.psHeadline {
  font-size: 4vw;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  text-wrap: balance;
  margin: 0;
}
.hawksPromoSlideWrapper-liveText .psContent-outer h3.psSubheadline {
  font-size: 2.25vw;
  color: #fdb927;
  font-weight: bold;
  margin: 0 0 0 0.2vw;
  line-height: 130%;
}
.hawksPromoSlideWrapper-liveText .psContent-outer p.psDescription {
  font-size: 1.75vw;
  color: #fff;
  font-weight: 100;
  margin: 1.25vw 0 0;
  line-height: 130%;
}
.hawksPromoSlideWrapper-liveText .psCTAContainer {
  margin: 1.75vw 0 0;
}
.hawksPromoSlideWrapper-liveText .psCTAContainer a.btn {
  margin-right: 1.5vw;
  border-radius: 0.5vw;
  font-weight: bold;
  width: 15vw;
  padding: 0.5vw 0.2vw;
  font-size: 1.25vw;
}
.hawksPromoSlideWrapper-liveText .psCTAContainer a.btn:last-of-type {
  margin-right: 0;
}
.psPartnerLogo {
  position: absolute;
  width: 7vw;
  height: 7vw;
  bottom: 0.75vw;
  right: 0.75vw;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.psPartnerLogo img {
  width: 80%;
}

@media (max-width: 767px) {
  .hawksPromoSlide {
    aspect-ratio: 10 / 8;
  }
  .psImgWrapper img {
    max-width: unset;
    max-height: 100%;
  }
  .hawksPromoSlideWrapper-liveText .psImgWrapper:before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  }
  .hawksPromoSlideWrapper-liveText .psContent-outer {
    width: 100%;
    padding: 0 4vw 5vw;
  }
  .hawksPromoSlideWrapper-liveText .psContent-outer h2.psHeadline {
    font-size: 10vw;
    margin-bottom: 1vw;
  }
  .hawksPromoSlideWrapper-liveText .psContent-outer h3.psSubheadline {
    font-size: 4vw;
  }
  .hawksPromoSlideWrapper-liveText .psContent-outer p.psDescription {
    font-size: 3.5vw;
  }
  .hawksPromoSlideWrapper-liveText .psCTAContainer {
    margin: 3vw 0 0;
  }
  .hawksPromoSlideWrapper-liveText .psCTAContainer a.btn {
    margin-right: 3vw;
    width: 35vw;
    padding: 1vw 0.2vw;
    font-size: 3.25vw;
  }
}

@media (max-width: 767px) {
  .promoCarousel .swiper-pagination.swiper-pagination-bullets {
    left: 0;
    bottom: -1vw;
    width: 100%;

    display: flex;
    flex-wrap: nowrap;
  }
  .swiper-pagination-bullet:only-child {
    visibility: hidden;
  }
  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0 !important;
  }
  .promoCarousel span.swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.4);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(255, 255, 255, 1);
    border: none;
    flex: 1 1 auto;
  }
  .promoCarousel span.swiper-pagination-bullet:not(:last-child) {
    border-right: solid 1px #fff;
  }
  .promoCarousel .swiper-pagination-bullet {
    height: 1vw !important;
    border-radius: 0;
  }
  .psPartnerLogo {
    width: 12vw;
    height: 12vw;
    bottom: 3vw;
    right: 3vw;
    z-index: 1;
  }
}

a.arrowLink,
a.arrowLink:hover,
a.arrowLink:visited,
a.arrowLink:active,
a.arrowLink:focus {
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  padding-right: 1.6em;
  line-height: 90%;
  color: #c8102e;
  text-align: right;
}
a.arrowLink:hover {
  color: #fdb927;
}
a.arrowLink:after {
  content: "→";
  position: absolute;
  right: 0;
  top: -0.1em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  font-size: 1.4em;
}

a.arrowLink-yellow,
a.arrowLink-yellow:hover,
a.arrowLink-yellow:visited,
a.arrowLink-yellow:active,
a.arrowLink-yellow:focus {
  color: #fdb927;
}
a.arrowLink-yellow:hover {
  color: #c8102e;
}

.blocksListHeadingContainer {
  font-size: 1.75vw;
  height: 40px;
  margin: 1.5vw 0 2.5vw;
}

.blocksListHeadingContainer > div {
  height: 100%;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.blocksListHeadingContainer div.blocksListHeadingLineWrapper {
  width: 45%;
  margin-right: 4%;
  float: right;
}
.blocksListHeadingContainer div.arrowLinkContainer {
  height: 100%;
  width: 10%;
  float: right;
  justify-content: flex-end;
  white-space: nowrap;
}
.blocksListHeadingContainer div.arrowLinkContainer a {
  font-size: 0.7em;
}
.blocksListHeadingLine {
  width: 100%;
  height: 2px;
  background: #000;
}
.blocksListHeadingLine.blocksListHeadingLine-white {
  background: #fff;
}
.blocksListHeadingLine.blocksListHeadingLine-torch {
  background: #c8102e;
}
@media (max-width: 767px) {
  .blocksListHeadingContainer div.headingContent {
    width: 65%;
    justify-content: flex-start;
    font-size: 2.5em;
  }
  .blocksListHeadingContainer div.blocksListHeadingLineWrapper {
    display: none;
  }
  .blocksListHeadingContainer div.arrowLinkContainer a,
  .blocksListHeadingContainer div.arrowLinkContainer a:hover,
  .blocksListHeadingContainer div.arrowLinkContainer a:visited,
  .blocksListHeadingContainer div.arrowLinkContainer a:active,
  .blocksListHeadingContainer div.arrowLinkContainer a:focus {
    font-size: 1.5em;
    line-height: 90%;
  }
}

.blocksListHeadingContainer.pulseHeadingContainer .pulseLogoContainer,
.blocksListHeadingContainer.pulseHeadingContainer .pulseTxtContainer {
  display: inline-block;
  vertical-align: middle;
}
.blocksListHeadingContainer.pulseHeadingContainer .pulseLogoContainer {
  margin: -0.2vw 0 0 1vw;
}
.blocksListHeadingContainer.pulseHeadingContainer .pulseLogoContainer img {
  width: 9vw;
}
@media (max-width: 767px) {
  .blocksListHeadingContainer.pulseHeadingContainer .pulseLogoContainer {
    margin: -0.2vw 0 0 1.5vw;
  }
  .blocksListHeadingContainer.pulseHeadingContainer .pulseLogoContainer img {
    width: 17vw;
  }
}
.hawksMediaBlockWrapper .mediaBlock,
.hawksMediaBlockWrapper .mediaBlock-placeholder {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.hawksMediaBlockWrapper .mediaBlock.mediaBlock-placeholder {
  background: #999;
}
.hawksMediaBlockWrapper[data-contenttype="video"] .mediaBlock::before {
  content: "";
  display: block;
  position: absolute;
  width: 16%;
  aspect-ratio: 1/1;
  background: url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/img/icons/play_btn_triangle_soft_corners.png") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 50%;
  background-position: 57% 50%;
  z-index: 5;
  padding: 10px;
  border-radius: 50%;
  top: calc(50% - 16%);
  left: calc(50% - 8%);
}
.hawksMediaBlockWrapper .mediaBlock .mediaBlockTitleWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6vw 1.5vw 1vw;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.hawksMediaBlockWrapper .mediaBlock .mediaBlockTitleWrapper h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.25vw;
  margin: 0;
  text-transform: none;
}
.hawksMediaBlockWrapper .mediaBlock .mediaBlockImageWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.hawksMediaBlockWrapper.hawksMediaBlockWrapper-vertical .mediaBlock .mediaBlockImageWrapper {
  padding-bottom: 177.77%;
}
.hawksMediaBlockWrapper .mediaBlock .mediaBlockImageWrapper img {
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hawksMediaBlockWrapper .mediaBlock:hover .mediaBlockImageWrapper img {
  transform: scale(1.05);
}
.hawksModularLayout .mediaBlocksList {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -0.75vw;
  margin-right: -0.75vw;
}
.hawksMediaBlockWrapper {
  flex: 1 1 auto;
  margin: 0 0.75vw;
}
@media (max-width: 767px) {
  .hawksMediaBlockWrapper .mediaBlock .mediaBlockTitleWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15vw 2vw 2vw;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  }
  .hawksMediaBlockWrapper .mediaBlock .mediaBlockTitleWrapper h4 {
    font-size: 3.5vw;
  }
}
section.sectionTicketCentral {
  aspect-ratio: 2.5 / 1;
  padding: 0;
  background: #000 url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/07/sfa_bowl_20230706.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
section.sectionTicketCentral::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 0;
}
section.sectionTicketCentral h2 {
  font-weight: bold;
  color: #fff;
  font-size: 5vw;
  text-transform: uppercase;
  position: absolute;
  top: 2vw;
  left: 10vw;
  z-index: 2;
}
section.sectionTicketCentral .tcPlayerCutout {
  height: 85%;
  position: absolute;
  left: 2vw;
  top: 4.5vw;
  z-index: 1;
}
section.sectionTicketCentral .tcPlayerCutout img {
  height: 100%;
  width: auto;
}
.tcPartnerLogo {
  position: absolute;
  width: 12vw;
  top: 3.5vw;
  right: 2vw;
  z-index: 2;
}

div.tcMoreOptionsLinkContainer {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 3vw;
  left: 0;
}
div.tcMoreOptionsLinkContainer a,
div.tcMoreOptionsLinkContainer a:hover,
div.tcMoreOptionsLinkContainer a:visited,
div.tcMoreOptionsLinkContainer a:active,
div.tcMoreOptionsLinkContainer a:focus {
  text-decoration: none;
  color: #fdb927;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -0.5vw;
}
div.tcMoreOptionsLinkContainer a:hover {
  color: #c8102e;
}
.tcBtnsContainer {
  width: 75vw;
  height: 20vw;
  position: absolute;
  top: 10vw;
  right: 3vw;
}
.tcBtnsContainer a.tcBtn,
.tcBtnsContainer a.tcBtn:hover,
.tcBtnsContainer a.tcBtn:active,
.tcBtnsContainer a.tcBtn:focus,
.tcBtnsContainer a.tcBtn:visited {
  height: 7vw;
  width: 22vw;
  margin: 1.2vw;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 100%;
  text-decoration: none;
  padding: 0 7vw 0 2vw;
  text-wrap: balance;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: top;
  background-image: url("https://s3.amazonaws.com/cdn.atlhawksdigital.com/img/icons/caret_right.png");
  background-repeat: no-repeat;
  background-size: auto 30%;
  background-position: right 2vw center;
  border-radius: 4px;
}

.tcBtnsContainer a.tcBtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  section.sectionTicketCentral {
    aspect-ratio: 1 / 1.15;
  }
  section.sectionTicketCentral h2 {
    font-size: 10vw;
    top: 10vw;
    left: 0;
    width: 100%;
    text-align: center;
  }
  section.sectionTicketCentral .tcPlayerCutout {
    height: 80%;
    left: 5vw;
    top: 8vw;
    opacity: 0.2;
    display: none;
  }
  section.sectionTicketCentral .tcBtnsContainer {
    width: 100%;
    height: auto;
    position: absolute;
    top: 27vw;
    right: 0;
    z-index: 3;
    text-align: center;
  }
  section.sectionTicketCentral .tcBtnsContainer a.tcBtn,
  section.sectionTicketCentral .tcBtnsContainer a.tcBtn:hover,
  section.sectionTicketCentral .tcBtnsContainer a.tcBtn:active,
  section.sectionTicketCentral .tcBtnsContainer a.tcBtn:focus,
  section.sectionTicketCentral .tcBtnsContainer a.tcBtn:visited {
    height: 20vw;
    width: 45vw;
    margin: 0 1vw 3vw;
    font-size: 4.5vw;
    line-height: 110%;
    padding: 0 14vw 0 3vw;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: left;
  }
  .tcPartnerLogo {
    width: 25vw;
    top: unset;
    right: unset;
    bottom: 8.4vw;
    left: 5vw;
  }
  div.tcMoreOptionsLinkContainer {
    position: absolute;
    width: auto;
    bottom: 8vw;
    left: unset;
    right: 5vw;
    line-height: 100%;
  }
  div.tcMoreOptionsLinkContainer a,
  div.tcMoreOptionsLinkContainer a:hover,
  div.tcMoreOptionsLinkContainer a:visited,
  div.tcMoreOptionsLinkContainer a:active,
  div.tcMoreOptionsLinkContainer a:focus {
    margin-top: -0.5vw;
  }
}
.videoModal .modal-dialog {
  width: 96%;
  max-width: 1400px;
  background: black;
  margin-top: 10vh;
}
.hawksCustomBSModal.videoModal .close {
  font-size: 2.5vw;
  filter: alpha(opacity=1);
  opacity: 1;
  outline: none;
  color: #fff;
  position: absolute;
  top: -5.5vw;
  right: 0;
  text-shadow: none;
  font-weight: 100;
}
.videoModal .modal-content {
  background: none;
}
.videoModal .modal-body {
  padding: 0;
  box-shadow: none;
}
.blackModalBackdrop .modal-backdrop {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .hawksCustomBSModal.videoModal .close {
    font-size: 7vw;
    top: -9vw;
    right: 5vw;
  }
}
section.featuredPromosSection {
  background: #dbe2e9;
}

section.connectSection {
  overflow: hidden;
  padding: 0;
}
.followOnSocialBlock {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 1%;
}
@media (max-width: 767px) {
  .followOnSocialBlock {
    background: #fff;
    border-bottom: solid 1px #dbe2e9;
  }
}
.insiderBlock {
  aspect-ratio: 4 / 1;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.insiderBlock .imgContainer {
  position: absolute;
  width: 22vw;
  bottom: 0;
  left: 12vw;
}
.insiderBlock .wordmarkContainer {
  font-size: 5.5vw;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  left: 37vw;
  bottom: 5vw;
  z-index: 1;
  text-align: center;
}
.insiderBlock .wordmarkContainer .wordmark1 {
  color: #c8102e;
  font-size: 1em;
  font-weight: 300;
  line-height: 80%;
}
.insiderBlock .wordmarkContainer .wordmark2 {
  color: #fff;
  font-size: 0.87em;
  font-weight: 900;
  line-height: 80%;
}
.insiderBlock .wordmarkContainer .wordmark3 {
  color: #fff;
  font-size: 0.29em;
  font-weight: 300;
  line-height: 120%;
  margin-top: 0.5vw;
}
.insiderBlock .btnContainer {
  margin-top: 1.5vw;
}
.insiderBlock .btnContainer a.btn {
  width: 94%;
  border-radius: 0.5vw;
  font-size: 0.3em;
  padding: 0.2vw 0;
}
.hawksModularLayout section .followOnSocialBlock h3 {
  margin: 0 1.5vw 1.5vw;
}
.followOnSocialBlock a.socialLink {
  display: inline-block;
  width: 3vw;
  margin: 1.5vw;
  transition: all 0.2s ease-in-out;
}
.followOnSocialBlock a.socialLink:hover {
  transform: scale(1.07);
  filter: scale(1.1);
}
.followOnSocialBlock a.socialLink img {
  width: 100%;
}
@media (min-width: 768px) {
  section.connectSection {
    height: 25vw;
  }
  .insiderBlock,
  .followOnSocialBlock {
    float: left;
    height: 100%;
  }
  .insiderBlock {
    width: 70%;
  }
  .followOnSocialBlock {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .insiderBlock {
    aspect-ratio: 3 / 2;
  }
  .insiderBlock .imgContainer {
    width: 60vw;
    left: -15vw;
  }
  .insiderBlock .wordmarkContainer {
    font-size: 14vw;
    left: 49vw;
    bottom: 12vw;
  }
  .insiderBlock .btnContainer {
    margin-top: 3vw;
  }
  .hawksModularLayout section .followOnSocialBlock h3 {
    margin: 0 2vw 3vw;
  }
  .followOnSocialBlock {
    padding: 5vw 3vw 5vw;
  }

  .followOnSocialBlock .socialLinksInnerWrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 0;
  }
  .followOnSocialBlock a.socialLink {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2vw;
    flex-shrink: 1;
    height: 15vw;
    max-height: 30px;
  }
  .followOnSocialBlock a.socialLink img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 399px) {
  .followOnSocialBlock a.socialLink {
    max-height: 20px;
  }
}
section.mainNewsSection {
  background: #dbe2e9;
}
section.ytSection.hawksAFSection {
  background: #dbe2e9;
}
.hawksModularLayout section.ytSection {
  padding-bottom: 1vw;
}
@media (max-width: 767px) {
  .hawksModularLayout section.ytSection {
    padding-bottom: 3vw;
  }
}
section.ytSection.hawksAFSection h2 {
  color: #fdb927;
}
.blocksListHeadingContainer.hawksAFHeadingContainer {
  margin: 2vw 0;
}
.blocksListHeadingContainer.hawksAFHeadingContainer .hawksAFLogoContainer {
  margin: 0 0 3vw;
}
.blocksListHeadingContainer.hawksAFHeadingContainer .hawksAFLogoContainer img {
  width: 23vw;
}
@media (max-width: 767px) {
  .blocksListHeadingContainer.hawksAFHeadingContainer {
    margin: 5vw 0 3vw;
    padding-left: 2vw;
  }
  .blocksListHeadingContainer.hawksAFHeadingContainer .hawksAFLogoContainer img {
    width: 40vw;
  }
}

.ytSubscriptionSection {
  font-size: 1.5vw;
  font-style: italic;
  text-align: center;
  height: 5vw;
  margin-top: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
div#___ytsubscribe_0 {
  vertical-align: middle !important;
  margin-left: 10px !important;
}
@media (max-width: 767px) {
  .ytSubscriptionSection {
    font-size: 3.5vw;
    height: 10vw;
    margin-top: 5vw;
  }
}

section.shopSection {
  position: relative;
  overflow: hidden;
  background: #dbe2e9;
}
a.txtCTALink {
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  a.txtCTALink {
    font-size: 3.5vw;
  }
}

div.shopExternalLinkContainer {
  width: 100%;
  text-align: center;
  margin-top: 3vw;
}
div.shopExternalLinkContainer a,
div.shopExternalLinkContainer a:hover,
div.shopExternalLinkContainer a:visited,
div.shopExternalLinkContainer a:active,
div.shopExternalLinkContainer a:focus {
  text-decoration: none;
  color: #c8102e;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -0.5vw;
}
div.shopExternalLinkContainer a:hover {
  color: #fdb927;
}
.shopBlocksContainer {
  text-align: center;
}
.shopBlockWrapper {
  position: relative;
  display: inline-block;
  width: 22vw;
  margin-right: 1.5vw;
}
.shopBlockWrapper:last-child {
  margin-right: 0;
}
.shopBlock {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 2vw 0.5vw 0.5vw 0.5vw;
  border-radius: 0.5vw;
}
.shopBlock .shopBlockImgContainer {
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 0.75vw 0;
  margin-bottom: 1vw;
}
.shopBlock .shopBlockImgContainer img {
  width: auto;
  height: 85%;
  max-width: unset;
}
.shopBlock .shopBlockFauxBtnContainer {
  text-align: center;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.75vw;
  text-align: center;
  border-radius: 0.5vw;
  text-transform: uppercase;
  font-size: 1.25vw;
}

a.shopBlockLinkWrapper,
a.shopBlockLinkWrapper:hover,
a.shopBlockLinkWrapper:visited,
a.shopBlockLinkWrapper:focus,
a.shopBlockLinkWrapper:active {
  text-decoration: none;
}
a.shopBlockLinkWrapper:hover {
  transition: all 0.1s ease-in-out;
  filter: brightness(1.1);
}
a.shopBlockLinkWrapper:hover .shopBlockFauxBtnContainer {
  transition: all 0.2s ease-in-out;
  color: #fdb927;
}
@media (max-width: 767px) {
  .shopBlockWrapper {
    width: 38vw;
    margin: 0 5.5vw 5.5vw 0;
  }
  .shopBlockWrapper:nth-last-of-type(odd) {
    margin-right: 0;
  }
  .shopBlock {
    padding: 6vw 0.5vw 0.5vw 0.5vw;
  }
  .shopBlock .shopBlockImgContainer {
    height: 35vw;
    padding: 0.75vw 0;
  }
  .shopBlock .shopBlockFauxBtnContainer {
    font-size: 3.25vw;
    padding: 2.25vw;
  }
  div.shopExternalLinkContainer {
    margin: 5vw 0 0;
  }
}

.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%;
}
.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;
}
.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);
}
