.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0px;
    font-style: normal;
    font-family: "myriad-pro", sans-serif;
    font-weight: 300;
    text-align: left;
    color: white;
    font-size: 17px;
    line-height: 19px;
    background-color: black;
}

h1, h2, h3, .headerrow, button, .button, .minibutton, .menu-wrap, .pagebox, #navilinks > a, #hotbox, small, .notice, .littlenotice {
    font-family: "rift-soft", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.stack h1, .tablerow > div:nth-child(2) {
    overflow-wrap: anywhere;
}

h1 {
    font-size: 40px;
    line-height: 34px;
    margin: 12px 0;
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 32px;
        line-height: 30px;
    }
}

h2 {
    font-size: 28px;
    line-height: 24px;
    margin: 36px 0 12px;
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 24px;
        line-height: 22px;
    }
}

h3 {
    font-size: 28px;
    line-height: 24px;
    margin: 0;
}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 24px;
        line-height: 22px;
    }
}

p {
    margin: 6px 0;
}

    p a:link, p a:visited, p a:active {
        font-weight: 400;
    }

ul, ol {
    text-align: left;
    padding-left: 18px;
}

a:link, a:visited, a:active {
    color: white;
    text-decoration: none;
    transition: 0.3s ease;
}

a:hover,
.navipanel a:hover,
.darktext a:hover,
.darkpulse a:hover {
    color: white;
    text-decoration: none;
    transition: 0.3s ease;
    text-shadow: 0px 0px 4px #ffdcbe, 0px 0px 7px #ff3c00, 0px 0px 20px red;
    cursor: pointer;
    animation: none;
}

.greenpage a:hover,
.greenpage .darktext a:hover,
.greenpage .darkpulse a:hover {
    text-shadow: 0px 0px 4px #50c800, 0px 0px 7px #00c33c, 0px 0px 20px #00803c;
}

.greenpage .navipanel a:hover {
    text-shadow: 0px 0px 4px #ffdcbe, 0px 0px 7px #ff3c00, 0px 0px 20px red;
}

a.delete:hover,
button.delete:hover {
    text-shadow: 0px 0px 4px red, 0px 0px 7px red, 0px 0px 20px red;
}

img {
    width: 100%;
    height: auto;
}

.darktext,
.darktext a {
    color: #555555;
}

@keyframes darkpulse {
    0% {
        color: rgba(30, 30, 30, 0.999);
    }

    50% {
        color: #555555;
    }

    100% {
        color: rgba(30, 30, 30, 0.999);
    }
}

.darkpulse,
.darkpulse a {
    color: #555555;
    animation: darkpulse 4s infinite;
}

.wholepage {
    display: grid;
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 2vh;
    background-image: url(../Images/CanvasMottledDark.webp);
}

.homepage {
    grid-template-rows: auto 1fr auto;
}

.listpage {
    grid-template-rows: auto auto 1fr;
    grid-auto-rows: auto;
}

.orderpage {
    grid-template-rows: auto auto auto 1fr auto;
}

.videopage {
    grid-template-rows: auto 1fr auto;
}

    .videopage .footerpanel .panelstatic {
        background-color: transparent;
    }

    .videopage .panelcontent {
        backdrop-filter: brightness(0.8) saturate(120%) blur(20px);
    }

    .videopage .navipanel .panelmotion {
        background-image: none !important;
    }

    .videopage a:hover .panelcontent {
        backdrop-filter: brightness(1.2) saturate(200%) blur(20px);
    }

    .videopage .logoglowframe a:hover .panelcontent {
        backdrop-filter: brightness(1) saturate(100%) blur(0);
    }

.lobby {
    align-content: center;
    justify-items: center;
    align-items: center;
    background-image: url(../Images/VaultBG.webp);
    background-position: top center;
    position: relative;
    overflow: scroll;
    padding: 0;
    color: white;
    text-align: center;
}

    .lobby input, .lobby textarea, .lobby button, .lobby .button {
        text-align: center;
    }

.panelgrid {
    display: grid;
    width: 100%;
    grid-gap: 2vh;
    padding: 1vh;
}

    .panelgrid > a {
        display: grid;
        overflow: hidden;
        position: relative;
        border-radius: 15px;
    }

    .panelgrid .logoglowframe {
        position: relative;
        border-radius: 15px;
    }

.panelmotion {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    filter: brightness(0.2);
    transition: transform 4s;
}

a:hover .panelmotion {
    transform: scale(1.1);
    filter: brightness(1);
}

.panelcontent {
    display: grid;
    align-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: saturate(0%) blur(30px);
    transition: backdrop-filter 0.5s;
}

a:hover .panelcontent {
    backdrop-filter: saturate(100%) blur(0px);
}

.panelicon {
    width: 60px;
    height: auto;
    margin: 6px 0;
}

.panelstatic {
    display: grid;
    align-content: start;
    justify-items: start;
    align-items: center;
    position: relative;
    border-radius: 15px;
    background-color: rgba(180, 180, 180, 0.1);
    padding: 2vw 2.5vw;
}

    .panelstatic h1 {
        text-align: left;
    }

    .panelstatic img {
        margin: 6px 0;
    }

@media screen and (max-width: 600px) {
    .panelstatic {
        border-radius: 10px;
        padding: 4.5vw 6vw;
    }
}

.panelforms {
    display: grid;
    align-content: center;
    justify-items: center;
    align-items: center;
    background-image: url(../Images/LettersetBG.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
    padding: 2vw 3vw;
}

.lobbyforms {
    display: grid;
    align-content: center;
    justify-items: center;
    align-items: center;
    position: relative;
    border-radius: 15px;
    padding: 2vw 3vw;
}

.filerow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3vw;
    padding: 10px 3vw;
}

@media screen and (max-width: 1000px) {
    .filerow {
        grid-gap: 15vw;
        padding: 10px 10vw;
    }
}

.pointpanels {
    display: grid;
    align-content: stretch;
    justify-content: center;
    grid-gap: 1vh;
    grid: 1fr 1fr / 1fr 1fr;
}

    .pointpanels div {
        display: grid;
        align-content: center;
        justify-content: center;
        border-radius: 15px;
        background-color: rgba(40, 40, 40, 0.5);
        padding: 1.5vw;
    }

@media screen and (max-width: 600px) {
    .pointpanels div {
        border-radius: 10px;
        padding: 4.5vw 6vw;
    }
}

.videowall {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    object-fit: cover;
}

.squash {
    object-fit: fill;
}

@media screen and (max-width: 600px) {
    .squash {
        object-fit: cover;
    }
}

.panelclear {
    display: grid;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.tabletfrosted {
    display: grid;
    align-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    width: 600px;
    max-width: 90vw;
    backdrop-filter: brightness(0.8) saturate(120%) blur(20px);
    padding: 30px 60px;
    border-radius: 15px;
}

@media screen and (max-width: 600px) {
    .tabletfrosted {
        padding: 30px;
    }
}

.tabletfrosted h1 {
    font-size: 60px;
    line-height: 54px;
}

@media screen and (max-width: 600px) {
    .tabletfrosted h1 {
        font-size: 38px;
        line-height: 36px;
    }
}

.tabletfrosted p {
    margin: 6px 0 22px;
}

.tabletfrosted img {
    width: 120px;
    margin-top: -90px;
}

@media screen and (max-width: 600px) {
    .tabletfrosted img {
        width: 90px;
        margin-top: -75px;
    }
}

.tabletfrosted .button {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(50px);
    border-radius: 5px;
}

@keyframes sizepulse {
    50% {
        transform: scale(1.1);
    }
}

.remaining {
    display: grid;
    justify-content: center;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, 1.1vw);
    grid-gap: 0.5vw;
    padding: 1vw 0.5vw 0;
    max-width: 25vw;
}

    .remaining div {
        width: 1.1vw;
        height: 1.1vw;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }

        .remaining div:nth-child(1) {
            background-image: linear-gradient(0deg, #b40014 5%, #ff3c00 95%);
            animation: sizepulse 1s infinite;
        }

@media screen and (max-width: 1000px) {
    .remaining {
        grid-template-columns: repeat(auto-fit, 3vw);
        grid-gap: 2vw;
        padding: 3vw 2vw 0;
        max-width: 80vw;
    }

        .remaining div {
            width: 3vw;
            height: 3vw;
        }
}

.remainingtext {
    width: 100%;
    text-align: center;
    color: #555555;
    font-weight: 400;
}

.errorpanel {
    display: grid;
    align-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
    padding: 40px;
    box-shadow: black 0 0 50px inset;
    border-radius: 15px;
}

    .errorpanel h1 {
        font-size: 40px;
        line-height: 34px;
        margin: 6px 0;
    }

    .errorpanel p {
        text-align: center;
    }

    .errorpanel img {
        width: 100px;
        margin: 0;
    }

.errorstrobe {
    border: 1px solid red;
    animation: redstrobe 2s linear infinite;
}

    .errorstrobe div {
        color: red;
    }

    .errorstrobe .minibutton {
        color: white;
    }

@keyframes redstrobe {
    0%,10%,20%,30%,40%,50% {
        border-color: red;
    }

    5%,15%,25%,35%,45% {
        border-color: transparent;
    }
}

.redtext {
    color: red;
}

.notice {
    display: grid;
    align-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
    padding: 12px 20px 13px;
    box-shadow: black 0 0 50px inset;
    border-radius: 10px;
    border: 1px solid #ffd200;
    color: #ffd200;
    animation: borderpulse 5s linear infinite;
}

    .notice h3 {
        font-size: 24px;
    }

.littlenotice {
    display: inline-block;
    font-size: 19px;
    padding: 5px 12px;
    margin-left: 6px;
    box-shadow: black 0 0 50px inset;
    border-radius: 5px;
    border: 1px solid #ffd200;
    color: #ffd200;
    animation: borderpulse 5s linear infinite;
}

@keyframes borderpulse {
    50% {
        border-color: transparent;
    }
}

.redpulse {
    animation: redpulse 5s infinite;
}

    .redpulse img {
        margin: 0;
    }

    .redpulse h3 {
        color: red;
    }

.greenpulse {
    animation: greenpulse 5s infinite;
}

    .greenpulse img {
        width: 100px;
        margin: 0;
    }

    .greenpulse h3 {
        color: green;
    }

@keyframes redpulse {
    50% {
        box-shadow: red 0 0 50px inset;
    }
}

@keyframes greenpulse {
    50% {
        box-shadow: #50c800 0 0 50px inset;
    }
}

a:hover .redpulse h3,
a:hover .greenpulse h3 {
    color: white;
}

.button {
    font-size: 22px;
    line-height: 20px;
    border: 0;
    border-radius: 5px;
    text-align: center;
    background-color: black;
    display: inline-block;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .button {
        font-size: 18px;
        line-height: 16px;
    }
}

.inlineicon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.4em;
}

    .inlineicon > img {
        display: inline-flex;
        width: 1em;
        height: 1em;
        margin-left: -0.1em;
        background-image: var(--inlineicon);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: relative;
    }

.heroimage {
    width: 80px;
    margin-top: 3vh;
}

.partposter {
    border-radius: 10px;
    background-color: black;
    padding-bottom: 1.8vw;
}

    .partposter img {
        border-radius: 10px;
        filter: invert(100%) brightness(200%);
        /*filter: grayscale(100%) invert(100%) brightness(200%);*/
    }

    .partposter h3 {
        color: white;
        padding: 0 1.8vw;
    }

.navipanel {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .navipanel {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1000px) {
    .navipanel > a {
        display: none;
    }
}

.navipanel .panelmotion,
.navipanel .panelcontent {
    height: 60px;
}

.logoglowframe .panelcontent {
    backdrop-filter: none;
}

.logoglow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18vh;
    min-width: 180px;
    max-width: 210px;
    top: -3vh;
    transition: transform 4s;
}

@media screen and (max-width: 600px) {
    .logoglow {
        min-width: 150px;
    }
}

.logoglow:hover {
    transform: scale(1.2);
    filter: brightness(1.1);
}

.logobadge {
    width: 15vw;
    height: auto;
    margin: -2vw 0;
}

@media screen and (max-width: 600px) {
    .logobadge {
        width: 40vw;
        margin: -2vw 0 -5vw;
    }
}

.singlepanel {
    grid-template-columns: 1fr;
}

@media screen and (max-width: 1000px) {
    .singlepanel {
        grid-template-columns: none;
        grid-template-rows: 1fr;
    }
}

.singlepanel .panelmotion,
.singlepanel .panelcontent {
    height: 100%;
}

.doublepanel {
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1000px) {
    .doublepanel {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
    }
}

.doublepanel .panelmotion,
.doublepanel .panelcontent {
    height: 100%;
}

.triplepanel {
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1000px) {
    .triplepanel {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr 1fr;
    }
}

.triplepanel .panelmotion,
.triplepanel .panelcontent {
    height: 100%;
}

.quadpanel {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1000px) {
    .quadpanel {
        grid-template-columns: none;
        grid-template-rows: auto auto 1fr 240px;
    }
}

.quadpanel .panelmotion,
.quadpanel .panelcontent {
    height: 100%;
}

.fivepanel {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1000px) {
    .fivepanel {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
}

.fivepanel .panelmotion,
.fivepanel .panelcontent {
    height: 100%;
}

.homepanel {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    grid-template-rows: 1fr 60px;
}

@media screen and (max-width: 1000px) {
    .homepanel {
        grid-template-columns: none;
        grid-template-rows: 2fr 2fr 2fr 1fr;
    }
}

.homepanel .panelmotion,
.homepanel .panelcontent {
    height: 100%;
}

.homepanel > a:nth-child(2) {
    grid-column: 2 / span 2;
}

@media screen and (max-width: 1000px) {
    .homepanel > a:nth-child(2) {
        grid-column: 1 / span 1;
    }
}

.homepanel > a:nth-child(4) {
    grid-column: 1 / span 2;
}

@media screen and (max-width: 1000px) {
    .homepanel > a:nth-child(4) {
        grid-column: 1 / span 1;
    }
}

.homepanel > a:nth-child(5) {
    grid-column: 3 / span 2;
}

@media screen and (max-width: 1000px) {
    .homepanel > a:nth-child(5) {
        display: none;
    }
}

.stack {
    display: grid;
    align-items: center;
    align-content: stretch;
    grid-gap: 1vh;
    width: 100%;
    height: 100%;
    min-height: 50px;
}

    .stack > a {
        overflow: hidden;
        position: relative;
        border-radius: 15px;
        align-self: stretch;
    }

    .stack .panelmotion,
    .stack .panelcontent,
    .stack input,
    .stack select,
    .stack button,
    .stack .button,
    .stack .stackrow,
    .stack .checkboxpanel,
    .stack .ghostcheckboxpanel,
    .stack .stackrow .button {
        height: 100%;
        min-height: 50px;
    }

.stackrow {
    display: grid;
    align-items: center;
    align-content: stretch;
    width: 100%;
    grid-gap: 1vh;
}

.doublerow {
    grid-template-columns: 1fr 1fr;
}

.triplerow {
    grid-template-columns: 1fr 1fr 1fr;
}

.quadrow {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1000px) {
    .quadrow {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
}

.matchrows {
    grid-auto-rows: 1fr;
}

.matchcols {
    grid-auto-columns: 1fr;
}

.afterthought {
    width: 75%;
    margin: 0 auto;
}

.panelprogress {
    display: grid;
    align-content: center;
    justify-items: start;
    align-items: center;
    position: relative;
    border-radius: 10px;
    background-color: rgba(40, 40, 40, 0.5);
    padding: 2vw;
}

.progressblock {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 4px;
    width: 90px;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .progressblock {
        grid-template-rows: none;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 4px;
        width: 100%;
        padding: 5px 0 0 0;
    }
}

.tinyband {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    min-height: 10px;
}

@media screen and (max-width: 600px) {
    .tinyband {
        height: 8px;
        min-height: unset;
    }
}

.redactive {
    background-image: linear-gradient(270deg, #b40014 0%, rgba(180, 0, 20, 0) 90%);
    background-size: 400%;
    animation: ProgressActive 15s linear infinite;
}

.orangeactive {
    background-image: linear-gradient(270deg, #dc4600 0%, rgba(220, 70, 0, 0) 90%);
    background-size: 400%;
    animation: ProgressActive 15s linear infinite;
}

.amberactive {
    background-image: linear-gradient(270deg, darkorange 0%, rgba(255, 140, 0, 0) 90%);
    background-size: 400%;
    animation: ProgressActive 15s linear infinite;
}

.limeactive {
    background-image: linear-gradient(270deg, #5ab400 0%, rgba(90, 180, 0, 0) 90%);
    background-size: 400%;
    animation: ProgressActive 15s linear infinite;
}

.greenactive {
    background-image: linear-gradient(270deg, #008c46 0%, rgba(0, 140, 70, 0) 90%);
    background-size: 400%;
    animation: ProgressActive 15s linear infinite;
}

.redbg {
    background-color: #b40014;
}

.orangebg {
    background-color: #dc4600;
}

.amberbg {
    background-color: darkorange;
}

.limebg {
    background-color: #5ab400;
}

.greenbg {
    background-color: #008c46;
}

.redspan {
    color: red;
}

.orangespan {
    color: #ff7800;
}

.amberspan {
    color: #ffbe00;
}

.limespan {
    color: #6edc00;
}

.greenspan {
    color: #00c882;
}

@keyframes ProgressActive {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: -400% 0%;
    }
}

.gridtable {
    display: grid;
    position: relative;
    grid-gap: 1vh;
    grid-template-rows: minmax(auto, 44px) auto;
    padding: 1vh;
}

@media screen and (max-width: 800px) {
    .gridtable {
        grid-gap: 2vh;
        grid-template-rows: auto;
    }
}

.fivecolumns > .tablerow {
    grid-template-columns: 160px 2fr 2fr 2fr 1fr;
}

@media screen and (max-width: 1000px) {
    .fivecolumns > .tablerow {
        grid-template-columns: 120px 2fr 2fr 2fr 1fr;
    }
}

@media screen and (max-width: 800px) {
    .fivecolumns > .tablerow {
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto;
    }
}

@media screen and (max-width: 800px) {
    .fivecolumns > .tablerow > div:nth-child(1) {
        order: 2;
        grid-column: 1 / span 3;
    }
}

@media screen and (max-width: 800px) {
    .fivecolumns > .tablerow > div:nth-child(2) {
        order: 1;
        grid-column: 1 / span 3;
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 800px) {
    .fivecolumns > .tablerow > div:nth-child(3) {
        order: 3;
    }
}

@media screen and (max-width: 800px) {
    .fivecolumns > .tablerow > div:nth-child(4) {
        order: 4;
    }
}

@media screen and (max-width: 800px) {
    .fivecolumns > .tablerow > div:nth-child(5) {
        order: 5;
    }
}

.sixcolumns > .tablerow {
    grid-template-columns: 120px 2fr 2fr 2fr 2fr 1fr;
}

@media screen and (max-width: 800px) {
    .sixcolumns > .tablerow {
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto;
    }
}

@media screen and (max-width: 800px) {
    .sixcolumns > .tablerow > div:nth-child(1) {
        order: 2;
        grid-row: 2 / span 2;
    }
}

@media screen and (max-width: 800px) {
    .sixcolumns > .tablerow > div:nth-child(2) {
        order: 1;
        grid-column: 1 / span 3;
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 800px) {
    .sixcolumns > .tablerow > div:nth-child(3) {
        order: 3;
    }
}

@media screen and (max-width: 800px) {
    .sixcolumns > .tablerow > div:nth-child(4) {
        order: 4;
    }
}

@media screen and (max-width: 800px) {
    .sixcolumns > .tablerow > div:nth-child(5) {
        order: 5;
    }
}

@media screen and (max-width: 800px) {
    .sixcolumns > .tablerow > div:nth-child(6) {
        order: 6;
    }
}

.eightcolumns > .tablerow {
    grid-template-columns: 120px 2fr 2fr 2fr 2fr 2fr 2fr 1fr;
}

@media screen and (max-width: 800px) {
    .eightcolumns > .tablerow {
        grid-template-columns: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
}

@media screen and (max-width: 800px) {
    .eightcolumns > .tablerow > div:nth-child(1) {
        order: 1;
        grid-row: 1 / span 2;
    }
}

@media screen and (max-width: 800px) {
    .eightcolumns > .tablerow > div:nth-child(2) {
        order: 2;
        grid-column: 2 / span 3;
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 800px) {
    .eightcolumns > .tablerow > div:nth-child(3) {
        order: 5;
    }
}

@media screen and (max-width: 800px) {
    .eightcolumns > .tablerow > div:nth-child(4) {
        order: 3;
        grid-column: 2 / span 2;
    }
}

@media screen and (max-width: 800px) {
    .eightcolumns > .tablerow > div:nth-child(5) {
        order: 4;
    }
}

@media screen and (max-width: 800px) {
    .eightcolumns > .tablerow > div:nth-child(6) {
        order: 6;
    }
}

@media screen and (max-width: 800px) {
    .eightcolumns > .tablerow > div:nth-child(7) {
        order: 7;
    }
}

@media screen and (max-width: 800px) {
    .eightcolumns > .tablerow > div:nth-child(8) {
        order: 8;
    }
}

.eightcolumns > .tablerow > div[data-label="Preview"]::before,
.eightcolumns > .tablerow > div[data-label="Name"]::before {
    content: none;
    display: none;
}

.eightcolumns > .tablerow > div[data-label="Preview"] > img {
    border-radius: 3px;
    filter: grayscale(100%) invert(100%) brightness(500%);
}

.tablerow {
    display: grid;
    justify-items: start;
    align-items: center;
    grid-gap: 10px;
    padding: 16px;
    text-align: left;
    border-radius: 10px;
    background-color: black;
}

@media screen and (max-width: 800px) {
    .tablerow {
        align-items: start;
        border-top: 2px solid red;
    }
}

@media screen and (max-width: 800px) {
    .greenpage .tablerow {
        border-top: 2px solid #00803c;
    }
}

a.tablerow:hover {
    background-color: #1e1e1e;
}

.headerrow {
    font-size: 20px;
    line-height: 16px;
    padding: 6px 16px;
    background-color: #b40014;
    color: white;
    background-image: linear-gradient(90deg, #b40014 5%, #ff3c00 95%);
}

@media screen and (max-width: 800px) {
    .headerrow {
        display: none;
    }
}

.greenpage .headerrow {
    background-image: linear-gradient(90deg, #00803c 5%, #50c800 95%);
}

@media screen and (max-width: 800px) {
    .tablerow > div {
        width: 100%;
    }

        .tablerow > div::before {
            content: attr(data-label);
            font-weight: bold;
            margin-bottom: 0px;
            color: #b40014;
            display: block;
        }
}

.tablerow > div img {
    width: 5vh;
    min-width: 50px;
    max-width: 100px;
}

@media screen and (max-width: 800px) {
    .greenpage .tablerow > div {
        width: 100%;
    }

        .greenpage .tablerow > div::before {
            color: #00803c;
        }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinning {
    animation: spin 3s linear infinite;
}

.skinnyform {
    width: 25vw;
    margin: 15px 0;
}

@media screen and (max-width: 1000px) {
    .skinnyform {
        width: 80vw;
    }
}

.lobbylogo {
    width: 80%;
    height: auto;
    margin: -12vh auto 3vh;
    max-width: 320px;
}

@media screen and (max-width: 1000px) {
    .lobbylogo {
        width: 50%;
        max-width: none;
    }
}

@media screen and (max-width: 600px) {
    .lobbylogo {
        width: 80%;
    }
}

.searchform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vh;
    width: 50vw;
    margin: 15px 0;
}

@media screen and (max-width: 1000px) {
    .searchform {
        grid-template-columns: 2fr 1fr;
        width: 80vw;
    }
}

.windowform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 2vh;
    width: 50vw;
    margin: 15px 0;
}

@media screen and (max-width: 1000px) {
    .windowform {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr 1fr;
        width: 80vw;
    }
}

.doublespan {
    grid-column: 1 / span 2;
}

@media screen and (max-width: 1000px) {
    .windowform > .doublespan {
        grid-column: unset;
    }
}

input, textarea, select, .checkboxpanel, .ghostcheckboxpanel, .button, button {
    display: grid;
    align-items: center;
    align-content: stretch;
    width: 100%;
    padding: 8px 12px 9px;
    border: 0;
    border-radius: 10px;
    background-color: black;
}

input, textarea {
    color: #ffdcbe;
    font-style: normal;
    font-family: "myriad-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
}

    input::file-selector-button {
        border: 1px solid red;
        color: white;
        padding: 5px 10px;
        margin-right: 20px;
        border-radius: 5px;
        background-color: #282828;
    }

.checkboxpanel {
    cursor: pointer;
    position: relative;
}

.ghostcheckboxpanel {
    cursor: not-allowed;
    opacity: 0.2;
}

    .checkboxpanel input[type="checkbox"],
    .ghostcheckboxpanel input[type="checkbox"] {
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        text-indent: -999px;
        opacity: 0;
        visibility: hidden;
    }

        .checkboxpanel input[type="checkbox"]:checked + .checkboxtext::before,
        .ghostcheckboxpanel input[type="checkbox"]:checked + .checkboxtext::before {
            background-image: url("../Images/IconChecked.svg");
        }

.checkboxtext {
    display: inline-flex;
    align-items: center;
}

    .checkboxtext::before {
        display: inline-grid;
        align-items: center;
        align-content: stretch;
        width: 45px;
        height: 30px;
        margin-right: 15px;
        background-image: url("../Images/IconCheck.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: scale(1.8);
        content: "";
    }

textarea {
    height: 56px;
}

select {
    color: white;
    font-family: "myriad-pro", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

button {
    font-size: 22px;
    line-height: 22px;
    color: white;
    text-decoration: none;
    transition: 0.3s ease;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    button {
        font-size: 18px;
    }
}

button:hover {
    color: white;
    text-decoration: none;
    transition: 0.3s ease;
    text-shadow: 0px 0px 4px #ffdcbe, 0px 0px 7px #ff3c00, 0px 0px 20px red;
}

.minibutton {
    display: inline;
    font-size: 18px;
    width: 100%;
    padding: 8px 20px 9px;
    border-radius: 7px;
    background-color: #282828;
    margin: 0 0 0 -20px;
}

@media screen and (max-width: 600px) {
    .minibutton {
        display: inline-block;
        width: calc(100% + 6px);
        text-align: left;
        padding: 3px 6px 3px;
        border-radius: 5px;
        background-color: #282828;
        margin: 3px 0 0 -6px;
    }
}

.form-messageSuccess {
    color: #ffdcbe;
}

.form-invalid {
    border-color: red;
}

.quform-error {
    color: red;
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.quform-success-message {
    font-size: 20px;
    text-align: center;
}

.tips {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 0.5;
    animation: tipsintro 1s;
}

@media screen and (max-width: 1000px) {
    .tips {
        display: none;
    }
}

.tips:hover {
    opacity: 1;
    transform: scale(1.2);
}

.formtips {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 0.5;
    animation: tipsintro 1s;
}

@media screen and (max-width: 1000px) {
    .formtips {
        display: none;
    }
}

.formtips:hover {
    opacity: 1;
    transform: scale(1.2);
}

.tipstext {
    width: 20vw;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-shadow: none;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    z-index: 1;
    transition: transform 0.5s;
    transform: scale(0) rotate(-6deg);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1000px) {
    .tipstext {
        width: 60vw;
    }
}

.tips:hover .tipstext,
.formtips:hover .tipstext {
    transform: scale(1);
}

@keyframes tipsintro {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0) ease;
        opacity: 1;
    }
}

.tiptip {
    position: absolute;
}

@media screen and (max-width: 1000px) {
    .tiptip {
        display: none;
    }
}

.tiptip, .tiptip > .panelmotion, .tiptip > .panelcontent {
    cursor: help;
}

.tiptippopout {
    position: absolute;
    bottom: calc(7vh + 60px);
    right: 3.5vh;
    z-index: 1;
    transition: transform 0.7s ease, opacity 0.3s;
    transform: scale(0.5) rotate(-120deg);
    opacity: 0;
}

    .tiptippopout img {
        width: 80px;
        height: 80px;
    }

.tiptip:hover + .tiptippopout {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.tiptip:active + .tiptippopout {
    transform: scale(1.3) rotate(20deg);
}

.pagebox {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 10px;
    color: white;
    background-color: rgba(180, 180, 180, 0.1);
    padding: 10px;
}

.footerpanel {
    grid-template-columns: 1fr;
}

    .footerpanel .panelstatic {
        height: 60px;
        align-content: center;
        justify-items: center;
        text-align: center;
        padding: 0;
    }

@media screen and (max-width: 1000px) {
    .footerpanel .panelstatic {
        background-color: transparent;
    }
}

@media screen and (max-width: 600px) {
    .footerpanel .panelstatic {
        height: 3vh;
    }
}

.footerpanel img {
    height: 14px;
    width: auto;
    max-width: 80%;
}

@media screen and (max-width: 600px) {
    .footerpanel img {
        max-width: 84%;
    }
}

.navlogo {
    width: 70%;
    height: auto;
    margin: -20px auto 30px;
}

.hotboxes {
    width: 100%;
    padding: 23px 20px;
    position: absolute;
    bottom: 0;
}

.hotboxbacker {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 30vh;
    background-image: -webkit-linear-gradient(90deg, rgba(50, 50, 50, 0.9) 10%, rgba(50, 50, 50, 0.85) 20%, rgba(50, 50, 50, 0.05) 90%, rgba(50, 50, 50, 0) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(50, 50, 50, 0.9) 10%, rgba(50, 50, 50, 0.85) 20%, rgba(50, 50, 50, 0.05) 90%, rgba(50, 50, 50, 0) 100%);
    background-image: -o-linear-gradient(90deg, rgba(50, 50, 50, 0.9) 10%, rgba(50, 50, 50, 0.85) 20%, rgba(50, 50, 50, 0.05) 90%, rgba(50, 50, 50, 0) 100%);
    background-image: linear-gradient(0deg, rgba(50, 50, 50, 0.9) 10%, rgba(50, 50, 50, 0.85) 20%, rgba(50, 50, 50, 0.05) 90%, rgba(50, 50, 50, 0) 100%);
}

.hotboxframe {
    width: 98.666%;
    padding: 4px;
    margin: 1.5% 0;
    border: rgba(255, 255, 255, 0.8) 1px solid;
    border-radius: 12px;
    float: left;
    clear: both;
    position: relative;
    z-index: 1;
    transition: 1s ease;
}

.hotbox {
    height: 45px;
    width: 100%;
    font-size: 32px;
    line-height: 33px;
    text-align: right;
    max-width: none;
    color: white;
    margin: 0;
    padding: 6px 9px;
    border-radius: 7px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(30, 30, 30, 0.3);
    transition: 0.5s ease;
    overflow: hidden;
}

a > .hotboxframe > .hotbox:hover {
    transform: scale(1.3);
}

@media screen and (max-width: 600px) {
    a > .hotboxframe > .hotbox:hover {
        transform: none;
    }
}

a > .hotboxframe:hover {
    transform: scale(0.8);
    border: rgba(255, 255, 255, 0) 1px solid;
}

@media screen and (max-width: 600px) {
    a > .hotboxframe:hover {
        transform: none;
    }
}

body:has(.menu-wrap .toggler:checked) {
    overflow: hidden;
}

.menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
}

@media screen and (max-width: 1000px) {
    .menu-wrap {
        display: block;
    }
}

.menu-wrap .toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.menu-wrap .hamburger {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Hamburger line */
    .menu-wrap .hamburger > div {
        position: relative;
        width: 100%;
        height: 3px;
        border-radius: 1px 1px 2px 2px;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

        /* Top and bottom lines */
        .menu-wrap .hamburger > div:before,
        .menu-wrap .hamburger > div:after {
            content: '';
            position: absolute;
            z-index: 1;
            top: -10px;
            width: 100%;
            height: 3px;
            border-radius: 1px 1px 2px 2px;
            background: inherit;
        }

        /* Moves line down */
        .menu-wrap .hamburger > div:after {
            top: 10px;
        }

/* Toggler animate */
.menu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
}

    /* Turn Lines into X */
    .menu-wrap .toggler:checked + .hamburger > div:before,
    .menu-wrap .toggler:checked + .hamburger > div:after {
        top: 0;
        transform: rotate(90deg);
    }

/* Rotate on hover when checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
}

/* Show menu */
.menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
}

    .menu-wrap .toggler:checked ~ .menu > div {
        transform: scale(1);
        transition-duration: 0.75s;
    }

        .menu-wrap .toggler:checked ~ .menu > div > div {
            opacity: 1;
            transition: opacity 0.4s ease;
        }

.sandwich {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 55px;
    padding: 10px 50px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, rgba(10, 25, 60, 0.5) 0%, rgba(10, 25, 60, 0) 100%);
    border-radius: 7px 0 0 7px;
}

@media screen and (max-width: 600px) {
    .sandwich {
        height: 45px;
    }
}

/* Sandwich line */
.sandwich > div {
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 1px 1px 2px 2px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

    /* Top and bottom lines */
    .sandwich > div:before,
    .sandwich > div:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: -10px;
        width: 100%;
        height: 3px;
        border-radius: 1px 1px 2px 2px;
        background: inherit;
    }

    /* Moves line down */
    .sandwich > div:after {
        top: 10px;
    }

/* Toggler animate */
.expand:checked + .sandwich > div {
    transform: rotate(135deg);
}

    /* Turn Lines into X */
    .expand:checked + .sandwich > div:before,
    .expand:checked + .sandwich > div:after {
        top: 0;
        transform: rotate(90deg);
    }

/* Rotate on hover when checked */
.expand:checked:hover + .sandwich > div {
    transform: rotate(225deg);
}

.expand {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    left: 0;
    width: 65px;
    height: 63px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

@media screen and (max-width: 600px) {
    .expand {
        height: 53px;
    }
}

.submenu #hotboxnav {
    margin-top: -55px;
    font-size: 28px;
    background-color: rgba(50, 50, 50, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .submenu #hotboxnav {
        margin-top: -45px;
    }
}

.expand:checked ~ .submenu #hotboxnav {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease 0.2s, margin 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    margin-top: 3px;
}

.menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-wrap .menu > div {
        background-color: rgba(30, 30, 30, 0.3);
        border-radius: 50%;
        width: 250vw;
        height: 250vw;
        padding: 0;
        margin: 0;
        display: flex;
        flex: none;
        align-items: center;
        justify-content: center;
        transform: scale(0);
        transition: all 0.4s ease;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

        .menu-wrap .menu > div > div {
            text-align: center;
            width: 100vw;
            max-height: 100vh;
            opacity: 0;
            overflow-y: auto;
            transition: opacity 0.4s ease;
        }

@media screen and (max-width: 1000px) {
    .menu-wrap .menu > div > div {
        padding: 60px 25vw;
    }
}

@media screen and (max-width: 600px) {
    .menu-wrap .menu > div > div {
        padding: 16vw 8vw;
    }
}

.menu-wrap .menu > div > div > a:last-of-type:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
}

/*# sourceMappingURL=hyperlight.css.map */
