
@media (min-width:360px) {
    .kt-ids-parent .site-header__utilities {
        padding: 2px 22px 2px 16px
    }
}

.kt-ids-parent .site-header__utilities-locator, .site-header__utilities-login, .site-header__utilities-search {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    vertical-align: top;
}

.kt-ids-parent .site-header__utilities-locator {
    vertical-align: top;
    display: block;
    height: 3px;
}

    .kt-ids-parent .site-header__utilities-locator .img-responsive {
        vertical-align: top;
        width: 24px;
        height: 32px;
        -webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,.5));
        filter: drop-shadow(0 0 3px rgba(0,0,0,.5))
    }

    .kt-ids-parent .site-header__utilities-locator span {
        position: relative;
        display: inline-block;
        top: 9px;
        padding-left: 2px;
    }

    .kt-ids-parent .site-header__utilities-locator.site-header__utilities-locator--collapsible {
        display: inline-block;
        margin: 10px 0 21px 20px;
        font-size: 1.2rem;
        font-weight: 700;
        width: 200px
    }

        .kt-ids-parent .site-header__utilities-locator.site-header__utilities-locator--collapsible span {
            padding-left: 30px
        }

@media (min-width:768px) {
    .kt-ids-parent .site-header__utilities-locator.site-header__utilities-locator--collapsible {
        display: none
    }
}

.kt-ids-parent .site-header__utilities-search {
    vertical-align: top;
    display: block
}

    .kt-ids-parent .site-header__utilities-search .img-responsive {
        vertical-align: top;
        width: 24px;
        height: 32px;
        -webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,.5));
        filter: drop-shadow(0 0 3px rgba(0,0,0,.5))
    }

    .kt-ids-parent .site-header__utilities-search span {
        padding-left: 2px
    }

    .kt-ids-parent .site-header__utilities-login span, .site-header__utilities-search span {
        position: relative;
        display: inline-block;
        top: 9px
    }

.kt-ids-parent .site-header__utilities-search {
    display: none
}

.kt-ids-parent .site-header__primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0 2px;
    padding-top: 30px;
}


@media (min-width:360px) {
    .kt-ids-parent .site-header__logo {
        padding-left: 9px;
        width: 70%
    }
}

@media (min-width:440px) and (max-width:767px) {
    .kt-ids-parent .site-header__logo {
        max-width: 300px
    }
}

@media (max-width:767px) {
    .kt-ids-parent .site-header__logo-link {
        display: block
    }
}

.kt-ids-parent .site-header__mobile-nav-button {
    width: 20%;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border: 0;
    padding: 3px 1px 0 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity .25s linear,max-width .25s linear,transform .25s linear;
    -o-transition: .25s opacity linear,.25s max-width linear,.25s transform linear;
    -moz-transition: .25s opacity linear,.25s max-width linear,.25s transform linear;
    transition: opacity .25s linear,max-width .25s linear,transform .25s linear;
    width: 44px;
    height: 40px;
    position: relative;
    background: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
    margin-right: 10px;
    -webkit-tap-highlight-color: rgba(122,5,16,.5);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .site-header__mobile-nav-button::-moz-selection {
        color: #fff
    }

    .site-header__mobile-nav-button::selection {
        color: #fff
    }

@media (min-width:360px) {
    .kt-ids-parent .site-header__mobile-nav-button {
        margin-right: 16px
    }
}

.kt-ids-parent .site-header__mobile-nav-button span {
    width: 37px;
    margin: 0 auto;
    letter-spacing: .03em;
    font-size: .75rem;
    padding: 0 0 1px
}

.kt-ids-parent .site-header__mobile-nav-button i, .site-header__mobile-nav-button span {
    display: block;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit
}

.kt-ids-parent .site-header__mobile-nav-button i {
    background: #fff;
    height: 3px;
    float: right;
    clear: both;
    margin-bottom: 4px;
    width: 100%
}

.site-header__mobile-nav-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(122,5,16,.2);
    outline: 1px dotted #fff;
    -webkit-box-shadow: inset 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 2px #fff;
    box-shadow: inset 0 0 2px #fff
}

.kt-ids-parent .site-header__mobile-nav-button--active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
}

.kt-ids-parent .site-header__nav-collapse {
    display: none
}

@media (max-width:767px) {
    .kt-ids-parent .site-header__nav-collapse {
        display: block;
        max-width: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: max-width .3s ease-out,min-width .3s ease-out;
        -o-transition: .3s max-width ease-out,.3s min-width ease-out;
        -moz-transition: .3s max-width ease-out,.3s min-width ease-out;
        transition: max-width .3s ease-out,min-width .3s ease-out;
        background: #7a0510;
        z-index: 1000;
        -webkit-box-shadow: -4px 0 0 4px rgba(122,5,16,0);
        -moz-box-shadow: -4px 0 0 4px rgba(122,5,16,0);
        box-shadow: -4px 0 0 4px rgba(122,5,16,0);
        height: 100%;
    }

        .kt-ids-parent .site-header__nav-collapse .site-header__utilities-search {
            display: block;
            background: #62040d;
            width: 220px;
            margin: 0 20px;
            vertical-align: middle;
            height: 40px
        }

        .kt-ids-parent .site-header__nav-collapse .site-header__search-input {
            -webkit-appearance: none;
            border: none;
            background: none;
            display: inline-block;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 1rem;
            padding: .6em .4em;
            margin: 0;
            width: 178px;
            color: #fff;
            border: 1px solid transparent;
            -webkit-transition: background .15s linear;
            -o-transition: .15s background linear;
            -moz-transition: .15s background linear;
            transition: background .15s linear;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0
        }

            .site-header__nav-collapse .site-header__search-input.site-header__search-input--focus, .site-header__nav-collapse .site-header__search-input:focus {
                border: 1px solid rgba(0,0,0,.1);
                background: #9b0c1b;
                outline: none
            }

        .kt-ids-parent .site-header__nav-collapse .site-header__search-button {
            vertical-align: middle;
            -webkit-appearance: none;
            border: 0;
            background: none;
            padding: 7px;
            margin: 0;
            -webkit-transition: background .15s linear;
            -o-transition: .15s background linear;
            -moz-transition: .15s background linear;
            transition: background .15s linear;
            width: 40px
        }

            .site-header__nav-collapse .site-header__search-button:active, .site-header__nav-collapse .site-header__search-button:focus {
                background: #4e030a;
                outline: 1px dotted #fff;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none
            }
}

@media (min-width:768px) {
    .kt-ids-parent .site-header__nav-collapse .site-header__utilities-search {
        display: none
    }
}

@media (max-width:767px) {
    .kt-ids-parent .site-header__nav-collapse--expanded {
        display: block;
        max-width: 260px;
        -webkit-box-shadow: -4px 0 0 4px rgba(122,5,16,.8);
        -moz-box-shadow: -4px 0 0 4px rgba(122,5,16,.8);
        box-shadow: -4px 0 0 4px rgba(122,5,16,.8)
    }

    .kt-ids-parent .site-header__nav-list {
        width: 220px;
        margin: 0 20px 0 0;
        padding: 0 20px;
        list-style: none
    }

        .kt-ids-parent .site-header__nav-list .site-header__nav-list-item, .site-header__nav-list .site-header__sub-nav-list-item {
            list-style: none;
            padding: 0;
            margin: 1px 0
        }

        .kt-ids-parent .site-header__nav-list .site-header__nav-link, .site-header__nav-list .site-header__sub-nav-link {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 1.3rem;
            padding: 10px 5px;
            border-bottom: 1px solid transparent;
            -webkit-tap-highlight-color: none
        }

            .kt-ids-parent .site-header__nav-list .site-header__nav-link span, .site-header__nav-list .site-header__sub-nav-link span {
                -webkit-transition: border-color .25s linear;
                -o-transition: .25s border-color linear;
                -moz-transition: .25s border-color linear;
                transition: border-color .25s linear;
                padding-bottom: 2px
            }

                .site-header__nav-list .site-header__nav-link span:active, .site-header__nav-list .site-header__nav-link span:focus, .site-header__nav-list .site-header__nav-link span:hover, .site-header__nav-list .site-header__sub-nav-link span:active, .site-header__nav-list .site-header__sub-nav-link span:focus, .site-header__nav-list .site-header__sub-nav-link span:hover {
                    border-bottom: 1px solid #fff
                }
}

.kt-ids-parent .site-header__search-input {
    font-family: proxima-nova, sans-serif
}

    .site-header__search-input::-webkit-search-cancel-button {
        display: none
    }

    .site-header__search-input::-webkit-input-placeholder {
        color: #fff
    }

    .site-header__search-input:-ms-input-placeholder {
        color: #fff
    }

    .site-header__search-input:-moz-placeholder, .site-header__search-input::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

.kt-ids-parent .site-header__nav-collapse-close-btn {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #62040d;
    background: none;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    display: block;
    margin: 15px 0 0 200px;
    font-size: 10px
}

    .site-header__nav-collapse-close-btn:active, .site-header__nav-collapse-close-btn:focus, .site-header__nav-collapse-close-btn:hover {
        background: #62040d;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none
    }

    .site-header__nav-collapse-close-btn:before {
        content: "";
        display: block;
        background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20enable-background%3D%22new%200%200%2034%2034%22%20style%3D%22max-width%3A100%;stroke-width%3A3;stroke%3A%23ffffff;%22%3E%3Cline%20x1%3D%222%22%20x2%3D%2232%22%20y1%3D%2232%22%20y2%3D%222%22%20%2F%3E%3Cline%20x1%3D%222%22%20x2%3D%2232%22%20y1%3D%222%22%20y2%3D%2232%22%20%2F%3E%3C%2Fsvg%3E") 50% 2px no-repeat;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
        width: 100%;
        height: 30px;
        margin-bottom: 2px
    }

@media (max-width:767px) {
    .kt-ids-parent .aside--mobile-nav-active, .footer--mobile-nav-active, .main--mobile-nav-active {
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }

    .kt-ids-parent .site-header.site-header--mobile-nav-active .site-header__sticky-nav {
        -webkit-box-shadow: inset 0 0 3px 1px hsla(0,0%,100%,.2);
        -moz-box-shadow: inset 0 0 3px 1px hsla(0,0%,100%,.2);
        box-shadow: inset 0 0 3px 1px hsla(0,0%,100%,.2)
    }

    .kt-ids-parent .site-header--mobile-nav-active {
        -webkit-box-shadow: inset 0 0 3px 1px hsla(0,0%,100%,.75);
        -moz-box-shadow: inset 0 0 3px 1px hsla(0,0%,100%,.75);
        box-shadow: inset 0 0 3px 1px hsla(0,0%,100%,.75)
    }

        .kt-ids-parent .site-header--mobile-nav-active .site-header__logo, .site-header--mobile-nav-active .site-header__secondary {
            -webkit-filter: blur(2px);
            filter: blur(2px)
        }
}

.site-header__logo-link:focus, .site-header__utilities-locator:focus, .site-header__utilities-login:focus, .site-header__utilities-search:focus {
    outline: 1px dotted #fff;
    outline-offset: 1px;
    -webkit-box-shadow: 0 0 2px 1px #fff;
    -moz-box-shadow: 0 0 2px 1px #fff;
    box-shadow: 0 0 2px 1px #fff;
    text-decoration: underline
}

    .site-header__logo-link:focus span, .site-header__utilities-locator:focus span, .site-header__utilities-login:focus span, .site-header__utilities-search:focus span {
        text-decoration: underline
    }

.site-header__logo-link:active, .site-header__utilities-locator:active, .site-header__utilities-login:active, .site-header__utilities-search:active {
    color: #fff
}

.site-header__nav-link:focus, .site-header__sub-nav-link:focus {
    color: #fff;
    outline: 1px dotted #fff;
    outline-offset: 1px;
    -webkit-box-shadow: 0 0 2px 1px #fff;
    -moz-box-shadow: 0 0 2px 1px #fff;
    box-shadow: 0 0 2px 1px #fff
}

.site-header__nav-link:active, .site-header__sub-nav-link:active {
    color: #fff
}

@media (min-width:768px) {
    .kt-ids-parent .site-header {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100
    }

        .kt-ids-parent .site-header.site-header--shrink .site-header__nav-link {
            min-height: 50px !important
        }

    .kt-ids-parent .logged-in.admin-bar .site-header {
        top: 32px
    }

    .kt-ids-parent .main {
        padding-top: 115px
    }

        .main:before {
            content: "";
            height: 118px;
            display: block;
            background: #efefef;
            background: -webkit-linear-gradient(#777,#fffff);
            background: -o-linear-gradient(#777 0,#fffff 100%);
            background: -webkit-gradient(linear,left top,left bottom,from(#777),to(#fffff));
            background: -moz-linear-gradient(#777 0,#fffff 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#777),to(#fffff));
            background: linear-gradient(#777,#fffff);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1
        }

    .kt-ids-parent .site-header__primary {
        padding: 0;
    }

    .kt-ids-parent .site-header__secondary {
        background-color: #7a0510
    }

    .kt-ids-parent .site-header__utilities {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .kt-ids-parent .site-header__utilities-login {
        display: none
    }

    .kt-ids-parent .site-header__utilities-search {
        display: inline
    }

    .kt-ids-parent .site-header__logo {
        width: 30%;
        max-width: 30%;
        padding: 0
    }

        .kt-ids-parent .site-header__logo .img-responsive {
            max-width: 100%;
            -webkit-transform: perspective(0) translateZ(0) translateY(1px);
            -moz-transform: perspective(0) translateZ(0) translateY(1px);
            transform: perspective(0) translateZ(0) translateY(1px);
            height: 38px
        }

    .kt-ids-parent .site-header__mobile-nav-button {
        display: none
    }

    .kt-ids-parent .site-header__utilities-locator, .site-header__utilities-login, .site-header__utilities-search {
        min-width: 120px
    }

        .site-header__utilities-locator:last-child, .site-header__utilities-login:last-child, .site-header__utilities-search:last-child {
            min-width: 220px
        }

        .kt-ids-parent .site-header__utilities-locator span {
            top: 11px
        }

        .kt-ids-parent .site-header__utilities-locator .img-responsive {
            width: 24px;
            height: 28px;
            margin-top: 2px;
            margin-bottom: 2px
        }

    .kt-ids-parent .site-header__logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 77px
    }

    .kt-ids-parent .site-header__logo-link {
        padding-left: 15px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block;
        font-size: .9rem
    }

    .kt-ids-parent .site-header__nav {
        width: 68%
    }

    .kt-ids-parent .site-header__nav-collapse {
        display: block
    }

    .kt-ids-parent .site-header__nav-collapse-close-btn {
        display: none
    }

    .kt-ids-parent .site-header__nav-list {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .kt-ids-parent .site-header__nav-list-item {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        z-index: 100
    }

    .kt-ids-parent .site-header__nav-list-button {
        align-self: center;
        text-align: center
    }

    .kt-ids-parent .site-header__nav-link {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: min-height .25s linear;
        -o-transition: .25s min-height linear;
        -moz-transition: .25s min-height linear;
        transition: min-height .25s linear;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 5px;
        text-align: center;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 77px
    }

        .kt-ids-parent .site-header__nav-link span {
            -webkit-transition: border-color .25s linear;
            -o-transition: .25s border-color linear;
            -moz-transition: .25s border-color linear;
            transition: border-color .25s linear;
            border-bottom: 2px solid hsla(0,0%,100%,0);
            font-family: proxima-nova, sans-serif;
        }

        .site-header__nav-link:active span, .site-header__nav-link:focus span, .site-header__nav-link:hover span {
            border-bottom: 2px solid #fff
        }

    .kt-ids-parent .site-header__utilities-search {
        display: block;
        vertical-align: middle;
        text-align: right;
        height: 35px;
        min-width: 200px;
        position: relative;
        z-index: 0
    }

    .kt-ids-parent .site-header__search-input {
        -webkit-appearance: none;
        border: none;
        background: none;
        display: inline-block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-size: 1rem;
        width: 125px;
        min-width: 125px;
        -webkit-transition: min-width .25s linear;
        -o-transition: .25s min-width linear;
        -moz-transition: .25s min-width linear;
        transition: min-width .25s linear;
        background: rgba(0,0,0,.25);
        height: 35px;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: .25em 40px .25em .5em;
        color: #fff;
        -webkit-transition: min-width .25s linear,background-color .25s linear;
        -o-transition: .25s min-width linear,.25s background-color linear;
        -moz-transition: .25s min-width linear,.25s background-color linear;
        transition: min-width .25s linear,background-color .25s linear;
        font-family: proxima-nova, sans-serif
    }

        .kt-ids-parent .site-header__search-input[value=""] {
            background: transparent
        }

            .site-header__search-input:focus, .site-header__search-input[value=""]:focus {
                min-width: 185px;
                background: rgba(0,0,0,.25);
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                outline: none
            }

        .kt-ids-parent .site-header__search-input.site-header__search-input--focus {
            background: rgba(0,0,0,.25);
            min-width: 185px
        }

    .kt-ids-parent .site-header__search-button {
        -webkit-appearance: none;
        border: none;
        cursor: pointer;
        background: none;
        display: inline-block;
        vertical-align: top;
        height: 35px;
        padding-left: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0
    }

        .site-header__search-button:focus {
            -webkit-box-shadow: inset 0 0 2px #fff;
            -moz-box-shadow: inset 0 0 2px #fff;
            box-shadow: inset 0 0 2px #fff;
            outline: 1px dotted #fff
        }

    .kt-ids-parent .site-header__sub-nav-list {
        list-style: none;
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
        opacity: 0;
        -webkit-transition: opacity .25s linear;
        -o-transition: .25s opacity linear;
        -moz-transition: .25s opacity linear;
        transition: opacity .25s linear;
        top: 77px;
        left: 0
    }

    .kt-ids-parent .site-header.site-header--shrink .site-header__sub-nav-list {
        top: 50px
    }

    .kt-ids-parent .site-header__sub-nav-list-item {
        list-style: none;
        padding: 0;
        margin: 0;
        min-width: 242px
    }

    .site-header__nav-link:focus + .site-header__sub-nav-list, .site-header__nav-link:hover + .site-header__sub-nav-list, .site-header__nav-list-item--active .site-header__sub-nav-list, .site-header__nav-list-item:focus .site-header__sub-nav-list, .site-header__nav-list-item:hover .site-header__sub-nav-list {
        padding: 0 0 7px;
        margin: 0;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        background: #c8102e;
        opacity: 1;
        z-index: -1
    }

    .kt-ids-parent .site-header__sub-nav-link {
        color: #fff;
        text-decoration: none;
        padding: 9px 25px;
        display: block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

        .kt-ids-parent .site-header__sub-nav-link span {
            border-bottom: 1px solid hsla(0,0%,100%,0);
            display: block;
            -webkit-transition: border-color .25s linear;
            -o-transition: .25s border-color linear;
            -moz-transition: .25s border-color linear;
            transition: border-color .25s linear;
            font-size: 1.2rem;
            padding: 0 25px 2px 0
        }

        .site-header__sub-nav-link:hover span {
            border-bottom: 1px solid #fff
        }

        .site-header__sub-nav-link:focus {
            outline: 1px dotted #fff;
            -webkit-box-shadow: inset 0 0 2px #fff;
            -moz-box-shadow: inset 0 0 2px #fff;
            box-shadow: inset 0 0 2px #fff
        }

            .site-header__sub-nav-link:focus span {
                border-bottom: 1px solid #fff
            }
}

@media (min-width:992px) {
    .kt-ids-parent .site-header__logo-link {
        font-size: 1.1rem
    }

    .kt-ids-parent .site-header__nav {
        width: 70%
    }
}

@media (min-width:1200px) {
    .kt-ids-parent .site-header__nav {
        width: 67%
    }

    .kt-ids-parent .site-header__logo .img-responsive {
        max-width: 305px;
        min-width: 305px
    }

    .kt-ids-parent .site-header__nav-link {
        font-size: 1.3rem
    }

    .kt-ids-parent .site-header__primary, .site-header__utilities {
        max-width: 1280px;
        margin: 0 auto
    }

    .kt-ids-parent .site-header__primary {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (-ms-high-contrast:active),(min-width:768px) and (-ms-high-contrast:none) {
    .kt-ids-parent .site-header__nav-link {
        min-height: 77px;
        height: 77px
    }

    .kt-ids-parent .site-header.site-header--shrink .site-header__nav-link {
        min-height: 50px !important;
        height: 50px !important
    }
}

.kt-ids-parent .site-header__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.kt-ids-parent .img-responsive {
    max-width: 100%;
    height: auto
}

.kt-ids-parent .site-footer {
    background: #c8102e;
    font-family: proxima-nova, sans-serif
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 70px 0 0
    }

        .kt-ids-parent .site-footer__flex .site-footer__primary {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: 78%;
        }

        .kt-ids-parent .site-footer__flex .site-footer__secondary {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: 25%;
            padding-right: 3%
        }
}

@media (min-width:1280px) {
    .kt-ids-parent .site-footer__flex {
        max-width: 1280px;
        margin: 0 auto
    }
}

.kt-ids-parent .site-footer__primary-flex {
    text-align: center
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__primary-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:992px) {
    .kt-ids-parent .site-footer__primary-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.kt-ids-parent .site-footer__logo {
    padding: 37px 20px 20px
}

    .kt-ids-parent .site-footer__logo .img-responsive {
        display: block;
        width: 380px;
        height: auto;
        min-height: 55px;
        margin: 0 auto
    }

@media (min-width:768px) {
    .kt-ids-parent .site-footer__logo {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
        width: 60%
    }
}

.kt-ids-parent .site-footer__logo-link {
    max-width: 380px;
    display: block;
    margin: 0 auto
}

.kt-ids-parent .site-footer__nav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 35px 20px 20px;
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__nav {
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 15px;
    }
}

@media (min-width:1100px) {
    .kt-ids-parent .site-footer__nav {
        width: 95%;
        padding: 25px 2.5% 0
    }
}

.kt-ids-parent .site-footer__nav-list {
    padding: 0;
    margin: 0;
    height: 220px;
}

@media (max-width:767px) {
    .kt-ids-parent .site-footer__nav-list {
        height: auto !important
    }
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__nav-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.kt-ids-parent .site-footer__nav-item {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 7px 0
}

@media (min-width:767px) {
    .kt-ids-parent .site-footer__nav-item {
        height: 50px;
        padding: 4px 0 0;
        width: 33%
    }
}

.kt-ids-parent .site-footer__nav-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 2px 1px 1px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-size: 1.7rem;
    -webkit-transition: border-color .25s ease-in;
    -o-transition: border-color .25s ease-in;
    -moz-transition: border-color .25s ease-in;
    transition: border-color .25s ease-in;
    border-bottom: 2px solid hsla(0,0%,100%,0)
}

    .site-footer__nav-link:active, .site-footer__nav-link:focus, .site-footer__nav-link:hover {
        border-bottom: 2px solid #fff
    }

@media (min-width:768px) {
    .kt-ids-parent .site-footer__nav-link {
        font-weight: 550;
        font-size: 1rem
    }
}

.kt-ids-parent .site-footer__nav-description {
    display: block;
    font-size: .8em
}

.kt-ids-parent .site-footer__separator {
    display: block;
    height: 1px;
    overflow: hidden
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__separator {
        display: inline;
        height: auto
    }
}

.kt-ids-parent .site-footer__app {
    text-align: center
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__app {
        padding: 0 15px
    }
}

.kt-ids-parent .site-footer__app .img-responsive {
    display: block;
    width: 222px;
    min-height: 60px;
    margin: 0 auto
}

.kt-ids-parent .site-footer__app a {
    display: inline-block;
    min-height: 45px;
    padding: 0 10px;
    margin: 25px auto 0
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__app a {
        margin: 25px auto 30px;
        display: block;
        padding: 0 15px;
        width: 147px
    }
}

.kt-ids-parent .site-footer__app a .img-responsive {
    width: 120px;
    min-height: 45px
}

@media (min-width:375px) {
    .kt-ids-parent .site-footer__app a .img-responsive {
        width: 147px
    }
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__app a .img-responsive {
        width: 147px
    }
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__social {
        max-width: none;
        margin: 0;
        width: 55%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 25px 0
    }
}

@media (min-width:860px) {
    .kt-ids-parent .site-footer__social {
        width: 40%
    }
}

@media (min-width:992px) {
    .kt-ids-parent .site-footer__social {
        padding: 0
    }
}

.kt-ids-parent .site-footer__social-list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    max-width: 250px;
    margin: 0 auto
}

@media (min-width:768px) {
    .kt-ids-parent .site-footer__social-list {
        max-width: none;
        margin: 0
    }
}

.kt-ids-parent .site-footer__social-item {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    height: 38px;
    vertical-align: top;
    padding: 10px 0
}

    .kt-ids-parent .site-footer__social-item svg {
        width: 66%
    }

.kt-ids-parent .site-footer__social-link {
    display: inline-block
}

    .kt-ids-parent .site-footer__social-link svg {
        display: block;
        padding: 0 12px
    }

@media (min-width:768px) and (max-width:1170px) {
    .kt-ids-parent .site-footer__social-item {
        width: 16%;
        padding: 0 1.5% 10px
    }

        .site-footer__social-item:first-child {
            width: 19.5%
        }

        .kt-ids-parent .site-footer__social-item svg {
            width: 90%
        }

    .kt-ids-parent .site-footer__social-link {
        display: block;
        width: 80%;
        margin: 0 auto
    }

        .kt-ids-parent .site-footer__social-link svg {
            max-width: 100% !important;
            padding: 0 !important;
            height: auto !important
        }
}

.kt-ids-parent .site-footer__colophon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 25px 15px;
    margin: 0;
    text-align: center;
    color: #fff
}

    .kt-ids-parent .site-footer__colophon a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: border-color .25s ease-in;
        -o-transition: border-color .25s ease-in;
        -moz-transition: border-color .25s ease-in;
        transition: border-color .25s ease-in;
        border-bottom: 2px solid hsla(0,0%,100%,0)
    }

        .site-footer__colophon a:active, .site-footer__colophon a:focus, .site-footer__colophon a:hover {
            border-bottom: 2px solid #fff
        }

        .site-footer__app-link:focus, .site-footer__colophon a:focus, .site-footer__logo-link:focus, .site-footer__nav-link:focus, .site-footer__social-link:focus {
            outline: 1px dotted #fff;
            outline-offset: 1px;
            -webkit-box-shadow: 0 0 2px 1px #fff;
            -moz-box-shadow: 0 0 2px 1px #fff;
            box-shadow: 0 0 2px 1px #fff
        }

        .site-footer__app-link:active, .site-footer__colophon a:active, .site-footer__logo-link:active, .site-footer__nav-link:active, .site-footer__social-link:active {
            color: #fff
        }

.kt-ids-parent .site-footer__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.kt-ids-parent .site-footer__icon-search {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.9%2020.3%22%20enable-background%3D%22new%200%200%2020.9%2020.3%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.6%2020c-.5.5-1.3.5-1.8%200l-5.3-5.3c-1.4%201.2-3.2%201.9-5.2%201.9-4.6-.1-8.3-3.8-8.3-8.3s3.7-8.3%208.3-8.3%208.3%203.7%208.3%208.3c0%201.7-.5%203.2-1.3%204.5l5.4%205.4c.4.5.4%201.3-.1%201.8zm-12.3-17.5c-3.1%200-5.7%202.6-5.7%205.7s2.5%205.8%205.7%205.8%205.7-2.6%205.7-5.7-2.6-5.8-5.7-5.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    display: inline-block;
    height: 25px;
    width: 25px
}

.kt-ids-parent .img-responsive {
    max-width: 100%;
    height: auto
}

.kt-ids-parent article, .kt-ids-parent aside, .kt-ids-parent details, .kt-ids-parent figcaption, .kt-ids-parent figure, .kt-ids-parent footer, .kt-ids-parent header, .kt-ids-parent hgroup, .kt-ids-parent main, .kt-ids-parent nav, .kt-ids-parent section, .kt-ids-parent summary {
    display: block
}

.kt-ids-parent audio, canvas, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

.kt-ids-parent [hidden] {
    display: none
}

.kt-ids-parent html {
    /*font-family: proxima-nova,sans-serif;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important
}

body {
    background-color: #2d2d2d;
    color: #75787b;
    position: relative;
    /*background: #ffffff;*/
    margin: 0;
    font-size: 16px;
    /*line-height: 1.375*/
}

.kt-ids-parent a {
    color: #c8102e;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

    a:active, a:focus {
        outline: 0
    }

    a:active {
        color: #720918
    }

.kt-ids-parent abbr[title] {
    border-bottom: 1px dotted
}

.kt-ids-parent b, strong {
    font-weight: 700
}

.kt-ids-parent dfn, em {
    font-style: italic
}

.kt-ids-parent hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.kt-ids-parent mark {
    background: #ff0;
    color: #000
}

.kt-ids-parent code, kbd, pre, samp {
    /*font-family: monospace,serif;*/
    font-size: 1em
}

.kt-ids-parent pre {
    white-space: pre-wrap
}

.kt-ids-parent q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

.kt-ids-parent small {
    font-size: 80%
}

.kt-ids-parent sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.kt-ids-parent sup {
    top: -.5em
}

.kt-ids-parent sub {
    bottom: -.25em
}

/*img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}*/

svg:not(:root) {
    overflow: hidden
}

.kt-ids-parent figure {
    margin: 0
}

.kt-ids-parent fieldset {
    border: 0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.kt-ids-parent legend {
    border: 0;
    padding: 0
}

.kt-ids-parent button, input, select, textarea {
    /*font-family: inherit;*/
    font-size: 100%;
    margin: 0
}

.kt-ids-parent button, input {
    line-height: normal
}

.kt-ids-parent button, select {
    text-transform: none
}

.kt-ids-parent button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    .kt-ids-parent button[disabled], html input[disabled] {
        cursor: not-allowed
    }

.kt-ids-parent .fancy-checkbox [type=checkbox].fake-checkbox, .fancy-radio [type=radio].fake-radio, .payment-radio [type=radio].fake-radio, input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.kt-ids-parent input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

.kt-ids-parent input[type=remmberMe] {
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.kt-ids-parent textarea {
    overflow: auto;
    vertical-align: top
}

.kt-ids-parent table {
    border-collapse: collapse;
    border-spacing: 0
}

/**, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}*/

.kt-ids-parent blockquote, .kt-ids-parent caption, .kt-ids-parent dd, .kt-ids-parent dl, .kt-ids-parent fieldset, .kt-ids-parent form, .kt-ids-parent h1, .kt-ids-parent h2, .kt-ids-parent h3, .kt-ids-parent h4, .kt-ids-parent h5, .kt-ids-parent h6, .kt-ids-parent hr, .kt-ids-parent legend, .kt-ids-parent ol, .kt-ids-parent p, .kt-ids-parent pre, .kt-ids-parent table, .kt-ids-parent td, .kt-ids-parent th, .kt-ids-parent ul {
    margin: 0;
    padding: 0
}

.kt-ids-parent abbr[title], dfn[title] {
    cursor: help
}

.kt-ids-parent ins, u {
    text-decoration: none
}

.kt-ids-parent ins {
    border-bottom: 1px solid
}

.kt-ids-parent img {
    font-style: italic
}

.text-input:active, .text-input:focus, textarea:active, textarea:focus {
    cursor: text;
    outline: none
}


.kt-ids-parent h1, .kt-ids-parent h2, .kt-ids-parent h3, .kt-ids-parent h4, .kt-ids-parent h5, .kt-ids-parent h6 {
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-weight: 800
}

.kt-ids-parent h1 {
    font-size: 36px;
    color: #6c9ca1
}

@media screen and (max-width:767px) {
    .kt-ids-parent h1 {
        text-align: center;
    }
}

.kt-ids-parent h1.master {
    padding: 20px 40px
}

@media screen and (max-width:767px) {
    .kt-ids-parent h1.master {
        text-align: left;
        padding: 10px 20px
    }
}

.kt-ids-parent h2 {
    font-size: 24px
}

.kt-ids-parent h2, h3 {
    color: #464646
}

.kt-ids-parent h3 {
    font-size: 26px
}

.kt-ids-parent h4 {
    font-size: 21px;
    padding-bottom: 15px
}

.kt-ids-parent h5 {
    font-size: 16px
}

.kt-ids-parent ol, .kt-ids-parent p, .kt-ids-parent ul {
    margin-bottom: 15px
}

.kt-ids-parent ol, .kt-ids-parent ul {
    margin-top: 0;
    padding: 0
}

    .kt-ids-parent ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.kt-ids-parent 
@-webkit-keyframes fadein {
    .kt-ids-parent 0% {
        top: -10px;
        display: none;
        opacity: 0
    }

    .kt-ids-parent 1% {
        display: block;
        opacity: 0
    }

    .kt-ids-parent to {
        top: 0;
        display: block;
        opacity: 1
    }
}

.kt-ids-parent 
@keyframes fadein {
    .kt-ids-parent 0% {
        top: -10px;
        display: none;
        opacity: 0
    }

    .kt-ids-parent 1% {
        display: block;
        opacity: 0
    }

    .kt-ids-parent to {
        top: 0;
        display: block;
        opacity: 1
    }
}

.kt-ids-parent 
@-webkit-keyframes blip {
    .kt-ids-parent 0% {
        visibility: hidden;
        opacity: 0
    }

    .kt-ids-parent 1% {
        visibility: visible;
        opacity: 0
    }

    .kt-ids-parent 10% {
        opacity: 1
    }

    .kt-ids-parent 80% {
        opacity: 1
    }

    .kt-ids-parent 99% {
        opacity: 0;
        visibility: hidden
    }

    .kt-ids-parent to {
        opacity: 0
    }
}

.kt-ids-parent 
@keyframes blip {
    .kt-ids-parent 0% {
        visibility: hidden;
        opacity: 0
    }

    .kt-ids-parent 1% {
        visibility: visible;
        opacity: 0
    }

    .kt-ids-parent 10% {
        opacity: 1
    }

    .kt-ids-parent 80% {
        opacity: 1
    }

    .kt-ids-parent 99% {
        opacity: 0;
        visibility: hidden
    }

    .kt-ids-parent to {
        opacity: 0
    }
}

.kt-ids-parent 
@media print {
    .kt-ids-parent * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    .kt-ids-parent blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    .kt-ids-parent thead {
        display: table-header-group
    }

    .kt-ids-parent img, tr {
        page-break-inside: avoid
    }

    .kt-ids-parent img {
        max-width: 100% !important
    }

   .kt-ids-parent  @page {
        margin: .5cm
    }

    .kt-ids-parent h2, h3, p {
        orphans: 3;
        widows: 3
    }

    .kt-ids-parent h2, h3 {
        page-break-after: avoid
    }
}

@media screen and (max-width:767px) {
    body {
        top: 0
    }
}

body > iframe {
    display: none;
    visibility: hidden;
    opacity: 0
}

body main {
    background-color: #ffffff;
    color: #4a4a4a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    body main a {
        text-decoration: underline
    }

    body main > .container {
        padding: 185px 0 30px
    }

@media screen and (max-width:767px) {
    body main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0
    }
}

@media screen and (max-width:767px) {
    body footer.site-footer {
        top: 0
    }

    body main > .container {
        padding: 30px 0 40px;
    }
}

.kt-ids-parent .container {
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .container {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .kt-ids-parent .container {
        width: 970px
    }
}

@media screen and (min-width:1280px) {
    .kt-ids-parent .container {
        width: 1170px
    }
}

.kt-ids-parent .align-center {
    text-align: center
}

.kt-ids-parent .align-center-div {
    margin: 0 auto
}

.kt-ids-parent .hidden {
    display: none !important
}

.kt-ids-parent .loading-white {
    background-image: url(/dist/img/loading-white.svg)
}

.kt-ids-parent .mobile-only {
    display: none !important
}

@media screen and (max-width:767px) {
    .kt-ids-parent .mobile-only {
        display: block !important
    }
}

.kt-ids-parent .polyfill-right-aligned {
    z-index: 5
}

.kt-ids-parent .camelCaseText {
    text-transform: capitalize
}

.kt-ids-parent .tile {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
    border-radius: 5px;
    width: 500px;
    margin: 0px auto 0;
    -webkit-animation: fadein .5s ease-out;
    animation: fadein .5s ease-out
}

.kt-ids-parent .login-btn, .kt-ids-parent .btn-primary {
    font-weight: 700;
}

.kt-ids-parent .login-register-section {
    padding: 15px;
}

.kt-ids-parent .tile-body {
    padding: 0px 40px 0
}

    .kt-ids-parent .tile-body.no-pad {
        padding-bottom: 0
    }

.kt-ids-parent .tile.feedback-tile {
    min-height: 0 !important
}

    .kt-ids-parent .tile.feedback-tile h1.master {
        text-align: left
    }

.kt-ids-parent .tile.invisible {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.kt-ids-parent .tile-gray {
    background: #f4f4f4
}

.kt-ids-parent .duo .tile {
    -webkit-flex-basis: calc(50% - 15px);
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    margin: 30px 0
}

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .duo .tile {
        -webkit-flex-basis: calc(50% - 5px);
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px)
    }
}

.kt-ids-parent .tile .divider {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .tile {
        width: calc(100% - 20px)
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .tile {
        width: calc(100% - 20px);
        margin: 100px auto 0px auto
    }
}

    .kt-ids-parent .tile-body {
        padding: 15px 20px
    }

    .kt-ids-parent .tile.non-mobile {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .kt-ids-parent .tile.non-mobile .tile-body {
            padding: 0
        }

            .kt-ids-parent .tile.non-mobile .tile-body h1 {
                text-align: left
            }
}

.kt-ids-parent .duo {
    width: 790px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .duo {
        width: calc(100% - 20px)
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .duo {
        width: calc(100% - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .kt-ids-parent .duo .tile {
            width: 100%
        }
}

.kt-ids-parent .field-wrapper {
    margin-bottom: 15px
}

.kt-ids-parent input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
    background: #eee;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    border-radius: 2.4px;
    border: none;
    font-size: 16px;
    padding: 12px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%
}

    input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
        outline: 0
    }

    input[type=date] :-moz-placeholder, input[type=email] :-moz-placeholder, input[type=number] :-moz-placeholder, input[type=password] :-moz-placeholder, input[type=tel] :-moz-placeholder, input[type=text] :-moz-placeholder, select :-moz-placeholder, textarea :-moz-placeholder {
        color: rgba(26,25,25,.5)
    }

    input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: rgba(26,25,25,.5)
    }

    input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: rgba(26,25,25,.5)
    }

    .kt-ids-parent input[type=date].large, input[type=email].large, input[type=number].large, input[type=password].large, input[type=tel].large, input[type=text].large, select.large, textarea.large {
        font-size: 30px
    }

input:-moz-read-only, input:disabled, input[disabled], input[readonly] {
    cursor: not-allowed
}

input:disabled, input:read-only, input[disabled], input[readonly] {
    cursor: not-allowed
}

.kt-ids-parent input[type=date] {
    height: 48px
}

    .kt-ids-parent input[type=date].has-widget {
        border: none;
        font-size: 16px;
        padding: 12px 10px;
        -webkit-appearance: none;
        background: transparent
    }

.kt-ids-parent .numInputWrapper span {
    opacity: 1
}

.kt-ids-parent input.flatpickr-input {
    padding-top: 17px;
    padding-bottom: 8px
}

.kt-ids-parent .fancy-radio .fake-radio, .payment-radio .fake-radio, input[type=radio] {
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #7b7b7b
}

.kt-ids-parent .fancy-checkbox .fake-checkbox, input[type=checkbox] {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid #7b7b7b;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    border-radius: 3px
}

.kt-ids-parent button.btn-primary.loading-white, button[type=submit].btn-primary.loading-white, input[type=submit].btn-primary.loading-white {
    color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.kt-ids-parent select {
    background-image: url(/dist/img/drop-down-arrow.svg);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    padding-right: 30px
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .kt-ids-parent select {
        padding-right: 10px;
        background-image: none
    }
}

.kt-ids-parent .submit-overlay {
    background: #eee;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    border-radius: 2.4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 12px 0 4px
}

    .submit-overlay input:not([type=submit]) {
        background: none;
        width: auto
    }

.kt-ids-parent .fancy-radio {
    margin: 15px 0;
    position: relative
}

    .kt-ids-parent .fancy-radio input {
        position: absolute;
        opacity: 0
    }

        .fancy-radio input:checked + .fake-radio {
            background: -o-radial-gradient(circle,#c8102e 40%,rgba(200,16,46,0) 50%);
            background: radial-gradient(circle,#c8102e 40%,rgba(200,16,46,0) 50%);
            border: 1px solid #c8102e
        }

    .kt-ids-parent .fancy-radio .fake-radio {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 18px 0 0
    }

    .kt-ids-parent .fancy-radio label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .kt-ids-parent .fancy-radio label .label-body {
            position: relative;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 370px;
            border: 1px solid #e0e0e0;
            border-radius: 5px;
            color: #212121;
            padding: 14px 17px
        }

            .kt-ids-parent .fancy-radio label .label-body span {
                display: block;
                font-weight: 600
            }

    .kt-ids-parent .fancy-radio.has-widget label .label-body {
        padding-right: 45px
    }

    .kt-ids-parent .fancy-radio .btn-info {
        @extends .btn-info;
        position: relative;
        margin-left: -25px
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .fancy-radio .btn-info {
        position: absolute;
        margin-left: 0
    }
}

.kt-ids-parent .icon-attention {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.kt-ids-parent .fancy-checkbox {
    margin: 0 0 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative
}

    .kt-ids-parent .fancy-checkbox input {
        position: absolute;
        opacity: 0
    }

        .fancy-checkbox input:checked + .fake-checkbox {
            background: #c8102e;
            background-image: url(/dist/img/icon-checkmark.svg);
            background-position: 50% 50%;
            background-repeat: no-repeat;
            border: 1px solid #c8102e
        }

    .kt-ids-parent .fancy-checkbox .fake-checkbox {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .kt-ids-parent .fancy-checkbox label {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .kt-ids-parent .fancy-checkbox label .label-body {
            font-size: 13px;
            position: relative;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 370px;
            color: #212121;
            padding: 14px 17px
        }

            .kt-ids-parent .fancy-checkbox label .label-body p {
                display: inline-block;
                margin: 0
            }

            .kt-ids-parent .fancy-checkbox label .label-body span {
                font-weight: 600
            }

    .kt-ids-parent .fancy-checkbox .btn-info {
        @extends .btn-info;
        position: relative;
        margin-left: -30px
    }

    .fancy-checkbox.required p:after {
        content: "*";
        display: inline;
        margin-left: 2px;
        position: absolute;
        color: #ff0a0a;
        font-size: 14px
    }

.kt-ids-parent .apply-cardholder, .field-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .kt-ids-parent .apply-cardholder .field, .field-wrapper .field {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 410px;
        -ms-flex-preferred-size: 410px;
        flex-basis: 410px;
        margin: 0 300px 15px 0
    }

        .kt-ids-parent .apply-cardholder .field.securityId, .field-wrapper .field.securityId {
            width: calc(100% - 40px)
        }

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .apply-cardholder .field, .field-wrapper .field {
        margin: 0 240px 15px 0
    }
}

.kt-ids-parent .apply-cardholder .field.has-error label, .field-wrapper .field.has-error label {
    color: #c8102e
}

.kt-ids-parent .apply-cardholder .field.has-info, .field-wrapper .field.has-info {
    padding-right: 100px
}

.kt-ids-parent .apply-cardholder .field.checkbox-indent, .field-wrapper .field.checkbox-indent {
    margin-left: 37px;
    margin-top: -15px;
    font-size: 14px
}

.kt-ids-parent .apply-cardholder .field.mini, .field-wrapper .field.mini {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 85px;
    -ms-flex-preferred-size: 85px;
    flex-basis: 85px
}

    .kt-ids-parent .apply-cardholder .field.mini + .field, .field-wrapper .field.mini + .field {
        -webkit-flex-basis: 310px;
        -ms-flex-preferred-size: 310px;
        flex-basis: 310px
    }

.kt-ids-parent .apply-cardholder .field.date, .field-wrapper .field.date {
    width: 100%
}

.kt-ids-parent .apply-cardholder .field.repeated-row, .field-wrapper .field.repeated-row {
    width: calc(100% - 75px)
}

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .apply-cardholder .field.repeated-row, .field-wrapper .field.repeated-row {
        width: calc(100% - 15px)
    }
}

.kt-ids-parent .apply-cardholder .field.no-margin, .field-wrapper .field.no-margin {
    margin-right: 0
}

.kt-ids-parent .apply-cardholder .field.half, .field-wrapper .field.half {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: calc(50% - 157.5px);
    -ms-flex-preferred-size: calc(50% - 157.5px);
    flex-basis: calc(50% - 157.5px);
    margin-right: 15px
}

    .kt-ids-parent .apply-cardholder .field.half + .half, .field-wrapper .field.half + .half {
        margin-right: 300px
    }

    .kt-ids-parent .apply-cardholder .field.half.no-margin, .field-wrapper .field.half.no-margin {
        width: calc(50% - 7.5px);
        -webkit-flex-basis: calc(50% - 7.5px);
        -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px);
        margin-right: 0
    }

.kt-ids-parent .apply-cardholder .field.has-widget, .field-wrapper .field.has-widget {
    background: #eee;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    border-radius: 2.4px
}

    .kt-ids-parent .apply-cardholder .field.has-widget input, .field-wrapper .field.has-widget input {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: calc(100% - 40px)
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .apply-cardholder .field.has-widget input.repeated-row, .field-wrapper .field.has-widget input.repeated-row {
        width: 100%
    }
}

.apply-cardholder .field.required label:after, .field-wrapper .field.required label:after {
    content: "*";
    display: inline;
    margin-left: 2px;
    position: absolute;
    color: #ff0a0a;
    font-size: 14px
}

.apply-cardholder .field.is-money:before, .field-wrapper .field.is-money:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "$";
    font-weight: 600;
    font-size: 17px;
    margin-left: 10px;
    line-height: 44px;
    display: inline-block
}

.kt-ids-parent .apply-cardholder .field.is-money input, .field-wrapper .field.is-money input {
    padding-left: 28px !important
}

.kt-ids-parent .apply-cardholder .field.is-money-long, .field-wrapper .field.is-money-long {
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px
}

.kt-ids-parent .apply-cardholder .field label, .field-wrapper .field label {
    color: #4a4a4a;
    position: absolute;
    font-size: 12px;
    margin: 3px 0 0 10px;
    z-index: 1
}

    .kt-ids-parent .apply-cardholder .field label + input, .apply-cardholder .field label + select, .field-wrapper .field label + input, .field-wrapper .field label + select {
        padding: 18px 10px 6px;
        background-position: calc(100% - 10px) 24px
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .apply-cardholder .field, .field-wrapper .field {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin-right: 0 !important
    }
}

.kt-ids-parent .apply-cardholder .fake-field, .field-wrapper .fake-field {
    margin-bottom: 0
}

    .kt-ids-parent .apply-cardholder .fake-field label, .field-wrapper .fake-field label {
        margin-left: 0
    }

        .kt-ids-parent .apply-cardholder .fake-field label + .fake-input, .field-wrapper .fake-field label + .fake-input {
            color: #000;
            padding: 18px 10px 6px 0;
            background-position: calc(100% - 10px) 24px
        }

.kt-ids-parent .apply-cardholder h3, .field-wrapper h3 {
    position: relative;
    -webkit-flex-basis: calc(100% - 300px);
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 300px 15px 0
}

.kt-ids-parent .payment-list {
    width: 410px
}

.kt-ids-parent .payment-list, .payment-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.kt-ids-parent .payment-list-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px
}

    .kt-ids-parent .payment-list-item .field.mini {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        margin-bottom: 0
    }

        .kt-ids-parent .payment-list-item .field.mini input {
            padding: 10px;
            width: 120px
        }

    .payment-list-item:not(:last-child) {
        border-bottom: 1px solid #e4e4e4
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .payment-list {
        width: 100%
    }

    .kt-ids-parent .payment-list-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .kt-ids-parent .payment-list-item input {
            margin-bottom: 10px
        }
}

.kt-ids-parent .payment-radio {
    position: relative
}

    .kt-ids-parent .payment-radio input {
        position: absolute;
        opacity: 0
    }

        .payment-radio input:checked + .fake-radio {
            background: -o-radial-gradient(circle,#c8102e 40%,rgba(200,16,46,0) 50%);
            background: radial-gradient(circle,#c8102e 40%,rgba(200,16,46,0) 50%);
            border: 1px solid #c8102e
        }

    .kt-ids-parent .payment-radio .fake-radio {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .kt-ids-parent .payment-radio label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .kt-ids-parent .payment-radio label .label-body {
            font-size: 18px;
            position: relative;
            color: #212121;
            padding: 14px 17px
        }

.kt-ids-parent div.checkbox-indent {
    margin-left: 37px;
    margin-top: -15px;
    font-size: 14px
}

.kt-ids-parent .errors {
    margin-bottom: 15px;
    -webkit-flex-basis: 285px;
    -ms-flex-preferred-size: 285px;
    flex-basis: 285px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .kt-ids-parent .errors .error {
        color: #c8102e
    }

.kt-ids-parent .btn {
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
    line-height: 1.375;
    font-family: "Roboto Slab", serif;
    font-size: 19px;
    color: #4a4a4a;
    background-color: #e8e8e8
}

    .btn:hover {
        background-color: #b9b9b9
    }

.kt-ids-parent .btn-block {
    display: block;
    width: 100%
}

.kt-ids-parent .btn-group {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .kt-ids-parent .btn-group .btn {
        width: 50%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .btn-group > .btn:not(:last-child),
    .btn-group > .btn-group:not(:last-child) {
        margin-right: 10px;
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .btn-group {
        margin-top: 0
    }
}

.kt-ids-parent .btn-primary {
    color: #fff;
    background-color: #c8102e
}

.kt-ids-parent .btn-primary:hover {
    background-color: #a90d1d
}

.kt-ids-parent .btn-primary:focus {
    background-color: #a90d1d !important;
    color: gray;
}

.kt-ids-parent .btn-secondary {
    color: #fff;
    background-color: #464646
}

    .btn-secondary:hover {
        background-color: #2d2d2d
    }

.kt-ids-parent .btn-light {
    background-color: #e8e8e8
}

.kt-ids-parent .btn-small {
    padding: 6px 20px;
    font-size: 13px
}

.kt-ids-parent .btn-medium {
    padding: 12px 32px
}

.kt-ids-parent .btn-large {
    padding: 12px 80px
}

.kt-ids-parent .btn-x-large {
    padding: 16px 120px;
    font-size: 22px
}

@media screen and (max-width:767px) {
    .kt-ids-parent .btn-x-large {
        padding: 6px 30px
    }
}

.kt-ids-parent .btn-white {
    background-color: #fff;
    color: #65686b
}

.kt-ids-parent .btn + .btn {
    margin-left: 20px
}

@media screen and (max-width:767px) {
    .kt-ids-parent .btn + .btn {
        margin-left: 0;
        margin-top: 20px
    }
}

.kt-ids-parent .btn[disabled] {
    color: #f4f4f4;
    background-color: #74777a
}

.kt-ids-parent .password-strength-meter {
    position: absolute;
    right: 7px;
    top: calc(50% - 15px);
    width: 28px;
    height: 30px;
    z-index: 2
}

    .kt-ids-parent .password-strength-meter svg path {
        fill: #e8e8e8
    }

    .password-strength-meter.s-1 svg path:first-child, .password-strength-meter.s-2 svg path:nth-child(-n+2), .password-strength-meter.s-3 svg path:nth-child(-n+3), .password-strength-meter.s-4 svg path {
        fill: #5dc950
    }

.kt-ids-parent .comparison-indicator {
    display: none;
    position: absolute;
    right: 10px;
    top: calc(50% - 9px);
    width: 25px;
    height: 18px;
    z-index: 2;
    background-image: url(/dist/img/icon-password-check.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

    .kt-ids-parent .comparison-indicator.valid {
        display: block
    }

    .kt-ids-parent .comparison-indicator.invalid {
        background-image: url(/dist/img/icon-password-invalid.svg)
    }

    .kt-ids-parent .btn-info, .comparison-indicator.invalid {
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

.kt-ids-parent .btn-info {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    z-index: 2;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/dist/img/icon-info.png)
}

.kt-ids-parent .loader {
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top
}

    .kt-ids-parent .loader object svg path, .loader object svg rect {
        fill: #c8102e
    }

.kt-ids-parent .progress .circle {
    -webkit-transition: stroke .5s linear;
    -o-transition: stroke .5s linear;
    transition: stroke .5s linear;
    stroke: #7fa9ae
}

.kt-ids-parent .progress .checkmark {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale(.6) translate(165px);
    -ms-transform: scale(.6) translate(165px);
    transform: scale(.6) translate(165px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0
}

.kt-ids-parent .progress.complete .bar, .progress.complete .circle {
    stroke: #7acd75
}

.kt-ids-parent .progress.complete .checkmark {
    -webkit-transform: scale(.6) translate(165px);
    -ms-transform: scale(.6) translate(165px);
    transform: scale(.6) translate(165px);
    opacity: 1
}

.kt-ids-parent .kwik-rewards-nav {
    background: #fff;
    width: 120px;
    -webkit-box-shadow: 2px 0 9px 0 rgba(0,0,0,.18);
    box-shadow: 2px 0 9px 0 rgba(0,0,0,.18);
    padding: 0 10px
}

.kt-ids-parent .kwik-rewards-nav__nav-items {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.kt-ids-parent .kwik-rewards-nav a {
    color: #74777a;
    font-size: 14px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 120px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

    .kt-ids-parent .kwik-rewards-nav a svg .fill {
        fill: #74777a;
        -webkit-transition: fill .2s;
        -o-transition: fill .2s;
        transition: fill .2s
    }

    .kt-ids-parent .kwik-rewards-nav a svg .stroke {
        stroke: #74777a;
        -webkit-transition: stroke .2s;
        -o-transition: stroke .2s;
        transition: stroke .2s
    }

    .kwik-rewards-nav a:hover {
        color: #c8102e
    }

        .kwik-rewards-nav a:hover svg .fill {
            fill: #c8102e
        }

        .kwik-rewards-nav a:hover svg .stroke {
            stroke: #c8102e
        }

    .kt-ids-parent .kwik-rewards-nav a.active {
        color: #c8102e
    }

        .kt-ids-parent .kwik-rewards-nav a.active svg .fill {
            fill: #c8102e
        }

        .kt-ids-parent .kwik-rewards-nav a.active svg .stroke {
            stroke: #c8102e
        }

    .kt-ids-parent .kwik-rewards-nav a span {
        width: 100%
    }

        .kt-ids-parent .kwik-rewards-nav a span.mobile-nav-menu {
            display: none;
            visibility: hidden;
            opacity: 0
        }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards-nav a span.responsive-nav-menu {
        display: none;
        visibility: hidden;
        opacity: 0
    }

    .kt-ids-parent .kwik-rewards-nav a span.mobile-nav-menu {
        display: block;
        visibility: visible;
        opacity: 1
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .kwik-rewards-nav {
        width: 100px;
        padding: 0 6px
    }

        .kt-ids-parent .kwik-rewards-nav a {
            font-size: 12px
        }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards-nav {
        width: 100%
    }

    .kt-ids-parent .kwik-rewards-nav__nav-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 6px 0;
        position: unset;
        top: unset
    }

        .kt-ids-parent .kwik-rewards-nav__nav-items a {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            height: 65px;
            width: auto;
            font-size: 10px;
            padding: 0;
            border-bottom: none;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

            .kt-ids-parent .kwik-rewards-nav__nav-items a.cards svg {
                max-height: 27px
            }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .kt-ids-parent .kwik-rewards-nav__nav-items a.cards svg {
        margin-bottom: 10px
    }
}

@media screen and (max-width:767px) {
    .kwik-rewards-nav__nav-items a:not(:first-child) {
        border-left: 1px solid #e4e4e4
    }

    .kt-ids-parent .kwik-rewards-nav__nav-items a svg {
        margin-bottom: 3px
    }

    .kt-ids-parent .kwik-rewards-nav__nav-items a.rewards svg {
        margin-bottom: 10px
    }

    .kt-ids-parent .kwik-rewards-nav__nav-items a.punchcards svg {
        margin-bottom: 11px
    }

    .kt-ids-parent .kwik-rewards-nav__nav-items a.account svg, .kwik-rewards-nav__nav-items a.coupons svg {
        margin-bottom: 6px
    }
}

.kt-ids-parent .modal {
    position: fixed;
    z-index: 4;
    background-color: rgba(0,0,0,.5);
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    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;
    visibility: hidden;
    opacity: 0;
    top: 0
}

    .kt-ids-parent .modal.ready {
        -webkit-transition: visibility 0s .2s,opacity .2s;
        -o-transition: visibility 0s .2s,opacity .2s;
        transition: visibility 0s .2s,opacity .2s
    }

.kt-ids-parent .modal-wrapper {
    position: relative;
    color: #4a4a4a;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
    border-radius: 5px;
    width: 400px;
    overflow: hidden
}

    .kt-ids-parent .modal-wrapper form {
        padding: 20px
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .modal-wrapper {
        max-width: calc(100% - 20px)
    }
}

.kt-ids-parent .modal-wrapper .error-msg {
    color: #c8102e
}

.kt-ids-parent .modal-close {
    top: 15px;
    left: 15px;
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 18px;
    background-image: url(/dist/img/close-x.svg);
    background-position: 50% 50%;
    z-index: 5
}

.kt-ids-parent .modal.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .2s,opacity .5s;
    -o-transition: visibility .2s,opacity .5s;
    transition: visibility .2s,opacity .5s
}

.kt-ids-parent .modal .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    min-height: 60px;
    background-color: #fff;
    text-align: center;
    padding: 40px 20px 0
}

    .kt-ids-parent .modal .header h3 {
        color: #4a4a4a;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        /*font-family: proxima-nova,sans-serif*/
    }

    .kt-ids-parent .modal .header * {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

.kt-ids-parent .modal.modal-small .modal-wrapper {
    width: 320px
}

.kt-ids-parent .modal.modal-big {
    z-index: 101
}

    .kt-ids-parent .modal.modal-big .modal-wrapper {
        width: 640px;
        height: 90vh
    }

.kt-ids-parent .modal.modal-statements .header {
    -webkit-box-shadow: 0 12px 12px rgba(0,0,0,.09);
    box-shadow: 0 12px 12px rgba(0,0,0,.09)
}

.kt-ids-parent .modal.modal-statements .list {
    max-height: 300px;
    overflow: scroll;
    -webkit-box-shadow: inset 0 -12px 12px rgba(0,0,0,.09);
    box-shadow: inset 0 -12px 12px rgba(0,0,0,.09)
}

    .kt-ids-parent .modal.modal-statements .list a {
        display: block;
        color: #4a4a4a;
        margin-left: 20px;
        padding: 20px 20px 20px 0;
        border-bottom: 1px solid #c4c4c4;
        background-image: url(/dist/img/right-arrow.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) 50%
    }

        .modal.modal-statements .list a:hover {
            color: #c8102e
        }

.kt-ids-parent .modal.modal-confirm .modal-body {
    text-align: center;
    padding: 20px
}

.kt-ids-parent .modal.modal-military .modal-body {
    padding: 50px 20px 20px
}

.kt-ids-parent .modal.modal-error p.message, .modal.modal-success p.message {
    width: 100%
}

.kt-ids-parent .modal.modal-error .modal-wrapper, .modal.modal-success .modal-wrapper {
    width: 300px
}

.kt-ids-parent .modal.modal-error .modal-body, .modal.modal-success .modal-body {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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
}

    .kt-ids-parent .modal.modal-error .modal-body img, .modal.modal-success .modal-body img {
        display: block;
        margin: 20px
    }

    .kt-ids-parent .modal.modal-error .modal-body img {
        width: 54px;
        height: 54px
    }

.kt-ids-parent .modal.modal-apply .modal-wrapper {
    overflow: visible;
    background-color: #c8102e
}

.kt-ids-parent .modal.modal-apply .modal-close {
    display: none
}

.kt-ids-parent .modal.modal-apply .kwik-cards {
    margin-top: -33px
}

.kt-ids-parent .modal.modal-apply .kwik-cards-content {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 5px 5px
}

.kt-ids-parent .modal.modal-find-rewards-number .modal-wrapper {
    width: 450px
}

.kt-ids-parent .table {
    margin: 20px 0
}

    .kt-ids-parent .table .table-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .kt-ids-parent .table .table-item > div {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            padding: 10px
        }

            .table .table-item > div:nth-child(2n) {
                background-color: #fafafa
            }

        .kt-ids-parent .table .table-item .wrapper {
            padding: 0;
            -webkit-box-flex: 2;
            -webkit-flex-grow: 2;
            -ms-flex-positive: 2;
            flex-grow: 2;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

            .kt-ids-parent .table .table-item .wrapper > div {
                -webkit-box-flex: 1;
                -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                -webkit-flex-basis: 0;
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                padding: 10px
            }

                .table .table-item .wrapper > div:nth-child(2n) {
                    background-color: #fafafa
                }

@media screen and (max-width:767px) {
    .kt-ids-parent .table .table-item .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.table .table-item:not(:last-child) {
    border-bottom: 1px solid #c4c4c4
}

.kt-ids-parent .table .table-item.header {
    font-weight: 600;
    font-size: 12px
}

.kt-ids-parent .table .table-item.header-summary {
    padding: 3px;
    font-weight: 600;
    font-size: 14px;
    border-bottom: none;
    background-color: #720918;
    color: #fff;
    text-align: center;
    display: block
}

.table.odd .table-item > div:nth-child(odd):not(.wrapper) {
    background-color: #fafafa
}

.table.odd .table-item > div:nth-child(2n):not(.wrapper) {
    background-color: transparent
}

.kt-ids-parent .home main {
    z-index: 1;
    color: #1a1919;
    background-color: #ffffff;
    display: block
}

.kt-ids-parent .home-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/dist/img/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

@media screen and (max-width:767px) {
    .kt-ids-parent .home-banner {
        background-image: url(/dist/img/mobile-home-bg.jpg);
        background-position: 50% 100%;
        height: calc(100vh - 140px);
        min-height: 568px
    }
}

.kt-ids-parent .home-banner .kwik-rewards-logo {
    margin-top: 45px
}

@media screen and (max-width:767px) {
    .kt-ids-parent .home-banner .kwik-rewards-logo {
        max-width: 80%;
        margin-top: 20px
    }
}

.kt-ids-parent .home-banner h1 {
    color: #65686b;
    font-size: 25px;
    margin: 40px 0
}

@media screen and (max-width:767px) {
    .kt-ids-parent .home-banner h1 {
        color: #65686b;
        margin-top: 0;
        margin-bottom: 40vh;
        -webkit-transition: .3s linear;
        -o-transition: linear .3s;
        transition: .3s linear
    }

        .kt-ids-parent .home-banner h1.visible {
            margin-bottom: 1vh;
            margin-top: -1vh
        }
}

.kt-ids-parent .home-banner .login-form-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
    border-radius: 4px;
    padding: 30px 60px;
    margin-bottom: 40px
}

    .kt-ids-parent .home-banner .login-form-wrapper form {
        width: 280px;
        margin: 0 auto
    }

        .kt-ids-parent .home-banner .login-form-wrapper form button, .home-banner .login-form-wrapper form div, .home-banner .login-form-wrapper form input {
            width: 100%
        }

    .kt-ids-parent .home-banner .login-form-wrapper .forgot-password-wrapper {
        text-align: center;
        margin: 15px 0
    }

    .kt-ids-parent .home-banner .login-form-wrapper .alternative {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 280px;
        margin: 0 auto 15px
    }

        .home-banner .login-form-wrapper .alternative:after, .home-banner .login-form-wrapper .alternative:before {
            content: "";
            display: inline-block;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            height: 1px;
            background: #d0d0d0
        }

        .home-banner .login-form-wrapper .alternative:before {
            margin-right: 10px
        }

        .home-banner .login-form-wrapper .alternative:after {
            margin-left: 10px
        }

    .kt-ids-parent .home-banner .login-form-wrapper a {
        margin: 0 auto;
        max-width: 280px
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .home-banner .login-form-wrapper {
        visibility: hidden;
        opacity: 0;
        height: 0;
        -webkit-transition: visibility .6s,opacity .6s,.6s linear;
        -o-transition: visibility .6s,opacity .6s,linear .6s;
        transition: visibility .6s,opacity .6s,.6s linear;
        padding: 30px 40px;
        margin-top: -50px;
        margin-bottom: 0
    }

        .kt-ids-parent .home-banner .login-form-wrapper.visible {
            height: unset;
            margin-top: 0;
            opacity: 1;
            visibility: visible;
            margin-bottom: 10px
        }

        .kt-ids-parent .home-banner .login-form-wrapper #register-btn, .home-banner .login-form-wrapper .alternative {
            visibility: hidden;
            opacity: 0;
            display: none
        }
}

.kt-ids-parent .home-banner .no-margin {
    margin: 0
}

.kt-ids-parent .home-banner .learn-more {
    background-image: url(/dist/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% 13px;
    border-radius: 60px 60px 0 0;
    height: 60px;
    width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 3px
}

.kt-ids-parent .home img.mobile-only {
    width: 100%
}

.kt-ids-parent .home-credit-and-debit h2, .home-kwik-rewards h2, .home-rewards-fleet h2 {
    text-align: center;
    font-size: 36px;
    color: #464646
}

@media screen and (max-width:767px) {
    .kt-ids-parent .home-credit-and-debit h2, .home-kwik-rewards h2, .home-rewards-fleet h2 {
        font-size: 25px
    }
}

.kt-ids-parent .home-app-message {
    background-color: #bd0d28;
    color: #fff
}

@media screen and (max-width:767px) {
    .kt-ids-parent .home-app-message {
        display: none
    }
}

.kt-ids-parent .home-app-message .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.kt-ids-parent .home-app-message .container, .home-app-message .native-apps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.kt-ids-parent .home-app-message .native-apps {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.kt-ids-parent .home-app-message .native-links {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px
}

    .kt-ids-parent .home-app-message .native-links img {
        display: inline-block;
        margin: 15px 0
    }

.kt-ids-parent .home-app-message-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 460px;
    margin: 30px 0
}

    .kt-ids-parent .home-app-message-form-wrapper h1 {
        color: #fff;
        font-size: 42px;
        line-height: 1;
        margin-bottom: 15px
    }

    .kt-ids-parent .home-app-message-form-wrapper p {
        font-size: 20px;
        margin-bottom: 0
    }

    .kt-ids-parent .home-app-message-form-wrapper .submit-overlay {
        background-color: #fff
    }

        .kt-ids-parent .home-app-message-form-wrapper .submit-overlay .btn {
            font-size: 24px;
            padding: 4px 12px
        }

.kt-ids-parent .home-app-message .fine-print {
    font-size: 11px
}

.kt-ids-parent .home-tiles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0
}

@media screen and (max-width:767px) {
    .kt-ids-parent .home-tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0
    }
}

.kt-ids-parent .home-tiles .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 25px
}

    .home-tiles .item:not(:first-child) {
        border-left: 1px solid #e4e4e4
    }

@media screen and (max-width:767px) {
    .home-tiles .item:not(:first-child) {
        border-left: none;
        border-top: 1px solid #e4e4e4
    }
}

.kt-ids-parent .home-tiles .item h3 {
    font-weight: 700;
    font-size: 18px;
    color: #1a1919;
    /*font-family: proxima-nova,sans-serif*/
}

.kt-ids-parent .home-tiles .item p {
    width: 100%
}

.kt-ids-parent .home-tiles .item img {
    margin-top: 40px;
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .kt-ids-parent .home-tiles .item h3 {
        min-height: 50px
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .home-tiles .item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        position: relative;
        padding: 20px 20px 20px 100px;
        text-align: left;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 14px
    }

        .kt-ids-parent .home-tiles .item h3, .home-tiles .item p {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1
        }

        .kt-ids-parent .home-tiles .item h3 {
            min-height: 50px
        }

        .kt-ids-parent .home-tiles .item img {
            position: absolute;
            left: 20px;
            width: 60px;
            -webkit-box-ordinal-group: 1;
            -webkit-order: 0;
            -ms-flex-order: 0;
            order: 0;
            margin: 6px 0 0
        }
}

.kt-ids-parent .home-credit-and-debit, .home-kwik-rewards, .home-rewards-fleet {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

@media screen and (max-width:767px) {
    .kt-ids-parent .home-credit-and-debit, .home-kwik-rewards, .home-rewards-fleet {
        padding: 50px 0 0
    }

        .kt-ids-parent .home-credit-and-debit img.mobile-only, .home-kwik-rewards img.mobile-only, .home-rewards-fleet img.mobile-only {
            margin: 50px 0 0
        }
}

.kt-ids-parent .home-credit-and-debit .container p, .home-kwik-rewards .container p, .home-rewards-fleet .container p {
    margin: auto;
    max-width: 450px;
    padding-top: 10px
}

@media screen and (max-width:767px) {
    .kt-ids-parent .home-rewards-fleet {
        padding-bottom: 50px
    }
}

.kt-ids-parent .home-credit-and-debit {
    background-image: url(/dist/img/cheese-burger.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover
}

    .kt-ids-parent .home-credit-and-debit .home-tiles {
        background: #fff;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 25px;
        margin-bottom: 75px
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .home-credit-and-debit {
        background-image: none
    }

        .kt-ids-parent .home-credit-and-debit .home-tiles {
            padding: 20px 0;
            margin: 0
        }
}

.kt-ids-parent .registration main {
    background-color: #ffffff;
    padding: 30px 0
}

    .kt-ids-parent .registration main #helper-rewards-number {
        padding-top: .5em;
        padding-bottom: 1.5em
    }

    .kt-ids-parent .registration main h1 {
        padding: 30px 40px;
        border-bottom: 1px solid #e4e4e4
    }

    .kt-ids-parent .registration main .radio-kwik-rewards ~ .label-body {
        background-image: url(/dist/img/icon-basket.png);
        background-repeat: no-repeat;
        background-position: 15px 50%;
        padding-left: 75px
    }

        .kt-ids-parent .registration main .radio-kwik-rewards ~ .label-body span {
            font-size: 18px
        }

    .kt-ids-parent .registration main .fine-print, .registration main .visit-reward {
        font-size: 13px;
        color: #4a4a4a;
        margin-right: 15px
    }

    .kt-ids-parent .registration main .kwik-rewards-only {
        width: 100%
    }

        .kt-ids-parent .registration main .kwik-rewards-only p {
            max-width: 410px
        }

    .kt-ids-parent .registration main .legal-info {
        max-width: 410px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-item: center;
        background-color: #ffffff;
        border-radius: 3px;
        color: #4a4a4a;
        font-size: 13px;
        padding: 10px;
        margin-right: 15px
    }

        .kt-ids-parent .registration main .legal-info img {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            margin-right: 15px
        }

        .kt-ids-parent .registration main .legal-info p {
            margin-bottom: 0
        }

@media screen and (max-width:767px) {
    .kt-ids-parent .registration .info-popup {
        position: absolute;
        left: -270px
    }
}

.has-info:hover .info-popup, .has-info:hover .info-popup:not(.no-hover):hover {
    z-index: 2;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s,opacity .5s;
    -o-transition: visibility 0s,opacity .5s;
    transition: visibility 0s,opacity .5s
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .has-info:hover .info-popup:not(.no-hover) {
        z-index: 2;
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0s .5s,opacity .5s;
        -o-transition: visibility 0s .5s,opacity .5s;
        transition: visibility 0s .5s,opacity .5s
    }
}

.kt-ids-parent .info-popup {
    font-size: 16px;
    /*font-family: proxima-nova,sans-serif;*/
    color: #464646;
    position: absolute;
    z-index: 1;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .2s,opacity .2s;
    -o-transition: visibility 0s .2s,opacity .2s;
    transition: visibility 0s .2s,opacity .2s;
    left: -150px;
    text-align: center;
    padding: 20px;
    width: 320px
}

.kt-ids-parent .info-popup-content {
    z-index: 2;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
    padding: 15px;
    background-color: #fff
}

    .info-popup-content :last-child {
        margin-bottom: 0
    }

.info-popup.arrow:before {
    z-index: 0;
    content: "";
    position: absolute;
    display: block;
    -webkit-box-shadow: -1px -1px 2px 0 rgba(0,0,0,.06);
    box-shadow: -1px -1px 2px 0 rgba(0,0,0,.06);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    width: 20px;
    height: 20px;
    top: 11px;
    left: calc(50% - 11px)
}

.kt-ids-parent .info-popup.fine-print {
    border-radius: 5px
}

@media screen and (max-width:767px) {
    .kt-ids-parent .info-popup {
        position: fixed;
        left: 0;
        top: 7%
    }
}

.kt-ids-parent .app-banner {
    background-color: #bd0d28;
    color: #fff;
    width: 790px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 30px;
    border-radius: 5px;
    padding: 0 60px
}

    .kt-ids-parent .app-banner, .app-banner .native-apps {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .kt-ids-parent .app-banner .native-apps {
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            margin-top: 10px
        }

        .kt-ids-parent .app-banner .native-links {
            max-width: 120px;
            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-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .kt-ids-parent .app-banner .native-links img {
                display: inline-block;
                margin: 5px 0;
                width: 120px;
                max-width: 120px
            }

.kt-ids-parent .app-banner-message {
    text-align: center
}

    .kt-ids-parent .app-banner-message h2 {
        color: #fff;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 15px
    }

    .kt-ids-parent .app-banner-message p {
        margin: 0 auto;
        max-width: 220px
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .app-banner {
        width: calc(100% - 20px)
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .app-banner {
        display: none
    }
}

.kt-ids-parent .kwik-rewards ul {
    margin-bottom: 0
}

    .kt-ids-parent .kwik-rewards ul li {
        list-style-type: none
    }

.kt-ids-parent .kwik-rewards .border {
    border-left: 1px solid #e4e4e4
}

.kt-ids-parent .kwik-rewards .border, .kwik-rewards .border-r {
    border-right: 1px solid #e4e4e4
}

.kt-ids-parent .kwik-rewards .border-t-b {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.kt-ids-parent .kwik-rewards .flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .kt-ids-parent .kwik-rewards .flex-wrap.two div {
        width: 50%
    }

    .kt-ids-parent .kwik-rewards .flex-wrap.three div {
        width: 33%
    }

.kt-ids-parent .kwik-rewards.cards .blank-row {
    visibility: hidden
}

.kt-ids-parent .kwik-rewards.cards .kwikcard-account {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 40px;
    margin-bottom: 40px
}

    .kt-ids-parent .kwik-rewards.cards .kwikcard-account h1 {
        color: #6c9ca1
    }

    .kt-ids-parent .kwik-rewards.cards .kwikcard-account h3 {
        margin-bottom: 20px
    }

.kt-ids-parent .kwik-rewards.cards .kwikcard-account-card {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

    .kt-ids-parent .kwik-rewards.cards .kwikcard-account-card, .kwik-rewards.cards .kwikcard-account-card .card-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal
    }

        .kt-ids-parent .kwik-rewards.cards .kwikcard-account-card .card-image {
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.cards .kwikcard-account-card .card-image {
        display: none
    }
}

.kt-ids-parent .kwik-rewards.cards .kwikcard-account-card .card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px
}

    .kt-ids-parent .kwik-rewards.cards .kwikcard-account-card .card-content.debit-card-content {
        padding: 0 75px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .kwik-rewards.cards .kwikcard-account-card .card-content.debit-card-content div:first-child {
            margin-bottom: 5px
        }

    .kt-ids-parent .kwik-rewards.cards .kwikcard-account-card .card-content p {
        margin: 0
    }

.kt-ids-parent .kwik-rewards.cards .kwikcard-account .kwikcard-account-actions {
    text-align: center
}

.kt-ids-parent .kwik-rewards.cards .kwikcard-account-actions {
    margin-top: 20px;
    text-align: right
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.cards .kwikcard-account-actions a.btn, .kwik-rewards.cards .kwikcard-account-actions button {
        display: block;
        width: 100%
    }
}

.kwik-rewards.cards .kwikcard-account:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.kt-ids-parent .kwik-rewards.cards .credit-statement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
    padding: 0 8px
}

    .kt-ids-parent .kwik-rewards.cards .credit-statement strong {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 900;
        font-family: "Roboto Slab", serif;
        font-size: 18px
    }

        .kt-ids-parent .kwik-rewards.cards .credit-statement strong span {
            font-size: 30px;
            vertical-align: -.22em
        }

        .kt-ids-parent .kwik-rewards.cards .credit-statement strong .on {
            color: #c8102e
        }

    .kt-ids-parent .kwik-rewards.cards .credit-statement .due-date strong span {
        font-size: 20px;
        padding-bottom: 10px
    }

    .kt-ids-parent .kwik-rewards.cards .credit-statement div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        max-width: calc(33% - 1em)
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.cards .credit-statement div {
        border: none !important;
        margin: 0;
        padding: 10px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: calc(50% - 1em);
        margin-bottom: 30px
    }

        .kt-ids-parent .kwik-rewards.cards .credit-statement div strong {
            font-weight: 700;
            font-size: 20px
        }

            .kt-ids-parent .kwik-rewards.cards .credit-statement div strong span {
                font-size: 40px
            }

            .kt-ids-parent .kwik-rewards.cards .credit-statement div strong.date {
                line-height: 2.8;
                font-size: 20px
            }

        .kwik-rewards.cards .credit-statement div:first-child {
            margin-left: 0
        }
}

.kt-ids-parent .kwik-rewards.cards .debit-card .bank-account {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .kt-ids-parent .kwik-rewards.cards .debit-card .bank-account strong {
        display: block
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.cards .debit-card .bank-account {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .kt-ids-parent .kwik-rewards.cards .debit-card .bank-account .btn {
            margin-top: 10px
        }
}

.kt-ids-parent .kwik-rewards.cards .transactions-container #no-transactions {
    margin-top: 20px
}

.kt-ids-parent .kwik-rewards.cards .transactions-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .kt-ids-parent .kwik-rewards.cards .transactions-actions h1 {
        line-height: .7
    }

        .kt-ids-parent .kwik-rewards.cards .transactions-actions h1 #cardName {
            color: #464646
        }

    .kt-ids-parent .kwik-rewards.cards .transactions-actions small {
        font-size: 50%
    }

.kt-ids-parent .kwik-rewards.cards .transactions-cards {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

    .kt-ids-parent .kwik-rewards.cards .transactions-cards a {
        padding: 10px 0;
        font-size: 18px;
        text-align: center;
        color: #000;
        text-decoration: none
    }

        .kt-ids-parent .kwik-rewards.cards .transactions-cards a.active {
            border-bottom: 3px solid #c8102e;
            padding-bottom: 9px;
            text-decoration: none
        }

.kt-ids-parent .kwik-rewards.cards .transactions .table {
    font-size: 14px
}

.kt-ids-parent .kwik-rewards.cards .transactions .table-item.header {
    text-transform: uppercase
}

.kwik-rewards.cards .transactions .table-item div:not(.wrapper) {
    padding: 10px 0
}

.kt-ids-parent .kwik-rewards.cards .transactions .table-item .wrapper {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

    .kt-ids-parent .kwik-rewards.cards .transactions .table-item .wrapper .cardNumber {
        text-align: center
    }

.kwik-rewards.cards .transactions .table div:last-child {
    -webkit-box-flex: 1.1;
    -webkit-flex-grow: 1.1;
    -ms-flex-positive: 1.1;
    flex-grow: 1.1
}

.kt-ids-parent .kwik-rewards.cards .transactions .table .storeId {
    text-transform: capitalize
}

    .kt-ids-parent .kwik-rewards.cards .transactions .table .storeId span {
        font-size: 12px
    }

        .kt-ids-parent .kwik-rewards.cards .transactions .table .storeId span .storestate {
            text-transform: uppercase
        }

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .kwik-rewards.cards .transactions .table {
        font-size: 12px
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.cards .transactions .table .header {
        display: none
    }

    .kt-ids-parent .kwik-rewards.cards .transactions .table-item {
        padding: 10px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .kwik-rewards.cards .transactions .table-item div:not(.wrapper) {
            padding: 0;
            margin: 0
        }

        .kt-ids-parent .kwik-rewards.cards .transactions .table-item div {
            padding: 1px;
            background-color: transparent !important;
            -webkit-box-ordinal-group: 8;
            -webkit-order: 7;
            -ms-flex-order: 7;
            order: 7
        }

            .kwik-rewards.cards .transactions .table-item div:before {
                display: block;
                padding-top: 10px
            }

    .kt-ids-parent .kwik-rewards.cards .transactions .table .wrapper {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

        .kt-ids-parent .kwik-rewards.cards .transactions .table .wrapper .cardNumber {
            text-align: left;
            margin-top: 3px
        }

            .kwik-rewards.cards .transactions .table .wrapper .cardNumber:before {
                padding-top: 0;
                display: inline;
                content: "Card # ";
                font-weight: 700;
                min-width: 75px
            }

    .kwik-rewards.cards .transactions .table .invoice:before {
        padding-top: 0;
        display: inline;
        content: "Invoice # ";
        font-weight: 700;
        min-width: 75px
    }

    .kt-ids-parent .kwik-rewards.cards .transactions .table .storeId {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

        .kt-ids-parent .kwik-rewards.cards .transactions .table .storeId .info-popup {
            padding: 5px 0 0 5px
        }

        .kt-ids-parent .kwik-rewards.cards .transactions .table .storeId .info-popup-content {
            padding: 5px 0 0 5px;
            background-color: #fff !important
        }

        .kwik-rewards.cards .transactions .table .storeId .info-popup.arrow:before {
            z-index: -1
        }

    .kwik-rewards.cards .transactions .table .fuelAmount:before {
        content: "Fuel ";
        font-weight: 700
    }

    .kwik-rewards.cards .transactions .table .gallons:before {
        content: "Gallons ";
        font-weight: 700
    }

    .kwik-rewards.cards .transactions .table .instoreTotal:before {
        content: "In Store";
        font-weight: 700
    }

    .kwik-rewards.cards .transactions .table .transactionTotal:before {
        content: "Total";
        font-weight: 700
    }
}

.kt-ids-parent .kwik-rewards.my-payments .blank-row {
    visibility: hidden
}

.kt-ids-parent .kwik-rewards.my-payments .kwikcard-account {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 40px;
    margin-bottom: 40px
}

    .kt-ids-parent .kwik-rewards.my-payments .kwikcard-account h3 {
        font-size: 18px;
        margin-bottom: 20px;
        text-transform: capitalize
    }

.kt-ids-parent .kwik-rewards.my-payments .kwikcard-account-card {
    display: none;
    margin-bottom: 20px
}

    .kt-ids-parent .kwik-rewards.my-payments .kwikcard-account-card.display, .kwik-rewards.my-payments .kwikcard-account-card.first {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.my-payments .kwikcard-account-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .kt-ids-parent .kwik-rewards.my-payments .kwikcard-account-card .card-image {
            display: none;
            visibility: hidden;
            opacity: 0
        }
}

.kt-ids-parent .kwik-rewards.my-payments .kwikcard-account-card .card-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.kt-ids-parent .kwik-rewards.my-payments .kwikcard-account-card .card-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px
}

    .kt-ids-parent .kwik-rewards.my-payments .kwikcard-account-card .card-content p {
        margin: 0
    }

.kt-ids-parent .kwik-rewards.my-payments .kwikcard-account .payment-methods-list {
    border-top: 1px solid #e4e4e4;
    padding: 40px 0
}

    .kt-ids-parent .kwik-rewards.my-payments .kwikcard-account .payment-methods-list h2 {
        color: #6c9ca1;
        font-size: 24px
    }

.kwik-rewards.my-payments .kwikcard-account .payment-methods-list-item:not(:last-child) {
    border-bottom: 1px solid #e4e4e4
}

.kt-ids-parent .kwik-rewards.my-payments .kwikcard-account .payment-methods-list-item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

    .kt-ids-parent .kwik-rewards.my-payments .kwikcard-account .payment-methods-list-item-info strong {
        display: block
    }

.kt-ids-parent .kwik-rewards.my-payments .kwikcard-account-actions {
    margin-top: 20px;
    text-align: right
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.my-payments .kwikcard-account-actions a.btn, .kwik-rewards.my-payments .kwikcard-account-actions button {
        display: block;
        width: 100%
    }
}

.kwik-rewards.my-payments .kwikcard-account:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.kt-ids-parent .kwik-rewards.my-payments .credit-statement {
    margin-left: 35px
}

    .kt-ids-parent .kwik-rewards.my-payments .credit-statement div {
        margin-bottom: 45px
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.my-payments .credit-statement {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .kt-ids-parent .kwik-rewards.my-payments .credit-statement div {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            border: none !important;
            margin: 0;
            padding: 10px;
            -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            margin-bottom: 30px
        }

            .kt-ids-parent .kwik-rewards.my-payments .credit-statement div strong {
                font-weight: 700;
                font-size: 20px
            }

                .kt-ids-parent .kwik-rewards.my-payments .credit-statement div strong span {
                    font-size: 40px
                }

                .kt-ids-parent .kwik-rewards.my-payments .credit-statement div strong.date {
                    line-height: 2.8;
                    font-size: 20px
                }

            .kwik-rewards.my-payments .credit-statement div:first-child {
                margin-left: 0
            }
}

.kt-ids-parent .kwik-rewards.my-payments .triple {
    width: 790px;
    min-height: 280px;
    margin: 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

    .kt-ids-parent .kwik-rewards.my-payments .triple .btn {
        bottom: 0;
        margin-top: 50px;
        padding: 5px;
        display: block;
        width: 100%
    }

    .kt-ids-parent .kwik-rewards.my-payments .triple h4 {
        color: #6c9ca1
    }

    .kt-ids-parent .kwik-rewards.my-payments .triple div {
        padding: 25px;
        width: 250px;
        background: #fff;
        -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
        box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
        border-radius: 5px
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .kwik-rewards.my-payments .triple {
        width: calc(100% - 20px)
    }

        .kt-ids-parent .kwik-rewards.my-payments .triple div {
            margin: 10px auto;
            width: calc(100% - 20px)
        }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.my-payments .triple {
        width: calc(100% - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .kt-ids-parent .kwik-rewards.my-payments .triple .tile {
            width: 100%
        }

        .kt-ids-parent .kwik-rewards.my-payments .triple div {
            margin: 10px auto;
            width: calc(100% - 20px)
        }
}

.kt-ids-parent .kwik-rewards.my-payments .debit-card .bank-account {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .kt-ids-parent .kwik-rewards.my-payments .debit-card .bank-account strong {
        display: block
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.my-payments .debit-card .bank-account {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .kt-ids-parent .kwik-rewards.my-payments .debit-card .bank-account .btn {
            margin-top: 10px
        }
}

.kt-ids-parent .kwik-rewards.my-payments .my-transactions-container #no-transactions {
    margin-top: 20px
}

.kt-ids-parent .kwik-rewards.my-payments .my-transactions-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.kt-ids-parent .kwik-rewards.my-payments .my-transactions-cards {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

    .kt-ids-parent .kwik-rewards.my-payments .my-transactions-cards a {
        padding: 10px 0;
        font-size: 18px;
        text-align: center;
        color: #000;
        text-decoration: none
    }

        .kt-ids-parent .kwik-rewards.my-payments .my-transactions-cards a.active {
            border-bottom: 3px solid #c8102e;
            padding-bottom: 9px;
            text-decoration: none
        }

.kt-ids-parent .kwik-rewards.my-payments .my-transactions .table {
    font-size: 14px;
    text-align: center
}

    .kt-ids-parent .kwik-rewards.my-payments .my-transactions .table strong {
        display: block
    }

    .kwik-rewards.my-payments .my-transactions .table div:last-child {
        -webkit-box-flex: 1.5;
        -webkit-flex-grow: 1.5;
        -ms-flex-positive: 1.5;
        flex-grow: 1.5
    }

    .kt-ids-parent .kwik-rewards.my-payments .my-transactions .table .delete {
        cursor: pointer
    }

    .kt-ids-parent .kwik-rewards.my-payments .my-transactions .table .cancelTransaction {
        width: 20px
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .kwik-rewards.my-payments .my-transactions .table, .kwik-rewards.my-payments .my-transactions .table strong {
        font-size: 12px
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.my-payments .my-transactions .table .header {
        display: none
    }

    .kt-ids-parent .kwik-rewards.my-payments .my-transactions .table-item {
        padding: 10px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .kt-ids-parent .kwik-rewards.my-payments .my-transactions .table-item div {
            padding: 1px;
            background-color: transparent !important;
            -webkit-box-ordinal-group: 8;
            -webkit-order: 7;
            -ms-flex-order: 7;
            order: 7
        }

            .kwik-rewards.my-payments .my-transactions .table-item div:before {
                display: block;
                padding-top: 10px
            }

    .kt-ids-parent .kwik-rewards.my-payments .my-transactions .table .wrapper {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .kwik-rewards.my-payments .my-transactions .table .referenceNumber:before {
        content: "NUMBER: ";
        font-weight: 700;
        min-width: 75px
    }

    .kwik-rewards.my-payments .my-transactions .table .date:before {
        content: "DATE";
        font-weight: 700
    }

    .kwik-rewards.my-payments .my-transactions .table .transactionAmount:before {
        content: "AMOUNT";
        font-weight: 700;
        min-width: 75px
    }

    .kwik-rewards.my-payments .my-transactions .table .transactionStatus:before {
        content: "STATUS";
        font-weight: 700
    }

    .kwik-rewards.my-payments .my-transactions .table .delete:before {
        content: "DELETE";
        font-weight: 700
    }
}

.kt-ids-parent .kwik-rewards.my-payments .modal-success h3 {
    margin-top: 10px
}

.kt-ids-parent .kwik-rewards.rewards .mobile-only {
    display: none
}

.kt-ids-parent .kwik-rewards.rewards .desktop-only {
    display: block
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .desktop-only {
        display: none
    }

    .kt-ids-parent .kwik-rewards.rewards .mobile-only {
        display: block
    }
}

.kwik-rewards.rewards h1:not(.feedback-tile.master) {
    font-size: 30px;
    margin-bottom: 15px
}

    .kwik-rewards.rewards h1:not(.feedback-tile.master).master {
        /*font-size: 20px*/
    }

@media screen and (max-width:767px) {
    .kwik-rewards.rewards h1:not(.feedback-tile.master) {
        color: #4a4a4a;
        font-size: 25px;
        padding-top: 20px
    }
}

.kt-ids-parent .kwik-rewards.rewards h4 {
    font-size: 16px;
    /*font-family: proxima-nova,sans-serif;*/
    color: #4a4a4a;
    font-weight: 600
}

.kt-ids-parent .kwik-rewards.rewards .visit-rewards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards > div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }

.kt-ids-parent .kwik-rewards.rewards .visit-rewards-info {
    text-align: center;
    position: relative;
    padding-right: 40px
}

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards-info svg {
        border-bottom: 1px solid #e4e4e4
    }

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards-info .sweepstakes {
        margin-top: 15px
    }

        .kt-ids-parent .kwik-rewards.rewards .visit-rewards-info .sweepstakes .btn {
            padding: 10px 3px;
            font-weight: 700
        }

.kt-ids-parent .kwik-rewards.rewards .visit-rewards > .visit-rewards-details {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    border-left: 1px solid #e4e4e4;
    padding-left: 40px
}

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards > .visit-rewards-details h3 {
        color: #6c9ca1
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .visit-rewards {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

        .kt-ids-parent .kwik-rewards.rewards .visit-rewards > div {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards-info {
        padding-right: 0;
        text-align: left
    }

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards > .visit-rewards-details {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        border-left: none;
        padding-left: 0
    }

        .kt-ids-parent .kwik-rewards.rewards .visit-rewards > .visit-rewards-details p {
            text-align: left
        }

        .kt-ids-parent .kwik-rewards.rewards .visit-rewards > .visit-rewards-details .more-details {
            margin-top: 0
        }

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards .tile-body {
        padding: 15px
    }

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards .mobile-only {
        display: block
    }

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards .desktop-only {
        display: none
    }

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards svg {
        border-bottom: none
    }

        .kt-ids-parent .kwik-rewards.rewards .visit-rewards svg circle {
            cx: 107;
            r: 59
        }

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards .complete .checkmark > circle {
        cx: 125;
        cy: 15;
        r: 15
    }

    .kt-ids-parent .kwik-rewards.rewards .visit-rewards .complete .checkmark > path {
        -webkit-transform: translate(110px,-2px) scale(.6);
        -ms-transform: translate(110px,-2px) scale(.6);
        transform: translate(110px,-2px) scale(.6)
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .sweepstakes {
        text-align: center
    }

        .kt-ids-parent .kwik-rewards.rewards .sweepstakes img {
            width: 100px;
            height: 100px
        }

        .kt-ids-parent .kwik-rewards.rewards .sweepstakes .firstName {
            text-transform: capitalize
        }

        .kt-ids-parent .kwik-rewards.rewards .sweepstakes .sub-paragraph {
            font-size: 13px
        }

        .kt-ids-parent .kwik-rewards.rewards .sweepstakes a.btn-primary {
            font-weight: 700
        }
}

.kt-ids-parent .kwik-rewards.rewards .figure {
    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;
    position: absolute;
    height: 180px;
    width: 100%;
    padding-right: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #74777a;
    line-height: 0
}

    .kt-ids-parent .kwik-rewards.rewards .figure span {
        font-size: 81px;
        color: #c8102e
    }

    .kt-ids-parent .kwik-rewards.rewards .figure .digits-3 {
        font-size: 25px
    }

        .kt-ids-parent .kwik-rewards.rewards .figure .digits-3 span {
            font-size: 60px
        }

    .kt-ids-parent .kwik-rewards.rewards .figure .digits-4 {
        font-size: 20px
    }

        .kt-ids-parent .kwik-rewards.rewards .figure .digits-4 span {
            font-size: 50px
        }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .figure {
        padding-right: 0;
        margin-left: 90px;
        width: 0;
        height: 115px;
        font-size: 20px
    }

        .kt-ids-parent .kwik-rewards.rewards .figure span {
            font-size: 50px;
            color: #c8102e
        }

        .kt-ids-parent .kwik-rewards.rewards .figure .digits-3 {
            font-size: 17px
        }

            .kt-ids-parent .kwik-rewards.rewards .figure .digits-3 span {
                font-size: 40px
            }

        .kt-ids-parent .kwik-rewards.rewards .figure .digits-4 {
            font-size: 15px
        }

            .kt-ids-parent .kwik-rewards.rewards .figure .digits-4 span {
                font-size: 30px
            }
}

.kt-ids-parent .kwik-rewards.rewards .box {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 5px
}

    .kt-ids-parent .kwik-rewards.rewards .box h3 {
        font-size: 20px
    }

    .kt-ids-parent .kwik-rewards.rewards .box p {
        color: #000
    }

    .kt-ids-parent .kwik-rewards.rewards .box svg {
        display: inline-block
    }

    .kt-ids-parent .kwik-rewards.rewards .box a {
        text-decoration: none;
        position: relative
    }

        .kt-ids-parent .kwik-rewards.rewards .box a svg {
            position: absolute;
            top: 3px;
            right: -25px
        }

    .kt-ids-parent .kwik-rewards.rewards .box .reward-title {
        padding-bottom: 0
    }

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts > div {
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts-info {
    text-align: center;
    position: relative;
    padding-right: 40px
}

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts-info-top {
    position: relative;
    padding-right: 40px;
    border-right: 1px solid #e4e4e4;
    margin-bottom: 20px
}

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts > .fuel-discounts-details {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    padding-left: 40px
}

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts .wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts > div {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row
        }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts-info {
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts-info-top {
        border-right: none;
        padding-right: 0;
        margin-right: 50px;
        position: static
    }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts > .fuel-discounts-details {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: 0
    }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .mobile-only {
        display: block
    }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .desktop-only {
        display: none
    }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .box {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .wrapper {
        margin-top: -90px;
        z-index: 1
    }
}

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount {
    text-align: center;
    position: relative;
    margin: 0 auto;
    vertical-align: middle
}

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount strong {
        font-weight: 400;
        font-size: 42px;
        line-height: 62px;
        overflow: hidden;
        color: #c8102e;
        font-family: "Roboto Slab", serif;
    }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount strong sup {
            font-size: 100%;
            top: -.75em
        }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount strong span {
            font-size: calc(64px + 4vw);
            color: #c8102e;
            font-family: "Roboto Slab", serif;
        }

            .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount strong span.sub {
                font-size: 19px;
                color: #65686b;
                font-weight: 700;
                position: absolute;
                top: 35px;
                right: -1em
            }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount strong span {
        font-size: calc(36px + 4vw)
    }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount strong span.sub {
            font-size: 15px;
            top: 25px;
            right: -1.5em
        }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount strong sup {
        font-size: 65%;
        top: -.75em
    }
}

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong {
    font-size: 42px
}

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong span {
        position: relative
    }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong span.currencySign {
            font-size: 55px
        }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong span + span {
            font-size: calc(64px + 4vw)
        }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong sup {
        top: -1em
    }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong .sub {
        font-size: 19px;
        color: #65686b;
        font-weight: 700;
        position: absolute;
        top: 35px;
        right: -1em
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong {
        font-size: 42px
    }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong span.currencySign {
            font-size: 45px
        }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong span + span {
            font-size: calc(48px + 4vw)
        }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong sup {
            font-size: 65%
        }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .discount.smaller strong .sub {
            font-size: 16px;
            top: 22px
        }
}

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts .plus-3 {
    text-align: center;
    color: #c8102e;
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    margin-bottom: 20px
}

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .plus-3 svg {
        position: relative;
        top: 7px
    }

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .plus-3 span + span {
        font-size: 42px
    }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .plus-3 span + span + span {
            font-size: 22px;
            vertical-align: super
        }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .plus-3 {
        font-size: 40px;
        margin-right: -50px;
        margin-top: -10px
    }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .plus-3 span {
            font-size: 24px
        }

            .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .plus-3 span + span {
                font-size: 30px
            }

                .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .plus-3 span + span + span {
                    font-size: 16px
                }
}

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts .box {
    font-size: 13px;
    text-align: center;
    margin-left: -20px
}

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .box p {
        text-align: left
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .box {
        margin-left: 20px;
        padding: 0;
        background-color: #fff
    }

        .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .box .mobile-only {
            font-size: 15px
        }
}

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts .table h4 + div ul {
    text-transform: uppercase;
    font-size: 12px
}

.kt-ids-parent .kwik-rewards.rewards .fuel-discounts .table div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c4c4c4
}

    .kt-ids-parent .kwik-rewards.rewards .fuel-discounts .table div ul li {
        padding: 10px;
        display: inline-block;
        width: 33.33333%
    }

.kwik-rewards.rewards .fuel-discounts .table div:last-child ul {
    border-bottom: none
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.rewards .more-details {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: -100px
    }

        .kt-ids-parent .kwik-rewards.rewards .more-details a {
            text-decoration: none;
            cursor: pointer
        }

        .kt-ids-parent .kwik-rewards.rewards .more-details .box {
            text-align: left;
            background: #fff
        }

        .kt-ids-parent .kwik-rewards.rewards .more-details.fuel-discounts-details-moreDetails {
            margin-top: 40px
        }
}

.kt-ids-parent .fleet-rewards .fleet-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

    .kt-ids-parent .fleet-rewards .fleet-columns > div {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .kt-ids-parent .fleet-rewards .fleet-columns .left {
        padding-right: 30px;
        border-right: 1px solid #e4e4e4
    }

    .kt-ids-parent .fleet-rewards .fleet-columns .right {
        padding-left: 20px
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .fleet-rewards .fleet-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .kt-ids-parent .fleet-rewards .fleet-columns > div {
            border: none !important;
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            padding: 0 !important
        }
}

.kt-ids-parent .fleet-rewards p strong {
    color: #65686b;
    font-weight: 600;
    font-size: 18px
}

.kt-ids-parent .fleet-rewards-points {
    text-align: center;
    color: #65686b;
    padding: 40px 0
}

.kt-ids-parent .fleet-rewards-points-number strong {
    font-family: "Roboto Slab", serif;
    color: #c8102e;
    font-size: 78px;
    line-height: 1;
    font-weight: 400
}

.kt-ids-parent .fleet-rewards-points-number span {
    font-size: 20px
}

.kt-ids-parent .fleet-rewards-details {
    font-size: 14px
}

.kt-ids-parent .fleet-rewards-details-info p {
    text-align: center
}

.kt-ids-parent .fleet-rewards-details-info-graphic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: "Roboto Slab", serif;
    color: #c8102e;
    text-align: center
}

    .kt-ids-parent .fleet-rewards-details-info-graphic > div {
        padding: 0 2px;
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        font-size: 23px
    }

        .kt-ids-parent .fleet-rewards-details-info-graphic > div div {
            /*font-family: proxima-nova,sans-serif;*/
            color: #464646;
            font-size: 14px
        }

    .kt-ids-parent .fleet-rewards-details-info-graphic span {
        vertical-align: -.22em;
        font-size: 46px
    }

.kt-ids-parent .fleet-rewards-graph {
    position: relative;
    margin: 40px 0
}

.kt-ids-parent .fleet-rewards-graph-info {
    height: 170px;
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    text-align: center;
    font-family: "Roboto Slab", serif;
}

    .kt-ids-parent .fleet-rewards-graph-info strong {
        font-size: 46px;
        line-height: 1;
        color: #c8102e;
        font-weight: 400
    }

    .kt-ids-parent .fleet-rewards-graph-info span {
        padding-left: 3px;
        font-size: 24px;
        color: #65686b
    }

    .kt-ids-parent .fleet-rewards-graph-info div {
        /*font-family: proxima-nova,sans-serif;*/
        font-size: 20px
    }

.kt-ids-parent .fleet-rewards-graph svg {
    display: block;
    margin: 0 auto
}

.kt-ids-parent .fleet-rewards-bar {
    background-color: #f4f4f4;
    text-align: center;
    padding: 20px 10px 10px;
    position: relative
}

    .kt-ids-parent .fleet-rewards-bar svg text {
        fill: #4a4a4a;
        font-size: 14px
    }

    .kt-ids-parent .fleet-rewards-bar svg {
        max-width: 300px
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .fleet-rewards-bar svg {
        width: auto
    }
}

.kt-ids-parent .fleet-rewards-levels {
    font-size: 14px;
    padding: 20px 0
}

    .kt-ids-parent .fleet-rewards-levels p {
        margin-bottom: 10px
    }

        .kt-ids-parent .fleet-rewards-levels p strong {
            font-size: 14px
        }

.kt-ids-parent .fleet-rewards-perks {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4
}

    .kt-ids-parent .fleet-rewards-perks p {
        font-size: 14px
    }

        .kt-ids-parent .fleet-rewards-perks p strong {
            font-size: 18px
        }

.kt-ids-parent .fleet-rewards .fine-print {
    font-size: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4
}

.kt-ids-parent .fleet-rewards .perks-table {
    margin: 20px 0;
    font-size: 14px
}

    .kt-ids-parent .fleet-rewards .perks-table .table-item {
        margin-top: 10px;
        padding-bottom: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .kt-ids-parent .fleet-rewards .perks-table .table-item.header {
            border-bottom: 1px solid #e4e4e4
        }

.kt-ids-parent .kwik-rewards.coupons h1 {
    text-align: center
}

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .kwik-rewards.coupons h1 {
        font-size: 30px
    }
}

.kt-ids-parent .kwik-rewards.coupons p {
    text-align: center
}

.kt-ids-parent .kwik-rewards.coupons .tile {
    min-height: 575px
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.coupons .tile {
        min-height: auto
    }
}

.kt-ids-parent .kwik-rewards.coupons .no-coupons, .kwik-rewards.coupons .no-unsaved-coupons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    padding: 20px
}

    .kt-ids-parent .kwik-rewards.coupons .no-coupons p, .kwik-rewards.coupons .no-unsaved-coupons p {
        text-align: center
    }

        .kt-ids-parent .kwik-rewards.coupons .no-coupons p strong, .kwik-rewards.coupons .no-unsaved-coupons p strong {
            display: block;
            margin: 15px 0;
            font-weight: 600;
            font-size: 17px
        }

.kt-ids-parent .kwik-rewards.coupons .coupon-not-saved-popup, .kwik-rewards.coupons .coupon-saved-popup {
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 83px);
    right: 0;
    left: 0;
    width: 166px;
    height: 166px;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.kt-ids-parent .kwik-rewards.coupons .coupon-list {
    min-height: 90px
}

    .kt-ids-parent .kwik-rewards.coupons .coupon-list .coupon-full-width {
        margin-left: 20px
    }

    .kt-ids-parent .kwik-rewards.coupons .coupon-list.saved .coupon-list-item {
        cursor: default
    }

.kt-ids-parent .kwik-rewards.coupons .coupon-list-item {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9
}

    .kt-ids-parent .kwik-rewards.coupons .coupon-list-item img {
        margin-right: 20px;
        max-width: 90px;
        max-height: 90px
    }

.kt-ids-parent .kwik-rewards.coupons .coupon-list-item-content {
    position: relative;
    font-size: 13px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .kt-ids-parent .kwik-rewards.coupons .coupon-list-item-content strong {
        font-size: 17px;
        display: block
    }

    .kt-ids-parent .kwik-rewards.coupons .coupon-list-item-content .info-popup {
        font-size: 13px;
        left: -106px;
        top: 42px;
        text-align: left;
        padding: 20px 0 0 20px;
        width: 360px;
        position: absolute
    }

.kt-ids-parent .kwik-rewards.coupons .coupon-list-item-add {
    background-image: url(/dist/img/icon-add.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin: 20px
}

.kwik-rewards.coupons .coupon-list-item:first-child {
    border-top: 1px solid #e9e9e9
}

.kt-ids-parent .kwik-rewards.coupons .coupon-list-item.loading .coupon-list-item-add {
    background-image: url(/dist/img/loading.svg)
}

.kt-ids-parent .kwik-rewards.coupons .coupon-list.saved .coupon-list-item-add {
    background-image: url(/dist/img/icon-green-checkmark.svg)
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.coupons .coupon-list-item {
        border: none;
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
        box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11)
    }
}

.kwik-rewards.coupons .has-info:hover .info-popup:not(.no-hover) {
    top: 53px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s .5s,opacity .5s;
    -o-transition: visibility 0s .5s,opacity .5s;
    transition: visibility 0s .5s,opacity .5s
}

.kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e9e9e9
}

    .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper svg#punchcard.progress .arc, .kwik-rewards.punchcards .punchcard-wrapper svg#punchcard.progress .bar, .kwik-rewards.punchcards .punchcard-wrapper svg#punchcard.progress .stroke {
        -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
        transform: translateY(13px)
    }

    .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper svg#punchcard.progress .checkmark {
        opacity: 0;
        -ms-transform: scale(.5) translate(170px,-22px);
        transform: scale(.5) translate(170px,-22px);
        -webkit-transform: scale(.5) translate(170px,-22px);
        -moz-transform: scale(.5) translate(131px,-15px)
    }

    .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper svg#punchcard.progress.complete .checkmark {
        opacity: 1;
        -ms-transform: scale(.5) translate(180px,-22px);
        transform: scale(.5) translate(180px,-22px);
        -webkit-transform: scale(.5) translate(180px,-22px);
        -moz-transform: scale(.5) translate(141px,-15px)
    }

    .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e9e9e9
    }

        .kwik-rewards.punchcards .punchcard-wrapper .punchcard:nth-child(odd) {
            border-right: 1px solid #e9e9e9;
            -webkit-flex-basis: calc(50% - 1px);
            -ms-flex-preferred-size: calc(50% - 1px);
            flex-basis: calc(50% - 1px)
        }

        .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard img {
            display: block;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            -o-object-fit: cover;
            object-fit: cover;
            width: 90px;
            height: 90px;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

    .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard-content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        flex-shink: 1;
        padding: 0 0 0 20px;
        cursor: pointer;
        position: relative;
        font-size: 13px
    }

        .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard-content strong {
            display: block;
            font-weight: 600;
            font-size: 17px;
            line-height: 1.2
        }

        .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard-content .info-popup {
            font-size: 13px;
            left: -106px;
            top: 32px;
            text-align: left;
            padding: 20px;
            width: 360px;
            position: absolute
        }

    .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard-progress {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
        padding: 0 10px;
        text-align: center;
        font-size: 15px;
        color: #74777a;
        font-family: "Roboto Slab", serif;
        margin-top: 15px
    }

        .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard-progress span {
            color: #c8102e;
            font-size: 22px
        }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none
    }

        .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            border: none;
            background-color: #fff;
            border-radius: 5px;
            margin-bottom: 20px;
            min-height: 90px;
            -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
            box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11)
        }

        .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard-content strong {
            font-size: 14px
        }

        .kt-ids-parent .kwik-rewards.punchcards .punchcard-wrapper .punchcard img {
            border-radius: 5px 0 0 5px
        }
}

.kt-ids-parent .kwik-rewards.payment main .container {
    padding-bottom: 20px
}

    .kt-ids-parent .kwik-rewards.payment main .container .payment-title {
        font-size: 23px
    }

    .kt-ids-parent .kwik-rewards.payment main .container .payment-list-item .errors, .kwik-rewards.payment main .container .payment-list-item .errors .error, .kwik-rewards.payment main .container form[name=payment_form] .align-center .errors {
        display: none
    }

.kt-ids-parent .kwik-rewards.payment .tile {
    width: 500px
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.payment .tile {
        width: calc(100% - 20px)
    }
}

.kt-ids-parent .kwik-rewards.payment .tile h2, .kwik-rewards.payment .tile h3 {
    text-align: center
}

.kt-ids-parent .kwik-rewards.apply .perks-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

    .kwik-rewards.apply .perks-row:not(.header):not(.cta):nth-child(2n) div:not(:first-child) {
        background-color: #e7e7e7
    }

    .kwik-rewards.apply .perks-row:not(.header):not(.cta):nth-child(odd) div:not(:first-child) {
        background-color: #f0f0f0
    }

    .kwik-rewards.apply .perks-row.header div:not(:first-child) {
        border-radius: 4px 4px 0 0;
        border: 2px solid #464646;
        border-bottom: none;
        font-size: 18px;
        font-weight: 600;
        text-align: center
    }

@media screen and (max-width:767px) {
    .kwik-rewards.apply .perks-row.header div:not(:first-child) {
        font-size: 14px;
        line-height: 1.2
    }
}

.kwik-rewards.apply .perks-row.header div:nth-child(2) {
    border-color: #c8102e;
    color: #c8102e
}

.kwik-rewards.apply .perks-row.header div:nth-child(3) {
    border-color: #5d8c91;
    color: #5d8c91
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.apply .perks-row.header div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.kt-ids-parent .kwik-rewards.apply .perks-row div {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 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;
    min-height: 60px;
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    margin: 0 5px
}

    .kwik-rewards.apply .perks-row div:first-child {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 210px;
        -webkit-flex-basis: 210px;
        -ms-flex-preferred-size: 210px;
        flex-basis: 210px
    }

@media screen and (max-width:767px) {
    .kwik-rewards.apply .perks-row div:first-child {
        padding: 5px 0
    }
}

.kt-ids-parent .kwik-rewards.apply .perks-row div svg path {
    fill: #464646
}

.kwik-rewards.apply .perks-row div:nth-child(2) svg path {
    fill: #c8102e
}

.kwik-rewards.apply .perks-row div:nth-child(3) svg path {
    fill: #5d8c91
}

.kt-ids-parent .kwik-rewards.apply .perks-row.last div {
    border-radius: 0 0 6px 6px
}

.kt-ids-parent .kwik-rewards.apply .perks-row.cta div {
    padding: 15px 0
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.apply .perks-row.cta div a {
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.apply .perks {
        font-size: 12px
    }
}

.kt-ids-parent .kwik-rewards.apply-credit .icon-add, .kwik-rewards.apply-debit .icon-add {
    fill: #464646;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer
}

.kt-ids-parent .kwik-rewards.apply-credit .icon-remove, .kwik-rewards.apply-debit .icon-remove {
    cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 10px
}

.kt-ids-parent .kwik-rewards.apply-credit #apply_debit_form_securityId, .kwik-rewards.apply-credit #card-holder-container, .kwik-rewards.apply-debit #apply_debit_form_securityId, .kwik-rewards.apply-debit #card-holder-container {
    min-width: 100%
}

.kt-ids-parent .kwik-rewards.apply-credit #card-holder h5, .kwik-rewards.apply-debit #card-holder h5 {
    margin-bottom: 10px
}

.kt-ids-parent .kwik-rewards.apply-credit #add-card-holder, .kwik-rewards.apply-debit #add-card-holder {
    cursor: pointer
}

.kt-ids-parent .kwik-rewards.apply-credit .align-center p {
    max-width: 600px;
    padding: 20px;
    margin: 0 auto
}

.kt-ids-parent .text-align-left {
    text-align: left
}

.kt-ids-parent .kwik-rewards.apply-debit .debit-payment {
    margin: 20px 0
}

.kt-ids-parent .kwik-rewards.apply-credit-complete .tile-body, .kwik-rewards.apply-debit-complete .tile-body {
    max-width: 600px;
    margin: 0 auto
}

    .kt-ids-parent .kwik-rewards.apply-credit-complete .tile-body img, .kwik-rewards.apply-debit-complete .tile-body img {
        margin: 20px 0
    }

    .kt-ids-parent .kwik-rewards.apply-credit-complete .tile-body strong, .kwik-rewards.apply-debit-complete .tile-body strong {
        display: block;
        margin: 20px;
        font-size: 20px
    }

.kt-ids-parent .link-legacy-card-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .kt-ids-parent .link-legacy-card-cta .content {
        padding: 0 40px
    }

    .kt-ids-parent .link-legacy-card-cta .button {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .link-legacy-card-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.kt-ids-parent span.emphasis {
    text-decoration: underline
}

.kt-ids-parent .loading {
    background-image: url(/dist/img/loading-icon.svg);
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    bottom: 0;
    right: 0
}

    .loading, .loading:before {
        position: fixed;
        top: 0;
        left: 0
    }

        .loading:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background-color: hsla(0,0%,100%,.4)
        }

.kt-ids-parent .kwik-rewards.sweepstakes .mobile-only {
    display: none
}

.kt-ids-parent .kwik-rewards.sweepstakes .desktop-only {
    display: contents
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .mobile-only {
        display: block
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .desktop-only {
        display: none
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .availableToUpdateMsg.mobile-only {
        text-align: center;
        padding: 0 20px
    }
}

.kt-ids-parent .kwik-rewards.sweepstakes h1 {
    color: #464646
}

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .kwik-rewards.sweepstakes h1 {
        text-align: center;
        font-size: 30px
    }
}

.kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards > div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }

.kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards-info {
    text-align: center;
    position: relative
}

.kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards > .visit-rewards-details {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    border-right: 1px solid #e4e4e4;
    padding-right: 50px;
    padding-bottom: 0;
    margin-bottom: 0
}

    .kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards > .visit-rewards-details .paragraph {
        margin-top: 15px;
        padding: 18px;
        background-color: #f4f4f4;
        border-radius: 5px
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards > .visit-rewards-details .availableToUpdateMsg.desktop-only > small {
        font-size: 72%
    }

.kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards .title {
    font-size: 24px;
    font-weight: 700
}

.kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards .title-mobile {
    display: none
}

.kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards .my-visists {
    font-size: 20px
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

        .kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards > div {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-left: -10%
        }

        .kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards > .visit-rewards-details {
            -webkit-flex-basis: 48%;
            -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
            border-left: none;
            padding-left: 20px;
            padding-right: 0;
            border-right: none;
            border-left: 1px solid #e0e0e0
        }

            .kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards > .visit-rewards-details .title {
                display: none
            }

            .kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards > .visit-rewards-details .title-mobile {
                font-size: 15px;
                font-weight: 700;
                display: block;
                color: #65686b
            }

            .kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards > .visit-rewards-details .paragraph {
                background-color: #fff;
                padding: 0
            }
}

.kt-ids-parent .kwik-rewards.sweepstakes .visit-rewards svg {
    margin-bottom: -100px;
    margin-top: -20px
}

.kt-ids-parent .kwik-rewards.sweepstakes .figure {
    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;
    height: 50px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 350%;
    font-family: "Roboto Slab", serif;
    color: #74777a;
    font-weight: 700;
    color: #c8102e
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .figure {
        padding-right: 0;
        font-size: 300%;
        margin-right: 45px
    }
}

.kt-ids-parent .kwik-rewards.sweepstakes .progress {
    margin-top: 0
}

.kt-ids-parent .kwik-rewards.sweepstakes .tile {
    padding-bottom: 0
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .tile {
        min-height: auto
    }
}

.kt-ids-parent .kwik-rewards.sweepstakes .no-coupons, .kwik-rewards.sweepstakes .no-unsaved-coupons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    padding: 20px
}

    .kt-ids-parent .kwik-rewards.sweepstakes .no-coupons p, .kwik-rewards.sweepstakes .no-unsaved-coupons p {
        text-align: center
    }

        .kt-ids-parent .kwik-rewards.sweepstakes .no-coupons p strong, .kwik-rewards.sweepstakes .no-unsaved-coupons p strong {
            display: block;
            margin: 15px 0;
            font-weight: 600;
            font-size: 17px
        }

.kt-ids-parent .kwik-rewards.sweepstakes .coupon-not-saved-popup, .kwik-rewards.sweepstakes .coupon-saved-popup {
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 83px);
    right: 0;
    left: 0;
    width: 166px;
    height: 166px;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.kt-ids-parent .kwik-rewards.sweepstakes .coupon-list {
    min-height: 90px
}

    .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list .coupon-full-width {
        margin-left: 20px
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list.saved .entry-desc {
        text-align: center;
        margin-right: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

        .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list.saved .entry-desc .entry-count {
            color: #c8102e;
            font-size: 17px;
            font-family: "Roboto Slab", serif;
            font-weight: 700
        }

        .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list.saved .entry-desc .entry-text {
            color: #75787b;
            font-size: 12px
        }

.kt-ids-parent .kwik-rewards.sweepstakes .coupon-list-item {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9
}

    .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list-item .center-cropped {
        width: 90px;
        height: 90px;
        margin-right: 20px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        overflow: hidden
    }

        .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list-item .center-cropped img {
            opacity: 0
        }

.kt-ids-parent .kwik-rewards.sweepstakes .coupon-list-item-content {
    position: relative;
    font-size: 13px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list-item-content strong {
        font-size: 17px;
        display: block
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list-item-content .info-popup {
        font-size: 13px;
        left: -106px;
        top: 42px;
        text-align: left;
        padding: 20px 0 0 20px;
        width: 360px;
        position: absolute
    }

.kt-ids-parent .kwik-rewards.sweepstakes .coupon-list-item-add {
    background-image: url(/dist/img/right-arrow-white.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin: 20px
}

.kwik-rewards.sweepstakes .coupon-list-item:first-child {
    border-top: 1px solid #e9e9e9
}

.kt-ids-parent .kwik-rewards.sweepstakes .coupon-list-item.loading .modal-enter-sweepstake {
    background-image: url(/dist/img/loading.svg)
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list-item {
        border: none;
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
        box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11)
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .coupon-list.saved .coupon-list-item {
        cursor: default;
        height: 90px
    }
}

.kwik-rewards.sweepstakes .complete .hide-in-ie, .kwik-rewards.sweepstakes .complete _:-ms-lang(x) {
    display: none
}

.kwik-rewards.sweepstakes .complete :root .hide-in-safari, .kwik-rewards.sweepstakes .complete _::-webkit-full-page-media, .kwik-rewards.sweepstakes .complete _:future {
    display: none
}

.kt-ids-parent .kwik-rewards.sweepstakes .complete .checkmark > circle {
    cx: 122;
    cy: 33;
    r: 10
}

.kt-ids-parent .kwik-rewards.sweepstakes .complete .checkmark > path {
    -webkit-transform: translate(107px,13px) scale(.6);
    -ms-transform: translate(107px,13px) scale(.6);
    transform: translate(107px,13px) scale(.6);
    stroke-width: 3
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake.modal-big .modal-close.close-modal {
    padding: 21px;
    background: url(/dist/img/close-x-round-corners.svg) no-repeat;
    top: 0;
    left: 0
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake.modal-big .modal-body {
    height: 100%;
    overflow-y: scroll
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .modal .active {
        overflow: scroll
    }
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake h3, .kwik-rewards.sweepstakes .modal-enter-sweepstake p {
    text-align: left;
    color: #1a1919
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake h3 {
    color: #6c9ca1;
    text-align: center
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .modal-image {
    text-align: center
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake select .required {
    color: #c8102e
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake #sweepstake-title {
    text-transform: capitalize
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .red-text {
    color: #c8102e
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .hasHeaderImg {
    height: 320px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% auto;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    background-size: cover
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .modal-bg-img {
    position: relative
}

    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .modal-bg-img .fade {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 90px;
        z-index: 2;
        background: hsla(0,0%,100%,0) -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff)) repeat scroll 0 0;
        background: hsla(0,0%,100%,0) -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 100%) repeat scroll 0 0;
        background: hsla(0,0%,100%,0) linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff) repeat scroll 0 0
    }

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .endDate {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
    color: #4a4a4a
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .read-more-state {
    display: none
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease
}

.kwik-rewards.sweepstakes .modal-enter-sweepstake .read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit
}

.kwik-rewards.sweepstakes .modal-enter-sweepstake .read-more-state ~ .read-more-trigger:before {
    content: "More Details ";
    padding-right: 25px;
    background: url(/dist/img/drop-down-arrow.svg) 94px no-repeat;
    -webkit-filter: brightness(1) sepia(1) hue-rotate(-55deg) saturate(5);
    filter: brightness(1) sepia(1) hue-rotate(-55deg) saturate(5)
}

.kwik-rewards.sweepstakes .modal-enter-sweepstake .read-more-state:checked ~ .read-more-trigger {
    display: none
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .read-more-trigger {
    cursor: pointer;
    color: #c8102e;
    margin: 0 auto;
    display: block;
    text-align: center
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .modal-wrapper form {
    padding-top: 0
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .sweepstake-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 25px
}

    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .sweepstake-info div {
        color: #65686b
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .sweepstake-info strong {
        font-size: 40px;
        color: #c8102e;
        font-family: "Roboto Slab", serif;
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .sweepstake-info .currentPoints {
        border-right: 1px solid #e4e4e4;
        padding-right: 25px;
        margin-right: 25px
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .sweepstake-info {
        margin: 0 auto 20px
    }
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .field-wrapper .field {
    width: 100%;
    margin: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .field-wrapper .fancy-checkbox {
    margin: 10px 0
}

    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .field-wrapper .fancy-checkbox a {
        text-decoration: underline
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .field-wrapper .fancy-checkbox label .label-body {
        font-size: 16px;
        font-weight: 700
    }

.kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .field-wrapper .availableToUpdateBox {
    background: #f4f4f4;
    margin: 0 20px 20px;
    padding: 20px 20px 0;
    border-radius: 5px
}

    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .field-wrapper .availableToUpdateBox p {
        padding: 0 20px
    }

        .kwik-rewards.sweepstakes .modal-enter-sweepstake .field-wrapper .availableToUpdateBox p:first-child {
            font-weight: 700
        }

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .field-wrapper .availableToUpdateBox p {
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .enter-sweepstake .form-btns .btn {
        margin-top: 0;
        padding: 7px 14px
    }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .fancy-checkbox label .label-body p {
        font-size: 13px
    }

    .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        .kwik-rewards.sweepstakes .modal-enter-sweepstake .btn-group .btn:last-child {
            margin-bottom: 10px
        }

        .kt-ids-parent .kwik-rewards.sweepstakes .modal-enter-sweepstake .btn-group .btn {
            width: 100%
        }
}

.kt-ids-parent .kwik-rewards.sweepstakes .btn-block .btn {
    margin-left: 0
}

    .kt-ids-parent .kwik-rewards.sweepstakes .btn-block.btn.close-modal {
        margin-left: 0;
        margin-top: 15px
    }

.kt-ids-parent .kwik-rewards.sweepstakes .duo .tile-body {
    padding: 25px 35px
}

.kt-ids-parent .account-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e9e9e9
}

    .kt-ids-parent .account-nav, .account-nav a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .kt-ids-parent .account-nav a {
            position: relative;
            -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            border-bottom: 1px solid #e9e9e9;
            padding: 15px 0;
            text-decoration: none;
            color: #464646;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            min-height: 100px
        }

            .kt-ids-parent .account-nav a img {
                display: block;
                margin: 0 35px 0 15px
            }

            .kt-ids-parent .account-nav a span {
                display: block;
                margin-right: 15px
            }

            .kt-ids-parent .account-nav a strong {
                display: block
            }

            .account-nav a:nth-child(odd):after {
                display: block;
                content: "";
                width: 1px;
                top: 0;
                right: 0;
                position: absolute;
                height: 100%;
                background-color: #e9e9e9
            }

            .account-nav a:hover {
                color: #c8102e
            }

@media screen and (max-width:767px) {
    .kt-ids-parent .account-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .kt-ids-parent .account-nav a {
            border: none;
            background-color: #fff;
            border-radius: 5px;
            margin-bottom: 20px;
            -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
            box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11)
        }
}

.kt-ids-parent .account.manage-cards main .container {
    padding-bottom: 20px
}

    .kt-ids-parent .account.manage-cards main .container .tile-body {
        padding-bottom: 0
    }

        .kt-ids-parent .account.manage-cards main .container .tile-body .page-header-title {
            margin: -20px 0 20px;
            font-size: 21px;
            text-transform: capitalize
        }

@media screen and (max-width:767px) {
    .kt-ids-parent .account.manage-cards main .container .tile-body .page-header-title {
        margin: 0
    }
}

.kt-ids-parent .account.manage-cards main .container h2 {
    color: #6c9ca1
}

.kt-ids-parent .account.manage-cards main .container .change-pin {
    cursor: pointer
}

.kt-ids-parent .account.manage-cards .manage-cards-credit {
    border-top: 1px solid #e4e4e4
}

    .kt-ids-parent .account.manage-cards .manage-cards-credit .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #e4e4e4
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .account.manage-cards .manage-cards-credit .card .card-actions {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

.kt-ids-parent .account.manage-cards .manage-cards-credit .card .card-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px
}

    .kt-ids-parent .account.manage-cards .manage-cards-credit .card .card-content p {
        margin: 0
    }

    .kt-ids-parent .account.manage-cards .manage-cards-credit .card .card-content span {
        text-transform: capitalize
    }

        .kt-ids-parent .account.manage-cards .manage-cards-credit .card .card-content span.active {
            color: #609734
        }

.kt-ids-parent .account.manage-cards .limit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 20px 0
}

@media screen and (max-width:767px) {
    .kt-ids-parent .account.manage-cards .limit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.kt-ids-parent .account.manage-cards .limit-available p, .account.manage-cards .limit-total p {
    display: block;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
    font-size: 31px
}

    .kt-ids-parent .account.manage-cards .limit-available p span, .account.manage-cards .limit-total p span {
        font-size: 63px;
        vertical-align: -.22em
    }

.kt-ids-parent .account.manage-cards .limit-increase strong {
    margin-bottom: 20px
}

.kt-ids-parent .account.manage-cards .limit strong {
    display: block
}

.account.manage-cards .limit div:not(:last-child) {
    border-right: 1px solid #e4e4e4;
    padding-right: 30px
}

@media screen and (max-width:767px) {
    .account.manage-cards .limit div:not(:last-child) {
        border-right: none;
        padding-right: 0
    }
}

.kt-ids-parent .account.manage-cards .payment-methods-list {
    margin-bottom: 40px
}

.account.manage-cards .payment-methods-list-item :not(:last-child):after {
    border-bottom: 1px solid #e4e4e4
}

.kt-ids-parent .account.manage-cards .payment-methods-list-item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

    .kt-ids-parent .account.manage-cards .payment-methods-list-item-info span, .account.manage-cards .payment-methods-list-item-info strong {
        display: block;
        text-transform: capitalize
    }

    .kt-ids-parent .account.manage-cards .payment-methods-list-item-info .btn-small {
        padding: 6px 35px
    }

.kt-ids-parent .account.manage-cards .payment-methods-list h2 {
    margin-top: 20px;
    padding-bottom: 10px
}

.kt-ids-parent .account.manage-cards .triple {
    width: 790px;
    min-height: 280px;
    margin: 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

    .kt-ids-parent .account.manage-cards .triple .btn {
        bottom: 0;
        margin-top: 30%;
        padding: 5px;
        display: block;
        width: 100%
    }

    .kt-ids-parent .account.manage-cards .triple h4 {
        color: #6c9ca1
    }

    .kt-ids-parent .account.manage-cards .triple div {
        padding: 25px;
        width: 250px;
        background: #fff;
        -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
        box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
        border-radius: 5px
    }

    .kt-ids-parent .account.manage-cards .triple .short-triple p {
        padding-bottom: 16px
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .account.manage-cards .triple {
        width: calc(100% - 20px)
    }

        .kt-ids-parent .account.manage-cards .triple div {
            margin: 10px auto;
            width: calc(100% - 20px)
        }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .account.manage-cards .triple {
        width: calc(100% - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .kt-ids-parent .account.manage-cards .triple .tile {
            width: 100%
        }

        .kt-ids-parent .account.manage-cards .triple div {
            margin: 10px auto;
            width: calc(100% - 20px)
        }

        .kt-ids-parent .account.manage-cards .triple .btn {
            margin-top: 10%
        }
}

.kt-ids-parent .account.manage-cards .field-wrapper .field {
    margin: 0 0 15px
}

.kt-ids-parent .account.payment-methods main .container {
    padding-bottom: 20px
}

    .kt-ids-parent .account.payment-methods main .container h2 {
        color: #6c9ca1
    }

.kt-ids-parent .account.payment-methods .manage-cards-credit {
    border-top: 1px solid #e4e4e4
}

    .kt-ids-parent .account.payment-methods .manage-cards-credit .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px solid #e4e4e4
    }

@media screen and (max-width:767px) {
    .kt-ids-parent .account.payment-methods .manage-cards-credit .card .card-actions {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

.kt-ids-parent .account.payment-methods .manage-cards-credit .card .card-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px
}

    .kt-ids-parent .account.payment-methods .manage-cards-credit .card .card-content p {
        margin: 0
    }

    .kt-ids-parent .account.payment-methods .manage-cards-credit .card .card-content span {
        text-transform: capitalize
    }

        .kt-ids-parent .account.payment-methods .manage-cards-credit .card .card-content span.active {
            color: #609734
        }

.kt-ids-parent .account.payment-methods .limit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 20px 0
}

@media screen and (max-width:767px) {
    .kt-ids-parent .account.payment-methods .limit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.kt-ids-parent .account.payment-methods .limit-available p, .account.payment-methods .limit-total p {
    display: block;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
    font-size: 31px
}

    .kt-ids-parent .account.payment-methods .limit-available p span, .account.payment-methods .limit-total p span {
        font-size: 63px;
        vertical-align: -.22em
    }

.kt-ids-parent .account.payment-methods .limit-increase strong {
    margin-bottom: 20px
}

.kt-ids-parent .account.payment-methods .limit strong {
    display: block
}

.account.payment-methods .limit div:not(:last-child) {
    border-right: 1px solid #e4e4e4;
    padding-right: 30px
}

@media screen and (max-width:767px) {
    .account.payment-methods .limit div:not(:last-child) {
        border-right: none;
        padding-right: 0
    }
}

.kt-ids-parent .account.payment-methods .payment-methods-list {
    margin-bottom: 40px
}

.kt-ids-parent .account.payment-methods .payment-methods-list-item {
    border-bottom: 1px solid #e4e4e4
}

.kt-ids-parent .account.payment-methods .payment-methods-list-item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

.kt-ids-parent .account.payment-methods .payment-methods-list-item-info-actions {
    margin: auto 0
}

    .kt-ids-parent .account.payment-methods .payment-methods-list-item-info-actions .noDelete {
        text-align: right
    }

.kt-ids-parent .account.payment-methods .payment-methods-list-item-info span, .account.payment-methods .payment-methods-list-item-info strong {
    display: block;
    text-transform: capitalize
}

.kt-ids-parent .account.payment-methods .payment-methods-list-item-info .btn-small {
    padding: 6px 35px
}

.kt-ids-parent .account.payment-methods .payment-methods-list h2 {
    margin-top: 20px;
    padding-bottom: 10px
}

.kt-ids-parent .account.payment-methods .triple {
    width: 790px;
    min-height: 280px;
    margin: 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

    .kt-ids-parent .account.payment-methods .triple .btn {
        bottom: 0;
        margin-top: 50px;
        padding: 5px;
        display: block;
        width: 100%
    }

    .kt-ids-parent .account.payment-methods .triple h4 {
        color: #6c9ca1
    }

    .kt-ids-parent .account.payment-methods .triple div {
        padding: 25px;
        width: 250px;
        background: #fff;
        -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
        box-shadow: 0 2px 7px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.11);
        border-radius: 5px
    }

    .kt-ids-parent .account.payment-methods .triple .short-triple p {
        padding-bottom: 18px
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .kt-ids-parent .account.payment-methods .triple {
        width: calc(100% - 20px)
    }

        .kt-ids-parent .account.payment-methods .triple div {
            margin: 10px auto;
            width: calc(100% - 20px)
        }
}

@media screen and (max-width:767px) {
    .kt-ids-parent .account.payment-methods .triple {
        width: calc(100% - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .kt-ids-parent .account.payment-methods .triple .tile {
            width: 100%
        }

        .kt-ids-parent .account.payment-methods .triple div {
            margin: 10px auto;
            width: calc(100% - 20px)
        }
}

.kt-ids-parent div[class*=modal-add-bank-account-] {
    z-index: 101
}

.kt-ids-parent .account.rebates .table {
    font-size: 14px
}

    .account.rebates .table .table-item div:first-child {
        -webkit-flex-basis: 8%;
        -ms-flex-preferred-size: 8%;
        flex-basis: 8%
    }

/*.site-header *, .site-header input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}*/

.kt-ids-parent .site-footer * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.site-header__nav-link:active, .site-header__sub-nav-link:active {
    color: #fff;
}

.kt-ids-parent a:hover {
    color: white;
    text-decoration: none;
}

.kt-ids-parent .red-link {
    font-weight: 650;
    font-size: 1rem;
}

    .red-link:hover {
        color: #c8102e !important;
        text-decoration: none;
        font-weight: 650;
        font-size: 1rem;
    }

.kt-ids-parent .sub-btn {
    margin: 9px 0;
}

.kt-ids-parent label {
    color: #75787b;
}

.kt-ids-parent .find-store {
    padding-top: 2px;
}

.kt-ids-parent .mobile-header-image {
    display: none;
}

.password-input {
    position: relative;
}

    .password-input .toggle-password {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0 8px;
        user-select: none;
    }

#eye {
    padding-right: 11px;
}

@media only screen and (max-width: 767px) {
    .kt-ids-parent .site-header__nav, .site-header__secondary,
    .site-header__mobile-nav-button, .site-footer__social,
    .site-footer__nav, .site-footer__secondary,
    .site-footer__logo, .site-footer__colophon,
    .site-header__logo-link {
        display: none !important;
    }

    .kt-ids-parent .site-header__primary {
        padding-top: 2px;
    }

    .kt-ids-parent .site-footer {
        min-height: 300px;
    }

    body {
        overflow: auto;
    }

    .kt-ids-parent .mobile-header-image {
        display: block;
        min-height: 50px;
        min-width: 350px;
    }
}
