@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900");

.allContent img {
  display: inline;
}
.mainContent {
  display: none;
}
.loadingContent {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.loadingTextWrapper {
  margin-top: -100px;
  width: 100%;
  position: relative;
}
.loadingContent * {
  color: #ffb98e;
  text-align: center;
}
.loadingText {
  height: 100px;
  position: relative;
}

.loadingText h3 {
  animation-duration: 10s;
}
.loadingImgWrapper,
.slowLoading {
  animation-duration: 20s;
}

.customInteriorContent section.heroSectionNew img {
  max-width: unset !important;
}

.mainContent a.btn {
  font-weight: bold;
}
a.btn-peach {
  background-color: #ffb98e;
  color: #000;
}
a.btn-peach.btn-outline {
  background-color: transparent;
  color: #ffb98e;
  border-color: #ffb98e;
}
a.btn-black.btn-ce {
  color: #ffb98e;
}
.peachtxt {
  color: #ffb98e;
}

.loadingText h3 {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 100;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.loadingImgWrapper {
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
  text-align: center;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-name: hideLoadingGraphic;
}
.loadingImgWrapper img {
  width: 50px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
@keyframes hideLoadingGraphic {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.showLoadingWrapper {
  width: 100%;
  text-align: center;
}
.slowLoading {
  position: absolute;
  width: 100%;
  bottom: -80px;
  left: 0;
  text-align: center;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-name: showSlowLoadingMsg;
}
.slowLoading a.btn {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
}
.loadingContent a {
  text-decoration: underline;
}
.loadingContent a:hover {
  color: #fff;
}
@keyframes showSlowLoadingMsg {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .loadingText h3 {
    font-size: 8vw;
  }
  .loadingImgWrapper {
    bottom: -50px;
  }
  .loadingImgWrapper img {
    width: 40px;
  }
  .slowLoading {
    bottom: -50px;
  }
  .slowLoading p {
    font-size: 2vw;
  }
}
@media (max-width: 499px) {
  .loadingImgWrapper {
    bottom: -10px;
  }
  .slowLoading {
    bottom: -20px;
  }
}

.mainContent {
  background-color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
}
.zoomableImgLink {
  cursor: zoom-in !important;
}
.mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4,
.mainContent h5 {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  text-transform: none;
  color: #000;
}
.mainContent {
  font-size: 1.5vw;
}
.mainContent h2 {
  font-size: 4.5em;
}
.mainContent h5 {
  font-size: 1.15em;
}
.allContent a.preorderStickyBtn {
  display: none;
  position: fixed;
  right: -45px;
  right: -61px;
  bottom: 50vh;
  z-index: 999;
  transform: rotate(-90deg);
  border: solid 2px #000;
  border-bottom: none;
}
@media (max-width: 767px) {
  .mainContent {
    font-size: 3.5vw;
  }
  .allContent a.preorderStickyBtn {
    bottom: 39vh;
    right: -33px;
    right: -36px;
    font-size: 12px;
    padding: 6px 15px;
  }
}
.mainContent p {
  font-family: "Open Sans", "Arial", sans-serif;
}
.fullHeightSection {
  height: 100vh;
}
@media (min-width: 1025px) {
  .fullHeightSection {
    min-height: 750px;
  }
}
.mainContent section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bgLightBlackGlass,
.bgLightBlackGlassMobileOnly {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .bgLightBlackGlassMobileOnly {
    background-color: transparent;
  }
}
.scrollBtnWrapper {
  position: absolute;
  display: block;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.scrollBtnContent {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75em;
  font-family: "Open Sans", "Arial", sans-serif;
}
.scrollBtnContent,
.scrollBtnContent .fas {
  color: #fff;
}
.scrollBtnContent .fas {
  font-size: 1em;
}
.scrollBtnContent-yellow,
.scrollBtnContent-yellow .fas {
  color: #ffb98e;
}
.scrollBtnContent-torch,
.scrollBtnContent-torch .fas {
  color: #c8102e;
}
.scrollBtnContent-black,
.scrollBtnContent-black .fas {
  color: #000;
}
.scrollBtnContent-white,
.scrollBtnContent-white .fas {
  color: #000;
}

@media (max-width: 767px) {
  .scrollBtnWrapper {
    display: none;
  }
}
img.imgBg {
  display: inline;
  width: 100%;
  position: relative;
  z-index: 0;
}

@media (orientation: landscape) {
  img.imgBg-portrait {
    display: none;
  }
}
@media (max-width: 767px) {
  img.imgBg-landscape {
    display: none;
  }
}
section.vidSection {
  display: flex;

  align-items: center;
  justify-content: center;
  background-color: #c8102e;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2023/07/ce_2021_torch_retro_dome_bg.jpg);
}
.vidSection h3 {
  color: #ffb98e;
  color: #fff;
  text-transform: uppercase;
}
.vidTxtContent {
  text-align: center;
  z-index: 2;
}
.vidHashContainer img {
  max-width: 461px;
  margin: 10px 0;
}
.vidSection .btnContainer {
  margin: 25px 0 0;
}
.vidSection .btnContainer a.btn {
  padding: 0.25em 1em;
  background: rgba(0, 0, 0, 0.4);
  background: rgb(250, 182, 142, 0.25);
}
.vidSection .btnContainer a.btn i {
  color: #000;
  color: #fff;
  margin-right: 10px;
}
.vidSection .btnContainer a.btn.btn-peach.btn-outline i {
  color: #ffb98e;
}
.vidTxtContent {
  font-size: 2.5vw;
}
.vidSection h3 {
  font-size: 1em;
}
.vidHashContainer img {
  width: 9em;
}
.vidSection .btnContainer a.btn {
  font-size: 0.65em;
}
.vidSection .btnContainer a.btn i {
  font-size: 0.75em;
}
.videoModal .modal-dialog {
  width: 96%;
  max-width: 1400px;
  background: black;
  margin-top: 10vh;
}
.videoModal .close {
  color: rgba(255, 255, 255, 1);
  top: -65px;
}
.videoModal .modal-content {
  background: none;
}
div.nbaTopWrapper {
  max-width: unset !important;
  max-height: unset !important;
}
.ytVidContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.videoModal .modal-body {
  padding: 0;
  box-shadow: none;
}
.blackModalBackdrop .modal-backdrop {
  opacity: 1 !important;
}
section.vidSection {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  width: 100%;
  max-width: unset;
  min-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  aspect-ratio: 5 / 2;
}
.vidSection::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(200, 16, 46, 0.75);
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.vidSection video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  section.vidSection {
    aspect-ratio: 1 / 1;
  }
  .vidTxtContent {
    font-size: 6.5vw;
  }
}
@media (max-width: 992px) {
  .playerBlockWrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .plyrInfo {
    font-size: 6vw;
  }
  .mainContent .bannerAd {
    margin: 3px auto;
  }
  .playerBlockWrapper {
    width: 100%;
  }
  .videoModal .modal-dialog {
    margin-top: 20vh;
  }
  .videoModal .close {
    right: 5px;
  }
}
.mainContent section.hotspotSection,
.mainContent section.hotspotSection .hotspotContainer,
.mainContent section.hotspotSection .hotspotImgContainer,
.mainContent section.hotspotSection .hotspotImgContainer img {
  width: 100%;
  max-width: unset;
  height: auto;
  min-height: unset;
  margin: 0;
  padding: 0;
}
.hotspotImg {
  display: block;
  height: 100%;
  width: 100%;
  /* object-fit: scale-down; */
}
.ceHotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hotspotBtn {
  height: 3vw;
  width: 3vw;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #ffb98e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
  cursor: pointer;
}
.hotspotBtn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 1.25vw;
  width: 1.25vw;
  border-radius: 100%;
  border: 3px solid #ffb98e;
  background-color: #ffb98e;
  transition: border-color 1s linear;
}
@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.ceHotspot:hover .hotspotBtn,
.ceHotspot:active .hotspotBtn {
  border-color: #ffb98e;
}
.ceHotspot:hover .hotspotBtn:after,
.ceHotspot:active .hotspotBtn:after {
  background-color: #ffb98e;
}
.ceHotspot:hover .hotspotBtn:before,
.ceHotspot:active .hotspotBtn:before {
  background: #ffb98e;
}
.hotspotBtn:hover:before {
  color: #000;
}
.ceHotspot.numbers .hotspotBtn:before {
  content: "Numbers";
  margin-left: -10.5vw;
}
.ceHotspot.wordmark .hotspotBtn:before {
  content: "Chest Wordmark";
}
.ceHotspot.jerseyTrim .hotspotBtn:before {
  content: "Jersey Trim";
}
.ceHotspot.legStriping .hotspotBtn:before {
  content: "Leg Trim";
}
.ceHotspot.beltbuckle .hotspotBtn:before {
  content: "Belt Buckle";
}
.ceHotspot.logoPatch .hotspotBtn:before {
  content: "Hawks Logo";
}
.hotspotContentWrapper {
  display: none;
}
.hotspotContent .hotspotContentCopy {
  padding: 15px;
  font-size: 16px;
}
.hotspotContent .hotspotContentCopy h4,
.hotspotContent .hotspotContentCopy p {
  font-family: "Open Sans", "Arial", sans-serif;
}
.hotspotContent .hotspotContentCopy p {
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 125%;
}
.hotspotContent .hotspotContentCopy h4 {
  font-weight: bold;
  font-size: 20px;
  color: #ffb98e;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.hotspotContent .hotspotContentPic img {
  width: 100%;
}
.tpd-skin-ce2021 .tpd-content {
  max-width: 300px;
  padding: 15px 10px 10px;
}
.tpd-skin-ce2021 .tpd-content,
.tpd-skin-ce2021 .tpd-title {
  color: #fff;
}
.tpd-skin-ce2021 .tpd-background-content {
  background-color: #000;
}
.tpd-skin-ce2021 .tpd-background {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 1);
  border-color: #ffb98e;
}
.tpd-skin-ce2021 .tpd-close {
  position: absolute;
  top: 3px;
  right: 7px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
}
.tpd-close-icon {
  line-height: 30px;
}
.tpd-skin-ce2021 .tpd-content-relative-padder {
  padding-right: 10px !important;
}
.hotspotBtn:before {
  background: rgba(0, 0, 0, 0.9);
  color: #ffb98e;
  white-space: nowrap;
  margin: 0.2vw 0 0 3.5vw;
  display: inline-block;
  animation: none;
  font-size: 1.5vw;
  font-weight: bold;
  padding: 0.5vw 1.25vw;
  line-height: 100%;
}
@media (max-width: 767px) {
  .hotspotBtn {
    height: 5vw;
    width: 5vw;
  }
  .hotspotBtn:before {
    margin: 0 0 0 6vw;
    font-size: 3vw;
    padding: 1vw 2vw;
  }
}
.ceHotspot.wordmark {
  top: 42%;
  left: 50%;
}
.ceHotspot.jerseyTrim {
  top: 18%;
  left: 40%;
}
.ceHotspot.numbers {
  top: 45vw;
  left: 40vw;
}
@media (orientation: landscape) {
  .portraitOnly,
  img.portraitOnly {
    display: none;
  }
}
@media (max-width: 767px) {
  .landscapeOnly,
  img.landscapeOnly {
    display: none;
  }
  .ceHotspot.wordmark {
    top: 74vw;
    left: 61vw;
  }
  .ceHotspot.jerseyTrim {
    top: 50vw;
    left: 57vw;
  }
  .ceHotspot.numbers {
    top: 106vw;
    left: 45vw;
  }
  .ceHotspot.numbers .hotspotBtn:before {
    margin-left: -20vw;
  }
}
.butter_bar_img {
  width: 37.1%;
  max-width: 700px;
  position: absolute;
  top: 0;
  left: 0;
}
.sky_bar_img {
  width: auto;
  height: 58%;
  max-height: 700px;
  position: absolute;
  top: 21%;
  left: 0;
}
.lawf_icon {
  width: 10%;
  max-width: 150px;
  position: absolute;
  top: 0;
  right: 0;
}
section.jerseyHotspotSection {
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  section.jerseyHotspotSection {
    padding-top: 40px !important;
  }
  .allContent img.butter_bar_img {
    display: none;
  }
}
section.colorwaySection {
  min-height: unset;
  aspect-ratio: 3 / 1.2;
  padding: 6vw 0 0;
}
img.colorwayPic {
  display: none;
  width: 100%;
}
@media (min-width: 1441px) {
  img.colorwayPic-lg {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  img.colorwayPic-md {
    display: inline;
  }
}
@media (max-width: 767px) {
  img.colorwayPic-sm {
    display: inline;
  }
}

section.colorwaySection {
  background: #dbe2e9;
}
section.colorwaySection .h2GraphicHeading {
  margin: 0 auto;
  width: 60vw;
  max-width: 400px;
}
.swatchesContainer {
  position: relative;
  overflow: hidden;
  max-width: unset;
  margin: 0 auto;
  padding: 8vw 0 0 10vw;
}
.swatchBlock {
  position: relative;
  width: 28vw;
  float: left;
  padding: 3.5vw 3vw;
}
.swatchBlock .swatchCircleContainer {
  position: absolute;
  left: 1.5vw;
  width: 5vw;
  top: -2.25vw;
}
.swatchBlock .swatchHeading {
  position: absolute;
  left: 7.5vw;
  top: 0.5vw;
}
.swatchBlock .swatchHeading img {
  height: 2vw;
  width: auto;
  max-width: unset;
}
.swatchBlock img {
  width: 100%;
}
.swatchBlock .txtContainer p {
  color: #000;
  font-size: 1.2vw;
  line-height: 1.75vw;
}
@media (max-width: 767px) {
  section.colorwaySection {
    aspect-ratio: unset;
    height: auto;
    padding: 15vw 0 6vw;
  }
  .swatchesContainer {
    padding: 30vw 0 5vw 9vw;
  }
  .swatchBlock {
    width: 80vw;
    padding: 3vw 3vw 25vw;
  }
  .swatchBlock .imgContainer {
    left: 0;
    width: 65vw;
    top: 1vw;
  }
  .swatchBlock .txtContainer p {
    color: #000;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .swatchBlock .swatchCircleContainer {
    position: absolute;
    left: -1vw;
    width: 17vw;
    top: -16vw;
  }
  .swatchBlock .swatchHeading {
    position: absolute;
    left: 18vw;
    top: -6.5vw;
  }
  .swatchBlock .swatchHeading img {
    height: 7vw;
  }
}
section.shortsHotspotSection {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_Panel6_Background.jpg);
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_HWK_peach_bkg_2.jpg);
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_green_bg.jpg);
  background-size: cover;
  background-position: center center;
  aspect-ratio: 16 / 9;
}
.ceHotspot.beltbuckle {
  top: 11vw;
  left: 55vw;
}
.ceHotspot.logoPatch {
  top: 28vw;
  left: 69vw;
}
.ceHotspot.legStriping {
  top: 41vw;
  left: 40vw;
}
@media (max-width: 767px) {
  .ceHotspot.logoPatch .hotspotBtn:before {
    margin: 0 0 0 -23vw;
  }
  .ceHotspot.beltbuckle {
    top: 17vw;
    left: 52vw;
  }
  .ceHotspot.logoPatch {
    top: 30vw;
    left: 71vw;
  }
  .ceHotspot.legStriping {
    top: 63vw;
    left: 19vw;
  }
}
v section.courtSection {
  min-height: unset;
}
section.courtSection img {
  width: 100%;
}
.mainContent section.gamesSection {
  padding: 75px 25px 40vw;
  height: auto;
  min-height: unset;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_sched_bg_mob_v5.jpg);
  background-position: left bottom;
  background-size: cover;
}
.mainContent section.gamesSection h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  line-height: 140%;
  font-family: "Open Sans", "Arial", sans-serif;
}
.schedSFAPicContainer {
  position: absolute;
  bottom: -5vw;
  left: 0;
  width: 100%;
}
.schedSFAPicContainer img {
  max-width: unset !important;
  width: 100%;
}
.hawksGamesContainer,
.hawksSchedContainer_ce {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 3vw;
}
.hwksLoadingContainer img {
  max-width: 50px;
}
.tixAsyncContent {
  display: none;
}
.gameBlockWrapper {
  font-size: 32px;
  width: 100%;
  margin-bottom: 25px;
}
.gameBlock {
  line-height: 150%;
  position: relative;
  height: 110px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}
.gameBlock .sponsorBlock {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 100%;
  color: #fff;
  color: #000;
  text-align: right;
}
.oppLogoBlock {
  padding: 0 20px 0 3px;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 4em;
}
.oppLogoBlock img {
  max-width: 100%;
  max-height: 75%;
}
.gameInfoBlock {
  width: 60%;
  width: calc(100% - 4em);
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.gameInfoSubWrapper {
  width: 100%;
}
.dateTimeContainer {
  width: 100%;
  color: #fff;
  color: #333;
  margin-top: 5px;
}
.gameDate,
.gameTime {
  vertical-align: baseline;
}
.gameDate {
  display: inline-block;
  font-family: "Open Sans", "Arial", sans-serif;
  padding: 0 0 0 10px;
  font-size: 1em;
  background-color: #000;
  color: #ffb98e;
  line-height: 120%;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
}
.gameTime {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 0.6em;
  position: relative;
  margin: 5px 0 0 10px;
  line-height: 100%;

  display: inline-block;
}
.btnBlock {
  float: right;
  margin: 5px 0 0 0;
}
a.btnSchedTix,
a.btnSchedTix:hover,
a.btnSchedTix:active,
a.btnSchedTix:visited,
a.btnSchedTix:focus {
  font-family: "Open Sans", "Arial", sans-serif;
  padding: 2px 4px;
  border-radius: 0;
  font-size: 0.4em;
  margin: 0 0 0 11px;
  background-color: #ffb98e;
  color: #000;
  border: solid 1px #000;
}
a.btnSchedTix:hover {
  outline: none;
  background-color: #000;
  color: #ffb98e;
}
footer.dark-primary-background {
  background: #111;
}
.schedSectionBtnContainer {
  margin: 3vw 0 0;
  text-align: center;
}
a.btn-brown {
  background-color: #ffb98e;
}
@media (max-width: 1199px) {
  .gameBlockWrapper {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .gamesCol {
    width: 45%;
  }
  .gamesCol1,
  .gamesCol1 .gameBlockWrapper {
    float: left;
  }
  .gamesCol2,
  .gamesCol2 .gameBlockWrapper {
    float: right;
  }
}
.schedSAccent-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.5vw;
}
.schedSAccent-right {
  position: absolute;
  right: 0;
  bottom: 5vh;
  width: 6vw;
}
@media (max-width: 767px) {
  .mainContent section.gamesSection {
    padding: 75px 10px 53vw;
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/hero_bg_texture.jpg);
  }
  .mainContent section.gamesSection h3 {
    font-size: 18px;
    margin: 0 auto 50px;
    padding: 0 25px;
    max-width: 400px;
  }
  .schedSAccent-left {
    width: 8vw;
  }
  .schedSAccent-right {
    width: 8vw;
    bottom: 2vh;
  }
  .schedContent {
    margin-left: -3%;
  }
  .hawksGamesContainer,
  .hawksSchedContainer_ce {
    max-width: 340px;
  }
  .gameBlockWrapper {
    margin: 0 auto 35px -5px;
    font-size: 24px;
  }
  .gameBlock {
    height: 75px;
  }
  .oppLogoBlock {
    padding: 0 15px 0 3px;
  }
  .gameDate {
    width: 100%;
  }
  .schedSectionBtnContainer {
    margin-top: 25px;
    text-align: center;
  }
  .schedSectionBtnContainer a.btn.btn-brown {
    width: 315px;
    margin-right: -5px;
  }
}
@media (max-width: 392px) {
  .gameBlockWrapper {
    width: 260px;
    font-size: 16px;
    margin: 0 auto 15px -5px;
  }
  .hawksGamesContainer,
  .hawksSchedContainer_ce {
    max-width: 260px;
  }
  .schedSectionBtnContainer a.btn.btn-brown {
    width: auto;
    margin-right: -5px;
    padding: 7px 10px;
  }
}

.mainContent section.honoreesSection {
  width: 100%;
  overflow: hidden;
  text-align: center;
  min-height: unset;
  padding: 100px 0 300px;
  background-color: #ffb98e;
}
.mainContent section.honoreesSection .liftContentWrapper {
  position: relative;
  z-index: 5;
}
.handsAccent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/12/2526ce_skyline_lift.png) no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}
.skylineAccent {
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
  height: 100%;
  background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/12/2526ce_hands_accent.png) no-repeat;
  background-position: right top;
  background-size: 100% auto;
}

.mainContent section.honoreesSection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/12/2526ce_peach_gradient.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .mainContent section.honoreesSection:before {
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/12/2526ce_peach_gradient_mob.png);
  }
}
.schedHeadingImgContainer {
  text-align: center;
  margin: 0 auto 3vw;
  width: 35vw;
}
.honoreesContent {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 0;
}
.honoreesSection .heroBannerStatic {
  margin: 0 auto 50px;
}
.honoreeWrapper {
  max-width: 325px;
  display: inline-block;
  text-align: center;
  margin: 0 25px 25px;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .honoreeWrapper {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .schedHeadingImgContainer {
    margin: 0 auto 13vw;
    width: 75vw;
  }
}
.honoreeBlock {
  background: #000;
  padding: 0;
  border-radius: 4px;
  height: 760px;
  position: relative;
}
.honoreeTxtContent {
  position: relative;
  padding: 1px 15px 15px;
  height: 560px;
  background-color: #000;
}
.honoreeBlock .imgContainer {
  margin: 15px;
  padding-top: 15px;
}
.honoreeBlock .imgContainer img {
  width: 100%;
}
.honoreeBlock .name,
.honoreeBlock .description p {
  color: #fff;
}
.honoreeBlock .name {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin: 15px 0 5px;
  color: #ffb98e;
}
.honoreeBlock .title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 100;
  font-size: 18px;
  margin: 0 0 15px;
  color: #ffb98e;
  line-height: 115%;
}
.honoreeBlock .description p {
  text-align: left;
  line-height: 125%;
  font-size: 16px;
}

.honoreeBlock .btnContainer {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  left: 0;
  bottom: 35px;
}
.honoreeBlock > .btnContainer > a.btn {
  width: 100%;
}
.bioModal .close {
  font-size: 48px;
  filter: alpha(opacity=1);
  opacity: 1;
  outline: none;
  color: #ffb98e;
  position: absolute;
  top: -5px;
  right: 12px;
}
.bioModal p {
  color: #000;
  font-size: 16px;
}
.bioModal .modal-dialog {
  width: 90%;
  max-width: 1000px;
  margin: 10px auto;
}
.bioModal .modal-body {
  padding: 25px 50px;
}
.bioModal .modal-body h3 {
  text-align: center;
  font-size: 32px;
  margin: 25px 0 5px;
}
.bioModal .modal-body h5 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 100;
}
@media (max-width: 767px) {
  .bioModal .modal-body h3 {
    font-size: 24px;
  }
  .bioModal .modal-body h5 {
    font-size: 20px;
  }
}
.bioModal .modal-body p {
  text-align: justify;
  margin-bottom: 15px;
}
.bioPics img {
  height: 400px;
  margin: 15px;
}
.lg-outer.lg-visible {
  background: #000;
}
span.highlightTxt {
  color: #ffb98e;
  font-weight: bold;
}
.socialBtnsContainer {
  text-align: center;
  padding: 15px 0;
}
.socialBtnsContainer a.btn {
  margin: 15px;
  background: #f6f6f6;
}
.socialBtnsContainer a.btn i {
  color: #000;
  font-size: 1.25em;
}
.honoreesContainer {
  max-width: 1200px;
  margin: 0 auto;
}
.sponsorContainer {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 1.25em;
  margin: 0 0 25px;
}
.sponsorContainer img {
  height: 3em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .honoreeWrapper {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .mainContent section.honoreesSection {
    padding: 75px 5px 200px;
  }
  .honoreeWrapper {
    width: 100%;
    margin: 25px 0 0;
  }
  .honoreeBlock {
    height: auto;
  }
  .bioPics img {
    width: 100%;
    height: auto;
    margin: 25px 0 0;
  }
  .bioModal .modal-body {
    padding: 15px 25px;
  }
}
@media (max-width: 499px) {
  .honoreeBlock {
    margin-bottom: 25px;
  }
  .honoreeBlock .btnContainer {
    position: relative;
    left: unset;
    bottom: unset;
    padding: 15px 0 0;
  }
  .honoreeTxtContent {
    height: auto;
  }
}
@media (max-width: 413px) {
  .honoreeBlock .description p {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .honoreeBlock .name {
    font-size: 20px;
  }
  .honoreeBlock .description p {
    font-size: 12px;
  }
  .honoreeBlock .btnContainer a.btn {
    font-size: 16px;
  }
}
.liftNarrative {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  padding: 25px 15px;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 25px;
  font-size: 16px;
}
.liftNarrative p {
  color: #000;
  text-align: left;
  font-size: 1em;
}
.liftNarrative h3 {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .liftNarrative {
    margin-bottom: 0;
    width: 90%;
  }
}
body a.zoomImgBtn {
  cursor: zoom-in !important;
}
.mainContent section.carouselSection {
  padding: 100px 0;
  background: #000;
  background-position: top center;
  background-size: cover;
  min-height: unset;
}
.hawksSwiperDefault .hawksSwiperNavPrev,
.hawksSwiperDefault .hawksSwiperNavNext {
  background-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px #ffb98e;
}
.hawksSwiperDefault .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'%23ffb98e'%2F%3E%3C%2Fsvg%3E");
}
.hawksSwiperDefault .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'%23ffb98e'%2F%3E%3C%2Fsvg%3E");
}
.defaultSwiperTemplate {
  max-width: 100%;
  margin: 0 auto;
}
.carouselSection .swiper-slide img {
  width: 100%;
}
.hawksCustomBSModal .close {
  font-size: 40px;
  color: #c8102e;
  color: #ffb98e;
  top: -50px;
  text-shadow: none;
}
button.satisfi_chat-button {
  background: #ffb98e;
}
@media (orientation: landscape) {
  .mainContent section.carouselSection {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .mainContent section.carouselSection {
    background: #000;
  }
  .mainContent section.carouselSection {
    padding: 0;
  }
  .carouselImgsContainer img {
    float: left;
    width: 50%;
    width: calc(50% - 4px);
    margin: 2px;
  }
}

.mainContent section.heroSectionNew {
  width: 100%;
  max-width: unset;
  min-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  aspect-ratio: 16 / 9;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_hero_bg_static.jpg);
  background-size: cover;
  overflow: hidden;
}
.heroPlayerImg {
  position: absolute;
  bottom: 0;
  right: -14vw;
  width: 81vw;
}
.heroWordMark {
  position: absolute;
  width: 37vw;
  top: 3vw;
  left: 5vw;
  z-index: 9;
}

a.backToHomeBtn,
a.backToHomeBtn:focus,
a.backToHomeBtn:visited,
a.backToHomeBtn:hover,
a.backToHomeBtn:active {
  position: absolute;
  top: 1vw;
  right: 1vw;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  color: #fff;
  z-index: 999;
  border: solid 1px #fff;
  padding: 5px 12px;
}

@media (max-width: 767px) {
  .mainContent section.heroSectionNew {
    aspect-ratio: 3 / 5;
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_hero_bg_static_mobile.jpg);
    background-position: right bottom;
  }
  .heroPlayerImg {
    right: -22.5vw;
    width: 125vw;
    max-width: unset;
  }
  .heroWordMark {
    width: 76vw;
    top: 6vw;
    left: 10vw;
  }
  .hideOnPortrait {
    display: none;
  }
  a.backToHomeBtn,
  a.backToHomeBtn:focus,
  a.backToHomeBtn:visited,
  a.backToHomeBtn:hover,
  a.backToHomeBtn:active {
    top: 2vw;
    right: 2vw;
  }
}
.mainContent section.narrativeSection {
  width: 100%;
  max-width: unset;
  min-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  aspect-ratio: 16 / 9;
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_HWK_CE_Narrative_no_heading.jpg);
  background-size: cover;
  background-position: left top;
  overflow: hidden;
}
.mainContent section.narrativeSection .narrativeHeading {
  position: absolute;
  width: 42vw;
  top: 7vw;
  left: 19vw;
}
.narrativeTxtWrapper {
  position: absolute;
  top: 15vw;
  left: 19vw;
  padding: 1vw;
  width: 56vw;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  vertical-align: top;
}
.narrativeTxt p {
  font-family: "Open Sans", "Arial", sans-serif;
  margin-bottom: 1vw;
  font-size: 1.5vw;
  line-height: 2vw;
}
.narrativeTxt p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mainContent section.narrativeSection {
    aspect-ratio: 1 / 1.75;
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_narrative_headingbg_vert_v2.jpg);
  }
  .mainContent section.narrativeSection {
    position: relative;
  }
  .mainContent section.narrativeSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30vw;
    width: 36vw;
    height: 36vw;
    background-image: url("https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/peachtree_rd_signs.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    pointer-events: none;

    display: none;
  }
  .narrativeTxtWrapper {
    top: 43vw;
    left: 8vw;
    width: 72vw;
  }
  .narrativeTxt p {
    margin-bottom: 2.75vw;
    font-size: 3.7vw;
    line-height: 4.1vw;
  }
}
.jerseyHotspotHeading {
  position: absolute;
  top: 5vw;
  right: 8vw;
  width: 20vw;
}
.mainContent section.hotspotSection .hotspotImgContainer img.hotspotImg-jersey {
  width: 97vw;
  bottom: -54vw;
  position: absolute;
  left: 3vw;
}
.mainContent section.hotspotSection .hotspotImgContainer img.hotspotImg.shorts {
  width: 48vw;
  position: absolute;
  left: 27.5vw;
  top: 7vw;
}
section.jerseyHotspotSection {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_HWK_peach_bkg_2.jpg);
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_green_bg.jpg);
  background-size: cover;
  aspect-ratio: 16 / 9;
}
@media (max-width: 767px) {
  section.jerseyHotspotSection {
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_HWK_peach_bkg_2.jpg);
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_green_bg_vert.jpg);
    aspect-ratio: 4 / 5;
  }
  .jerseyHotspotHeading {
    position: absolute;
    top: 11vw;
    right: 26vw;
    width: 50vw;
  }
  img.hotspotImg-jersey {
    transform: rotate(15deg);
  }
  .mainContent section.hotspotSection .hotspotImgContainer img.hotspotImg-jersey {
    width: 130vw;
    bottom: -68vw;
    position: absolute;
    left: -5vw;
  }
  section.shortsHotspotSection {
    aspect-ratio: 1 / 1;
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_green_bg_vert.jpg);
  }
  .mainContent section.hotspotSection .hotspotImgContainer img.hotspotImg.shorts {
    width: 80vw;
    position: absolute;
    left: 7vw;
    top: 11vw;
  }
}
section.detailSection {
  min-height: unset;
}
section.retailSection {
  min-height: unset;
  background-color: #000;
  text-align: center;
}
section.retailSection img {
  width: 100%;
  max-width: unset;
}
.schedMainContent {
  position: relative;
  z-index: 1;
}
section.ctaSection {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2024/11/2425_HWK_MK_CityEdition_Website_Panel9.jpg);
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_HWK_peach_bkg_2.jpg);
  background-position: left bottom;
  aspect-ratio: 6 / 1;
  min-height: unset;

  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
section.ctaSection .retailJerseyTxt {
  color: white;
  text-transform: uppercase;
  margin-right: 3vw;
  font-size: 4vw;
  font-weight: 900;
}
@media (max-width: 767px) {
  section.ctaSection {
    flex-wrap: wrap;
  }
  section.ctaSection .retailJerseyTxt {
    width: 100%;
    text-align: center;
    flex: 1 1 100%;
  }
}
section.ctaSection a.btn {
  font-weight: bold;
  font-size: 1.5vw;
  padding: 8px 35px;
}
section.ctaSection .btnContainer {
  text-align: center;
}
@media (max-width: 767px) {
  section.ctaSection {
    aspect-ratio: auto;
    background-position: center center;
    padding: 20vw 2vw;
  }
  section.ctaSection .retailJerseyTxt {
    font-size: 6vw;
    margin: 0 0 2vw;
    text-align: center;
  }
  section.ctaSection a.btn {
    font-size: 3vw;
    padding: 8px 35px;
  }
}

section.communitySection {
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_HWK_peach_bkg_2.jpg);
  background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_green_bg.jpg);
  background-position: left bottom;
  background-size: cover;
  padding: 75px 25px;
}
.communitySection p {
  color: #fff;
}
@media (max-width: 767px) {
  section.communitySection {
    background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612737/2025/11/2526_ce_green_bg_vert.jpg);
  }
}
section .h2GraphicHeading {
  margin: 0 auto;
  width: 60vw;
  max-width: 450px;
}
section.honoreesSection .h2GraphicHeading {
  margin-bottom: 25px;
}
.communityBlocksContainer {
  text-align: center;
  margin-top: 25px;
}
.communityBlock {
  display: inline-block;
  width: 30%;
  margin: 15px 1%;
  font-size: 20px;
  text-align: left;

  padding: 25px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}
.noPopupsMsg {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  margin-top: 25px;
}
.mainContent .noPopupsMsg h3 {
  font-size: 20px;
  color: #ffb98e;
}
@media (max-width: 1199px) {
  .communityBlock {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .communityBlock {
    font-size: 3.5vw;
  }
}
.communityBlock h4 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.communityBlock p {
  font-size: 1em;
}
@media (max-width: 767px) {
  .communityBlock {
    width: 90%;
    margin: 15px auto;
    padding: 15px;
  }
}

.bioImgsWrapper {
  height: 150px;
  overflow: hidden;
  margin: 25px -15px 15px;
}

.bioImgs {
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.bioImgs:active {
  cursor: grabbing;
}

.bioImgs img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  display: block;
  border-radius: 15px;
}

/* ============================= */
/* Desktop: same-height rows     */
/* ============================= */
@media (min-width: 768px) {
  .bioImgsWrapper {
    height: auto;
    overflow: visible;
    margin: 25px 0 15px;
  }

  .bioImgs {
    cursor: default;
    overflow: visible;
    padding-bottom: 0;

    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    height: auto;
    align-items: center;
    justify-content: center;
  }

  .bioImgs img {
    height: 200px;
    width: auto;
    flex-shrink: 0;
    object-fit: contain;
  }
}
