﻿/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* Source Sans Pro | latin | 400,900 */
/* Source Serif Pro | latin | 900 */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../index_files/subset-SourceSansPro-Regular.woff') format('woff'),
         url('../index_files/subset-SourceSansPro-Regular.ttf') format('truetype'),
         url('../index_files/subset-SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../index_files/subset-SourceSansPro-Black.woff') format('woff'),
         url('../index_files/subset-SourceSansPro-Black.ttf') format('truetype'),
         url('../index_files/subset-SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Source Serif Pro';
    src: url('../index_files/subset-SourceSerifPro-Black.woff') format('woff'),
         url('../index_files/subset-SourceSerifPro-Black.ttf') format('truetype'),
         url('../index_files/subset-SourceSerifPro-Black.svg#SourceSerifPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    color: white;
    font-size: 16px;
    line-height: 1.1;
    min-width: 320px;
    overflow-x: hidden;
    background-color: #219798;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../index_files/ccc8_background-tile.jpg");
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../index_files/ccc8_background-tile.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../index_files/ccc8_background-tile.jpg");
    background-size: 100% 100%,
        900px auto;
    background-position: center top,
        center top;
    background-repeat: repeat;
}

@media screen and (max-width: 575px) {
    body {
        background-size: 100% 100%,
            900px auto;
        background-position: center top,
            center top;
    }
}

body::before,
body::after {
    pointer-events: none;
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("../index_files/ccc8_curtain-left.fs8.png");
    background-size: 650px auto;
    background-position: top right 110px;
    background-repeat: no-repeat;
    z-index: -1;
}

@media screen and (max-width: 575px) {

    body::before,
    body::after {
        background-size: 450px auto;
        background-position: top right 0px;
    }
}

body::before {
    left: 0;
}

body::after {
    right: 0;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
}

strong {
    font-weight: 900;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

section {
    overflow: hidden;
}

.section-content a:hover,
.section-content a {
    color: #ffe702;
    text-decoration: underline;
    font-weight: 700;
}

a.anchor {
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden;
}

.no-gutter-mobile {
    padding: 0;
}

.do-a-thing span {
    display: block;
}

.page-vignette {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(black), to(black)), -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, from(black), to(black));
    background-image: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, black 0%, black 100%), -o-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(right, black 0%, black 100%);
    background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, black 0%, black 100%), linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(270deg, black 0%, black 100%);
    background-size: 200px 100%,
        50vw 100%,
        200px 100%,
        50vw 100%;
    background-position: calc(50% - 700px + 100px) top, calc(50% - 700px - 25vw + 2px) top, calc(50% + 700px - 100px) top, calc(50% + 700px + 25vw - 2px) top;
    z-index: 100;
    background-repeat: repeat-y;
}

.red-door-contain {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 330px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 120px;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .red-door-contain {
        display: none;
    }
}

.red-door-contain .red-door--left,
.red-door-contain .red-door--right {
    width: 400px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../index_files/ccc8_red-door.fs8.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
}

.red-door-contain .red-door--left::after,
.red-door-contain .red-door--right::after {
    content: '';
    display: block;
    padding-bottom: 80.2139%;
}

.red-door-contain .red-door--left {
    left: calc(50% - 100px);
    background-position: top left;
}

.red-door-contain .red-door--right {
    left: calc(50% + 100px);
    background-position: top right;
}

.red-door-contain.expanded .red-door--left {
    left: calc(50% - 600px);
}

.red-door-contain.expanded .red-door--right {
    left: calc(50% + 600px);
}

.section-content {
    padding-bottom: 35px;
}

.section-content.offer-layer {
    display: none;
}

.section-content.offer-layer.active {
    display: block;
}

.section-content .extra-bonus {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 700px;
    max-width: 100%;
    margin-top: 10px;
    background-image: url("../index_files/ccc8_extra-bonus.fs8.png");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.section-content .extra-bonus::after {
    content: '';
    display: block;
    padding-bottom: 26.65816%;
}

.section-content .content-contain {
    position: relative;
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -85px;
    padding: 30px 0 0 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, black), color-stop(80%, black), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
    background-size: 100% 200px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .section-content .content-contain {
        margin-top: -12vw;
    }
}

@media screen and (max-width: 575px) {
    .section-content .content-contain {
        margin-top: -14vw;
    }
}

.section-content .content-contain .underglow {
    position: absolute;
    width: calc(100% + 100px);
    height: 200px;
    background: -o-radial-gradient(#eaf25c 0%, rgba(234, 242, 92, 0) 70%);
    background: radial-gradient(#eaf25c 0%, rgba(234, 242, 92, 0) 70%);
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}

.section-content .gold-box {
    position: relative;
    display: inline-block;
    width: calc(100% - 20px);
    border-radius: 16px;
    border: solid 4px black;
    background-image: url("../index_files/ccc8_paper-texture.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: black;
    padding: 10px;
    margin: 20px 0 6px 0;
}

@media screen and (max-width: 575px) {
    .section-content .gold-box {
        padding: 5px;
    }
}

.section-content .gold-box table {
    margin: 10px 0 0 0;
    width: 100%;
    font-family: 'Source Serif Pro';
    font-weight: 900;
}

.section-content .gold-box table td {
    padding: 0 5px;
}

.section-content .gold-box table .spacer-dots {
    float: right;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
}

@media screen and (max-width: 575px) {
    .section-content .gold-box table .spacer-dots {
        display: none;
    }
}

.section-content .gold-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9f6102), color-stop(29%, #f6ff23), color-stop(67%, #d7ab51), to(#9f6102));
    background-image: -o-linear-gradient(top, #9f6102 0%, #f6ff23 29%, #d7ab51 67%, #9f6102 100%);
    background-image: linear-gradient(180deg, #9f6102 0%, #f6ff23 29%, #d7ab51 67%, #9f6102 100%);
    background-size: 100% 125px;
    border-radius: 20px;
    z-index: -1;
}

.section-content .number-7 {
    background-image: url("../index_files/ccc8_number-7.fs8.png");
    background-position: top left;
    background-size: auto 100%;
    background-repeat: repeat-x;
    display: inline-block;
    height: 17.52px;
}

.section-content .number-7.count-1 {
    width: 12px;
}

.section-content .number-7.count-2 {
    width: 24px;
}

.section-content .number-7.count-3 {
    width: 36px;
}

.section-content .number-7.count-4 {
    width: 48px;
}

.section-content .number-7.count-5 {
    width: 60px;
}

.section-content .number-7.count-6 {
    width: 72px;
}

.section-content .number-7.count-7 {
    width: 84px;
}

.section-content .countdown-box {
    position: relative;
    width: 80%;
    background-color: black;
    display: inline-block;
    border-radius: 0 0 20px 20px;
    padding: 5px 55px;
    margin-bottom: 10px;
}

.section-content .countdown-box::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% + 10px);
    height: calc(100% + 5px);
    background: -webkit-gradient(linear, left top, left bottom, from(#feeabd), color-stop(30%, #d7981c), color-stop(50%, #814d03), color-stop(70%, #d7981c), to(#feeabd));
    background: -o-linear-gradient(top, #feeabd 0%, #d7981c 30%, #814d03 50%, #d7981c 70%, #feeabd 100%);
    background: linear-gradient(180deg, #feeabd 0%, #d7981c 30%, #814d03 50%, #d7981c 70%, #feeabd 100%);
    background-size: 100% 60px;
    border-radius: 0 0 24px 24px;
}

.section-content .alarm-left,
.section-content .alarm-right {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("../index_files/ccc8_alarm.gif");
    background-size: contain;
    background-position: center center;
    top: -3px;
}

.section-content .alarm-left {
    left: 0;
}

.section-content .alarm-right {
    right: 0;
}

.section-content .timer {
    font-family: 'Source Serif Pro';
    font-weight: 900;
    font-size: 40px;
}

@media screen and (max-width: 575px) {
    .section-content .timer {
        font-size: 25px;
    }
}

.section-content .timer span {
    color: #ffe702;
    padding: 0 5px;
    font-size: 30px;
}

@media screen and (max-width: 575px) {
    .section-content .timer span {
        font-size: 20px;
    }
}

.section-content .offer-box {
    display: inline-block;
    width: 550px;
    max-width: 100%;
    background-color: #03a185;
    border: solid 10px #03a185;
    background-image: url("../index_files/ccc8_background-tile.jpg");
    background-size: 500px;
    background-position: center top;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #eaf25c;
            box-shadow: 0px 0px 10px 0px #eaf25c;
    position: relative;
    margin-top: 10px;
    padding: 10px;
    z-index: 1;
}

.section-content .offer-box .cta-btn-contain {
    margin: 10px 0 -50px 0;
}

.section-content .cta-btn-contain {
    position: relative;
}

.section-content a.cta-btn,
.section-content .cta-btn {
    position: relative;
    width: auto;
    height: 60px;
    border-radius: 999px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe41e), to(#fe560a));
    background-image: -o-linear-gradient(top, #ffe41e 0%, #fe560a 100%);
    background-image: linear-gradient(180deg, #ffe41e 0%, #fe560a 100%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Source Serif Pro';
    font-weight: 900;
    font-size: 40px;
    color: #321a07;
    text-decoration: none;
    padding: 0 45px;
}

@media screen and (max-width: 575px) {

    .section-content a.cta-btn,
    .section-content .cta-btn {
        font-size: 23px;
        padding: 0 20px;
    }
}

.section-content a.cta-btn div::before,
.section-content a.cta-btn div::after,
.section-content .cta-btn div::before,
.section-content .cta-btn div::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 99px;
    -webkit-box-shadow: 0px 0px 5px 5px #fe560a;
            box-shadow: 0px 0px 5px 5px #fe560a;
}

@media screen and (max-width: 575px) {

    .section-content a.cta-btn div::before,
    .section-content a.cta-btn div::after,
    .section-content .cta-btn div::before,
    .section-content .cta-btn div::after {
        display: none;
    }
}

.section-content a.cta-btn div::before,
.section-content .cta-btn div::before {
    left: 20px;
}

.section-content a.cta-btn div::after,
.section-content .cta-btn div::after {
    right: 20px;
}

.section-content .cta-btn::after {
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0b8cd0), to(#17fbda));
    background-image: -o-linear-gradient(top, #0b8cd0 0%, #17fbda 100%);
    background-image: linear-gradient(180deg, #0b8cd0 0%, #17fbda 100%);
    border-radius: 999px;
    z-index: -1;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.section-content .divider {
    margin-top: 20px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% + 170px);
    height: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 231, 2, 0.2)), color-stop(50%, #ffe702), to(rgba(255, 231, 2, 0.2)));
    background-image: -o-linear-gradient(left, rgba(255, 231, 2, 0.2) 0%, #ffe702 50%, rgba(255, 231, 2, 0.2) 100%);
    background-image: linear-gradient(90deg, rgba(255, 231, 2, 0.2) 0%, #ffe702 50%, rgba(255, 231, 2, 0.2) 100%);
    margin-bottom: 50px;
}

.section-content .divider::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    top: 100%;
    left: 0;
}

.section-content .graphic--arrow {
    width: 50px;
    background-image: url("../index_files/ccc8_arrows.fs8.png");
    background-size: auto 200%;
    background-position: left top;
    position: absolute;
    z-index: 1;
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
}

.section-content .graphic--arrow::after {
    content: '';
    display: block;
    padding-bottom: 124.61538%;
}

.section-content .graphic--arrow.arrow-left {
    left: 100px;
}

.section-content .graphic--arrow.arrow-right {
    right: 100px;
    background-position: left bottom;
}

.section-content form {
    margin-top: 20px;
}

.section-content input {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding: 0 20px;
    border-radius: 99px;
    border: 0;
    outline: 0;
}

.section-content input::-webkit-input-placeholder {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.section-content input::-moz-placeholder {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.section-content input:-ms-input-placeholder {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.section-content input::-ms-input-placeholder {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.section-content input::placeholder {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

#hidden-form-submit {
    display: none;
}

/* [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;
}

#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="email"] + .checks {
    margin-top: -5px;
}

#preform input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 10px;
}

#preform a:hover,
#preform a {
    color: #ffe702;
}

#preform .checks {
    text-transform: none;
    color: black;
    margin-top: 10px;
    color: white;
}
/* <-- [end] FORM STUFF */

.section-content.layer-2 .content-contain {
    background: transparent;
    margin-top: 0;
}

.section-content.layer-2 .countdown-box {
    width: auto;
    border-radius: 20px 20px 0 0;
    margin-bottom: 5px;
}

.section-content.layer-2 .countdown-box .timer {
    font-size: 30px;
}

.section-content.layer-2 .countdown-box::after {
    top: auto;
    bottom: 0;
    border-radius: 24px 24px 0 0;
}

.section-prefooter {
    text-align: center;
    width: 100%;    
    background-image: url("../index_files/ccc8_decorative-tile.fs8.png");
    background-position: center bottom;
    background-size: auto 130px;
    background-repeat: repeat-x;
    padding-bottom: 140px;
}

.latest-winners-label {
    background-color: black;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 20px 20px 0 0;
    font-weight: 900;
    line-height: 1;
}

.latest-winners-ticker-contain {
    position: relative;
    overflow: hidden;
    width: 1400px;
    max-width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.5);
    margin: 0 auto;
}

.latest-winners-ticker {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    white-space: nowrap;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: 72s linear infinite latest-winners-ticker-animation;
    animation: 72s linear infinite latest-winners-ticker-animation;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;    
}

.latest-winners-ticker .latest-winner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 60px;
    padding-right: 10px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 60px;    
}

@media screen and (max-width: 575px) {
    .latest-winners-label {
        font-size: 16px;
    }

    .latest-winners-ticker .latest-winner {
        font-size: 16px;
    }
}

@-webkit-keyframes latest-winners-ticker-animation {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);

        will-change: transform;
    }
}
@keyframes latest-winners-ticker-animation {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);

        will-change: transform;
    }
}

.u__position--above {
    position: relative;
    z-index: 10;
}

.u__font--serif {
    font-family: 'Source Serif Pro';
    font-weight: 900;
}

.u__colour--turq {
    color: #00d9be;
    text-shadow: 1px -1px #00745f, -1px -1px #00745f, -1px 1px #00745f, -1px -1px #00745f, 1px 0px #00745f, -1px 0px #00745f, 0px 1px #00745f, 0px -1px #00745f, 1px 1px #00745f, -1px 1px #00745f, 1px 1px #00745f, 1px -1px #00745f;
}

.u__colour--yellow {
    color: #ffe702;
}

.u__colour--white {
    color: white;
}

.u__text--uppercase {
    text-transform: uppercase;
}

.u__text--underline {
    text-decoration: underline;
}

.u__text--line-through {
    text-decoration: line-through;
}

.u__text--shadow {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.8);
}

.u__text--outline {
    text-shadow: 1px -1px #000000, -1px -1px #000000, -1px 1px #000000, -1px -1px #000000, 1px 0px #000000, -1px 0px #000000, 0px 1px #000000, 0px -1px #000000, 1px 1px #000000, -1px 1px #000000, 1px 1px #000000, 1px -1px #000000;
}

.u__text--xl {
    font-size: 35px;
}

@media screen and (max-width: 575px) {
    .u__text--xl {
        font-size: 28px;
    }
}

.u__text--l {
    font-size: 28px;
}

@media screen and (max-width: 575px) {
    .u__text--l {
        font-size: 18px;
    }
}

.u__text--m {
    font-size: 22px;
}

.gold-box .u__text--m {
    font-size: 18px
}

@media screen and (max-width: 575px) {
    .u__text--m {
        font-size: 18px;
    }

    .gold-box .u__text--m {
        font-size: 14px
    }
}

.u__text--s {
    font-size: 13.5px;
}

.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;    
}

.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*/

.ontario-gambling-logo {
    width: 150px;
    height: auto;
    margin-top: -45px;
    z-index: 1000;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
@media screen and (max-width: 767px) {
    .ontario-gambling-logo {
        width: 110px;
        top: 43px;
    }
}
@media screen and (max-width: 574px) {
    .ontario-gambling-logo {
        width: 110px;
        top: 44px;
    }
}

.layer-2 .ontario-gambling-logo{
    position:initial;
    display:block;
    transform:initial;
    left:initial;
    right:initial;
    margin:0 auto;
}

.footer-icons .ontario-gambling-logo {
    width: 102px;
    height: auto;
    margin-top: -32px;
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 767px) {
    .footer .ontario-gambling-logo {
        width: 110px;
        top: 0;
    }
}

@media screen and (max-width: 574px) {
    .footer .ontario-gambling-logo {
        width: 110px;
        top: 0x;
    }
}

.ontario-terms-link {
    font-size: 10px;
    color: white;
    margin: -10px auto 5px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    text-shadow: 0px 2px 3.16px rgb(0 0 0 / 70%);
}

.ontario-terms-link:hover {
    color: white;
}

.ontario-terms-link:before {
    content: "* ";
}

.footer .ontario-terms-link {
    text-decoration: underline !important;
    position:unset;
    display:inline;
}

.footer .ontario-terms-link:before {
    content: "  ";
}

.footer p {
    font-size: 10px;
    margin: 20px auto;
    text-align: center;
    max-width: 561px;
}

.footer p a {
    text-decoration: underline;
    color: white;
}

.footer p a:hover {
    color: white;
}
