﻿body {
    background-color: #fff;
}

#top-container {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}



#hero-image {
    background-color: #cacaca;
    background-image: url("../../Images/loggedOutHomePage/hero_image.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 24px 0px 36px;
}

    #hero-image a.learn-more {
        color: #6d2d72;
    }

    #hero-image #hero-content {
        background-color: rgba(255,255,255,0.8);
        padding: 24px;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0.025em;
        font-weight: 300;
    }


        #hero-image #hero-content .hero-content-title {
            font-size: 32px;
            font-weight: 500;
            line-height: 1;
            margin-bottom: 16px;
        }

        #hero-image #hero-content #hero-content-buttons {
            margin-top: 32px;
            text-align: center;
        }

        #hero-image #hero-content .hero-content-join-btn {
            width: 160px;
            padding: 6px 24px;
            margin: 22px auto;
            color: #fff !important;
            display: block;
        }

    #hero-image .hero-content .starlight-feature-text {
        color: #6d2d72;
    }

#starlight-section {
    padding: 36px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.025em;
    background-color: #f6f6f6;
}

    #starlight-section a.learn-more {
        color: #6d2d72;
    }

    #starlight-section .feature-image {
        max-width: 100%;
    }

    #starlight-section .starlight-logo {
        display: block;
        width: 220px;
        margin: 0 auto 32px;
    }

    #starlight-section .starlight-section-title {
        display: block;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0.025em;
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    #starlight-section .starlight-text {
        margin-bottom: 32px;
    }

    #starlight-section .starlight-section-join-btn {
        width: 160px;
        padding: 6px 24px;
        color: #fff !important;
    }

    #starlight-section .child-count {
        margin-bottom: 16px;
        font-size: 24px;
        font-weight: 600;
        color: #4b328e;
        padding: 8px;
        text-align: center;
        background-color: #fff;
        margin-bottom: 24px;
    }

    #starlight-section .starlight-quote {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-style: italic;
    }

        #starlight-section .starlight-quote .quote-name {
            font-size: 15px;
            font-style: normal;
            margin-top: 16px;
        }

        #starlight-section .starlight-quote .quote-mark {
            font-family: arial;
            color: #dcdcdc;
            font-size: 56px;
            line-height: 1;
        }

            #starlight-section .starlight-quote .quote-mark.left {
                padding-right: 16px;
            }

            #starlight-section .starlight-quote .quote-mark.right {
                padding-left: 16px;
            }


#top-content {
    background-color: #f6f6f6;
}

#top-content-items {
    margin-top: 16px;
    padding: 12px 0px;
}

    #top-content-items .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        #top-content-items .item .icon {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -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;
            background-color: #fff;
            color: #6D2688;
            width: 64px;
            height: 64px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            margin-right: 12px;
        }


            #top-content-items .item .icon i {
                font-size: 40px;
            }



        #top-content-items .item .content {
            font-size: 14px;
        }

        #top-content-items .item .heading {
            color: #6D2688;
            font-weight:600;
            font-size: 22px;
            line-height: 1.1;
            letter-spacing: normal;
            margin-bottom: 4px;
        }


#stores {
}

    #stores #stores-title {
        color: #6d2d72;
        margin-bottom: 32px;
        font-size: 36px;
    }

    #stores .featured-store-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        #stores .featured-store-items .store-item {
            -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -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;
            text-align: center;
            padding: 16px 32px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 128px;
        }


            #stores .featured-store-items .store-item img {
                max-width: 120px;
                max-height: 60px;
            }


#hot-offers {
}

h2.section-title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.025em;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 24px;
}

#hot-offers #hot-offers-title {
    color: #818181;
}

#hot-offers #hot-offers-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    #hot-offers #hot-offers-items .hot-offers-item {
        display: block;
        width: 20%;
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 4px 14px;
    }

        #hot-offers #hot-offers-items .hot-offers-item .item-inner {
            border: 1px solid #d8d8d8;
            border-radius: 3px;
            position: relative;
        }

        #hot-offers #hot-offers-items .hot-offers-item .heading-image {
            height: 70px;
            position: relative;
        }

            #hot-offers #hot-offers-items .hot-offers-item .heading-image img {
                display: block;
                max-width: 100px;
                max-height: 48px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        #hot-offers #hot-offers-items .hot-offers-item .description {
            height: 90px;
            position: relative;
        }

            #hot-offers #hot-offers-items .hot-offers-item .description:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: -1px;
                right: -1px;
                background-image: linear-gradient(to bottom,#853F9F,#3B0F65);
                transition: all 0.3s;
            }

        #hot-offers #hot-offers-items .hot-offers-item:hover .description:before {
            opacity: 0.9;
            background-image: linear-gradient(to bottom, #6d2688,#3B0F65);
        }

        #hot-offers #hot-offers-items .hot-offers-item .description .description-content {
            padding: 8px;
            font-size: 13px;
            text-align: center;
            line-height: 1.2em;
            color: #fff;
            font-weight: 600;
            position: absolute;
            box-sizing: border-box;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        #hot-offers #hot-offers-items .hot-offers-item .cashback {
            height: 45px;
            position: relative;
        }

            #hot-offers #hot-offers-items .hot-offers-item .cashback .cashback-content {
                position: absolute;
                width: 100%;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                box-sizing: border-box;
                padding: 0 4px;
                text-align: center;
                font-size: 13px;
                font-weight: 700;
                margin: 0 auto;
                color: #f17c21;
            }
        #hot-offers #hot-offers-items .hot-offers-item .expires {
            color: #868686;
            text-align: center;
            font-size: 12px;
            padding-bottom: 10px;
        }

#how-it-works {
    background-image: linear-gradient(to bottom, #6d2688,#3B0F65);
    color: #fff;
}

    #how-it-works .video-container {
        width: 80%;
        margin: 0 auto;
    }

        #how-it-works .video-container .video {
            position: relative;
            padding-bottom: 52.88%;
            padding-top: 25px;
            height: 0;
            margin-bottom: 28px;
        }

            #how-it-works .video-container .video iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

    #how-it-works #how-it-works-description {
        width: 80%;
        margin: 0 auto;
        color: #fff;
        margin-bottom: 28px;
    }

    #how-it-works #how-it-works-join {
        text-align: center;
    }

#starlight {
    font-weight: 300;
    color: #4e4e4e;
    font-size: 15px;
}

    #starlight .starlight-image {
        width: 100%;
        max-width: 300px;
        margin-bottom: 24px;
    }

    #starlight #starlight-title {
        color: #6d2d72;
        text-align: left;
        font-size:18px;
        font-weight:600;
        margin-bottom:10px;
    }

    #starlight .starlight-text {
        margin-bottom: 32px;
    }

    #starlight .starlight-logo {
        width: 200px;
        margin-bottom: 32px;
    }

    #starlight .starlight-button {
        text-align:center;
        margin-bottom:30px;
    }

        #starlight .starlight-button a {
            color:#f17c21;
            font-weight:600;
            padding:6px 18px;
            border-radius:3px;
            border:1px solid #f17c21;
        }

            #starlight .starlight-quote {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                font-weight: 600;
            }

        #starlight .starlight-quote .quote-mark {
            font-family: arial;
            font-size: 45px;
            line-height: 1;
        }

            #starlight .starlight-quote .quote-mark.left {
                padding-right: 16px;
            }

            #starlight .starlight-quote .quote-mark.right {
                padding-left: 16px;
            }

        #starlight .starlight-quote .quote-name {
            font-size: 15px;
            font-style: normal;
            margin-top: 16px;
            font-weight:300;
        }

    #starlight .child-count {
        margin-top: 20px;
        font-size: 18px;
        margin-bottom: 30px;
        font-weight: 600;
        color: #fff;
        padding: 8px;
        text-align: center;
        background-color: #853F9F;
    }


#trustpilot {
    background-color: #f5f5f5;
}

#about-icons {
    color: #4e4e4e;
}

    #about-icons .section-title {
        color: #818181;
    }

    #about-icons #items {
        margin-top: 16px;
    }

        #about-icons #items .item {
            text-align: center;
        }

            #about-icons #items .item .icon {
                width: 90px;
                height: 90px;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                background-color: #f5f5f5;
                margin: 0 auto 24px;
                padding: 32px;
            }

                #about-icons #items .item .icon img {
                    max-width: 100%;
                    max-height: 100%;
                }

            #about-icons #items .item .heading {
                color: #818181;
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 12px;
            }

            #about-icons #items .item .description {
                font-size: 14px;
                font-weight: 300;
                padding: 0 12px;
            }



#recognised-by {
    background-color: #f5f5f5;
}


    #recognised-by h1.section-title {
        color: #818181;
    }

    #recognised-by .award-brands-container {
        text-align: center;
        margin-bottom: 32px;
    }

        #recognised-by .award-brands-container .title {
            font-size: 30px;
            text-align: center;
            margin-top: 40px;
            margin-bottom: 15px;
            font-weight: 100;
        }

        #recognised-by .award-brands-container .brand-item {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            margin: 0px 6px;
            height: 100px;
            line-height: 100px;
            text-align: center;
        }

            #recognised-by .award-brands-container .brand-item img {
                max-height: 75px;
                max-width: 100%;
            }

    #recognised-by .brand-item {
        width: 12%;
    }


#why-join {
}

    #why-join h2.section-title {
        text-align: left;
        font-weight:600;
    }


    #why-join img {
        max-width: 100%;
    }

    #why-join p {
        margin-bottom: 16px;
    }


#joinarea {
    background-color: #5c0861;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-size: 25px;
    margin-bottom: 0px;
    padding: 0px;
}

    #joinarea .logo {
        max-height: 80px;
    }


#join-section {
    background-image: linear-gradient(-225deg, #254EC1, #6D2688, #3F1068);
    background-size: cover;
    margin-bottom: 0;
    padding: 25px 0;
}

.span6.left {
    width: 490px;
    padding-right:30px;
}

.span6.right {
    width: 400px;
    
}

.join-text {
    color: #fff;
}

    .join-text h2 {
        font-size: 27px;
        font-weight: 500;
        margin: 60px 0 18px;
        line-height:36px;
    }

        .join-text h2 .color {
            color: #FA9947;
            font-weight:700;
        }

    .join-text .subtitle {
        font-size: 17px;
        margin-bottom: 40px;
    }

    .join-text .line-button {
        margin-bottom: 40px;
    }

    .join-text .line-button a {
        color: #fff;
        padding: 10px 18px;
        border-radius: 5px;
        border: 1px solid #fff;      
    }

        .join-text .line-button a:hover {
            box-shadow:2px 2px 4px rgba(0,0,0,0.3);
        }

        .join-text .line-button a i {
            padding-left:5px;
            font-size:20px;
        }

    .join-text .from-stores {
        font-size: 20px;
        color: #FA9947;
        margin-bottom: 15px;
    }

        .join-text .from-stores img {
            width: 40px;
        }

    .join-text .logos img {
        width: 100%;
    }

#join-form {
    background-color: #fff;
    padding: 20px 24px;
    font-size: 12px;
    color: #818181;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.2);
}

    #join-form #join-form-title {
        color: #6d2d72;
        font-size: 25px;
        text-align: center;
        margin-bottom: 16px;
        font-weight:600;
    }

    #join-form .fieldset {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 352px;
    }

        #join-form .fieldset input {
            -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            margin-right: 8px;
        }

            #join-form .fieldset input:last-of-type {
                margin-right: 0;
            }


    #join-form .fieldset-validation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        #join-form .fieldset-validation .validation-error {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }

    #join-form input {
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 8px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #c5c5c5;
        color: #000;
        font-size: 16px;
    }

    #join-form #FirstName {
        max-width:150px;
    }
    #join-form #LastName {
        max-width:158px;
    }

    #join-form #PostCode {
        max-width: 40%;
    }

    #join-form #agree-text {
        color: #000;
    }

        #join-form #agree-text a {
            color: #6d2d72;
        }

            #join-form #agree-text a:hover {
                color: #000;
                text-decoration: underline;
            }

    #join-form #agree-checkbox {
        margin-right: 8px;
    }

    #join-form .input-checkbox {
        position: relative;
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #c5c5c5;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        #join-form .input-checkbox.error {
            border: 1px solid #e40005;
        }

        #join-form .input-checkbox label {
            display: block;
            width: 14px;
            height: 14px;
            position: absolute;
            top: 2px;
            left: 2px;
            cursor: pointer;
            background-color: #6d2d72;
            background-image: url("../../Images/forms/tick.gif");
            -webkit-background-size: contain;
            background-size: contain;
            opacity: 0;
        }


        #join-form .input-checkbox input[type=checkbox] {
            visibility: hidden;
        }

            #join-form .input-checkbox input[type=checkbox]:checked + label {
                opacity: 1;
            }


    #join-form input::-webkit-input-placeholder {
        color: #c5c5c5;
    }


    #join-form input::-moz-placeholder {
        color: #c5c5c5;
    }


    #join-form input:-ms-input-placeholder {
        color: #c5c5c5;
    }


    #join-form input::-ms-input-placeholder {
        color: #c5c5c5;
    }


    #join-form input::placeholder {
        color: #c5c5c5;
    }

    #join-form input.error {
        border: 1px solid #e40005;
        color: red;
    }

    #join-form .validation-error {
        margin-bottom: 8px;
        color: #e40005;
    }

    #join-form input:focus {
        border: 1px solid #3c3c3c;
    }

    #join-form #join-button-container {
        text-align: center;
        position:relative;
    }

        #join-form #join-button-container #join-button {           
            width:352px;
            box-sizing:border-box;
            margin: 5px 0;
            font-size: 21px;
            padding:8px 24px;
        }

    #join-or {
        margin-bottom: 5px;
        text-align: center;
        font-size: 16px;
    }


#join-facebook {
    border-radius:5px;
    padding-left:10px;
    display: block;
    background: #49639f url("../../Images/loggedOutHomePage/facebook.jpg") no-repeat left top;
    color: #fff;
    font-size: 21px;
    margin-bottom: 15px;
    position: relative;
    height: 55px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
}

#bottom-join-section {
    background-image: linear-gradient(to right, #6d2688,#3B0F65);
    text-align: center;
    color:#fff;
}

    #bottom-join-section #bottom-join-section-button {
        margin: 32px 0;
    }

        #bottom-join-section #bottom-join-section-text {
            width: 50%;
            margin: 0 auto;
        }

.bottom-description {
    font-size:12px;
    color:#868686;
}

.button-standard.yellow {
    color: #fff !important;
    background: #f17c21;
    text-transform: unset;
    padding: 6px 50px;
}

.button-standard.yellow:hover {
    background:#faa353;
}
