/******************************************* FONTS *******************************************/
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
}

@font-face {
    font-family: 'Montserrat-Extrabold';
    src: url('../fonts/Montserrat-Extrabold.eot');
    src: url('../fonts/Montserrat-Extrabold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Extrabold.woff') format('woff'), url('../fonts/Montserrat-Extrabold.ttf') format('truetype'), url('../fonts/Montserrat-Extrabold.svg#Montserrat-Extrabold') format('svg');
}


/******************************************* HOME PAGE *******************************************/
body {
    font-family: 'Montserrat-Light';
    /*margin: 110px 0 0 0;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat-Bold';
}

.top-logo {
    max-width: 126px;
}

.main-logo {
    height: 100px;
    margin-top: 7px;
    padding-left: 20px;
}

a {
    color: #ec1b31;
}

    a:hover {
        color: #C21729;
    }

.main-logo {
    height: 87px;
    margin-top: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* NAV */
.nav-container {
    /*position: fixed;
    top: 0px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    width: 100%;
    height: 110px;
    z-index: 1030;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
    /*-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
}

.main-logo {
    height: 110px;
    padding-left: 30px;
}

a.nav-logo-link:hover,
a.nav-logo-link:focus {
    text-decoration: none;
}

.nav-links {
    padding-right: 20px;
}

    .nav-links ul {
        margin: 0;
        padding: 0;
    }

        .nav-links ul li {
            display: inline-block;
            text-decoration: none;
        }

            .nav-links ul li:not(:last-child) {
                margin-right: 5px;
            }

            .nav-links ul li a {
                color: #FFF;
                font-family: 'Montserrat-Bold';
                font-size: 16px;
                text-transform: uppercase;
                letter-spacing: 1px;
                padding: 12px 18px;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }
            .nav-links ul li a.purchase-link {
                color: #000;
                font-family: 'Montserrat-Bold';
                font-size: 16px;
                text-transform: uppercase;
                letter-spacing: 1px;
                padding: 12px 18px;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }

.menu-open.nav-links ul li a,
.purchasing .nav-links ul li a {
    color: #000;
}

.nav-links ul li a:hover,
.nav-links ul li a:focus {
    color: #ed1b2f;
    text-decoration: none;
}

.nav-links ul li a.active {
    color: #FFF;
    background-color: #ec1b31;
    border: 1px solid transparent;
}

.nav-links li a.header-purchase,
.nav-right a.header-purchase {
    background-color: #ed1b2f !important;
    color: #FFF;
    border: 1px solid #ed1b2f;
    border-radius: 0px;
    padding: 18px 28px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .nav-links li a.header-purchase:hover,
    .nav-right a.header-purchase:hover {
        color: #ed1b2f;
        border: 1px solid #FFF;
        background-color: #FFF !important;
    }

    .nav-links li a.header-purchase i {
        color: #ed1b2f !important;
        margin-right: 10px;
    }

    .nav-links li a.header-purchase:hover i {
        color: #FFF !important;
    }

.nav-menu,
.nav-overlay {
    display: none;
}

.close-btn {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.mobile-header-purchase {
    display: none;
}

.nav-title {
    width: 340px;
    height: auto;
    margin-left: 20px;
}

.nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.nav-right a.header-purchase {
        display: none;
    }*/

.chha-logo img {
    height: 64px;
    width: auto;
    /*margin-left: 40px;*/
}

.imagine-logo {
    display: inline-block;
}

    .imagine-logo img {
        height: 100px;
        width: auto;
    }

#myNavbar {
    display: inline-block;
}

.header-purchase {
    line-height: 20px;
    border: 1px solid #ec1b31;
    color: #ec1b31;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    height: 46px;
    padding: 12px 18px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .header-purchase:hover {
        background-color: #ec1b31;
        border: 1px solid #ec1b31;
        color: #FFF;
        text-decoration: none;
    }


/* NAV FIXED */
.nav-fixed {
    background-color: #FFF;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    webkit-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.nav-fixed-active {
    visibility: visible;
    opacity: 1;
}

.nav-fixed .nav-links ul li a:not(.header-purchase) {
    color: #000;
}

.nav-fixed .nav-links ul li a:hover {
    color: #ec1b31;
}

.nav-fixed .nav-links ul li .header-purchase:hover {
    background-color: #940b1a !important;
    color: #FFF;
}


/******************************************* LOTTERY DETAILS *******************************************/
.lottery-details {
    font-family: 'Montserrat-Light';
    text-align: center;
    color: #fff;
}

    .lottery-details .red-bg {
        background-color: #7A22D9;
        background-image: url('../Images/5050-Ultimate_hero-bg.jpg');
        background-size: cover;
        background-position: center;
        margin-top: -110px;
        padding: 140px 20px 30px 20px;
        /*clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);*/
    }


    /******************************************* DATES TOP BAR *******************************************/
    .lottery-details .lottery-dates {
        background-color: rgba(0,0,0,0.2);
        padding: 12px;
        animation: fadeIn 2s;
        -moz-animation: fadeIn 2s; /* Firefox */
        -webkit-animation: fadeIn 2s; /* Safari and Chrome */
        -o-animation: fadeIn 2s; /* Opera */
    }

    .lottery-details .earlybird-deadline,
    .lottery-details .main-draw-deadline,
    .lottery-details .main-draw-over {
        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;
        height: 50px;
    }

    /*.lottery-details .lottery-dates .slick-list {
    overflow: visible;
}*/

    .lottery-details .lottery-dates img {
        display: inline-block;
        height: 50px;
        margin-right: 20px;
    }

    /*.lottery-details .main-draw-over img {
        height: 65px;
    }*/

    .lottery-details .lottery-dates h2 {
        display: inline-block;
        font-size: 30px !important;
        text-transform: uppercase;
        margin: 0;
    }

        .lottery-details .lottery-dates h2 sup {
            font-size: 17.25px;
        }

    .lottery-details .main-draw-over h2 {
        font-family: 'Montserrat-Light';
        font-size: 26px !important;
    }

        .lottery-details .main-draw-over h2 span {
            font-family: 'Montserrat-SemiBold';
        }

    .lottery-details .lottery-dates h2 span {
        font-family: 'Montserrat-SemiBold';
    }

.hero-bottom-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
}

/******************************************* JACKPOT COUNTER SECTION *******************************************/
/*.lottery-details .lottery-jackpot {
        margin-top: 60px;
        margin-bottom: 60px;
    }*/
.hero-video {
    max-width: 900px;
    margin: 0 auto;
}

/*.hero-video video {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  box-shadow: 0 5px 17px rgba(0,0,0,0.75);
}*/

.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lottery-details .lottery-jackpot .ultimate-header-logo {
    background-image: url('../Images/50-50-header-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 463px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 36px;
}

.lottery-details .lottery-jackpot .ultimate-5050-logo {
    width: 100%;
    max-width: 600px;
}

.lottery-details .lottery-jackpot h2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 42px !important;
    letter-spacing: 1px;
    margin: 0;
    margin-top: 50px;
}

.lottery-details .lottery-jackpot .lottery-jackpot-value {
    font-family: 'Montserrat-Extrabold';
    /*font-size: 72px;*/
    font-size: 84px;
    margin: 0;
    margin-top: 20px;
    text-shadow: 0px 3px 8px rgba(0,0,0,0.7);
    /*text-shadow: 0 3px 4px rgba(73,19,27,0.4), 0 0px 60px rgba(73,19,27,0.8);*/
}

    .lottery-details .lottery-jackpot .lottery-jackpot-value sup {
        top: -0.5em;
        font-size: 60%;
    }

.lottery-details .lottery-jackpot h4 {
    font-size: 14px;
    margin-top: 0;
}

.lottery-details .lottery-jackpot .lottery-jackpot-potential {
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 225px;
}

.lottery-details .lottery-jackpot h4 span {
    font-size: 120%;
}

/******************************************* WIN WIN SECTION *******************************************/
.lottery-details .lottery-winnings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-bottom: 80px;
    width: 100%;
}

    .lottery-details .lottery-winnings .you-win-container,
    .lottery-details .lottery-winnings .they-win-container {
        width: 100%;
        padding: 30px 20px;
        -webkit-box-shadow: 0 4px 15px rgba(73,19,27,0.5);
        box-shadow: 0 4px 15px rgba(73,19,27,0.5);
    }

        .lottery-details .lottery-winnings .you-win-container img,
        .lottery-details .lottery-winnings .they-win-container img {
            height: 100px;
            width: auto;
            margin-bottom: 20px;
        }

        .lottery-details .lottery-winnings .you-win-container h2,
        .lottery-details .lottery-winnings .they-win-container h2 {
            font-family: 'Montserrat-Bold';
            font-size: 86px;
            letter-spacing: -3px;
            margin: 0;
            margin-bottom: 10px;
        }

        .lottery-details .lottery-winnings .you-win-container p,
        .lottery-details .lottery-winnings .they-win-container p {
            font-family: 'Montserrat-SemiBold';
            font-size: 24px;
            max-width: 420px;
            margin: 0 auto;
        }

        .lottery-details .lottery-winnings .they-win-container h2,
        .lottery-details .lottery-winnings .they-win-container p {
            text-shadow: 0 0 15px rgba(0,0,0,0.6);
        }

            .lottery-details .lottery-winnings .you-win-container p span,
            .lottery-details .lottery-winnings .they-win-container p span {
                font-family: 'Montserrat-SemiBold';
            }

    .lottery-details .lottery-winnings .you-win-container {
        background-color: #FFF;
        background-image: -o-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)), url('../Images/img-you-win.jpg');
        background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.3))), url('../Images/img-you-win.jpg');
        background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)), url('../Images/img-you-win.jpg');
        background-size: cover;
        color: #000;
        margin-left: 40px;
        margin-right: 80px;
    }

    .lottery-details .lottery-winnings .they-win-container {
        background-color: #21A99A;
        background-image: -o-linear-gradient(rgba(33,169,154,0.2),rgba(33,169,154,0.2)), url('../Images/img-they-win.jpg');
        background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(33,169,154,0.2)),to(rgba(33,169,154,0.2))), url('../Images/img-they-win.jpg');
        background-image: linear-gradient(rgba(33,169,154,0.2),rgba(33,169,154,0.2)), url('../Images/img-they-win.jpg');
        background-position: 50% 20%;
        background-size: cover;
        color: #FFF;
        margin-left: 80px;
        margin-right: 40px;
    }

.lottery-details .win-image {
    width: 100%;
    /*padding: 20px 100px 80px 100px;*/
}

    .lottery-details .win-image img,
    .lottery-details .win-image source {
        width: 100%;
    }

/******************************************* COUNTDOWN CLOCK SECTION *******************************************/
.lottery-details .lottery-date-counter {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 100px 30px;
    padding: 50px;
    background-color: #FFF;
    background-image: url('../Images/countdown-bg.png');
    background-repeat: repeat;
    border-radius: 24px;
    color: #333;
}

.lottery-details .countdown-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .lottery-details .countdown-cols .countdown-img img {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin-right: 60px;
    }

.lottery-details .lottery-date-counter h2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 56px !important;
    line-height: .75;
    margin-top: 0;
    margin-bottom: 30px;
}

    .lottery-details .lottery-date-counter h2 span {
        font-family: 'Montserrat-Light';
        font-size: 32px;
    }

.lottery-details .lottery-date-counter .countdown-date {
    /*display: inline-block;*/
    background-color: #fff;
    border: 3px solid #ec1b31;
    color: #ec1b31;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    margin-bottom: 35px;
    padding: 13px 40px;
}

.lottery-details .lottery-date-counter .lottery-countdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .lottery-details .lottery-date-counter .lottery-countdown ul li {
        display: inline-block;
        /*font-family: 'Montserrat-Regular';*/
        text-transform: uppercase;
    }

        .lottery-details .lottery-date-counter .lottery-countdown ul li:not(:last-child) {
            margin-right: 5px;
        }

        .lottery-details .lottery-date-counter .lottery-countdown ul li div:nth-of-type(1) {
            background-color: rgba(0,0,0,0.5);
            background-color: #ec1b31;
            background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(#444), to(#000));
            background: -o-linear-gradient(#000, #444, #000);
            background: linear-gradient(#000, #444, #000);
            border-radius: 4px;
            width: 90px;
            height: 110px;
        }

        .lottery-details .lottery-date-counter .lottery-countdown ul li span {
            color: #FFF;
            font-family: 'Montserrat-SemiBold';
            font-size: 50px;
            line-height: 110px;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }

        .lottery-details .lottery-date-counter .lottery-countdown ul li div:last-child {
            font-family: 'Montserrat-SemiBold';
            font-size: 14px;
        }

        .lottery-details .lottery-date-counter .lottery-countdown ul li div:nth-of-type(2) {
            margin-top: 5px;
        }

/******************************************* TICKETS PRICES SECTION *******************************************/
.lottery-details .lottery-tickets {
    padding: 80px 30px;
    background-color: #faa546;
    background-image: url('../Images/bg-img-tickets-red.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

    .lottery-details .lottery-tickets .ticket-border {
        background-color: rgba(46,0,5,0.6);
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 24px;
        /*border-bottom: 6px solid rgba(255,255,255,0.6);*/
        padding: 60px 40px;
        max-width: 1200px;
    }

    .lottery-details .lottery-tickets h1 {
        font-family: 'Montserrat-Light';
        font-size: 56px !important;
        margin: 0;
        margin-bottom: 50px;
    }

        .lottery-details .lottery-tickets h1 span {
            display: block;
            font-family: 'Montserrat-SemiBold';
        }

    .lottery-details .lottery-tickets .ticket-tier {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 56px;
    }

        .lottery-details .lottery-tickets .ticket-tier:not(:last-child) {
            margin-bottom: 10px;
        }

    .lottery-details .lottery-tickets .ticket-price {
        background-color: #FFF;
        color: #bd1627;
        display: inline-block;
        font-family: 'Montserrat-SemiBold';
        font-size: 24px;
        letter-spacing: -1.5px;
        width: 100px;
        margin-right: 10px;
        padding: 12px 0;
    }

    .lottery-details .lottery-tickets .ticket-tier .ticket-icon {
        background-image: url('../Images/ticket-icon.png');
        background-position-x: 56px;
        background-size: contain;
        display: inline-block;
        height: 56px;
        position: relative;
        opacity: 0.6;
    }

        .lottery-details .lottery-tickets .ticket-tier .ticket-icon::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            background-image: -o-linear-gradient(right, rgba(189,22,39, 0.9), rgba(189,22,39, 0));
            background-image: -webkit-gradient(linear, right top, left top, from(rgba(189,22,39, 0.9)), to(rgba(189,22,39, 0)));
            background-image: linear-gradient(to left, rgba(189,22,39, 0.9), rgba(189,22,39, 0));
            height: 56px;
            width: 60px;
        }

    .lottery-details .lottery-tickets .ticket-tier.tier1 .ticket-icon {
        width: 20%;
    }

    .lottery-details .lottery-tickets .ticket-tier.tier2 .ticket-icon {
        width: 40%;
    }

    .lottery-details .lottery-tickets .ticket-tier.tier3 .ticket-icon {
        width: calc(100% - 110px);
    }

    .lottery-details .lottery-tickets .tickets-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 80px;
    }

.tickets-container .ticket-col {
    width: 100%;
}

    .tickets-container .ticket-col:not(:last-child) {
        margin-right: 20px;
    }

.lottery-details .lottery-tickets p {
    font-size: 16px;
}

    .lottery-details .lottery-tickets p span {
        font-family: 'Montserrat-SemiBold';
    }

.lottery-details .lottery-tickets a {
    line-height: 20px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 18px 28px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .lottery-details .lottery-tickets a:hover {
        background-color: #FFF;
        color: #ec1b31;
        text-decoration: none;
    }


.lottery-details .tickets-container img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.lottery-details .tickets-container h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 32px !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.lottery-details .lottery-tickets .spacer {
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    max-width: 700px;
    height: 1px;
    margin: 60px auto 30px;
}

.lottery-details .payments-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .lottery-details .payments-container ul li {
        display: inline-block;
    }

        .lottery-details .payments-container ul li:not(:last-child) {
            margin-right: 14px;
        }

.lottery-details .payments-container img {
    width: 70px;
    height: auto;
}

/******************************************* EARLY BIRD SECTION *******************************************/
.earlybird-section {
    /*background-color: #ef4f1a;*/
    /*background-image: -o-linear-gradient(top, rgba(242,127,13,0.7) -30px, rgba(239,79,26,0.7));
    background-image: linear-gradient(to bottom, rgba(242,127,13,0.7) -30px, rgba(239,79,26,0.7));*/
    /*background-image: -webkit-linear-gradient(top, #f27f0d -30px, #ef4f1a);
    background-image: -o-linear-gradient(top, #f27f0d -30px, #ef4f1a);
    background-image: linear-gradient(to bottom, #f27f0d -30px, #ef4f1a);*/
    /*background-color: #ed1b2f;*/
    background-color: #0694ff;
    color: #FFF;
    font-family: 'Montserrat-Regular';
}

    .earlybird-section a {
        color: #FFF;
    }

.earlybird-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .earlybird-cols .image-col {
        width: 45%;
        background-color: #20abfd;
        background-image: url(/Content/Images/earlybird-img.jpg);
        background-repeat: no-repeat;
        background-position: 35% center;
        background-size: cover;
    }

    .earlybird-cols .content-col {
        background-image: url(/Content/Images/5050-Ultimate_hero-bg-blue.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 150%;
        width: 55%;
        padding: 100px 60px;
    }

.earlybird-section .earlybird-content {
    /*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;*/
    font-family: 'Montserrat-Light';
    margin: 0 auto;
    max-width: 800px;
}

.earlybird-content .earlybird-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.earlybird-section .earlybird-content img {
    width: auto;
    height: 100px;
    margin-right: 30px;
}

.earlybird-section .earlybird-content h1 {
    margin: 0;
    font-size: 56px !important;
    font-family: 'Montserrat-SemiBold';
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

    .earlybird-section .earlybird-content h1 span {
        font-family: 'Montserrat-Light';
    }

.earlybird-section .earlybird-content h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 42px !important;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 50px;
}

    .earlybird-section .earlybird-content h3 span {
        font-family: 'Montserrat-Light';
    }

.earlybird-section .earlybird-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

    .earlybird-section .earlybird-images > div {
        width: 100%;
        max-width: 350px;
    }

        .earlybird-section .earlybird-images > div:not(:last-child) {
            margin-right: 20px;
        }

    .earlybird-section .earlybird-images img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

.earlybird-list ul {
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
    margin-left: 40px;
}

.content-col .earlybird-list ul li {
    list-style: none;
    font-family: 'Montserrat-Light';
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
}

    .content-col .earlybird-list ul li img {
        width: 36px;
        height: auto;
        margin-right: 10px;
    }

    .content-col .earlybird-list ul li span {
        font-family: 'Montserrat-SemiBold';
    }

.content-col .earlybird-three {
    font-family: 'Montserrat-Light';
    font-size: 28px;
    line-height: 1.3;
}

    .content-col .earlybird-three span {
        font-family: 'Montserrat-SemiBold';
    }

.earlybird-btn {
    display: inline-block;
    border: 2px solid #F9A445;
    background-color: #F9A445;
    color: #01469b !important;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*margin-top: 60px;*/
    padding: 18px 28px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .earlybird-btn:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #ec1b31 !important;
        text-decoration: none;
    }

/*.earlybird-section .earlybird-images .earlybird-img-1,
        .earlybird-section .earlybird-images .earlybird-img-2,
        .earlybird-section .earlybird-images .earlybird-img-3 {
            background-image: url('../Images/riverfront-01.jpg');
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover;
            width: 100%;
            height: 250px;
            margin-right: 30px;
            -webkit-box-shadow: 4px 8px 0 rgba(0,0,0,0.25);
            box-shadow: 4px 8px 0 rgba(0,0,0,0.25);
        }

        .earlybird-section .earlybird-images .earlybird-img-2 {
            background-image: url('../Images/riverfront-02.jpg');
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover;
        }

        .earlybird-section .earlybird-images .earlybird-img-3 {
            background-image: url('../Images/riverfront-03.jpg');
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover;
            margin-right: 0;
        }*/
.earlybird-section .riverfront-logo-container {
    padding-right: 15px;
}

.earlybird-section .riverfront-logo-text {
    font-size: 14px;
}

.earlybird-section .riverfront-logo {
    width: 100%;
    height: auto;
    margin-top: -10px;
}

.earlybird-section .line-left {
    border-left: 2px solid #FFF;
    padding-left: 30px;
}

.earlybird-section .earlybird-value {
    font-size: 24px;
    margin-bottom: 10px;
}

    .earlybird-section .earlybird-value .super {
        vertical-align: top;
        margin-top: 10px;
    }

    .earlybird-section .earlybird-value div {
        display: inline-block;
    }

    .earlybird-section .earlybird-value .earlybird-value-lg {
        font-size: 60px;
        font-family: 'Montserrat-SemiBold';
        margin-top: -15px;
        padding: 0 3px 0 5px;
        text-shadow: 0 2px 3px rgba(0,0,0,0.4);
    }

    .earlybird-section .earlybird-value .earlybird-value-sm {
        font-family: 'Montserrat-SemiBold';
        margin-left: -5px;
        text-shadow: 0 1.5px 2.5px rgba(0,0,0,0.4);
    }

.earlybird-section p {
    font-size: 20px;
    font-family: 'Montserrat-Light';
    line-height: 28px;
}

    .earlybird-section p:last-child {
        margin-bottom: 0;
    }

.earlybird-winner-img {
    width: 100%;
    max-width: 800px;
    height: auto;
}


/******************************************* 50/50 SECTION *******************************************/
#first_section .subscribe {
    /*background-color: #21a99a;*/
    background-color: #ec1b31;
    padding: 83px 0 86px 0;
}

#first_section .second_part p, #first_section .second_part .subscribe_content p {
    font-size: 18px;
    font-family: 'Montserrat-Light';
    color: #fff;
}

#first_section .second_part .subscribe_content p, #first_section .second_part .subscribe_content h3 {
    text-align: center;
}

    #first_section .second_part .subscribe_content p:nth-child(3) {
        font-family: 'Montserrat-SemiBold';
        font-size: 24px;
    }

    #first_section .second_part .subscribe_content p:nth-child(4) {
        margin: 0 0 0 0;
    }

#first_section .subscribe_content img {
    height: 200px;
    width: auto;
    margin: 0 auto;
}

#first_section .second_part .earlybird {
    border: 1px solid #fff;
    text-align: center;
    margin: -5px 0 30px;
    padding: 10px;
}

    #first_section .second_part .earlybird h3 {
        font-family: 'Montserrat-Regular';
        color: #fff;
        font-weight: bold;
    }

        #first_section .second_part .earlybird h3 span {
            text-decoration: underline;
        }

#first_section .second_part .subscribe_content h3 {
    font-family: 'Montserrat-Regular';
    font-size: 42px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
}

#first_section .second_part > p {
    font-family: 'Montserrat-Light';
    text-align: center;
    margin-bottom: 6px;
    margin: 0 auto 50px auto;
    line-height: 30px;
}


/******************************************* PRICES SECTION *******************************************/
.white_title {
    text-align: center;
    margin-bottom: 39px;
    margin-top: 35px;
}

    .white_title h1 {
        display: inline-block;
        margin: 0;
        font-family: 'Montserrat-SemiBold';
        color: #353535;
        font-size: 40px;
    }

    .white_title p {
        display: inline-block;
        margin: 0 0 0 8px;
        color: #353535;
        font-family: 'Montserrat-Light';
        font-size: 40px;
    }

#prizes .prize_breakdown {
    background: url(../images/prize_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 0 0 66px 0;
}

    #prizes .prize_breakdown .prize_video iframe {
        width: 100%;
        height: 586px;
        border: none;
    }

#prizes .prize_table .table {
    display: table;
    border: 1px solid #9e9e9e;
}

#prizes .prize_table {
    background-color: #d3d3d3;
    padding-bottom: 30px;
}

    #prizes .prize_table .table .table_row {
        display: table-row;
    }

        #prizes .prize_table .table .table_row .table_header, #prizes .prize_table .table .table_row .table_column {
            display: table-cell;
            font-family: 'Montserrat-Light';
            font-size: 18px;
            color: #353535;
            padding: 8px 17px 5px 30px;
        }

        #prizes .prize_table .table .table_row .table_header {
            font-family: 'Montserrat-SemiBold';
        }

            #prizes .prize_table .table .table_row .table_header:first-child {
                width: 1%;
            }

            #prizes .prize_table .table .table_row .table_header:nth-child(2) {
                width: 77%;
            }

        #prizes .prize_table .table .table_row:nth-child(odd) {
            background-color: #d3d3d3;
        }

        #prizes .prize_table .table .table_row:nth-child(even) {
            background-color: #c2c2c2;
        }

.black_title {
    text-align: center;
    margin-bottom: 41px;
    margin-top: 64px;
}

    .black_title h1 {
        color: #fff;
        display: inline-block;
        margin: 0;
        font-family: 'Montserrat-SemiBold';
        font-size: 32px;
    }

    .black_title p {
        color: #fff;
        display: inline-block;
        margin: 0 0 0 8px;
        font-family: 'Montserrat-Light';
        font-size: 32px;
    }

#prizes .prize_img_section {
    background: url(../images/prize_img_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 72px 0 66px 0;
}

    #prizes .prize_img_section h2 {
        font-family: 'Montserrat-SemiBold';
        font-size: 30px;
        margin: 0;
        margin: 16px 0 7px 0;
    }

    #prizes .prize_img_section h3 {
        font-family: 'Montserrat-Regular';
        font-size: 24px;
        margin: 0 0 10px 0;
    }

    #prizes .prize_img_section p {
        font-family: 'Montserrat-Light';
        font-size: 20px;
        margin: 0;
        line-height: 33px;
    }

.logo-round {
    display: block;
    margin: 0 auto;
}


/******************************************* PICTURES SECTION *******************************************/
#images .pictures_section {
    background-color: #256fae;
    padding: 28px 0 46px 0;
}

    #images .pictures_section img {
        margin-bottom: 32px;
    }

    #images .pictures_section .white_title {
        margin-bottom: 42px;
    }


/******************************************* MAP SECTION *******************************************/
.map_section {
    background-color: #e1e1e1;
    padding-top: 60px;
}

    .map_section .black_title {
        margin-top: 0;
    }

        .map_section .black_title h1 {
            font-size: 40px;
        }

    .map_section .map iframe {
        width: 100%;
        border: none;
        height: 422px;
    }


/******************************************* PROCEEDS SECTION *******************************************/
.proceeds_section {
    background-color: #21a99a;
    background: linear-gradient(rgba(33,169,154,0.85), rgba(33,169,154,0.85)), url(../Images/chha-nl_bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}

    .proceeds_section h1 {
        color: #FFF;
        padding: 0 20px;
    }

    /*.proceeds_section h1 span {
            color: #333;
        }*/

    .proceeds_section .camp-imgs {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

        .proceeds_section .camp-imgs img {
            width: 100%;
            -webkit-box-shadow: 4px 8px 0 #FFF;
            box-shadow: 4px 8px 0 #FFF;
        }

.camp-video video {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.proceeds_section .black_title {
    margin-top: 0;
    margin-bottom: 28px;
}

    .proceeds_section .black_title h1 {
        font-size: 56px;
    }

.proceeds_section h1 span {
    font-family: 'Montserrat-Light';
}

.proceeds_section .black_title p {
    font-size: 40px;
}

.proceeds_section .proceeds_content p {
    font-family: 'Montserrat-Light';
    font-size: 20px;
    color: #FFF;
    line-height: 33px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 80%;
}

.proceeds_section .proceeds_content .question {
    background-color: #FFF;
    /*background-image: -webkit-linear-gradient(290deg, #0ea493 -20%, #078879 120%);
        background-image: -o-linear-gradient(290deg, #0ea493 -20%, #078879 120%);
        background-image: linear-gradient(160deg, #0ea493 -20%, #078879 120%);*/
    border-bottom: 6px solid rgba(255,255,255,0.4);
    padding: 36px 30px 26px 30px;
}

    .proceeds_section .proceeds_content .question p {
        margin: 0 0 3px 0;
    }

        .proceeds_section .proceeds_content .question p:nth-child(2) {
            margin-bottom: 12px;
        }

.proceeds_section .proceeds_content p:nth-child(3) {
    margin-top: 70px;
    margin-bottom: 20px;
    line-height: 34px;
}

.proceeds_section ul.proceeds_list {
    background-color: #FFF;
    /*background-image: -webkit-linear-gradient(290deg, #0ea493 -20%, #078879 120%);
        background-image: -o-linear-gradient(290deg, #0ea493 -20%, #078879 120%);
        background-image: linear-gradient(160deg, #0ea493 -20%, #078879 120%);*/
    border-bottom: 6px solid rgba(255,255,255,0.4);
    padding: 26px 48px 20px 32px;
    margin-top: 16px;
    height: 380px;
}

.proceeds_section .proceeds_list li {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    color: #fff;
    list-style: none;
    position: relative;
    padding: 5px 0;
    line-height: 26px;
}

    .proceeds_section .proceeds_list li p {
        margin: 0 0 0 22px;
    }

    .proceeds_section .proceeds_list li:before {
        content: '';
        background-color: rgba(255,255,255,0.4);
        border-radius: 50%;
        position: absolute;
        display: block;
        height: 8px;
        width: 8px;
        top: 15px;
    }

    .proceeds_section .proceeds_list li ul li:before {
        display: none;
    }

    .proceeds_section .proceeds_list li ul {
        padding: 4px 56px 0 56px;
    }

.proceed_inner_content {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 24px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

    .proceed_inner_content .chha-col:nth-of-type(1) {
        width: 45%;
    }

    .proceed_inner_content .chha-col:nth-of-type(2) {
        width: 55%;
    }

    .proceed_inner_content .proceed_logo {
        padding: 40px;
        width: 100%;
    }

.proceed_contact_content {
    background-color: #f1f2f2;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 100%;
    padding: 80px 40px;
}

.proceed_inner_content .proceed_logo img {
    margin: 0 auto;
    width: 100%;
    max-width: 367px;
    height: auto;
}

.proceed_contact_content p {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    margin: 0;
    /*color: #fff;*/
    line-height: 32px;
}

.proceed_contact_content .thanks-txt {
    font-weight: bold;
    margin-bottom: 15px;
}

.proceeds_section .proceed_inner_content .proceed_contact_content p a {
    font-family: 'Montserrat-SemiBold';
    color: #21a99a;
}

.proceeds_section .proceed_inner_content .proceed_contact_content p:nth-child(2) {
    width: 77%;
}

/******************************************* DRAW DATE SECTION *******************************************/
#draw_date {
    padding-top: 80px;
    padding-bottom: 80px;
}

    #draw_date .draw-date-container {
        color: #940b1a;
        font-family: 'Montserrat-Regular';
        font-size: 40px;
        text-transform: uppercase;
    }

        #draw_date .draw-date-container img {
            height: 51px;
            width: auto;
        }

        #draw_date .draw-date-container .first-line {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 10px;
        }

            #draw_date .draw-date-container .first-line img,
            #draw_date .draw-date-container .first-line div {
                padding-right: 10px;
                padding-left: 10px;
            }

        #draw_date .draw-date-container .second-line {
            color: #ec1b31;
            font-family: 'Montserrat-SemiBold';
            font-size: 62px;
            text-align: center;
            padding-left: 20px;
            padding-right: 20px;
            /*text-shadow: 0 3px 8px rgba(236,27,49,0.4);*/
        }


/******************************************* CONTACT SECTION *******************************************/
#contact {
    background-color: #FFF;
    padding: 80px 0;
}

    #contact .black_title {
        margin-top: 0;
        margin-bottom: 43px;
    }

        #contact .black_title h1 {
            color: #000;
            font-size: 56px;
        }

            #contact .black_title h1 span {
                font-family: 'Montserrat-Light';
            }

    #contact .contact-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        #contact .contact-content .contact-col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
        }

            #contact .contact-content .contact-col:not(:last-child) {
                margin-right: 30px;
            }

    #contact .contact_detail {
        text-align: center;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 12px;
        padding: 50px;
        width: 100%;
    }

        #contact .contact_detail h3 {
            font-size: 28px;
            letter-spacing: 1px;
            color: #ed1b2f;
            border-bottom: 1px solid #ed1b2f;
            margin: 0;
            margin-bottom: 24px;
            padding-bottom: 30px;
        }

        #contact .contact_detail div {
            font-size: 14px;
        }

        #contact .contact_detail p {
            font-size: 20px;
            line-height: 1.7;
            color: #000;
            margin: 0;
            margin: 14px 0 0 0;
        }

        #contact .contact_detail a {
            font-size: 24px;
            text-decoration: none;
            color: #000;
            display: block;
            margin-bottom: 10px;
        }

            #contact .contact_detail a.contact_link {
                font-size: 18px;
                color: #000;
                border: 1px solid #000;
                padding: 5px 21px;
                display: inline-block;
                margin-top: 27px;
                text-transform: uppercase;
            }

                #contact .contact_detail a.contact_link.contact_link2 {
                    padding: 5px 26px;
                    display: inline-block;
                    margin-top: 22px;
                }

        #contact .contact_detail.social a {
            display: inline-block;
            padding: 5px 10px;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

            #contact .contact_detail.social a:hover {
                color: #ed1b2f;
            }

    #contact .join_form .join_form_title {
        text-align: center;
        text-transform: uppercase;
        font-size: 22px;
        color: #000;
        display: inline-block;
        width: 100%;
        padding: 83px 0 43px 0;
    }

        #contact .join_form .join_form_title h3 {
            margin: 0;
            display: inline-block;
            font-size: 22px;
        }

        #contact .join_form .join_form_title p {
            margin: 0;
            display: inline-block;
            font-size: 22px;
        }

    #contact .join_form .join_form_detail input {
        width: 100%;
        border: none;
        padding: 9px 15px;
        font-size: 16px;
        font-family: 'Montserrat-Light';
        color: #909090;
        outline: none;
        border-radius: 0;
    }

    #contact .join_form .join_btn {
        text-align: center;
        padding: 50px 0;
    }

        #contact .join_form .join_btn input {
            font-size: 18px;
            font-family: 'Montserrat-SemiBold';
            background: none;
            color: #ed1b2f;
            border: 2px solid #ed1b2f;
            padding: 10px 21px 6px 21px;
            outline: none;
            border-radius: 0;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

            #contact .join_form .join_btn input:hover {
                background-color: #ed1b2f;
                color: #000;
            }

/* MAILCHIMP SIGNUP FORM */
.mailchimp-signup {
    background-color: #f7f7f7;
    padding: 60px 20px;
}

    .mailchimp-signup #mc_embed_signup form {
        margin: 0;
    }

    .mailchimp-signup #mc_embed_signup h2 {
        color: #000;
        font-size: 36px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .mailchimp-signup #mc_embed_signup .indicates-required {
        margin-right: 0;
    }

    .signup-form-cols {
        display: flex;
        align-items: flex-start;
        gap: 30px;
    }

.mailchimp-signup #mc_embed_signup .mc-field-group {
    padding-bottom: 20px;
    width: 100%;
}

    .mailchimp-signup #mc_embed_signup .mc-field-group label {
        color: #000;
        font-size: 16px;
    }

.mailchimp-signup #mc_embed_signup .asterisk {
    color: #ed1b2f;
}

.mailchimp-signup #mc_embed_signup .mc-field-group input {
    padding: 12px;
}

.mailchimp-signup #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent;
    color: #ed1b2f;
    margin: 2px 0 0;
}

.mailchimp-signup #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #ed1b2f;
}

.mailchimp-signup .unsubscribe-txt {
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.mailchimp-signup #mc_embed_signup .clear {
    text-align: center;
}

.mailchimp-signup #mc_embed_signup .button {
    background: none;
    border-radius: 0;
    color: #ed1b2f;
    border: 2px solid #ed1b2f;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 10px 28px;
    outline: none;
    width: auto;
    height: 58px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .mailchimp-signup #mc_embed_signup .button:hover {
        background-color: #ed1b2f;
        color: #FFF;
    }

/* CONSTANT CONTACT FORM */
.cc-form {
    background-color: #f7f7f7;
    margin-top: 10px;
    padding: 40px 0;
}

#ccSignup {
    margin-top: 0px;
}

    #ccSignup .ctct-form-embed.form_0 .ctct-form-defaults {
        background-color: transparent;
    }

        #ccSignup .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
            color: #000;
            font-family: 'Montserrat-SemiBold';
            font-size: 36px;
            text-align: center;
            margin-bottom: 40px;
        }

    #ccSignup div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
        color: #000;
        font-family: 'Montserrat-Light';
    }

    #ccSignup div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
        display: inline-block;
        font-family: 'Montserrat-Light';
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.3333% - 23px);
    }

    #ccSignup div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
        color: #333;
        font-family: 'Montserrat-Light';
        margin: 0 auto;
        margin-bottom: 40px;
        width: calc(100% - 40px);
    }

    #ccSignup .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
        background: none;
        border-radius: 0;
        color: #ed1b2f;
        border: 2px solid #ed1b2f;
        font-size: 18px;
        font-family: 'Montserrat-SemiBold';
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 auto;
        padding: 18px 28px;
        outline: none;
        width: auto;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

        #ccSignup .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
            background-color: #ed1b2f;
            color: #FFF;
        }

    #ccSignup .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link {
        color: #ec1b31;
    }

/******************************************* FOOTER SECTION *******************************************/
.footer_top {
    background-color: #111111;
    padding: 80px 0 60px 0;
    text-align: center;
}

    .footer_top img {
        padding-top: 17px;
        width: 90%;
    }

    .footer_top h3 {
        color: #fff;
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 16px;
    }

    .footer_top p {
        color: #fff;
        font-size: 18px;
    }

    .footer_top a {
        color: #fff;
        font-family: 'Montserrat-SemiBold';
    }

    .footer_top .rules_regulation a {
        display: inline-block;
        font-size: 18px;
        border: 2px solid #fff;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        padding: 18px 28px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

        .footer_top .rules_regulation a:hover {
            background-color: #FFF;
            color: #ed1b2f;
            text-decoration: none;
        }

    .footer_top .rules_regulation {
        text-align: center;
        padding-top: 60px;
    }


.footer-bar {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 40px;
    width: 100%;
}

.imagine-canada-logo {
    width: 90px;
    height: 90px;
}

.breton-footer-logo .breton-img {
    background-image: url(../images/breton-group-logo2.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    width: 250px;
    height: 32px;
    opacity: .4;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .breton-footer-logo .breton-img:hover {
        opacity: .9;
    }

.footer_bottom {
    text-align: center;
    padding: 18px 0;
}

    .footer_bottom p {
        margin: 0;
        color: #909090;
        font-size: 14px;
        font-family: 'Montserrat-Light';
    }

.footer-helpline {
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.footer-helpline a {
    white-space: nowrap;
}

/*************************************** RULES & REGULATION PAGE ***************************************/
.rules_top {
    background: url(../images/rules-hero-image.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 140px 0;
    width: 100%;
}

    /*.rules_top {
    background: url(../images/BHFLLWebBanner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 146px 0 162px 0;
    width: 100%;
}*/

    .rules_top .rules_top_content {
        background-color: #7c131f;
        background-color: rgba(124, 19, 31, 0.7);
        text-align: center;
        width: 75%;
        margin: 0 auto;
        text-transform: uppercase;
        padding: 40px 48px;
    }

        .rules_top .rules_top_content h2 {
            font-family: 'Montserrat-SemiBold';
            font-size: 38px;
            color: #fff;
            margin-top: auto !important;
            margin-bottom: 30px;
        }

        .rules_top .rules_top_content p {
            font-family: 'Montserrat-Regular';
            font-size: 20px;
            color: #fff;
            line-height: 31px;
            margin-bottom: 30px;
        }

        .rules_top .rules_top_content a {
            font-family: 'Montserrat-Regular';
            font-size: 22px;
            color: #fff;
            text-decoration: none;
            border: 2px solid #fff;
            margin-bottom: 15px;
            padding: 14px 72px;
            display: inline-block;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

            .rules_top .rules_top_content a:hover {
                font-family: 'Montserrat-Regular';
                font-size: 22px;
                color: #7c131f;
                text-decoration: none;
                background-color: #FFF;
                border: 2px solid #FFF;
                margin-bottom: 15px;
                padding: 14px 72px;
                display: inline-block;
            }

.rules_top_support {
    font-size: 90% !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
}

.rules_condition_section {
    padding: 80px 0;
}

    .rules_condition_section .rules_title {
        padding-bottom: 19px;
    }

        .rules_condition_section .rules_title h1 {
            font-size: 40px;
            color: #353535;
            font-family: 'Montserrat-SemiBold';
            text-align: center;
            text-transform: uppercase;
            margin-top: 0;
        }

            .rules_condition_section .rules_title h1 span {
                font-family: 'Montserrat-Light';
            }

    .rules_condition_section .rules_condition_content h5 {
        font-family: 'Montserrat-SemiBold';
        font-size: 16px;
        color: #909090;
        margin-bottom: 30px;
    }

    .rules_condition_section .rules_condition_content .rules_condition_line {
        padding: 0 0 0 20px;
        padding: 0;
    }

    .rules_condition_section .rules_condition_content span {
        font-family: 'Montserrat-Light';
        font-size: 16px;
        color: #909090;
        display: inline-block;
        vertical-align: top;
        width: 3%;
    }

    .rules_condition_section .rules_condition_content p {
        font-family: 'Montserrat-Light';
        font-size: 16px;
        color: #909090;
        display: inline-block;
        width: 97%;
        margin-bottom: 12px;
        line-height: 24px;
    }

    .rules_condition_section .rules_condition_content h4 {
        font-family: 'Montserrat-SemiBold';
        font-size: 20px;
        color: #909090;
        margin: 10px 0 30px 0;
    }

    .rules_condition_section .rules_center_section {
        background-color: #f0f0f0;
        width: 100%;
        float: right;
        margin: 24px 0 32px 0;
        padding: 14px 24px;
    }

        .rules_condition_section .rules_center_section h4 {
            font-family: 'Montserrat-SemiBold';
            font-size: 20px;
            line-height: 28px;
            color: #909090;
            display: inline-block;
            width: 98%;
        }

        .rules_condition_section .rules_center_section span {
            margin-right: 5px;
            font-family: 'Montserrat-SemiBold';
            font-size: 20px;
            color: #909090;
            display: inline-block;
            width: 1%;
            vertical-align: top;
            margin-top: 8px;
        }

        .rules_condition_section .rules_center_section p {
            font-family: 'Montserrat-Regular';
            font-size: 17px;
            color: #909090;
            margin-top: 0;
            margin-bottom: 8px;
            margin-left: 18px;
        }

    .rules_condition_section .licence_date p {
        font-family: 'Montserrat-SemiBold';
        font-size: 16px;
        color: #909090;
        margin-bottom: 16px;
    }

    .rules_condition_section .licence_date {
        padding: 40px 0 0 0;
    }

        .rules_condition_section .licence_date p:last-child {
            margin-bottom: 0;
        }


/* RULES AND CONDITIONS MODAL */
.rules-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    width: 101%;
    height: 101%;
    overflow: auto;
    z-index: 2000;
    display: none;
    font-family: 'Montserrat-Light';
}

.rules-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rules-modal-container {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    max-width: 1200px;
    padding: 40px;
    margin-bottom: 80px;
}

    .rules-modal-container h2 {
        margin-top: 0;
        margin-right: 30px;
        margin-bottom: 15px;
        font-family: 'Montserrat-SemiBold';
    }

ul.rules-list {
    margin: 0;
    padding: 0;
}

    ul.rules-list li {
        list-style: none;
    }

        ul.rules-list li:not(:last-child) {
            margin-bottom: 8px;
        }

        ul.rules-list li span {
            display: inline-block;
            font-weight: 600;
            vertical-align: top;
            width: 24px;
        }

        ul.rules-list li div {
            display: inline-block;
            width: calc(100% - 24px);
        }

.rules-subheader {
    font-weight: 600;
    margin-bottom: 2px;
}

.rules-paragraph {
    margin: 0;
}

    .rules-paragraph span {
        font-weight: 600;
    }

    .rules-paragraph ul {
        padding-left: 24px;
    }

.rules-outline {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 27px 20px 15px 20px;
    font-family: 'Montserrat-SemiBold';
}

    .rules-outline p {
        line-height: 1.7;
    }

        .rules-outline p span {
            display: inline-block;
            font-family: 'Montserrat-Light';
            font-weight: lighter;
            margin-right: 20px;
            width: 270px;
        }

ul.rules-lottery-info {
    margin: 0;
    margin-top: 25px;
    padding: 0;
}

    ul.rules-lottery-info li {
        list-style: none;
        font-weight: 600;
    }

        ul.rules-lottery-info li:not(:last-child) {
            margin-bottom: 8px;
        }

.rules-modal-container .close-btn-rules {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

    .rules-modal-container .close-btn-rules span {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 30px;
        height: 2px;
        background-color: #323E48;
    }

        .rules-modal-container .close-btn-rules span:nth-of-type(1) {
            -webkit-transform: translate(-50%,-50%) rotate(45deg);
            -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
        }

        .rules-modal-container .close-btn-rules span:nth-of-type(2) {
            -webkit-transform: translate(-50%,-50%) rotate(-45deg);
            -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
        }

.footer_top .btn-rules-open {
    cursor: pointer;
    font-size: 20px;
}

.rules-modal.show-rules-modal {
    display: block;
}


/*************************************** MODALS ***************************************/
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#offline-purchase-modal {
    display: none;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    left: 50%;
    margin-left: -25%;
    top: 200px;
    width: 50%;
    max-width: 818px;
    border: thin solid black;
    padding-bottom: 2px;
    background: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px #000000;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    box-shadow: 0 0 4px #000000;
    box-shadow: 0 0 4px rgba(0,0,0,0.7);
}

#signup-header {
    /*background: url(/content/images/hd-bg.png);*/
    color: #fff;
    padding: 18px 18px 14px 18px;
    background: #1fa092;
    border-bottom: 1px solid #21a99a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#offline-purchase-modal h2 {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0 #000000;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#signup-header p {
    font-size: 1em;
    margin: 0;
    text-shadow: 1px 1px 0 #ffffff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

#offline-purchase-modal .txt-fld {
    position: relative;
    padding: 14px 20px;
    border-bottom: 1px solid #EEE;
    text-align: left;
}

    #offline-purchase-modal .txt-fld h3 {
        font-weight: bold;
        font-size: 1.1em;
        margin-bottom: 7px;
    }

    #offline-purchase-modal .txt-fld p {
        font-size: 1em;
        line-height: 1.3em;
    }

        #offline-purchase-modal .txt-fld p span {
            color: #444;
            font-weight: 800;
        }

        #offline-purchase-modal .txt-fld p a {
            color: #21a99a;
            text-decoration: none;
        }

/*************************************** EARLY BIRD VIDEO ***************************************/
.earlybird-vid {
    position: relative;
    padding: 80px 0;
    /*background-image: none;*/
    /*background-color: rgba(0,0,0,0.3);*/
    /*background-color: rgba(0,0,0,0.6);*/
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    background-color: #ef4f1a;
}

    .bg-video video {
        width: 100%;
    }

.earlybird-countdown {
    text-align: center;
    padding: 25px;
    margin-bottom: 40px;
    background-image: -o-linear-gradient(top, rgba(242, 127, 13, 0.6) -30px, rgba(239, 79, 26, 0.6));
    background-image: linear-gradient(to bottom, rgba(242, 127, 13, 0.6) -30px, rgba(239, 79, 26, 0.6));
}

    .earlybird-countdown .countdown-txt {
        font-size: 60px;
        text-transform: uppercase;
        animation: fadeIn 3s;
        -moz-animation: fadeIn 3s; /* Firefox */
        -webkit-animation: fadeIn 3s; /* Safari and Chrome */
        -o-animation: fadeIn 3s; /* Opera */
        text-shadow: 0 0 10px rgba(0,0,0,0.45);
    }

        .earlybird-countdown .countdown-txt span {
            font-size: 100px;
            font-weight: bold;
            line-height: 100px;
        }

    .earlybird-countdown .finish-txt {
        font-size: 46px;
    }

        .earlybird-countdown .finish-txt span {
            font-size: 60px;
            font-weight: bold;
            text-transform: uppercase;
        }

/*************************************** SOCIAL MEDIA LINKS ***************************************/
.social-links {
    position: fixed;
    top: 140px;
    left: 0;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .social-links a:not(:last-child) {
        margin-bottom: 5px;
    }

    .social-links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45px;
        height: 45px;
        color: #FFF;
        font-size: 24px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .social-links .social-facebook {
        background-color: #1877f2;
    }

    .social-links .social-instagram {
        background-color: #E1306C;
    }

    .social-links .social-youtube {
        background-color: #bb0000;
    }

    .social-links .social-facebook:hover {
        background-color: #1462C7;
        color: #C0D9FB;
    }

    .social-links .social-instagram:hover {
        background-color: #B92859;
        color: #EBC4D1;
    }

    .social-links .social-youtube:hover {
        background-color: #9A0000;
        color: #ECB9B9;
    }

    .social-links a:hover,
    .social-links a:focus {
        text-decoration: none;
    }

.social-active {
    visibility: visible;
    opacity: 1;
}

.social-menu {
    display: none !important;
}

/*************************************** EARLY BIRD WINNER ***************************************/
.earlybird-winner-section {
    background-image: -o-linear-gradient(top, rgba(242, 127, 13, 0.75) -30px, rgba(239, 79, 26, 0.75)), -o-linear-gradient(top, rgba(247,90,0, 0.45) -30px, rgba(247,90,0, 0.3)), url('../Images/riverfront-chalets-central-newfoundland-accommodations-15.jpg');
    background-image: linear-gradient(to bottom, rgba(242, 127, 13, 0.75) -30px, rgba(239, 79, 26, 0.75)), linear-gradient(to bottom, rgba(247,90,0, 0.45) -30px, rgba(247,90,0, 0.3)), url('../Images/riverfront-chalets-central-newfoundland-accommodations-15.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
    font-family: 'Montserrat-Regular';
    padding: 80px 0;
}

.earlybird-winner-header {
    text-align: center;
}

.earlybird-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.earlybird-winner-header img {
    width: 100%;
    max-width: 700px;
    margin-bottom: 20px;
}

.earlybird-winner-header .earlybird-icon {
    width: 80px;
    height: auto;
    margin-right: 10px;
}

.earlybird-winner-header h3 {
    display: inline-block;
    font-size: 60px;
    margin: 0;
}

.earlybird-winner-container {
    background-color: rgba(80,0,0,0.35);
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px;
    text-align: center;
}

.earlybird-riverfront .riverfront-logo {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    max-width: 320px;
}

.earlybird-winner-name {
    font-size: 36px;
    margin-bottom: 10px;
}

    .earlybird-winner-name span {
        font-size: 40px;
        font-weight: 700;
    }

.earlybird-winner-number {
    font-size: 24px;
    margin-bottom: 14px;
}

.earlybird-winner-desc {
    font-family: 'Montserrat-Light';
    font-size: 26px;
    font-weight: 300;
}

    .earlybird-winner-desc span {
        font-weight: 700;
    }

.earlybird-winner-chha {
    font-size: 18px;
    margin-top: 30px;
}

/*************************************** SPLASH PAGE ***************************************/
#splash {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-color: #7A22D9;
    background-image: url('../Images/5050-Ultimate_hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    padding: 30px;
}

    #splash img {
        width: 100%;
        max-width: 600px;
        height: auto;
    }

    #splash h1 {
        color: #fff;
        font-size: 56px;
        text-align: center;
        margin-top: 60px;
    }

    #splash .splash-chha {
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

        #splash .splash-chha img {
            width: 200px;
            height: auto;
        }

    #splash .splash-imagine {
        position: absolute;
        bottom: 10px;
        right: calc(90px + 30px);
    }

        #splash .splash-imagine img {
            width: 90px;
            height: auto;
        }

/*************************************** ANIMATION ***************************************/
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
