body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Gilroy, sans-serif;
    font-size: 38px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Gilroy, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Gilroy, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
    font-family: Lora, sans-serif;
    font-size: 18px;
    line-height: 30px;
}

a {
    font-family: Lora, sans-serif;
    color: #232323;
    font-size: 18px;
    text-decoration: underline;
}

    a:hover {
        color: #e6c469;
    }

    a.white-anchor{
        color: #ffffff;
    }

ul {
    margin-top: 0px;
    margin-bottom: 36px;
    padding-left: 40px;
}

li {
    margin-bottom: 12px;
}

img {
    display: inline-block;
}

.h4_autosize {
    font-size: 3.03vw;
    line-height: 2.7vw;
    font-weight: 800;
}

._10-col {
    width: 83.333%;
    background-color: transparent;
}

    ._10-col.gray {
        background-color: #e3e3e3;
    }

.h2_autosize {
    font-family: Gilroy, sans-serif;
    font-size: 4.3vw;
    line-height: 4.2vw;
    font-weight: 800;
}

.type-column-2 {
    padding-top: 30px;
    padding-left: 20px;
}

._7-col {
    display: block;
    width: 58.3331%;
    float: left;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    ._7-col.gray {
        background-color: #e6e6e6;
    }

    ._7-col.tkr-chart {
        position: relative;
        display: block;
        margin-left: 4px;
        padding: 38px 3vw;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #fff;
    }

    ._7-col.pt-lab {
        padding-right: 19px;
    }

    ._7-col.rec-image {
        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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        ._7-col.rec-image.noflex {
            display: block;
        }

.tag-holder {
    margin-bottom: 10px;
    padding: 10px 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 50px 0 transparent;
    -webkit-transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease;
}

    .tag-holder:hover {
        box-shadow: 0 0 75px 0 rgba(0, 0, 0, .07);
    }

.tag-divider {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #f3f3f5;
}

.grid-tag-label {
    height: 70px;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
    color: #aaa;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .grid-tag-label.gray {
        background-color: #e9e9e9;
    }

._4-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3332%;
    float: left;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    ._4-col.gray {
        height: 70px;
        background-color: #e9e9e9;
    }

    ._4-col.noflex {
        display: block;
    }

        ._4-col.noflex.left {
            padding-left: 20px;
        }

            ._4-col.noflex.left.rc {
                width: 33.33%;
            }

        ._4-col.noflex.right {
            padding-left: 20px;
        }

        ._4-col.noflex.center {
            padding-right: 0px;
            padding-left: 20px;
        }

        ._4-col.noflex.imp-leader-img {
            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;
        }

    ._4-col.track {
        height: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        ._4-col.track.next {
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

    ._4-col.promo-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0px;
        padding-left: 67px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        text-align: right;
    }

        ._4-col.promo-right.top-align {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
        }

.h1_autosize {
    font-family: Gilroy, sans-serif;
    font-size: 4.8vw;
    line-height: 4.9vw;
    font-weight: 800;
}

.pagebody {
    height: 100%;
}

._2-col {
    width: 16.666%;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

    ._2-col.gray {
        height: 70px;
        background-color: #e9e9e9;
    }

    ._2-col.card-form-state {
        margin-top: 0px;
        padding-right: 14px;
    }

    ._2-col.rec-card {
        position: relative;
        width: 16.665%;
        float: left;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    ._2-col.promo-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0px;
        padding-left: 11px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        text-align: right;
    }

._1-col.promo-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-left: 11px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    text-align: right;
}

.h3_autosize {
    font-size: 3.65vw;
    line-height: 3.5vw;
    font-weight: 800;
}

._12-col {
    width: 99.9996%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: transparent;
}

    ._12-col.gray {
        background-color: #e9e9e9;
    }

    ._12-col.divider {
        height: 19px;
        background-color: transparent;
    }

    ._12-col.tracker-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 196px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        ._12-col.tracker-left.single {
            height: 100%;
        }

    ._12-col.tracker-left-lower {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-height: 130px;
        margin-top: 4px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    ._12-col.notification {
        padding-top: 2px;
        text-align: center;
    }

    ._12-col.buttoncintainer {
        clear: both;
    }

    ._12-col.results {
        margin-top: 61px;
    }

    ._12-col.form-group {
        margin-bottom: 67px;
        padding-top: 8px;
        padding-bottom: 18px;
        padding-left: 50px;
        border-left: 3px solid #000;
    }

    ._12-col.own-line {
        display: inline-block;
    }

    ._12-col.preview-warp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 41px;
    }

    ._12-col.imp-edit-photobox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

._8-col {
    width: 66.6664%;
    float: left;
    background-color: transparent;
}

    ._8-col.gray {
        background-color: #e6e6e6;
    }

    ._8-col.current-numbers {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 43px 30px 21px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #fff;
    }

    ._8-col.get-to-numbers-copy {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-right: 1px none #000;
        background-color: #fff;
    }

    ._8-col.imp_leader-left {
        padding-right: 48px;
    }

    ._8-col.impressionista-single-profile-info {
        padding-left: 36px;
    }

.text-block-2 {
    font-size: 1.7em;
    line-height: 1.7em;
}

.type-column-1 {
    padding-right: 20px;
}

._3-col {
    width: 24.999%;
}

    ._3-col.gray {
        height: 70px;
        background-color: #e9e9e9;
    }

    ._3-col.siderails {
        padding: 18px;
        float: left;
        border-right: 1px solid rgba(0, 0, 0, .17);
    }

        ._3-col.siderails.last {
            border-right-style: none;
        }

    ._3-col.impressionistas {
        margin-bottom: 72px;
        padding-right: 20px;
        padding-left: 20px;
        float: left;
        -webkit-box-flex: 0;
        -webkit-flex: 0 24.98%;
        -ms-flex: 0 24.98%;
        flex: 0 24.98%;
        text-align: center;
    }

._9-col {
    width: 74.99973%;
    background-color: transparent;
}

    ._9-col.gray {
        background-color: #e3e3e3;
    }

.tag-title {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 18px;
    color: #222;
    font-size: 22px;
    line-height: 44px;
    font-weight: 500;
    text-transform: uppercase;
}

.textlink {
    font-family: Lora, sans-serif;
    color: #232323;
}

    .textlink:hover {
        color: #e6c469;
    }

.grid-section {
    margin-bottom: 69px;
}

    .grid-section.spaceontop {
        padding-top: 84px;
    }

.colorchip {
    width: 100%;
    height: 30px;
}

    .colorchip.platinum {
        background-color: #dbdfe2;
    }

    .colorchip.silver {
        background-color: #d8d4cb;
    }

    .colorchip.starter {
        background-color: #df955a;
    }

    .colorchip.gray {
        background-color: #232323;
    }

    .colorchip.goldtier {
        height: 30px;
        background-color: #e6c469;
    }

    .colorchip.goldtier-gradient {
        height: 30px;
        margin-bottom: 11px;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8e7b5, #f6da84 27%, #d2ab49 72%, #b49648 98%);
        text-transform: uppercase;
    }

    .colorchip.platinumtier-gradient {
        height: 30px;
        margin-bottom: 11px;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f7f8f8, #f2f5f8 23%, #c9cfd2 74%, #aeb2b4 98%);
        text-transform: uppercase;
    }

    .colorchip.silvertier-gradient {
        height: 30px;
        margin-bottom: 11px;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8f6f1, #f8f5ec 26%, #d2cec2 75%, #b4b1a9 98%);
        text-transform: uppercase;
    }

    .colorchip.startertier-gradient {
        height: 30px;
        margin-bottom: 11px;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8cea6, #f8b778 27%, #d27e3c 83%, #b47643 98%);
        text-transform: uppercase;
    }

._1-col {
    width: 8.333%;
    background-color: transparent;
}

    ._1-col.gray {
        height: 70px;
        border-left: 1px solid #fff;
    }

.center {
    text-align: center;
    text-transform: none;
}

    .center.white {
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.p_small {
    font-size: 1.5em;
    line-height: 1.7em;
}

.grid_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-section-2 {
    position: relative;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 75px 0 rgba(0, 0, 0, .05);
}

.tag-label {
    margin-top: 10px;
    font-family: 'Gilroy webfont';
    color: #aaa;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

._5-col {
    display: block;
    width: 41.6665%;
    float: left;
}

    ._5-col.gray {
        height: 70px;
        background-color: #e9e9e9;
    }

    ._5-col.noflex {
        display: block;
    }

    ._5-col.ps-number {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    ._5-col.card-form-city {
        padding-right: 14px;
    }

    ._5-col.rec-summary {
        padding-right: 47px;
    }

    ._5-col.flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

._11-col {
    width: 91.6663%;
    background-color: transparent;
}

    ._11-col.gray {
        background-color: #e9e9e9;
    }

._6-col {
    display: block;
    width: 49.9998%;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    text-align: left;
}

    ._6-col.gray {
        height: 70px;
        background-color: #e6e6e6;
    }

    ._6-col.trk-stack {
        display: block;
        padding-right: 12px;
        padding-bottom: 8px;
        text-align: left;
    }

        ._6-col.trk-stack.right {
            padding-right: 0px;
            padding-bottom: 8px;
            padding-left: 14px;
            border-left: 1px solid #a8a8a8;
            color: #706f6f;
            text-align: left;
        }

    ._6-col.newlist {
        padding-right: 40px;
        padding-bottom: 21px;
        padding-left: 40px;
        border-left: 4px solid #e6c469;
        text-align: left;
    }

        ._6-col.newlist.starter {
            border-left-color: #df955a;
        }

        ._6-col.newlist.brizo {
            border-left-color: #37c1cb;
        }

        ._6-col.newlist.delta {
            border-left-color: #ac0536;
        }

    ._6-col.left {
        padding-right: 15px;
    }

    ._6-col.right {
        padding-right: 0px;
        padding-left: 15px;
        text-align: right;
    }

    ._6-col.feat-news {
        position: relative;
        padding-left: 0px;
    }

        ._6-col.feat-news.photo {
            width: 58.9998%;
        }

    ._6-col.left-upperfooter {
        padding-right: 47px;
        border-right: 1px solid #c7c7c7;
    }

        ._6-col.left-upperfooter.leftfooter {
            text-align: left;
        }

    ._6-col.right-upper-footer {
        padding-left: 47px;
    }

        ._6-col.right-upper-footer.leftfooter {
            text-align: left;
        }

    ._6-col.promotlists {
        padding-right: 40px;
        padding-bottom: 21px;
        padding-left: 40px;
        border-right: 4px solid #e6c469;
        border-left: 4px none #e6c469;
        text-align: left;
    }

        ._6-col.promotlists.starter {
            border-right-color: #df955a;
        }

    ._6-col.nolines-left {
        padding: 33px 47px 21px 0px;
        border-right: 4px none #e6c469;
        border-left: 4px none #e6c469;
    }

    ._6-col.left-content {
        padding-right: 40px;
    }

        ._6-col.left-content.redeemcontent {
            padding-right: 48px;
            text-align: left;
        }

    ._6-col.l-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 20px;
        padding-left: 0px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    ._6-col.r-content {
        padding-left: 20px;
    }

    ._6-col.feat-news-top {
        position: relative;
        width: 40.9998%;
        padding: 48px 79px 48px 48px;
        border-left: 4px none #e6c469;
        background-color: #232323;
        color: #fff;
    }

    ._6-col.news-article-content-preview {
        position: relative;
        padding: 27px 40px 37px;
        border-right: 4px solid #e6c469;
        border-left: 4px none #e6c469;
    }

    ._6-col.right-images {
        position: relative;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 5px none #fff;
    }

    ._6-col.login-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -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;
    }

    ._6-col.pf-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        border: 1px solid #c3c3c3;
    }

    ._6-col.result-box-data {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid #c3c3c3;
    }

    ._6-col.result-box-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    ._6-col.summary-box, ._5-col.summary-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 26px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        border-style: none none none solid;
        border-width: 1px;
        border-color: #c3c3c3 #c3c3c3 #c3c3c3 #b5b3b3;
    }

    ._6-col.th-form {
        padding-top: 14px;
        padding-right: 14px;
        padding-left: 11px;
    }

    ._6-col.card-info-left {
        padding: 50px 50px 25px;
    }

    ._6-col.card-info-right {
        padding: 50px 50px 25px;
        border-left: 1px solid #c3c3c3;
    }

    ._6-col.card-form-left {
        margin-bottom: 30px;
        padding-right: 15px;
    }

    ._6-col.card-form-right {
        margin-bottom: 30px;
        padding-left: 15px;
    }

    ._6-col.card-use-slider-right-content {
        padding-top: 71px;
        padding-right: 101px;
        padding-left: 64px;
    }

    ._6-col.rew-box-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 5px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    ._6-col.rew-box-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 19px 24px 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #706f6f;
    }

    ._6-col.rec-sr-r {
        padding-left: 10px;
    }

    ._6-col.rec-sr-l {
        padding-right: 10px;
    }

    ._6-col.kc-left-image {
        min-height: 450px;
        background-image: url('../images/65350LF-BL-ECO_694750-BL_699150-BL_699250-BL_MID_ROOM_preview.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: scroll;
    }

        ._6-col.kc-left-image.delta {
            background-image: url('../images/9693-KS-DST_STREAM_WATER_preview.jpg');
        }

    ._6-col.kc-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 450px;
        padding: 36px 36px 6px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

.image {
    width: 100%;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
}

.stylelibrarypageheader {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #232323;
}

.sw-logo-stack {
    display: block;
    width: 258px;
    margin: 35px auto 41px;
}

.heading-3 {
    text-transform: uppercase;
}

.headerbar {
    padding-right: 40px;
    padding-left: 40px;
}

.max-width-1600 {
    position: relative;
    display: block;
    width: 90vw;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

    .max-width-1600.graybox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1600px;
        padding: 5px 4px;
        background-color: #232323;
        color: #fff;
    }

    .max-width-1600.graybox-kc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1600px;
        padding: 12px;
        border: 2px none #000;
        background-color: #232323;
        -webkit-transition: background-color 200ms ease, color 200ms ease;
        transition: background-color 200ms ease, color 200ms ease;
        color: #fff;
    }

        .max-width-1600.graybox-kc:hover {
            background-color: #eee;
            color: #000;
        }

    .max-width-1600.newsarea {
        display: block;
    }

        .max-width-1600.newsarea.goldline {
            padding-top: 43px;
            border-top: 4px solid #e6c469;
        }

            .max-width-1600.newsarea.goldline.brizo {
                border-top-color: #37c1cb;
            }

            .max-width-1600.newsarea.goldline.delta {
                border-top-color: #ac0536;
            }

        .max-width-1600.newsarea.featured-line {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .max-width-1600.newsarea.rewards {
            display: block;
        }

        .max-width-1600.newsarea.impressionistalist {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .max-width-1600.newsarea.promo-tile {
            margin-top: 33px;
        }

        .max-width-1600.newsarea._100w {
            width: 100%;
        }

    .max-width-1600.graybox-report-panels {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1600px;
        margin-top: 53px;
        margin-bottom: 31px;
        padding: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-bottom: 4px solid #000;
        background-color: #232323;
        color: #fff;
    }

    .max-width-1600.center {
        text-align: center;
    }

        .max-width-1600.center.prod-browse {
            margin-top: 58px;
        }

    .max-width-1600.flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .max-width-1600.flex.prod-finder {
            margin-top: 70px;
        }

            .max-width-1600.flex.prod-finder.graybg {
                padding-top: 0px;
                padding-right: 25px;
                padding-left: 25px;
                background-color: #f5f5f5;
            }

    .max-width-1600.reports {
        margin-top: 92px;
    }

    .max-width-1600.card-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 41px;
        border-style: solid;
        border-width: 1px;
        border-color: silver silver #c3c3c3;
    }

    .max-width-1600.headlineonly {
        margin-top: 118px;
    }

    .max-width-1600.tandc-card {
        display: block;
        margin-top: 46px;
    }

    .max-width-1600.card-use-slider-wrapper {
        margin-top: -77px;
    }

    .max-width-1600.rew-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        border-style: none;
        border-width: 1px;
        border-color: silver silver #c3c3c3;
        background-color: #f5f5f5;
    }

    .max-width-1600.wizard-content {
        margin-top: 90px;
    }

    .max-width-1600.footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .max-width-1600.promotions-toparea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .max-width-1600.promotions-timeframes {
        display: block;
        margin-top: 33px;
    }

.hp-slider {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #232323;
    text-align: right;
}

.slide-nav {
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
    display: block;
    width: 69px;
    margin-right: 0%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 11px;
}

.right-arrow {
    display: none;
}

.left-arrow {
    display: none;
}

.logo {
    position: relative;
    width: 289px;
    padding: 35px 0px 1px;
}

.slidewrapper {
    position: relative;
    width: 100%;
    text-align: center;
}

    .slidewrapper.hidden {
        display: none;
    }

.overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 291px;
    padding-right: 40px;
    padding-left: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, .71)), color-stop(98%, transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .71) 10%, transparent 98%);
}

.slidertext {
    max-width: 660px;
    margin-top: 8px;
    margin-bottom: 7px;
    margin-left: -1px;
    color: #fff;
    letter-spacing: 1px;
}

    .slidertext.brizo {
        /*font-family: 'Didot lt w01 headline', sans-serif;*/
        font-family: 'Domaine Display Narrow', 'Times New Roman';
    }

.slider_post_type_label-delta {
    max-width: 650px;
    margin-bottom: 16px;
    font-family: 'Trade Gothic LT Bold Two', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0px;
}

.slider-postdescription-delta {
    max-width: 650px;
    margin-top: 12px;
    font-family: 'Trade Gothic LT', sans-serif;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}

.username {
    display: inline-block;
    height: 100%;
    padding-top: 14px;
    padding-right: 18px;
    padding-left: 19px;
    float: right;
}

.pipe {
    display: inline;
    padding-right: 8px;
    padding-left: 8px;
}

.div-block-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 21px;
}

.upperright-links {
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

    .upperright-links:hover {
        color: #706f6f;
    }

.dropdown-toggle {
    top: 2px;
    padding: 12px 36px 13px 12px;
    border-style: solid;
    border-width: 2px 2px 0px;
    border-color: #e6c469;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #232323;
}

    .dropdown-toggle:hover {
        border-top-color: #232323;
        border-right-color: #232323;
        border-left-color: #232323;
        background-color: #232323;
        color: #fff;
    }

    .dropdown-toggle.w--open {
        border-top-color: #232323;
        border-right-color: #232323;
        border-left-color: #232323;
        background-color: #232323;
        color: #fff;
    }

    .dropdown-toggle.starter {
        border-top-color: #df955a;
        border-right-color: #df955a;
        border-left-color: #df955a;
    }

.div-block-3 {
    position: relative;
    display: block;
    width: 66%;
    height: 51px;
    margin-top: 111px;
    float: right;
}

.div-block-4 {
    display: inline-block;
    margin-top: -1px;
    float: right;
}

.welcometetx {
    position: relative;
    display: inline;
    font-family: Gilroy, sans-serif;
    font-size: 19px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

    .welcometetx.thin {
        font-size: 19px;
        font-weight: 300;
        letter-spacing: 1px;
    }

.text-block-6 {
    display: inline-block;
    margin-right: 2px;
    font-family: Gilroy, sans-serif;
    color: #e6c469;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 3px;
}

    .text-block-6.starter {
        color: #df955a;
    }

.text-block-7 {
    position: relative;
    top: -7px;
    display: inline-block;
    font-family: Gilroy, sans-serif;
    color: #e6c469;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

    .text-block-7.starter {
        color: #df955a;
    }

.image-2 {
    position: relative;
    width: 22px;
    cursor: pointer;
}

.hamburger {
    display: inline-block;
    height: 100%;
    margin-top: 0px;
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 22px;
    float: right;
}

.icon {
    top: 6px;
    right: -6px;
}

.dropdown-list {
    float: right;
}

    .dropdown-list.w--open {
        top: 51px;
        right: 0px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
        background-color: #232323;
    }

.namelink {
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
}

    .namelink:hover {
        color: #706f6f;
    }

.max-width-1800--overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 74px;
    display: block;
    width: 94vw;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2vw;
    padding-left: 2vw;
    text-align: left;
}

    .max-width-1800--overlay.pagetitle {
        width: 90vw;
        padding-right: 0vw;
        padding-left: 0px;
        font-size: 14px;
    }

        .max-width-1800--overlay.pagetitle.reports {
            padding-right: 31px;
        }

        .max-width-1800--overlay.pagetitle.pf-2 {
            padding-right: 31px;
        }

.overlapping-wrapper {
    position: relative;
    top: -3px;
    z-index: 12;
    margin-top: -27px;
    padding-right: 40px;
    padding-left: 40px;
}

.dropdown_title {
    position: relative;
    top: 22px;
    display: inline;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.div-block-6 {
    padding: 9px 20px 50px;
}

.slider-logo {
    position: absolute;
    right: 0px;
    bottom: 11px;
    width: 190px;
    margin-right: 40px;
    float: right;
}

    .slider-logo.hide {
        display: none;
    }

.tracker-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tracker {
    width: 100%;
}

    .tracker.goldtier-gradient {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 21px 12px 19px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8e7b5, #f6da84 27%, #d2ab49 72%, #b49648 98%);
        text-align: center;
        text-transform: uppercase;
    }

    .tracker.platinumtier-gradient-copy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        min-height: 123px;
        padding: 21px 18px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f7f8f8, #f2f5f8 27%, #c9cfd2 72%, #aeb2b4 98%);
        text-align: center;
        text-transform: uppercase;
    }

    .tracker.plattier-gradient {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 250px;
        padding: 21px 9px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f7f8f8, #f2f5f8 27%, #c9cfd2 72%, #aeb2b4 98%);
        text-align: center;
        text-transform: uppercase;
    }

    .tracker.starttier-gradient {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        min-height: 175px;
        padding: 21px 9px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8cea6, #f8b778 27%, #d27e3c 72%, #b47643 98%);
        text-align: center;
        text-transform: uppercase;
    }

    .tracker.silvtier-gradient {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 21px 9px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8f6f1, #f8f5ec 27%, #d2cec2 72%, #b4b1a9 98%);
        text-align: center;
        text-transform: uppercase;
    }

.tkr-status {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 2.1vw;
    line-height: 1.1vw;
    font-weight: 800;
    letter-spacing: 1px;
}

.tkr-label {
    width: 100%;
    margin-bottom: 1.2vw;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 13px;
    line-height: 1.25vw;
    font-weight: 800;
    letter-spacing: 1px;
}

.tkr-status-statuslabel {
    width: 100%;
    margin-top: 0.8vw;
    margin-bottom: 7px;
    margin-left: -1px;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 1.6vw;
    line-height: 1.4vw;
    font-weight: 700;
    letter-spacing: 1px;
}

.dd-link {
    font-family: Gilroy, sans-serif;
    color: #fff;
}

    .dd-link:hover {
        color: #e6c469;
    }

    .dd-link.starter:hover {
        color: #df955a;
    }

.tkr-number-lg {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #e6c469;
    font-size: 37px;
    line-height: 0.9em;
    font-weight: 300;
    letter-spacing: 1px;
}

    .tkr-number-lg.plat {
        color: #c5cbcf;
    }

    .tkr-number-lg.silv {
        color: #c7c3b9;
    }

    .tkr-number-lg.start {
        color: #df955a;
    }

    .tkr-number-lg.silver {
        color: #d8d4cb;
    }

    .tkr-number-lg.starter {
        color: #df955a;
    }

.small {
    margin-bottom: 16px;
    font-family: Gilroy, sans-serif;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.tkr-number-get-large {
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 29px;
    line-height: 0.4em;
    font-weight: 300;
    letter-spacing: 1px;
}

.tkr-nexttier {
    width: 100%;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 1.15vw;
    line-height: 1.25vw;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.tkr-tierprogress-label {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 0.19999999999999996vw;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 23px;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .tkr-tierprogress-label.left {
        position: relative;
        display: block;
        float: left;
    }

.tracker-chart-placeholder-image-horiz {
    width: 100%;
    max-width: 750px;
    margin-top: 30px;
}

.slider-post-title-delta {
    width: 100%;
    font-family: 'Didot lt w01 headline', sans-serif;
    color: #fff;
    font-size: 41px;
    line-height: 43px;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

    .slider-post-title-delta:hover {
        color: #e6c469;
    }

    .slider-post-title-delta.starter:hover {
        color: #df955a;
    }

    .slider-post-title-delta.deltahp {
        /*font-family: 'Trade Gothic LT Bold Two', sans-serif;*/
        font-family: 'Trade Gothic Bold', Arial;
        line-height: 51px;
        font-style: normal;
    }

.alert-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
}

    .alert-wrapper.off {
        display: none;
    }

    .alert-wrapper.impressinista {
        margin-top: 42px;
    }

    .alert-wrapper.kc-wrap {
        padding-bottom: 70px;
        border-bottom: 3px solid #f5f5f5;
    }

.kc-text {
    display: inline-block;
    margin-right: 9px;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

    .kc-text.light {
        font-weight: 300;
    }

    .kc-text.alert-hl {
        font-size: 29px;
    }

.kc-notification-img {
    width: 31px;
    margin-right: 12px;
    padding-top: 0px;
    padding-bottom: 4px;
}

    .kc-notification-img.alert {
        position: relative;
        top: -5px;
        display: inline;
        width: 36px;
        margin-right: 11px;
        float: none;
        text-align: center;
    }

.kc-arrow {
    position: relative;
    left: 12px;
    top: -2px;
}

.news-wrapper {
    margin-top: 60px;
    padding-bottom: 33px;
}

.news-post-title {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Lora, sans-serif;
    font-size: 19px;
    line-height: 21px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}

.news-li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.news_ul {
    margin-top: 1px;
    padding-left: 0px;
    list-style-type: none;
}

.wrapper-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .wrapper-block.feat-news-photo {
        left: -30px;
        top: -38px;
        width: 104%;
    }

.news-feature_overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 27px;
    text-align: left;
}

.news-arrow-list {
    position: absolute;
    top: 8px;
    right: 15px;
    bottom: 0px;
    display: inline-block;
    width: 36px;
    margin-top: 9px;
}

.link-block {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 59px 19px 22px;
    border-bottom: 1px solid #c3c3c3;
    color: #232323;
    text-decoration: none;
}

    .link-block:hover {
        background-color: #eee;
        color: #232323;
    }

.text-block-9 {
    text-decoration: none;
}

.button {
    display: inline-block;
    margin-bottom: 19px;
    padding: 20px;
    border-style: none;
    border-width: 0px;
    border-color: rgba(255, 0, 0, 0);
    border-radius: 4px;
    background-color: #232323;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

    .button:hover {
        border-style: none;
        border-width: 0px;
        background-color: hsla(0, 0%, 100%, 0);
        background-image: radial-gradient(circle farthest-corner at 26% 41%, #f8e7b5, #f6da84 28%, #d2ab49 66%, #b49648);
        color: #232323;
    }

    .button.leftpad.toppad {
        margin-top: 20px;
        margin-right: 13px;
        padding: 23px 22px;
        font-size: 15px;
    }

    .button.form {
        margin-top: 16px;
        padding: 23px 22px;
        font-size: 15px;
    }

        .button.form.submitbutton {
            display: inline-block;
            margin-right: auto;
            margin-left: auto;
        }

            .button.form.submitbutton.brizo {
                display: inline-block;
                /*font-family: 'Akzidenz Grotesk Condensed', sans-serif;*/
                font-family: 'Domaine Text', 'Times New Roman';
                font-size: 22px;
            }

            .button.form.submitbutton.delta {
                display: inline-block;
                /*font-family: 'Trade Gothic Bold Two', sans-serif;*/
                font-family: 'Trade Gothic Bold', Arial;
            }

    .button.white {
        padding: 23px 22px;
        border: 1px solid #c7c7c7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background-image: linear-gradient(180deg, #fff, #fff);
        color: #232323;
        font-size: 15px;
    }

        .button.white:hover {
            background-image: radial-gradient(circle farthest-corner at 37% 32%, #f8e7b5, #f6da84 30%, #d2ab49 69%, #b49648), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
            background-image: radial-gradient(circle farthest-corner at 37% 32%, #f8e7b5, #f6da84 30%, #d2ab49 69%, #b49648), linear-gradient(180deg, #fff, #fff);
        }

    .button.starter:hover {
        background-image: radial-gradient(circle farthest-corner at 27% 30%, #f8cea6, #f8b778 35%, #d27e3c 72%, #b47643), radial-gradient(circle farthest-corner at 26% 41%, #f8e7b5, #f6da84 28%, #d2ab49 66%, #b49648);
    }

    .button.filter {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 12px;
    }

    .button.topspace {
        margin-top: 19px;
    }

        .button.topspace.second {
            margin-left: 15px;
        }

    .button.card-first {
        margin-right: 20px;
    }

    .button.right {
        float: right;
    }

    .button.form-field-height {
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .button.form-field-height.left-align {
            display: inline-block;
            padding-top: 13px;
            padding-bottom: 12px;
            float: left;
        }

.news-posttitle-featured-brizo {
    display: inline-block;
    width: 100%;
    /*font-family: 'Didot lt w01', sans-serif;*/
    font-family: 'Domaine Display Narrow', 'Times New Roman';
    color: #fff;
    font-size: 28px;
    line-height: 26px;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
}

    .news-posttitle-featured-brizo:hover {
        color: #e6c469;
    }

    .news-posttitle-featured-brizo.starter:hover {
        color: #df955a;
    }

.newd_feat_label {
    margin-bottom: 7px;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

.transparent-on-hover-source:hover .transparent-on-hover-target{
    opacity: 0;
}

.p-s-headline {
    margin-bottom: 24px;
    text-align: left;
}

.news-feat-overlay-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    padding-right: 40px;
    padding-left: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, .71)), color-stop(98%, transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .71) 10%, transparent 98%);
}

.feat-news-image {
    width: 100%;
    height: auto;
    margin-right: 6px;
}

.upper-foooter-wrapper {
    display: block;
    max-width: 1600px;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 54px;
    padding-bottom: 79px;
    border-top: 4px solid #e6c469;
}

    .upper-foooter-wrapper.starter {
        border-top-color: #df955a;
    }

.invoice-headline {
    display: block;
    margin-bottom: 24px;
    font-family: Gilroy, sans-serif;
    font-size: 32px;
    text-align: left;
}

.eligible-products-headline {
    margin-top: 32px;
    margin-bottom: 12px;
    font-family: Gilroy, sans-serif;
    font-size: 21px;
    text-align: left;
}

.arrowbutton-gray {
    margin-right: 8px;
    padding: 14px 30px 14px 20px;
    border-style: solid;
    border-width: 1px 2px 2px;
    border-color: #c7c7c7;
    border-radius: 3px;
    background-color: #fff;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-weight: 800;
    text-transform: uppercase;
}

    .arrowbutton-gray:hover {
        border-color: #fff;
        background-image: radial-gradient(circle farthest-corner at 33% 36%, #f8e7b5, #f6da84 29%, #d2ab49 73%, #b49648);
        color: #000;
    }

    .arrowbutton-gray.footerb {
        margin-top: 10px;
    }

.button-arrow {
    position: relative;
    left: 14px;
    top: -5px;
    right: 14px;
    display: inline-block;
    width: 27px;
    margin-top: 9px;
}

    .button-arrow.myaarrow {
        display: inline-block;
        float: right;
    }

.invisible-button-text {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 16px;
}

    .invisible-button-text.brizo {
        /*font-family: 'Akzidenz Grotesk Condensed', sans-serif;*/
        font-family: 'Domaine Text', 'Times New Roman';
        font-size: 22px;
    }

    .invisible-button-text.mya {
        top: 3px;
        float: right;
        font-family: Gilroy, sans-serif;
        text-align: left;
    }

.lower-footer-wrapper {
    padding-top: 106px;
    padding-bottom: 106px;
    border-top: 4px none #000;
    background-color: #232323;
}

.news-headline {
    margin-bottom: 24px;
    margin-left: 13px;
    font-family: Gilroy, sans-serif;
    text-align: left;
}

    .news-headline.carduse-headline {
        margin-left: 0px;
    }

._20-percent {
    width: 20%;
    padding-right: 10px;
    float: left;
}

.footer-headline {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

    .footer-headline.stacked {
        margin-bottom: 27px;
    }

.footer-ul {
    margin-top: 0px;
    padding-left: 0px;
    color: #fff;
}

.footer-links {
    font-family: Lora, sans-serif;
    color: #a8a8a8;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
}

    .footer-links:hover {
        color: #fff;
    }

.footer-li {
    margin-bottom: 1px;
    list-style-type: none;
}

.off-canvasmenu {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 120;
    display: none;
    overflow: scroll;
    width: 316px;
    height: 100%;
    margin-right: -316px;
    padding: 35px;
    background-color: #000;
}

.body {
    height: 100%;
}

.menu-page-cover {
    position: fixed;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .69);
    opacity: 0;
    cursor: pointer;
}

.dropdown {
    z-index: 80;
}

.link-block-2 {
    width: 100%;
    background-color: #232323;
}

.closeicon {
    position: relative;
    z-index: 400;
    width: 33px;
    margin-bottom: 30px;
    cursor: pointer;
}

.feat-news-link {
    color: #fff;
}

.slider_post_type_label-brizo {
    position: relative;
    max-width: 650px;
    margin-bottom: 20px;
    /*font-family: 'Akzidenz Grotesk Condensed', sans-serif;*/
    font-family: 'Domaine Text', 'Times New Roman';
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1px;
}

.slider-post-title-brizo {
    width: 100%;
    /*font-family: 'HTF Didot';*/
    font-family: 'Domaine Display Narrow', 'Times New Roman';
    color: #fff;
    font-size: 41px;
    /*font-style: italic;*/
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

    .slider-post-title-brizo:hover {
        color: #e6c469;
    }

    .slider-post-title-brizo.starter:hover {
        color: #df955a;
    }

.slider-postdescription-brizo {
    max-width: 650px;
    margin-top: 13px;
    /*font-family: 'Didot lt w01', sans-serif;*/
    font-family: 'Domaine Text', 'Times New Roman';
    color: #fff;
    font-size: 18px;
    font-style: italic;
    /*font-weight: 500;*/
}

.tracker-chart-placeholder-image-vert {
    display: none;
    width: 100%;
    max-width: 750px;
    margin-top: 36px;
}

.featurednews-over {
    position: absolute;
    left: 1px;
    top: 0px;
    padding: 14px 22px 4px;
    background-color: #232323;
}

.featured-news-arrow {
    width: 36px;
    margin-top: 9px;
}

.impressionista-badge-tracker {
    position: relative;
    width: 100%;
    min-height: 30px;
}

    .impressionista-badge-tracker.hidden {
        display: none;
    }

    .impressionista-badge-tracker.hide {
        padding-bottom: 5px;
    }

.image-3 {
    margin-top: 12px;
}

.promotions--wrapper-copy {
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 61px;
}

.h1-white {
    color: #fff;
    font-size: 50px;
}

    .h1-white.right-align {
        text-align: right;
    }

.tiergraphic {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 77px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.leftpad {
    margin-left: 13px;
}

    .leftpad.bottomspace {
        margin-bottom: 32px;
    }

.slider_post_type_label-neutral {
    max-width: 650px;
    margin-bottom: 16px;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0px;
}

.slider-post-title-neutral {
    width: 100%;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 37px;
    line-height: 42px;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

    .slider-post-title-neutral:hover {
        color: #e6c469;
    }

    .slider-post-title-neutral.starter:hover {
        color: #df955a;
    }

.slider-postdescription-neutral {
    max-width: 650px;
    margin-top: 12px;
    color: #fff;
    font-style: italic;
}

.urgent-alert {
    position: absolute;
    left: 0px;
    top: 17%;
    right: 0px;
    z-index: 250;
    display: block;
    overflow: hidden;
    margin-right: 66px;
    margin-left: 66px;
    padding-right: 65px;
    padding-left: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #232323;
    box-shadow: 0 0 41px 8px rgba(35, 35, 35, .47);
    color: #fcfcfc;
    text-align: center;
}

    .urgent-alert.off {
        display: none;
    }

.alert-close {
    position: absolute;
    top: 15px;
    right: 14px;
    bottom: 0px;
    width: 20px;
    cursor: pointer;
}

.alertlink {
    margin-top: 12px;
    font-family: Lora, sans-serif;
    font-size: 20px;
    line-height: 31px;
}

.alert-headline {
    margin-top: 140px;
    margin-bottom: 5px;
    color: #e6c469;
}

.link-5 {
    color: #dbdfe2;
}

    .link-5:hover {
        color: #e6c469;
    }

.alert-text {
    margin-bottom: 140px;
}

.standard-wrapper {
    margin-top: 0px;
    padding-top: 118px;
    padding-bottom: 118px;
    border-top: 1px none #dbdfe2;
    border-bottom: 3px solid #dbdfe2;
}

    .standard-wrapper.last {
        border-bottom-style: none;
    }

        .standard-wrapper.last._100per {
            width: 100%;
        }

    .standard-wrapper.hiw {
        padding-top: 71px;
        padding-bottom: 70px;
        border-top-style: none;
        border-bottom-style: none;
        background-color: rgba(219, 223, 226, .24);
    }

    .standard-wrapper.nobottomline {
        border-bottom-style: none;
    }

        .standard-wrapper.nobottomline.lesspadding {
            padding-top: 69px;
            padding-bottom: 69px;
        }

        .standard-wrapper.nobottomline.imp-bar {
            padding-bottom: 71px;
        }

    .standard-wrapper.rewardscatalog {
        padding-top: 71px;
        padding-bottom: 93px;
        border-top-style: none;
        border-bottom-style: none;
        background-color: rgba(219, 223, 226, .24);
    }

    .standard-wrapper.noline {
        border-bottom-style: none;
    }

    .standard-wrapper.nolines {
        border-top-style: none;
        border-bottom-style: none;
    }

        .standard-wrapper.nolines.nospace {
            padding-top: 0px;
        }

        .standard-wrapper.nolines.newsarticle-single {
            padding-top: 65px;
            padding-bottom: 21px;
        }

        .standard-wrapper.nolines.notopspace {
            padding-top: 0px;
        }

            .standard-wrapper.nolines.notopspace.less-btm-space {
                padding-bottom: 0px;
            }

    .standard-wrapper.nospace {
        padding-bottom: 25px;
    }

    .standard-wrapper.nospace_btm {
        padding-bottom: 25px;
    }

        .standard-wrapper.nospace_btm.nospace_top {
            padding-top: 0px;
            padding-bottom: 0px;
            border-bottom-style: none;
        }

        .standard-wrapper.nospace_btm.nolinebtm {
            border-bottom-style: none;
        }

    .standard-wrapper.topline {
        border-top-style: solid;
        border-top-width: 3px;
    }

    .standard-wrapper.lesspadding {
        padding-top: 69px;
        padding-bottom: 69px;
    }

    .standard-wrapper.no-line {
        border-bottom-style: none;
    }

    .standard-wrapper.card-use-fw-back {
        padding-top: 44px;
        padding-bottom: 44px;
        border-top-style: none;
        border-bottom-style: none;
        background-color: rgba(219, 223, 226, .24);
    }

    .standard-wrapper.wizard {
        padding-top: 60px;
        border-bottom-style: none;
    }

.sectiontitle {
    padding-bottom: 94px;
    text-align: center;
}

    .sectiontitle.headline {
        padding-bottom: 86px;
    }

.videoframe {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dbdfe2;
}

._100auto {
    width: 100%;
    height: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.ecode-box {
    padding: 72px 72px 48px;
    border: 4px solid #232323;
    background-color: #fff;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #232323;
    text-align: center;
}

    .ecode-box:hover {
        box-shadow: 0 0 43px 23px rgba(35, 35, 35, .13);
    }

.e-code-headline {
    margin-bottom: 24px;
    margin-left: 13px;
    font-family: Gilroy, sans-serif;
    line-height: 39px;
}

    .e-code-headline.brizo {
        /*font-family: 'Akzidenz Grotesk Condensed', sans-serif;*/
        font-family: 'Domaine Text', 'Times New Roman';
        font-weight: 300;
    }

    .e-code-headline.delta {
        /*font-family: 'Trade Gothic Bold Two', sans-serif;*/
        font-family: 'Trade Gothic Bold', Arial;
    }

.e-courses-hl {
    margin-bottom: 24px;
    margin-left: 13px;
    text-align: left;
}

.formfield {
    display: block;
    height: auto;
    max-width: 450px;
    min-height: 123px;
    margin: 65px auto 31px;
    border-style: solid;
    border-width: 0px 0px 4px;
    border-color: #000 #000 #232323;
    background-color: transparent;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 38px;
    font-weight: 800;
    text-align: center;
}

    .formfield:focus {
        border-bottom-color: #e6c469;
    }

    .formfield::-webkit-input-placeholder {
        font-family: Gilroy, sans-serif;
        color: #dbdfe2;
        font-size: 44px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .formfield:-ms-input-placeholder {
        font-family: Gilroy, sans-serif;
        color: #dbdfe2;
        font-size: 44px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .formfield::-ms-input-placeholder {
        font-family: Gilroy, sans-serif;
        color: #dbdfe2;
        font-size: 44px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .formfield::placeholder {
        font-family: Gilroy, sans-serif;
        color: #dbdfe2;
        font-size: 44px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .formfield.textarea {
        height: auto;
        max-width: 100%;
        min-height: 450px;
        border-style: solid;
        border-width: 5px;
        font-size: 20px;
    }

        .formfield.textarea:focus {
            padding-top: 20px;
            padding-left: 29px;
            border-style: solid;
            border-top-color: #e6c469;
            border-right-color: #e6c469;
            border-left-color: #e6c469;
            font-family: Lora, sans-serif;
            font-weight: 400;
            text-align: left;
        }

        .formfield.textarea::-webkit-input-placeholder {
            font-family: Gilroy, sans-serif;
        }

        .formfield.textarea:-ms-input-placeholder {
            font-family: Gilroy, sans-serif;
        }

        .formfield.textarea::-ms-input-placeholder {
            font-family: Gilroy, sans-serif;
        }

        .formfield.textarea::placeholder {
            font-family: Gilroy, sans-serif;
        }

    .formfield.fullwidth {
        max-width: 100%;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
    }

    .formfield.sbs {
        display: inline-block;
        width: 46%;
        margin-top: 13px;
        margin-right: 12px;
        margin-left: 12px;
    }

        .formfield.sbs::-webkit-input-placeholder {
            color: #a8adb1;
            font-size: 21px;
        }

        .formfield.sbs:-ms-input-placeholder {
            color: #a8adb1;
            font-size: 21px;
        }

        .formfield.sbs::-ms-input-placeholder {
            color: #a8adb1;
            font-size: 21px;
        }

        .formfield.sbs::placeholder {
            color: #a8adb1;
            font-size: 21px;
        }

        .formfield.sbs.brizo {
            /*font-family: 'Didot lt w01 headline', sans-serif;*/
            font-family: 'Domaine Text', 'Times New Roman';
        }

            .formfield.sbs.brizo::-webkit-input-placeholder {
                /*font-family: 'Didot lt w01 headline', sans-serif;*/
                font-family: 'Domaine Text', 'Times New Roman';
                /*font-style: italic;*/
            }

            .formfield.sbs.brizo:-ms-input-placeholder {
                /*font-family: 'Didot lt w01 headline', sans-serif;*/
                font-family: 'Domaine Text', 'Times New Roman';
                /*font-style: italic;*/
            }

            .formfield.sbs.brizo::-ms-input-placeholder {
                /*font-family: 'Didot lt w01 headline', sans-serif;*/
                font-family: 'Domaine Text', 'Times New Roman';
                /*font-style: italic;*/
            }

            .formfield.sbs.brizo::placeholder {
                /*font-family: 'Didot lt w01 headline', sans-serif;*/
                font-family: 'Domaine Text', 'Times New Roman';
                /*font-style: italic;*/
            }

        .formfield.sbs.delta {
            /*font-family: 'Trade Goth LT', sans-serif;*/
            font-family: 'Trade Gothic Light', Arial;
        }

            .formfield.sbs.delta::-webkit-input-placeholder {
                /*font-family: 'Trade Goth LT', sans-serif;*/
                font-family: 'Trade Gothic Light', Arial;
            }

            .formfield.sbs.delta:-ms-input-placeholder {
                /*font-family: 'Trade Goth LT', sans-serif;*/
                font-family: 'Trade Gothic Light', Arial;
            }

            .formfield.sbs.delta::-ms-input-placeholder {
                /*font-family: 'Trade Goth LT', sans-serif;*/
                font-family: 'Trade Gothic Light', Arial;
            }

            .formfield.sbs.delta::placeholder {
                /*font-family: 'Trade Goth LT', sans-serif;*/
                font-family: 'Trade Gothic Light', Arial;
            }

.navareadark {
    padding: 50px 30px;
    background-color: #232323;
}

.redeemablepoints {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.current-points {
    margin-top: 70px;
    margin-bottom: 85px;
    font-family: Gilroy, sans-serif;
    color: #e6c469;
    font-size: 104px;
    font-weight: 300;
}

.poiints-box {
    padding: 72px 72px 48px;
    border: 4px solid #232323;
    background-color: #fff;
    color: #232323;
    text-align: center;
}

.cardblock {
    color: #232323;
    text-decoration: none;
}

.donate-block {
    color: #232323;
    text-decoration: none;
}

.lowerpad {
    margin-top: 17px;
    margin-bottom: 11px;
    padding-left: 0px;
}

.iconblock {
    width: 100%;
    height: 65px;
    margin-bottom: 42px;
}

.imageicon {
    height: 100%;
}

.catalog-link {
    color: #fff;
}

.catalog-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grayblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #232323;
}

.sweepstakes-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 29px;
    padding-bottom: 39px;
    padding-left: 29px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
}

.sweep-paragraph {
    padding-top: 26px;
    padding-bottom: 26px;
}

.arrowbutton-dark {
    margin-right: 8px;
    padding: 23px 37px 23px 29px;
    border-style: none;
    border-width: 1px 2px 2px;
    border-color: #c7c7c7;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, .13);
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

    .arrowbutton-dark:hover {
        border-color: #fff;
        background-image: radial-gradient(circle farthest-corner at 33% 36%, #f8e7b5, #f6da84 29%, #d2ab49 73%, #b49648);
        color: #232323;
    }

.arrow-link {
    display: block;
    margin-right: 0px;
    padding: 23px 18px 0px 0px;
    border-radius: 3px;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-weight: 800;
    text-transform: uppercase;
}

    .arrow-link:hover {
        color: #e6c469;
        text-decoration: none;
    }

    .arrow-link.full {
        display: block;
        padding-top: 15px;
    }

    .arrow-link.line-above {
        display: inline-block;
        margin-top: 26px;
        border-top: 4px solid #e6c469;
    }

        .arrow-link.line-above.white {
            color: #fff;
        }

            .arrow-link.line-above.white:hover {
                color: #e6c469;
            }

    .arrow-link.rightspace {
        display: block;
        margin-right: 35px;
    }

    .arrow-link.report {
        margin-bottom: 25px;
        padding-top: 0px;
    }

        .arrow-link.report.sbs {
            display: inline-block;
            margin-right: 22px;
        }

.tab {
    margin-right: 22px;
    padding: 19px 34px;
    border-radius: 30px;
    background-color: rgba(219, 223, 226, .38);
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

    .tab.w--current {
        background-color: #e6c469;
        font-weight: 800;
    }

.tabarea {
    padding-top: 18px;
    padding-bottom: 25px;
}

.pdf-icon {
    position: absolute;
    top: 8px;
    right: 15px;
    bottom: 0px;
    display: inline-block;
    width: 21px;
    margin-top: 9px;
}

.accordion_wrapper {
    text-align: left;
}

    .accordion_wrapper.contactform {
        width: 100%;
        margin-top: 75px;
        float: left;
    }

.accordion-item-trigger {
    position: relative;
    padding: 22px 18px 11px;
    border-bottom: 1px solid #c3c3c3;
    cursor: pointer;
}

    .accordion-item-trigger:hover {
        background-color: #eee;
    }

    .accordion-item-trigger.fullwidth {
        padding-top: 7px;
        border-bottom-style: none;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        text-align: center;
    }

        .accordion-item-trigger.fullwidth.help {
            padding-top: 14px;
            background-color: #232323;
            color: #fff;
        }

            .accordion-item-trigger.fullwidth.help:hover {
                background-color: #dbdfe2;
                color: #000;
            }

.accordion_item_content {
    overflow: hidden;
    padding-right: 18px;
    padding-left: 18px;
}

    .accordion_item_content.nopadding {
        padding-right: 0px;
        padding-left: 0px;
    }

.accordion-arrow {
    position: absolute;
    top: 14px;
    right: 15px;
    bottom: 0px;
    display: inline-block;
    width: 36px;
    margin-top: 9px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-item-question {
    display: inline-block;
    margin-right: 51px;
    margin-bottom: 9px;
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

    .accordion-item-question.brizo {
        /*font-family: 'Akzidenz Grotesk Condensed', sans-serif;*/
        font-family: 'Domaine Text', 'Times New Roman';
        font-size: 27px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .accordion-item-question.delta {
        /*font-family: 'Trade Gothic LT Bold Two', sans-serif;*/
        font-family: 'Trade Gothic Bold', Arial;
        font-weight: 400;
    }

.answer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 19px;
    line-height: 32px;
}

    .answer.delta {
        /*font-family: 'Trade Goth LT', sans-serif;*/
        font-family: 'Trade Gothic Light', Arial;
    }

.contacttext {
    margin-top: 17px;
    margin-bottom: 11px;
    font-size: 19px;
    line-height: 32px;
}

.contactfrom {
    margin-top: 0px;
    padding: 71px 61px;
    border: 1px solid #dbdfe2;
}

.gap {
    height: 80px;
}

.fieldlabel {
    font-family: Gilroy, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
}

.fw-headerwrap {
    position: relative;
    width: 100%;
    text-align: center;
}

.fw-styleblock {
    width: 100%;
    background-color: #232323;
}

    .fw-styleblock.pageheader {
        padding-top: 65px;
        padding-bottom: 140px;
        background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(100%, #afafaf), to(#5a5a5a));
        background-image: linear-gradient(90deg, #000, #afafaf 100%, #5a5a5a);
    }

.about-image-no-border {
    width: 100%;
    height: auto;
    margin-right: 6px;
    padding: 0px;
    border: 0px solid #232323;
}

.stjudeoverlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 27px;
    text-align: left;
}

.stjudeheading {
    display: inline-block;
    width: 100%;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 0 0 47px #000;
}

    .stjudeheading:hover {
        color: #fff;
    }

.tracker-link-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tkr-tierprogress-label-left {
    width: 70%;
    margin-top: 9px;
    margin-bottom: 0.19999999999999996vw;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 23px;
    line-height: 1em;
    font-style: normal;
    font-weight: 800;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.arrow-link-right {
    width: 30%;
    margin-right: 0px;
    padding: 9px 18px 0px 0px;
    border-radius: 3px;
    font-family: 'Gilroy webfont';
    color: #232323;
    font-weight: 800;
    text-align: right;
    text-transform: uppercase;
}

    .arrow-link-right:hover {
        color: #e6c469;
        text-decoration: none;
    }

    .arrow-link-right.myaarrow {
        width: 100%;
        text-align: right;
    }

.leaderboardtag {
    position: relative;
    top: 7px;
    display: inline-block;
    margin-bottom: 24px;
    margin-left: 21px;
    text-align: left;
}

.impresisionitsa-inline {
    width: 240px;
}

    .impresisionitsa-inline.lower-padding {
        margin-bottom: 20px;
    }

.leadeboard-wrapper {
    width: 100%;
    margin-top: 83px;
}

.leaderboard_profilepic {
    position: relative;
    width: 80px;
    margin-right: 16px;
    float: left;
}

.imp_name {
    position: relative;
    top: 33px;
    font-family: Lora, sans-serif;
    color: #232323;
    font-size: 18px;
    text-decoration: none;
}

    .imp_name:hover {
        color: #e6c469;
    }

.imp_ul {
    font-family: 'Gilroy webfont';
    font-size: 23px;
    font-weight: 800;
    list-style-type: none;
}

.imp-li {
    margin-bottom: 19px;
}

.li-content-wrap {
    position: relative;
    padding-right: 16px;
    text-align: left;
}

.imp-number {
    position: relative;
    top: 33px;
    width: 38px;
    padding-right: 17px;
    float: left;
    font-family: 'Gilroy webfont';
    color: #000;
    font-size: 22px;
    line-height: 23px;
}

.hiw-wrap {
    padding-bottom: 40px;
    text-align: center;
}

    .hiw-wrap.reports {
        padding-bottom: 0px;
    }

.listtext {
    margin-bottom: 0px;
    margin-left: 13px;
}

    .listtext.brizo {
        /*font-family: 'Akzidenz Grotesk', sans-serif;*/
        font-family: 'Domaine Text', 'Times New Roman';
    }

    .listtext.delta {
        /*font-family: 'Trade Goth LT', sans-serif;*/
        font-family: 'Trade Gothic Light', Arial;
    }

.unordered-list {
    margin-bottom: 48px;
}

.imp-list-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 78px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .imp-list-wrapper.prizes {
        padding-top: 58px;
    }

    .imp-list-wrapper.noflex {
        display: block;
    }

.text-under-headline {
    display: block;
    max-width: 1000px;
    margin: 24px auto 35px;
}

.featured-imp-wrapper {
    padding-bottom: 0px;
    text-align: center;
}

    .featured-imp-wrapper.fw {
        width: 100%;
    }

.imp-photo {
    display: inline-block;
    width: 200px;
}

.impressionista-list-name {
    display: block;
    margin-top: 29px;
    margin-bottom: 18px;
    font-family: Gilroy, sans-serif;
    font-size: 23px;
    line-height: 31px;
    font-weight: 900;
    text-decoration: none;
}

    .impressionista-list-name.brizo {
        /*font-family: 'Akzidenz Grotesk Condensed', sans-serif;*/
        font-family: 'Domaine Text', 'Times New Roman';
        font-size: 28px;
        font-weight: 300;
    }

.filterbar {
    display: inline-block;
    width: auto;
    margin-top: 33px;
    padding: 25px 19px 19px;
    clear: both;
    background-color: rgba(219, 223, 226, .41);
    text-align: center;
}

.sort-letters {
    display: inline-block;
    width: 27px;
    margin-bottom: 8px;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

    .sort-letters:hover {
        border-color: #706f6f;
        background-color: #706f6f;
        color: #fff;
    }

    .sort-letters.sl-btn {
        width: auto;
        padding: 10px 12px;
        border: 2px solid #000;
        background-color: transparent;
        color: #000;
    }

        .sort-letters.sl-btn:hover {
            border-color: #706f6f;
            border-radius: 3px;
            background-color: #706f6f;
            color: #fff;
        }

        .sort-letters.sl-btn.selected {
            border-color: #e6c469;
            background-color: #e6c469;
            color: #232323;
        }

            .sort-letters.sl-btn.selected:hover {
                border-color: #706f6f;
                background-color: #706f6f;
                color: #fff;
            }

    .sort-letters.first {
        margin-left: 0px;
    }

.imp_single_name {
    margin-top: 45px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: left;
}

.imp-single_location {
    font-family: Gilroy, sans-serif;
    font-size: 28px;
}

.imp-single_since {
    color: #706f6f;
    font-style: italic;
}

.imp-single_question {
    margin-top: 42px;
    font-family: Gilroy, sans-serif;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
}

.impressionista-list-rank {
    display: block;
    margin-bottom: 17px;
    font-family: Gilroy, sans-serif;
    font-size: 23px;
    line-height: 31px;
    font-weight: 900;
    text-decoration: none;
}

.news-article-p {
    margin-bottom: 0px;
    padding-top: 26px;
    padding-bottom: 18px;
    color: #fff;
}

.news-post-list-title {
    width: 100%;
    font-family: Gilroy, sans-serif;
    color: #000;
    font-size: 37px;
    line-height: 40px;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

    .news-post-list-title:hover {
        color: #e6c469;
    }

    .news-post-list-title.w--current {
        line-height: 42px;
    }

    .news-post-list-title.white {
        color: #fff;
        line-height: 42px;
    }

        .news-post-list-title.white:hover {
            color: #e6c469;
        }

.news-post-list-textpreview {
    margin-bottom: 0px;
    padding-top: 26px;
    padding-bottom: 18px;
}

.news-featured-news-label {
    margin-bottom: 34px;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0px;
}

    .news-featured-news-label.black {
        color: #000;
    }

        .news-featured-news-label.black.caps {
            margin-top: 28px;
            margin-bottom: 13px;
        }

    .news-featured-news-label.caps {
        margin-top: 28px;
        margin-bottom: 13px;
        text-transform: uppercase;
    }

.news_p {
    margin-top: 26px;
    margin-bottom: 20px;
}

    .news_p.brizo {
        font-family: 'Domaine Text', 'Times New Roman';
        font-weight: 400;
    }

    .news_p.delta {
        font-family: 'Trade Gothic Light', Arial;
    }

    .news_p.fine-print {
        font-size: 16px;
        line-height: 26px;
    }

.news-post-single-title {
    font-size: 42px;
    line-height: 48px;
}

    .news-post-single-title.brizo {
        font-family: 'DIN 1451 MITTELSCHRIFT', Arial;
        font-size: 42px;
        line-height: 46px;
        font-weight: 500;
    }

    .news-post-single-title.delta {
        font-family: 'Trade Gothic Bold', Arial;
        line-height: 48px;
        font-weight: 600;
    }

.news-post-single-title-medium {
    font-size: 28px;
    line-height: 34px;
}

    .news-post-single-title-medium.brizo {
        font-family: 'DIN 1451 MITTELSCHRIFT', Arial;
        font-size: 28px;
        line-height: 34px;
        font-weight: 500;
    }

    .news-post-single-title-medium.delta {
        font-family: 'Trade Gothic Bold', Arial;
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
    }

.news-post-single-logo {
    position: absolute;
    right: 0px;
    bottom: 31px;
    width: 100%;
    height: auto;
    max-width: 275px;
}

.news-post-single-image {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 53px;
}

.news-post-single-h3-subhead {
    font-size: 28px;
    line-height: 33px;
}

    .news-post-single-h3-subhead.brizo {
        font-family: 'Domaine Display Narrow', 'Times New Roman';
        font-weight: 300;
    }

    .news-post-single-h3-subhead.delta {
        font-family: 'Trade Gothic Bold', Arial;
        font-weight: 300;
    }

    .news-post-single-h3-subhead.sweep_prizes {
        margin-bottom: 46px;
        text-align: center;
    }

        .news-post-single-h3-subhead.sweep_prizes.brizo {
            font-family: 'Domaine Display Narrow', 'Times New Roman';
            font-style: normal;
            font-weight: 300;
        }

.news-post-single-h4-subhead {
    font-size: 18px;
    line-height: 20px;
}

    .news-post-single-h4-subhead.brizo {
        font-family: 'Domaine Display Narrow', 'Times New Roman';
        font-weight: 300;
    }

    .news-post-single-h4-subhead.delta {
        font-family: 'Trade Gothic Bold', Arial;
        font-weight: 300;
    }

    .news-post-single-h4-subhead.sweep_prizes {
        margin-bottom: 46px;
        text-align: center;
    }

.imp-top-wrapper {
    width: 100%;
}

.impressionista_note {
    width: 100%;
    margin-top: 23px;
    float: left;
}

.news-article-single-pubdate {
    margin-top: 12px;
    color: #bbb;
    font-style: italic;
}

    .news-article-single-pubdate.brizo {
        font-family: 'Domaine Display Narrow', 'Times New Roman';
        /*font-size: 21px;*/
        font-style: normal;
        text-transform: uppercase;
    }

    .news-article-single-pubdate.delta {
        font-family: 'Trade Gothic Light', Arial;
    }

.news-post-single-features {
    margin-bottom: 24px;
    margin-left: 13px;
    text-align: left;
}

    .news-post-single-features.brizo {
        font-family: 'Domaine Display Narrow', 'Times New Roman';
        line-height: 36px;
        font-style: italic;
        font-weight: 500;
    }

    .news-post-single-features.delta {
        font-family: 'Trade Gothic Bold', Arial;
        line-height: 36px;
        font-weight: 700;
    }

.imp-single-profilephoto {
    width: 100%;
    height: auto;
    max-width: 440px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.link-6 {
    text-decoration: none;
}

    .link-6:hover {
        text-decoration: underline;
    }

.report-dashboard-box {
    width: 66.6664%;
    float: left;
    background-color: transparent;
}

    .report-dashboard-box.box {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 30px;
        -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;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        border-top: 4px solid #232323;
        border-left: 4px solid #232323;
        background-color: #fff;
    }

        .report-dashboard-box.box.last {
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            border-right: 4px solid #000;
        }

        .report-dashboard-box.box.filter {
            padding-bottom: 0px;
        }

            .report-dashboard-box.box.filter.promotions-box {
                padding-bottom: 38px;
            }

        .report-dashboard-box.box.fei {
            border-right: 4px solid #000;
        }

        .report-dashboard-box.box.tc {
            border-left-width: 4px;
        }

.report-box-title {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #000;
    font-size: 20px;
    line-height: 21px;
    text-align: left;
}

    .report-box-title.filtername {
        position: relative;
        top: 6px;
    }

    .report-box-title.toggle {
        display: inline;
    }

.dash-content {
    padding-right: 11px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dash-content-line {
    display: block;
    width: 49.9998%;
    float: left;
    background-color: transparent;
}

    .dash-content-line.trk-stack {
        display: block;
        padding-right: 12px;
        padding-bottom: 8px;
    }

        .dash-content-line.trk-stack.right {
            padding-right: 8px;
            padding-bottom: 8px;
            padding-left: 14px;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border-left: 1px solid #a8a8a8;
            color: #706f6f;
        }

            .dash-content-line.trk-stack.right.last.stack {
                clear: both;
                border-style: none;
            }

            .dash-content-line.trk-stack.right.stack {
                margin-top: 46px;
                padding-left: 0px;
                border-style: none;
            }

    .dash-content-line.left {
        padding-right: 15px;
    }

    .dash-content-line.right {
        padding-left: 15px;
    }

.dashboard-data {
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 23px;
    line-height: 0.8em;
    font-weight: 300;
    letter-spacing: 0px;
}

    .dashboard-data.larger {
        font-size: 60px;
        font-weight: 300;
    }

    .dashboard-data.user-level {
        margin-top: 25px;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .dashboard-data.user-level-b {
        margin-top: 27px;
        font-size: 18px;
        line-height: 1.3em;
    }

.chart {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 13px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

    .chart.fei {
        max-width: 670px;
    }

.flex-width.sm {
    width: 33.3333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .flex-width.sm.right {
        border-right: 4px solid #000;
    }

    .flex-width.sm._2 {
        width: 39.9998%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 39.9998%;
        -ms-flex: 1 0 39.9998%;
        flex: 1 0 39.9998%;
    }

    .flex-width.sm._50 {
        width: 50%;
    }

.flex-width.lg {
    width: 66.6666%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 66.6668%;
    -ms-flex: 1 0 66.6668%;
    flex: 1 0 66.6668%;
}

    .flex-width.lg._2 {
        width: 59.998%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 58.998%;
        -ms-flex: 1 0 58.998%;
        flex: 1 0 58.998%;
    }

    .flex-width.lg._50 {
        width: 50%;
    }

.flex-width.full {
    width: 100%;
    border-right: 4px solid #000;
}

.flex-width.quarter {
    width: 25%;
}

.flex-width.three-quarter {
    width: 75%;
}

.table-1 {
    width: 100%;
}

    .table-1.topspc {
        margin-top: 34px;
    }

.html-embed {
    overflow: auto;
    width: 100%;
    font-family: Gilroy, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.row1-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upper {
    position: absolute;
    top: 22px;
    right: 32px;
}

.form-block {
    width: 100%;
    font-family: Gilroy, sans-serif;
    color: #000;
}

.filter-column {
    padding-right: 23px;
}

    .filter-column.btn {
        width: 10%;
    }

    .filter-column.center {
        text-align: center;
    }

.filter-field {
    display: block;
}

.filter-col-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.upper-holder {
    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;
    text-align: center;
}

.text-block-10 {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 14px;
    font-family: Lora, sans-serif;
    color: #232323;
    font-size: 18px;
}

.accordion_item_content-b {
    overflow: hidden;
    padding-right: 18px;
    padding-left: 18px;
}

.accordion-item-trigger-nonfunctional {
    position: relative;
    padding: 22px 18px 11px;
    border-bottom: 1px solid #c3c3c3;
    cursor: pointer;
}

.downloadrules {
    position: relative;
    top: 2px;
    display: inline-block;
}

.download-rules-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.dowload-rules-link {
    width: 100%;
}

    .dowload-rules-link.promotions {
        margin-bottom: 44px;
    }

.agreerules {
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

    .agreerules.brizo {
        font-weight: 400;
        text-transform: none;
    }

    .agreerules.delta {
        font-family: 'Trade Gothic Light', Arial;
    }

.tickbox {
    position: relative;
    top: -3px;
    width: 15px;
    height: 15px;
    margin-right: 11px;
}

.div-block-9 {
    display: block;
    width: 100%;
    text-align: center;
}

.checkbox-field {
    display: inline-block;
}

.sweep_formchecks {
    margin-top: 15px;
    margin-bottom: 22px;
}

.brizo {
    font-family: 'Domaine Text', 'Times New Roman';
}

.delta {
    font-family: 'Trade Gothic Light', Arial;
}

.full-width-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.pagebody-fullheight {
    height: 100%;
}

.fullwidth {
    position: relative;
    width: 100%;
    height: 50%;
    background-image: url('../images/65397LF-GLLHP_HL5398-GL_699198-GL_preview.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

    .fullwidth.b {
        background-image: url('../images/9113-BL-DST_02_preview.jpg');
    }

        .fullwidth.b.lower {
            border-top: 5px solid #fff;
            background-image: url('../images/9693T-KS-DST_RP92233KS_ESCUTCHEON_preview.jpg');
        }

.loginlogoholder {
    position: absolute;
    left: 24px;
    bottom: 22px;
    width: 150px;
}

.login-infoholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
}

.login-formfield {
    display: block;
    width: 100%;
    height: auto;
    max-width: 450px;
    min-height: 54px;
    margin: 0px auto 31px;
    border-style: solid;
    border-width: 0px 0px 4px;
    border-color: #000 #000 #232323;
    background-color: transparent;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
}

    .login-formfield:focus {
        border-bottom-color: #e6c469;
    }

    .login-formfield::-webkit-input-placeholder {
        font-family: Gilroy, sans-serif;
        color: #a1a6aa;
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
    }

    .login-formfield:-ms-input-placeholder {
        font-family: Gilroy, sans-serif;
        color: #a1a6aa;
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
    }

    .login-formfield::-ms-input-placeholder {
        font-family: Gilroy, sans-serif;
        color: #a1a6aa;
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
    }

    .login-formfield::placeholder {
        font-family: Gilroy, sans-serif;
        color: #a1a6aa;
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
    }

.login-logo {
    position: relative;
    width: 325px;
    height: 135px;
    max-width: 325px;
    margin-bottom: 56px;
    padding: 35px 0px 1px;
}

.login-submit {
    margin-bottom: 19px;
    padding: 20px;
    border-radius: 3px;
    background-color: #232323;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
    font-family: 'Gilroy webfont';
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

    .login-submit:hover {
        background-image: radial-gradient(circle farthest-corner at 26% 41%, #f8e7b5, #f6da84 28%, #d2ab49 66%, #b49648);
        color: #232323;
    }

    .login-submit.form {
        margin-top: 16px;
        padding: 23px 22px;
        font-size: 15px;
    }

        .login-submit.form.submitbutton {
            display: block;
            margin-right: auto;
            margin-left: auto;
            font-family: Gilroy, sans-serif;
            text-align: left;
        }

.login-submit-holder {
    display: block;
    width: 100%;
    margin-top: 57px;
    text-align: left;
}

.paragraph {
    text-align: center;
}

.form-block-2 {
    width: 100%;
}

.login-signout-message {
    margin-bottom: 31px;
    text-align: center;
}

.brandlogo-topbar {
    position: absolute;
    top: 20px;
    right: 0px;
    bottom: 0px;
    width: 194px;
    margin-right: 22px;
    float: right;
}

    .brandlogo-topbar.left {
        left: 35px;
        top: 20px;
        right: auto;
        bottom: 0px;
    }

    .brandlogo-topbar.delta {
        top: 9px;
    }

.holder {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.formmain {
    width: 100%;
}

    .formmain.prod-search-l {
        padding-right: 5px;
        text-align: left;
    }

        .formmain.prod-search-l.second {
            margin-top: 41px;
        }

.formfull {
    width: 100%;
    padding-right: 11px;
}

.or {
    margin-top: 38px;
    margin-bottom: 32px;
}

    .or.light {
        font-weight: 400;
    }

        .or.light.rec {
            margin-top: 12px;
            margin-bottom: 24px;
        }

.filters-browse {
    margin-top: 23px;
}

.browse-h3 {
    margin-top: 39px;
}

.product-list {
    overflow: scroll;
    margin-top: 26px;
    margin-bottom: 50px;
    padding: 0px;
    border: 2px none #000;
    font-family: Gilroy, sans-serif;
}

.dropdown-form-field {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

    .dropdown-form-field.rec-showroom-name {
        width: 60%;
        margin-right: 17px;
        padding-top: 3px;
        padding-bottom: 1px;
        float: left;
        background-color: #fff;
    }

.dropdown-inner {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.text-field {
    height: 46px;
    border-radius: 5px;
}

    .text-field.rec-firstname {
        width: 40%;
        margin-right: 18px;
        float: left;
    }

        .text-field.rec-firstname.number {
            width: 15%;
            min-width: 250px;
        }

.dropdown-holder.w--open {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 17px 29px -7px rgba(0, 0, 0, .29);
}

.dropdown-links {
    font-family: 'Gilroy webfont';
}

    .dropdown-links:hover {
        background-color: #f1f1f1;
        color: #000;
    }

    .dropdown-links.card {
        padding-top: 18px;
        padding-bottom: 18px;
    }

.productimage {
    width: 100%;
    height: auto;
    margin-right: 32px;
    margin-left: 32px;
}

.prod-result-txt {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 20px;
}

    .prod-result-txt.asneeded {
        margin-top: 51px;
        font-size: 16px;
        line-height: 20px;
    }

.prod-info {
    width: 100%;
    padding: 29px 42px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .prod-info.po {
        padding-top: 33px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-top: 1px solid #c3c3c3;
    }

.po-head {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    float: left;
    font-size: 21px;
}

.p0-txt {
    display: inline-block;
    float: right;
    font-family: Gilroy, sans-serif;
    font-size: 28px;
}

.thin {
    font-size: 21px;
    font-weight: 500;
}

.quarter {
    width: 66.6664%;
    float: left;
    background-color: transparent;
}

    .quarter.box {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 30px;
        -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;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        border-top: 4px solid #232323;
        border-left: 4px solid #232323;
        background-color: #fff;
    }

        .quarter.box.ma {
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

.acct-name {
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 41px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
}

    .acct-name.caps {
        max-width: 770px;
        text-transform: uppercase;
    }

.acct-info {
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 18px;
    line-height: 0.4em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.acct-top.leftinfo {
    float: left;
}

.acct-top.right-info {
    float: right;
    text-align: right;
}

.acct-ptslabel {
    position: relative;
    top: 12px;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 18px;
    line-height: 0.4em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.acct-pts {
    position: relative;
    top: 15px;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #232323;
    font-size: 41px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
}

.my-act-tracker {
    width: 100%;
}

    .my-act-tracker.goldtier-gradient {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 21px 12px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8e7b5, #f6da84 27%, #d2ab49 72%, #b49648 98%);
        text-align: center;
        text-transform: uppercase;
    }

        .my-act-tracker.goldtier-gradient.acctpg {
            padding-top: 34px;
            padding-bottom: 34px;
        }

    .my-act-tracker.starter-tier {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 21px 12px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8cea6, #f8b778 27%, #d27e3c 72%, #b47643 98%);
        text-align: center;
        text-transform: uppercase;
    }

        .my-act-tracker.starter-tier.acctpg {
            padding-top: 34px;
            padding-bottom: 34px;
        }

    .my-act-tracker.silver-tier {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 21px 12px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8f6f1, #f8f5ec 27%, #d2cec2 72%, #b4b1a9 98%);
        text-align: center;
        text-transform: uppercase;
    }

        .my-act-tracker.silver-tier.acctpg {
            padding-top: 34px;
            padding-bottom: 34px;
        }

    .my-act-tracker.platinum-tier {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 21px 12px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f7f8f8, #f2f5f8 27%, #c9cfd2 72%, #aeb2b4 98%);
        text-align: center;
        text-transform: uppercase;
    }

        .my-act-tracker.platinum-tier.acctpg {
            padding-top: 34px;
            padding-bottom: 34px;
        }

.pts-summary-wrap {
    width: 100%;
    margin-top: 29px;
}

.pt-summary-line-wrap {
    padding-top: 21px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3c3c3;
}

.pt-summary-label {
    margin-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.py-sum-title {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 18px;
    color: #000;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
}

.my-titlebar {
    width: 66.6664%;
    float: left;
    background-color: transparent;
}

    .my-titlebar.box {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 30px;
        -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;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        border-top: 4px solid #232323;
        border-left: 4px solid #232323;
        background-color: #fff;
    }

        .my-titlebar.box.header {
            padding-bottom: 41px;
        }

.ps-no {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    font-family: Gilroy, sans-serif;
    color: #e6c469;
    font-size: 37px;
    line-height: 0.9em;
    font-weight: 300;
    letter-spacing: 1px;
}

    .ps-no.pt-sum-no {
        float: right;
        font-size: 33px;
        text-align: right;
        letter-spacing: 0px;
    }

.left {
    display: block;
    width: 80%;
    text-align: left;
}

.printlinks {
    position: relative;
    top: 21px;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: -1px;
    padding-bottom: 0px;
    float: right;
    font-family: 'Gilroy webfont';
    color: #232323;
    font-size: 15px;
    line-height: 0.4em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.printlinks-link {
    font-family: Gilroy, sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.h3-smaller {
    font-size: 20px;
    font-weight: 500;
}

    .h3-smaller.bold {
        font-weight: 800;
    }

.date-picker {
    position: relative;
    top: 5px;
    width: 22px;
    margin-left: 8px;
    float: left;
}

.date-txt-field {
    display: inline-block;
    width: 53%;
    height: 46px;
    margin-top: -5px;
    float: left;
    border-radius: 5px;
}

.date-a {
    display: block;
    width: 50%;
    margin-right: 0px;
    float: left;
}

.to-line {
    position: relative;
    display: block;
    margin-right: 8px;
    float: left;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.flex-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 6px;
}

.time-links {
    margin-right: 10px;
    font-size: 15px;
}

.time-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 37px;
}

.report-a {
    overflow: scroll;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 50px;
    padding: 0px;
    border: 2px none #000;
    font-family: Gilroy, sans-serif;
}

.selected-range {
    width: 100%;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.report-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 28px;
}

.card-image {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.reload-form {
    width: 100%;
    margin-top: 41px;
}

.form-field-fullwidth {
    display: block;
    width: 100%;
    height: 78px;
    margin: 0px auto 31px;
    padding-left: 0px;
    border-style: solid;
    border-width: 0px 0px 4px;
    border-color: #000 #000 #232323;
    background-color: transparent;
    font-family: 'Gilroy webfont';
    color: #232323;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
}

    .form-field-fullwidth:focus {
        border-bottom-color: #e6c469;
    }

    .form-field-fullwidth::-webkit-input-placeholder {
        font-family: Gilroy, sans-serif;
        color: #a1a6aa;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase;
    }

    .form-field-fullwidth:-ms-input-placeholder {
        font-family: Gilroy, sans-serif;
        color: #a1a6aa;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase;
    }

    .form-field-fullwidth::-ms-input-placeholder {
        font-family: Gilroy, sans-serif;
        color: #a1a6aa;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase;
    }

    .form-field-fullwidth::placeholder {
        font-family: Gilroy, sans-serif;
        color: #a1a6aa;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase;
    }

.card-label {
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

    .card-label.confrimation {
        padding-bottom: 9px;
        border-style: none none solid;
        border-width: 1px;
        border-color: #c3c3c3;
        font-family: Gilroy, sans-serif;
        color: #a7a7a7;
    }

.card-reload-dropdown-field-style-example {
    width: 100%;
    margin-bottom: 15px;
    border: 1px none #ccc;
    border-radius: 5px;
}

.placeholder-dropdown {
    color: #a1a6aa;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
}

.form-field-card-reload {
    display: block;
    width: 100%;
    height: 78px;
    margin: 0px auto 31px;
    padding-top: 24px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-style: solid;
    border-width: 0px 0px 4px;
    border-color: #000 #000 #232323;
    background-color: transparent;
    font-family: 'Gilroy webfont';
    color: #232323;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
}

    .form-field-card-reload:focus {
        border-bottom-color: #e6c469;
    }

    .form-field-card-reload::-webkit-input-placeholder {
        font-family: 'Gilroy webfont';
        color: #a1a6aa;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase;
    }

    .form-field-card-reload:-ms-input-placeholder {
        font-family: 'Gilroy webfont';
        color: #a1a6aa;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase;
    }

    .form-field-card-reload::-ms-input-placeholder {
        font-family: 'Gilroy webfont';
        color: #a1a6aa;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase;
    }

    .form-field-card-reload::placeholder {
        font-family: 'Gilroy webfont';
        color: #a1a6aa;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        text-transform: uppercase;
    }

.dropdown-card-holder {
    margin-top: -32px;
}

    .dropdown-card-holder.w--open {
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 17px 29px -7px rgba(0, 0, 0, .29);
    }

.disclaimer-text-card {
    margin-top: 36px;
}

.rball {
    position: relative;
    top: -5px;
    font-size: 12px;
}

.card-use-quote {
    margin-top: 41px;
    font-family: Gilroy, sans-serif;
    font-size: 31px;
    line-height: 43px;
}

.card-use-slider-slider {
    height: auto;
    background-color: transparent;
}

.card-use-quote-attribution {
    margin-top: 17px;
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    line-height: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.text-span-2 {
    font-weight: 400;
}

.order-confrimation-headline {
    margin-bottom: 24px;
    margin-left: 0px;
    text-align: left;
}

.card-confirm-text {
    padding-top: 5px;
    font-family: Gilroy, sans-serif;
    font-size: 22px;
}

.form-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inline-arrow {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 22px;
    margin-top: 9px;
    margin-right: 11px;
    margin-left: 11px;
}

.inline-text-link {
    display: inline-block;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

    .inline-text-link.current {
        font-weight: 800;
        text-decoration: underline;
    }

.rew-image {
    width: 100%;
    height: auto;
    border: 1px solid #e6dfdf;
}

.rew-radio-btn {
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px 12px 13px;
    border: 4px solid #fff;
    text-align: center;
}

    .rew-radio-btn:hover {
        border: 4px solid #f5f5f5;
        background-color: #f5f5f5;
    }

    .rew-radio-btn:active {
        border-color: #000;
    }

.hidden-radio-button {
    position: relative;
    left: 48%;
    display: none;
    margin-top: 60px;
    margin-left: 0px;
    text-align: center;
}

.radio-button-label {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 0px;
    font-family: Lora, sans-serif;
    font-size: 16px;
}

.full-width-button-bar {
    display: inline-block;
    width: 100%;
    margin-top: 21px;
}

    .full-width-button-bar.control-bar {
        padding: 18px 17px 0px 22px;
        background-color: #f5f5f5;
    }

.rec-text-area {
    width: 100%;
    min-height: 195px;
    border-radius: 5px;
}

    .rec-text-area._60 {
        width: 60%;
    }

        .rec-text-area._60.reason {
            min-height: 75px;
        }

    .rec-text-area._40 {
        width: 60%;
    }

        .rec-text-area._40.btm-spc {
            margin-bottom: 26px;
        }

.rec-explanation-text {
    width: 60%;
    font-size: 16px;
    line-height: 24px;
}

.formgroup-headline {
    margin-bottom: 69px;
}

.rec-sum-h3 {
    margin-top: 37px;
}

.form-4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.div-block-12 {
    padding: 15px 32px;
    background-color: #f5f5f5;
}

.password-error-wrapper {
    position: relative;
    display: block;
    width: 90vw;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

    .password-error-wrapper.graybox-kc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 60%;
        margin-bottom: 39px;
        padding: 12px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border: 2px none #000;
        background-color: #232323;
        -webkit-transition: background-color 200ms ease, color 200ms ease;
        transition: background-color 200ms ease, color 200ms ease;
        color: #fff;
    }

.normal {
    font-weight: 400;
}

.pw-alert {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 8px;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.profile-meta-info {
    margin-top: 43px;
    padding: 36px 36px 32px;
    border: 1px solid #c3c3c3;
}

.profile-info-title {
    display: inline-block;
    font-family: Gilroy, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.profile-info-data {
    display: inline-block;
    margin-left: 8px;
}

.current-photo {
    width: 100%;
    max-width: 450px;
}

.profile-photo-wrap {
    padding-top: 0px;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
}

.captiontext {
    margin-top: 6px;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

    .captiontext.center {
        padding-bottom: 43px;
        border-bottom: 1px solid #c3c3c3;
    }

.profile-photo-text {
    display: block;
    margin-bottom: 23px;
    text-align: left;
}

.input-slider {
    display: block;
    max-width: 210px;
    margin-right: auto;
    margin-left: auto;
}

.photo-editor {
    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;
}

.profile-sample {
    margin-top: 79px;
    padding: 47px;
    border: 1px solid #c3c3c3;
}

.goldline {
    padding-top: 24px;
    border-top: 4px solid #e6c469;
}

.confirmation-frame {
    margin-top: 79px;
    padding: 47px;
    border: 1px solid #c3c3c3;
    text-align: center;
}

.max-60 {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.small-goldline {
    display: block;
    width: 50px;
    margin-top: 33px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    border-top: 4px solid #e6c469;
}

.claimdate {
    margin-top: 12px;
    color: #bbb;
    font-style: italic;
    text-align: left;
}

    .claimdate.brizo {
        font-family: 'Domaine Text', 'Times New Roman';
    }

    .claimdate.delta {
        font-family: 'Trade Gothic Light', Arial;
    }

.valid-date {
    margin-top: 12px;
    color: #bbb;
    font-style: italic;
    text-align: left;
}

    .valid-date.brizo {
        font-family: 'Domaine Text', 'Times New Roman';
    }

    .valid-date.delta {
        font-family: 'Trade Gothic Light', Arial;
    }

.promotions-logo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

    .promotions-logo.dual {
        max-width: 385px;
        margin-bottom: 10px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .promotions-logo.delta-log {
        max-width: 270px;
        margin-bottom: 10px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .promotions-logo.brizo-logo {
        max-width: 275px;
        margin-bottom: 10px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .container.stacking-fei {
        margin-top: 25px;
    }

.kc-content-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f5f5f5;
}

.kc_logo {
    position: absolute;
    left: 21px;
    bottom: 20px;
    width: 144px;
    margin-right: 40px;
    float: right;
}

.kc-questiontext {
    margin-bottom: 9px;
    font-family: Gilroy, sans-serif;
    font-size: 23px;
    line-height: 26px;
    font-weight: 800;
    text-decoration: none;
    text-transform: none;
}

.kc-question-rball {
    position: relative;
    top: -5px;
    font-size: 13px;
}

.question-form-wrap {
    width: 100%;
    margin-top: 24px;
}

.kc-choice-btn {
    width: 100%;
    margin-bottom: 11px;
    padding: 7px;
    border: 2px solid #232323;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Gilroy webfont';
    color: #232323;
    font-size: 16px;
    text-align: center;
}

    .kc-choice-btn:hover {
        background-color: #dfdfdf;
    }

    .kc-choice-btn.correct {
        border-color: #1b691b;
        background-color: #c2e9c3;
    }

    .kc-choice-btn.incorrect {
        border-color: #792424;
        background-color: #ecc5c5;
    }

.kc-btn-txt {
    font-family: Gilroy, sans-serif;
}

.text-span-3 {
    font-size: 16px;
}

.kc_btn {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 19px;
    padding: 20px;
    border-radius: 3px;
    background-color: #232323;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
    font-family: 'Gilroy webfont';
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

    .kc_btn:hover {
        background-image: radial-gradient(circle farthest-corner at 26% 41%, #f8e7b5, #f6da84 28%, #d2ab49 66%, #b49648);
        color: #232323;
    }

    .kc_btn.form-field-height {
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .kc_btn.form-field-height.left-align {
            display: inline-block;
            margin-top: 17px;
            padding-top: 13px;
            padding-bottom: 12px;
            float: left;
            font-family: Gilroy, sans-serif;
        }

        .kc_btn.form-field-height.second {
            margin-left: 15px;
        }

.kc-sweeps-txt {
    font-size: 14px;
    line-height: 21px;
}

.kc-checkbox {
    margin-top: 8px;
    margin-bottom: 1px;
}

.checkbox-label {
    font-family: Lora, sans-serif;
}

.kc-link {
    font-size: 14px;
}

.kc-area {
    margin-top: 0px;
    margin-bottom: 28px;
    padding: 15px;
    background-color: #e4e4e4;
}

.kc-response {
    margin-top: 28px;
    margin-bottom: 8px;
    padding: 15px;
    background-color: #e4e4e4;
}

.kc-response-txt {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 21px;
}

.kc-samples-subheads {
    margin-top: 37px;
    margin-bottom: 60px;
    font-size: 31px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.questionsform {
    width: 100%;
}

.form-block-3 {
    position: relative;
}

.preview-image {
    width: 100%;
}

.promo-inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

._10pxspace {
    width: 100%;
    height: 10px;
}

.help-btn-txt {
    display: inline-block;
    margin-right: 9px;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

    .help-btn-txt.light {
        font-weight: 300;
    }

    .help-btn-txt.alert-hl {
        font-size: 29px;
    }

.tkn-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 4px solid #000;
}

    .tkn-box.graybox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1600px;
        padding: 5px 4px;
        background-color: #232323;
        color: #fff;
    }

    .tkn-box.graybox-kc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1600px;
        padding: 12px;
        border: 2px none #000;
        background-color: #232323;
        -webkit-transition: background-color 200ms ease, color 200ms ease;
        transition: background-color 200ms ease, color 200ms ease;
        color: #fff;
    }

        .tkn-box.graybox-kc:hover {
            background-color: #eee;
            color: #000;
        }

    .tkn-box.newsarea {
        display: block;
    }

        .tkn-box.newsarea.goldline {
            padding-top: 43px;
            border-top: 4px solid #e6c469;
        }

            .tkn-box.newsarea.goldline.brizo {
                border-top-color: #37c1cb;
            }

            .tkn-box.newsarea.goldline.delta {
                border-top-color: #ac0536;
            }

        .tkn-box.newsarea.featured-line {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .tkn-box.newsarea.rewards {
            display: block;
        }

        .tkn-box.newsarea.impressionistalist {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .tkn-box.newsarea.promo-tile {
            margin-top: 33px;
        }

        .tkn-box.newsarea._100w {
            width: 100%;
        }

    .tkn-box.graybox-report-panels {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1600px;
        margin-top: 53px;
        margin-bottom: 31px;
        padding: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-bottom: 4px solid #000;
        background-color: #232323;
        color: #fff;
    }

    .tkn-box.center {
        text-align: center;
    }

        .tkn-box.center.prod-browse {
            margin-top: 58px;
        }

    .tkn-box.flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .tkn-box.flex.prod-finder {
            margin-top: 70px;
        }

            .tkn-box.flex.prod-finder.graybg {
                padding-top: 0px;
                padding-right: 25px;
                padding-left: 25px;
                background-color: #f5f5f5;
            }

    .tkn-box.reports {
        margin-top: 92px;
    }

    .tkn-box.card-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 41px;
        border-style: solid;
        border-width: 1px;
        border-color: silver silver #c3c3c3;
    }

    .tkn-box.headlineonly {
        margin-top: 118px;
    }

    .tkn-box.tandc-card {
        display: block;
        margin-top: 46px;
    }

    .tkn-box.card-use-slider-wrapper {
        margin-top: -77px;
    }

    .tkn-box.rew-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        border-style: none;
        border-width: 1px;
        border-color: silver silver #c3c3c3;
        background-color: #f5f5f5;
    }

    .tkn-box.wizard-content {
        margin-top: 90px;
    }

    .tkn-box.footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .tkn-box.promotions-toparea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 43px;
    }

    .tkn-box.promotions-timeframes {
        display: block;
        margin-top: 33px;
    }

.tkn-l-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 41.666%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #fff;
}

.tkn-r-col {
    position: relative;
    width: 58.3333%;
    padding: 38px 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-left: 4px solid #000;
    background-color: #fff;
}

.tkn-col-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tkn-l-r1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.tkn-l-r2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 4px solid #000;
}

.tkn-r1-c1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    padding: 30px 5px;
    -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-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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #c2e9c3;
    background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8cea6, #f8b778 27%, #d27e3c 72%, #b47643 98%);
    text-align: center;
}

    .tkn-r1-c1.tkn-plt {
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f7f8f8, #f2f5f8 27%, #c9cfd2 72%, #aeb2b4 98%);
    }

    .tkn-r1-c1.tkn-gold {
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8e7b5, #f6da84 36%, #d2ab49 73%, #b49648 98%);
    }

    .tkn-r1-c1.tkn-slvr {
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8f6f1, #f8f5ec 27%, #d2cec2 72%, #b4b1a9 98%, #fff);
    }

.tkn-r1-c2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66.6666%;
    padding: 45px 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tkn-imp-badge-wrap {
    position: relative;
    width: 100%;
    min-height: 30px;
    padding-right: 7px;
    padding-left: 7px;
}

    .tkn-imp-badge-wrap.hidden {
        display: none;
    }

    .tkn-imp-badge-wrap.hide {
        padding-bottom: 5px;
    }

.tkn-r2-c1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333%;
    padding-right: 5px;
    padding-left: 5px;
    -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-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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #ecc5c5;
    text-align: center;
}

    .tkn-r2-c1.tkn-plt {
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f7f8f8, #f2f5f8 27%, #c9cfd2 72%, #aeb2b4 98%);
    }

    .tkn-r2-c1.tkn-gold {
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8e7b5, #f6da84 27%, #d2ab49 72%, #b49648 97%);
    }

    .tkn-r2-c1.tkn-slvr {
        background-image: radial-gradient(circle farthest-corner at 32% 46%, #f8f6f1, #f8f5ec 27%, #d2cec2 72%, #b4b1a9 98%);
    }

.tkn-r2-c2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66.6666%;
    margin-bottom: 1px;
    padding: 23px 16px 27px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tkn-data-c1 {
    display: block;
    width: 49.9998%;
    padding-right: 12px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    text-align: left;
}

    .tkn-data-c1.gray {
        height: 70px;
        background-color: #e6e6e6;
    }

    .tkn-data-c1.trk-stack {
        display: block;
        padding-right: 12px;
        padding-bottom: 8px;
        text-align: left;
    }

        .tkn-data-c1.trk-stack.right {
            padding-right: 0px;
            padding-bottom: 8px;
            padding-left: 14px;
            border-left: 1px solid #a8a8a8;
            color: #706f6f;
            text-align: left;
        }

    .tkn-data-c1.newlist {
        padding-right: 40px;
        padding-bottom: 21px;
        padding-left: 40px;
        border-left: 4px solid #e6c469;
        text-align: left;
    }

        .tkn-data-c1.newlist.starter {
            border-left-color: #df955a;
        }

        .tkn-data-c1.newlist.brizo {
            border-left-color: #37c1cb;
        }

        .tkn-data-c1.newlist.delta {
            border-left-color: #ac0536;
        }

    .tkn-data-c1.left {
        padding-right: 15px;
    }

    .tkn-data-c1.right {
        padding-right: 0px;
        padding-left: 15px;
        text-align: right;
    }

    .tkn-data-c1.feat-news {
        position: relative;
        padding-left: 0px;
    }

        .tkn-data-c1.feat-news.photo {
            width: 58.9998%;
        }

    .tkn-data-c1.left-upperfooter {
        padding-right: 47px;
        border-right: 1px solid #c7c7c7;
    }

        .tkn-data-c1.left-upperfooter.leftfooter {
            text-align: left;
        }

    .tkn-data-c1.right-upper-footer {
        padding-left: 47px;
    }

        .tkn-data-c1.right-upper-footer.leftfooter {
            text-align: left;
        }

    .tkn-data-c1.promotlists {
        padding-right: 40px;
        padding-bottom: 21px;
        padding-left: 40px;
        border-right: 4px solid #e6c469;
        border-left: 4px none #e6c469;
        text-align: left;
    }

        .tkn-data-c1.promotlists.starter {
            border-right-color: #df955a;
        }

    .tkn-data-c1.nolines-left {
        padding: 33px 47px 21px 0px;
        border-right: 4px none #e6c469;
        border-left: 4px none #e6c469;
    }

    .tkn-data-c1.left-content {
        padding-right: 40px;
    }

        .tkn-data-c1.left-content.redeemcontent {
            padding-right: 48px;
            text-align: left;
        }

    .tkn-data-c1.l-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 20px;
        padding-left: 0px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .tkn-data-c1.r-content {
        padding-left: 20px;
    }

    .tkn-data-c1.feat-news-top {
        position: relative;
        width: 40.9998%;
        padding: 48px 79px 48px 48px;
        border-left: 4px none #e6c469;
        background-color: #232323;
        color: #fff;
    }

    .tkn-data-c1.news-article-content-preview {
        position: relative;
        padding: 27px 40px 37px;
        border-right: 4px solid #e6c469;
        border-left: 4px none #e6c469;
    }

    .tkn-data-c1.right-images {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 5px none #fff;
    }

    .tkn-data-c1.login-flex {
        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;
    }

    .tkn-data-c1.pf-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        border: 1px solid #c3c3c3;
    }

    .tkn-data-c1.result-box-data {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid #c3c3c3;
    }

    .tkn-data-c1.result-box-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .tkn-data-c1.summary-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 26px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        border-style: none none none solid;
        border-width: 1px;
        border-color: #c3c3c3 #c3c3c3 #c3c3c3 #b5b3b3;
    }

    .tkn-data-c1.th-form {
        padding-top: 14px;
        padding-right: 14px;
        padding-left: 11px;
    }

    .tkn-data-c1.card-info-left {
        padding: 50px 50px 25px;
    }

    .tkn-data-c1.card-info-right {
        padding: 50px 50px 25px;
        border-left: 1px solid #c3c3c3;
    }

    .tkn-data-c1.card-form-left {
        margin-bottom: 30px;
        padding-right: 15px;
    }

    .tkn-data-c1.card-form-right {
        margin-bottom: 30px;
        padding-left: 15px;
    }

    .tkn-data-c1.card-use-slider-right-content {
        padding-top: 71px;
        padding-right: 101px;
        padding-left: 64px;
    }

    .tkn-data-c1.rew-box-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 5px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .tkn-data-c1.rew-box-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 19px 24px 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #706f6f;
    }

    .tkn-data-c1.rec-sr-r {
        padding-left: 10px;
    }

    .tkn-data-c1.rec-sr-l {
        padding-right: 10px;
    }

    .tkn-data-c1.kc-left-image {
        min-height: 450px;
        background-image: url('../images/65350LF-BL-ECO_694750-BL_699150-BL_699250-BL_MID_ROOM_preview.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: scroll;
    }

        .tkn-data-c1.kc-left-image.delta {
            background-image: url('../images/9693-KS-DST_STREAM_WATER_preview.jpg');
        }

    .tkn-data-c1.kc-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 450px;
        padding: 36px 36px 6px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

.tnk-data-c2 {
    display: block;
    width: 49.9998%;
    padding-right: 0px;
    padding-left: 14px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #a8a8a8;
    background-color: transparent;
    text-align: left;
}

    .tnk-data-c2.gray {
        height: 70px;
        background-color: #e6e6e6;
    }

    .tnk-data-c2.trk-stack {
        display: block;
        padding-right: 12px;
        padding-bottom: 8px;
        text-align: left;
    }

        .tnk-data-c2.trk-stack.right {
            padding-right: 0px;
            padding-bottom: 8px;
            padding-left: 14px;
            border-left: 1px solid #a8a8a8;
            color: #706f6f;
            text-align: left;
        }

    .tnk-data-c2.newlist {
        padding-right: 40px;
        padding-bottom: 21px;
        padding-left: 40px;
        border-left: 4px solid #e6c469;
        text-align: left;
    }

        .tnk-data-c2.newlist.starter {
            border-left-color: #df955a;
        }

        .tnk-data-c2.newlist.brizo {
            border-left-color: #37c1cb;
        }

        .tnk-data-c2.newlist.delta {
            border-left-color: #ac0536;
        }

    .tnk-data-c2.left {
        padding-right: 15px;
    }

    .tnk-data-c2.right {
        padding-right: 0px;
        padding-left: 15px;
        text-align: right;
    }

    .tnk-data-c2.feat-news {
        position: relative;
        padding-left: 0px;
    }

        .tnk-data-c2.feat-news.photo {
            width: 58.9998%;
        }

    .tnk-data-c2.left-upperfooter {
        padding-right: 47px;
        border-right: 1px solid #c7c7c7;
    }

        .tnk-data-c2.left-upperfooter.leftfooter {
            text-align: left;
        }

    .tnk-data-c2.right-upper-footer {
        padding-left: 47px;
    }

        .tnk-data-c2.right-upper-footer.leftfooter {
            text-align: left;
        }

    .tnk-data-c2.promotlists {
        padding-right: 40px;
        padding-bottom: 21px;
        padding-left: 40px;
        border-right: 4px solid #e6c469;
        border-left: 4px none #e6c469;
        text-align: left;
    }

        .tnk-data-c2.promotlists.starter {
            border-right-color: #df955a;
        }

    .tnk-data-c2.nolines-left {
        padding: 33px 47px 21px 0px;
        border-right: 4px none #e6c469;
        border-left: 4px none #e6c469;
    }

    .tnk-data-c2.left-content {
        padding-right: 40px;
    }

        .tnk-data-c2.left-content.redeemcontent {
            padding-right: 48px;
            text-align: left;
        }

    .tnk-data-c2.l-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 20px;
        padding-left: 0px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .tnk-data-c2.r-content {
        padding-left: 20px;
    }

    .tnk-data-c2.feat-news-top {
        position: relative;
        width: 40.9998%;
        padding: 48px 79px 48px 48px;
        border-left: 4px none #e6c469;
        background-color: #232323;
        color: #fff;
    }

    .tnk-data-c2.news-article-content-preview {
        position: relative;
        padding: 27px 40px 37px;
        border-right: 4px solid #e6c469;
        border-left: 4px none #e6c469;
    }

    .tnk-data-c2.right-images {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 5px none #fff;
    }

    .tnk-data-c2.login-flex {
        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;
    }

    .tnk-data-c2.pf-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        border: 1px solid #c3c3c3;
    }

    .tnk-data-c2.result-box-data {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: 1px solid #c3c3c3;
    }

    .tnk-data-c2.result-box-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .tnk-data-c2.summary-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 26px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        border-style: none none none solid;
        border-width: 1px;
        border-color: #c3c3c3 #c3c3c3 #c3c3c3 #b5b3b3;
    }

    .tnk-data-c2.th-form {
        padding-top: 14px;
        padding-right: 14px;
        padding-left: 11px;
    }

    .tnk-data-c2.card-info-left {
        padding: 50px 50px 25px;
    }

    .tnk-data-c2.card-info-right {
        padding: 50px 50px 25px;
        border-left: 1px solid #c3c3c3;
    }

    .tnk-data-c2.card-form-left {
        margin-bottom: 30px;
        padding-right: 15px;
    }

    .tnk-data-c2.card-form-right {
        margin-bottom: 30px;
        padding-left: 15px;
    }

    .tnk-data-c2.card-use-slider-right-content {
        padding-top: 71px;
        padding-right: 101px;
        padding-left: 64px;
    }

    .tnk-data-c2.rew-box-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 5px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .tnk-data-c2.rew-box-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 19px 24px 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #706f6f;
    }

    .tnk-data-c2.rec-sr-r {
        padding-left: 10px;
    }

    .tnk-data-c2.rec-sr-l {
        padding-right: 10px;
    }

    .tnk-data-c2.kc-left-image {
        min-height: 450px;
        background-image: url('../images/65350LF-BL-ECO_694750-BL_699150-BL_699250-BL_MID_ROOM_preview.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: scroll;
    }

        .tnk-data-c2.kc-left-image.delta {
            background-image: url('../images/9693-KS-DST_STREAM_WATER_preview.jpg');
        }

    .tnk-data-c2.kc-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 450px;
        padding: 36px 36px 6px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -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;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

.my-acct-arrow {
    position: relative;
    left: 7px;
    top: -5px;
    display: inline;
    width: 25px;
    margin-top: 9px;
}

.div-block-13 {
    position: relative;
    float: right;
}

.myacct-block {
    position: absolute;
    left: auto;
    top: 41px;
    right: 0%;
    bottom: auto;
    width: 183px;
    padding-right: 38px;
    text-align: right;
    text-decoration: none;
}

    .myacct-block:hover {
        color: #e6c469;
    }

.myacct-link {
    display: inline;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 0.19999999999999996vw;
    font-family: Gilroy, sans-serif;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .myacct-link.left {
        position: relative;
        display: block;
        float: left;
    }

@media (max-width: 991px) {
    .h4_autosize {
        font-size: 2em;
        line-height: 1.2em;
    }

    .h2_autosize {
        font-size: 3em;
        line-height: 1.2em;
    }

    ._7-col {
        position: relative;
        top: 7px;
    }

        ._7-col.tkr-chart {
            width: 100%;
            margin-top: 0px;
            margin-left: 0px;
        }

        ._7-col.rec-image {
            width: 100%;
            margin-bottom: 23px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        ._7-col.imp-prof-edit-intro {
            width: 100%;
        }

    ._4-col {
        width: 100%;
    }

        ._4-col.noflex {
            -webkit-box-ordinal-group: 0;
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1;
        }

            ._4-col.noflex.left {
                padding-left: 0px;
            }

                ._4-col.noflex.left.rc {
                    width: 100%;
                }

            ._4-col.noflex.right {
                padding-left: 0px;
            }

            ._4-col.noflex.center {
                padding-left: 0px;
            }

            ._4-col.noflex.imp-leader-img {
                padding-top: 64px;
            }

        ._4-col.track {
            max-width: 200px;
        }

        ._4-col.promo-right {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-ordinal-group: 0;
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1;
        }

    .h1_autosize {
        font-size: 3.5em;
        line-height: 1.2em;
    }

    ._2-col.card-form-state {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0px;
    }

    ._2-col.rec-card {
        width: 33.33%;
    }

    ._1-col.promo-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .h3_autosize {
        font-size: 2.5em;
        line-height: 1.2em;
    }

    ._12-col.tracker-left-lower {
        max-height: auto;
    }

    ._12-col.form-group {
        padding-left: 24px;
    }

    ._12-col.preview-warp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    ._12-col.imp-edit-photobox {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._8-col.get-to-numbers-copy {
        width: 100%;
    }

    ._8-col.about-left {
        width: 100%;
    }

    ._8-col.imp_leader-left {
        width: 100%;
        margin-top: 62px;
    }

    ._8-col.impressionista-single-profile-info {
        width: 100%;
        padding-top: 35px;
        padding-left: 0px;
    }

    ._3-col.siderails {
        width: 100%;
        margin-bottom: 47px;
        border-right-style: none;
    }

    ._3-col.impressionistas {
        width: 50%;
        margin-bottom: 36px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    ._5-col {
        width: 100%;
    }

        ._5-col.noflex.pf-left {
            width: 100%;
        }

        ._5-col.ps-number {
            width: 41.666%;
        }

        ._5-col.card-form-city {
            margin-bottom: 30px;
            padding-right: 0px;
        }

    ._6-col.newlist {
        width: 100%;
    }

    ._6-col.feat-news {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 41px;
        padding-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

        ._6-col.feat-news.photo {
            width: 100%;
            margin-bottom: 0px;
        }

    ._6-col.right-upper-footer.leftfooter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 48.88%;
        -ms-flex: 0 48.88%;
        flex: 0 48.88%;
    }

    ._6-col.promotlists {
        width: 100%;
    }

    ._6-col.nolines-left {
        width: 100%;
        margin-bottom: 49px;
        padding-top: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    ._6-col.left-content.redeemcontent {
        width: 100%;
        padding-right: 0px;
    }

    ._6-col.l-content {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 41px;
        padding-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

        ._6-col.l-content.sweepimage {
            width: 100%;
            padding-right: 1px;
        }

    ._6-col.r-content {
        width: 100%;
        padding-left: 0px;
    }

    ._6-col.ptsbox {
        width: 100%;
        margin-bottom: 33px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    ._6-col.feat-news-top {
        width: 100%;
    }

    ._6-col.news-article-content-preview {
        width: 100%;
    }

    ._6-col.pf-left {
        width: 100%;
        margin-top: 8px;
    }

    ._6-col.summary-box, ._5-col.summary-box {
        width: 100%;
        margin-top: 8px;
        padding-top: 33px;
        padding-bottom: 48px;
        border-top-style: solid;
        border-top-color: #b5b3b3;
        border-left-style: none;
    }

    ._6-col.th-form {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    ._6-col.card-form-left {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0px;
    }

    ._6-col.card-form-right {
        width: 100%;
        padding-left: 0px;
    }

    ._6-col.card-use-slider-right-content {
        width: 100%;
        padding-top: 7px;
        padding-right: 0px;
        padding-left: 0px;
    }

    ._6-col.card-amt-field {
        width: 100%;
        margin-bottom: 30px;
    }

    ._6-col.rew-box-left {
        width: 100%;
        padding-top: 32px;
        padding-bottom: 22px;
    }

    ._6-col.rew-box-right {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #706f6f;
        border-left-style: none;
    }

    ._6-col.kc-left-image {
        position: relative;
        width: 100%;
        min-height: 400px;
    }

    ._6-col.kc-right {
        width: 100%;
    }

    .max-width-1600.graybox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 6px solid #000;
    }

    .max-width-1600.newsarea {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .max-width-1600.graybox-report-panels {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .max-width-1600.flex.prod-finder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .max-width-1600.flex.prod-finder.graybg {
            padding-right: 0px;
            padding-left: 0px;
        }

    .max-width-1600.tandc-card {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .max-width-1600.rew-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .max-width-1600.footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .max-width-1600.promotions-toparea {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .max-width-1600.promotions-timeframes {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .slide-nav.dark {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .overlay {
        position: relative;
        height: 100%;
        padding-top: 32px;
        padding-bottom: 29px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, .71)), color-stop(98%, rgba(0, 0, 0, .32)));
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .71) 10%, rgba(0, 0, 0, .32) 98%);
    }

    .div-block-3 {
        width: 100%;
        margin-top: 58px;
        text-align: center;
    }

    .max-width-1800--overlay {
        position: relative;
        bottom: 0px;
    }

        .max-width-1800--overlay.pagetitle {
            padding-right: 16px;
            padding-left: 16px;
        }

    .slider-logo {
        position: relative;
        left: 0px;
        top: 0px;
        right: auto;
        width: 130px;
        margin-top: 14px;
        float: left;
    }

    .tkr-status {
        margin-top: 17px;
        font-size: 28px;
        line-height: 18px;
    }

    .tkr-status-statuslabel {
        font-size: 20px;
        line-height: 13px;
    }

    .tkr-number-lg {
        font-size: 37px;
    }

    .tkr-number-get-large {
        font-size: 29px;
    }

    .tkr-nexttier {
        font-size: 18px;
        line-height: 19px;
    }

    .tracker-chart-placeholder-image-horiz {
        max-width: 900px;
    }

    .slider-post-title-delta {
        font-size: 36px;
        line-height: 34px;
    }

        .slider-post-title-delta.deltahp {
            font-size: 32px;
            line-height: 39px;
        }

    .kc-arrow {
        width: 25px;
    }

    .wrapper-block.feat-news-photo {
        left: 0px;
        top: 0px;
        width: 100%;
    }

    .news-arrow-list {
        top: 12px;
        width: 25px;
    }

    .arrowbutton-gray {
        display: inline-block;
        margin-bottom: 21px;
        padding-right: 27px;
        padding-bottom: 14px;
    }

    ._20-percent {
        width: 49%;
    }

    .slider-postdescription-brizo {
        font-size: 18px;
        line-height: 26px;
    }

    .tracker-chart-placeholder-image-vert {
        display: none;
    }

    .tiergraphic {
        margin-bottom: 41px;
        padding-right: 0px;
    }

    .urgent-alert {
        top: 8%;
    }

    .standard-wrapper {
        padding-top: 43px;
        padding-bottom: 49px;
    }

    .sectiontitle {
        width: 100%;
    }

    .formfield {
        font-size: 25px;
        line-height: 30px;
    }

        .formfield::-webkit-input-placeholder {
            color: #bdbdbd;
            font-size: 25px;
        }

        .formfield:-ms-input-placeholder {
            color: #bdbdbd;
            font-size: 25px;
        }

        .formfield::-ms-input-placeholder {
            color: #bdbdbd;
            font-size: 25px;
        }

        .formfield::placeholder {
            color: #bdbdbd;
            font-size: 25px;
        }

        .formfield.textarea {
            min-height: 300px;
            font-size: 20px;
            line-height: 24px;
        }

            .formfield.textarea::-webkit-input-placeholder {
                font-size: 20px;
                line-height: 40px;
            }

            .formfield.textarea:-ms-input-placeholder {
                font-size: 20px;
                line-height: 40px;
            }

            .formfield.textarea::-ms-input-placeholder {
                font-size: 20px;
                line-height: 40px;
            }

            .formfield.textarea::placeholder {
                font-size: 20px;
                line-height: 40px;
            }

        .formfield.fullwidth {
            font-size: 27px;
            line-height: 31px;
        }

            .formfield.fullwidth::-webkit-input-placeholder {
                font-size: 20px;
                line-height: 45px;
            }

            .formfield.fullwidth:-ms-input-placeholder {
                font-size: 20px;
                line-height: 45px;
            }

            .formfield.fullwidth::-ms-input-placeholder {
                font-size: 20px;
                line-height: 45px;
            }

            .formfield.fullwidth::placeholder {
                font-size: 20px;
                line-height: 45px;
            }

        .formfield.sbs {
            width: 90%;
        }

    .redeemablepoints {
        margin-bottom: 41px;
        padding-right: 0px;
    }

    .current-points {
        font-size: 84px;
    }

    .poiints-box {
        padding: 37px 16px 0px;
    }

    .catalog-wrap {
        padding-bottom: 38px;
    }

    .grayblock {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .arrowbutton-dark {
        display: inline-block;
        margin-bottom: 21px;
        padding-right: 27px;
        padding-bottom: 14px;
    }

    .arrow-link {
        display: inline-block;
        margin-bottom: 21px;
        padding-right: 27px;
        padding-bottom: 14px;
    }

        .arrow-link.full {
            margin-bottom: 0px;
        }

    .tab {
        display: block;
        margin-bottom: 12px;
    }

        .tab.w--current {
            display: block;
        }

    .pdf-icon {
        top: 12px;
        width: 19px;
    }

    .accordion_wrapper {
        width: 100%;
    }

    .accordion_item.prod-browse-results {
        width: 100%;
    }

    .accordion_item_content.nopadding {
        width: 100%;
    }

    .accordion-arrow {
        top: 12px;
        width: 25px;
    }

    .arrow-link-right {
        display: inline-block;
        margin-bottom: 21px;
        padding-right: 27px;
        padding-bottom: 14px;
    }

    .featured-imp-wrapper {
        width: 100%;
    }

    .impressionista-list-name {
        font-size: 20px;
    }

    .sort-letters {
        width: 10%;
    }

        .sort-letters.first {
            margin-left: 5px;
        }

    .news-post-single-logo {
        position: relative;
    }

        .news-post-single-logo.brizo {
            max-width: 200px;
        }

    .report-dashboard-box.box.rightline {
        border-right: 4px solid #000;
    }

    .dashboard-data.user-level {
        line-height: 1.1em;
    }

    .flex-width.sm {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-right: 4px solid #000;
    }

        .flex-width.sm._2 {
            width: 100%;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            border-right-style: none;
        }

        .flex-width.sm._50 {
            border-right-style: none;
        }

        .flex-width.sm.left {
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            border-style: solid;
            border-width: 0px 4px 0px 0px;
            border-color: #000;
        }

    .flex-width.lg {
        width: 100%;
    }

        .flex-width.lg._2 {
            width: 100%;
        }

    .flex-width.quarter {
        width: 100%;
    }

    .flex-width.three-quarter {
        width: 100%;
    }

    .agreerules {
        position: relative;
        top: -18px;
        display: inline;
        float: left;
        clear: left;
        line-height: 19px;
    }

    .tickbox {
        position: relative;
        top: -3px;
        display: inline;
        float: left;
    }

    .sweep_formchecks {
        text-align: left;
    }

    .login-formfield {
        max-width: 100%;
    }

    .form-2 {
        padding-right: 44px;
        padding-left: 44px;
    }

    .brandlogo-topbar {
        top: 21px;
        width: 180px;
    }

    .product-list {
        overflow: scroll;
    }

    .dropdown-form-field.rec-showroom-name {
        width: 100%;
    }

    .text-field.rec-firstname {
        width: 60%;
    }

    .quarter.box {
        width: 100%;
    }

        .quarter.box.ma {
            border-right: 4px solid #000;
        }

    .acct-name.caps {
        font-size: 33px;
        line-height: 1em;
    }

    .acct-top.leftinfo {
        float: none;
        text-align: center;
    }

    .acct-top.right-info {
        margin-top: 41px;
        float: none;
        text-align: center;
    }

    .acct-pts {
        margin-top: 3px;
    }

    .pt-summary-line-wrap {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .my-titlebar.box {
        width: 100%;
    }

    .left.profiedt {
        width: 100%;
    }

    .date-txt-field {
        width: 56%;
    }

    .report-a {
        overflow: scroll;
    }

    .card-image {
        max-width: 300px;
        float: left;
    }

    .form-field-fullwidth {
        line-height: 50px;
    }

    .icon-2 {
        display: none;
    }

    .rec-text-area._60 {
        width: 100%;
    }

    .rec-explanation-text {
        width: 100%;
    }

    .profile-photo-wrap {
        text-align: left;
    }

    .input-slider {
        width: 210px;
        margin-left: 0px;
    }

    .photo-editor {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .claimdate {
        text-align: left;
    }

    .promotions-logo {
        position: relative;
        max-width: 200px;
        margin-bottom: 32px;
    }

    .kc-content-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .kc_logo {
        width: 130px;
    }

    .tkn-box.graybox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 6px solid #000;
    }

    .tkn-box.newsarea {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .tkn-box.graybox-report-panels {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkn-box.flex.prod-finder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tkn-box.flex.prod-finder.graybg {
            padding-right: 0px;
            padding-left: 0px;
        }

    .tkn-box.tandc-card {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .tkn-box.rew-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkn-box.footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkn-box.promotions-toparea {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .tkn-box.promotions-timeframes {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .tkn-l-col {
        width: 100%;
    }

    .tkn-r-col {
        width: 100%;
        border-top: 4px solid #000;
        border-left-style: none;
    }

    .tkn-col-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkn-l-r1 {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .tkn-data-c1.newlist {
        width: 100%;
    }

    .tkn-data-c1.feat-news {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 41px;
        padding-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

        .tkn-data-c1.feat-news.photo {
            width: 100%;
            margin-bottom: 0px;
        }

    .tkn-data-c1.right-upper-footer.leftfooter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 48.88%;
        -ms-flex: 0 48.88%;
        flex: 0 48.88%;
    }

    .tkn-data-c1.promotlists {
        width: 100%;
    }

    .tkn-data-c1.nolines-left {
        width: 100%;
        margin-bottom: 49px;
        padding-top: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .tkn-data-c1.left-content.redeemcontent {
        width: 100%;
        padding-right: 0px;
    }

    .tkn-data-c1.l-content {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 41px;
        padding-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

        .tkn-data-c1.l-content.sweepimage {
            width: 100%;
            padding-right: 1px;
        }

    .tkn-data-c1.r-content {
        width: 100%;
        padding-left: 0px;
    }

    .tkn-data-c1.ptsbox {
        width: 100%;
        margin-bottom: 33px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .tkn-data-c1.feat-news-top {
        width: 100%;
    }

    .tkn-data-c1.news-article-content-preview {
        width: 100%;
    }

    .tkn-data-c1.pf-left {
        width: 100%;
        margin-top: 8px;
    }

    .tkn-data-c1.summary-box {
        width: 100%;
        margin-top: 8px;
        padding-top: 33px;
        padding-bottom: 48px;
        border-top-style: solid;
        border-top-color: #b5b3b3;
        border-left-style: none;
    }

    .tkn-data-c1.th-form {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .tkn-data-c1.card-form-left {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0px;
    }

    .tkn-data-c1.card-form-right {
        width: 100%;
        padding-left: 0px;
    }

    .tkn-data-c1.card-use-slider-right-content {
        width: 100%;
        padding-top: 7px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .tkn-data-c1.card-amt-field {
        width: 100%;
        margin-bottom: 30px;
    }

    .tkn-data-c1.rew-box-left {
        width: 100%;
        padding-top: 32px;
        padding-bottom: 22px;
    }

    .tkn-data-c1.rew-box-right {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #706f6f;
        border-left-style: none;
    }

    .tkn-data-c1.kc-left-image {
        position: relative;
        width: 100%;
        min-height: 400px;
    }

    .tkn-data-c1.kc-right {
        width: 100%;
    }

    .tnk-data-c2.newlist {
        width: 100%;
    }

    .tnk-data-c2.feat-news {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 41px;
        padding-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

        .tnk-data-c2.feat-news.photo {
            width: 100%;
            margin-bottom: 0px;
        }

    .tnk-data-c2.right-upper-footer.leftfooter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 48.88%;
        -ms-flex: 0 48.88%;
        flex: 0 48.88%;
    }

    .tnk-data-c2.promotlists {
        width: 100%;
    }

    .tnk-data-c2.nolines-left {
        width: 100%;
        margin-bottom: 49px;
        padding-top: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .tnk-data-c2.left-content.redeemcontent {
        width: 100%;
        padding-right: 0px;
    }

    .tnk-data-c2.l-content {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 41px;
        padding-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

        .tnk-data-c2.l-content.sweepimage {
            width: 100%;
            padding-right: 1px;
        }

    .tnk-data-c2.r-content {
        width: 100%;
        padding-left: 0px;
    }

    .tnk-data-c2.ptsbox {
        width: 100%;
        margin-bottom: 33px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .tnk-data-c2.feat-news-top {
        width: 100%;
    }

    .tnk-data-c2.news-article-content-preview {
        width: 100%;
    }

    .tnk-data-c2.pf-left {
        width: 100%;
        margin-top: 8px;
    }

    .tnk-data-c2.summary-box {
        width: 100%;
        margin-top: 8px;
        padding-top: 33px;
        padding-bottom: 48px;
        border-top-style: solid;
        border-top-color: #b5b3b3;
        border-left-style: none;
    }

    .tnk-data-c2.th-form {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .tnk-data-c2.card-form-left {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0px;
    }

    .tnk-data-c2.card-form-right {
        width: 100%;
        padding-left: 0px;
    }

    .tnk-data-c2.card-use-slider-right-content {
        width: 100%;
        padding-top: 7px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .tnk-data-c2.card-amt-field {
        width: 100%;
        margin-bottom: 30px;
    }

    .tnk-data-c2.rew-box-left {
        width: 100%;
        padding-top: 32px;
        padding-bottom: 22px;
    }

    .tnk-data-c2.rew-box-right {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #706f6f;
        border-left-style: none;
    }

    .tnk-data-c2.kc-left-image {
        position: relative;
        width: 100%;
        min-height: 400px;
    }

    .tnk-data-c2.kc-right {
        width: 100%;
    }

    .my-acct-arrow {
        top: -5px;
        width: 25px;
    }
}

@media (max-width: 767px) {
    ._7-col.tkr-chart {
        margin-top: 0px;
    }

    ._4-col {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        ._4-col.noflex.left {
            padding-left: 0px;
        }

        ._4-col.noflex.center {
            padding-left: 0px;
        }

        ._4-col.track {
            min-height: 197px;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            ._4-col.track.next {
                min-height: 121px;
            }

    .h1_autosize {
        font-size: 3em;
    }

    ._2-col.rec-card {
        width: 50%;
    }

    .h3_autosize {
        font-size: 2em;
    }

    ._12-col.tracker-left {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._12-col.tracker-left-lower {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._8-col.current-numbers {
        width: 100%;
    }

    ._8-col.get-to-numbers-copy {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-right-style: solid;
        border-right-width: 0px;
    }

    ._8-col.imp_leader-left {
        padding-right: 0px;
    }

    ._3-col.siderails {
        border-right-style: none;
    }

    ._1-col.pf-center {
        display: none;
    }

    .p_small {
        font-size: 1.3em;
    }

    ._6-col {
        width: 100%;
    }

        ._6-col.trk-stack {
            height: auto;
        }

            ._6-col.trk-stack.right {
                height: auto;
                margin-top: 0px;
            }

        ._6-col.left {
            width: 100%;
            padding-right: 0px;
        }

        ._6-col.right {
            width: 100%;
            margin-top: 48px;
            padding-left: 0px;
        }

        ._6-col.left-upperfooter {
            width: 100%;
            padding-right: 0px;
            border-right-style: none;
        }

        ._6-col.right-upper-footer {
            width: 100%;
            margin-top: 28px;
            padding-left: 0px;
        }

            ._6-col.right-upper-footer.leftfooter {
                -webkit-flex-basis: 100%;
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            }

        ._6-col.right-images {
            display: none;
            margin-top: 56px;
        }

        ._6-col.pf-left {
            display: block;
        }

        ._6-col.result-box-data {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            border-left-style: none;
        }

        ._6-col.result-box-image {
            height: auto;
            padding-top: 20px;
            padding-bottom: 18px;
            border-bottom-color: #c3c3c3;
        }

        ._6-col.summary-box, ._5-col.summary-box {
            display: block;
        }

        ._6-col.card-info-left {
            padding: 25px 25px 0px;
        }

        ._6-col.card-info-right {
            padding: 26px 25px 25px;
            border-top: 1px solid #c3c3c3;
            border-left-style: none;
        }

        ._6-col.rew-box-left {
            padding: 25px;
        }

        ._6-col.rew-box-right {
            padding: 34px 25px 36px;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            border-top: 1px solid #c3c3c3;
            border-left-style: none;
        }

        ._6-col.kc-right {
            padding-right: 21px;
            padding-left: 21px;
        }

    .headerbar {
        padding-right: 0px;
        padding-left: 0px;
    }

    .max-width-1600.header {
        width: 100%;
        text-align: center;
    }

    .max-width-1600.card-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .max-width-1600.rew-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .max-width-1600.footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .slide-nav {
        left: 0px;
        top: auto;
        right: 0px;
        bottom: 0px;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .logo {
        padding-top: 80px;
        text-align: center;
    }

    .slidewrapper {
        position: static;
    }

    .overlay {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 34px;
        padding-bottom: 34px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
        background-image: linear-gradient(180deg, #000, #000);
    }

    .slider_post_type_label-delta {
        display: block;
    }

    .slider-postdescription-delta {
        display: block;
        font-size: 15px;
        line-height: 23px;
    }

    .username {
        padding-left: 0px;
        float: right;
    }

    .div-block-2 {
        left: 0px;
        top: 0px;
        right: 0px;
        text-align: center;
    }

    .div-block-3 {
        margin-top: 44px;
        padding-right: 28px;
        float: none;
        text-align: center;
    }

    .div-block-4 {
        position: relative;
        float: right;
    }

    .welcometetx.thin {
        display: none;
    }

    .hamburger {
        padding-right: 12px;
        padding-left: 18px;
        float: right;
    }

    .namelink {
        font-size: 17px;
    }

    .max-width-1800--overlay {
        position: relative;
        bottom: 0px;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

        .max-width-1800--overlay.pagetitle {
            padding-right: 0px;
            padding-left: 0px;
        }

    .overlapping-wrapper {
        margin-top: 32px;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .slider-logo {
        position: static;
        left: 8px;
        top: -73px;
        width: 100px;
        margin-top: 22px;
        float: none;
    }

    .tracker-wrapper {
        -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;
    }

    .tracker.goldtier-gradient {
        min-height: 108px;
        padding-right: 9px;
        padding-left: 9px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .tracker.platinumtier-gradient-copy {
        width: 100%;
        min-height: 108px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .tracker.starttier-gradient {
        max-width: 200px;
    }

    .tracker.silvtier-gradient {
        min-height: 108px;
    }

    .tkr-status {
        font-size: 24px;
    }

    .tkr-status-statuslabel {
        font-size: 18px;
        line-height: 19px;
    }

    .tkr-number-lg {
        font-size: 29px;
    }

    .tkr-number-get-large {
        font-size: 24px;
    }

    .tkr-nexttier {
        font-size: 15px;
    }

    .slider-post-title-delta {
        font-size: 26px;
    }

        .slider-post-title-delta.deltahp {
            font-size: 28px;
            line-height: 33px;
        }

    .kc-text.light {
        margin-top: 11px;
    }

    .news-post-title {
        font-size: 16px;
        line-height: 21px;
    }

    .button.form-field-height.right {
        float: left;
    }

    .p-s-headline {
        font-size: 27px;
    }

    .invoice-headline {
        margin-top: 33px;
        font-size: 27px;
    }

    .eligible-products-headline {
        font-size: 27px;
    }

    .news-headline {
        font-size: 28px;
        line-height: 27px;
    }

    .mask {
        height: auto;
    }

    .link-block-2 {
        margin-bottom: 48px;
    }

    .slider_post_type_label-brizo {
        display: block;
    }

    .slider-post-title-brizo {
        font-size: 26px;
    }

    .slider-postdescription-brizo {
        display: block;
        font-size: 16px;
        line-height: 24px;
    }

    .tracker-chart-placeholder-image-vert {
        display: none;
    }

    .h1-white {
        font-size: 34px;
    }

    .slider_post_type_label-neutral {
        display: block;
    }

    .slider-post-title-neutral {
        font-size: 26px;
        line-height: 37px;
    }

    .slider-postdescription-neutral {
        display: block;
    }

    .urgent-alert {
        top: 13%;
    }

    .standard-wrapper.lesspadding {
        position: relative;
    }

    .formfield {
        height: auto;
        min-height: 80px;
        color: #bdbdbd;
        font-size: 15px;
        line-height: 10px;
    }

        .formfield::-webkit-input-placeholder {
            color: #bdbdbd;
            font-size: 15px;
            line-height: 20px;
        }

        .formfield:-ms-input-placeholder {
            color: #bdbdbd;
            font-size: 15px;
            line-height: 20px;
        }

        .formfield::-ms-input-placeholder {
            color: #bdbdbd;
            font-size: 15px;
            line-height: 20px;
        }

        .formfield::placeholder {
            color: #bdbdbd;
            font-size: 15px;
            line-height: 20px;
        }

        .formfield.textarea {
            min-height: 230px;
        }

        .formfield.fullwidth {
            min-height: 60px;
            margin-top: 28px;
            margin-bottom: 16px;
            font-size: 31px;
            line-height: 31px;
        }

        .formfield.sbs::-webkit-input-placeholder {
            font-size: 19px;
        }

        .formfield.sbs:-ms-input-placeholder {
            font-size: 19px;
        }

        .formfield.sbs::-ms-input-placeholder {
            font-size: 19px;
        }

        .formfield.sbs::placeholder {
            font-size: 19px;
        }

    .pdf-icon {
        width: 17px;
    }

    .accordion-item-trigger.fullwidth.help {
        height: auto;
        min-height: auto;
    }

    .contactfrom {
        padding: 5px 18px;
    }

    .fw-headerwrap {
        position: static;
    }

    .fw-styleblock {
        margin-bottom: 48px;
    }

        .fw-styleblock.pageheader {
            padding-right: 35px;
            padding-bottom: 58px;
            padding-left: 35px;
            text-decoration: none;
        }

    .stjudeheading {
        font-size: 15px;
    }

    .tkr-tierprogress-label-left {
        width: 65%;
    }

    .arrow-link-right {
        width: 35%;
    }

    .impressionista-list-name {
        font-size: 20px;
        line-height: 26px;
    }

    .news-post-list-title {
        font-size: 26px;
    }

    .news-featured-news-label {
        display: block;
    }

    .news-post-single-title {
        font-size: 36px;
        line-height: 34px;
    }

    .news-article-single-pubdate {
        display: block;
    }

    .news-post-single-features {
        font-size: 28px;
        line-height: 27px;
    }

    .report-dashboard-box.box {
        border-right-width: 4px;
        border-right-color: #000;
    }

    .report-box-title {
        margin-top: 33px;
    }

    .dash-content {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

        .dash-content.center {
            width: 100%;
        }

    .dash-content-line {
        width: 100%;
    }

        .dash-content-line.trk-stack {
            height: auto;
        }

            .dash-content-line.trk-stack.right {
                width: 50%;
                height: auto;
                margin-top: 0px;
                margin-bottom: 33px;
                padding-left: 0px;
                -webkit-box-flex: 0;
                -webkit-flex: 0 auto;
                -ms-flex: 0 auto;
                flex: 0 auto;
                border-left-style: none;
            }

        .dash-content-line.left {
            width: 100%;
            padding-right: 0px;
        }

        .dash-content-line.right {
            width: 100%;
            margin-top: 48px;
            padding-left: 0px;
        }

    .dashboard-data.larger {
        margin-bottom: 32px;
    }

    .flex-width.sm._50 {
        width: 100%;
        border-right-style: none;
    }

    .flex-width.lg._50 {
        width: 100%;
        border-right: 4px solid #000;
    }

    .flex-width.full {
        border-right-style: solid;
    }

    .html-embed {
        overflow: auto;
    }

    .upper {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 11px;
    }

    .upper-holder {
        display: block;
    }

    .text-block-11 {
        font-family: 'Gilroy webfont';
        color: #000;
        font-size: 14px;
        line-height: 20px;
        font-weight: 800;
    }

    .agreerules {
        float: left;
    }

    .tickbox {
        float: left;
    }

    .full-width-body {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fullwidth {
        min-height: 310px;
    }

    .login-logo {
        padding-top: 80px;
        text-align: center;
    }

    .brandlogo-topbar {
        top: 26px;
        width: 119px;
    }

        .brandlogo-topbar.left {
            top: 24px;
        }

    .prod-info {
        border-top: 1px solid #c3c3c3;
    }

    .quarter.box {
        width: 100%;
        height: auto;
    }

    .acct-name.caps {
        font-size: 27px;
        line-height: 1em;
    }

    .acct-info {
        line-height: 1.2em;
    }

    .my-act-tracker.goldtier-gradient {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .my-act-tracker.starter-tier {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .my-act-tracker.silver-tier {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .my-act-tracker.platinum-tier {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .py-sum-title {
        margin-top: 33px;
    }

    .my-titlebar.box {
        width: 100%;
        height: auto;
    }

    .printlinks {
        float: left;
    }

    .printlinks-link {
        text-align: left;
    }

    .form-field-fullwidth::-webkit-input-placeholder {
        line-height: 50px;
    }

    .form-field-fullwidth:-ms-input-placeholder {
        line-height: 50px;
    }

    .form-field-fullwidth::-ms-input-placeholder {
        line-height: 50px;
    }

    .form-field-fullwidth::placeholder {
        line-height: 50px;
    }

    .card-use-quote {
        font-size: 23px;
        line-height: 32px;
    }

    .order-confrimation-headline {
        font-size: 28px;
        line-height: 27px;
    }

    .rec-text-area._40 {
        width: 100%;
    }

        .rec-text-area._40.btm-spc {
            width: 100%;
        }

    .confirmation-frame {
        padding: 9px 18px;
    }

    .max-60 {
        width: 100%;
    }

    .claimdate {
        display: block;
    }

    .valid-date {
        display: block;
    }

    .kc_logo {
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 100px;
        margin-top: 22px;
        float: none;
    }

    .help-btn-txt.light {
        margin-top: 11px;
    }

    .tkn-box.header {
        width: 100%;
        text-align: center;
    }

    .tkn-box.card-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkn-box.rew-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkn-box.footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkn-data-c1 {
        width: 100%;
    }

        .tkn-data-c1.trk-stack {
            height: auto;
        }

            .tkn-data-c1.trk-stack.right {
                height: auto;
                margin-top: 0px;
            }

        .tkn-data-c1.left {
            width: 100%;
            padding-right: 0px;
        }

        .tkn-data-c1.right {
            width: 100%;
            margin-top: 48px;
            padding-left: 0px;
        }

        .tkn-data-c1.left-upperfooter {
            width: 100%;
            padding-right: 0px;
            border-right-style: none;
        }

        .tkn-data-c1.right-upper-footer {
            width: 100%;
            margin-top: 28px;
            padding-left: 0px;
        }

            .tkn-data-c1.right-upper-footer.leftfooter {
                -webkit-flex-basis: 100%;
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            }

        .tkn-data-c1.right-images {
            display: none;
            margin-top: 56px;
        }

        .tkn-data-c1.pf-left {
            display: block;
        }

        .tkn-data-c1.result-box-data {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            border-left-style: none;
        }

        .tkn-data-c1.result-box-image {
            height: auto;
            padding-top: 20px;
            padding-bottom: 18px;
            border-bottom-color: #c3c3c3;
        }

        .tkn-data-c1.summary-box {
            display: block;
        }

        .tkn-data-c1.card-info-left {
            padding: 25px 25px 0px;
        }

        .tkn-data-c1.card-info-right {
            padding: 26px 25px 25px;
            border-top: 1px solid #c3c3c3;
            border-left-style: none;
        }

        .tkn-data-c1.rew-box-left {
            padding: 25px;
        }

        .tkn-data-c1.rew-box-right {
            padding: 34px 25px 36px;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            border-top: 1px solid #c3c3c3;
            border-left-style: none;
        }

        .tkn-data-c1.kc-right {
            padding-right: 21px;
            padding-left: 21px;
        }

    .tnk-data-c2 {
        width: 100%;
    }

        .tnk-data-c2.trk-stack {
            height: auto;
        }

            .tnk-data-c2.trk-stack.right {
                height: auto;
                margin-top: 0px;
            }

        .tnk-data-c2.left {
            width: 100%;
            padding-right: 0px;
        }

        .tnk-data-c2.right {
            width: 100%;
            margin-top: 48px;
            padding-left: 0px;
        }

        .tnk-data-c2.left-upperfooter {
            width: 100%;
            padding-right: 0px;
            border-right-style: none;
        }

        .tnk-data-c2.right-upper-footer {
            width: 100%;
            margin-top: 28px;
            padding-left: 0px;
        }

            .tnk-data-c2.right-upper-footer.leftfooter {
                -webkit-flex-basis: 100%;
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            }

        .tnk-data-c2.right-images {
            display: none;
            margin-top: 56px;
        }

        .tnk-data-c2.pf-left {
            display: block;
        }

        .tnk-data-c2.result-box-data {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            border-left-style: none;
        }

        .tnk-data-c2.result-box-image {
            height: auto;
            padding-top: 20px;
            padding-bottom: 18px;
            border-bottom-color: #c3c3c3;
        }

        .tnk-data-c2.summary-box {
            display: block;
        }

        .tnk-data-c2.card-info-left {
            padding: 25px 25px 0px;
        }

        .tnk-data-c2.card-info-right {
            padding: 26px 25px 25px;
            border-top: 1px solid #c3c3c3;
            border-left-style: none;
        }

        .tnk-data-c2.rew-box-left {
            padding: 25px;
        }

        .tnk-data-c2.rew-box-right {
            padding: 34px 25px 36px;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            border-top: 1px solid #c3c3c3;
            border-left-style: none;
        }

        .tnk-data-c2.kc-right {
            padding-right: 21px;
            padding-left: 21px;
        }

    .column {
        text-align: left;
    }

    .column-2 {
        text-align: left;
    }

    .column-3 {
        text-align: left;
    }

    .column-4 {
        text-align: left;
    }

    .myacct-block {
        top: 44px;
        padding-right: 23px;
    }
}

@media (max-width: 479px) {
    ._7-col.tkr-chart {
        position: static;
        text-align: center;
    }

    ._7-col.pt-lab {
        text-align: left;
    }

    ._4-col.noflex.left {
        padding-left: 0px;
    }

    ._4-col.noflex.center {
        padding-left: 0px;
    }

    ._4-col.track {
        height: auto;
        max-width: 100%;
        min-height: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    ._2-col.rec-card {
        width: 100%;
    }

    ._12-col.tracker-left {
        display: block;
    }

    ._12-col.tracker-left-lower {
        display: block;
    }

    ._12-col.form-group {
        padding-left: 12px;
    }

    ._8-col.current-numbers {
        display: block;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    ._8-col.get-to-numbers-copy {
        display: block;
        -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;
        border-bottom: 4px solid #000;
        text-align: center;
    }

    ._3-col.impressionistas {
        width: 100%;
    }

    .p_small {
        font-size: 1.3em;
    }

    ._5-col.ps-number {
        margin-bottom: 0px;
    }

    ._5-col.card-form-city {
        margin-bottom: 0px;
    }

    ._6-col.trk-stack {
        width: 100%;
        padding-right: 0px;
    }

        ._6-col.trk-stack.right {
            margin-top: 19px;
            padding-left: 0px;
            border-left-style: none;
        }

    ._6-col.newlist {
        padding-right: 0px;
        padding-left: 20px;
    }

    ._6-col.promotlists {
        padding-right: 0px;
        padding-left: 0px;
        border-right-style: none;
    }

    ._6-col.nolines-left {
        padding-right: 0px;
        padding-left: 0px;
    }

    ._6-col.feat-news-top {
        padding-right: 0px;
        padding-left: 20px;
    }

    ._6-col.news-article-content-preview {
        padding-right: 0px;
        padding-left: 0px;
        border-right-style: none;
    }

    ._6-col.th-form {
        padding-right: 0px;
    }

    ._6-col.rew-box-left {
        display: block;
    }

    ._6-col.kc-right {
        padding-right: 18px;
        padding-left: 18px;
    }

    .max-width-1600.graybox {
        border-bottom-width: 0px;
    }

    .max-width-1600.graybox-kc {
        padding-top: 27px;
        padding-bottom: 21px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .max-width-1600.footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .slide-nav {
        position: absolute;
        left: 0px;
        top: auto;
        right: 0px;
        bottom: 0px;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 8px;
    }

    .logo {
        width: 229px;
        padding-top: 99px;
    }

    .overlay {
        position: relative;
        height: auto;
        padding: 0px 21px;
    }

    .slider_post_type_label-delta {
        position: static;
    }

    .username {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .dropdown-toggle {
        top: -13px;
        border-bottom-width: 2px;
    }

    .div-block-3 {
        display: block;
        height: 68px;
        margin-bottom: 28px;
        padding-right: 0px;
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .div-block-4 {
        margin-top: 8px;
        margin-right: 20px;
        float: right;
    }

    .welcometetx {
        width: 100%;
    }

        .welcometetx.thin {
            display: block;
            margin-bottom: 6px;
        }

    .hamburger {
        position: static;
        display: block;
        margin-left: 25px;
        padding-left: 0px;
        float: left;
    }

    .dropdown-list.w--open {
        margin-top: -14px;
    }

    .namelink {
        display: inline-block;
    }

    .max-width-1800--overlay {
        position: relative;
        bottom: 0px;
        padding-top: 36px;
        padding-bottom: 36px;
    }

        .max-width-1800--overlay.pagetitle {
            padding: 0px;
        }

    .overlapping-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .slider-logo {
        position: static;
        left: 0px;
        top: 0px;
    }

    .tracker-wrapper {
        display: block;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .tracker.goldtier-gradient {
        display: block;
        min-height: auto;
        padding-top: 31px;
    }

    .tracker.plattier-gradient {
        min-height: 110px;
        padding-top: 31px;
    }

    .tracker.starttier-gradient {
        max-width: 100%;
        padding-top: 31px;
    }

    .tracker.silvtier-gradient {
        padding-top: 31px;
    }

    .tkr-tierprogress-label.left {
        display: inline-block;
    }

    .tracker-chart-placeholder-image-horiz {
        display: none;
    }

    .slider-post-title-delta {
        line-height: 25px;
    }

        .slider-post-title-delta.deltahp {
            font-size: 26px;
            line-height: 26px;
        }

    .kc-text.alert-hl {
        margin-top: 10px;
        font-size: 21px;
    }

    .kc-notification-img.alert {
        top: -1px;
    }

    .kc-arrow {
        left: 0px;
        top: 0px;
        margin-top: 20px;
    }

    .news-post-title {
        padding-left: 0px;
    }

    .news-feature_overlay {
        position: relative;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#232323));
        background-image: linear-gradient(180deg, #232323, #232323);
    }

    .news-arrow-list {
        right: 0px;
    }

    .link-block:hover {
        background-color: transparent;
    }

    .button.topspace.second.th {
        margin-top: 2px;
        margin-left: 0px;
    }

    .newd_feat_label {
        text-align: left;
    }

    .news-feat-overlay-wrapper {
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
        background-image: none;
    }

    .button-arrow.myaarrow {
        float: none;
    }

    .invisible-button-text.mya {
        float: left;
    }

    .news-headline {
        margin-left: 0px;
        font-size: 24px;
        line-height: 23px;
    }

    ._20-percent {
        width: 100%;
        text-align: left;
    }

    .backgroundimage {
        display: block;
        margin-bottom: 37px;
    }

    .slider_post_type_label-brizo {
        position: static;
    }

    .slider-post-title-brizo {
        line-height: 25px;
    }

    .slider-postdescription-brizo {
        font-size: 15px;
        line-height: 23px;
    }

    .tracker-chart-placeholder-image-vert {
        display: block;
        padding-right: 9px;
        padding-left: 9px;
    }

    .featurednews-over {
        position: relative;
        left: 0px;
        top: 0px;
    }

    .impressionista-badge-tracker {
        position: relative;
        top: 0px;
        right: 0px;
        margin-bottom: 20px;
    }

    .h1-white {
        font-size: 27px;
        line-height: 28px;
    }

        .h1-white.right-align {
            float: left;
        }

    .leftpad {
        margin-left: 0px;
    }

    .slider_post_type_label-neutral {
        position: static;
    }

    .slider-post-title-neutral {
        line-height: 25px;
    }

    .urgent-alert {
        margin-right: 12px;
        margin-left: 12px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .alertlink {
        font-size: 14px;
    }

    .ecode-box {
        padding: 0px 11px 11px;
    }

    .e-code-headline {
        margin-left: 0px;
    }

    .e-courses-hl {
        margin-left: 0px;
    }

    .formfield {
        height: auto;
        min-height: 75px;
        font-size: 15px;
        line-height: 20px;
    }

        .formfield::-webkit-input-placeholder {
            color: #bdbdbd;
            font-size: 16px;
        }

        .formfield:-ms-input-placeholder {
            color: #bdbdbd;
            font-size: 16px;
        }

        .formfield::-ms-input-placeholder {
            color: #bdbdbd;
            font-size: 16px;
        }

        .formfield::placeholder {
            color: #bdbdbd;
            font-size: 16px;
        }

        .formfield.textarea {
            padding-top: 19px;
            color: #bdbdbd;
            font-size: 15px;
            line-height: 20px;
        }

            .formfield.textarea::-webkit-input-placeholder {
                color: hsla(205.7142857142856, 0.57%, 71.84%, 1.00);
                font-size: 15px;
                line-height: 20px;
            }

            .formfield.textarea:-ms-input-placeholder {
                color: hsla(205.7142857142856, 0.57%, 71.84%, 1.00);
                font-size: 15px;
                line-height: 20px;
            }

            .formfield.textarea::-ms-input-placeholder {
                color: hsla(205.7142857142856, 0.57%, 71.84%, 1.00);
                font-size: 15px;
                line-height: 20px;
            }

            .formfield.textarea::placeholder {
                color: hsla(205.7142857142856, 0.57%, 71.84%, 1.00);
                font-size: 15px;
                line-height: 20px;
            }

        .formfield.fullwidth {
            margin-top: 41px;
            margin-bottom: 11px;
            font-size: 32px;
            line-height: 20px;
        }

            .formfield.fullwidth::-webkit-input-placeholder {
                color: hsla(205.7142857142856, 0.00%, 74.00%, 1.00);
                font-size: 15px;
            }

            .formfield.fullwidth:-ms-input-placeholder {
                color: hsla(205.7142857142856, 0.00%, 74.00%, 1.00);
                font-size: 15px;
            }

            .formfield.fullwidth::-ms-input-placeholder {
                color: hsla(205.7142857142856, 0.00%, 74.00%, 1.00);
                font-size: 15px;
            }

            .formfield.fullwidth::placeholder {
                color: hsla(205.7142857142856, 0.00%, 74.00%, 1.00);
                font-size: 15px;
            }

        .formfield.sbs::-webkit-input-placeholder {
            font-size: 14px;
        }

        .formfield.sbs:-ms-input-placeholder {
            font-size: 14px;
        }

        .formfield.sbs::-ms-input-placeholder {
            font-size: 14px;
        }

        .formfield.sbs::placeholder {
            font-size: 14px;
        }

    .poiints-box {
        padding: 0px 11px 11px;
    }

    .pdf-icon {
        right: 0px;
    }

    .accordion-arrow {
        right: 0px;
    }

    .contactfrom {
        padding-right: 0px;
        padding-left: 0px;
    }

    .fw-styleblock.pageheader {
        padding-top: 22px;
        padding-bottom: 30px;
    }

    .stjudeoverlay {
        position: relative;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#232323));
        background-image: linear-gradient(180deg, #232323, #232323);
    }

    .stjudeheading {
        font-size: 15px;
        line-height: 20px;
    }

    .tracker-link-div {
        display: block;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkr-tierprogress-label-left {
        width: 100%;
        padding-bottom: 14px;
    }

    .arrow-link-right {
        width: 100%;
        text-align: center;
    }

        .arrow-link-right.myaarrow {
            display: block;
            float: left;
            clear: left;
            text-align: left;
        }

    .leaderboardtag {
        margin-left: 0px;
    }

    .li-content-wrap {
        padding-right: 0px;
    }

    .listtext {
        margin-left: 0px;
    }

    .impressionista-list-name {
        font-size: 17px;
        line-height: 20px;
    }

    .sort-letters {
        width: 12%;
    }

    .imp_single_name {
        margin-left: 0px;
    }

    .news-post-list-title {
        line-height: 25px;
    }

    .news-featured-news-label {
        position: static;
    }

    .news-post-single-h3-subhead {
        font-size: 24px;
        line-height: 23px;
    }

    .news-post-single-features {
        margin-left: 0px;
        font-size: 24px;
        line-height: 23px;
    }

    .report-dashboard-box.box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .report-box-title {
        margin-top: 4px;
    }

    .dash-content {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        text-align: left;
    }

        .dash-content.center {
            margin-bottom: 8px;
            text-align: center;
        }

    .dash-content-line.trk-stack {
        width: 100%;
        padding-right: 0px;
    }

        .dash-content-line.trk-stack.right {
            width: 100%;
            margin-top: 36px;
            padding-left: 0px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            border-left-style: none;
            text-align: left;
        }

            .dash-content-line.trk-stack.right.center {
                margin-top: 25px;
                margin-bottom: 0px;
                text-align: center;
            }

            .dash-content-line.trk-stack.right.reec {
                margin-top: 0px;
            }

            .dash-content-line.trk-stack.right.last {
                margin-top: 0px;
            }

    .html-embed {
        min-width: 282px;
    }

    .div-block-8 {
        overflow: scroll;
        max-height: 100%;
    }

    .scroll {
        margin-bottom: 24px;
        color: #000;
        text-align: center;
    }

    .scroll-alert-wrap {
        width: 100%;
        text-align: center;
    }

    .text-block-11 {
        font-family: 'Gilroy webfont';
        font-size: 14px;
        font-weight: 800;
    }

    .login-formfield {
        max-width: 100%;
        font-size: 20px;
        line-height: 25px;
    }

        .login-formfield::-webkit-input-placeholder {
            font-size: 20px;
        }

        .login-formfield:-ms-input-placeholder {
            font-size: 20px;
        }

        .login-formfield::-ms-input-placeholder {
            font-size: 20px;
        }

        .login-formfield::placeholder {
            font-size: 20px;
        }

    .login-logo {
        width: 229px;
        padding-top: 99px;
    }

    .form-2 {
        padding-right: 28px;
        padding-left: 28px;
    }

    .brandlogo-topbar {
        position: relative;
        padding-bottom: 22px;
        float: none;
        clear: left;
    }

        .brandlogo-topbar.left {
            top: 5px;
        }

    .prod-info {
        padding-right: 22px;
        padding-left: 27px;
    }

    .quarter.box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .acct-name {
        margin-bottom: 27px;
        font-size: 40px;
        line-height: 1.1em;
    }

        .acct-name.caps {
            font-size: 23px;
        }

    .acct-info {
        font-size: 15px;
        line-height: 1.1em;
    }

    .acct-top.right-info {
        margin-top: 34px;
    }

    .acct-ptslabel {
        margin-top: 0px;
        font-size: 15px;
        line-height: 1.1em;
    }

    .my-act-tracker.goldtier-gradient {
        padding-top: 31px;
    }

    .my-act-tracker.starter-tier {
        padding-top: 31px;
    }

    .my-act-tracker.silver-tier {
        padding-top: 31px;
    }

    .my-act-tracker.platinum-tier {
        padding-top: 31px;
    }

    .py-sum-title {
        margin-top: 4px;
    }

    .my-titlebar.box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .printlinks {
        line-height: 1.3em;
        text-align: left;
    }

    .date-picker {
        display: none;
    }

    .date-txt-field {
        width: 72%;
        float: right;
    }

    .date-a {
        width: 100%;
    }

    .flex-only {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .report-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        text-align: center;
    }

    .form-field-fullwidth {
        font-size: 30px;
        line-height: 0px;
    }

        .form-field-fullwidth::-webkit-input-placeholder {
            font-size: 25px;
            line-height: 50px;
        }

        .form-field-fullwidth:-ms-input-placeholder {
            font-size: 25px;
            line-height: 50px;
        }

        .form-field-fullwidth::-ms-input-placeholder {
            font-size: 25px;
            line-height: 50px;
        }

        .form-field-fullwidth::placeholder {
            font-size: 25px;
            line-height: 50px;
        }

    .form-field-card-reload {
        font-size: 30px;
        line-height: 0px;
    }

    .order-confrimation-headline {
        margin-left: 0px;
        font-size: 24px;
        line-height: 23px;
    }

    .inline-arrow {
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .inline-arrow.rec-path {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .inline-text-link {
        display: block;
    }

        .inline-text-link.current {
            display: block;
        }

    .heading-4 {
        text-align: left;
    }

    .div-block-12 {
        padding: 0px 18px;
    }

    .password-error-wrapper.graybox-kc {
        padding-top: 27px;
        padding-bottom: 21px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .confirmation-frame {
        padding-right: 17px;
        padding-left: 17px;
    }

    .kc_logo {
        position: absolute;
        left: 17px;
        bottom: 20px;
    }

    .help-btn-txt.alert-hl {
        margin-top: 10px;
        font-size: 21px;
    }

    .tkn-box.graybox {
        border-bottom-width: 0px;
    }

    .tkn-box.graybox-kc {
        padding-top: 27px;
        padding-bottom: 21px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tkn-box.footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .tkn-l-r1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkn-l-r2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tkn-r1-c1 {
        width: 100%;
        padding-bottom: 13px;
    }

    .tkn-r1-c2 {
        width: 100%;
    }

    .tkn-imp-badge-wrap {
        position: relative;
        top: 0px;
        right: 0px;
        margin-bottom: 20px;
    }

    .tkn-r2-c1 {
        width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .tkn-r2-c2 {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tkn-data-c1.trk-stack {
        width: 100%;
        padding-right: 0px;
    }

        .tkn-data-c1.trk-stack.right {
            margin-top: 19px;
            padding-left: 0px;
            border-left-style: none;
        }

    .tkn-data-c1.newlist {
        padding-right: 0px;
        padding-left: 20px;
    }

    .tkn-data-c1.promotlists {
        padding-right: 0px;
        padding-left: 0px;
        border-right-style: none;
    }

    .tkn-data-c1.nolines-left {
        padding-right: 0px;
        padding-left: 0px;
    }

    .tkn-data-c1.feat-news-top {
        padding-right: 0px;
        padding-left: 20px;
    }

    .tkn-data-c1.news-article-content-preview {
        padding-right: 0px;
        padding-left: 0px;
        border-right-style: none;
    }

    .tkn-data-c1.th-form {
        padding-right: 0px;
    }

    .tkn-data-c1.rew-box-left {
        display: block;
    }

    .tkn-data-c1.kc-right {
        padding-right: 18px;
        padding-left: 18px;
    }

    .tnk-data-c2.trk-stack {
        width: 100%;
        padding-right: 0px;
    }

        .tnk-data-c2.trk-stack.right {
            margin-top: 19px;
            padding-left: 0px;
            border-left-style: none;
        }

    .tnk-data-c2.newlist {
        padding-right: 0px;
        padding-left: 20px;
    }

    .tnk-data-c2.promotlists {
        padding-right: 0px;
        padding-left: 0px;
        border-right-style: none;
    }

    .tnk-data-c2.nolines-left {
        padding-right: 0px;
        padding-left: 0px;
    }

    .tnk-data-c2.feat-news-top {
        padding-right: 0px;
        padding-left: 20px;
    }

    .tnk-data-c2.news-article-content-preview {
        padding-right: 0px;
        padding-left: 0px;
        border-right-style: none;
    }

    .tnk-data-c2.th-form {
        padding-right: 0px;
    }

    .tnk-data-c2.rew-box-left {
        display: block;
    }

    .tnk-data-c2.kc-right {
        padding-right: 18px;
        padding-left: 18px;
    }

    .my-acct-arrow {
        right: 0px;
    }

    .myacct-block {
        position: relative;
        top: 0px;
        display: inline-block;
        padding-top: 13px;
        text-align: left;
    }
}

.margin-zero {
    margin: 0;
}

@font-face {
    font-family: 'Trade Gothic LT';
    src: url('../fonts/TradeGothicLT.woff2') format('woff2'), url('../fonts/TradeGothicLTObl.eot') format('embedded-opentype'), url('../fonts/TradeGothicLTObl.woff') format('woff'), url('../fonts/TradeGothicLTObl.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Trade Gothic LT Bold Two';
    src: url('../fonts/TradeGothicLtBoldTwoObl.woff2') format('woff2'), url('../fonts/TradeGothicLtBoldTwo.woff2') format('woff2'), url('../fonts/TradeGothicLtBoldTwoObl.eot') format('embedded-opentype'), url('../fonts/TradeGothicLtBoldTwoObl.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Trade Gothic LT Light';
    src: url('../fonts/TradeGothicLTLight.woff2') format('woff2'), url('../fonts/TradeGothicLTLightObl.woff2') format('woff2'), url('../fonts/TradeGothicLTLightObl.eot') format('embedded-opentype'), url('../fonts/TradeGothicLTLightObl.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Didot lt w01';
    src: url('../fonts/Didot-LT-W01-Bold.woff2') format('woff2'), url('../fonts/Didot-LT-W01-Bold.eot') format('embedded-opentype'), url('../fonts/Didot-LT-W01-Bold.woff') format('woff'), url('../fonts/Didot-LT-W01-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Didot lt w01 roman';
    src: url('../fonts/Didot-LT-W01-Roman.woff2') format('woff2'), url('../fonts/Didot-LT-W01-Roman.eot') format('embedded-opentype'), url('../fonts/Didot-LT-W01-Roman.woff') format('woff'), url('../fonts/Didot-LT-W01-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Didot lt w01 headline';
    src: url('../fonts/Didot-LT-W01-Headline.woff2') format('woff2'), url('../fonts/Didot-LT-W01-Headline.eot') format('embedded-opentype'), url('../fonts/Didot-LT-W01-Headline.woff') format('woff'), url('../fonts/Didot-LT-W01-Headline.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Didot lt w01';
    src: url('../fonts/Didot-LT-W01-Italic.woff2') format('woff2'), url('../fonts/Didot-LT-W01-Italic.eot') format('embedded-opentype'), url('../fonts/Didot-LT-W01-Italic.woff') format('woff'), url('../fonts/Didot-LT-W01-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBoldItalic.eot') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBoldItalic.woff') format('woff'), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBoldItalic.svg') format('svg');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.eot') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-LightItalic.woff2') format('woff2'), url('../fonts/Gilroy-LightItalic.eot') format('embedded-opentype'), url('../fonts/Gilroy-LightItalic.woff') format('woff'), url('../fonts/Gilroy-LightItalic.ttf') format('truetype'), url('../fonts/Gilroy-LightItalic.svg') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'), url('../fonts/Gilroy-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Gilroy-MediumItalic.woff') format('woff'), url('../fonts/Gilroy-MediumItalic.ttf') format('truetype'), url('../fonts/Gilroy-MediumItalic.svg') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.eot') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype'), url('../fonts/Gilroy-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.eot') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('../fonts/Gilroy-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'), url('../fonts/Gilroy-RegularItalic.eot') format('embedded-opentype'), url('../fonts/Gilroy-RegularItalic.woff') format('woff'), url('../fonts/Gilroy-RegularItalic.ttf') format('truetype'), url('../fonts/Gilroy-RegularItalic.svg') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Trade Gothic LT';
    src: url('../fonts/TradeGothicLT.eot') format('embedded-opentype'), url('../fonts/TradeGothicLT.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic LT Bold Two';
    src: url('../fonts/TradeGothicLtBoldTwo.eot') format('embedded-opentype'), url('../fonts/TradeGothicLtBoldTwo.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic LT Light';
    src: url('../fonts/TradeGothicLTLight.eot') format('embedded-opentype'), url('../fonts/TradeGothicLTLight.woff') format('woff'), url('../fonts/TradeGothicLTLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic LT Bold Two';
    src: url('../fonts/TradeGothicLTLightObl.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url('../fonts/AkzidenzGroteskBE-Regular.ttf') format('truetype'), url('../fonts/AkzidenzGroteskBE-Cn.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url('../fonts/AkzidenzGroteskBE-It.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Akzidenz Grotesk Condensed';
    src: url('../fonts/AkzidenzGroteskBE-LightCn.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic Bold Two';
    src: url('../fonts/TradeGothicLtBoldTwo.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic Bold Two';
    src: url('../fonts/TradeGothicLtBoldTwoObl.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Trade Goth LT';
    src: url('../fonts/TradeGothicLT.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*-------2022 - NEW FONT START---------*/

@font-face {
    font-family: 'DIN 1451 MITTELSCHRIFT';
    src: url('../fonts/din1451alt.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Domaine Display Narrow';
    src: url('../fonts/DomaineDispNar-Regular.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Domaine Text';
    src: url('../fonts/DomaineText-Regular.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic Bold';
    src: url('../fonts/TradeGothic-Bold.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Calluna Light';
    src: url('../fonts/Calluna Light.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic Light';
    src: url('../fonts/TradeGothic-Light.otf') format('opentype');
    font-style: normal;
}

/*-------2022 - NEW FONT END---------*/
