﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 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;
}

@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.svg#Poppins-Medium")
            format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.svg#Poppins-Bold")
            format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin-ext/subset-Poppins-ExtraBold.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin-ext/subset-Poppins-ExtraBold.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin-ext/subset-Poppins-ExtraBold.svg#Poppins-ExtraBold")
            format("svg");
    font-weight: 800;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", arial;
    color: white;
    font-size: 16px;
    line-height: 1.1;
    min-width: 320px;
    overflow-x: hidden;
    background-color: black;
    -webkit-font-smoothing: subpixel-antialiased;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 900;
}

section {
    overflow: hidden;
}

p {
    line-height: 1.4;
}

div p:last-child {
    margin-bottom: 0;
}

.section-content a:hover,
.section-content a {
    color: #26bffc;
    text-decoration: underline;
    font-weight: 700;
}

a.anchor {
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden;
}

.micro-gutters {
    margin-right: 0;
    margin-left: 0;
}

.micro-gutters div[class^="col"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.vignette {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 0px black, -31px 0px 100px rgba(0, 0, 0, 0.2) inset,
        0px -10px 40px rgba(0, 0, 0, 1) inset;
}

@media screen and (max-width: 1200px) {
    .vignette {
        box-shadow: 5px 0px 50px black, -30px 0px 50px black inset,
            30px 0px 50px black inset;
    }
}

.section-pre-header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    background: transparent;
    top: 0;
    z-index: 150;
}

.section-pre-header .logo {
    width: 200px;
    position: relative;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    margin-top: 30px;
}

@media screen and (max-width: 525px) {
    .section-pre-header .logo {
        width: 150px;
        margin-top: 15px;
    }
}

.section-pre-header .logo.is-in-view {
    background-image: url("/rea/shared/img/logo/lxc-logo.png");
}

.section-pre-header .logo::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.section-header {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #006300;
    flex-direction: column;
    justify-content: center;
    max-width: 1920px;
    margin: auto;
    box-shadow: inset 100px 0 140px 0px black;
}

.section-header .section-header-row {
    width: 100%;
    min-height: 790px;
}

.section-header .header-frame {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.hero-heading-container {
    margin: 40px 0px 10px 0;
}
.hero-text-gap {
    gap: 8px;
}

.section-header .cta-offer {
    width: 550px;
    position: relative;
    margin: 0px 0px -26px 0;
}


@media screen and (max-width: 525px) {
    .section-header .cta-offer {
        margin: 0.5rem auto -26px auto;
    }
    .hero-heading-container {
        margin: 10px 0px 10px 0;
    }
}

.section-header .cta-banner {
    background-image: url("/rea/shared/img/lxc/26/cta-ribbon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 0px black;
    padding: 1.5rem 3rem 1.2rem 3rem;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    font-style: italic;
}
.section-header .hero-cta-btn {
    cursor: pointer;
    background-image: url("/rea/shared/img/lxc/26/cta-btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 0px black;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.section-header .cta-text {
    font-family: "Poppins";
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.6;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    paint-order: stroke fill;
}

.section-header .cta-text--disclaimer {
    text-transform: uppercase;
    text-align: center;
}

.section-header .hero-frame {
    padding: 2rem;
    font-size: 1.2rem;
    border-radius: 0.8rem;
    border: 6px solid transparent;
    background-image: linear-gradient(#133600, #133600),
        linear-gradient(0.25turn, #bb8129, #fcfac3, #bb8129);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: white;
    text-align: center;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.hero-frame-right {
    filter: drop-shadow(-6px 0px 0px #ffdd00)
        drop-shadow(0 20px 10px rgba(0, 0, 0, 0.9));
    position: relative;
}

.section-header .hero-frame p {
    line-height: 8px;
}
.hero-frame-right hr {
    display: none;
}
.hero-frame-right--graphic {
    background-color:#EEFF00;
    background-image: url(/rea/shared/img/lxc/26/lxc26-updated-hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat, no-repeat;
    height: 100%;
    z-index: 10;
    position: relative;
}

.hero-frame-right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        #eeff00,
        #eeff00,
        #eeff00,
        #eeff00,
        #eeff00,
        #eeff00,
        #eeff00,
        #eeff00,
        #eeff00,
        #eeff00
    );
    background-size: contain;
    z-index: -1;
    left: -8px;
    bottom: 0px;
    z-index: 10;
    background-repeat: no-repeat;
}

.hero-frame-right:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url(/rea/shared/img/lxc/26/dolla-dolla-bill.png);
    background-size: contain;
    left: 15px;
    bottom: 30px;
    z-index: 10;
    background-repeat: no-repeat;
}

.hero-frame--disc {
    display:none;
}

.hero-frame-right--graphic,
.hero-frame-right::before {
    clip-path: circle(calc(1920px * 0.5) at 100% 50%);
}

@media screen and (max-width: 1920px) {
    .hero-frame-right--graphic,
    .hero-frame-right::before {
        clip-path: circle(calc(55vw - 20px) at 100% 50%);
    }
}

@media screen and (max-width: 1650px) {
    .hero-frame-right--graphic {
    }
}

@media screen and (max-width: 1250px) {
    .hero-frame-right--graphic {
    }
    .heading-text--red,
    .heading-text--brown {
        font-size: 60px;
    }
}

@media screen and (max-width: 991.9px) {
    .hero-frame-right:before {
        width: 100%;
        left: unset;
        bottom: 8px;
    }
    .hero-frame-right:after {
        display:none;
    }
    .hero-frame-right .ribbon {
        display: none;
    }

    .cta-banner::before {
		content: "";
		position: absolute;
		height: 100px;
		width: 70px;
		background: url("/rea/shared/img/lxc/26/left-arrow.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		left: -100px;
		bottom: 0;
	}
	.cta-banner::after {
		content: "";
		position: absolute;
		height: 100px;
		width: 70px;
		background: url("/rea/shared/img/lxc/26/right-arrow.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		right: -100px;
		bottom: 0;
	}

    .section-header {
        min-height: unset;
    }
    .section-header .hero-frame {
        font-size: 1rem;
    }
    .hero-frame-right {
        margin-top: -40px;
    }

    .hero-frame-right--graphic {
        background-image: url("/rea/shared/img/lxc/26/lxc26-updated-hero-mobile.webp");
    }

    .hero-frame-right--graphic,
    .hero-frame-right:before {
        clip-path: circle(600px at 50% 650px);
        background-position: center 100%, center center;
        height: 800px;
    }

    body.reg-ca .hero-frame-right--graphic,
    body.reg-ca .hero-frame-right:before {
        clip-path: circle(570px at 50% 650px);
        background-position: center 100%, center center;
        height: 850px;
    }

    .section-header .header-frame {
        padding: 80px 0 0px 0;
        z-index: 100;
        position: relative;
    }
    .section-header .cta-text {
        font-size: 1.8rem;
    }
     .section-header .hero-cta-btn{
        font-size: 1.3rem;
     }
    .section-header .cta-banner {
    }
    .section-header .hero-frame p {
        line-height: inherit;
    }
    .hero-frame-right:before {
        width:calc(100% + 8px);
        background-image: linear-gradient(
            to bottom,
        darkgoldenrod,
        goldenrod,
        gold,
        yellow
        );
    }

    .hero-frame--disc {
        display:block;
        position: relative;
        bottom: 5px;
        z-index: 1;
        background-image: none;
        border-bottom: 4px solid darkgoldenrod;
        background-color: rgba(0, 0, 0, 0.85);
        font-size: 1rem;
        padding: 100px 30px 50px;
        text-align: center;
        width: 100%;
        border-bottom-right-radius: 50%;
		border-bottom-left-radius:50%;
    }
    .hero-frame--disc p {
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 525px) {
    .section-header .header-frame {
        padding: 45px 0 0px 0;
    }
    .cta-banner::before {
        content: "";
        position: absolute;
        height: 70px;
        width: 40px;
        background: url("/rea/shared/img/lxc/26/left-arrow.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        left: -45px;
        bottom: 0;
    }
    .cta-banner::after {
        content: "";
        position: absolute;
        height: 70px;
        width: 40px;
        background: url("/rea/shared/img/lxc/26/right-arrow.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        right: -45px;
        bottom: 0;
    }
    body.reg-ca .hero-frame-right--graphic, body.reg-ca .hero-frame-right:before {
        height: 550px;
    }
    .hero-frame-right--graphic, .hero-frame-right:before {
        height: 550px;
    }
    .section-header .hero-frame img {
        height: 40px;
    }
    .section-header .hero-frame {
        font-size: 14px;
        padding: 10px;
    }
    .section-header .cta-banner {
        font-size: 1.4rem;
    }
    .hero-frame-right--graphic {
    }

    .hero-frame-trustpilot {
        width: 57.5%;
        margin: -0.5rem 0;
    }
}
.section-header ul {
    margin: 15px 0 0 0;
    padding-left: 20px;
    list-style: none;
}

.section-header ul li {
    font-weight: 400;
    margin-bottom: 10px;
}

.section-header ul li:last-child {
    margin-bottom: 0;
}

.section-header ul li::before {
    content: "\2022";
    color: #26bffc;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.section-game-map {
    background: rgb(0, 40, 22);
    background: linear-gradient(180deg, #001309 20%, #002d16 100%);
}
.section-games {
    position: relative;
    margin-top: -80px;
    z-index: 10;
    padding-top: 0 !important;
}

.curve-top {
    position: relative;
    height: 80px;
    margin-bottom: -50px;
}

.curve-top::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1800px;
    height: 300px;
    top: 0;
    background-color: #050507;
    border-radius: 100%;
}

.form-submit-btn,
a.cta-btn,
a.cta-btn:hover,
.cta-btn {
    border: none;
    color: white;
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
    cursor: pointer;
    background-image: url("/rea/shared/img/lxc/26/cta-btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 0px black;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    filter: drop-shadow(0px 4px 6px rgba(48, 48, 48, 0.5));
}

a.cta-btn.cta-btn-dark,
a.cta-btn:hover.cta-btn-dark,
.cta-btn.cta-btn-dark {
    color: white;
}

@media screen and (max-width: 525px) {
    .form-submit-btn,
    a.cta-btn,
    a.cta-btn:hover,
    .cta-btn {
        font-size: 1.2rem;
        width: 250px;
    }
}
.form-blackout {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 900;
}

.form-contain {
    position: relative;
    width: 420px;
    max-width: calc(100% - 15px);
    margin: 0 auto;
    background-color: black;
    padding: 2rem;
    border-radius: 18px;
    margin-top: 100px;
    text-align: center;
    font-weight: 700;
}
.form-contain::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background: linear-gradient(180deg, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%);
    z-index: -1;
    border-radius: 20px;
}

.form-contain span {
    text-shadow: 2px 2px 4px black;
    line-height: 1.1;
}

.form-contain input {
    width: 100%;
}

.form-contain input[type="text"],
.form-contain input[type="email"],
.form-contain input[type="tel"] {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    text-align: left;
    padding: 0px 0.5rem;
    font-size: 18px;
    border: solid 1px black;
    text-align: center;
    border-radius: unset;
}

.form-contain .form-submit-btn {
    background-color: transparent;
}

@media screen and (max-width: 575px) {
    .form-contain input[type="text"],
    .form-contain input[type="email"],
    .form-contain input[type="tel"] {
        height: 40px;
    }
}

#countrycallingcode[disabled] {
    background-color: white;
}

/* [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;
}

.form-close {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
}

.form-close::after {
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
}

/* <-- [end] FORM STUFF */

.pre-footer {
    text-align: center;
    background-color: black;
    padding: 20px 10px 10px 10px;
}

.pre-footer img {
    display: inline;
    margin: 0 7px 10px 7px;
}

.pre-footer .payment-logo {
    height: 40px;
}

.pre-footer .secure-logo {
    height: 35px;
}

@media screen and (max-width: 767px) {
    .pre-footer img {
        margin: 0 5px 10px 5px;
    }

    .pre-footer {
        padding: 10px 0 0 0;
    }

    .pre-footer .payment-logo {
        height: 27px;
    }

    .pre-footer .secure-logo {
        height: 28px;
    }
}

/*--- UTIL ---*/

.u__section--pad {
    padding: 60px 0;
}

@media screen and (max-width: 767px) {
    .u__section--pad {
        padding: 30px 0;
    }
}

.u__position--above {
    position: relative;
    z-index: 20;
}

.u__line-height--1-25 {
    line-height: 1.25 !important;
}

.u__colour--yellow {
    color: #ffd427;
}

.u__colour--gold {
    color: #ffc924;
}

.u__colour--gold-light {
    color: #edd195;
}

.u__colour--blue {
    color: #26bffc;
}

.u__colour--blue-dark {
    color: #227ee0;
}

.u__colour--black {
    color: #050507;
}

.u__colour--white {
    color: white;
}

.u__colour--gray {
    color: #c4c4c4;
}

.u__colour--grey {
    color: #7e7e7e;
}
.u__colour--purple {
    color: #6c2259;
}

.u__colour--pink {
    color: #ff96b2;
}

.u__colour--orange {
    color: #de5916;
}
.u__colour--darkgold {
    color: #bb8d40;
}

.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: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.u__text--shadow-white {
    text-shadow: 1px 1px 5px white;
}

.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--heading {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .u__text--heading {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.u__text--xxl {
    font-size: 120px;
    line-height: 0.95;
}

@media screen and (max-width: 575px) {
    .u__text--xxl {
        font-size: 60px;
    }
}

.u__text--xl {
    font-size: 45px;
    line-height: 0.95;
}

@media screen and (max-width: 575px) {
    .u__text--xl {
        font-size: 35px;
    }
}

.u__text--l {
    line-height: 0.95;
    font-size: 26px;
}

@media screen and (max-width: 575px) {
    .u__text--l {
        font-size: 20px;
    }
}

.u__text--m {
    font-size: 20px;
}

@media screen and (max-width: 575px) {
    .u__text--m {
        font-size: 18px;
    }
}

.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;
    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
=================*/
.section-pre-header .logo-ontario {
    background-position: calc(50% - 85px + 0px) top;
}

.section-pre-header .logo-ontario {
    width: 200px;
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    margin-top: 10px;
    margin-right: 170px;
}

.section-pre-header .logo-ontario.is-in-view {
    background-image: url("/rea/shared/img/logo/lxc-logo.png");
}

.section-pre-header .logo-ontario::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.section-pre-header .ontario-gambling-logo {
    width: 150px;
    height: auto;
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: 26px;
    margin-left: 220px;
}

.footer-icons .ontario-gambling-logo {
    width: 102px;
    height: auto;
    margin-top: -32px;
    display: inline-block;
}

.ontario-terms-link {
    font-size: 10px;
    color: white;
    padding: 5px 5px 0 0;
}

@media screen and (max-width: 767px) {
    .section-pre-header .logo-ontario {
        width: 160px;
        margin-right: 150px;
    }
    .ontario-terms-link {
        padding: 5px 0 0 0;
    }
    .section-pre-header .ontario-gambling-logo {
        width: 130px;
        margin-left: 180px;
    }
}

.ontario-terms-link:hover {
    color: white;
    text-decoration: none;
}

.footer .ontario-terms-link {
    text-decoration: underline;
}

.footer p {
    font-size: 10px;
    margin: 20px auto;
    text-align: center;
    max-width: 563px;
}

.footer p a {
    text-decoration: underline;
    color: white;
}

.footer p a:hover {
    color: white;
}
/*===========
    Compliance Prefooter
=============*/
.compliance-prefooter {
    background: black;
    padding: 3.25rem 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
.compliance-prefooter a {
    text-decoration: underline;
}
.compliance-prefooter--body {
    max-width: 875px;
}

.compliance-prefooter--body p,
.compliance-prefooter--linkout {
    color: #7e7e7e;
}

.compliance-prefooter--body span {
    color: #fff;
}
.compliance-prefooter--email {
    color: #ffee00;
}
/*Generic Styling for wagering text*/
.header-frame .ontario-wagering-requirement {
    text-align:center;
    text-transform: none;
    font-size: 0.6rem;
    color: rgba(180, 180, 180, 0.8);
}
.header-frame .ontario-wagering-requirement a {
    text-transform: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: underline !important;
}

.header-frame .ontario-wagering-requirement .ontario-terms-link:before {
    content: unset !important;
}

.header-frame .ontario-wagering-requirement .ontario-terms-link {
    padding: unset;
}
