<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    
}

.headertop{
    height:107px;
    width:100%;
    background-color:white;
}

    .headertop img{
        width:320px;
    }


 .intro-text {
        font-family:Arial;
        padding-top: 100px;
        padding-bottom: 0px;
        color:#fff;
        text-align:center;
    }

        .intro-text .intro-lead-in {
            /*font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;*/            
            font-style: italic;
            font-size: 20px;
            /*line-height: 40px;*/
            margin-bottom: 10px;
        }

        .intro-text .intro-heading {
            /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
            text-transform: uppercase;
            font-weight: 700;
            font-size:30px;
            line-height: 30px;
            margin-bottom: 10px;
        }

/*----------------------rewards----------------------*/

.RewardContainer {
    width:100%;
}

    .RewardPanel{
        margin:auto;
        width:70%;
        background-color:#f5f5f5;
        padding:20px;
        margin-bottom:40px;
    }

    .RewardPanelInner{       
        color:#000;
        font-size:12px;
        text-align:justify;
    }

    .RewardPanelInner img{
        width:100%;
    }


.CashRebate {
    margin: auto;
    width: 70%;
    background-color: #f5f5f5;
    padding: 10px 20px;
    margin-bottom: 40px;
    
}

    .CashRebateInner{       
        background-image: url('../img/CashRebate.jpg');
        background-color: #f5f5f5;
        min-height: 400px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        opacity: 0.2;
    }

    .CashRebateInnerText {
            color:#000;
            font-size:16px;
            text-align:justify;
            line-height: 40px;
            position: absolute;
            top: -380px;
            font-weight: 400;
        }

    @media(max-width:910px) {
        .CashRebateInner{       
        background-color: #f5f5f5;
        min-height: 600px;
    }

        .CashRebateInnerText {
            top: -600px!important;
            text-align:left;
        }

    }

        @media(max-width:580px) {
        .CashRebateInner{       
        background-color: #f5f5f5;
        min-height: 800px;
    }

        .CashRebateInnerText {
            top: -800px!important;
            text-align:left;
        }

    }

        

    .btn-dinning{
        color: #fff!important;
        background-color: #f4881c;
        border-color: #c86809;
    }

        .btn-dinning:hover{
        color: #fff;
        background-color: #c86809;
        border-color: #c86809;
    }

    .btn-giftcard{
        color: #fff!important;
        background-color: #e642a3;
        border-color: #c01d7d;
    }

        .btn-giftcard:hover{
        color: #fff;
        background-color: #c01d7d;
        border-color: #c01d7d;
    }

    .btn-vacation{
        color: #fff!important;
        background-color: #65549b;
        border-color: #402a86;
    }

        .btn-vacation:hover{
        color: #fff;
        background-color: #402a86;
        border-color: #402a86;
    }

        .btn-shopping{
        color: #fff!important;
        background-color: #ACD145;
        border-color: #779625;
    }

        .btn-shopping:hover{
        color: #fff;
        background-color: #779625;
        border-color: #779625;
    }

                </pre></body></html>