﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

/* Roboto | latin | 400,700 */

@font-face {
    font-family: 'Roboto';
    src: url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.woff') format('woff'),
        url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.ttf') format('truetype'),
        url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.woff') format('woff'),
        url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.ttf') format('truetype'),
        url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    color: white;
    font-size: 16px;
    line-height: 1.1;
    min-width: 320px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

section {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: none;
    }
}

.section-header {
    height: 80px;
    background-color: #1c274b;
    border-bottom: solid 2px #ffda74;
}

.section-header .logo {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: auto;
    height: 70px;
}

.section-hero {
    position: relative;
    background-color: #333e64;
    width: 100%;
    padding: 30px 0 50px 0;    
}

.section-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/rea/shared/img/yg/4/reskin/yg4-bg-ov-left.fs8.png"), url("/rea/shared/img/yg/4/reskin/yg4-bg-ov-right.fs8.png"), url("/rea/shared/img/yg/4/reskin/yg4-bg.jpg");
    background-size: 600px auto,
        750px auto,
        cover;
    background-position: calc(50% - 550px) calc(100% - 10px), calc(50% + 593px) calc(100% + 0px), center top;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .section-hero::before {
        background-size: 500px auto,
            600px auto,
            cover;
        background-position: calc(50% - 400px) calc(100% - 10px), calc(50% + 420px) calc(100% + 0px), center top;
    }
}

@media screen and (max-width: 767px) {
    .section-hero::before {
        height: 460px;
        background-size: 500px auto,
            600px auto,
            auto calc(100% - 50px);
        background-position: calc(50% - 230px) calc(100% + 10px), calc(50% + 270px) calc(100% + 20px), center top;
    }

    body[data-variation="v1"] .section-hero::before,
    body[data-variation="v2"] .section-hero::before { height: 540px; }
    body[data-variation="v3"] .section-hero::before { height: 590px; }
}

@media screen and (max-width: 450px) {
    .section-hero::before {
        height: calc(290px + 14vw + 40px);
        background-size: 470px auto, 600px auto, auto calc(290px + 14vw);
        background-position: calc(50% - 230px) calc(100% + 10px), calc(50% + 270px) calc(100% + 20px), center top;
    }

    body[data-variation="v1"] .section-hero::before,
    body[data-variation="v2"] .section-hero::before { height: calc(290px + 14vw + 140px); }
    body[data-variation="v3"] .section-hero::before { height: calc(290px + 14vw + 200px); }
}

@media screen and (min-width: 992px) {
    .section-hero .row-hero {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        position: relative;
    }
}

.section-hero .gradient-text {
    position: relative;
    color: #f0bd52;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 900;
    line-height: 0.85;
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
    .section-hero .gradient-text {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f8de77), color-stop(30%, #f0bd52), color-stop(60%, #f0cd65), color-stop(75%, #a88137));
        background: -o-linear-gradient(top, #f8de77 20%, #f0bd52 30%, #f0cd65 60%, #a88137 75%);
        background: linear-gradient(180deg, #f8de77 20%, #f0bd52 30%, #f0cd65 60%, #a88137 75%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media screen and (max-width: 450px) {
    .section-hero .gradient-text {
        font-size: 60px;
    }
}

.section-hero .gradient-text::before,
.section-hero .gradient-text::after {
    background: none;
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1;
    
    text-shadow: rgb(105, 80, 32) 2px 0px 0px, rgb(105, 80, 32) 1.75517px 0.958851px 0px, rgb(105, 80, 32) 1.0806px 1.68294px 0px, rgb(105, 80, 32) 0.141474px 1.99499px 0px, rgb(105, 80, 32) -0.832294px 1.81859px 0px, rgb(105, 80, 32) -1.60229px 1.19694px 0px, rgb(105, 80, 32) -1.97998px 0.28224px 0px, rgb(105, 80, 32) -1.87291px -0.701566px 0px, rgb(105, 80, 32) -1.30729px -1.5136px 0px, rgb(105, 80, 32) -0.421592px -1.95506px 0px, rgb(105, 80, 32) 0.567324px -1.91785px 0px, rgb(105, 80, 32) 1.41734px -1.41108px 0px, rgb(105, 80, 32) 1.92034px -0.558831px 0px;
}

.section-hero .gradient-text::before {
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.section-hero #flashBox {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 20px;
}

.section-hero #flashBox canvas {
    display: block;
    width: 100%;
}

.section-hero #flashBox span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #feca09;
    font-size: 35px;
}

@media screen and (max-width: 500px) {
    .section-hero #flashBox {
        margin-top: 13vw;
    }

    .section-hero #flashBox span {
        font-size: 7vw;
    }
}

.section-hero .mvm-logo {
    position: absolute;
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -35%;
    background-image: url("/rea/shared/img/yg/4/reskin/mmw.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 2px 1px black);
}

.section-hero .mvm-logo::after {
    content: '';
    display: block;
    padding-bottom: 23.82%;
}

.image-row {
    display: inline-block;    
    overflow: auto;
}

.image-row img {    
    float:left;
    max-width: 200px;
    width: 50%;
    height: auto;    
}

.paymentbox {
    display: block;
    width: 300px;
    font-size: 30px;
    font-weight: 700;
    color: rgba(0, 40, 66, 1);
    text-transform: uppercase;
    margin: 10px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 45% center;
}

.paymentbox--echeck {
    background-image: url(/rea/shared/img/trust/echeck-mc.jpg);
}

.paymentbox--visa {
    background-image: url(/rea/shared/img/trust/visa-mc.jpg);
}

.section-hero .main-form-contain {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
}

@media screen and (max-width: 991px) {
    .section-hero .main-form-contain {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    }
}

@media screen and (max-width: 767px) {
    .section-hero .main-form-contain {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.section-hero .main-form {
    position: relative;
    z-index: 5;
    width: 100%;
    min-height: 300px;
    padding: 100px 20px 20px 20px;
    text-align: center;
    margin-top: 30px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d3a146), color-stop(40%, #f9edbf), color-stop(60%, #f9edbf), to(#d3a146));
    background: -o-linear-gradient(top, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%);
    background: linear-gradient(180deg, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%);
}

.section-hero .main-form::before {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    z-index: -1;
    border-radius: 13px;
    background-color: #342b6d;
}

@media screen and (max-width: 767px) {
    .section-hero .main-form {
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }
}


.section-hero .main-form .cta-btn {    
    font-size: 20px;    
    width: 100%;
}

.section-hero .main-form .cta-btn span {
    font-size: 24px;
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .section-hero .main-form .cta-btn {
        font-size: 16px;
    }

    .section-hero .main-form .cta-btn span {
        font-size: 20px;
    }
}

.section-hero .logo {
    max-width: 200px;
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .section-hero .logo {
        display: none;
    }
}

.section-hero .cta-btn {
    margin-top: 0;
    padding: 5px 40px;
}

.section-hero form {
    margin-top: 20px;
}

.section-hero input {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #404040;
}

/* [start] FORM STUFF --> */
input[type="text"].error,    
input[type="email"].error {    
    /*border: solid 2px #ffcc00;*/
    background-image: url('/rea/shared/img/error_icon.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

input[type="checkbox"].error {
    outline: solid 2px red;
}

#preform .yearText {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    text-transform: none;
    margin-bottom: 10px;
}

#preform #dob-year {
    background-color: white;
    padding: 0 10px;
    font-size: 18px;
    line-height: 34px;    
    color: rgb(34, 34, 34);
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 6px;    
}

#preform #dob-year.error {
    border-color: rgb(255, 0, 0);
    -webkit-box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0);
    box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0);
}

#preform #dob-year.valid {
    border-color: rgb(38, 117, 218);
    -webkit-box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218);
    box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218);
}

#preform input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 10px;    
}

#preform a:hover,
#preform a {
    color: rgba(222, 181, 100, 1);
}

#preform .checks {
    text-transform: none;
    color: black;
    margin-top: 10px;
    color: white;
}

/* <-- [end] FORM STUFF */

.section-winners {
    background-color: #182240;
}

.section-winners #winner-slider .tns-ovh {
    padding: 10px;
}

.section-winners #winner-slider .tns-slide-inner {
    position: relative;
    width: calc(100% - 4px);
}

.section-winners #winner-slider .tns-slide-inner::before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1e1b3), color-stop(27%, #d4a441), color-stop(42%, #ffffb0), color-stop(55%, #fcfaad), color-stop(63%, #4d0f00), to(#eac55d));
    background-image: -o-linear-gradient(bottom, #f1e1b3 0, #d4a441 27%, #ffffb0 42%, #fcfaad 55%, #4d0f00 63%, #eac55d 100%);
    background-image: linear-gradient(to top, #f1e1b3 0, #d4a441 27%, #ffffb0 42%, #fcfaad 55%, #4d0f00 63%, #eac55d 100%);
}

.section-feature {
    background-color: #333e64;
}

.section-pre-footer {
    background-color: #182240;
    color: white;
}

.section-pre-footer .game-button {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.section-pre-footer .game-button span {
    color: #969696;
}

@media screen and (max-width: 991px) {
    .section-pre-footer .game-button {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .section-pre-footer .game-button {
        font-size: 12px;
    }
}

.section-pre-footer .game-button .hover-button {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    padding: 0 10px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin-top: 0;
}

.section-pre-footer .game-button .hover-button::after {
    content: '►';
    margin-left: 5px;
}

.section-pre-footer .game-image {
    position: relative;
    width: 100%;
    display: block;
    background-color: black;
    background-position: center bottom 21%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.section-pre-footer .game-image.immortal-creatures {
    background-image: url("/rea/shared/img/yg/4/reskin/yg4-immortal-creatures.jpg");
}

.section-pre-footer .game-image.thunderstruck-ii {
    background-image: url("/rea/shared/img/yg/4/reskin/rea-yg-thunderstruck-ii.jpg");
}

.section-pre-footer .game-image.european-roulette {
    background-image: url("/rea/shared/img/yg/4/reskin/rea-yg-european-roulette.jpg");
}

.section-pre-footer .game-image.avalon-ii {
    background-image: url("/rea/shared/img/yg/4/reskin/rea-yg-avalon-ii.jpg");
}

.section-pre-footer .game-image.millionaires-club {
    background-image: url("/rea/shared/img/yg/4/reskin/rea-yg-millionaires-club.jpg");
}

.section-pre-footer .game-image::before {
    opacity: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.section-pre-footer .game-button:hover>.game-image .hover-button,
.section-pre-footer .game-button:hover .game-image::before {
    opacity: 1;
}

.section-pre-footer .game-image::after {
    content: '';
    display: block;
    padding-bottom: 60%;
}

.section-pre-footer .game-button-small .game-image {
    background-position: center center;
}

.section-pre-footer .game-button-small .game-image::after {
    padding-bottom: 52%;
}

@media screen and (max-width: 767px) {
    .section-pre-footer .game-button-small .game-image::after {
        padding-bottom: 51.45455%;
    }
}

#feature-slider {
    width: calc(100% + 120px);
    margin-left: -60px;
    position: relative;
}

#feature-slider p {
    margin: 0;
}

#feature-slider .tns-ovh {
    padding: 30px 60px;
}

#feature-slider .tns-slide-inner {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1e1b3), color-stop(27%, #d4a441), color-stop(42%, #ffffb0), color-stop(55%, #fcfaad), color-stop(63%, #4d0f00), to(#eac55d));
    background-image: -o-linear-gradient(bottom, #f1e1b3 0, #d4a441 27%, #ffffb0 42%, #fcfaad 55%, #4d0f00 63%, #eac55d 100%);
    background-image: linear-gradient(to top, #f1e1b3 0, #d4a441 27%, #ffffb0 42%, #fcfaad 55%, #4d0f00 63%, #eac55d 100%);
    border-radius: 10px;
    z-index: 1;
    position: relative;
    height: 160px;
    text-align: center;
    padding: 10px 10px 10px 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#feature-slider .tns-slide-inner::before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #020204), color-stop(15%, #171c1f), color-stop(50%, #2d3034), color-stop(85%, #171c1f), to(#020204));
    background-image: -o-linear-gradient(top, #020204 0, #171c1f 15%, #2d3034 50%, #171c1f 85%, #020204 100%);
    background-image: linear-gradient(to bottom, #020204 0, #171c1f 15%, #2d3034 50%, #171c1f 85%, #020204 100%);
}

@media screen and (max-width: 991px) {
    #feature-slider .tns-slide-inner {
        padding-left: 112px;
        height: 120px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    #feature-slider .tns-slide-inner {
        max-width: 300px;
        margin: 0 auto;
    }
}

#feature-slider .tns-slide-inner img {
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: auto;
    border-radius: 9px 0 0 9px;
}

#winner-slider {
    position: relative;
    padding: 20px 0;
}

#winner-slider .feature-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#winner-slider .tns-slide-inner {
    background-color: black;
    height: 100%;
}

@media screen and (max-width: 767px) {
    #winner-slider .tns-slide-inner {
        max-width: 400px;
        margin: 0 auto;
    }
}

#winner-slider .tns-slide-inner p {
    padding: 10px;
    text-align: center;
}

#winner-slider .tns-slide-inner img {
    width: 100%;
}

.cta-btn {
    position: relative;
    padding: 15px 40px;
    margin-top: 15px;
    border: 2px solid black;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00bd59), to(#005627));
    background-image: -o-linear-gradient(top, #00bd59 0, #005627 100%);
    background-image: linear-gradient(to bottom, #00bd59 0, #005627 100%);
    border-radius: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    text-shadow: 1px 1px 0px #000000;
}

.cta-btn span {
    font-size: 20px;
}

.cta-btn.btn-arrowed::before,
.cta-btn.btn-arrowed::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 23px;
    background-image: url("/rea/shared/img/yg/4/reskin/yg4-arrows.fs8.png");
    background-size: 100% 200%;
    background-position: left top;
    background-repeat: no-repeat;
}

.cta-btn.btn-arrowed::before {
    left: 10px;
}

.cta-btn.btn-arrowed::after {
    right: 10px;
    background-position: left bottom;
}

.u__position--above {
    position: relative;
    z-index: 10;
}

.u__position--relative {
    position: relative;
}

.u__colour--white {
    color: white;
}

.u__colour--yellow {
    color: #feca09;
}

.u__colour--green {
    color: #005a29;
}

.u__colour--red {
    color: #ff1414;
}

.u__text--uppercase {
    text-transform: uppercase;
}

.u__text--outline-black {
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

.u__text--outline-white {
    text-shadow: white 1px 0px 0px, white 0.5403px 0.84147px 0px, white -0.41615px 0.9093px 0px, white -0.98999px 0.14112px 0px, white -0.65364px -0.7568px 0px, white 0.28366px -0.95892px 0px, white 0.96017px -0.27942px 0px;
}

.u__text--drop-shadow {
    text-shadow: 4px 4px 0 black, 2px 2px 0 black, -2px 2px 0 black, -2px -2px 0 black, 2px -2px 0 black;
}

.u__text--multi-outline {
    text-shadow: 2px 2px 0 #392000, -2px 2px 0 #392000, -2px -2px 0 #392000, 2px -2px 0 #392000, 2px 0 0 #392000, 0 2px 0 #392000, -2px 0 0 #392000, 0 -2px 0 #392000, 3px 3px 0 white, -3px 3px 0 white, -3px -3px 0 white, 3px -3px 0 white, 3px 0 0 white, 0 3px 0 white, -3px 0 0 white, 0 -3px 0 white, 0 0 40px #ffba00, 0 0 40px #ffba00;
}

.u__text--shadow {
    text-shadow: 0 0 5px #000000;
}

.u__text--xxxl {
    font-size: 100px;
}

@media screen and (max-width: 767px) {
    .u__text--xxxl {
        font-size: 70px;
    }
}

.u__text--xxl {
    font-size: 60px;
}

@media screen and (max-width: 767px) {
    .u__text--xxl {
        font-size: 50px;
    }
}

.u__text--xl {
    font-size: 50px;
}

@media screen and (max-width: 767px) {
    .u__text--xl {
        font-size: 36px;
    }
}

.u__text--l {
    font-size: 35px;
}

@media screen and (max-width: 767px) {
    .u__text--l {
        font-size: 30px;
    }
}

.u__text--m {
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    .u__text--m {
        font-size: 18px;
    }
}

.u__text--s {
    font-size: 12px;
}

.u__text--xs {
    font-size: 9px;
}

/*--- BASE PAGE STYLES*/
.copyright {
    text-align: center;
    color: white;
}

.copyright a.modalLink {
    color: white;
}

.footer {
    font-family: Arial;
    position: relative;
    background-color: black;
    background-image: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 100%);
    background-image: linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 100%);
    background-size: 100% 150px;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 10px;    
    z-index: 100;
}

.affiliates {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .footer {
        margin-top: 0;
    }
}

.footer::before {
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(left, rgba(44,44,44,1) 0%,rgba(104,104,104,1) 50%,rgba(44,44,44,1) 100%);
    background: linear-gradient(to right, rgba(44,44,44,1) 0%,rgba(104,104,104,1) 50%,rgba(44,44,44,1) 100%);
    position: absolute;
    bottom: 100%;
}

.footerTracking {
    width: calc(100% - 40px);
    max-width: 420px;
    background-color: #222;
    font: normal 11px Arial,Helvetica;
    color: #ccc;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #444;
    padding: 3px 4px;
    margin: 4px auto;
    clear: both;
}

.pinkSlime {
    border: none !important;
    width: auto !important;
    text-align: center !important;
    color: #999;
}

.copy {
    text-align: center;
    font-size: 12px;
    color: white;
    margin-top: 10px;
}

.modal,
.modal p {
    color: black;
    font-size: 13px;
    font-family: Arial;
    line-height: 1.2;
}

.modal h4, .modal h1 {
    font-weight: 700;
    font-size: 20px;
}

.modal h1 {
    padding-bottom: 10px;
}

.modal h4 {
    font-size: 16px;
}

.modal.fade.in {
    opacity: 1;
}

.modal div[class*="col-"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: unset;
    flex: initial;
}

.modal .hero-section__content {
    padding: 0 !important;
}

a.cc-dismiss {
    text-decoration: none;
}

.licence {
    max-width: 420px;
    margin: 12px auto 0;
    color: #999;
    text-align: center;
    font-size: 10px;
    padding: 0 5px;
}

/*********

    Ontario Styling

*********/

/*Main Form Logo*/
.ontario-gambling-logo {
    width: auto;
    height: 45px;
    padding: 4px 0;
    filter: drop-shadow(1px 1px 1px black);
}

@media screen and (max-width: 991px) {
    .ontario-gambling-logo {
        width: auto;
        height: 50px;
        padding: 8px 0;
        margin: 0px 0;
    }
}

@media screen and (max-width: 767px) {
    .main-form > aside > .ontario-gambling-logo {
        display: none;
    }
}


/**Ontario Header Tablet/Mobile Logo*/
.header-logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
     padding: 0 0.25rem;
}

body.cad .header-logo-container img.logo {
    left: -3.5%;
    transform: translateX(-3.5%);
    margin: 0;
}

.header-logo-container > .ontario-gambling-logo {
    position: absolute;
    right: 5%;
    transform: translateX(5%);
    height: 55.5px;
}


.ontario-terms-link {
    color: white;
    text-shadow: 1px 2px 1px black;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

    .ontario-terms-link:hover {
        color: white;
    }

    .ontario-terms-link:before {
        content: "* ";
    }


.footer-icons .ontario-gambling-logo {
    width: 102px;
    height: auto;
    margin: -32px 0 0 0;
    display: inline-block;
}

.footer p, .footer a {
    font-size: 10px;
    margin: 20px auto;
    text-align: center;
    max-width: 561px;
}