﻿@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.ttf') format('truetype');
}

@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff');
}


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.ttf') format('truetype');
}

h1, h2, h3, h4, h5, p, a {
    text-rendering: optimizeLegibility;
}
/* IE -  remove dropdown widget */
select::-ms-expand {
    display: none;
}

/* IE7+ CSS styles go here */
html > body a.nav-expander {
    right: -15px;
}

html > body #nav-close {
    padding-right: 45px;
}

@media screen and (min-width: 1200px) {
    html > body #nav-close {
        padding-right: 50px;
    }
}


/* *** */
/* cookies */
#eiCookie {
    /* allow background to be clickable and scrollable */
    max-height: 0;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
}


#cookies {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    display: none;
    border-top: 1px solid #d8d8d8;
    background-color: #FFF;
    left: 0;
    right: 0;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    #cookies {
        max-width: 970px;
    }
}

@media screen and (max-width: 991px) {
    #cookies {
        max-width: 750px;
        height: 50px;
    }
}

@media screen and (max-width: 500px) {
    #cookies {
        height: 65px;
    }
}

@media screen and (max-width: 360px) {
    #cookies {
        height: 85px;
    }
}

body #cookies p {
    position: relative;
    margin: 5px 0 5px;
    display: inline-block;
    font-size: 14px;
}

    body #cookies p i {
        position: absolute;
        top: 2px;
        left: 13px;
        background-color: #009fda;
        padding: 5px 10px;
        color: #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

body #cookies p a {
    color: #0075b0;
}

body #cookies button {
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    background-color: #FFF;
    color: #0075b0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: none;
    display: inline-block;
    margin-left: 30px;
}

#mainBody.modal-open {
    overflow: scroll;
}

.cookieModal {
    position: fixed;
    left: 0;
    right: 0;
}

/*.cookieModal .modal-backdrop.in {
        display: none;
        visibility: hidden;
    }*/

.dismissed {
    height: 0px;
    transition: all 5s ease-in;
}

.modal .modal-body {
    overflow-y: visible !important;
}


@media (max-width: 991px) {
    body #cookies p {
        width: 90%;
        float: left;
        text-align: left;
    }

    body #cookies button {
        position: absolute;
        top: 5px;
        right: 15px;
    }
}

@media (max-width: 767px) {
    body #cookies p i {
        left: 2px;
    }
}

#loader_img {
    background-image: url('../../Content/Image/ajax_loader_blue_256.gif');
}
/** for pages that don't load angular but have angular templates in them. **/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}

body {
    background-color: #FFFFFF;
    position: relative;
    top: 80px;
}

a.btn {
    z-index: 0;
}
/*#cover {
    background: url('Image/482.gif') no-repeat scroll center center rgba(110, 110, 110, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1050;
}*/

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.no-top-margin {
    margin-top: 0;
}

.no-left-margin {
    margin-left: 0;
}

.margin-top-20 {
    margin-top: 20px;
}

.negative-lr-margin-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.no-left-padding {
    padding-left: 0;
}

.no-lr-padding {
    padding-left: 0;
    padding-right: 0;
}

.padding-left-10 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-left-15 {
    padding-left: 15px;
}

@media screen and (max-width: 480px) {
    .padding-left-15-mob {
        padding-left: 15px;
    }
}

.padding-15 {
    padding: 15px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-0 {
    padding: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.no-bottom-margin {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.left-50 {
    left: 50px;
}

.left-255 {
    left: 255px;
}

.left-25 {
    left: 27px;
}

body .text-normal {
    text-transform: none;
}

sm-link {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 14px;
    color: #4A90E2;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.forgot-pass-link {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 17px;
    color: #4A90E2;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding: 0 0 0 18%;
    margin-top: 0;
    position: relative;
    top: -15px;
    left: 20px;
}

@media only screen and (max-width : 480px) {
    .forgot-pass-link {
        font-size: 15px;
    }
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/



footer {
    background-color: #0075b0;
    color: #ffffff;
    padding: 30px 40px 5px 40px;
    height: 130px;
}

@media screen and (max-width : 992px) {
    footer {
        height: 180px;
    }
}

@media screen and (max-width : 480px) {
    footer {
        height: 220px;
    }
}

.footerLogo {
    width: 90px;
    margin-left: 50px;
    position: relative;
    top: 5px;
}

@media screen and (max-width : 768px) {
    .footerLogo {
        width: 70px;
    }
}

@media screen and (max-width : 480px) {
    .footerLogo {
        margin-bottom: 30px;
    }
}

footer ul {
    list-style: none;
    position: relative;
    bottom: 30px;
}

@media screen and (min-width : 992px) {
    footer ul {
        right: 100px;
    }
}

footer ul li {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    display: inline;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    position: relative;
    top: 10px;
}

@media screen and (max-width : 768px) {
    footer ul li {
        font-size: 14px;
    }
}

footer div ul li::after {
    content: "|";
    padding: 0 5px;
}

footer ul li:last-child:after {
    content: '';
}

.footerLinks {
    height: 0;
}

footer ul li a,
footer ul li a:link,
footer ul li a:visited {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    color: #FFFFFF;
    display: inline-block;
}

    footer ul li a:hover,
    footer ul li a:active {
        color: #fff;
        text-decoration: none;
    }

.subFooter {
    height: 80px;
    background-color: #035a88;
    padding-top: 20px;
}

.collapse-heading {
    position: relative;
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    height: 180px;
    padding-top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b5b5b+50,4a4a4a+100 */
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top, #5b5b5b 50%, #4a4a4a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5b5b5b 50%,#4a4a4a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5b5b5b 50%,#4a4a4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#4a4a4a',GradientType=0 ); /* IE6-9 */
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 30px;
}


.collapse.dropdown-indicator:before {
    font-weight: 200;
    font-size: 50px;
    line-height: 5px;
    height: 10px;
    position: relative;
    top: 10px;
    content: "+";
}

.collapse.dropdown-indicator:after {
    font-weight: 200;
    font-size: 50px;
    line-height: 5px;
    height: 10px;
    position: relative;
    top: 10px;
    content: "-";
}

.panel-heading .collapse-indicator:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e113"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #FFF; /* adjust as needed */
}

.collapse-indicator:hover {
    cursor: pointer;
}

.collapse-body {
    background-color: #fff;
    padding: 0 15px;
}

.rewardCountContainer {
    position: relative;
    width: 40px;
    top: 30px;
    right: 80px;
    float: right;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .rewardCountContainer {
        top: 20px;
        right: 30px;
    }
}

@media only screen and (max-width : 375px) {
    .rewardCountContainer {
        right: 10px;
    }
}

.rewardCount {
    border: none;
    background-color: rgba(255,255,255, 0.4);
    border-radius: 100%;
    text-align: center;
    padding: 15px 8px 8px 8px;
    font-size: 26px;
    font-weight: normal;
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 768px) {
    .rewardCount {
        font-size: 18px;
        width: 50px;
        height: 50px;
        padding: 12px 8px 8px 8px;
    }
}

@media only screen and (max-width : 375px) {
    .rewardCount {
        width: 40px;
        height: 40px;
        padding-top: 8px;
    }
}

.jumbotron {
    padding: 30px 5px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #ffffff;
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        vertical-align: central;
        text-align: center;
        width: 40%;
        height: 60%;
    }

        .jumbotron.jumbotron-mobile {
            width: auto;
            height: auto;
        }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1 {
        font-size: 63px;
    }
}

/* stop modal shifting right */
body.modal-open,
.modal-open,
.modal-open .navbar-fixed-bottom {
    margin-right: 0;
    overflow: hidden;
}




/*.my-account-dropdown {
    padding-top: 60px;
    position: relative;
    bottom: 60px;
}


.menu-close {
    margin-bottom: 20px;
    position: relative;
    bottom: 20px;
    left: 30px;
}

li.username {
    padding-right: 0;
    top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.2px;
}

.accounts-dropdown-link {
    padding-left: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.2px;
}

.account-settings-icon {
    font-size: 20px;
    top: 5px;
    color: #FFF;
    background-color: transparent;
    border: none;
}*/
/* title */



.Banner {
    padding-top: 10px;
    color: #ffffff;
    background-color: #0075b0;
    font-size: 40px;
}

.lg-banner {
    padding: 40px 0 20px 0;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: initial;
    text-transform: uppercase;
    text-align: center;
}

.icon-backArrow:before {
    content: "\e91d";
    padding-left: 60px;
    position: absolute;
    top: 40px;
}

.backBtnLink {
    color: #FFFFFF;
}

    .backBtnLink:hover, .backBtnLink:focus, .backBtnLink:active, .backBtnLink.active {
        color: #FFFFFF;
    }

@media screen and (max-width: 768px) {
    .icon-backArrow:before {
        top: 35px;
    }
}

@media screen and (max-width: 480px) {
    .icon-backArrow:before {
        padding-left: 30px;
    }
}

@media screen and (max-width: 320px) {
    .icon-backArrow:before {
        padding-left: 10px;
    }
}

.backArrowHeading {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lg-banner {
        font-size: 17px;
        padding: 35px 0 15px 0;
    }
}

/* Icons */
.icon-container {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #4090E2;
    margin-left: auto;
    margin-right: auto;
}

.white-icon {
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    font-size: 70px;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?bvzj0d');
    src: url('../fonts/icomoon.eot?bvzj0d#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?bvzj0d') format('truetype'), url('../fonts/icomoon.woff?bvzj0d') format('woff'), url('../fonts/icomoon.svg?bvzj0d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'EIicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: inherit;
    left: 15px;
}

    [class^="icon-"]:hover, [class*=" icon-"]:hover,
    [class^="icon-"]:focus, [class*=" icon-"]:focus {
        text-decoration: none;
    }

.competitionImage {
    padding-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
}

@media screen and (max-width: 768px) {
    .competitionImage {
        padding-top: 20px;
    }
}

/*.competitionRow ul {
    padding-left: 0;
    list-style: none;
}*/

.questionBlock {
    text-align: left;
}

.icon-box:before {
    content: "\e900";
}

.icon-star:before {
    content: "\e901";
}

.icon-chocSquare:before {
    content: "\e902";
}

.icon-filmReel:before {
    content: "\e903";
}

.icon-tree:before {
    content: "\e904";
}

.icon-diamond:before {
    content: "\e905";
}

.icon-icecream:before {
    content: "\e906";
}

.icon-icecream {
    position: relative;
    left: 2px;
    top: 20px;
}

.icon-euro:before {
    content: "\e907";
}

.icon-euro {
    position: relative;
    right: 2px;
    top: 20px;
}

.icon-lightBolt:before {
    content: "\e908";
}

.icon-lightBolt {
    position: relative;
    left: 2px;
    top: 20px;
}

icon-coffeeMug:before {
    content: "\e909";
}

.icon-coffeeMug {
    position: relative;
    left: 5px;
    top: 15px;
}

.icon-bear:before {
    content: "\e90a";
}

.icon-bear {
    position: relative;
    top: 30px;
    font-size: 35px;
}

/* end icons */

/* registration / profile */
.form-heading {
    margin-bottom: 10px;
    font-size: 16px;
}

.profile-form-heading {
    margin-bottom: 10px;
    font-size: 16px;
}

h4.text-muted.profile-form-heading {
    margin-bottom: 5px;
}

.contact-heading {
    margin-top: 40px;
}


.grey-bg {
    background-color: #e5e5e5;
}

@media screen and (max-width : 768px) {
    .grey-bg {
        background-color: #FFFFFF;
    }

    .grey-bg-mobile {
        background-color: #e5e5e5;
    }
}

.whiteBg {
    background-color: #FFF;
}

.sm-blue-heading {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 20px;
    letter-spacing: -1.3px;
    color: #4A90E2;
    font-weight: 600;
    padding: 30px 0 5px 0;
}

.paragraph-text {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 20px;
    color: #474747;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}

@media only screen and (max-width : 768px) {
    .paragraph-text {
        font-size: 18px;
    }
}

.paragraph-text.modal-para {
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 45px;
    text-transform: none;
}

@media only screen and (max-width : 768px) {
    .paragraph-text.modal-para {
        margin-top: 0;
        margin-bottom: 35px;
    }
}

.serif-font {
    font-family: "PT Serif", serif;
}

.blue-heading-small {
    font-size: 16px;
    text-align: left;
    margin-top: 30px;
    color: #4A90E2;
    margin-bottom: 0;
}

.regular-para-text {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'PT Sans', serif;
}

.paragraph-text-blue {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 12px;
    color: #4A90E2;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.margin-bottom-60 {
    margin-bottom: 150px;
}

.blueBtn {
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-weight: normal;
    background-color: #0075b0;
    border: 3px solid #0075b0;
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

    .blueBtn:hover, .blueBtn:focus, .blueBtn:active, .blueBtn.active {
        background-color: #FFFFFF;
        color: #0075b0;
        border: 3px solid #0075b0;
    }

@media only screen and (max-width : 768px) {
    .blueBtn {
        font-size: 17px;
    }
}

@media only screen and (max-width : 480px) {
    .blueBtn {
        font-size: 12px;
    }
}

@media only screen and (max-width : 375px) {
    .blueBtn {
        font-size: 10px;
        max-width: 300px;
    }
}

.greenBtn {
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    background-color: #278440;
    border: 3px solid #278440;
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

    .greenBtn:hover, .greenBtn:focus, .greenBtn:active, .greenBtn.active {
        background-color: #FFFFFF;
        color: #278440;
        border: 3px solid #278440;
    }

.greenBtnOutline {
    background-color: #FFFFFF;
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    color: #278440;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 3px solid #278440;
}



    .greenBtnOutline:hover, .greenBtnOutline:focus, .greenBtnOutline:active, .greenBtnOutline.active {
        background-color: #278440;
        font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
        color: #FFFFFF;
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        padding: 20px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
        border: 3px solid #278440;
    }

@media only screen and (max-width : 430px) {
    .greenBtnOutline, .greenBtnOutline:hover, .greenBtnOutline:focus, .greenBtnOutline:active, .greenBtnOutline.active {
        font-size: 10px;
        max-width: 300px;
    }
}

.btn-primary[disabled].greenBtn {
    background-color: #758579;
    border-color: #758579;
}

.greenBtn.long-btn {
    max-width: 450px;
}

.cyanBtn {
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    background-color: #FFF;
    border: 3px solid #b4005e;
    color: #b4005e;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

    .cyanBtn:hover, .cyanBtn:focus, .cyanBtn:active, .cyanBtn.active {
        background-color: #b4005e;
        color: #FFF;
        border-color: #FFF;
    }

@media only screen and (max-width : 480px) {
    .cyanBtn {
        font-size: 10px;
        max-width: 300px;
    }
}

@media only screen and (max-width : 375px) {
    .cyanBtn {
        font-size: 10px;
        max-width: 300px;
    }
}


/*@media only screen and (max-width : 768px) {
    .greenBtn {
        font-size: 17px;
    }
}*/
@media only screen and (max-width : 480px) {
    .greenBtn, .greenBtn:hover, .greenBtn:focus, .greenBtn:active, .greenBtn.active {
        font-size: 10px;
        max-width: 300px;
    }
}

@media only screen and (max-width : 375px) {
    .greenBtn {
        font-size: 10px;
    }
}

.warning-btn {
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-weight: normal;
    background-color: #b94a48;
    border: 3px solid #b94a48;
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

    .warning-btn:hover, .warning-btn:focus, .warning-btn:active, .warning-btn.active {
        background-color: #FFFFFF;
        color: #b94a48;
        border: 3px solid #b94a48;
    }

@media only screen and (max-width : 375px) {
    .warning-btn {
        font-size: 10px;
    }
}

.borderBtn {
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    background-color: #FFF;
    color: #4A90E2;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 2px solid #4A90E2;
}

.thumbnail {
    border-radius: 0;
}

/* Forms */
input::-webkit-input-placeholder {
    font-size: 10px;
    color: #999;
    color: rgba(74, 74, 74, 0.5) !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    padding: 5px 2px;
    letter-spacing: 1.5px;
    height: 40px;
    opacity: 1;
}

input:-moz-placeholder { /* older Firefox*/
    font-size: 12px !important;
    color: rgba(74, 74, 74, 0.5) !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    padding: 10px;
    letter-spacing: 1.5px;
    height: 40px;
    opacity: 1;
}

input::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px !important;
    color: rgba(74, 74, 74, 0.5) !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    padding: 10px;
    letter-spacing: 1.5px;
    height: 40px;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-size: 12px !important;
    color: rgba(74, 74, 74, 0.5) !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    padding: 10px;
    letter-spacing: 1.5px;
    height: 40px;
}

@media only screen and (max-width: 360px) {
    input::-webkit-input-placeholder, input:-moz-placeholder, input:-ms-input-placeholder {
        font-size: 8px;
    }
}

.custom-control {
    padding-top: 10px;
    padding-bottom: 45px;
    line-height: 2;
    color: #4A90E2 !important;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.custom-reg-control {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 2;
    color: #4A4A4A !important;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 5px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
}


input#DateofBirth {
    content: circle;
}

.form-row {
    max-width: 300px;
}

.form-spacer-left {
    margin-left: 20px;
}

.confirmation-span {
    max-width: 300px;
    color: #4A4A4A;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px 0 5px;
    font-size: 12px;
    font-weight: 400;
}

label.confirmation-text {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif !important;
    font-size: 19px;
    color: #474747 !important;
    display: table-cell;
    /*margin-left: 30px;*/
    padding-left: 8px;
    text-transform: none !important;
    position: relative !important;
}

.confirmation-text-inline {
    margin-left: 120px;
}

span.confirmation-text {
    padding-left: 20px !important;
}

/* Form inputs and labels */
.form-control {
    border: 1px solid #C3C3C3;
    border-radius: 0;
    padding-top: 10px;
}

.form label {
    color: #4A90E2;
    font-size: 0.8em;
    position: absolute;
    left: 1em;
    top: 1em;
}

.form input[type="text"],
.form input[type="password"] {
    background-color: transparent;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 2.5em 1em 1em;
    width: 100%;
}

@media only screen and (max-width : 768px) {
    .form input[type="password"] {
        width: 220px;
    }
}

@media only screen and (max-width : 480px) {
    .form input[type="password"] {
        width: 180px;
    }
}

.form input:focus {
    box-shadow: inset 0 0 5px #5b9dd9;
    outline: 0;
}



/*.chk-glyph {
    font-size: 25px;
    color: #4A90E2;
    background-color: #FFF;
    height: 10px;
}

    .chk-glyph:before {
        visibility: visible;
    }


input[type="radio"], input[type="checkbox"] {
    line-height: 0.5;
}

.chk-glyph.glyphicon-ok-sign:checked:before {
    color: green;
}

input[type=checkbox].chk-glyph {
    visibility: hidden;
}
/* Show checkbox on firefox */
/*@-moz-document url-prefix() {
    input[type=checkbox].chk-glyph {
        visibility: visible !important;
    }
}*/


/* end forms*/

/* fonts */
.bold {
    font-weight: bold;
}

.danger-text {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 12px;
}

.danger-text-narrow {
    max-width: 300px;
    color: #4A4A4A;
    letter-spacing: 0.5px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 10px;
}

.narrow-container {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.grey-text {
    max-width: 462px;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    color: #474747;
    letter-spacing: normal;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    margin: 50px auto 40px auto;
    padding: 0 10px;
}

    .grey-text.optoutText {
        margin-top: -30px;
        margin-bottom: 0;
    }

@media only screen and (max-width : 480px) {
    .grey-text {
        font-size: 14px;
        line-height: 18px;
        margin: 30px 0 0 0;
    }
}
/*#HeroCarousel {
    display: block;
}

#Home {
    display: block;
}

#MIndex {
    display: none;
}*/

/* homepage */
.top-mobile-section {
    height: 470px;
    background-color: #4A90E2;
}

.mobile-section {
    height: 300px;
    background-color: #FFF;
    border: none;
    box-shadow: none;
}

.reward-panel {
    border: none;
    box-shadow: none;
}

.reward-header-image {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.homepage-heading {
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}

.serif-font.homepage-para.margin-bottom-30 {
    color: #FFF;
}

.homepage-subheading {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.homepage-para {
    font-size: 14px;
    font-weight: 400;
    font-family: serif;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 10px;
}

.hr-full-width {
    margin-left: 0;
    margin-right: 0;
}

/* alerts */
.alert {
    margin-bottom: 0;
    border-radius: 0;
    text-align: center;
    padding-top: 36px;
}

/* Redeem Voucher */
.voucherGreyText {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: 1.2px;
    padding-left: 45px;
}

.voucherTextBlue {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 12px;
    color: #4A90E2;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding-left: 45px;
}

/* disable chrome autofill bg color */



/* Homepage Categories */
.rewardCatRow {
    margin-bottom: 80px;
}

.introHeading {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
    color: #6f6f6f;
    margin-bottom: 20px;
}

.introPara {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #6f6f6f;
    margin-bottom: 30px;
}

.rewardCatContainer {
}

.rewardCatCol {
    margin-bottom: 60px;
    height: 210px;
}

.rewardCatLogo {
    display: inline-block;
    padding-bottom: 30px;
    width: 70px;
}

.rewardCatTitle {
    display: inline-block;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: normal;
    color: #0075b0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.rewardCatSubtitle {
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #474747;
    margin-top: 0;
    margin-bottom: 30px;
}

.rewardCatBtn {
    position: relative;
    z-index: 100;
    font-family: "StRyde-Medium", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px 10px 40px;
}

.enterCardRow {
    margin-top: 20px;
}

.termsLink {
    display: block;
    padding: 30px 5px 30px 5px;
    font-size: 20px;
}


.toast {
    opacity: 1 !important;
}

div.toast.toast-error {
    background-color: #FFF;
    position: relative;
    top: 50px;
    text-align: center;
    opacity: 1;
}

div.toast.toast-warning {
    background-color: #FFF;
    position: relative;
    top: 50px;
    text-align: center;
    opacity: 1;
}

div.toast.toast-success {
    background-color: #FFF;
    position: relative;
    top: 50px;
    text-align: center;
    opacity: 1;
}

div.toast.toast-info {
    background-color: #FFF;
    position: relative;
    top: 50px;
    text-align: center;
    opacity: 1;
}

div.toast-message {
    color: #0075b0;
    font-family: "StRydeRegular", "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    display: inline;
    font-size: 20px;
}
