﻿/* 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;
}

/*--- CORE STYLES */
body {
    font-family: 'Roboto';
    line-height: 1;
    font-size: 16px;
    color: white;
    background-color: black;
}

@media screen and (max-width: 767px) {
    body {
        line-height: 1.1;
    }
}

a,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
    line-height: 1;
}

    h1 + h2 {
        margin-top: 5px;
    }

p {
    line-height: 1.3;
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

section {
    overflow-x: hidden;
    position: relative;
}

    section .inner {
        position: relative;
        margin: 0 auto;
        max-width: 1170px;
    }

.container {
    position: relative;
}

.row {
    width: calc(100% + 30px);
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .grid {
        display: block;
    }
}

.grid-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*--- TOP SECTION */
.section--top {
    width: 100%;
    color: white;
    font-weight: 700;
    text-align: center;
}

    .section--top .container {
        height: 100%;
    }

    .section--top .inner {
        width: 100%;
        height: 100%;
        padding: 0px 0 50px 0;
    }

    .section--top .fixed-width {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
    }

    .section--top .main-section {
        position: relative;
        width: calc(100% + 200px);
        left: -100px;
        margin-top: -2%;
    }

@media screen and (max-width: 767px) {
    .section--top .main-section {
        margin-top: -7%;
        margin-bottom: -20px;
    }
}

.section--top input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 10px;
    border-radius: 10px;
    border: 0;
    outline: 0;
    color: black;
    font-style: italic;
    border: 1px solid grey;
}

.win-this,
.jackpot {
    position: relative;
    max-width: none;
}

@media screen and (max-width: 991px) {
    .win-this,
    .jackpot {
        margin-top: 20px;
    }
}

.win-this .overlay-text {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

    .win-this .overlay-text span {
        display: block;
        position: absolute;
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }

        .win-this .overlay-text span:nth-of-type(1) {
            top: 18%;
            font-size: 30px;
            font-weight: normal;
            letter-spacing: 7px;
        }

@media screen and (max-width: 1170px) {
    .win-this .overlay-text span:nth-of-type(1) {
        font-size: 2.7vw;
    }
}

@media screen and (max-width: 767px) {
    .win-this .overlay-text span:nth-of-type(1) {
        font-size: 4.5vw;
        letter-spacing: 5px;
    }
}

.win-this .overlay-text span:nth-of-type(2) {
    top: 132%;
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 1170px) {
    .win-this .overlay-text span:nth-of-type(2) {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) {
    .win-this .overlay-text span:nth-of-type(2) {
        font-size: 3vw;
        font-weight: normal;
        top: 150%;
    }
}

.win-this .overlay-text span:nth-of-type(3) {
    top: 138%;
    font-size: 50px;
}

@media screen and (max-width: 1170px) {
    .win-this .overlay-text span:nth-of-type(3) {
        font-size: 4.6vw;
    }
}

@media screen and (max-width: 767px) {
    .win-this .overlay-text span:nth-of-type(3) {
        font-size: 5.5vw;
        top: 157%;
    }
}

.win-this .overlay-text span:nth-of-type(4) {
    top: 151%;
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 1170px) {
    .win-this .overlay-text span:nth-of-type(4) {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) {
    .win-this .overlay-text span:nth-of-type(4) {
        font-size: 3vw;
        top: 168%;
    }
}

.win-this a.button.button-arrowed {
    top: 127%;
    display: none;
    max-width: 300px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .win-this a.button.button-arrowed {
        display: block;
    }
}


.jackpot {
    margin-top: -15%;
    margin-bottom: 0%;
}

    .jackpot .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 40px;
    }

@media screen and (max-width: 1170px) {
    .jackpot .overlay-text {
        font-size: 3.8vw;
    }
}

@media screen and (max-width: 767px) {
    .jackpot .overlay-text {
        font-size: 6vw;
    }

    .jackpot {
        margin-top: -18%;
        margin-bottom: 11%;
    }
}

.ribbon-box {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .ribbon-box {
        width: calc(50% - 50px);
    }
}

.ribbon-box .ribbon {
    color: rgb(252, 221, 105);
    font-weight: 700;
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    text-transform: uppercase;
    font-size: 30px;
    background-color: rgb(201, 20, 14);
}

@media screen and (max-width: 1170px) {
    .ribbon-box .ribbon {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) {
    .ribbon-box .ribbon {
        font-size: 20px;
    }
}

.ribbon-box .ribbon::before,
.ribbon-box .ribbon::after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: calc(100% + 28%);
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('/rea/shared/img/cc/8/cc8-ribbon-left.fs8.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ribbon-box .ribbon::after {
    background-image: url('/rea/shared/img/cc/8/cc8-ribbon-right.fs8.png');
    right: auto;
    left: 100%;
}

.ribbon-box .stamp {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -50px;
    background-image: url('/rea/shared/img/cc/8/cc8-stamp_2x.fs8.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(97, 97, 96);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    z-index: 10;
}

    .ribbon-box .stamp div {
        margin-top: -5px;
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

.ribbon-box .text--slash {
    position: relative;
}

    .ribbon-box .text--slash::after {
        content: '';
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-20deg);
        -ms-transform: translateY(-50%) rotate(-20deg);
        transform: translateY(-50%) rotate(-20deg);
        background-color: red;
    }

/*--- MAIN CTA FORM BOX */
.cta-box-container {
    position: relative;
    z-index: 10;
    padding: 0px 15px;
}

@media screen and (max-width: 767px) {
    .cta-box-container {
        padding: 0;
        padding-bottom: 50px;
    }
}

.cta-box-container .cta-box {
    position: relative;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(81, 112, 196)), to(rgb(52, 32, 52)));
    background: -o-linear-gradient(top, rgb(81, 112, 196) 0%, rgb(52, 32, 52) 100%);
    background: linear-gradient(to bottom, rgb(204,0,0) 0%, rgb(102,0,0) 100%);
    border-radius: 10px;
    margin-top: 70px;
    padding: 55px 20px 20px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    border: solid 3px rgb(252,1,1);
    -webkit-box-shadow: 0px 0px 15px 3px rgba(255, 118, 75, 0.75);
    box-shadow: 0px 0px 15px 3px rgba(255, 118, 75, 0.75);
}

@media screen and (max-width: 767px) {
    .cta-box-container .cta-box {
        border: 0;
        border-radius: 0;
    }
}

.cta-box-container .cta-breakout {
    width: calc(100% + 60px);
    padding: 10px 20px;
    background-color: rgb(54,6,6);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
    border: solid 1px rgb(252,1,1);
    -webkit-box-shadow: 0px 0px 7px 1px rgba(255, 118, 75, 0.75);
    box-shadow: 0px 0px 7px 1px rgba(255, 118, 75, 0.75);
    margin-bottom: 20px;
    margin-top: -10px;
}

@media screen and (max-width: 767px) {
    .cta-box-container .cta-breakout {
        max-width: 300px;
    }
}

.cta-box-container .cta-box::before {
    content: '';
    top: 0;
    margin-top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 10;
    width: 220px;
    height: 120px;
    background-image: url('/rea/shared/img/logo/cc6_logo.fs8.png');
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

.cta-box-container .cta-box::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 200px);
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-image: url('/rea/shared/img/cc/8/cc8-form-fire.fs8.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left calc(50% - 10px) bottom -30px;
}

@media screen and (max-width: 767px) {
    .cta-box-container .cta-box::after {
        background-image: url('/rea/shared/img/cc/8/cc8-form-fire-mobile.fs8.png');
        background-position: center bottom;
        background-size: cover;
        width: 700px;
        height: 100px;
        bottom: -100px;
    }
}

#preform input.error {
    box-shadow: 0 0 3px 2px #ffff00, 0 0 3px 2px #ffff00, 0 0 3px 2px #ffff00;
}

#preform .yearText {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}

#preform #dob-year {
    background-color: white;
    padding: 0 10px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 2px solid rgb(251, 232, 104);
}

    #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;
}

.cta-box-container .button {
    width: 100%;
}

.separator {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 0 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .separator span {
        margin: 0 10px;
        float: left;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 90%);
    }

    .separator::before,
    .separator::after {
        display: block;
        float: left;
        position: relative;
        content: '';
        width: 40px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.5);
    }

.countdown {
    margin-top: 15px;
    font-size: 20px;
}

    .countdown span {
        display: block;
    }

    .countdown .countdown-timer {
        background-color: rgb(0, 0, 0);
        padding: 10px;
        margin: 5px 26px 0;
        color: white;
    }

.button,
a.button {
    border: 0;
    outline: 0;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 5px 45px;
    margin: 5px auto 0;
    color: white;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 0, 0)), to(rgb(184, 0, 0)));
    background: -o-linear-gradient(top, rgb(255, 0, 0) 0%, rgb(184, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(255, 0, 0) 0%, rgb(184, 0, 0) 100%);
    background: #33cc00;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 767px) {
    .button,
    a.button {
        font-size: 20px;
    }
}

/*--- CTA BUTTON STYLES */
.button-arrowed::after,
.button-arrowed::before {
    content: '';
    position: absolute;
    background-image: url('/rea/shared/img/cc/8/cc8-arrow-sprite.fs8.png');
    width: 35px;
    height: 35px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
    background-size: 200% 100%;
    background-position: left top;
}

.button-arrowed::after {
    background-position: right top;
    left: auto;
    right: 10px;
}

.button:active,
.button:focus,
.button:visited,
.button:hover {
    text-decoration: none;
    color: white;
}

a.button-large {
    padding: 20px 60px;
}

/*--- TRUST LOGOS */
.trust-logos {
    padding: 10px 5px 7px 5px;
    width: 800px;
    background-color: rgb(26, 26, 26);
    border-radius: 10px;
    border: solid 2px rgb(60, 60, 60);
    margin: 0 auto;
}

    .trust-logos ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .trust-logos li {
        position: relative;
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 120px;
        background-image: url('/rea/shared/img/cc/8/cc8-trust-logos-sprite_2x.fs8.png');
        background-size: 700% 100%;
    }

        .trust-logos li:nth-of-type(1) {
            display: none;
            margin-left: -15px;
            background-position: 0% 0px;
        }

        .trust-logos li:nth-of-type(2) {
            display: none;
            margin-left: -40px;
            background-position: -100% 0px;
        }

        .trust-logos li:nth-of-type(3) {
            /*margin-left: -35px;*/
            background-position: -200% 0px;
        }

        .trust-logos li:nth-of-type(4) {
            background-position: -300% 0px;
        }

        .trust-logos li:nth-of-type(5) {
            background-position: -400% 0px;
        }

        .trust-logos li:nth-of-type(6) {
            background-position: -500% 0px;
        }

        .trust-logos li:nth-of-type(7) {
            background-position: -600% 0px;
        }

        .trust-logos li::after {
            content: '';
            display: block;
            /* single image, width / height */
            padding-bottom: 31.79487179%;
        }

@media screen and (max-width: 1199px) {
    .trust-logos {
        max-width: 800px;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .trust-logos {
        max-width: 560px;
    }
}

@media screen and (max-width: 767px) {
    .trust-logos {
        padding: 5px 5px 7px 5px;
    }

        .trust-logos li {
            margin-top: 5px;
        }
}

@media screen and (max-width: 450px) {
    .trust-logos {
        max-width: 300px;
    }
}

@media screen and (max-width: 321px) {
    .trust-logos {
        max-width: 150px;
    }

        .trust-logos li {
            margin: 5px 0 0 0 !important;
        }
}

/*--- GLIDE JS / IMAGE SLIDER SECTION */
.glide__bullet {
    background-color: black;
}

.glide__bullet--active {
    background-color: rgb(235, 148, 87);
}

.glide__arrow {
    font-size: 48px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 2px 3px black;
}

.section-image-slider {
    text-align: center;
    overflow: hidden !important;
    position: relative;
    padding: 100px 0 0 0;
    overflow: auto;
    margin-top: -100px;
}

    .section-image-slider::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0))), url("/rea/shared/img/cc/8/cc8-slider-fire.fs8.png");
        background-image: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0) 100%), url("/rea/shared/img/cc/8/cc8-slider-fire.fs8.png");
        background-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0) 100%), url("/rea/shared/img/cc/8/cc8-slider-fire.fs8.png");
        background-position: left top, calc(50% + 45px) 70%;
        background-size: 100% 50px, auto 130%;
        background-repeat: no-repeat;
        z-index: -1;
    }

.image-slider {
    max-width: 750px;
    margin: 0 auto;
}

    .image-slider .glide__slide {
        padding: 20px 0;
        text-align: center;
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .image-slider .glide__slide--active {
        z-index: 10;
    }

    .image-slider .glide__slide--previous {
        -webkit-transform: perspective(16em) rotateY(12deg);
        transform: perspective(16em) rotateY(12deg);
    }

    .image-slider .glide__slide--following {
        -webkit-transform: perspective(16em) rotateY(-12deg);
        transform: perspective(16em) rotateY(-12deg);
    }

    .image-slider .glide__slide img {
        max-width: 100%;
    }

    .image-slider .glide__arrow--left {
        left: 0;
    }

    .image-slider .glide__arrow--right {
        right: 0;
    }

    .image-slider .glide__bullets {
        bottom: 11px;
    }

@media screen and (min-width: 1200px) {
    .image-slider .glide__arrow--left {
        left: -15%;
    }

    .image-slider .glide__arrow--right {
        right: -15%;
    }
}

@media screen and (max-width: 767px) {
    .section-image-slider::before {
        background-position: center 10%;
    }

    .image-slider .glide__arrow {
        font-size: 36px;
    }
}

.image-slider-caption {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    color: white;
    padding: 0 20px;
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .image-slider-caption li {
        margin: 0;
        padding: 0;
        display: none;
    }

.slide--are-you-next {
    position: relative;
}

    .slide--are-you-next > p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 2.5rem;
        color: #ffdb76;
        text-transform: uppercase;
        width: 100%;
    }

        .slide--are-you-next > p > strong {
            font-size: 3.5rem;
        }
/*--- NEON PULSE ANIMATION */
.neon {
    -webkit-animation: pulse 1.5s ease-in-out infinite alternate;
    animation: pulse 1.5s ease-in-out infinite alternate;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: rgb(255, 255, 255);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000;
}

@-webkit-keyframes pulse {
    from {
        text-shadow: 0 0 5px rgb(185, 173, 39), 0 0 10px rgb(185, 173, 39), 0 0 15px rgb(185, 173, 39), 0 0 20px rgb(224, 55, 17), 0 0 35px rgb(224, 55, 17), 0 0 40px rgb(224, 55, 17), 0 0 50px rgb(224, 55, 17), 0 0 75px rgb(224, 55, 17);
    }

    to {
        text-shadow: 0 0 3px rgb(185, 173, 39), 0 0 5px rgb(185, 173, 39), 0 0 8px rgb(185, 173, 39), 0 0 10px rgb(224, 55, 17), 0 0 17px rgb(224, 55, 17), 0 0 20px rgb(224, 55, 17), 0 0 25px rgb(224, 55, 17), 0 0 38px rgb(224, 55, 17);
    }
}

@keyframes pulse {
    from {
        text-shadow: 0 0 5px rgb(185, 173, 39), 0 0 10px rgb(185, 173, 39), 0 0 15px rgb(185, 173, 39), 0 0 20px rgb(224, 55, 17), 0 0 35px rgb(224, 55, 17), 0 0 40px rgb(224, 55, 17), 0 0 50px rgb(224, 55, 17), 0 0 75px rgb(224, 55, 17);
    }

    to {
        text-shadow: 0 0 3px rgb(185, 173, 39), 0 0 5px rgb(185, 173, 39), 0 0 8px rgb(185, 173, 39), 0 0 10px rgb(224, 55, 17), 0 0 17px rgb(224, 55, 17), 0 0 20px rgb(224, 55, 17), 0 0 25px rgb(224, 55, 17), 0 0 38px rgb(224, 55, 17);
    }
}

.neon-white {
    text-shadow: 1px 2px 2px white;
}

/*--- UTILITY CLASSES */
@media screen and (max-width: 991px) and (min-width: 768px) {
    .nowrap-md {
        width: 100%;
    }
}

.section--pad {
    padding: 30px 0;
}

@media screen and (max-width: 767px) {
    .section--pad {
        padding: 15px 0;
    }
}

.pad--top {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .pad--top {
        padding-top: 15px;
    }
}

.pad--bot {
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .pad--bot {
        padding-bottom: 15px;
    }
}

.vert--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vert--bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .vert--center,
    .vert--bot {
        display: block;
    }
}

.text--strike {
    text-decoration: line-through;
    opacity: 0.7;
}

.text--upper {
    text-transform: uppercase;
}

.text--center {
    text-align: center;
}

.text--white {
    color: rgb(255, 255, 255);
}

.text--yellow {
    color: rgb(255, 255, 51);
}

.text--blue {
    color: rgb(52, 72, 200);
}

.text--xl {
    font-size: 80px;
}

@media screen and (max-width: 1199px) {
    .text--xl {
        font-size: 75px;
    }
}

.text--lg {
    font-size: 60px;
}

@media screen and (max-width: 1199px) {
    .text--lg {
        font-size: 55px;
    }
}

.text--md {
    font-size: 30px;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .text--md {
        font-size: 25px;
    }
}

.text--sm {
    font-size: 20px;
}

@media screen and (max-width: 1199px) {
    .text--sm {
        font-size: 15px;
    }
}

.text--xs {
    font-size: 15px;
}

.text--xxs {
    font-size: 11px;
}

/*--- BASE PAGE STYLES*/
.copyright {
    text-align: center;
    color: white;
}

    .copyright a.modalLink {
        color: white;
    }

.footer {
    position: relative;
    padding-top: 40px;
    background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 100%);
    background: 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-bottom: 10px;
}

    .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 div[class*="col-"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .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: 50px;
    padding: 4px 0;
    filter: drop-shadow(1px 1px 1px black);
    margin-top: -1em;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .form > aside > .ontario-gambling-logo {
        display: none;
    }

    .header-container-ontario {
        display: block;
    }
}


.ontario-terms-link {
    color: white;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

    .ontario-terms-link:hover {
        color: white;
        text-decoration: underline;
    }

    .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;
    color: white;
}
