body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

html, body {
    height: 100%;
}

header {
    display:none;
}

header h5 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 25px;
    font-size: 2em;
}

@media(max-width: 789px) {
    header {
        text-align: center;
    }

        header h5 {
            position: relative;
            top: auto;
            margin-top: .5em;
            font-size: 1.5em;
        }
}

@media(min-width: 789px) {
    body {
        background: #f9f9f9;
    }
}

@media(min-width:750px) {
    .deals, .reward-status, .survey {
        margin: 2em auto;
        background: #fff;
    }
}

.prize-info {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 2.5em 0 .5em;
    color: #fff;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

.prize-info h5 {
    padding-top: .5em;
    font-size: 3VW;
    font-weight: 300;
}

.prize-info h1,
.secondary-header h1 {
    font-size: 6VW;
    font-weight: 700;
    color: #fff;
}

.prize-info h5 span {
    color: #8FFF00;
}

.prize-info img {
    display: block;
    margin: 3em auto 2.5em;
    max-width: 60%;
}

.prize-info span.statement {
    font-size: .6em;
    font-weight: 200;
}

.prize-info span a {
    color: #fff;
}

.secondary-header {
    background: #333;
    text-align: center;
    padding: 1.5em 0;
}

    .secondary-header span {
        color: #27c6ed;
    }

.registration-container {
    margin: 1.5em 0;
}

fieldset {
    border: none;
}

.registration-container form legend {
    font-size: 2em;
    margin-bottom: .5em;
    padding: 0;
    color: #27c6ed;
}

.registration-container form label {
    font-weight: 700;
    cursor: pointer;
    font-size: 1.2em;
    color: #333;
}

.registration-container form .page-0 label {
    font-size: 4VW;
}

.registration-container form .page-0 .confirmyouremail label {
    font-size: 1.5em;
}

.registration-container form a,
.registration-container form a:hover,
.registration-container form a:active {
    color: #333;
    text-decoration: underline;
}

.registration-container p {
    margin: 1em auto;
    max-width: 80%;
    clear: both;
    text-align: left;
    font-size: .9em;
    font-weight: 200;
    text-align: justify;
}

@media(min-width: 1000px) {
    .registration-container p {
        margin-left: 35%;
        max-width: 30%;
    }
}

.registration-container form .page-1 .selectgender {
    margin: 0 auto;
}

    .registration-container form .page-1 .selectgender label {
        display: inline-block;
        font-size: 1em;
    }

.registration-container .consentstatement p {
    text-align: justify;
}

.registration-container .consentstatement label {
    display: block !important;
    color: #fff;
    background-color: #23d119;
    border-radius: 100px;
    margin: 0 30px;
}

.registration-container form .umbraco-forms-field-wrapper .btn-label,
.registration-container form .btn.btn-primary,
.reward-status .btn.btn-primary {
    display: inline-block;
    font-size: 1em;
    min-width: 30VW;
    line-height: 2.5em;
    max-width: 300px;
    margin: 1em 2VW;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 100px;
    background-color: #27c6ed;
    color: #fff;
}

.reward-status .btn.btn-primary {
    max-width: 200px;
    min-width: 0;
}

.registration-container form .umbraco-forms-field-wrapper .btn-label.labels-3 {
    width: 25%;
    min-width: 0;
}

.registration-container form .btn.btn-primary,
.reward-status .btn.btn-primary {
    width: 300px;
    margin: 1em auto .5em;
}

    .registration-container form .umbraco-forms-field-wrapper .btn-label:hover, .registration-container form .btn.btn-primary:hover, .registration-container form .btn.btn-primary:active {
        background-color: #b3d7e0;
    }

.registration-container form .selectgender .umbraco-forms-field-wrapper label.btn-label {
    min-width: 125px;
    background: #565656;
}

.registration-container form .selectgender .umbraco-forms-field-wrapper input[type='radio']:checked + label.btn-label {
    background: #8FFF00;
}

.registration-container input[type='text'], .registration-container input[type='tel'], .registration-container input[type='email'] {
    width: 320px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

@media (max-width:400px) {
    .registration-container input[type='text'], .registration-container input[type='tel'], .registration-container input[type='email'] {
        width: 260px;
    }
}

.form-control {
    display: block;
    width: calc(100% - 1.5rem);
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

body.introduction-state {
    background: #27c6ed !important;
}

body.reward-generated {
    background: #23d119 !important;
}

.introduction-container {
    padding: 1em 0;
    font-size: 2em;
    text-align: center;
    color: #fff;
}

    .introduction-container h4 {
        margin: 1em 0;
        font-size: 1.5em;
    }

        .introduction-container h4.generated {
            font-size: 1.0em;
        }

    .introduction-container .code {
        width: 80%;
        text-align: center;
        background: #fff;
        text-align: center;
        border-radius: 100px;
        margin: 0 auto;
        padding: .5em;
    }

        .introduction-container .code span {
            color: #999;
            font-size: .8em;
            text-transform: uppercase;
            display: inline-block;
        }

    .introduction-container .generated {
        display: none;
    }


        .introduction-container.generated .generated {
            display: block;
        }

        .introduction-container.generated .generating {
            display: none;
        }

        .introduction-container.generated .prize-image {
            margin: 1em auto;
        }


.registration-container form .page-1 label {
    display: none;
}


.registration-container .col-4:first-child {
    margin-left: 0;
}

.registration-container .dob {
    width: 350px;
    margin: 0 auto;
    display: flex;
}

    .registration-container .dob .col-4 {
        width: 100px;
        float: left;
    }

@media(max-width:400px) {

    .registration-container .dob {
        width: 300px;
        margin: 0 auto;
        display: flex;
    }

        .registration-container .dob .col-4 {
            width: 90px;
            float: left;
        }
}

footer {
    text-align: left;
}

    footer a {
        display: block;
        max-width: 200px;
        margin: 1em 0;
    }


@media screen and (max-width: 767px) {
    .prize-info {
        min-height: 0;
    }

    img.prize-image {
        max-width: 200px;
        margin: 2em auto;
        display: block;
        height: auto;
    }

    .prize-info h5 {
        padding-top: .5em;
        font-weight: 300;
    }

    .secondary-header h1,
    .prize-info h1 {
        font-weight: 700;
    }

    .prize-info h5 span {
        color: #8FFF00;
    }

    .registration-container fieldset {
        border: none;
    }

    .registration-container form legend {
        font-size: 1.2em;
        margin-bottom: .5em;
        padding: 0;
    }


    .registration-container form .page-0 label {
        font-size: 6VW;
    }

        .registration-container form .page-0 label.btn-label {
            font-size: 1em;
            line-height: 3em;
            min-width: 100px;
            white-space: nowrap;
        }
}

p.submitting {
    display: none;
    width: 100%;
    text-align: center !important;
}

    p.submitting i {
        font-size: 3em;
    }

.survey {
    text-align: center;
}



    .survey h5 {
        background: #333;
        padding: 1em;
        color: #fff;
    }


    .survey label {
        font-size: 1.5em;
        font-weight: 700;
        margin: 1em;
        display: block !important;
    }

    .survey .umbraco-forms-field:not(:first-of-type) {
        display: none;
    }

    .survey h2 {
        margin-top: .5em
    }

    .survey .radiobuttonlist label {
        background-color: #27c6ed;
        color: #fff;
        font-size: 1em;
        border-radius: 15px;
        width: 300px;
        line-height: 3em;
        margin: .15em auto;
    }

        .survey .radiobuttonlist label:hover {
            cursor: pointer;
            background-color: #145ec7;
        }

    .survey label + input[type='radio'] {
        display: none;
    }

    .survey input[type='submit'] {
        display: none;
    }

@media (min-width:1000px) {

    .survey .radiobuttonlist {
        width: 650px;
        margin: 0 auto 3em;
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;
        justify-content: space-evenly;
        flex-direction: row;
    }

        .survey .radiobuttonlist label {
            margin: .5em 0;
            width: 300px;
        }
}


@media (max-width:999px) {
    .survey .radiobuttonlist label {
        margin: 0 auto 1em;
    }
}

.deals .reward img {
    max-width: 50%;
}

.deals .deal-categories {
    padding: .5em;
    font-weight: 400;
    color: #333;
}

    .deals .deal-categories span {
        margin: 0 .2em;
        opacity: 0.6;
    }

        .deals .deal-categories span.active {
            text-decoration: underline;
            opacity: 1;
        }

.deals, .survey, .reward-status {
    text-align: center;
    max-width: 1200px;
    box-shadow: #999 0 0 5px;
    min-height: 750px;
}

    .deals h1 {
        font-size: 1em;
        line-height: 2em;
        background: #333;
        color: #fff;
        padding: 0.5em 0;
        margin-bottom: .5em;
    }

    .deals p {
        font-size: .8em;
        margin: 0;
        padding: 0;
        line-height: 2em;
    }

    .deals h2 {
        padding: .5em;
        margin: .5em 0 0;
        color: #333;
        font-weight: 700;
    }

        .deals h2 span {
            color: red;
        }

.deals-list {
    background: #fff;
    padding: 1em 0;
}

.deals p.complete-notice {
    font-weight: 700;
    font-size: 1.5em;
    margin: 2em 0 1em;
    color: blue;
}

.deals-list .deal.most-popular {
    border: solid 2px orange;
}

    .deals-list .deal.most-popular p.most-popular {
        position: absolute;
        background: orange;
        font-weight: 700;
        margin: 0;
        padding: 5px 20px;
        top: 0;
        left: 0;
    }

.deals button {
    width: 200px;
    background: #999;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    line-height: 3em;
    font-size: 1.5em;
    border: none;
    margin-bottom: 2em;
}


.deals-list .deals-placeholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.deals-list .deal {
    position: relative;
    margin: 0.5em auto 1em;
    padding: 2em .5em 1em;
    background: #fff;
    border-radius: 5px;
    box-shadow: #999 0px 0px 5px;
    max-width: 360px;
}

@media(min-width: 789px) {
    .clear {
        clear: both;
    }

    .deals-list .deals h1 {
        font-size: 2em;
        color: #333;
        background: none;
    }

    .deals-list .deals .reward img {
        max-width: 200px;
    }
}

.deals-list .deal .value {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: .9em;
    color: #333;
}

.deals-list .deal img {
    float: left;
    width: 30%;
    margin-bottom: .5em;
    margin-left: .5em;
}

.deals-list .deal .info {
    float: left;
    width: 60%;
    margin-left: 1em;
    padding-bottom: .5em;
    text-align: left;
    height: 150px;
}

@media(max-width: 767px) {
    .deals-list .deal .info {
        min-height: 150px;
        height: auto;
    }
}

.deals-list .deal .info h5 {
    font-size: 1.1em;
    margin-bottom: .5em;
    font-weight: 700;
    color: #333;
}

.deals-list .deal .info p {
    font-size: .9em;
    line-height: 1.25em;
    font-weight: 200;
    text-align: justify;
    margin: .5em 0;
    color: #333;
}

@media(min-width:900px) {
    .deals-list .deal .info h5 {
        font-size: 1.2em;
    }

    .deals-list .deal .info p {
        font-size: .8em;
        margin-top: .5em;
    }
}

.deals-list .deal hr {
    clear: both;
    display: block;
    border-color: #fff;
}

.deals-list .deal a.claim {
    display: block;
    width: 200px;
    margin: 1em auto 0;
    font-weight: 700;
    background: #27c6ed;
    text-decoration: none;
    border-radius: 10px;
    line-height: 2.5em;
    text-transform: uppercase;
    color: #fff;
}

.deals .help {
    margin: 1em 0;
    padding-bottom: 1em;
    font-size: 1.5em;
    color: #ccc;
}

    .deals .help a {
        color: #ccc;
        text-decoration: underline;
    }

.swal2-confirm.swal2-confirm.confirm-continue,
.swal2-confirm.swal2-confirm.goback-continue {
    display: block !important;
    clear: both;
}

.swal2-confirm.swal2-confirm.goback-continue {
    background: #27c6ed;
    width: 100%;
}

.swal2-deny.confirm-continue,
.swal2-deny.confirm-continue:hover,
.swal2-deny.confirm-continue:focus,
.swal2-deny.confirm-continue:active {
    background: none !important;
    font-size: .8em !important;
    text-decoration: underline;
    border: none;
    color: #333 !important;
    outline: none !important;
}



.process {
    padding: 2em 0;
    font-size: .9em;
    background: #145ec7;
    color: #fff;
}

    .process .surveys {
        background: #01429c;
        font-size: 2em;
        font-weight: 700;
        border-radius: 100px;
        padding: 1em 1em;
        margin: 0 0.5em;
    }


.process-steps {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.process .step.padlock,
.process .step.completed {
    background: url('/media/wt2pnm01/padlock.png') no-repeat center;
    background-size: 100%;
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 0.5em;
}

.process .step.completed {
    background: url('/media/krzbdoa3/tick.png') no-repeat center;
    background-size: 100%;
}

.process .step.line {
    height: 10px;
    background: #01429c;
    width: 50px;
    margin: 0 0.5em;
}

.process .step.prize {
    background: #fff;
    width: 120px;
    border-radius: 100%;
    height: 120px;
    margin: 0 0.5em;
    padding: 25px 5px;
}

@media(max-width: 500px) {

    .process .surveys {
        font-size: 1em;
    }

    .process .step.line {
        height: 8px;
        width: 25px;
    }

    .process .step.prize {
        width: 80px;
        height: 80px;
        padding: 15px 5px;
    }

        .process .step.prize img {
            width: auto !important;
            max-width: 100%;
        }
}

@media(max-width: 375px) {
    .process .step.prize {
        padding: 10px 5px;
        height: 50px;
    }
}

@media(max-width: 350px) {
    .process span {
        display: none;
    }

    .survey label {
        margin: 1em;
    }
}

.help-content {
    max-height: 300px;
    overflow-y: scroll;
    text-align: left;
}


    .help-content h5 {
        font-size: 1em;
    }

    .help-content p {
        font-size: .8em;
    }


/* DEALS V2 */


.deals-list-v2 {
    background: #fff;
    padding: 1em 0;
}

    .deals-list-v2 .deals p.complete-notice {
        font-weight: 700;
        font-size: 1.5em;
        margin: 2em 0 1em;
        color: blue;
    }

    .deals-list-v2 .deals .deal.most-popular {
        border: solid 2px orange;
    }

        .deals-list-v2 .deals .deal.most-popular p.most-popular {
            position: absolute;
            background: orange;
            font-weight: 700;
            margin: 0;
            padding: 5px 20px;
            top: 0;
            left: 0;
        }


    .deals-list-v2 .deals-placeholder {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .deals-list-v2 .deal {
        position: relative;
        margin: 0.5em auto 1em;
        padding: 0;
        background: #fff;
        border-radius: 5px;
        box-shadow: #999 0px 0px 5px;
        max-width: 360px;
    }

@media(min-width: 789px) {
    .clear {
        clear: both;
    }

    .deals-list-v2 .deals h1 {
        font-size: 2em;
        color: #333;
        background: none;
    }

    .deals-list-v2 .deals .reward img {
        max-width: 200px;
    }
}

.deals-list-v2 .deal .value {
    position: absolute;
    top: 10px;
    padding: 10px;
    border-radius: 100%;
    background: #fff;
    right: 10px;
    font-size: .9em;
    color: #333;
}

.deals-list-v2 .deal img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    margin-bottom: 1em;
}

.deals-list-v2 .deal .info {
    width: 100%;
    padding-bottom: .5em;
    text-align: center;
}

    .deals-list-v2 .deal .info h5 {
        font-size: 1.1em;
        margin-bottom: .5em;
        font-weight: 700;
        color: #333;
    }

    .deals-list-v2 .deal .info p {
        font-size: .9em;
        line-height: 1.25em;
        font-weight: 200;
        margin: .5em 1em;
        color: #333;
    }

@media(min-width:900px) {
    .deals-list-v2 .deal .info h5 {
        font-size: 1.2em;
    }

    .deals-list-v2 .deal .info p {
        font-size: .8em;
        margin-top: .5em;
    }
}

.deals-list-v2 .deal hr {
    clear: both;
    display: block;
    border-color: #fff;
}

.deals-list-v2 .deal a.claim {
    display: block;
    width: 200px;
    margin: 0 auto 1em;
    font-weight: 700;
    background: #27c6ed;
    text-decoration: none;
    border-radius: 10px;
    line-height: 2.5em;
    text-transform: uppercase;
    color: #fff;
}


.sticky-footer {
    display:none;
}

.sticky-footer {
    width:100%;
    position: fixed;
    bottom:0;
    background:#eee;
    z-index:10000;
    text-align: center;
}

.sticky-footer h5 {
    font-size:0.75em;
    color:#777;
    padding:1em;
    font-weight:500;
}

.sticky-footer h2 {
    font-size:1em;
    padding:0 0 .5em;
    text-align:center;
    font-weight:500;
}

.sticky-footer p {
    text-align: left;
}

.sticky-footer a.close {
    position: absolute;
    right:0;
    top:5px;
    padding:10px;
    font-size:3em;
    color:#000 !important;
    font-weight:200;
    opacity: 1;
    text-shadow: none;
}

.sticky-footer button {
    margin-left:auto;
    margin-right:auto;
    text-align: center !important;
}

.sticky-footer div,
.sticky-footer button {
    display:none !important;
}

.sticky-footer.expanded div,
.sticky-footer.expanded button {
    display:flex !important;
}

/* END DEALS v2 */

@media (max-width: 768px) {
    header {
        display:none;
    }
}

.presurvey-container, .survey-completed {
    padding: .5em 0;
    background: white;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}