:root{
    --header-height: 52px;
    --mobile-header-height: 52px;

}

html {
    /*scroll-behavior: smooth;*/
    scroll-padding-top: 100px;
    overflow-y: scroll;

}

body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: var(--tether-midnight);
    color: var(--tether-periwinkle);
    /*overflow-x: hidden;*/
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

img.fit {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
    color: var(--tether-white);
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    margin: 0;
}

.center {
    text-align: center;
}

h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    /* or 110% */
    color: var(--tether-rose-white);
    text-shadow: 0px 2px 2px var(--tether-black);
    margin: 8px 0;
}

h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
}

p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

a {
    text-decoration: none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

small {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    color: white;
}

p.small {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.support-layout h2 {
    margin: 20px 0 0 0;
}

.page-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    /*max-width: 1600px;*/
    margin: 0 auto;
    background-color: inherit;
}

.header-spacer,
.page-footer {
    flex-shrink: 0;
    background-color: var(--tether-midnight);
    display: flex;
}

header.page-header {
    /*position: -webkit-sticky;*/
    position: sticky;
    width: 100%;
    z-index: 10;
    top: 0;
}

.header-spacer {
    /*height: 64px;*/
}

.page-footer {
    padding: 70px 0 78px 0;
}

.flex-wrapper {
    display: flex;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.fill-width {
    flex-grow: 1;
}

.menu-wrapper {
    float: left;
    height: 100%;
    width: 100%;
    color:white;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.menu-wrapper.mobile {
    display: none;
}

.games-carousel a {
    display: inline-block;
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
}

.games-carousel img{
    width:100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), inset 0px 2px 8px rgba(0, 0, 0, 0.25), inset 0px -2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 40px;

}

.games-carousel button {
    background: transparent;
    box-shadow: none;
}

.games-carousel {
    display: flex;
    width: 80%;
    margin: 50px auto;
    align-items: center;
}

/*.scrollable {*/
/*    display: flex;*/
/*    flex-flow: row nowrap;*/
/*    overflow-y:hidden;*/
/*}*/

.glider-slide {
    -webkit-user-drag: none;
}

div.zen_centered_wrapper {
    margin: auto;
}

div.zen_centered_wrapper > div {
    display: flex;
    justify-content: center;
}

div.zen_centered_wrapper > div > * {
    text-align: center;
}

.header-top, .header-bot{
    background: var(--tether-azure-radiance);
}

.header-top .content-wrapper {
    max-width: 1440px;
}

.page-content {
    flex-grow: 1;
}

.support-layout main{
    background-color: white;
    color: var(--tether-dove-gray);
}

.support-page-wrapper,
.job-page-wrapper {
    max-width: 1075px;
    margin: 0 auto;
}

.support-page-wrapper a {
    text-decoration: revert;
    color: revert;
}

.support-layout #faq {
    text-align: center;
    margin: 60px 0 40px 0;
}


.question_answer {
    display: flex;
}

.question_answer .question,
.jobs-accordian .job-title{
    text-align: left;
    color: var(--tether-dove-gray);
    margin: 10px 0;
    font-size: 24px;
}

.jobs-accordian button.blue {
    margin: 0 0 20px 0;
}

.accordion .panel{
    overflow-y: hidden;
    margin: 10px 0;
    max-width: 800px;
}

.accordion .right-space {
    flex: 0 0 16px;
}

.accordion-panel {
    transition: max-height 0.2s ease-in-out;
}

.accordion .panel.hidden {
    max-height: 0!important;
    margin: 0;
}

.panel-margin {
    margin: 0 auto 20px auto;
}

.rest-of-the-games {
    /*padding-top: 126px;*/
}

ul.nav {

}

.nav li.active {
    text-decoration-line: underline;
    text-underline-position: under;
}

.top {
    /*height: 600px;*/
    overflow: hidden;
    position: relative;
    background-position: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.top:before {
    border-radius: 50% 50% 50% 50% /50% 50% 50% 50%;
    position: absolute;
    top: -200px;
    content: '';
    bottom: 6px;
    /*border-bottom: 2px solid var(--tether-lucky-point);*/
    z-index: 1;
    width: 200vw;
    min-width: 2000px;
    box-shadow: 0px 4px 4px rgb(8, 54, 101), 0 0 0 70px var(--tether-midnight);
    pointer-events: none;
}

.relative {
    position: relative;
}

.no-events {
    pointer-events: none;
}

.yes-events {
    pointer-events: all;
}

.parallax-layer {
    position: relative;
}

.parallax-layer .parallax-position {
    position: absolute;
}

.parallax-layer .parallax-position > * {
    position: relative;
}

.parallax-layer .parallax-position#position1{
    bottom: 50px;
    right: 0;
}

.about .top, .careers .top, .tips-tricks .top {
    height: 222px;
    margin-bottom: 40px;
}


.benefits {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}

.benefit > div {
    margin: 0px 8px;
}

.benefit > p {
    max-width: 480px;
}

.top .bottom-of-the-top {
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 15px;
}

.appstore-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    position: relative;
}

.appstore-buttons img,
.appstore-buttons svg {
    width: 150px;
}

.top div.down-arrow {
    text-align: center;
}

.top div.down-arrow svg {
    transition: transform 100ms linear;
}

.top div.down-arrow svg:active {
    transform: scale(0.9);
}

.top div.down-arrow img {
    transform: rotate(-90deg);
}

.top div.down-arrow svg path{
    stroke: var(--tether-lucky-point);
    fill: var(--tether-lucky-point);
}

.all-games .top {
    background-color: inherit;
}

.careers .top div.down-arrow svg path,
.tips-tricks .top div.down-arrow svg path,
.about .top div.down-arrow svg path,
.all-games .top div.down-arrow svg path {
    stroke: white;
    fill: white;
}

div.review {
    background: var(--tether-mirage);
    border-radius: 20px;
    padding: 15px;
    width: 300px;
    text-align: left;
    margin: 10px;
}

.review-content h4 {
    text-align: left;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.review-content p {
    margin: 0;
    line-height: 22px;
    font-size: 16px;
}


.home .top {
    margin-bottom: 70px;
    background-position: top;
    background-size: auto 168%;
    background-repeat: no-repeat;
    background-color: rgb(207, 160, 143);
}
.home .top,
.all-games .top {
    /*height: 600px;*/
}

.all-games .top .background {
    background: linear-gradient(180deg, #011E3C 6.46%, #024385 80.29%);
}

.home  .top > .background.flex-wrapper > .left {
    flex-grow: 1;
    background-image: url("https://di13jaefauupa.cloudfront.net/media/gamebanner/WebSiteBanner_background_1920_03_leftTile.jpg");
}
.home  .top > .background.flex-wrapper > .middle {
    width: 1920px;
    background-image: url("https://di13jaefauupa.cloudfront.net/media/gamebanner/WebSiteBanner_background_1920_04.jpg");
    background-repeat: no-repeat;
    max-width: 100%;
    background-position-x: center;
}

.home  .top > .background.flex-wrapper > .right {
    flex-grow: 1;
    background-image: url("https://di13jaefauupa.cloudfront.net/media/gamebanner/WebSiteBanner_background_1920_03_rightTile.jpg");
}

.home .top > .background.flex-wrapper > div{
    background-position: center top 8%;
}

.all-games .top > .content-wrapper > .flex-wrapper {
    flex-direction: row-reverse;
    position: absolute;
    bottom: 70px;
}

.home .top > .content-wrapper > .flex-wrapper {
    flex-direction: row-reverse;
    padding: 0 0 70px 0;
}

.all-games .top .banner-text h1,
.home .top .banner-text h1 {
    font-family: "Work Sans",sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 54px;
    line-height: 60px;
    text-shadow: 0 2px 2px rgba(206,160,143,1);
    color: var(--tether-lucky-point);
}

.home .top .banner-text h1,
.home .top .banner-text p {
    margin: 0 20px;
}


.home .top .banner-text {
    color: var(--tether-lucky-point);
    padding-top: 100px;
}

.all-games .top .banner-text {
    padding-top: 200px;
    padding-left: 40px;
    width: 60%;
    margin-left: 20px;
}

.appstore-buttons img.bordered {
    border: 1px solid var(--tether-dove-gray);
    border-radius: 10px;
    margin: 2px 2px 2px 0;
}

.reviews-container {
    flex-grow: 1;
}

.gamepage .top .heading-container h1 {
    text-shadow: none;
}

.aura-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.aura {
    height: 250px;
    width: 1300px;
    background: var(--tether-alpha-azure-radiance);
    filter: blur(100px);
    position: absolute;
    bottom: -120px;
}

.large-game-module{
    box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width:350px;
    height: 500px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    position: relative;
    margin: 25px;
}

.large-game-module .tetherverse-ribbon {
    position: absolute;
    top: -2px;
    left: 20px;
    width: 57px;
    height: 57px;
    background-image: url("https://di13jaefauupa.cloudfront.net/media/tetherv-community/tetherversebluebanner1.png");
    background-size: 100%;
}

.medium-game-info-box .tetherverse-ribbon {
    position: absolute;
    top: -2px;
    left: 190px;
    width: 57px;
    height: 57px;
    background-image: url("https://di13jaefauupa.cloudfront.net/media/tetherv-community/tetherversebluebanner1.png");
    background-size: 100%;
}

.large-game-module::after {

}

.large-game-module:hover::after{
    opacity: 1;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.005) rotate(1deg) translateX(6px)
}

.grow:after {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.grow:hover::after {
    opacity: 1;
}

a.large-game-module.blitz:before {
    content: url("https://di13jaefauupa.cloudfront.net/media/characters/solitaire.png");
    position: absolute;
    left: -120px;
    top: -127px;
    z-index: -1;
    display: none;
}

@media (min-width: 1200px) {
    a.large-game-module.cube-cube:before {
        content: url("https://di13jaefauupa.cloudfront.net/media/characters/cubecube.png");
        position: absolute;
        left: 170px;
        top: 59px;
        z-index: -1;
        display: none;
    }
}

.large-game-module div {
    position: relative;
    top: 445px;
    height: fit-content;
}

.game-module-container{
    display: flex;
    max-width: 1280px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px auto;
    padding: 10px;
}


.header-top{
    top: 0px;
    height: 48px;
    position: relative;
    transition: height 0.5s;
    overflow: hidden;
    /*margin-right: calc(-1 * (100vw - 100%));*/
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}

.header-top .vertical-align {
    height: 100%;
}

.header-left, .header-right, .header-background {
    flex: 1 1 0;
}

.header-left {
    background-position: right 0;
    background-repeat: repeat-x;
    background-size: auto 640px;
}

.header-right {
    background-position: left 0;
    background-repeat: repeat-x;
    background-size: auto 640px;
}

.header-background {
    flex: 0 1 1280px;
    background-position-x: center;
    background-size: 1280px;
}

div.game-menu-wrapper {
    --height: 100px;
    background: rgba(0, 19, 38, 0.9);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*text-align: center;*/
    transition: transform 0.4s ease-in-out;
    overflow-x: scroll;
    overflow-y: hidden;
    position: sticky;
    top: var(--header-height);
    z-index: 9;
    cursor: grab;
    transform: translateY(0);
    height: var(--height);
}

.drag-scroll {
    cursor: grab;
}

.grabby-mitts {
    cursor: grabbing !important;
}

.swiper-container {
    width: 100vw;
    height: 100px;
}

.game-menu {
    display: inline-flex;
    list-style-type: none;

    /*white-space: nowrap;*/
    padding: 0;
    max-width: 100vw;
    top: 12px;
    /*transition: top 0.6s ease-in-out 0.1s;*/
    /*margin: 0 10px;*/
}

.game-menu .swiper-slide {
    width: 125px;

}

.game-menu-wrapper.headroom--unpinned {
    transform: translateY(-100%);
    height: var(--height);
}

.game-menu-wrapper.headroom--pinned {
    transform: translateY(0);
    height: var(--height);
}

.game-menu-wrapper.headroom--top {
    /*transform: translateY(0);*/
    /*height: var(--height);*/
}

.game-menu-wrapper.headroom--top.headroom--pinned {
    height: var(--height);
}

.game-menu-wrapper .glow {
    position: absolute;
    height: 100%;
    width: 60%;
    top: -140px;
    background: rgba(2,128,255,0.6);
    opacity: 1;
    filter: blur(100px);
    transform: translateX(-50%) rotate(-180deg);
    left: 50%;
}

.game-menu .game-icon {
    width: 60px;
    height: 60px;

}

.game-icon {
    flex-shrink: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*opacity: 0.6;*/
    position: relative;
    /*border: 1px solid rgba(2, 128, 255, 0.26);*/
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 2px rgba(255, 255, 255, 0.8);
    border-radius: 25%;
    background-size: cover;
    background-repeat: no-repeat;
}

.game-menu .game-icon .crown-icon {
    position: absolute;
    left: -7px;
    bottom: -5px;
}

.game-menu span {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;

    /* identical to box height, or 117% */
    text-align: center;
    letter-spacing: 0.04em;

    color: #FFFFFF;

    opacity: 0.7;

    position: absolute;

    bottom: -1.7em;

    left: 50%;

    transform: translateX(-50%);

    white-space: nowrap;
}

.game-menu a {
    display: block;
    width: 60px;
}

.banner-text {
    min-width: 352px;
}
.all-games .banner-text p {
    width: 350px;
}

.fancy-text {
    margin: 0 0 0 -100px;
}

.banner-foreground {
    width: 600px;
    height: 600px;
    top: 0;
    right: 0;
    order: 1;
    /*position: absolute;*/
}

div.background {
    width: 100%;
    position: absolute;
    height: 100%;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.header-bot{
    height: 4px;
}

div.content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

div.gutters {
    padding: 0 16px;
}

div.flush-right {
    padding-right: 0;
}

.screenshots {
    text-align: center;
    margin: 80px 0;
}

.screenshot-carousel-wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.screenshot-carousel-wrapper .left-button {
    position: relative;
    left: 40px;
    z-index: 1;
}
.left-scroll.hidden,
.right-scroll.hidden {
    visibility: hidden;
}

.screenshot-carousel-wrapper .right-button {
    position: relative;
    right: 40px;
}

.screenshot-carousel {
    overflow-x:scroll;
    overflow-y:hidden;
    white-space: nowrap;
}

.screenshot-carousel img{
    width: calc((100%/3) - 4px - 24px);
    border: 1px solid var(--tether-green-haze);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    box-sizing: border-box;
    margin: 6px 12px;
    scroll-snap-align: center;
}

ul.nav > li.item {
    float: left;
    display: block;
    margin: 0 0 0 16px;
    font-family: 'Work Sans', sans-serif;
}

.rollover{
    opacity: 0;
    height: inherit;
}

@media (hover: hover) {
    .rollover:hover {
        opacity: 1;
        transition: 0.4s ease-in-out;
    }
}

/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 9; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: black;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.modal.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Modal Content/Box */
.modal-content {
    position: absolute;
}

.modal-content.hidden {
    opacity: 0;
    pointer-events: none;
}

.game-rules.modal-content{
    display: inline-flex;
    position: fixed;
    top: 80px;
    z-index: 30;
    transform: translateX(-50%);
    left: 50%;
    font-size: 0;
}

.game-rules .scrollable {
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    border-radius: 20px;
    width: 300px;
}


div.game-rules-button {
    text-align: center;
    padding: 10px 0 0 0;
}

.fading-wrapper {
    position: relative;
    height: calc(100% - 50px);
    /*padding: 20px 0 0 0;*/
}

.fading-wrapper:after {
    content: '';
    width: 100%;
    height: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(rgba(30, 35, 58, 0),rgba(30, 35, 58, 1));
}

.fading-wrapper:before {
    content: '';
    width: 100%;
    height: 10%;
    position: absolute;
    left: 0;
    top: 0;
    /*bottom: 0;*/
    pointer-events: none;
    background: linear-gradient(rgba(30, 35, 58, 1),rgba(30, 35, 58, 0));
    z-index: 1;
}

.description .scrolling {
    position: relative;
    /*padding: 10% 0;*/
    /*height: 70%;*/
    height: 100%;
}

.description .description-section {
    margin: 20px 0 20px 0;
}

.description p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.description ul,
.description ol {
    margin: 0;
    padding: 0;
    padding-inline-start: 1em;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: white;
}


.description .description-image {
    float: left;
    width: 70px;
    margin-right: 10px;
}

.description .description-text {
    float: left;
    width: calc(100% - 90px);
}

.description h3 {
    margin: 0;
}

/*.description .scrolling img {*/
/*    float: left;*/
/*    margin: 0 0 100% 0;*/
/*    width: 90px!important;*/
/*}*/

.carousel {
    display: flex;
}

.carousel .scrollable {
    overflow-x:scroll;
    overflow-y:hidden;
    white-space: nowrap;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    position: relative;
}

.game-rules.modal-content .scrollable img.screenshot {
    width: 100%;
    object-fit: scale-down;
    scroll-snap-align: start;
}

.game-rules.modal-content img.close {
    position: absolute;
    right: 10px;
    height: 22px;
    top: 10px;
    width: auto;
    cursor: pointer;
    scroll-snap-align: none;
}

.how-to {
    padding: 0 16px;
}

.game h2.center {
    text-align: center;
    margin: 40px 0 30px 0;
}

.how-to > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}


.how-to div.description {
    min-width: 330px;
    margin: 0 20px 0 0;
    flex-grow: 1;
    max-width: 490px;
}

.how-to div.scrolling {
    overflow-y: scroll;
}

.disable-scrollbars::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
    display: none;
}

.disable-scrollbars {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.scroll-container{
    overflow: hidden;
}

.how-to div.video {
    position: relative;
    min-width: 0;
    margin: 10px auto;
    flex-shrink: 5;
}

.how-to div.video div.glow {
    background: rgba(2, 128, 255, 0.1);
    border: 4px solid var(--tether-rhino);
    filter: blur(80px);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.how-to video {
    width: 100%;
    height: inherit;
    border: 4px solid var(--tether-east-bay);
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    object-fit: cover;
    outline: none;
}

video:fullscreen {
    object-fit: contain;
}

.how-it-works {
    margin: 70px;
}

.how-it-works > div > div {
    height: 373px;
    width: 342px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.blurbs a {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    text-align: center;
    text-transform: uppercase;

    color: var(--tether-azure-radiance);

    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
}

.blurbs {
    position: absolute;
    width: 220px;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
}

.how-it-works .match {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/characters/match.png");
}

.how-it-works .play {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/characters/play.png");
}

.how-it-works .win {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/characters/win.png");
}

.join-the-community {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/tetherv-community/TetherverseCommunityIcon2.png");
    height: 487px;
    width: 487px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    max-width: 100%;
}

.join-the-community .blurbs {
    width: 100%;
    top: 290px;
}

.community-divider-margin {
    margin: 0 auto;
    max-width: 395px;
}

.community-divider {
    margin: 0 8px;
    border: 1px solid #32436F;
}

.how-it-works h1 {
    text-align: center;

}

.how-it-works > div {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.how-it-works > div > div {
    text-align: center;
}

.how-it-works > div > div > h1,
.how-it-works > div > div > p {
    position: relative;
    top: -165px;
    width: 50%;
    margin: 0 auto;
}

.how-it-works img {

}

.careers .contact {
    text-align: center;
    margin: 100px;
}
.careers .contact p {
    margin: -5px 0 20px;
}

.careers .now-hiring,
.careers .top h1,
.about .top h1 {
    text-align: center;
    margin: 8px 0;
}

.job-category h1 {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    text-shadow: none;
    color: #FFFFFF;
}

.job-category h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
}

.job-category .hiring h2 {
    color: white;
}

.careers .top h1,
.about .top h1{
    z-index: 1;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.careers .jobs {
    margin: 0 0 40px 0;
}

.careers .now-hiring {
    margin: 60px 0 30px 0;
}

.job-categories {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.job-category {
    border-radius: 20px;
    /*flex: 1 0 45%;*/
    height: 220px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    position: relative;
}

.job-category a {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.careers .glow,
.about .glow{
    background: var(--tether-east-bay);
    filter: blur(100px);
    width: 20%;
    height: 50px;
    position: absolute;
    bottom: 0;
    /* margin: 0 auto; */
    left: 50%;
    transform: translateX(-50%);
}

.job-category h2 {
    color: rgba(255, 255, 255, 0.5);
}

a .job-category h2 {
    color: white;
}

.job-category.production,
.job-category.product {
    background: rgba(2, 128, 255, 1);
}

.job-category.art {
    background: rgba(2, 128, 255, 0.5);
}

.job-category.tech {
    background: rgba(228, 94, 104, 0.5);
}

.job-category.design,
.job-category.marketing {
    background: rgba(103, 65, 246, 0.5);
}

.email-signup {
    text-align: center;
    margin: 40px 0 0 0;
}

.legal p,
.legal ul,
.legal ol {
    font-size: 14px;
    line-height: 24px;
}

.legal h1 {
    margin: 60px 0 10px 0;
}

.legal h4 {
    margin: 20px 0 10px 0;
}

input[type="email"]{
    line-height: 1.58em;
}

/*absolutely positioned buttons will need a wrapper element for the positioning, due to the relative positioning being used for button bounce*/
button{
    position: relative;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 6.98%;


    border-radius: 1em/50%;
    border: none;

    padding: 0.2em 0.9em;
    line-height: 1.67em;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0.2em 0 0 var(--tether-selago), 0 0.3em 0.3em rgba(0,0,0,0.25);
    color: white;
    background: var(--tether-selago);
    cursor: pointer;
    white-space: nowrap;
}

button.red {
    background: var(--tether-mandy);
}

button.special {
    border-radius: 40px;
    box-shadow: 0 0.2em 0 0 var(--tether-mojo), 0 0.3em 0.3em rgba(0,0,0,0.25);
    padding: 8px calc(50px + 1em) 8px 1em;
    order: 2;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    /*line-height: 50px;*/
    /* padding: 0 0 2px 0px; */
}


button.special:after {
    background-color: var(--tether-froly);
    border-radius: 0 40px 40px 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    box-shadow: 0 0 30px 2px rgba(228,94,104,0.3);
    padding: .7em 0;
    background-image: url(https://di13jaefauupa.cloudfront.net/media/icons/arrowRIGHT_icon24.png);
    background-repeat: no-repeat;
    background-position: right 65% top 50%;
}

button.special.game-rules:after {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/icons/icon-questionmark.png");
}

.employee .rollover .decoration {
    position: absolute;
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.employee .rollover .decoration.bleep1 {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/characters/slime-bleep-excited%201.png");
    left: -105px;
    top: 164px;
}

.employee .rollover .decoration.bleep2 {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/characters/slime-bleep-excited2.png");
    top: 100px;
    left: 230px;
}

.employee .rollover .decoration.blop1 {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/characters/slime-blop-excited%201.png");
    top: 278px;
    left: 31px;
}

.employee .rollover .decoration.blop2 {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/characters/slime-blop-excited2.png");
    top: -66px;
    left: 125px;
}

button.purple {
    box-shadow: 0 0.2em 0 0 var(--tether-purple-heart), 0 0.3em 0.3em rgba(0,0,0,0.25);
    background: var(--tether-royal-blue);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
}

button.blue {
    background: var(--tether-azure-radiance);
    box-shadow: 0 0.2em 0 0 var(--tether-science-blue),0 0.3em 0.3em rgba(0, 0, 0, 0.25);
    /*box-shadow: 0 0.3em 0.3em rgba(0,0,0,0.25);*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 10px;
}

button.learn-more > span {
    color: var(--tether-azure-radiance);
}

button > span {
    color: white;
    font-weight: 500;
    font-size: 18px;
}

button > span.icon {
    margin: 5px 10px 5px 0;
}

button.learn-more > span.icon {
    margin: 5px 0px 1px 5px;
}

.grey-blue button.accordion {
    height: 40px;
    width: 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    /*background-color: #666565;*/
    margin: 10px 10px 10px 20px;
    border-radius: 50%;
    background: var(--tether-dove-gray) url("https://di13jaefauupa.cloudfront.net/media/icons/arrowdown_icon24.png") no-repeat center/calc(100% / 3);
    /*background-size: 14px;*/
}

.grey-blue button.accordion.active {
    background: var(--tether-azure-radiance) url("https://di13jaefauupa.cloudfront.net/media/icons/arrowdown_icon24.png") no-repeat center/calc(100% / 3);
    transform: rotate(180deg);
    box-shadow: 0 -2px 2px rgba(0,0,0,0.25);
    /*background-size: 14px;*/
}

.grey-blue button.accordion.active > img {
    transform: rotate(180deg) translate(+50%, +50%);
}

.grey-blue button.accordion > img {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.left-scroll,
button.right-scroll {
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

button.left-scroll.blue,
button.right-scroll.blue {
    box-shadow: 0 0.3em 0.3em rgba(0,0,0,0.25);
}

button.left-scroll.gray,
button.right-scroll.gray {
    box-shadow: 0 0.3em 0.3em rgba(0,0,0,0.25);
    background-color: transparent;
}

button.left-scroll {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/icons/back%20to%20top_button64-left.png");
}

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

/*.screenshot-carousel-wrapper button.left-scroll,*/
/*.screenshot-carousel-wrapper button.right-scroll {*/
/*    background-color: rgba(0,0,0,0);*/
/*    box-shadow: none;*/
/*}*/

button.left-scroll:active,
button.right-scroll:active {
    box-shadow: none;
}

button.right-scroll {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/icons/back%20to%20top_button64.png");
}

button:active{
    box-shadow: 0 0.3em 0.3em rgba(0,0,0,0.25);
    top: 0.2em;
}

button:focus{
    outline: none;
}

img.logo{
    width: 117.6px;
    height: 38.4px;
}

ul.nav {
    padding-inline-start: inherit;
}

div.help-buttons {
    padding: 1em 0;
    flex-flow: row wrap;
    display: flex;
}

header div.social {
    float: right;
    padding: 0 0 5px 0;
    opacity: 0.7;
}

div.social span.text {
    display: none;
}

div.social {
    padding: 1em 0;
    color: white;
}

.help-buttons a, .social a  {
    margin: 1em 1em;
}

.social svg,
.social img {
    vertical-align: middle;
    height: 18px;
    width: 26px;
}

.curve {
    position: relative;
    overflow: hidden;
    height: 80px;
}

.curve::before {
    border-radius: 100%;
    position: absolute;
    right: -200px;
    left: -200px;
    top: -200px;
    content: '';
    bottom: 0;
}

.support-layout main h1,
.support-layout main h2,
.support-layout main h3,
.support-layout main h4,
.support-layout main h5,
.support-layout main h6 {
    color: var(--tether-dove-gray);
    text-shadow: none;
}

.support-layout main h1,
.support-layout main h3 {
    margin: 17px 0 8.5px 0;
}

.support-layout main h3 {
    font-size: 24px;
    line-height: 38px;
}

.support-layout li {
    line-height: 26px;
}

.support input[type="text"] {
    border: 1px solid var(--tether-dove-gray);
    box-sizing: border-box;
    border-radius: 30px;
    background-image: url("https://di13jaefauupa.cloudfront.net/media/icons/icon-search.png");
    background-repeat: no-repeat;
    background-position: 5px;
    font-size: 20px;
    line-height: 40px;
    padding-left: 40px;
}

.fourohfour {
    background: var(--tether-alabaster);
    border-radius: 30px;
    text-align: center;
    width: 600px;
    margin: 30px auto;
    max-width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}

.fourohfour img {
    margin: 25px;
}

.fourohfour h1,
.fourohfour h3 {
    color: var(--tether-dove-gray);
    text-shadow: none;
}

.ss-search-form {
    text-align: center;
}

.support-layout .curve::before {
    background-color: white;
}

.job h1 {

}

.job .title h1 {
    margin: 40px 0 8px 0;
}

.job .title h3 {
    margin: 8px 0 40px 0;
}

.jobs-accordian {
    max-width: 1075px;
    margin: 0 auto;
    display: flex;
}

.jobs-accordian li {
    font-size: 18px;
    line-height: 26px;
}

.jobs-accordian p {
    max-width: 800px;
}

.browse-all-games {
    text-align: center;
    margin: 0 0 80px 0;
}

 .curve::before {
    background-color: inherit;
}

 .employee .portrait {
     height: 154px;
     width: 154px;
     border-radius: 50%;
 }

 .employee {
     height: 100%;
     width: 100%;
     text-align: center;
 }

 .employee .employee-inner h3 {
     margin: 20px 0 10px 0;
 }

.employee .employee-inner h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

 .employees-wrapper {
     display: flex;
     flex-flow: row wrap;
     justify-content: center;
     margin: 50px 0 80px 0;
 }

 .employees-wrapper .rollover {
     height: inherit;
     width: inherit;
     background: rgba(27, 31, 52, 0.76);
     box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
     border-radius: inherit;
     transition: 0.3s ease-in-out;
     /*z-index: 3;*/
     position: absolute;
 }

@media (hover: hover) {
    .employee .rollover:hover {
        opacity: 1;
    }
}

 .employee div.tags {
     /*bottom: 1em;*/
     /*position: absolute;*/
     text-align: left;
 }

.employee .tags span {
    display: inline-block;
    padding: 2px 10px;
    margin: 2px 0;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    border-radius: 10px;
    white-space: pre;
}

 .card-wrapper {
     position: relative;
 }

 .employees-wrapper .card-wrapper {
     height: 278px;
     width: 247px;
     background: var(--tether-east-bay);
     box-shadow: 0 4px 6px rgba(0,0,0,0.6);
     border-radius: 10px;
     margin: 10px;
     flex-basis: auto;

 }

.employee .rollover .padding {
    padding: 20px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.about .heading {
    margin: 50px 0;
}

.about .heading h1 {
    margin: 8px;
}

.employees-wrapper p {
    height: 70%;
    overflow: hidden;
    text-align: left;
}

.employee-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.center-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

 .who-we-are {
     text-align: center;
     margin: 80px auto;
     max-width: 800px;
 }

 .who-we-are p {
     text-align: center;
     max-width: 650px;
     margin: 10px auto;
 }

 .get-in-touch {
     margin: 100px auto;
     max-width: 800px;
     text-align: center;
 }

 .get-in-touch p {
     margin: 10px auto;
 }

 .check-us-out {
     text-align: center;
     margin: 100px auto 0 auto;
     max-width: 800px;
 }

 .card-wrapper > div {
     position: absolute;
 }

 .benefits .benefit {
     /*display: flex;*/
     text-align: center;
     flex: 0 1 320px;
     margin: 10px;
     white-space: nowrap;
 }

 .related-games {

 }

 .related-games > div {
     display: flex;
     margin: 20px auto 80px auto;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
 }

 .related-games h1 {
     text-align: center;
 }

#mc_embed_signup input.email {
    border: 1px solid var(--tether-silver-chalice);
    box-sizing: border-box;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    /* or 158% */
    padding: 0.2em 0.9em;
    color: var(--tether-silver-chalice);
    width: 300px;
}

.heading-container {
    margin: 10px 0 5px 0;
}

#mailchimp-submit-button {
    /*display: inline-block;*/
}

#mc_embed_signup{
    clear:left;
    width:100%;
    margin: 1em 0 1em 0;
}

 .medium-game-info-box {
     width: 275px;
     position: relative;
     margin: 20px;
 }

 .medium-game-info-box img.background {
     border-radius: 30px;
     box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
     width: 275px;
 }

 .medium-game-info-box img.icon{
     position: absolute;
     border-radius: 30px;
     top: 10px;
     left: 10px;
     width: 125px;
     box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
 }

 .medium-game-info-box h3{
     position: absolute;
     left: 7.25%;
     text-align: left;
     width: 70%;
     text-shadow: 0 2px 1px var(--tether-black);
     font-size: 24px;
     line-height: 28px;
     top: 180px;
 }

 img.promo-left {
     position: absolute;
     left: 50%;
     transform: translate(calc(-50vw - 10%), -10%);
     max-width: 50vw;
     mix-blend-mode: overlay;
     opacity: 0.3;
 }

 img.promo-right {
     position: absolute;
     right: 50%;
     transform: translate(calc(50vw + 10%), -10%);
     max-width: 50vw;
     mix-blend-mode: overlay;
     opacity: 0.3;
 }

 .oval-container {
     text-align: center;
     position: relative;
     max-width: 100vw;
     overflow-x: hidden;
 }

 .support-layout .oval-container {
     overflow-x: hidden;
     overflow-y: hidden;
 }

 .oval-background-bottom {
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 50%;
     background-color: var(--tether-midnight);
 }

 .oval-background-top {
     position: absolute;
     top: 0;
     width: 100%;
     height: 50%;
 }

 .oval-position .oval-container {
     position: absolute;
     width: 100%;
     top: 0;
     height: 100px;
 }

.oval-position .oval-container.mysteriously-glowing-oval {
     top: -150px;
     height: 250px;
 }

 .oval-spacer {
     height: 100px;
 }

.oval {
    border-radius: 50% 50% 50% 50% /50% 50% 50% 50%;
    /*background-color: pink;*/
    background-color: linear-gradient(#193469, var(--tether-midnight) );
    width: 250vw;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    /*noinspection CssInvalidPropertyValue*/
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    min-width: 2000px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.oval.half {
    border-radius: 0% 0% 50% 50% /50% 50% 50% 50%;
    /*position: absolute;*/
    background-color: transparent;
    bottom: 0;
    height: 1500px;
    position: absolute;
    box-shadow: none;
}

.careers .oval.half {
    background-color: transparent;
}

.support-layout .oval.half {
    background-color: white;
}

.oval-position {
    position: relative;
}

.oval-content {
    margin: 80px auto;
    max-width: 100vw;
    pointer-events: auto;
}

.game-pieces-background {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: overlay;
    opacity: 0.9;
}

.cube-background {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.footer-highlight {
    position: absolute;
    width: 500px;
    height: 50px;
    background: var(--tether-east-bay);
    filter: blur(100px);
    transform: rotate(-180deg) translateX(50%);
    left: 50%;
    bottom: 0;
}

.footer-highlight.footer-highlight-top {
    top: 0;
}

.gamepage .top .footer-highlight {
    bottom: 0;
}

.slogan {
    margin: 8px 0;
}

.twitter-wrapper {
    background: var(--tether-east-bay);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
    display: inline-block;
    width: 630px;
}

button.twitter svg.twitter {
    height: 18px;
    width: 18px;
    margin: 5px;
}
button.facebook svg.facebook {
    height: 18px;
    width: 18px;
    margin: 5px;
}

 h2.game-news {
    margin: 20px;
}

.menu-button {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/icons/icon-hamburgermenu.png");
    width: 24px;
    height: 24px;
    margin: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

.menu-button.active{
    background-image: url("https://di13jaefauupa.cloudfront.net/media/icons/icon-close-fat.png");
}

.video-module-grid {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tip-video-module {
    width: 700px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    flex: 0 0 45%;
    margin: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.25);
}

.tip-video-module .box-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5), inset 0px 4px 4px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.tip-video-module .banner {
    width: 100%;
    background: linear-gradient(180deg, #7F18A1 0%, #661386 100%);
    height: 70px;
    padding: 10px 10px;
    box-sizing: border-box;
    white-space: normal;
    position: relative;
}
.tip-video-module .banner h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
.tip-video-module .banner .subtitle {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.banner {
    color: white;
}
.ecv {
    flex-basis: 67%;
    margin: 50px 0 0 0;
}
.featured-video {

}
.tip-video-module.featured {
    margin: 30px auto;
}
img.poster {
    width: 100%;
    object-fit: cover;
}
.play-button-wrapper {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0 ,-50%);
    height: 53px;
}
.play-button-wrapper img {
    height: 100%;
}
.play-button-halo {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
}
.play-button-circle {
    background: white;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-button-triangle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.featured-info {
    width: 38%;
}
.featured-info > img {
    width: 100%;
}

.tips-tricks .email-signup img {
    margin-bottom: 10px;
}


.tips-tricks div.top div.center.content-wrapper.gutters div.gutters {
    margin: 50px auto;
}

.tips-tricks .top > .flex-wrapper {
    width: 100%;
    z-index: 1;
}
.tips-tricks .video-player-position {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 30;
    pointer-events: none;
}
.tips-tricks .video-player {
    overflow: hidden;
    visibility: visible;
    background-color: var(--tether-mirage);
    pointer-events: visible;
}
.tips-tricks .video-player.hidden {
    visibility: hidden;
}
.tips-tricks .video-player video {
    width: 100%;
}
.tips-tricks .video-player .banner {
    background: linear-gradient(180deg, #EC6270 0%, #DF5163 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 6px 20px;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.tips-tricks .carousel {
    justify-content: center;
}

.tips-tricks .oval-container {
    height: 40px;
}

.responsive-video {
    width: 640px;
    height: 480px;
}

@media (max-width: 640px) {
    .responsive-video {
        width: 320px;
        height: 240px;
    }
}


.tips-tricks .video-player .banner .close {
    background-image: url("https://di13jaefauupa.cloudfront.net/media/icons/icon-close-fat.png");
    position: absolute;
    height: 25px;
    width: 25px;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
}

.curve-spacer {
    /*height: 50px;*/
}

@media only screen and (max-width: 768px) {

    .tips-tricks .video-player-position {
        top: var(--header-height);
        transform: none;
    }

    .tips-tricks .top > .flex-wrapper {
        flex-direction: column-reverse;
    }
    .tips-tricks .scrollable .tip-video-module {
        width: 186px;
        height: 261px;
        flex-shrink: 0;
        margin: 20px 15px 20px 2px;
    }
    .tips-tricks .scrollable .play-button-halo {
        transform: translate(-50%, -72%) scale(0.5)
    }
    .tips-tricks .tip-video-module.featured {
        width: 100%;
        flex-shrink: 0;
    }
    .tips-tricks .featured-info {
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .tips-tricks .featured-info img {
        display: none;
    }
    .tips-tricks .tip-video-module .banner {
        height: 70px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices and smaller */
@media only screen and (max-width: 980px) {

    .how-it-works {
        margin: 70px auto;
    }

    .menu-button {
        display: block;
    }

    .banner-foreground {
        width: unset;
        height: unset;
        position: relative;
        bottom: unset;
        right: unset;
        text-align: center;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0%;
        display: flex;
        justify-content: center;
        min-height: 0;
        order: 0;

    }

    .banner-foreground img {
        object-fit: contain;
        display: none;
    }

    .fancy-text {
        margin: initial;
    }

    .fancy-text img {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .banner-text {
        width: 100%;
        position: relative;
        left: inherit;
        top: inherit;
        margin: inherit;
        text-align: center;
        /*flex-grow: 1;*/
        padding: 0;
    }

    .twitter-wrapper {
        width: 300px;
    }

    .help-buttons a {
        flex-basis: 50%;
    }

    .header-top ul.nav > li.item {
        float: none;
    }

    .menu-wrapper.mobile {
        width: 100%;
        text-align: center;
        display: block;
        opacity: 1;
        transition: max-height ease-in-out 0.5s;
        max-height: 0;
    }

    .header-top.expanded .menu-wrapper.mobile {
        max-height: 188px;
    }

    .menu-wrapper.desktop {
        display: none;
    }

    header .mobile div.social {
        float: unset;
    }

    .menu-button {
        display: block;
    }

    .gamepage .top .heading-container {
        margin-top: 0;
    }

    .gamepage .top .content-wrapper .flex-wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }

    .how-to > div {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .how-to div.description {
        width: 100%;
        margin: 0 auto;
    }

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

    .description p,
    .description ol,
    .description ul {
        font-size: 16px;
    }

    .gamepage .top .heading-container h1,
    .gamepage .top .heading-container h3 {
        text-align: center;
    }

    .gamepage .top {

        padding: 0 16px;
    }

    .how-to video {
        width: 100%;
    }

    .how-to div.video {
        max-width: 100%;
    }

    .screenshot-carousel-wrapper .left-button,
    .screenshot-carousel-wrapper .right-button{
        display: none;
    }

    .screenshot-carousel img {
        width: 30%;
    }

    .games-carousel {
        display: none;
    }

    .game-pieces-background {
        width: 100vw;
        height: auto;
    }

    .gamepage .top .appstore-buttons-container {
        position: relative;
        margin: 0 0 45px 0;
        order: 1;
    }

    .oval-content {
        margin: 50px auto;
        max-width: 100vw;
    }


    .reviews-container {
        display: none;
    }

    .fill-width-mobile {
        flex-grow: 1;
    }

    #mailchimp-submit-button {
        display: block;
    }
    div.game-menu-wrapper {
        display: none;
    }

    .game-rules div.left-scroll {
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-110%);
    }
    .game-rules div.right-scroll {
        position: absolute;
        bottom: -70px;
        right: 50%;
        transform: translateX(110%);
    }
    .all-games .top,
    .home .top {
        background-size: 220% auto;
        background-position: top;
        /*height: 850px;*/
    }

    .home .top .content-wrapper > .flex-wrapper {
        flex-direction: column;
        position: relative;
        bottom: unset;
        padding-top: 50px;
    }

    .all-games .top .flex-wrapper.content-wrapper {
        flex-direction: column-reverse;
        position: relative;
        bottom: unset;
        padding-top: 40px;
    }

    .all-games .top > .background.flex-wrapper > div,
    .home .top > .background.flex-wrapper > div{
        background-position-y: top;
    }

    .all-games .top .banner-text,
    .home .top .banner-text {
        padding-top: 0;
    }

    .home .top .banner-text {
        margin: 0 auto 0px auto;
    }

    .all-games .top .banner-text {
        margin: 20px auto 75px auto;
        padding-left: unset;
    }

    .all-games .top .banner-characters,
    .home .top .banner-characters {
        margin: 0 auto 0 auto;
        text-align: center;
    }
    .all-games .top .banner-characters img,
    .home .top .banner-characters img{
        max-width: 100%;
    }

    .all-games .banner-text p,
    .home .banner-text p {
        margin: 0 auto;
    }
    .header-background {
        background-size: cover;
    }
    .appstore-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    .video-player-modal {
        visibility: hidden;
        pointer-events: none;
    }
    .job-category {
        width: 300px;
        height: 140px;
        border-radius: 10px;
        margin: 12px;
    }
    .job-category h1 {
        font-family: Work Sans;
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        text-shadow: none;
        margin: 0;

        color: #FFFFFF;
    }
    .job-category h2 {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        text-shadow: none;
        margin: 0;

        color: #FFFFFF;
    }
    .benefits {
        flex-direction: column;
    }
    .benefits .benefit {
        flex: 0 0 200px;
    }
    .careers .contact {
        margin: 40px 0 0 0;
    }
    .grey-blue button.accordion {
        height: 30px;
        width: 30px;
        background: var(--tether-dove-gray) url("https://di13jaefauupa.cloudfront.net/media/icons/arrowdown_icon24.png") no-repeat center/calc(100% / 3);
        margin: 10px 8px;
    }
    .grey-blue button.accordion.active {
        background: var(--tether-azure-radiance) url("https://di13jaefauupa.cloudfront.net/media/icons/arrowdown_icon24.png") no-repeat center/calc(100% / 3);
    }
    .question_answer .question, .jobs-accordian .job-title {
        text-align: left;
        color: var(--tether-dove-gray);
        margin: 10px 0;
        font-size: 24px;
        line-height: 28px;
    }
    .support-layout p,
    .support-layout li {
        font-size: 14px;
        line-height: 20px;
    }

    .tip-video-module {
        flex: 1 0 45%;
    }
}

@media only screen and (min-width: 600px) {
    .help-buttons a {
        flex-basis: unset;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

@media (min-width: 320px) and (max-width: 480px) {

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .screenshot-carousel img {
        width: 70%;
    }
    .all-games .top .banner-text h1,
    .home .top .banner-text h1{
        font-weight: 800;
        font-size: 30px;
        line-height: 36px;
        text-shadow: 0 2px 2px rgba(206,160,143,1);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -5px;
    }

    .fancy-text img {
        max-width: 375px;
    }
    .heading-container h2 {
        font-size: 30px;
    }
    .heading-container p {
        font-size: 16px;
        line-height: 24px;
    }
    .appstore-buttons img,
    .appstore-buttons svg {
        width: 133px;
    }
    .all-games .top,
    .home .top {
        /*height: 610px;*/
    }
}

@media only screen and (max-width: 700px){
    .all-games .top > .background.flex-wrapper > .middle,
    .home .top > .background.flex-wrapper > .middle {
        background-size: calc(5/4 * 200vw);
    }
}

.email-signup-box {
    background: #0d2345;
    border: 1.5px solid #4a6fa1;
    border-radius: 16px;
    padding: 25px;
    min-width: 200px;
    max-width: 90%;
    margin: 32px auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.email-signup-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.email-signup-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.email-icon {
    width: 130px;
    height: auto;
    display: block;
}

.signup-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    margin: 0 0 2px 0;
}

.signup-subtitle {
    color: #b8c7e0;
    font-size: 1em;
    margin: 0 0 0 0;
}

.signup-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

@media (max-width: 600px) {
    .signup-form {
        flex-direction: column;
        align-items: stretch;
    }

    .signup-input
    {
        width: 100%;
        box-sizing: border-box;
    }

    .signup-button {
        width: 140px;
        box-sizing: border-box;
        margin: auto;
    }

    .email-icon {
        width: 80px;
        height: auto;
        display: block;
    }
    .email-signup-box {
        background: #0d2345;
        border: 1.5px solid #4a6fa1;
        border-radius: 16px;
        padding: 10px;
        min-width: 200px;
        max-width: 90%;
        margin: 32px auto;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }
}

.signup-input {
    flex: 1;
    padding: 10px 16px;
    border-radius: 24px;
    border: none;
    font-size: 1em;
    background: #f4f7fa;
    color: #222;
    outline: none;
}

.signup-button {
    background: #0074f6;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 10px 24px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: 0 2px 0 #fff3;
}

.signup-button:hover {
    background: #005fcc;
}

.poll-link-box {
    background: #0d2345;
    border: 1.5px solid #4a6fa1;
    border-radius: 16px;
    padding: 32px 36px;
    min-width: 200px;
    max-width: 90%;
    margin: 32px auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.poll-link-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

@media (max-width: 600px) {
    .poll-link-box table {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .poll-link-box tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .poll-link-box td {
        flex: 0 1 auto;
        min-width: 0;
        box-sizing: border-box;
        text-align: center;
        padding-left: 0 !important;
        margin:auto;
    }
    .poll-link-box td:last-child {
        flex-basis: 100%;
        width: 100%;
        display: block;
        margin-top: 12px;
    }
    .poll-link-box .signup-button {
        width: 100% !important;
        margin: 0 auto;
    }
}

    /* Mailchimp inline layout: input + submit on a single row, stack on small screens */
#mc_embed_signup-service-update #mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center; /* center table content � change to flex-start if you want left-aligned */
    flex-wrap: nowrap;
    width: 100%;
}

/* Let the email input grow, keep the button its natural width */
#mc_embed_signup-service-update input.email {
    flex: 1 1 360px; /* grows, but has a sensible min width */
    min-width: 180px;
    margin: 0;
    box-sizing: border-box;
}

/* keep the button from stretching */
#mc_embed_signup-service-update #mailchimp-submit-button {
    flex: 0 0 auto;
    margin: 0;
}

/* mobile: stack and full-width button */
@media (max-width: 600px) {
    #mc_embed_signup-service-update #mc_embed_signup_scroll {
        flex-wrap: wrap;
        justify-content: center;
    }

    #mc_embed_signup-service-update input.email {
        flex-basis: 100%;
        order: 0;
    }

    #mc_embed_signup-service-update #mailchimp-submit-button {
        flex-basis: 100%;
        margin-top: 12px;
        padding-left: 0px;
    }

        #mc_embed_signup-service-update #mailchimp-submit-button .signup-button {
            width: 100% !important;
            box-sizing: border-box;
        }
}