
/* LANDING SECTION */

section .landing_bottomOverlap {
    transform: translateY(43%);
    z-index: 4;
}
section .gameLandingCTA {
    position: relative;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    left: 0%;
    pointer-events: none;
}
.gameLandingCTA .gameLandingCTALogo {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 55%;
    top: -10%;
}
.gameLandingCTA .gameLandingCTAButton {
    position: relative;
    display: inline-block;
    width: fit-content;
    top: -1%;
    left: 0%;
    z-index: 2;
    padding-bottom: 2vw;
    pointer-events: all;
}
.gameLandingCTA .gameLandingCTAButton button {
    padding: 5.5% 3.5% !important;
}
.landing .gameLandingCTAImage1 {
    position: absolute;
    width: 25%;
    bottom: -2vw;
    left: 15%;
    z-index: 3;
}
.landing .gameLandingCTAImage2 {
    position: absolute;
    width: 25%;
    bottom: -2vw;
    right: 15%;
    z-index: 1;
}
.mainGameItems {
    height: 100%;
}
.landing_bottomOverlap {
    transform: translateY(75%);
    z-index: 4;
}
.mainGameItemsLeadingText {
    color: white;
}
.mainGameItemsLeadingText h1 {
    font-size: 190%;
}
.mainGameItemsSearch {
    display: block;
}
.mainGameItemsSearch_container {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
    position: relative;
    pointer-events: all;
} 
#mainGameItemsSearch_value {
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 50%;
    outline: none;
    max-width: 275px;
    touch-action: none;
}
div#mainGameItemsSearch_spinner {
    top: 10px;
}
#mainGameItemsSearch_button {
    background-image: url("../../assets/shared/searchIcon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
    left: -30px;
    position: relative;
    cursor: pointer;
}
#mainGameItemsSearch_spinner {
    height: 1.5rem;
    width: 1.5rem;
    display: none !important;
}
#mainGameItemsSearch_error-message {
    color: white;
    position: relative;
    display: block;
    padding-top: 20px;
    font-size: 12px;
    display: none;
}
#mainGameItemsSearch_success-message { 
    color: green;
    position: relative;
    display: block; 
}
.hexCategorySelectorWideContainer {
    position: absolute;
    width: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
}
.hexCategorySelectorContainer {
    position: relative;
    width: 23%;
    top: -7.25vw;
}
.hexCategoryImageContainer {
    position: absolute;
    display: inline-block;
    width: 41.125%;
}
.hexCategoryHexImages {
    position: relative;
    display: inline-block;
    width: 100%;
}
.hexCategoryImage, .hexCategoryImageSelected, .hexCategoryImageHover {
    position: relative;
    width: 100%;
}
.hexCategoryImageContainer.hexCategory1 {
    left: 0.1vw;
    top: 0vw;
}
.hexCategoryImageContainer.hexCategory2 {
    left: 28.75%;
    top: 4vw;
}
.hexCategoryImageContainer.hexCategory3 {
    left: 28.75%;
    top: 3.7vw;
}
.hexCategoryImageContainer.hexCategory4 {
    right: 0.4vw;
    top: -0.02vw;
}
.hexCategoryImage {
    display: block;
}
.hexCategoryImageSelected {
    display: none;
    pointer-events: none;
    opacity: 0.99;
}
.hexCategoryImageHover {
    display: none;
    opacity: 0.99;
}
.hexCategoryLogo {
    position: absolute;
    z-index: 1;
    width: 65%;
    left: 22%;
    top: 39%;
    pointer-events: none;
}
.hexCategoryLogoLoading {
    position: absolute;
    z-index: 1;
    width: 25% !important;
    left: 42% !important;
    top: 31% !important;
    pointer-events: none !important;
}
.hexCategory2 .hexCategoryLogo {
    left: 22%;
    top: 25%;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1.1vw;
}
.hexCategory2 .hexCategoryHexImages .hexCategoryImage {
    display: none;
}
.hexCategory2 .hexCategoryHexImages .hexCategoryImageSelected {
    display: block;
}

/* GAME ITEMS SECTION */

section.gameItems {
    color: white;
    background-image: linear-gradient(to bottom, transparent, transparent, transparent, transparent, transparent, rgba(70, 8, 85, 0.549)), url('../../assets/shared/blueHexBackground.png');
    background-repeat: repeat-y;
    padding-bottom: 20px;
    padding-top: 4vw; 
}
.hexSubCategorySelectorWideContainer {
    position: relative;
    width: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
    pointer-events: none;
}
.hexSubCategorySelectorContainer {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}
.hexSubCategoryList {
    display: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    color: white;
    margin-bottom: 0;
    padding: 0;
}
.hexSubCategoryList li {
    padding: 2%;
}
.hexSubCategoryList input[type="checkbox"] {
    display: none;
}
.hexSubCategoryList label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    user-select: none;
}
.hexSubCategoryList label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ff6600;
    border-radius: 3px;
    background-size: 100% 100%;
}
.hexSubCategoryListLoading input[type="checkbox"]:checked + label:before {
    content: "";
    background-image: url('../../assets/header/logo.png');
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ff6600;
    border-radius: 3px;
    background-size: 100% 100%;
}
.hexSubCategoryListLoading input[type="checkbox"]:checked + label:after {
    content: "";
    background-color: transparent !important;
}
.hexSubCategoryList input[type="checkbox"]:checked + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 2px solid #ff6600;
}
.hexSubCategoryList input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #ff6600;
    border-radius: 1px;
}
.hexSubCategoryList input[type="checkbox"]:checked + label:before {
    margin: -2px;
}
.hexSubCategoryList label:hover:before {
    border-color: #999;
}
.gameItems-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    align-items: center;
}
.game-tile {
    color: white;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-self: flex-start;
}
.gameTileImageContainer {
    position: relative;
    display: block;
    width: 100%;
    max-height: 100%;
    height: auto;
}
.gameItem_thumbnailImage {
    width: 100%;
    position: relative;
    display: block;
    max-height: 100%;
    height: auto;
}
.gameItem_gameGroupThumbnailOverlay {
    position: absolute;
    width: 30%;
    left: 0px;
    top: 0px;
    padding-left: 2.5%;
    padding-top: 2.5%;
    z-index: 1;
    -webkit-filter: drop-shadow(0px 0px 1px #000);
    filter: drop-shadow(0px 0px 1px #000);
}
.gameItem_availabilityBannerFlag {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
    padding: 1.25% 2%;
    font-size: 0.5vw;
    min-width: 30%;
}
.gameItem_availabilityBannerFlag.availabilityComingSoon {
    background-color: rgb(220, 80, 35);
}
.gameItem_availabilityBannerFlag.availabilityNew {
    background-color: rgb(253, 199, 83);
    color: rgb(16, 63, 91);
}
.gameItemDate {
    padding-left: 2%;
    display: block;
    text-align: left;
    margin-top: 1.5%;
    margin-bottom: 0%;
    text-align: left;
    font-size: 90%;
    color: #DE3558;
    font-weight: 450;
}
.gameItemTitle {
    padding-left: 2%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-weight: 400;
}
.game-tile-small {
    grid-column: span 2;
}
.gameTileImageContainer_overlay {
    display: flex;
    opacity: 0;
    background-color: rgb(16, 63, 91, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.gameTileImageContainer:hover .gameTileImageContainer_overlay {
    opacity: 1;
}
.gameTileImageContainer:active .gameTileImageContainer_overlay {
    opacity: 1;
}
.gameTileImageContainer:focus .gameTileImageContainer_overlay {
    opacity: 1;
}
.gameTileImageContainer:hover .gameTileImageContainer_overlay_button#gameTileImageContainer_playNowMobile {
    pointer-events: auto;
}
.gameTileImageContainer:hover .gameTileImageContainer_overlay_button#gameTileImageContainer_findOutMore {
    pointer-events: auto;
}
.gameTileImageContainer_overlay_button {
    width: 70% !important;
    min-width: unset !important;
    font-size: 0.65vw !important;
    margin: 3%;
    padding: 3.5% 3.5% !important;
}
.gameTileImageContainer_overlay_button#gameTileImageContainer_playNow {
    background-color: rgb(253, 199, 83, 0.75);
    color: #103f5b;
    display: block;
}
.gameTileImageContainer_overlay_button#gameTileImageContainer_playNowMobile {
    background-color: rgb(253, 199, 83, 0.75);
    color: #103f5b;
    display: none;
    pointer-events: none;
}
.gameTileImageContainer_overlay_button#gameTileImageContainer_findOutMore {
    background-color: rgb(16, 63, 91, 0.75);
    border-color: #fdc753;
    border-radius: 1px;
    border-style: solid;
    border-radius: 4px;
    color: white;
    pointer-events: none;
}
.gameTileImageContainer_overlay_button#gameTileImageContainer_playNow:hover {
    background-color: rgb(253, 199, 83, 1);
}
.gameTileImageContainer_overlay_button#gameTileImageContainer_playNowMobile:hover {
    background-color: rgb(253, 199, 83, 1);
}
.gameTileImageContainer_overlay_button#gameTileImageContainer_findOutMore:hover {
    background-color: rgb(16, 63, 91, 1);
}
.playGameNowiFrame {
    height: 90vh;
    width: 90vw;
    border: 0;
    max-height: 85vh;
}
.clickableHexagonOverlay {
    width: 90%;
    height: 90%;
    z-index: 3;
    top: 0px;
    left: 8px;
    position: absolute;
    display: block;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    clip-path: polygon(
      25% 0%,
      75% 0%,
      100% 50%,
      75% 100%,
      25% 100%,
      0% 50%
    );
  }

/* LOAD MORE SECTION */

.loadMoreGameItems {
    color: white;
    background-color: #471952;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
#loadMoreGameItems_spinner {
    height: 1.5rem;
    width: 1.5rem;
}
#loadMoreGameItems_error-message {
    color: white;
    position: relative;
    display: block;
}
#loadMoreGameItems_success-message {
    color: green;
    position: relative;
    display: block;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1200px) {
    .gameTileImageContainer_overlay_button {
        font-size: 0.8vw !important;
        margin: 3%;
    }
    .gameItem_availabilityBannerFlag {
        font-size: 0.75vw;
    }
    .hexCategoryImageContainer.hexCategory4 {
        right: 4px;
    }
}

@media screen and (max-width: 980px) {
    .hexCategorySelectorContainer {
        top: -9.4vw;
        width: 22%;
    }
    .hexCategoryImageContainer {
        width: 41.5%;
    }
    .hexCategoryImageContainer.hexCategory2 {
        top: 5.3vw;
    }
    .hexCategoryImageContainer.hexCategory3 {
        top: 4.7vw;
    }
    .hexCategoryImageContainer.hexCategory4 {
        right: 2px;
    }
    .hexCategory2 .hexCategoryLogo {
        font-size: 1.5vw;
    }
    .gameTileImageContainer_overlay_button {
        font-size: 0.9vw !important;
    }
    section.gameItems {
        padding-top: 5vw; 
    }
}

@media screen and (max-width: 805px) {
    .gameItemTitle {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    #mainGameItemsSearch_value {
        width: 60%;
    }
    .hexCategorySelectorContainer {
        top: -10.7vw;
    }
    .hexCategoryImageContainer.hexCategory2 {
        top: 5.4vw;
    }
    .hexCategoryImageContainer.hexCategory3 {
        top: 5.4vw;
    }
    .hexCategory2 .hexCategoryLogo {
        font-size: 1.9vw;
    }
    .gameTileImageContainer_overlay_button {
        font-size: 1vw !important;
        margin: 4%;
    }
    .gameItem_availabilityBannerFlag {
        font-size: 1vw;
    }
    section.gameItems {
        padding-top: 6vw; 
    }
}

@media screen and (max-width: 630px) {
    section.gameItems {
        background-size: 130% !important;
        background-position-x: -5% !important;
    }
    section .gameLandingCTA {
        top: -29vw;
    }
    .searchReturnMessage {
        padding-top: 2px !important;
    }
    section .landing_bottomOverlap.section_bottomOverlap {
        width: 130% !important;
        left: -15%;
    }
    .gameLandingCTA .gameLandingCTAButton {
        top: -2vw;
    }
    #mainGameItemsSearch_value {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 45%;
    }
    .mainGameItemsSearch {
        top: -5%;
        position: relative;
    }
    .hexSubCategorySelectorContainer {
        width: 55%;
    }
    .hexSubCategoryList label {
        font-size: 12px;
    }
    .hexSubCategoryList label:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 12px;
        height: 12px;
        border: 2px solid #ff6600;
        border-radius: 3px;
    }
    .hexSubCategoryList input[type="checkbox"]:checked + label:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 2px;
        top: 2px;
        width: 12px;
        height: 12px;
        border: 2px solid #ff6600;
    }
    .hexSubCategoryList input[type="checkbox"]:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        left: 5px;
        top: 5px;
        width: 6px;
        height: 6px;
        background-color: #ff6600;
        border-radius: 1px;
    }
    .gameItems-container {
        grid-template-columns: repeat(9, 1fr);
    }
    .game-tile-small {
        grid-column: span 3;
    }
    .gameItems .gameItems-container .game-tile .gameItemDate {
        font-size: 100%;
    }
    .gameItems .gameItems-container .game-tile .gameItemReadMore a {
        font-size: 120%;
    }
    .hexCategorySelectorContainer {
        top: -15.8vw;
        width: 29%;
    }
    .hexCategoryImageContainer.hexCategory2 {
        top: 8vw;
    }
    .hexCategoryImageContainer.hexCategory3 {
        top: 8vw;
    }
    .hexCategoryImageContainer.hexCategory4 {
        right: 4px;
    }
    .hexCategory2 .hexCategoryLogo {
        font-size: 2.1vw;
    }
    .gameTileImageContainer_overlay_button {
        font-size: 1.4vw !important;
        margin: 4%;
    }
    .gameItem_availabilityBannerFlag {
        font-size: 1.25vw;
    }
    section.gameItems {
        padding-top: 9vw; 
    }
    .gameTileImageContainer_overlay_button#gameTileImageContainer_playNow {
        display: none;
    }
    .gameTileImageContainer_overlay_button#gameTileImageContainer_playNowMobile {
        display: block;
    }
}

@media screen and (max-width: 455px) {
    .bodyDiv .pageSections {
        margin-top: 21vw;
    }
    header .background {
        width: 75%;
        left: 13%;
        top: 5vw;
    }
    section .gameLandingCTA {
        top: -62vw;
    }
    .landing .gameLandingCTAImage1 {
        width: 19%;
        left: 15%;
    }
    .landing .gameLandingCTAImage2 {
        width: 19%;
        right: 19%;
    }
    #mainGameItemsSearch_value {
        width: 40%;
    }
    .hexCategorySelectorContainer {
        top: -17.7vw;
    }
    .hexSubCategorySelectorContainer {
        width: 49%;
    }
    .hexCategoryImageContainer.hexCategory1 {
        left: 1px;
    }
    .hexCategoryImageContainer.hexCategory2 {
        top: 9vw;
    }
    .hexCategoryImageContainer.hexCategory3 {
        top: 9vw;
    }
    .hexCategory2 .hexCategoryLogo {
        font-size: 2.3vw;
    }
    .gameItems-container {
        grid-template-columns: repeat(8, 1fr);
    }
    .game-tile-small {
        grid-column: span 4;
    }
    .gameTileImageContainer_overlay_button {
        font-size: 1.8vw !important;
    }
    .gameItem_availabilityBannerFlag {
        font-size: 2vw;
    }
    #mainGameItemsSearch_button {
        height: 15px;
        width: 15px;
        left: -20px;
    }
}

@media screen and (max-width: 368px) {
    section .gameLandingCTA {
        top: -38vw;
    }
    .game-tile-small {
        grid-column: span 8;
    }
    .hexCategorySelectorContainer {
        top: -18.5vw;
    }
    .hexCategoryImageContainer.hexCategory2 {
        top: 8vw;
    }
    .hexCategoryImageContainer.hexCategory3 {
        top: 9.5vw;
    }
    .gameTileImageContainer_overlay_button {
        font-size: 3.5vw !important;
        margin: 3%;
    }
    .gameItem_availabilityBannerFlag {
        font-size: 4vw;
    }
    #mainGameItemsSearch_value {
        padding: 5px;
    }
}