/* Minification failed. Returning unminified contents.
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3116,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3117,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3118,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3119,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3145,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* CUSTOMISATIONS */

/*Set the font-size to 16px*/
/*Set the height:auto; min-height: 100%; for ios scrolling*/

:root {
    --brand-color: #1daf4c;
}

html {
    height: auto;
    min-height: 100%;
}

body {
    height: auto;
    min-height: 100%;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
}

/* Set widths on the form inputs since otherwise they're 100% wide. Add in the box-sizing. */
    /* textarea */
    input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], select {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-inline .form-group input {
    width: 100%;
    max-width: 100%;
}

/* Responsive: Portrait tablets and below */

@media (max-width: 768px) {

    input[type="text"],
    input[type="password"],
    input[type="email"],
    select {
        font-size: 16px;
    }
}

/*--------------------------------------------------
    [NAVIGATION]/[LOGO]
----------------------------------------------------*/

.one-page-header {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-bottom: medium none;
}

/* Allow for a small logo */
.navbar {
    min-height: 80px;
}

/* Allow for a small logo with some top padding on all screens */
.one-page-header.navbar {
    padding: 13px 0 6px 0;
}

.one-page-header-style-2.navbar .navbar-nav {
    float: left;
    margin: 5px 0 0 15px;
}

/* Use a white background for the header */
/* Will also require changes to navigation items */
/* 
.one-page-header {
  box-shadow: 0 0 3px #b5b5b5;
}


/* On page load, show the white logo */
.one-page-header .logo {
    background: url('https://assets.raffletix.com.au/home_asset/RaffleTix_LogoWhite.png?d=162x50xdefaultx1') no-repeat center left;
    height: 48px;
    width: 200px;
    display: table-cell;
    background-size: contain;
    vertical-align: middle;
}



/* On page scroll, the top-nav-collapse padding was different to .one-page-header.navbar, so make it the same */
.one-page-header.top-nav-collapse {
    padding: 13px 0 6px 0;
}

    /* On page scroll, the nav changes to white, so show the grey logo */
    .one-page-header.top-nav-collapse .logo {
        background: url('https://assets.raffletix.com.au/home_asset/RaffleTix_LogoGreen.png?d=162x50xdefaultx1') no-repeat center left;
        height: 48px;
        width: 200px;
        display: table-cell;
        background-size: contain;
        vertical-align: middle;
    }


/* Remove the top and bottom padding on navbar-brand to allow for the logo */
.one-page-header .navbar-brand {
    padding: 0 15px 0 0;
    color: #fff !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 15px;
}

/* Add some extra top padding to the menu items to accommodate the logo */
.one-page-header .navbar-nav > li > a {
    padding: 11px 15px 11px;
    font-size: 14px;
}

    /* Add some extra top padding to the menu item separator to accommodate the logo */
    .one-page-header .navbar-nav > li > a:before {
        top: 11px;
    }

/* Ensure the navbar-toggle allows for the height of the logo */
.navbar-toggle {
    margin-top: 10px;
}


/* Responsive:  */
/* Switch to a bigger logo on bigger screens */
@media (min-width: 769px) {
    /* On page load, show the white logo */
    /*.one-page-header .logo {

    }*/
    /* On page scroll, the nav changes to white, so show the grey logo */
    /*.one-page-header.top-nav-collapse .logo {

    }*/
    .navbar {
        min-height: 80px;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .one-page-header .navbar-brand {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .one-page-header .navbar-collapse {
        background: rgba(0,0,0,0.6);
    }

    .one-page-header.top-nav-collapse .navbar-collapse {
        background: none;
    }
}

/* Manage the login section of the navbar */
.one-page-header .navbar-nav.login > li > a {
    text-transform: uppercase;
}

    .one-page-header .navbar-nav.login > li > a:before {
        color: #eee;
        content: none;
    }

    .one-page-header .navbar-nav.login > li > a.get-started, p a.get-started {
        color: #fff;
        text-transform: uppercase;
    }

.one-page-header .navbar-nav > li > a > i {
    font-size: 20px;
}

.one-page-header .navbar-nav.login a.get-started:hover,
.one-page-header .navbar-nav.login a.get-started:focus {
    background: #178c3c none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.one-page-header .navbar-collapse .navbar-nav.login a.get-started {
    margin: 0 15px 15px 0;
}

.one-page-header.top-nav-collapse .navbar-nav > li > a.get-started {
    color: #fff;
}

.one-page-header .navbar-collapse .navbar-nav.login > li > a.get-started {
    margin: 0 15px 10px 0;
}

@media (max-width: 991px) {
    .one-page-header .navbar-collapse .navbar-nav.login > li > a.get-started {
        margin: 15px 15px 10px 0;
    }
}

/*--------------------------------------------------
    [PROMO SECTION]
----------------------------------------------------*/

.promo-section h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    padding: 10px 45px;
}

    .promo-section h2:after {
        right: 2%;
    }

    .promo-section h2:before {
        left: 2%;
    }

.promo-next a,
.promo-next button {
    margin: 0 8px;
}

/* Give the buttons some more prominence */
.promo-next .btn-u.btn-brd, .promo-next .btn-u.btn-u-corporated-color {
    font-size: 22px;
    padding: 10px 16px;
}


.promo-text {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
}

    .promo-text .noraffle {
        font-family: "Open Sans", Arial, sans-serif;
        color: #fff;
        position: relative;
        font-size: 34px;
        font-weight: 600;
        line-height: 1.5;
        padding: 10px 50px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 30px;
    }

/* Switch to a smaller font-size on tablets and below (max-width: 991px) */
@media (max-width: 991px) {
    .promo-section h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .promo-text {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
        padding: 10px 30px;
    }

        .promo-text:after {
            display: none;
        }

    .promo-text .noraffle {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
        padding: 10px 30px;
    }

    .promo-next .btn-u.btn-brd, .promo-next .btn-u.buy-tickets-a {
        font-size: 16px;
        padding: 8px 14px;
    }
}
/* Switch to a smaller font-size on phones and below (max-width: 768px) */
@media (max-width: 768px) {
    .promo-section h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .promo-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 10px;
        padding: 10px 20px;
    }

        .promo-text:after {
            display: none;
        }

    .promo-text .noraffle {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 10px;
        padding: 10px 20px;
    }

    .promo-next .btn-u.btn-brd, .promo-next .btn-u.buy-tickets-a {
        font-size: 16px;
        padding: 8px 14px;
    }
}

/* For the sell page, we do not use a background image */
.promo-section .promo-sell {
    background: #4765a0 none repeat scroll 0 0;
}

.promo-section .img-responsive, .organiser-logo .img-responsive {
    margin: 0 auto;
}

/*.backstretch img {
  opacity: 0.9;
}*/

.backstretch:after {
    background: rgba(5,5,5,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
}


/*--------------------------------------------------
    [FOOTER]
----------------------------------------------------*/
/*FIA logo*/

.footer-fia-link img {
max-width: 200px;
margin-top: 20px;
width: 100%;
}

@media (max-width: 767px) {

    .xs-display-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-fia-link {
        text-align: right;
    }
    .footer-fia-link img {
           
    }
    .xs-display-flex .left,
    .xs-display-flex .right {
        flex: 1 0 50%;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .xs-display-flex .left {
        padding-right: 10px;
    }
    .xs-display-flex .right {
        padding-left: 10px;
    }
}

@media (max-width: 350px) {

    .footer-fia-link {
        text-align: left;
    }

}

.footer-simple {
    margin-bottom: 50px;
}

#topcontrol {
    color: #fff;
    background: #1daf4c;
    z-index: 9999;
    bottom: 20px !important;
    right: 15px !important;
}

/*--------------------------------------------------
    [GENERAL CONTENT]
----------------------------------------------------*/

/* Set the text colour when the background is used */
.bg-color-light label {
    color: #555;
}

/* Buffer comes in handy on occasion */
.buffer {
    margin-bottom: 20px;
    margin-top: 20px;
}


/* Google Maps */
.map_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    margin: 20px 0 20px 0;
}

    .map_container .map_canvas {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }

blockquote {
    border-left: 3px solid #1daf4c;
    font-size: inherit;
}

/*--------------------------------------------------
    [CONTENT CONTAINERS]
----------------------------------------------------*/

.container-center {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 5px;
}

.container-narrow {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.key-data {
    font-size: inherit;
}

/*card content overlow style*/
.word-break {
    display: inline-block;
    word-break: break-all;
}
.word-break-table {
    word-break: break-all;
}
.white-space {
    white-space: normal;
}
/*--------------------------------------------------
    [SKYFORM]
----------------------------------------------------*/
.sky-form {
    margin: 0;
    outline: none;
    font: 14px/1.55 "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.55;
    color: inherit;
}

    .sky-form .total-payment {
        font-size: 18px;
    }

    .sky-form section {
        margin-bottom: 20px;
    }

    .sky-form fieldset {
        padding: 10px 15px 0 15px;
    }

    .sky-form footer {
        padding: 10px 15px 5px;
    }

#sky-form-uploadusers .csv-save {
    border: 1px solid #1daf4c;
}

#div-carousel-sort.sky-form {
    border: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.ui-datepicker-calendar {
    line-height: 20px !important;
}

/* Force the datepicker to overlay other input elements */
/*.datepicker {
    position: relative;
    z-index: 1060;
}

.fa-calendar {
    z-index: 1061;
}*/

/* Responsive:  */
@media (min-width: 769px) {
    .sky-form .total-payment {
        font-size: 24px;
    }

    .sky-form fieldset {
        padding: 10px 15px 0;
    }

    .sky-form footer {
        padding: 10px 15px 5px;
    }
}

.sky-form .col div.total-payment-label {
    padding: 8px 0 0;
    width: 100%;
}

.sky-form .col div.total-payment-amount {
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}


.sky-form .state-error + em, .sky-form .state-error span.val, .sky-form em.invalid {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 16px;
    line-height: 1.55;
    color: #a94442;
    font-weight: normal;
}

.sky-form .input.state-error input,
.sky-form .select.state-error select {
    margin-bottom: 6px;
}

.sky-form .input input,
.sky-form .select select {
    border-width: 1px;
    font-size: 18px;
    color: #404040;
    height: 40px;
    font: "Roboto", Helvetica, Arial, sans-serif;
}

.sky-form input.optional {
    background-color: rgb(232, 240, 254);
}

.sky-form .textarea textarea {
    border-width: 1px;
    font-size: 18px;
    color: #404040;
    height: auto;
    font: 15px/23px "Roboto", Helvetica, Arial, sans-serif;
}

.sky-form .icon-append, .sky-form .icon-prepend {
    background: inherit;
    font-size: 18px;
    height: 38px;
    line-height: 39px;
    top: 1px;
}

.sky-form .checkbox {
    color: #404040;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 40px;
}

    .sky-form .checkbox i {
        border-width: 1px;
        height: 30px;
        width: 30px;
    }

    .sky-form .checkbox input + i::after {
        font: 24px FontAwesome;
        left: 2px;
        top: 2px;
    }

    .sky-form .checkbox i + span {
        line-height: 150%;
        display: inline-block;
    }

.sky-form a {
    color: #1daf4c;
    text-decoration: underline;
}

.sky-form .referral-source-result a {
    color: transparent;
    text-decoration: none !important;
}

.sky-form .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}


.sky-form .eway-secure {
    height: 40px;
    border: 1px solid #bbb;
    color: #404040;
}

/*.sky-form .input .icon-prepend + .eway-secure {
    
}*/

/* SPECIAL CASES */
#useredit-form.sky-form .radio input, #useredit-form.sky-form .checkbox input {
    left: 0;
    position: absolute;
    margin: 6px;
}

#useredit-form.sky-form .radio, #useredit-form.sky-form .checkbox {
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
}

.stripe-outer {
    border: 1px solid #bbb;
    height: 40px;
    position: relative;
}

    .stripe-outer .icon-prepend {
        background: inherit;
        font-size: 18px;
        height: 38px;
        line-height: 39px;
        top: 0;
    }

    .stripe-outer.state-error {
        background: #fff0f0;
    }

    .stripe-outer.state-success {
        background: #f0fff0;
    }

.stripe-input {
    font-size: 18px;
    color: #404040;
    padding: 6px 12px 6px 46px;
}

.stripev3-outer {
    border: 1px solid #bbb;
    position: relative;
    margin-bottom: 5px;
}

    .stripev3-outer .stripev3-input {
        font-size: 18px;
        color: #404040;
        padding: 6px 12px 6px 12px;
    }

        .stripev3-outer .stripev3-input.invalid {
            background-color: #fff0f0;
        }

            .stripev3-outer .stripev3-input.invalid.focus {
                background-color: #fff0f0;
            }

        .stripev3-outer .stripev3-input.complete {
            background-color: #f0fff0;
        }

            .stripev3-outer .stripev3-input.complete.focus {
                background-color: #f0fff0;
            }

.stripev3-errors {
    color: #a94442;
    line-height: 1.55;
    font-size: 16px;
}

@media (max-width: 576px) {

    .custom-page-default .btn-u-lg, .custom-page-sell .btn-u-lg {
        min-width: auto;
    }

    .custom-page-default .btn-group-vertical .btn-lg, .custom-page-sell .btn-group-vertical .btn-lg {
        font-size: 16px;
    }

}

/* Slides css */
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 32px;
    border-radius: 50%;
}

    .swiper-button-prev:after, .swiper-button-next:after { 
        font-weight: 900;
    }

@media (max-width: 576px) {

    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 25px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        padding: 22px;
    }
}


    /*--------------------------------------------------
    [ABOUT THE DRAW]
----------------------------------------------------*/
    .pricing-table-v1 .pricing-v1 {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }

        .pricing-table-v1 .pricing-v1:hover li {
            background: #fff;
        }

    .pricing-table-v1 .pricing-v1-head {
        padding: 1px 0;
        background: #1daf4c;
    }

        .pricing-table-v1 .pricing-v1-head h4, .pricing-table-v1 .pricing-v1-head h3 {
            font-size: 20px;
            margin: 0;
            color: #fff;
            padding: 9px 0;
            letter-spacing: 1px;
        }

    .pricing-table-v1 .pricing-v1-content {
        margin-bottom: 0;
        background: inherit;
    }

        .pricing-table-v1 .pricing-v1-content li {
            margin: 0;
            color: #888;
            padding: 10px 20px;
            border-bottom: 1px solid rgba(116, 197, 44, 0.3);
        }

            .pricing-table-v1 .pricing-v1-content li i {
                float: left;
                color: #1daf4c;
                padding: 10px;
                font-size: 18px;
                width: 40px;
                text-align: center;
                margin: 0 15px 0 0;
            }

                /*min-width works with FontAwesome*/
                .pricing-table-v1 .pricing-v1-content li i.fa {
                    min-width: 40px;
                }



/*--------------------------------------------------
    [CONFIRMATION BUTTONS]
----------------------------------------------------*/

/* Standardise the btn-u-lg to match btn-lg */
.btn-u-lg {
    border: 1px solid #1daf4c;
    line-height: 1.333333;
}

.btn-u.btn-brd {
    border-width: 2px;
}

.custom-page-sell .btn-u.btn-brd {
    font-size: 18px;
    border: 1px solid #fff;
    padding: 10px 25px;
}

.btn i {
    padding-right: 0.4em;
}

.btn i.icon-right {
    padding-left: 0.4em;
    padding-right: 0;
}

/*--------------------------------------------------
    [AJAX ERROR]
----------------------------------------------------*/
#error {
    display: none;
}

    #adminerror {
        display: none;
    }


    /*--------------------------------------------------
    [SELL PAGES]
----------------------------------------------------*/
#sell {
    margin-top: 0;
}

    #sell .title-v1 {
        margin-bottom: 0;
    }

    .btnSubmitInPersonCash {
        margin-right: 15px;
    }


/*--------------------------------------------------
    [TITLE]
----------------------------------------------------*/
.title-v1 {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    z-index: 1;
}

        .title-v1 p {
            font-size: 17px;
            font-weight: inherit;
        }

        .title-v1.margin-bottom-10 {
            margin-bottom: 10px;
        }

    /*--------------------------------------------------
    [SPACES]
----------------------------------------------------*/
    .padding-top-10 {
        padding-top: 10px;
    }

    .padding-top-20 {
        padding-top: 20px;
    }

    .padding-top-40 {
        padding-top: 40px;
    }

    .padding-all-15 {
        padding: 15px;
    }

    .margin-top-120 {
        margin-top: 120px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-top-10 {
        margin-top: 10px;
    }




    .lnkterms {
        cursor: pointer;
    }

    ul.links {
        display: flex;
        margin: 0;
        padding: 0;
    }


        ul.links li {
            list-style: none;
            color: #1daf4c;
            text-align: center;
            display: flex;
            margin-right: 0;
            align-items: center;
        }

            ul.links li:before {
                content: "\2022";
                font-size: 20px;
                vertical-align: middle;
                display: inline-block;
                width: 30px;
            }

            ul.links li:first-child:before {
                width: 0px;
                display: none;
            }

            ul.links li a {
                color: #1daf4c;
            }

            ul.links li:first-child {
                list-style: none;
            }

    .links-container {
        margin-top: 20px;
    }

    @media (max-width: 600px) {
        .links-container {
            background-color: #1daf4c;
            overflow: hidden;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        ul.links {
            display: flex;
            margin: 0;
            padding: 0;
            font-size: 10px;
        }

            ul.links li:first-child:before {
                width: 0px;
            }

            ul.links li {
                list-style: none;
                color: #fff;
                text-align: center;
                display: flex;
                margin-right: 0;
                align-items: center;
            }


                ul.links li:before {
                    content: "\2022";
                    font-size: 20px;
                    vertical-align: middle;
                    display: inline-block;
                    width: 30px;
                }

                ul.links li a {
                    color: #fff;
                    display: inline-block;
                }

                    ul.links li a:hover {
                        color: #fff;
                    }

                ul.links li:first-child:before {
                    content: ''
                }
    }

@media (max-width: 991px) {

    .margin-md-top-20 {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {

    .margin-sm-top-20 {
        margin-top: 20px;
    }
}


    /*--------------------------------------------------
    [KPIs]
----------------------------------------------------*/

    .parallax-counter-v4 {
        margin-bottom: 20px;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        padding: 15px 0;
    }

        .parallax-counter-v4:after {
            background: rgba(0,0,0,.7);
        }

        .parallax-counter-v4 span.counter-prefix, .parallax-counter-v4 span.counter-text {
            color: #fff;
            font-size: 30px;
            font-weight: 400;
            margin-bottom: 10px;
        }

    .parallax-quote {
        background: url('https://assets.raffletix.com.au/home_asset/collage_faces_benefits.jpg') 50% 0 repeat fixed;
    }

        .parallax-quote:after {
            background: rgba(0,0,0,.8);
        }


    /*--------------------------------------------------
    [FAQ]
----------------------------------------------------*/
    /*.faq-section {
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #eee;
}
    */
    .faq-section li a {
        color: #1daf4c;
        text-decoration: none;
    }

        .faq-section li a:hover, .faq-section li a:focus {
            color: #1daf4c;
            text-decoration: underline;
        }

    .top-part i {
        float: left;
        color: #1daf4c;
        font-size: 20px;
        padding-top: 3px;
        margin-right: 10px;
    }

    /*--------------------------------------------------
    [BOOSTRAP LINKS]
----------------------------------------------------*/

    a:focus {
        color: #1daf4c;
        text-decoration: underline;
    }


    /*--------------------------------------------------
    [BOOSTRAP ALERTS]
----------------------------------------------------*/

    .alert p, .alert li {
        color: inherit;
    }

        .alert li a {
            color: #1daf4c;
        }

    .alert a {
        font-weight: 600;
    }

        .alert a.btn {
            font-weight: 400;
        }

    .alert .row.disabled {
        cursor: not-allowed;
    }

    .alert a.btn.disabled {
        pointer-events: none;
    }

    .alert-margin-bottom-0 {
        margin-bottom: 0;
    }

    .alert-primary {
        color: #ffffff;
        background-color: #204d74;
        border-color: #122b40;
    }

    .alert-secondary {
        color: #383d41;
        background-color: #e2e3e5;
        border-color: #d6d8db;
    }

    .alert-clear {
        color: #555;
        background-color: #fff;
        border: 1px solid #c6c8ca;
    }

    .alert-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .alert .btnAddRaffle {
        min-width: 250px;
    }

    @media (max-width: 991px) {
        .alert-flex {
            gap: 15px;
            flex-direction: column;
            text-align: center;
        }
    }

    #checklist-alert .alert button.close {
        display: none;
    }



    .org-logo-white {
        padding: 15px;
    }



    /*--------------------------------------------------
    [SPONSORS ON RAFFLE WEBSITE]
----------------------------------------------------*/

    .logolevel1 {
        width: 100%;
        height: 320px;
        position: relative;
        overflow: hidden;
    }

    .logolevel2 {
        width: 100%;
        height: 220px;
        position: relative;
        overflow: hidden;
    }

    .logolevel3 {
        width: 100%;
        height: 180px;
        position: relative;
        overflow: hidden;
    }

        .logolevel2 h2, .logolevel3 h2 {
            font-size: 18px;
            line-height: 120%;
        }

        .logolevel2 .sponsor-text, .logolevel3 .sponsor-text {
            position: relative;
            transform: translate(0px, -50%);
            top: 50%;
            text-align: center;
        }

    img.logo {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    /* Ensure the contact block allows for the width of the logo */
    @media (max-width: 1200px) {
    }

    @media (max-width: 992px) {
    }

    @media (max-width: 768px) {
    }

    @media (max-width: 480px) {
        .logolevel1 {
            height: 250px;
        }

        .logolevel2 {
            height: 200px;
        }

        .logolevel3 {
            height: 140px;
        }

            .logolevel2 h2, .logolevel3 h2 {
                font-size: 16px;
                line-height: 120%;
            }
    }

    .logolevel1 p, .logolevel2 p, .logolevel3 p {
        margin-top: 20px;
    }

    /*--------------------------------------------------
    [BOOTSTRAP MODAL]
----------------------------------------------------*/
    .modal {
        /* ... */
        overflow-y: scroll;
    }

    /* For mobile, make the btn-u-lg buttons smaller when in a modal */
    @media (max-width: 767px) {
        .modal .btn-u-lg {
            min-width: 150px;
        }

        .modal-footer {
            text-align: left;
        }
    }

    /* Add some styling when the button is a link inside a form modal*/
    .sky-form a.btnHTML {
        color: #ffffff;
        text-decoration: none;
    }




    /*--------------------------------------------------
    [ALERTIFY MODAL]
----------------------------------------------------*/

    .modal-alerts-lg .ajs-dialog {
        width: 300px;
    }

    .modal-alerts-med-tall .ajs-dialog {
        height: 60%;
    }

    .modal-alerts-tall .ajs-dialog {
        height: 80%;
    }

    .modal-alerts-tall textarea.prompt-text-value {
        height: 400px;
    }

    @media (min-width: 430px) {
        .modal-alerts-lg .ajs-dialog {
            width: 400px;
            /* height: 800px; */
        }

        .modal-alerts-tall .ajs-dialog {
            height: 80%;
        }

        .modal-alerts-tall textarea.prompt-text-value {
            height: 400px;
        }
    }

    @media (min-width: 580px) {
        .modal-alerts-lg .ajs-dialog {
            width: 520px;
            /* height: 800px; */
        }

        .modal-alerts-tall .ajs-dialog {
            height: 80%;
        }

        .modal-alerts-tall textarea.prompt-text-value {
            height: 500px;
        }
    }

    @media (min-width: 768px) {
        .modal-alerts-lg .ajs-dialog {
            width: 700px;
            /* height: 800px; */
        }

        .modal-alerts-tall .ajs-dialog {
            height: 80%;
        }

        .modal-alerts-tall textarea.prompt-text-value {
            height: 500px;
        }
    }

    @media (min-width: 992px) {
        .modal-alerts-lg .ajs-dialog {
            width: 900px;
            /* height: 800px; */
        }

        .modal-alerts-tall .ajs-dialog {
            height: 80%;
        }

        .modal-alerts-tall textarea.prompt-text-value {
            height: 500px;
        }
    }


    /*--------------------------------------------------
    [RAFFLE SOCIAL MEDIA]
----------------------------------------------------*/
    #socialmedia i {
        margin-right: 8px;
        margin-left: 8px;
    }

    /*--------------------------------------------------
    [HOME PAGE LISTS]
----------------------------------------------------*/
    .lists-v99 i {
        color: #1daf4c;
        font-size: 16px;
        line-height: 110%;
    }

    #contact li a {
        color: #1daf4c;
    }

    /*--------------------------------------------------
    [TRANSACT]
----------------------------------------------------*/
    #share-buttons a {
        text-decoration: none;
    }

        #share-buttons a i {
            margin-right: 8px;
            text-decoration: none;
        }

        #share-buttons a i {
            font-size: 24px;
        }

            #share-buttons a i.icon-md {
                height: 48px;
                line-height: 48px;
                width: 48px;
            }

    .card-icons {
        margin-left: 8px;
    }

        .card-icons i {
            font-size: 24px;
            margin-right: 8px;
            color: #b3b3b3;
        }

    /*--------------------------------------------------
    [RESPONSIVE ALIGNMENTS]
----------------------------------------------------*/
    .text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
        text-align: left;
    }

    .text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
        text-align: center;
    }

    .text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
        text-align: right;
    }

    .text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
        text-align: justify;
    }

    @media (max-width: 767px) {
        .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
            text-align: inherit;
        }

        .text-left-xs {
            text-align: left;
        }

        .text-center-xs {
            text-align: center;
        }

        .text-right-xs {
            text-align: right;
        }

        .text-justify-xs {
            text-align: justify;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
            text-align: inherit;
        }

        .text-left-sm {
            text-align: left;
        }

        .text-center-sm {
            text-align: center;
        }

        .text-right-sm {
            text-align: right;
        }

        .text-justify-sm {
            text-align: justify;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
            text-align: inherit;
        }

        .text-left-md {
            text-align: left;
        }

        .text-center-md {
            text-align: center;
        }

        .text-right-md {
            text-align: right;
        }

        .text-justify-md {
            text-align: justify;
        }
    }

    @media (min-width: 1200px) {
        .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
            text-align: inherit;
        }

        .text-left-lg {
            text-align: left;
        }

        .text-center-lg {
            text-align: center;
        }

        .text-right-lg {
            text-align: right;
        }

        .text-justify-lg {
            text-align: justify;
        }
    }

    /*--------------------------------------------------
    [APPLE PAY]
----------------------------------------------------*/

    #apple-pay-button {
        display: none;
        background-color: black;
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-size: 100% 100%;
        background-origin: content-box;
        background-repeat: no-repeat;
        width: 100%;
        height: 44px;
        padding: 10px 0;
        border-radius: 10px;
    }


    /*--------------------------------------------------
    [BORDERS]
----------------------------------------------------*/
    .border {
        border: 1px solid #dee2e6;
        padding: 10px;
    }

    .border-primary {
        border-color: #007bff !important;
    }


    /*--------------------------------------------------
    [BUY TICKETS]
----------------------------------------------------*/

    .buy-tickets-body {
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

        .buy-tickets-body .btn-u.buy-tickets-a,
        .buy-tickets-body .btn-u.btn--close-raffle {
            color: #fff;
            font-size: 22px;
            padding: 10px 16px;
            min-width: 200px;
            text-transform: uppercase;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        .buy-tickets-body .btn-u.btn-brd {
            font-size: 22px;
            padding: 10px 16px;
            min-width: 200px;
            text-transform: uppercase;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }


    /* reduce the button size for mobile */
    @media (max-width: 991px) {

        .buy-tickets-body {
            text-align: center;
            flex-direction: column;
            column-gap: 10px;
        }
    }


    /*--------------------------------------------------
    [VIDEOS]
----------------------------------------------------*/
    video {
        object-fit: cover;
        max-width: 100%;
        height: auto;
    }

    /*--------------------------------------------------
    NEW PROMO: START
----------------------------------------------------*/

    .promo-raffle {
        margin-top: 80px;
        background: #eeeff2;
        display: flex;
        flex-direction: column;
        position: relative;
        font-family: "Open Sans", Arial, sans-serif;
    }

    @media (min-width: 992px) {
        .promo-raffle {
            flex-direction: row-reverse;
        }
    }

    .promo-raffle__cover {
        width: 100%;
        height: 250px;
        background-color: #eeeff2;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: relative;
    }

    @media (min-width: 576px) {
        .promo-raffle__cover {
            height: 400px;
        }
    }

    @media (min-width: 768px) {
        .promo-raffle__cover {
            height: 500px;
        }
    }

    @media (min-width: 992px) {
        .promo-raffle__cover {
            width: 68%;
            height: 692px;
        }
    }

    @media (min-width: 1200px) {
        .promo-raffle__cover {
            height: 800px;
        }
    }

    .promo-raffle__corner {
        background: #eeeff2;
        position: absolute;
        top: 100px;
        left: -77px;
        bottom: 0px;
        width: 100px;
        transform: skewX(17deg);
    }

    .modal-raffle .promo-raffle__corner {
        top: 0px;
    }

    @media (min-width: 992px) {
        .promo-raffle__corner {
            top: 0px;
            left: 0px;
            bottom: 0px;
            width: 400px;
            transform: skewX(-16deg) translateX(-85%);
        }
    }

    .promo-raffle__rounded {
        width: 76px;
        height: 76px;
        position: absolute;
        bottom: 0px;
        right: -75px;
        background: transparent;
        overflow: hidden;
    }

        .promo-raffle__rounded::after {
            content: '';
            width: 100px;
            height: 100px;
            border-radius: 0px 0px 0px 50%;
            background: transparent;
            box-shadow: 0 0 0 1000px #eeeff2;
            position: absolute;
            bottom: 0px;
            right: -24px;
        }

    @media (min-width: 992px) {
        .promo-raffle__rounded {
            width: 200px;
            height: 200px;
            top: 0px;
            bottom: auto;
            right: -100px;
            background: transparent;
            overflow: hidden;
        }
    }

    @media (min-width: 992px) {
        .promo-raffle__rounded::after {
            width: 200px;
            height: 200px;
            border-radius: 50% 50% 0% 0px;
            top: 0px;
            bottom: auto;
            right: -100px;
        }
    }


    .promo-raffle__content {
        position: relative;
        z-index: 1;
        text-align: center;
        margin: 0px 10px;
    }

    @media (min-width: 992px) {
        .promo-raffle__content {
            margin-top: 0px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            text-align: left;
        }
    }

    .promo-raffle__info {
        margin: 0px 0px 0px 0px;
    }

    @media (min-width: 992px) {
        .promo-raffle__info {
            width: 32%;
            margin: 0 0 0 0;
        }
    }

    @media (min-width: 1440px) {
        .promo-raffle__info {
            margin: 0px;
        }
    }

    @media (min-width: 1900px) {
        .promo-raffle__info {
            margin-left: -100px;
        }
    }

    @media (min-width: 2500px) {
        .promo-raffle__info {
            margin-left: -200px;
        }
    }

    .promo-raffle__title {
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 700;
        margin: 0px 0px 16px;
        font-size: 24px;
        line-height: 34px;
        color: #1daf4c;
    }



    .organiser__logo-title {
        font-size: 30px;
        line-height: 38px;
        max-width: 100%;
    }

    @media (min-width: 576px) {
        .promo-raffle__title {
            font-size: 30px;
            line-height: 38px;
        }
    }

    @media (min-width: 768px) {
        .promo-raffle__title {
            font-size: 36px;
            line-height: 44px;
        }
    }

    @media (min-width: 992px) {
        .promo-raffle__title {
            font-size: 40px;
            line-height: 55px;
            margin-left: 0px;
        }
    }


    .promo-raffle__desc {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        color: #252525;
        margin: 0px 0px 20px;
        max-height: 63px;
        overflow: hidden;
        position: relative;
        padding-bottom: 21px;
    }


    @media (min-width: 992px) {
        .promo-raffle__desc {
            font-size: 21px;
            line-height: 29px;
            max-height: 116px;
        }
    }

    @media (min-width: 1200px) {
        .promo-raffle__desc {
            max-height: 261px;
        }
    }

    .promo-raffle__desc p {
        margin: 0;
        color: #252525;
    }

    .promo-raffle__subtitle {
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 700;
        margin: 0;
        font-size: 14px;
        line-height: 21px;
        color: #252525;
    }

    @media (min-width: 992px) {
        .promo-raffle__subtitle {
            font-size: 22px;
            line-height: 29px;
        }
    }

    .promo-raffle__time {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        color: #252525;
        margin: 0px 0px 16px;
    }

    @media (min-width: 992px) {
        .promo-raffle__time {
            font-size: 18px;
            line-height: 29px;
            margin-left: 0px;
        }
    }

    .promo-raffle__buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .promo-raffle__buttons a {
            margin: 0 8px 0 0px;
        }

    @media (min-width: 992px) {
        .promo-raffle__buttons {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    .promo-raffle__buttons .btn {
        margin-bottom: 16px;
        width: 140px;
    }

    @media (min-width: 992px) {
        .promo-raffle__buttons .btn {
            margin-bottom: 24px;
            width: 220px;
        }
    }


    /*--------------------------------------------------
    NEW PROMO: END
----------------------------------------------------*/

    /*--------------------------------------------------
    CAROUSEL: START
----------------------------------------------------*/

    .raffle-about__text {
        word-break: break-word;
    }

    .carousel-embed {
        width: 100%;
        height: 540px;
    }

    /*@media (min-width: 430px) {
        .carousel-embed {
            height: 520px;
        }
    } */

    @media (min-width: 580px) {
        .carousel-embed {
            height: 560px;
        }
    }

    @media (min-width: 768px) {
        .carousel-embed {
            height: 580px;
        }
    }

    @media (min-width: 992px) {
        .carousel-embed {
            height: 600px;
        }
    }

    @media (min-width: 1200px) {
        .carousel-embed {
            height: 620px;
        }
    }

    @media (min-width: 1600px) {
        .carousel-embed {
            height: 650px;
        }
    }

    @media (min-width: 1960px) {
        .carousel-embed {
            height: 700px;
        }
    }

    @media (min-width: 2400px) {
        .carousel-embed {
            height: 800px;
        }
    }

    @media (min-width: 3400px) {
        .carousel-embed {
            height: 900px;
        }
    }

    @media (min-width: 4400px) {
        .carousel-embed {
            height: 1050px;
        }
    }

    @media (min-width: 5400px) {
        .carousel-embed {
            height: 1200px;
        }
    }

    @media (min-width: 6400px) {
        .carousel-embed {
            height: 1600px;
        }
    }

    /* Hide the carousel on the raffle page by default */
    .custom-page-default #raffles {
        display: none;
    }


    /*--------------------------------------------------
    RAFFLE WINNERS page block
----------------------------------------------------*/
    .winners-list {
        max-width: 912px;
        width: 100%;
        margin: 0px auto;
    }

    .winner-item {
        background: #1daf4c;
        border-radius: 4px;
        color: #ffffff;
        padding: 16px 18px 12px;
        margin-bottom: 20px;
    }

        .winner-item:last-child {
            margin-bottom: 0px;
        }

    @media (min-width: 768px) {
        .winner-item {
            border-radius: 8px;
            padding: 22px 28px 22px;
        }
    }

    @media (min-width: 992px) {
        .winner-item {
            padding: 36px 43px 33px;
        }
    }

    .winner-item__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

        .winner-item__header .prize-modal {
            cursor: pointer;
            margin-right: 10px;
            font-size: 18px;
        }

    @media(max-width:768px) {
        .winner-item__header .prize-modal {
            font-size: 11px;
        }
    }

    .winner-item__header .prize-modal:hover {
        text-decoration: underline;
    }

    @media (min-width: 768px) {
        .winner-item__header {
            margin-bottom: 15px;
        }
    }

    @media (min-width: 992px) {
        .winner-item__header {
            margin-bottom: 25px;
        }
    }

    .winner-item__title {
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 700;
        padding-right: 5px;
        flex: 1;
    }

    @media (min-width: 768px) {
        .winner-item__title {
            font-size: 18px;
            padding-right: 10px;
        }
    }

    @media (min-width: 992px) {
        .winner-item__title {
            font-size: 36px;
        }
    }

    .winner-item__rpp {
        white-space: nowrap;
        font-size: 10px;
    }

    @media (min-width: 768px) {
        .winner-item__rpp {
            font-size: 15px;
        }
    }

    @media (min-width: 992px) {
        .winner-item__rpp {
            font-size: 20px;
        }
    }

    .winner-item__body {
        display: flex;
        line-height: 1.2;
    }

    .winner-item__subtitle {
        padding-right: 10px;
        font-size: 11px;
        font-weight: 700;
    }

    @media (min-width: 768px) {
        .winner-item__subtitle {
            font-size: 16px;
            padding-right: 15px;
        }
    }

    @media (min-width: 992px) {
        .winner-item__subtitle {
            font-size: 24px;
            padding-right: 30px;
        }
    }

    .winner-item__ticket {
        width: 38%;
        max-width: 38%;
        padding-right: 10px;
        display: flex;
        align-items: center;
    }

    .winner-item__number {
        flex: 1;
        font-size: 19px;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
    }

    @media (min-width: 768px) {
        .winner-item__number {
            font-size: 24px;
        }
    }

    @media (min-width: 992px) {
        .winner-item__number {
            font-size: 51px;
        }
    }

    .winner-item__name {
        width: 62%;
        max-width: 62%;
        display: flex;
        align-items: center;
    }

.winner-item__username {
    flex: 1;
    font-size: 19px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-word;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

    @media (min-width: 768px) {
        .winner-item__username {
            font-size: 24px;
        }
    }

    @media (min-width: 992px) {
        .winner-item__username {
            font-size: 51px;
        }
    }

    /*.raffle-public-toggle {
    margin: 12px 0 !important;
    color: inherit !important;
    font-weight: 700 !important;
}*/

    i.toogle-success {
        background-color: #dff0d8 !important;
        border-color: #dff0d8 !important;
    }

        i.toogle-success::before, i.toogle-success::after {
            color: #3c763d !important;
        }

    i.toogle-danger {
        background-color: #f2dede !important;
        border-color: #f2dede !important;
    }

        i.toogle-danger::before, i.toogle-danger::after {
            color: #a94442 !important;
        }

    /*--------------------------------------------------
    READ MORE
----------------------------------------------------*/

    .raffle-about-text-outer .raffle-about-text .viewme {
        display: none;
    }

    .raffle-about-text .text-gradient {
        -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    }

    .readmore {
        position: relative;
        display: none;
        margin: 15px 0 30px 0;
    }

        .readmore p {
            display: block;
            width: 100%;
            max-width: 100%;
            font-size: 18px;
            cursor: pointer;
            text-align: center;
            text-transform: none;
            outline: none;
            overflow: hidden;
            color: #555;
            font-weight: 400;
            background-color: #ffffff;
            padding: 10px 16px;
            margin: 0 auto;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
            border-radius: 5px;
        }

    .raffle-about-text-outer .readmore i {
        font-size: 18px;
        background: #1daf4c;
        padding: 4px;
        color: #fff;
        margin-left: 10px;
        width: 30px;
    }

    /*--------------------------------------------------
    CART
----------------------------------------------------*/
    .cart-pay .btn, .cart-form-submit-btn {
        text-transform: uppercase;
    }

    .cart-bold {
        font-weight: bold;
    }

    .cart em.invalid, .paySvc-errors {
        display: block;
        margin-top: 6px;
        padding: 0 1px;
        font-style: normal;
        font-size: 16px;
        line-height: 1.55;
        color: #a94442;
        font-weight: 600;
    }

    .cart-form-customer .divider {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }

        .cart-form-customer .divider hr {
            width: 100%;
            height: 1px;
            border: none;
            background-color: rgba(26,26,26,.1);
        }

    .cart-form-customer .divider-text {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0 8px;
        white-space: nowrap;
        background-color: #fff;
        margin: 0;
        font-weight: bold;
        font-size: inherit;
        color: inherit;
    }

    .cart-checkbox-rememberMe-label-contact {
        font-weight: bold;
    }

    .cart-form-info-note {
        margin: 8px 0 0;
    }

    /*--------------------------------------------------
    CUSTOMER-FACING PRIZE LISTING
----------------------------------------------------*/
    .page-prize-item h1,
    .page-prize-item h2,
    .page-prize-item h3,
    .page-prize-item h4,
    .page-prize-item h5,
    .page-prize-item .huge {
        font-weight: bold;
    }

    .page-prize h5 {
        font-weight: normal;
    }

    .page-prize {
        width: 100%;
    }

        .page-prize .image-wrap {
            height: auto;
        }

        .page-prize hr {
            width: 100%;
            border-color: #000;
        }

        .page-prize .prize-main {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        .page-prize .prize-info {
            display: flex;
            flex-wrap: wrap;
        }

        .page-prize .prize-left,
        .page-prize .prize-right {
            padding-top: 20px;
        }

        .page-prize .prize-left {
            width: 30%;
            position: relative;
        }

            .page-prize .prize-left:after {
                content: '';
                width: 1px;
                height: 100%;
                position: absolute;
                border-right: 1px dashed #999;
                top: 0;
                right: 20%;
                z-index: 10;
            }

        .page-prize .prize-right {
            width: 70%;
        }

            .page-prize .prize-right h3 {
                margin-top: 0;
            }

            .page-prize .prize-right ul {
                margin-left: 0;
                padding-left: 1.5em;
            }

        .page-prize .prize-enum {
            color: #EB0000;
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            font-weight: bold;
            font-size: 1.5rem;
        }

            .page-prize .prize-enum .huge {
                font-size: 2.5em;
                line-height: .8;
            }

            .page-prize .prize-enum .nth {
                font-size: 1em;
                text-transform: uppercase;
                padding-top: .15em;
            }

            .page-prize .prize-enum .prize {
                color: #000;
                width: 100%;
                margin-top: .25em;
                text-transform: uppercase;
                font-size: 2.25rem;
            }

        .page-prize .page-prize-usp {
            margin: 1.5rem 0;
        }

        .page-prize .page-prize-text {
            display: block;
            width: 100%;
            padding-top: 2rem;
        }

            .page-prize .page-prize-text:empty {
                padding-top: 0;
            }

        .page-prize img {
            width: 100%;
        }

        .page-prize .disclaimer {
            font-size: .8em;
            line-height: 1.2;
        }

        .page-prize .other-prizes {
            text-transform: uppercase;
            text-align: center;
            font-weight: 900;
            margin-top: 1.5em;
            margin-bottom: 1em;
            font-size: 1.5em;
        }

        .page-prize .prize-section {
            border-top: 1px solid #000;
            padding: 10px 0;
            font-size: 1rem;
        }

            .page-prize .prize-section:last-child {
                border-bottom: 1px solid #000;
            }

            .page-prize .prize-section .headline_v2 {
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: flex-start;
                margin-bottom: 1.5em;
            }

            .page-prize .prize-section h3 {
                margin-top: 0;
                margin-bottom: 0;
                width: 18%;
                margin-right: 2%;
                color: #EB0000;
                text-transform: uppercase;
                font-size: 1.2em;
            }

            .page-prize .prize-section .desc {
                width: 48%;
                margin-right: 2%;
                font-size: 1.2em;
            }

            .page-prize .prize-section .prize-rrp {
                font-weight: bold;
                text-align: right;
                width: 30%;
                font-size: 1.2em;
            }

            .page-prize .prize-section h3 sup {
                text-transform: lowercase;
            }

            .page-prize .prize-section p {
                font-size: 1.15em;
            }
    /* Bootstrap MD Media Query */
    @media (min-width: 992px) {
        .page-prize .image-wrap {
            min-height: 200px;
            display: flex;
            align-items: flex-end;
        }

        .page-prize .other-prizes {
            font-size: 2.5rem;
        }

        .page-prize .prize-left {
            width: 15%;
        }

            .page-prize .prize-left:after {
                right: -2%;
            }

        .page-prize .prize-right {
            width: 85%;
            padding-left: 2em;
        }

        .page-prize .prize-enum {
            font-size: 1.45rem;
        }

            .page-prize .prize-enum .huge {
                font-size: 2.9em;
            }

            .page-prize .prize-enum .nth {
                font-size: 1.1em;
            }

            .page-prize .prize-enum .prize {
                font-size: 2.5rem;
            }

        .page-prize .prize-section .headline_v2 {
            align-items: center;
        }

        .page-prize .prize-section {
            font-size: 1.5rem;
            padding: 20px 0;
        }

            .page-prize .prize-section h3 {
                width: 16%;
                margin-right: 0;
                margin-top: 0;
                font-size: 1.6em;
            }

            .page-prize .prize-section .desc {
                width: 64%;
                margin-right: 0;
                font-size: 1.2em;
            }

            .page-prize .prize-section .prize-rrp {
                width: 20%;
                font-size: 1.2em;
            }

            .page-prize .prize-section p,
            .page-prize .prize-section li {
                font-size: .9em;
            }
    }

    @media (min-width: 1200px) {
        .page-prize .image-wrap {
            min-height: 250px;
        }

        .page-prize .prize-enum {
            font-size: 1.45rem;
        }

            .page-prize .prize-enum .huge {
                font-size: 2.9em;
            }

            .page-prize .prize-enum .nth {
                font-size: 1.1em;
            }

            .page-prize .prize-enum .prize {
                font-size: 2.5rem;
            }

        .page-prize .other-prizes {
            margin-top: 1.5em;
            margin-bottom: 1.5em;
        }

        .page-prize .prize-section {
            font-size: 2rem;
        }

            .page-prize .prize-section h3 {
                width: 16%;
                margin-right: 0;
                margin-top: 0;
                font-size: 1.5em;
            }

            .page-prize .prize-section .desc {
                margin-right: 0;
                width: 65%;
                font-size: 1.2em;
            }

            .page-prize .prize-section .prize-rrp {
                width: 15%;
                font-size: .8em;
            }

            .page-prize .prize-section p,
            .page-prize .prize-section li {
                font-size: 1.5rem;
            }
    }

    .page-prize .other-prizes i {
        font-size: 34px;
        background: #EB0000;
        padding: 4px;
        color: #fff;
        margin-left: 10px;
        width: 44px;
    }

    .page-prize .card-header a {
        text-decoration: none;
    }

    .page-prize .prize-section .lower {
        text-transform: lowercase;
    }

    .title-v1 p.page-prize-title-amount {
        color: #555;
        font-size: 38px;
        font-weight: 700;
    }

    .title-v1 p.page-prize-title-amount-sub {
        text-transform: uppercase;
        font-size: 85%;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

        .title-v1 p.page-prize-title-amount-sub:after {
            bottom: 0;
            left: 50%;
            height: 1px;
            width: 70px;
            content: " ";
            margin-left: -35px;
            position: absolute;
            background: #1daf4c;
        }

    .page-prize hr.hr-subtotal {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        height: 3px;
        margin: 30px 0 15px;
    }

    .page-prize .page-prize-footer-amount h3 {
        font-size: 2.5em;
        line-height: 0.8;
    }

    .page-prize .page-prize-footer-amount .prize-right h3 {
        margin: 0;
    }

    .page-prize .page-prize-footer-amount .prize-right .page-prize-usp {
        margin: 0.75rem 0 1.5rem;
    }

    @media (min-width: 1200px) {
        .page-prize .page-prize-footer-amount .prize-right .page-prize-usp {
            margin: 1.2rem 0 1.5rem;
        }
    }

    /*--------------------------------------------------
    COVER THEME v2
----------------------------------------------------*/
    .covertheme-v2 {
        margin-top: 80px;
        background: #eeeff2;
        display: block;
        position: relative;
        font-family: "Open Sans",Arial,sans-serif;
    }

        .covertheme-v2 .promo-next {
            opacity: 1.0;
            z-index: 3;
        }

        .covertheme-v2 .promo-raffle-buttons {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

            .covertheme-v2 .promo-raffle-buttons .btn {
                width: 220px;
            }

        .covertheme-v2 .page-intro-learnmore-a {
            display: inline-block;
        }

        .covertheme-v2 .page-intro-title, .covertheme-v2 .page-intro-subtitle {
            z-index: 1;
            font-weight: 600;
            color: #000000;
        }

        .covertheme-v2 .promo-text-v2 {
            z-index: 1;
            padding: 0 0 15px 0;
            position: relative;
            text-transform: uppercase;
        }

        .covertheme-v2 .promo-raffle__time {
            margin: 0 0;
        }

        .covertheme-v2 .promo-raffle-info-v2 {
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.7);
            width: auto;
            max-width: 90%;
            padding: 20px 15px;
            z-index: 100;
        }

    @media (max-width: 576px) {

        .covertheme-v2 .promo-raffle-info-v2 {
            width: auto;
        }

        .covertheme-v2 .page-intro-title {
            font-size: 20px;
        }

        .covertheme-v2 .page-intro-subtitle {
            font-size: 12px;
        }
    }

    @media (max-width: 768px) {

        .covertheme-v2 .promo-raffle-info-v2 {
            width: auto;
        }
    }

    @media (max-width: 991px) {

        .covertheme-v2 .promo-raffle-info-v2 {
            width: auto;
        }
    }

    @media (min-width: 992px) {
        .covertheme-v2 .promo-raffle-info-v2 {
            width: auto;
            max-width: 90%;
        }
    }

    @media (min-width: 1200px) {
        .covertheme-v2 .promo-raffle-info-v2 {
            width: auto;
            max-width: 1170px;
        }
    }

    .covertheme-v2 .promo-raffle-info-v2.rounded {
        border-radius: 12px !important;
    }

    /*--------------------------------------------------
    COVER THEME v3
----------------------------------------------------*/


    .covertheme-v3 {
        position: relative;
        z-index: auto;
        overflow: hidden;
        height: 100vh;
    }

        .covertheme-v3 .background-video {
            position: absolute;
            left: 0%;
            top: 0%;
            right: 0%;
            bottom: 0%;
            z-index: 0;
            display: flex;
            height: 100vh;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            background-image: linear-gradient(180deg, rgba(54, 69, 79, 0.5), rgba(44, 56, 64, 0.5)); /* customise */
        }

            .covertheme-v3 .background-video > video {
                background-size: cover;
                background-position: 50% 50%;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 100%;
                right: -100%;
                bottom: -100%;
                top: -100%;
                left: -100%;
                object-fit: cover;
                z-index: -100;
            }

        .covertheme-v3 .video-overlay {
            position: absolute;
            left: 0%;
            top: 0%;
            right: 0%;
            bottom: 0%;
            display: flex;
            width: 100%;
            height: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            background-color: rgba(44, 56, 64, 0); /* customise */
            background-image: linear-gradient(180deg, rgba(54, 69, 79, 0.5), rgba(44, 56, 64, 0.5)); /* customise */
        }

        .covertheme-v3 .title-block {
            position: static;
            top: 20vh;
            display: flex;
            margin-top: -40px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
        }

        .covertheme-v3 .page-intro-title {
            position: static;
            left: 0%;
            top: auto;
            right: auto;
            bottom: 0%;
            height: auto;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 20px 20px;
            /* background-image: linear-gradient(90deg, #fac929, #fcf8cd 21%, #c1912d 58%, #edd586 85%, #fcf8cd); customise */
            background-color: #FFFFFF; /* customise */
            font-size: 60px;
            line-height: 120%;
            font-style: normal;
            font-weight: 400;
            text-align: center;
            letter-spacing: -2px;
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-text-fill-color: transparent;
        }

        .covertheme-v3 .page-intro-subhead {
            padding: 0 20px;
            margin: 10px 0;
            color: #FFFFFF;
            font-size: 20px;
            font-weight: 400;
            letter-spacing: 2px;
            text-align: center;
        }

        .covertheme-v3 .page-intro-subtitle {
            position: static;
            height: auto;
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 20px;
            color: #FFFFFF;
            font-size: 24px;
            line-height: 30px;
            font-weight: 400;
            text-align: center;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

        .covertheme-v3 .promo-raffle-buttons {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

            .covertheme-v3 .promo-raffle-buttons .btn {
                width: 220px;
                margin-bottom: 12px;
            }

        .covertheme-v3 .sponsorship {
            position: absolute;
            left: auto;
            top: auto;
            right: auto;
            bottom: 100px;
            display: -ms-grid;
            display: grid;
            width: 70vw;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
            grid-auto-columns: 1fr;
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr;
            -ms-grid-rows: auto;
            grid-template-rows: auto;
            color: #fff;
        }

            .covertheme-v3 .sponsorship .sponsor-left {
                justify-self: start;
                background-image: url('/assets/img/spacer.gif'); /* customise */
                background-repeat: no-repeat;
                background-size: contain;
                height: 1px; /* customise */
                width: 1px; /* customise */
            }

            .covertheme-v3 .sponsorship .sponsor-centre {
                justify-self: center;
                background-image: url('/assets/img/spacer.gif'); /* customise */
                background-repeat: no-repeat;
                background-size: contain;
                height: 1px; /* customise */
                width: 1px; /* customise */
            }

            .covertheme-v3 .sponsorship .sponsor-right {
                justify-self: end;
                background-image: url('/assets/img/spacer.gif'); /* customise */
                background-repeat: no-repeat;
                background-size: contain;
                height: 1px; /* customise */
                width: 1px; /* customise */
            }

    @media (max-width: 576px) {

        .covertheme-v3 .page-intro-title {
            font-size: 40px;
            letter-spacing: normal;
        }

        .covertheme-v3 .page-intro-subtitle {
            font-size: 18px;
        }

        .covertheme-v3 .promo-raffle-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
    }


    /*--------------------------------------------------
    ANIMATED BUTTONS
----------------------------------------------------*/
    .btn-glow-show {
        padding: 10px;
        background-color: #ff6a00;
    }

    .btn-glow-click,
    .btn-glow-click *,
    .btn-glow-click :after,
    .btn-glow-click :before,
    .btn-glow-click:after,
    .btn-glow-click:before {
        border: 0 solid;
        box-sizing: border-box;
    }

    .btn-glow-click {
        text-transform: uppercase;
    }

        .btn-glow-click:disabled {
            cursor: default;
        }

        .btn-glow-click:-moz-focusring {
            outline: auto;
        }

        .btn-glow-click svg {
            vertical-align: middle;
        }

        .btn-glow-click [hidden] {
            display: none;
        }

    .btn-glow-click {
        --thickness: 0.3rem;
        --roundness: 1.2rem;
        --color: #eff6ff;
        --opacity: 0.6;
        -webkit-backdrop-filter: blur(100px);
        backdrop-filter: blur(100px);
        background: none;
        background: hsla(0, 0%, 100%, 0.2);
        border: none;
        border-radius: 4px;
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 25px;
        position: relative;
    }

        .btn-glow-click i {
            font-size: 24px;
        }

        .btn-glow-click:hover {
            background: hsla(0, 0%, 100%, 0.3);
            filter: brightness(1.2);
        }

        .btn-glow-click:active {
            --opacity: 0;
            background: hsla(0, 0%, 100%, 0.1);
        }

        .btn-glow-click svg {
            border-radius: 4px;
            display: block;
            filter: url(#btn-glow-glow);
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .btn-glow-click rect {
            fill: none;
            stroke: #FFFFFF;
            stroke-width: 2px;
            stroke-linejoin: round;
            stroke-dasharray: 185%;
            stroke-dashoffset: 80;
            -webkit-animation: snake 2s linear infinite;
            animation: snake 2s linear infinite;
            -webkit-animation-play-state: running;
            animation-play-state: running;
            height: 100%;
            opacity: 0.5;
            transition: opacity 0.2s;
            width: 100%;
        }

        .btn-glow-click:hover rect {
            -webkit-animation-play-state: running;
            animation-play-state: running;
            opacity: 0.5;
        }

    @-webkit-keyframes snake {
        to {
            stroke-dashoffset: 370%;
        }
    }

    @keyframes snake {
        to {
            stroke-dashoffset: 370%;
        }
    }

    /*--------------------------------------------------
    LOADING
----------------------------------------------------*/
    .loading-outer {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #fff;
    }

    .loading {
        position: absolute;
        left: calc(50% - 60px);
        top: 50%;
        z-index: 1;
        width: 120px;
        height: 120px;
        margin: -76px 0 -76px 0px;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #1daf4c;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }










