html, body {
    background-color: #f1f2f3;
    background-repeat: repeat;
    font-family: 'Cabin', sans-serif;
    overflow-wrap: break-word;
}

a {
    color: #f00107;
}

a:hover {
    color: #f00107;
    text-decoration: underline;
}

.logged-in-bkg
{
    background-image: none;
    background-color: #fff;
    background-repeat: initial;
}

.lp-navbar {
    background-color: #f00107;
    min-height: 80px;
}

.lp-navbar-loggedin {
    background-color: #f00107;
    min-height: 60px;
}

.lp-navbar-subnav {
    min-height: 40px;
    background-color: #172030;
    color: #fff;
    margin-bottom: 40px;
}

.loggedin-main-content {
    text-align: center;
    margin-bottom: 40px;
}

.category-index-card a:hover {
    text-decoration: none;
}

.category-index-img {
}

.category-index-title {
    background-color: #f00107;
    color: #fff;
    text-align: left;
    font-weight: 900;
    font-size: 14px;
    font-style: italic;
    padding: 15px 20px 15px 20px !important;
}

.main-title {
    font-size: 48px;
    color: #454d59;
    font-style: italic;
    font-weight: 900;
}

.subtitle {
    color: #454d59;
    font-size: 18px;
    font-weight: 600;
}

.subtitle a {
    color: #1E81A8;
}

.lp-navbar-subnav a {
    color: #fff;
    text-decoration: none;
}

.lp-navbar-subnav a:hover {
    text-decoration: underline;
}

.lp-navbar-logo {
    max-height: 35px;
    margin-bottom: 0;
}

.login-panel {
    background-color: #515762;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.login-panel .title {
    font-weight: 900;
    color: #fff;
    font-style: italic;
    font-size: 50px;
}

.login-panel .subtitle {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
}

#footer {
    background-color: #172030;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    padding: 60px 10px 85px 10px;
    text-align: center;
    border-top: solid #f00107 15px;
}

#footer a {
    color: #fff;
    padding: 0 15px;
}

.reward-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 3px;
    border: solid #ebebeb 1px;
}

.reward-card-title {
    background-color: #505255;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 35px;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
}

.reward-hero-large-img {
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.reward-hero-title-panel {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
}

.reward-hero-title-panel h1 {
    text-transform: uppercase;
    font-size: 32px;
    color: #f00107;
    font-style: italic;
    font-weight: 900;
}

.venue-listing {
    padding: 15px;
}


@media(min-width:576px) {
}

@media(min-width:768px) {
    #footer a {
        padding: 0 25px;
    }

    .lp-navbar-logo {
        max-height: 50px;
    }

    .lp-navbar-loggedin {
        min-height: 80px;
    }
}

@media(min-width:992px) {
    .category-index-title {
        font-size: 20px;
    }

    .lp-navbar-logo {
        max-height: 65px;
    }
}

@media(min-width:1200px) {
}

@media(min-width:1600px) {
}


/* UTILS */
.arsenal-red {
    color: #f00107;
}

.colour-white {
    color: #fff;
}

a.colour-white:hover {
    color: #fff;
}

.white-copy-panel {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.lgi-lp-blue:hover {
    background-color: #f00107;
    color: #fff;
}

/* MVC Overrides */
.validation-summary-errors {
    color: #fff;
    background-color: #ff6555;
    border-color: #6f7479;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 10px;
    text-align: left;
    font-size: 90%;
}

.field-validation-error {
    font-size: 15px;
    font-weight: bold;
    color: #f00;
}


/* CUSTOM BOOTSTRAP COMPONENTS */
.btn-mas {
    color: #ffffff;
    background-color: #F00107;
    border-color: #172030;
}

    .btn-mas:hover,
    .btn-mas:focus,
    .btn-mas:active,
    .btn-mas.active,
    .open .dropdown-toggle.btn-mas {
        color: #ffffff;
        background-color: #C20006;
        border-color: #172030;
    }

    .btn-mas:active,
    .btn-mas.active,
    .open .dropdown-toggle.btn-mas {
        background-image: none;
    }

    .btn-mas.disabled,
    .btn-mas[disabled],
    fieldset[disabled] .btn-mas,
    .btn-mas.disabled:hover,
    .btn-mas[disabled]:hover,
    fieldset[disabled] .btn-mas:hover,
    .btn-mas.disabled:focus,
    .btn-mas[disabled]:focus,
    fieldset[disabled] .btn-mas:focus,
    .btn-mas.disabled:active,
    .btn-mas[disabled]:active,
    fieldset[disabled] .btn-mas:active,
    .btn-mas.disabled.active,
    .btn-mas[disabled].active,
    fieldset[disabled] .btn-mas.active {
        background-color: #F00107;
        border-color: #172030;
    }

    .btn-mas .badge {
        color: #F00107;
        background-color: #ffffff;
    }

.alert-lp-grey {
    color: #fff;
    background-color: #85a0b9;
    border-color: #6f7479;
}

/*********** Membership Card ***********/
#bbMembershipCardContainer {
    min-height: 300px;
}

.membershipCardContent {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 1.5s;
    transform-style: preserve-3d;
}

.card-flipped .membershipCardContent {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    color: #03446A;
    text-align: center;
    font-size: 60px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Safari Fix */
}

.back {
    transform: rotateY( 180deg );
}