﻿@charset "UTF-8";
/*============================
*	Base
	all base files to reset and get the site started
*/
/*-----------------------------------------------------------------------------
----------------------------0--------$VARIABLES--------------------------------
-------------------------------------------------------------------------------*/

@font-face {
    font-family: Wasabi;
    src: url(fonts/Wasabi/wasabi-medium-webfont.woff);
    src: url(fonts/Wasabi/wasabi-medium-webfont.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}


/*
		Usage: @include prefixer(border-radius, $radii, webkit ms spec);
	*/

/*-----------------------------------------------------------------------------
------------------2--------$NORMALISATION/RESET--------------------------------
-------------------------------------------------------------------------------*/
footer, header {
    display: block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input {
    font: normal 20px / 25px Wasabi,Helvetica,Arial,sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 14px !important;
    line-height: 1.4;
    min-width: 320px;
    background-color: #fcfbf7;
    padding: 0px;
    overflow-x: hidden;
}

a {
    background: transparent;
    color: #00e;
}

    a:hover {
        color: #06e;
    }

    a:hover, a:active, a:focus {
        outline: 0;
    }

b {
    font-weight: bold;
}

ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

form {
    margin: 0;
}

label {
    cursor: pointer;
}

button, input {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button {
    width: auto;
    overflow: visible;
}

button, input {
    line-height: normal;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*  Blockquotes  */

/* #Clearing
================================================== */
/* Self Clearing Goodness */

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */

/* You can also use a <br class="clear" /> to clear columns */

/* #Images
================================================== */

/* #Site wide Box-Sizing
================================================== */
/**
    * Let’s make the box model all nice, shall we...?
    */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    /* #Global Font Optimisation
================================================== */
    /**
    * Let’s make those fonts render nicely in good browsers...?
    */
    *, *:before, *:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

body {
    padding-top: 80px;
}

@media screen and (max-width: 960px) {
    body {
        padding-top: 80px;
    }
}

html {
    font-size: 62.5%;
    line-height: 62.5%;
}

body {
    font-family: Wasabi,Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #0f3724;
    font-weight: normal;
    text-align: left;
}

/* Paragraph sizes */

li {
    font-family: Wasabi,Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
}

a,
a:active {
    color: #2d2d2d;
    text-decoration: none;
}

    a:hover {
        color: #ffffff;
        text-decoration: none;
    }

/*-----------------------------------------------------------------------------
-------------------------------HEADINGS----------------------------------------
-------------------------------------------------------------------------------*/

.t-heading-delta {
    position: relative;
    display: block;
    margin: 10px 0;
    /*color: #ea580c;*/
    color: #003f24;
    font-size: 23px;
    line-height: 35px;
    font-family: Wasabi,Helvetica,Arial,sans-serif;
    font-weight: 300;
}

/*============================
*	Layout
	Main layout elements of site - Header, sidebar footer etc but none of the reusable
	elements that are inside of these including headers, links etc. Make these in a
	more modular method.
*/
/* ======

Grid:

	- Container
	- Columns
	- Row
	- Flex

====== */
.l-container {
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .l-container:before, .l-container:after {
        content: " ";
        display: table;
    }

    .l-container:after {
        clear: both;
    }

.l-container {
    *zoom: 1;
}

.l-col {
    float: left;
}

.l-col--content {
    padding-left: 10px;
    padding-right: 10px;
}

.l-col--12 {
    width: 100%;
}

@media screen and (max-width: 725px) {
    .l-col--mq-tab-x-sml {
        position: relative;
        width: 100%;
        margin: 0 0 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.l-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 16;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 1.2s cubic-bezier(0.665, 0, 0.43, 1);
}


.l-header {
    background-color: #fcfbf7;
    height: 130px;
}

.l-nav__link {
    font-family: Wasabi,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #ccd400;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.665, 0, 0.43, 1);
}



.l-footer {
    padding: 25px 0 20px;
    background: #054127;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:100;
}

    .l-footer * {
        color: white;
    }

    .l-footer a:hover {
        color: #feffe2;
    }

@media screen and (max-width: 725px) {
    .l-footer {
        padding: 20px 0;
        text-align: center;
    }
}


.l-footer__nav__item {
    font-size: 20px;
    line-height: 15px;
    line-height: 1.8rem;
    margin-bottom: 10px;
    display: inline-block;
}

.l-footer__nav__link {
    font-size: 14px !important;
    line-height: 12px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: Wasabi,Helvetica,Arial,sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 725px) {

    .l-footer__nav__link {
        font-size: 13px !important;
        line-height: 12px;
        line-height: 1.2rem;
        font-family: Wasabi,Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-weight: 400;
    }
}

/*============================
*	Modules
	this will be the core styles for the site. this should be as modular as possible
	but no state styles. These are for the next section.
*/

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

/* draggable */

/* ---- previous/next buttons ---- */

/* right to left */

/* ---- page dots ---- */

/*============================
*	Modules
	this will be the core styles for the site. this should be as modular as possible
	but no state styles. These are for the next section.
*/
.c-btn {
    color: #000;
}

@media screen and (max-width: 725px) {
    .c-btn {
        float: none;
        margin: 0 auto;
    }
}

.c-btn--inline {
    float: none;
    display: inline-block;
}




.c-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 24px;
    border: none;
    border-radius: 2px;
    font-family: Wasabi,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    transition: all ease .2s;
}


.c-btn--orange {
    background-color: #054127;
    color: #fff;
    box-shadow: 0 0 0 5px #054127, inset 0 0 0 1px #fff;
    border-radius: 7px;
}

    .c-btn--orange:after {
        opacity: 0;
        content: '';
        position: absolute;
        top: 23px;
        width: 18px;
        height: 16px;
    }

    .c-btn--orange:hover {
        /*background: #e4ed00;*/
        background-color: #e4ed00;
        color: #054127;
        box-shadow: 0 0 0 5px #e4ed00, inset 0 0 0 1px #054127;
    }

        .c-btn--orange:hover:after {
            opacity: 1;
            right: 12px;
        }



.c-btn--white {
    position: relative;
    background-color: white;
    color: #000;
}

    .c-btn--white:after {
        opacity: 0;
        content: '';
        position: absolute;
        top: 23px;
        right: 5px;
        width: 18px;
        height: 16px;
        background-size: contain;
        transition: all ease 200ms;
    }

    .c-btn--white:hover {
        background-color: #f4f4f4;
    }

        .c-btn--white:hover:after {
            opacity: 1;
            right: 12px;
        }



.c-btn--pushed {
    margin-top: 20px;
}

.c-logo {
    position: absolute;
    top: 15px;
    /*right: 0;*/
    left: 20px;
    z-index: 10;
    width: 50px;
    margin: auto;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.665, 0, 0.43, 1);
}

/*.c-logo:hover {
        transform: scale(1.1);
    }*/


@media screen and (max-width: 960px) {
    .c-logo {
        top: 15px;
        left: 15px;
        width: auto;
    }

        .c-logo img {
            height: 100%;
        }
}

.c-logo img {
    width: 50px;
}

/*============================
* Utilities
*/
/*-----------------------------------------------------------------------------
-------------------------------HELPER/HELPERS----------------------------------
-------------------------------------------------------------------------------*/

/* Positioning */

.u-upper-shadow {
    box-shadow: inset 0 15px 40px -20px rgba(0, 0, 0, 0.5);
}

/*============================
*	Libraries
	CSS files for any external libraries like fancybox etc.
*/

/*# sourceMappingURL=maps/main.css.map */

/*Communication channel item */
.prefs_channel .item {
    border: 1px solid #333333;
    padding: 25px;
    margin: 5px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    max-width: 390px;
    border-image-slice: 20;
    border-image-width: 20;
}

    .prefs_channel .item:hover {
        border: 1px solid #333333;
        /*background-color: rgba(0, 0, 0, .25);*/
        border-image-slice: 20;
        border-image-width: 20;
    }


.prefs_channel .itemRoundBorder {
    border-radius:10px;
    padding: 25px;
    margin: 5px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    max-width: 390px;
    border-image-slice: 20;
    border-image-width: 20;
}

    .prefs_channel .itemRoundBorder:hover {
        border-image-slice: 20;
        border-image-width: 20;
    }



.image_email {
    content: url('/content/images/opened-email-envelope.png');
    float: left;
}

.image_sms {
    content: url('/content/images/speech-bubble.png');
    float: left;
}

.image_mail {
    content: url('/content/images/mail_direct.png');
    float: left;
}

.image_phone {
    content: url('/content/images/phone-call.png');
    float: left;
}



.k-radio:checked + .k-radio-label:after {
    content: "";
    width: 14px !important;
    height: 14px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        margin: 0 15px;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #5d5a5a;
            border-radius: 100%;
            background: #fff;
        }

.k-radio:checked + .k-radio-label:before {
    border-color: #5d5a5a !important;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ccd400;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.title_email, #OptIn_Email, .title_sms, #OptIn_Mobile, .title_mail, #OptIn_Mail, .title_phone, #OptIn_Phone {
    text-align: center;
}



.form-control {
    font-size: 14px;
}

.rewardtable {
    width: 100%;
}

    .rewardtable tr:nth-child(even) {
        background-color: #efefef;
    }


    .rewardtable tr:nth-child(odd) {
        background-color: #fff9f4;
    }



.Box {
    background-color: #054127;
    color: #FFFFFF !important;
    border-radius: 4px;
}


.club-signup__lottie-container-1 {
    top: -45%;
    left: -250px;
    width: 2193px;
    height: 2708px;
    position: fixed;
    opacity: 0.5;
}

.inputLogin {
    width: 100%;
    border: 1px solid rgba(134,133,121,.3);
    border-radius: 4px;
    outline: 0;
    padding: 11px 20px 11px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-family: Wasabi, Helvetica, Arial, sans-serif;
    line-height: 20px;
    background: 0 0;
    color: #fff;
    border-color: #fff;
}


.inputOthers {
    width: 100%;
    border: 1px solid rgba(134,133,121,.3);
    border-radius: 4px;
    outline: 0;
    padding: 11px 20px 11px;
    /*height: 50px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-family: Wasabi, Helvetica, Arial, sans-serif;
    line-height: 20px;
    background: 0 0;
    color: gray;
    border-color: gray;
    margin:2px;
}



.control-label {
    margin-bottom: 10px;
}




.error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}

label.error {
    display:none !important;
}

.HideFormError {
    display: none !important;
}



.Side1 {
    position: fixed;
    top: 0px;
    right: 120px;
    z-index: 17;
}


@media screen and (max-width: 960px) {
    .Side1, .food1, .FooterImage {
        display: none;
    }
}


.food1 {
    position: fixed;
    top: 0px;
    left: 30px;
    z-index: 99;
}



.FooterImage {
    position: fixed;
    Bottom: 0px;
    right: 100px;
    z-index: 101;
}




.colored-border-Yellow {
    border: 1px solid #ccd500;
}

.colored-border-Orange {
    border: 1px solid #ea580b;
}

.colored-border-Red {
    border: 1px solid #a4163e;
}

.colored-Yellow {
    color: #ccd500;
}

.colored-Orange {
    color: #ea580b;
}

.colored-Red {
    color: #a4163e;
}


.horizontal-line {
    border-top: 1px solid #0f3724; 
    margin: 10px; 
    width:60%;
}


.gradient-line {
    width: 70%;
    height: 2px; /* Adjust the height as needed */
    background: linear-gradient(to right, transparent, #0f3724, transparent);
    margin: 30px;
}