.card,
.wysiwyg-module .text-center {
    text-align: center;
}

.hide {
    display: none;
}

.card {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
}

.card img {
    height: 100%;
    width: 100%;
}

.card::after,
.gray>.img-container>.card::after {
    content: "";
    margin: 0 auto;
    width: 0;
    height: 0;
    position: relative;
    left: 0;
    right: 0;
    bottom: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    clear: both;
}

.card::after {
    border-bottom: 20px solid #fff;
    display: block;
}

.gray>.img-container>.card::after {
    border-bottom: 20px solid #f5f5f5;
}

.index-events .card {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

.index-events .card img {
    height: 100%;
    width: 100%;
}

.index-events .card::after {
    content: " ";
    position: relative;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #373737;
    clear: both;
}

.fadeIn,
.lazy-image-loaded {
    transition-timing-function: ease-in;
    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
}

.heading-small a {
    color: #333;
    font-size: inherit;
    text-transform: inherit;
}

.index-events .events-list .heading-small a {
    color: #fff;
    font-size: inherit;
    text-transform: inherit;
}

a.btn-default:link {
    text-decoration: none;
}

div.wysiwyg {
    font-size: 18px;
    line-height: 22px;
}

@media (min-width:900px) and (max-width:1200px) {

    .card::after,
    .gray>.img-container>.card::after,
    .index-events .card::after {
        bottom: 15px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent
    }

    .gray>.img-container>.card::after {
        border-bottom: 15px solid #f5f5f5
    }

    .card::after {
        border-bottom: 15px solid #fff
    }

    .index-events .card::after {
        border-bottom: 15px solid #373737
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.date-tile {
    display: none;
}

span.field-validation-error>span {
    color: red;
    font-size: 12px;
}

.generic-view .rewards-promo .content-intro {
    padding: 0 0 20px;
}

.padding-spec {
    padding: 40px;
}

div#overview-body {
    font-size: 18px;
    line-height: 22px;
}

.nav-main .nav-group .heading img {
    display: inline-block;
    vertical-align: middle;
}

.gray {
    background: #f5f5f5;
    padding-bottom: 15px;
}

img:not([src]) {
    visibility: hidden;
}

#emailResult>div>h2:first-of-type {
    font-size: 22px;
}

.wysiwyg-module .container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.wysiwyg-module iframe {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
    overflow: hidden;
}

.card-item div {
    margin: 15px 0;
}

@media only screen and (max-width:900px) {
    .filter-grid {
        display: none
    }

    #filtercards {
        position: relative;
        top: -20px
    }
}

.wysiwyg-module .black {
    color: #333;
}

.invert-p,
.text-white {
    color: #fff !important;
}

.eat-detail .detail-overview .grid-item {
    margin: 0;
}

.eat-detail .menu-btn {
    margin-top: 0;
}

.text-panel .wysiwyg {
    text-align: left;
}

.align-center {
    text-align: center;
}

.wysiwyg-module a {
    margin: 0 0 20px;
}

input[type="text"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

a.is-desktop,
div.is-desktop {
    display: block;
}

a.is-mobile,
div.is-mobile {
    display: none;
}

@media only screen and (max-width:900px) {

    a.is-desktop,
    div.is-desktop {
        display: none
    }

    a.is-mobile {
        display: block
    }

    .index-rewards {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/uploads/assets/d0c1389e-3d5d-11e6-9e41-00505686604b.jpg);
        background-position: right center;
        padding: 80px 0
    }
}

.logo-container {
    display: flex;
    margin: 40px auto;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row wrap;
}

.logo-container>img {
    max-width: 200px;
    height: auto;
    flex-basis: 25%;
}

@media (min-width:825px) {
    .logo-container>:first-child {
        margin-left: 40px
    }
}

@media (min-width:426px) and (max-width:1024px) {
    .logo-container>img {
        flex-basis: 50%;
        align-self: center;
        margin: 20px auto
    }
}

@media (max-width:425px) {
    .logo-container>img {
        flex-basis: 100%;
        align-self: center;
        margin: 20px auto;
        flex-shrink: 0
    }
}

.text-transform-none {
    text-transform: none;
}

@media only screen and (min-width:900px) {
    .index-rewards {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/uploads/assets/c986604a-3d5d-11e6-9e41-00505686604b.jpg);
        background-position: right center;
        padding: 80px 0
    }

    .rewards-today {
        background-image: url(/uploads/assets/5152f5b6-2386-11e6-8f2f-00505686604b.jpg)
    }

    .rewards-play {
        background-image: url(/uploads/assets/6efc116a-1c88-11e6-a9f3-00505686604b.jpg)
    }

    .rewards-eat {
        background-image: url(/uploads/assets/ae3a7d90-3a55-11e6-aad2-00505686604b.jpg)
    }

    .rewards-entertain {
        background-image: url(/uploads/assets/15739f2c-3a57-11e6-8ffb-00505686604b.jpg)
    }

    .rewards-indulge {
        background-image: url(/uploads/assets/17e16180-3a58-11e6-aad2-00505686604b.jpg)
    }

    .rewards-club {
        background-image: url(/uploads/assets/c986604a-3d5d-11e6-9e41-00505686604b.jpg)
    }

    .rewards-stay {
        background-image: url(/uploads/assets/d2b7e9a2-3a58-11e6-97be-00505686604b.jpg)
    }
}

@media only screen and (max-width:900px) {
    .rewards-today {
        background-image: url(/uploads/assets/60d20716-2386-11e6-8f2f-00505686604b.jpg)
    }

    .rewards-play {
        background-image: url(/uploads/assets/bdf0f9fc-1c88-11e6-bb51-00505686604b.jpg)
    }

    .rewards-eat {
        background-image: url(/uploads/assets/bb675240-3a55-11e6-aad2-00505686604b.jpg)
    }

    .rewards-entertain {
        background-image: url(/uploads/assets/1c7e235a-3a57-11e6-aad2-00505686604b.jpg)
    }

    .rewards-indulge {
        background-image: url(/uploads/assets/0f9b5d14-3a58-11e6-aad2-00505686604b.jpg)
    }

    .rewards-club {
        background-image: url(/uploads/assets/d0c1389e-3d5d-11e6-9e41-00505686604b.jpg)
    }

    .rewards-stay {
        background-image: url(/uploads/assets/da46b8f6-3a58-11e6-97be-00505686604b.jpg)
    }
}

.invert-p {
    font-size: 18px;
    line-height: 22px;
    text-transform: none !important;
}

.strong {
    font-weight: bold !important;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){
    .nav-myPechanga {
        width: 160px;
    }
}
@media only screen 
and (min-device-width : 1024px) 
and (orientation : landscape) {
    .nav-myPechanga {
        width: 180px;
    }
}