#tt_gamewrapper {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

#tt_gamewrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#tt_game {
    font-size: 1em;
    position: relative;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#tt_game .tt_card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 1em 1em;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    -webkit-transform: translate3d(150%, 0, 0) scale (1);
    transform: translate3d(150%, 0, 0) scale (1);
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.05);
    -moz-transform: translate3d(150%, 0, 0) scale (1);
    -ms-transform: translate3d(150%, 0, 0) scale (1);
    -o-transform: translate3d(150%, 0, 0) scale (1);
}

#tt_game .tt_placeholder {
    position: relative;
    visibility: hidden;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: -1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#tt_gamewrapper.loading .tt_card {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-transform .75s cubic-bezier(0, 1, .95, 1), -webkit-filter .35s linear;
    transition: -webkit-transform .75s cubic-bezier(0, 1, .95, 1), -webkit-filter .35s linear;
    -o-transition: transform .75s cubic-bezier(0, 1, .95, 1), filter .35s linear;
    transition: transform .75s cubic-bezier(0, 1, .95, 1), filter .35s linear;
    transition: transform .75s cubic-bezier(0, 1, .95, 1), filter .35s linear, -webkit-transform .75s cubic-bezier(0, 1, .95, 1), -webkit-filter .35s linear;
}

#tt_gamewrapper.gameReady .tt_card {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

#tt_gamewrapper.gameReady .tt_card.completed {
    transform-origin: center;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.6, 0.0, 0.4, 1);
    transition: -webkit-transform .5s cubic-bezier(0.6, 0.0, 0.4, 1);
    -o-transition: transform .5s cubic-bezier(0.6, 0.0, 0.4, 1);
    transition: transform .5s cubic-bezier(0.6, 0.0, 0.4, 1);
    transition: transform .5s cubic-bezier(0.6, 0.0, 0.4, 1), -webkit-transform .5s cubic-bezier(0.6, 0.0, 0.4, 1);
}

#tt_gamewrapper.gameReady:after {
    opacity: 0;
    visibility: hidden;
}

.tt_question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.tt_question p {
    text-transform: uppercase;
    line-height: 1.3em;
    color: #000;
    margin: 0;
}

.tt_game_card {
    position: relative;
    overflow: hidden;
}

.tt_game_card .button {
    border: 1px solid #fff;
    display: table;
    margin: 0 auto;
    padding: 0.5em 1.5em;
    min-width: 0;
    font-size: 1em;
    position: relative;
    z-index: 3;
    border-radius: 1em;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.tt_section_this,
.tt_section_that {
    color: #fff;
    text-align: center;
    position: relative;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.tt_this,
.tt_that {
    font-size: 2em;
    line-height: 1em;
    position: relative;
    min-height: 12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*
.tt_this[data-id="12"],
.tt_that[data-id="12"],
.tt_this[data-id="10"],
.tt_that[data-id="10"] {
    font-size: 1.25em;
}
*/
.tt_this,
.tt_that {
    padding: 1rem;
}
.tt_this {
    padding-left: 0;
}
.tt_that {
    padding-right: 0;
}
.tt_this span,
.tt_that span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.completed .tt_this span.tt_option_title,
.completed .tt_that span.tt_option_title {
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -webkit-transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    font-size: 0.75em;
    line-height: 1em;
}

.tt_section_this {
    background: rgba(0, 148, 128, 1);
    padding: 1rem;
}

.tt_section_that {
    background: rgba(92, 51, 84, 1);
    padding: 1rem;
}

.tt_section_this:before,
.tt_section_that:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#59000000', GradientType=1);
}

.tt_section_or {
    position: absolute;
    top: 50%;
    left: -10%;
    z-index: 101;
    text-align: center;
    padding: 0.5em;
    line-height: 1em;
    background: #fff;
    width: 120%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    font-size: 2em;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-3deg)skew(-3deg) translate3d(0, -50%, 0);
    transform: rotate(-3deg)skew(-3deg) translate3d(0, -50%, 0);
}

.tt_section_or:before,
.tt_section_or:after {
    position: absolute;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}

.tt_section_or:before {
    content: 'this';
    top: -0.5rem;
    left: 11%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: left;
}

.tt_section_or:after {
    content: 'that';
    bottom: -0.5rem;
    right: 11%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: right;
}

.tt_fact_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98%;
    height: 98%;
    /*max-height: 0;*/
    overflow: hidden;
    visibility: hidden;
    z-index: 999;
    -webkit-transform: scale(0) translate3d(-50%, -50%, 0);
    transform: scale(0) translate3d(-50%, -50%, 0);
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.completed .tt_fact_card {
    opacity: 1;
    /*max-height: 200px;*/
    visibility: visible;
    -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
    transform: scale(1) translate3d(-50%, -50%, 0);
}

.completed .tt_fact_card.hasFact span {
    position: relative;
    opacity: 1;
    line-height: 1.2em;
    font-weight: 400;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
    padding: 1em;
    overflow: hidden;
    background: rgb(254, 197, 83);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.completed .tt_fact_card span.next_card_button {
    width: auto;
    background: rgb(254, 197, 83);
    border: 1px solid rgb(254, 197, 83);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    min-width: 0;
    display: table;
    padding: 0.5em 2em;
    margin: 0 auto;
    line-height: 1em;
    font-size: 1.25rem;
    position: relative;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.completed .tt_fact_card.hasFact span.next_card_button {
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 1rem auto 0;
}
/*
#tt_gamewrapper .tt_play_again {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    padding: 0.75em 2em;
    border: 1px solid;
    border-radius: 2em;
    line-height: 1em;
    font-size: 1em;
    cursor: pointer;
    white-space: nowrap;
}*/
#tt_gamewrapper .tt_continue_screen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    padding: 1em;
    width: 100%;
    max-width: 640px;
    text-align: center;
}
#tt_gamewrapper .tt_continue_screen p {
    font-size: 1.25em;
    text-transform: uppercase;
}
@media screen and (max-width:640px){
    #tt_gamewrapper .tt_continue_screen p {
        font-size: 1em;
    }
}
.tt_play_again {
    border: 1px solid;
    border-radius: 2em;
    cursor: pointer;
    white-space: nowrap;
    display: table;
    margin: 0 auto 1em;
    font-weight: 700;
    font-size: 0.825em;
    padding: 1em 2em 0.925em 2em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .07rem;
    text-align: center;
    text-decoration: none;
}
.tt_this_result,
.tt_that_result {
    font-size: 1.5em;
    color: #000;
    position: absolute;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -webkit-transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.tt_this_result {
    color: #a90000;
    color: #fff;
}

.tt_that_result {
    color: #003c74;
    color: #fff;
}

.completed .tt_this_result,
.completed .tt_that_result {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0.35;
    opacity: 1;
    /*z-index: 2;*/
}

.completed .button.tt_this_one,
.completed .button.tt_that_one {
    display: none;
}

.completed .tt_this,
.completed .tt_that {
    opacity: 0.75;
}

.tt_this_result .tt_total,
.tt_that_result .tt_total {
    display: block;
    line-height: 0.75em;
    font-size: 5em;
    font-family: 'nexaheavy';
    letter-spacing: -0.025em;
    margin-bottom: -0.125em;
    position: relative;
}
.tt_votes {
    display: block;
    font-size: 0.75em;
    padding: 0 1em;
    opacity: 0.75;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 0.5rem;
    right: 1em;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    /*-webkit-transition: all .35s .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
                transition: all .35s .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);*/
}

.completed .tt_votes {
    -webkit-transition: all .35s .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .35s .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .35s .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    display: none;
}

.tt_section_this .tt_votes {
    bottom: 1rem
}

.tt_section_that .tt_votes {
    bottom: 1rem;
}

.tt_this_result .tt_total:after,
.tt_that_result .tt_total:after {
    content: '%';
    font-size: 0.25em;
    line-height: 1em;
    vertical-align: text-top;
    position: absolute;
    top: 0;
    margin-left: 0.5rem;
}

.tt_this_result .tt_agree_disagree,
.tt_that_result .tt_agree_disagree {
    display: block;
    line-height: 1em;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 1.5em;
    margin-bottom: -1.5em;
    opacity: 0.5;
    font-weight: 900;
}


/* Loader */

#tt_loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.tt_loader,
.tt_loader:after {
    border-radius: 50%;
    width: 4em;
    height: 4em;
}

.tt_loader {
    font-size: 0.5em;
    position: absolute;
    text-indent: -9999em;
    border-top: 0.385em solid rgba(0, 61, 165, 0.2);
    border-right: 0.385em solid rgba(0, 61, 165, 0.2);
    border-bottom: 0.385em solid rgba(0, 61, 165, 0.2);
    border-left: 0.375em solid #003c74;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin:center;
    -ms-transform-origin:center;
    transform-origin:center;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    z-index: 101;
    top: 50%;
    left: 50%;
    margin: -2em 0 0 -2em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Theme */
#tt_gamewrapper[data-theme="uc_theme"]:after {
    background: none;   
}
#tt_gamewrapper[data-theme="uc_theme"] .tt_game_card {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#tt_gamewrapper[data-theme="uc_theme"] #tt_game .tt_card {
    padding: 0.5em;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_section_this,
#tt_gamewrapper[data-theme="uc_theme"] .tt_section_that {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_this,
#tt_gamewrapper[data-theme="uc_theme"] .tt_that {
    text-align: center;
    overflow: hidden;
    /*word-break: break-word;*/
    cursor: pointer;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_section_this {
    background: #003c74;
    background-image: url(../../assets/BlueGradientBackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_section_that {
    background: #a90000;
    background-image: url(../../assets/RedGradientAdjustable.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_section_this:before,
#tt_gamewrapper[data-theme="uc_theme"] .tt_section_that:before {
    background: none;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_section_or {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    width: auto;
    height: auto;
    left: 50%;
    background: #fff;
    border-radius: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    line-height: 0.925em;
    display: block;
    height: 2em;
    width: 2em;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.035rem;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_section_or:before,
#tt_gamewrapper[data-theme="uc_theme"] .tt_section_or:after {
    display: none;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_game_card .button.tt_this_one {
    color: #fff;
    border: 1px solid #fff;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_game_card .button.tt_this_one:hover {
    color: #003c74;
    background: #fff;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_game_card .button.tt_that_one {
    color: #003c74;
    background: #fff;
    border: 1px solid #003c74;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_game_card .button.tt_that_one:hover {
    color: #fff;
    background: #003c74;
    border: 1px solid #003c74;
}

#tt_gamewrapper[data-theme="uc_theme"] .completed .tt_fact_card span.tt_next_card_button,
#tt_gamewrapper[data-theme="uc_theme"] .button.tt_play_again {
    background: #003c74;
    border: 2px solid #003c74;
    color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

#tt_gamewrapper[data-theme="uc_theme"] .button.tt_play_again {
    -webkit-box-shadow: none;
            box-shadow: none;
}

#tt_gamewrapper[data-theme="uc_theme"] .button.tt_next_card_button {
    background: #fff;
    color: #003c74;
    border: 1px solid #003c74;
    bottom: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    z-index: 999;
    font-size: 1.25em;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_play_again {
    background: transparent;
    color: #003c74;
    border: 1px solid #003c74;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#tt_gamewrapper[data-theme="uc_theme"] .completed .tt_fact_card span.tt_next_card_button:hover,
#tt_gamewrapper[data-theme="uc_theme"] .tt_play_again:hover {
    background: #003c74;
    color: #fff;
}

a #tt_gamewrapper[data-theme="uc_theme"] .tt_question {
    display: none;
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_section_this:hover .tt_option_title {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: -webkit-transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1), -webkit-transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#tt_gamewrapper[data-theme="uc_theme"] .tt_section_that:hover .tt_option_title {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: -webkit-transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1), -webkit-transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

#tt_gamewrapper[data-theme="uc_theme"] .completed .tt_section_that:hover .tt_option_title,
#tt_gamewrapper[data-theme="uc_theme"] .completed .tt_section_this:hover .tt_option_title {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width:767px) {
    .tt_this_result .tt_total,
    .tt_that_result .tt_total {
        font-size: 5.5em;
    }
}

@media screen and (max-width:640px) {
    .tt_this_result .tt_total,
    .tt_that_result .tt_total {
        font-size: 4.5em;
    }
    .tt_this_result .tt_total {
        margin-left: -1.5rem;
    }
    .tt_that_result .tt_total {
        margin-right: -1.5rem;
    }
}

@media screen and (max-width:480px) {
    .tt_this,
    .tt_that,
    .tt_section_or {
        font-size: 1.5em;
    }
    .tt_this[data-id="12"],
    .tt_that[data-id="12"],
    .tt_this[data-id="10"],
    .tt_that[data-id="10"] {
        font-size: 0.825em;
    }
    .tt_this,
    .tt_that {
        min-height: 7.5rem;
        padding: 0.5rem;
    }
    .tt_this_result .tt_total,
    .tt_that_result .tt_total {
        font-size: 3em;
    }
    #tt_gamewrapper[data-theme="uc_theme"] .button.tt_next_card_button {
        font-size: 1em;
        padding: 0.5em 1em;
    }
    .tt_section_this,
    .tt_section_that {
        padding: 1rem 0.5rem;
        min-height: 160px;
    }
    #tt_gamewrapper[data-theme="uc_theme"] .tt_section_or {
        font-size: 1em;
    }
}

@media screen and (max-width:380px) {
    .tt_this_result .tt_total,
    .tt_that_result .tt_total {
        font-size: 3em;
    }
    .tt_this_result .tt_agree_disagree,
    .tt_that_result .tt_agree_disagree {
        font-size: 0.825em;
    }
    .tt_this,
    .tt_that,
    .tt_section_or {
        font-size: 1.25em;
    }
}

.tt_that span.taco_emoji,
.tt_this span.pizza_emoji {
    width: 80%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.completed .tt_that span.taco_emoji,
.completed .tt_this span.pizza_emoji {
    width: 50%;
}
    
.tt_that span.taco_emoji .emoji_label,
.tt_this span.pizza_emoji .emoji_label {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    border: none;
    overflow: hidden;
}
#ttResult h4 {
    margin-top: 0;
}
#ttResult .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#ttResult .button-red {
    border: 1px solid #b21e27;
}
#ttResult .button-red:hover {
    border: 1px solid #500005;
}
#ttResult .button-group li {
    padding: 0.5rem;
}

#tt_gamewrapper .progress ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    padding: 0 1rem;
}
#tt_gamewrapper .progress li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
            padding: 0.25rem;
}
#tt_gamewrapper .progress span {
    display: block;
    height: 3px;
    width: 100%;
    position: relative;
    background-color: rgba(255,255,255,0.2);
    overflow: hidden;
}
#tt_gamewrapper .progress span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
    background-color: #80c2ff;
}
#tt_gamewrapper .progress span.complete:after {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
