.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -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;
    margin-right: -.5rem;
    margin-left: -.5rem
}

    .row.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width:48em) {
    .container {
        width: 49rem
    }

    .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-flex-basis: 8.333%;
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        -webkit-flex-basis: 16.667%;
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        -webkit-flex-basis: 41.667%;
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-flex-basis: 58.333%;
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        -webkit-flex-basis: 66.667%;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-flex-basis: 83.333%;
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        -webkit-flex-basis: 91.667%;
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    .start-sm {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:64em) {
    .container {
        width: 65rem
    }

    .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-md {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-flex-basis: 8.333%;
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2 {
        -webkit-flex-basis: 16.667%;
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5 {
        -webkit-flex-basis: 41.667%;
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-flex-basis: 58.333%;
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        -webkit-flex-basis: 66.667%;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-flex-basis: 83.333%;
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        -webkit-flex-basis: 91.667%;
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-2 {
        margin-left: 16.667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-5 {
        margin-left: 41.667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-8 {
        margin-left: 66.667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-11 {
        margin-left: 91.667%
    }

    .start-md {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:75em) {
    .container {
        width: 76rem
    }

    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-lg {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-flex-basis: 8.333%;
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        -webkit-flex-basis: 16.667%;
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        -webkit-flex-basis: 41.667%;
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-flex-basis: 58.333%;
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        -webkit-flex-basis: 66.667%;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-flex-basis: 83.333%;
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        -webkit-flex-basis: 91.667%;
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    .start-lg {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}
/* Source Sans Pro - Normal */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(../fonts/SourceSansPro-Light.woff2) format("woff2"), url(../fonts/SourceSansPro-Light.woff) format("woff");
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(../fonts/SourceSansPro-Regular.woff2) format("woff2"), url(../fonts/SourceSansPro-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(../fonts/SourceSansPro-Bold.woff2) format("woff2"), url(../fonts/SourceSansPro-Bold.woff) format("woff");
}
/* Source Sans Pro - Italic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightIt"), url(../fonts/SourceSansPro-LightIt.woff2) format("woff2"), url(../fonts/SourceSansPro-LightIt.woff) format("woff");
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local("Source Sans Pro Italic"), local("SourceSansPro-It"), url(../fonts/SourceSansPro-It.woff2) format("woff2"), url(../fonts/SourceSansPro-It.woff) format("woff");
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(../fonts/SourceSansPro-Bold.woff2) format("woff2"), url(../fonts/SourceSansPro-Bold.woff) format("woff");
}
/* Proxima Nova - Normal */
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: local("Proxima Nova"), local("ProximaNova-Regular"), url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.woff) format("woff");
}
/* Proxima Nova - Italic */
@font-face {
    font-family: 'Proxima Nova';
    font-style: italic;
    font-weight: 400;
    src: local("Proxima Nova Italic"), local("ProximaNova-It"), url(../fonts/ProximaNova-It.woff2) format("woff2"), url(../fonts/ProximaNova-It.woff) format("woff");
}

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.woff) format("woff");
}
/* Mozicons - Normal */
@font-face {
    font-family: 'mozicons';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/mozicons.woff2) format("woff2"), url(../fonts/mozicons.woff) format("woff");
}
/* Roboto regular */

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Roboto-Regular.woff2") format('woff2'), url("../fonts/Roboto-Regular.woff") format('woff'), url("../fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Roboto italic */

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Italic.eot');
    src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Roboto bold */

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/*
    Block Element
    @access public
    @param {String} $element - Element's name
*/
/*
   Block Modifier
   @access public
   @param {String} $modifier - Modifier's name
*/
/* KIBO REBRAND COLORS */
/* NEUTRAL COLORS */
/* #f2f2f2  242,242,242 */
/* #e6e6e6  230,230,230 */
/* #d9d9d9  217,217,217 */
/* #cccccc  204,204,204 */
/* #bfbfbf  191,191,191 */
/* #b3b3b3  179,179,179 */
/* #a6a6a6  166,166,166 */
/* #999999  153,153,153 */
/* #8c8c8c  140,140,140 */
/* #808080  128,128,128 */
/* #737373  115,115,115 */
/* #666666  102,102,102 */
/* #595959     89,89,89 */
/* #4d4d4d     77,77,77 */
/* #404040     64,64,64 */
/* #333333     51,51,51 */
/* #262626     38,38,38 */
/* #1a1a1a     26,26,26 */
/* #0d0d0d     13,13,13 */
/* THEME COLORS */
/* DERIVATIVE COLORS */
/* OLD COLORS */
/* META COLORS */
.guide-color-neutral-transparent {
    background: rgba(255, 255, 255, 0);
}

.guide-color-neutral-white {
    background: white;
}

.guide-color-neutral-lightest {
    background: #f2f0ed;
}

.guide-color-neutral-light {
    background: #edeae6;
}

.guide-color-neutral-mid-lighter {
    background: #e6e2d9;
}

.guide-color-neutral-mid-light {
    background: #d7d5d2;
}

.guide-color-neutral-mid {
    background: silver;
}

.guide-color-neutral-dark {
    background: #9a9a9a;
}

.guide-color-neutral-darker {
    background: #7c7b7a;
}

.guide-color-neutral-darkest {
    background: #5e5c5a;
}

.guide-color-neutral-black {
    background: black;
}

.guide-color-neutral-transparent {
    background: rgba(255, 255, 255, 0);
}

.guide-color-neutral-transparent {
    background: rgba(255, 255, 255, 0);
}

.guide-color-neutral-95 {
    background: #f2f2f2;
}

.guide-color-neutral-90 {
    background: #e6e6e6;
}

.guide-color-neutral-75 {
    background: #bfbfbf;
}

.guide-color-neutral-70 {
    background: #b3b3b3;
}

.guide-color-neutral-45 {
    background: #737373;
}

.guide-color-neutral-30 {
    background: #4d4d4d;
}

.guide-color-neutral-20 {
    background: #333333;
}

.guide-base-color {
    background: #eef0f0;
}

.guide-color-theme-base {
    background: #df3018;
}

.guide-color-theme-base-dark {
    background: #b12613;
}

.guide-color-theme-accent {
    background: #25ae90;
}

.guide-color-theme-support {
    background: #e4efff;
}

.guide-color-theme-support-dark {
    background: #a3b8d6;
}

.guide-color-theme-support-darker {
    background: #3c86d2;
}

.guide-color-theme-support-darkest {
    background: #1f446b;
}

.guide-color-status {
    background: #ccffcc;
}

.guide-color-warning {
    background: #ffffcc;
}

.guide-color-error {
    background: #ffcccc;
}

.guide-color-action-link {
    background: #1f446b;
}

.guide-color-action-primary-background {
    background: #df3018;
}

.guide-color-action-primary-background-hover {
    background: #b12613;
}

.guide-color-action-primary-background-active {
    background: #9a2111;
}

.guide-color-selected {
    background: #e4efff;
}

.mz-icon {
    color: #333;
    display: block;
    font: normal normal normal 14px/1 mozicons;
    line-height: 1.0;
    vertical-align: baseline;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

    .mz-icon:after {
        font: normal normal normal 14px/1 mozicons;
    }

.mz-icon-collapsed:after {
    content: "\E900";
}

.mz-icon-search:after {
    content: "\E010";
}

.mz-icon-filter-advanced:after {
    content: "\E905";
}

.mz-icon-arrow-down:after {
    content: "\E60B";
}

.mz-icon-grid-options:after {
    content: "\E90B";
}

.mz-icon-refresh:after {
    content: "\F011";
}

span.inst-icon {
    z-index: 10;
    position: relative;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

span.icon-like-white {
    padding: 5px 0 5px 32px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%20%20%20%3Cstyle%3E%0A%20%20%20%20/*%20%3C%21%5BCDATA%5B%20*/%0A%20%20%20%20path%20%7B%0A%20%20%20%20%20%20fill%3A%20white%3B%0A%20%20%20%20%7D%0A%20%20%20%20/*%20%5D%5D%3E%20*/%0A%20%20%3C/style%3E%0A%3Cpath%20id%3D%22likeIcon%22%20d%3D%22M340.8%2C98.4%20M340.8%2C98.4%20M340.8%2C83C307%2C83%2C276%2C98.8%2C256%2C124.8c-20-26-51-41.8-84.8-41.8C112.1%2C83%2C64%2C131.3%2C64%2C190.7%0A%09c0%2C27.9%2C10.6%2C54.4%2C29.9%2C74.6L245.1%2C418l10.9%2C11l10.9-11l148.3-149.8c21-20.3%2C32.8-47.9%2C32.8-77.5C448%2C131.3%2C399.9%2C83%2C340.8%2C83%0A%09L340.8%2C83z%22/%3E%0A%3C/svg%3E%0A");
    background-position: 0 50%;
}

span.icon-like-black {
    padding: 5px 0 5px 32px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%20%20%20%3Cstyle%3E%0A%20%20%20%20/*%20%3C%21%5BCDATA%5B%20*/%0A%20%20%20%20path%20%7B%0A%20%20%20%20%20%20fill%3A%20black%3B%0A%20%20%20%20%7D%0A%20%20%20%20/*%20%5D%5D%3E%20*/%0A%20%20%3C/style%3E%0A%3Cpath%20id%3D%22likeIcon%22%20d%3D%22M340.8%2C98.4%20M340.8%2C98.4%20M340.8%2C83C307%2C83%2C276%2C98.8%2C256%2C124.8c-20-26-51-41.8-84.8-41.8C112.1%2C83%2C64%2C131.3%2C64%2C190.7%0A%09c0%2C27.9%2C10.6%2C54.4%2C29.9%2C74.6L245.1%2C418l10.9%2C11l10.9-11l148.3-149.8c21-20.3%2C32.8-47.9%2C32.8-77.5C448%2C131.3%2C399.9%2C83%2C340.8%2C83%0A%09L340.8%2C83z%22/%3E%0A%3C/svg%3E%0A");
}

span.icon-date-white {
    padding: 5px 0 5px 28px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20height%3D%2220px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2020%22%20width%3D%2218px%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asketch%3D%22http%3A//www.bohemiancoding.com/sketch/ns%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20fill%3D%22%23ffffff%22%20id%3D%22Core%22%20transform%3D%22translate%28-339.000000%2C%20-464.000000%29%22%3E%3Cg%20id%3D%22today%22%20transform%3D%22translate%28339.000000%2C%20464.000000%29%22%3E%3Cpath%20d%3D%22M16%2C2%20L15%2C2%20L15%2C0%20L13%2C0%20L13%2C2%20L5%2C2%20L5%2C0%20L3%2C0%20L3%2C2%20L2%2C2%20C0.9%2C2%200%2C2.9%200%2C4%20L0%2C18%20C0%2C19.1%200.9%2C20%202%2C20%20L16%2C20%20C17.1%2C20%2018%2C19.1%2018%2C18%20L18%2C4%20C18%2C2.9%2017.1%2C2%2016%2C2%20L16%2C2%20Z%20M16%2C18%20L2%2C18%20L2%2C7%20L16%2C7%20L16%2C18%20L16%2C18%20Z%22%20id%3D%22Shape%22/%3E%3Crect%20height%3D%225%22%20id%3D%22Rectangle-path%22%20width%3D%225%22%20x%3D%224%22%20y%3D%229%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 50%;
}

span.icon-date-black {
    padding: 5px 0 5px 28px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20height%3D%2220px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2020%22%20width%3D%2218px%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asketch%3D%22http%3A//www.bohemiancoding.com/sketch/ns%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20fill%3D%22%23000000%22%20id%3D%22Core%22%20transform%3D%22translate%28-339.000000%2C%20-464.000000%29%22%3E%3Cg%20id%3D%22today%22%20transform%3D%22translate%28339.000000%2C%20464.000000%29%22%3E%3Cpath%20d%3D%22M16%2C2%20L15%2C2%20L15%2C0%20L13%2C0%20L13%2C2%20L5%2C2%20L5%2C0%20L3%2C0%20L3%2C2%20L2%2C2%20C0.9%2C2%200%2C2.9%200%2C4%20L0%2C18%20C0%2C19.1%200.9%2C20%202%2C20%20L16%2C20%20C17.1%2C20%2018%2C19.1%2018%2C18%20L18%2C4%20C18%2C2.9%2017.1%2C2%2016%2C2%20L16%2C2%20Z%20M16%2C18%20L2%2C18%20L2%2C7%20L16%2C7%20L16%2C18%20L16%2C18%20Z%22%20id%3D%22Shape%22/%3E%3Crect%20height%3D%225%22%20id%3D%22Rectangle-path%22%20width%3D%225%22%20x%3D%224%22%20y%3D%229%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 50%;
}

span.icon-check-black {
    padding: 5px 0 5px 32px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20fill%3D%22%23000000%22%20id%3D%22Core%22%20transform%3D%22translate%28-44.000000%2C%20-86.000000%29%22%3E%3Cg%20id%3D%22check-circle%22%20transform%3D%22translate%2844.000000%2C%2086.000000%29%22%3E%3Cpath%20d%3D%22M10%2C0%20C4.5%2C0%200%2C4.5%200%2C10%20C0%2C15.5%204.5%2C20%2010%2C20%20C15.5%2C20%2020%2C15.5%2020%2C10%20C20%2C4.5%2015.5%2C0%2010%2C0%20L10%2C0%20Z%20M8%2C15%20L3%2C10%20L4.4%2C8.6%20L8%2C12.2%20L15.6%2C4.6%20L17%2C6%20L8%2C15%20L8%2C15%20Z%22%20id%3D%22Shape%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 50%;
}

span.icon-check-white {
    padding: 5px 0 5px 32px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20fill%3D%22%23ffffff%22%20id%3D%22Core%22%20transform%3D%22translate%28-44.000000%2C%20-86.000000%29%22%3E%3Cg%20id%3D%22check-circle%22%20transform%3D%22translate%2844.000000%2C%2086.000000%29%22%3E%3Cpath%20d%3D%22M10%2C0%20C4.5%2C0%200%2C4.5%200%2C10%20C0%2C15.5%204.5%2C20%2010%2C20%20C15.5%2C20%2020%2C15.5%2020%2C10%20C20%2C4.5%2015.5%2C0%2010%2C0%20L10%2C0%20Z%20M8%2C15%20L3%2C10%20L4.4%2C8.6%20L8%2C12.2%20L15.6%2C4.6%20L17%2C6%20L8%2C15%20L8%2C15%20Z%22%20id%3D%22Shape%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 50%;
}

span.icon-check-teal {
    padding: 5px 0 5px 32px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20fill%3D%22%2391DDFD%22%20id%3D%22Core%22%20transform%3D%22translate%28-44.000000%2C%20-86.000000%29%22%3E%3Cg%20id%3D%22check-circle%22%20transform%3D%22translate%2844.000000%2C%2086.000000%29%22%3E%3Cpath%20d%3D%22M10%2C0%20C4.5%2C0%200%2C4.5%200%2C10%20C0%2C15.5%204.5%2C20%2010%2C20%20C15.5%2C20%2020%2C15.5%2020%2C10%20C20%2C4.5%2015.5%2C0%2010%2C0%20L10%2C0%20Z%20M8%2C15%20L3%2C10%20L4.4%2C8.6%20L8%2C12.2%20L15.6%2C4.6%20L17%2C6%20L8%2C15%20L8%2C15%20Z%22%20id%3D%22Shape%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 50%;
}

span.icon-x-black {
    padding: 5px 0 5px 32px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C%21DOCTYPE%20svg%20%20PUBLIC%20%27-//W3C//DTD%20SVG%201.1//EN%27%20%20%27http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%27%3E%3Csvg%20enable-background%3D%22new%200%200%20100%20100%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cpolygon%20fill%3D%22%23010101%22%20points%3D%2277.6%2C21.1%2049.6%2C49.2%2021.5%2C21.1%2019.6%2C23%2047.6%2C51.1%2019.6%2C79.2%2021.5%2C81.1%2049.6%2C53%2077.6%2C81.1%2079.6%2C79.2%20%20%2051.5%2C51.1%2079.6%2C23%20%22/%3E%3C/svg%3E");
    background-position: 0 50%;
}

span.icon-plus-white {
    padding: 5px 0 5px 32px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20height%3D%2224px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20id%3D%22miu%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3Cg%20id%3D%22Artboard-1%22%20transform%3D%22translate%28-539.000000%2C%20-155.000000%29%22%3E%3Cg%20id%3D%22slice%22%20transform%3D%22translate%28215.000000%2C%20119.000000%29%22/%3E%3Cpath%20d%3D%22M551.5%2C178%20C557.851275%2C178%20563%2C172.851275%20563%2C166.5%20C563%2C160.148725%20557.851275%2C155%20551.5%2C155%20C545.148725%2C155%20540%2C160.148725%20540%2C166.5%20C540%2C172.851275%20545.148725%2C178%20551.5%2C178%20Z%20M545%2C167%20L545%2C166%20L551%2C166%20L551%2C160%20L552%2C160%20L552%2C166%20L558%2C166%20L558%2C167%20L552%2C167%20L552%2C173%20L551%2C173%20L551%2C167%20L545%2C167%20Z%22%20fill%3D%22%23FFFFFF%22%20id%3D%22circle-add-plus-new-glyph%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 50%;
}

span.icon-instagram-selected {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C%21DOCTYPE%20svg%20%20PUBLIC%20%27-//W3C//DTD%20SVG%201.1//EN%27%20%20%27http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%27%3E%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2067%2067%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2067%2067%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cpath%20d%3D%22M43.271%2C26.578v-0.006c0.502%2C0%2C1.005%2C0.01%2C1.508-0.002%20%20c0.646-0.016%2C1.172-0.57%2C1.172-1.217c0-0.963%2C0-1.927%2C0-2.89c0-0.691-0.547-1.24-1.236-1.241c-0.961%2C0-1.922-0.001-2.883%2C0%20%20c-0.688%2C0.001-1.236%2C0.552-1.236%2C1.243c-0.001%2C0.955-0.004%2C1.91%2C0.003%2C2.865c0.001%2C0.143%2C0.028%2C0.291%2C0.073%2C0.426%20%20c0.173%2C0.508%2C0.639%2C0.82%2C1.209%2C0.823C42.344%2C26.579%2C42.808%2C26.578%2C43.271%2C26.578z%20M34%2C27.817c-3.384-0.002-6.135%2C2.721-6.182%2C6.089%20%20c-0.049%2C3.46%2C2.72%2C6.201%2C6.04%2C6.272c3.454%2C0.074%2C6.248-2.686%2C6.321-6.043C40.254%2C30.675%2C37.462%2C27.815%2C34%2C27.817z%20M22.046%2C31.116%20%20v0.082c0%2C4.515-0.001%2C9.03%2C0%2C13.545c0%2C0.649%2C0.562%2C1.208%2C1.212%2C1.208c7.16%2C0.001%2C14.319%2C0.001%2C21.479%2C0%20%20c0.656%2C0%2C1.215-0.557%2C1.215-1.212c0.001-4.509%2C0-9.02%2C0-13.528v-0.094h-2.912c0.411%2C1.314%2C0.537%2C2.651%2C0.376%2C4.014%20%20c-0.161%2C1.363-0.601%2C2.631-1.316%2C3.803s-1.644%2C2.145-2.779%2C2.918c-2.944%2C2.006-6.821%2C2.182-9.946%2C0.428%20%20c-1.579-0.885-2.819-2.12-3.685-3.713c-1.289-2.373-1.495-4.865-0.739-7.451C23.983%2C31.116%2C23.021%2C31.116%2C22.046%2C31.116z%20%20%20M46.205%2C49.255c0.159-0.026%2C0.318-0.049%2C0.475-0.083c1.246-0.265%2C2.264-1.304%2C2.508-2.557c0.025-0.137%2C0.045-0.273%2C0.067-0.409%20%20V21.794c-0.021-0.133-0.04-0.268-0.065-0.401c-0.268-1.367-1.396-2.428-2.78-2.618c-0.058-0.007-0.113-0.02-0.17-0.03H21.761%20%20c-0.147%2C0.027-0.296%2C0.047-0.441%2C0.08c-1.352%2C0.308-2.352%2C1.396-2.545%2C2.766c-0.008%2C0.057-0.02%2C0.114-0.029%2C0.171V46.24%20%20c0.028%2C0.154%2C0.05%2C0.311%2C0.085%2C0.465c0.299%2C1.322%2C1.427%2C2.347%2C2.77%2C2.52c0.064%2C0.008%2C0.13%2C0.021%2C0.195%2C0.03H46.205z%20M34%2C64%20%20C17.432%2C64%2C4%2C50.568%2C4%2C34C4%2C17.431%2C17.432%2C4%2C34%2C4s30%2C13.431%2C30%2C30C64%2C50.568%2C50.568%2C64%2C34%2C64z%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2391DDFD%3B%22/%3E%3C/svg%3E");
    background-position: 0 50%;
    width: 100%;
    height: 100%;
    display: inline-block;
}

span.icon-instagram {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C%21DOCTYPE%20svg%20%20PUBLIC%20%27-//W3C//DTD%20SVG%201.1//EN%27%20%20%27http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%27%3E%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2067%2067%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2067%2067%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cpath%20d%3D%22M43.271%2C26.578v-0.006c0.502%2C0%2C1.005%2C0.01%2C1.508-0.002%20%20c0.646-0.016%2C1.172-0.57%2C1.172-1.217c0-0.963%2C0-1.927%2C0-2.89c0-0.691-0.547-1.24-1.236-1.241c-0.961%2C0-1.922-0.001-2.883%2C0%20%20c-0.688%2C0.001-1.236%2C0.552-1.236%2C1.243c-0.001%2C0.955-0.004%2C1.91%2C0.003%2C2.865c0.001%2C0.143%2C0.028%2C0.291%2C0.073%2C0.426%20%20c0.173%2C0.508%2C0.639%2C0.82%2C1.209%2C0.823C42.344%2C26.579%2C42.808%2C26.578%2C43.271%2C26.578z%20M34%2C27.817c-3.384-0.002-6.135%2C2.721-6.182%2C6.089%20%20c-0.049%2C3.46%2C2.72%2C6.201%2C6.04%2C6.272c3.454%2C0.074%2C6.248-2.686%2C6.321-6.043C40.254%2C30.675%2C37.462%2C27.815%2C34%2C27.817z%20M22.046%2C31.116%20%20v0.082c0%2C4.515-0.001%2C9.03%2C0%2C13.545c0%2C0.649%2C0.562%2C1.208%2C1.212%2C1.208c7.16%2C0.001%2C14.319%2C0.001%2C21.479%2C0%20%20c0.656%2C0%2C1.215-0.557%2C1.215-1.212c0.001-4.509%2C0-9.02%2C0-13.528v-0.094h-2.912c0.411%2C1.314%2C0.537%2C2.651%2C0.376%2C4.014%20%20c-0.161%2C1.363-0.601%2C2.631-1.316%2C3.803s-1.644%2C2.145-2.779%2C2.918c-2.944%2C2.006-6.821%2C2.182-9.946%2C0.428%20%20c-1.579-0.885-2.819-2.12-3.685-3.713c-1.289-2.373-1.495-4.865-0.739-7.451C23.983%2C31.116%2C23.021%2C31.116%2C22.046%2C31.116z%20%20%20M46.205%2C49.255c0.159-0.026%2C0.318-0.049%2C0.475-0.083c1.246-0.265%2C2.264-1.304%2C2.508-2.557c0.025-0.137%2C0.045-0.273%2C0.067-0.409%20%20V21.794c-0.021-0.133-0.04-0.268-0.065-0.401c-0.268-1.367-1.396-2.428-2.78-2.618c-0.058-0.007-0.113-0.02-0.17-0.03H21.761%20%20c-0.147%2C0.027-0.296%2C0.047-0.441%2C0.08c-1.352%2C0.308-2.352%2C1.396-2.545%2C2.766c-0.008%2C0.057-0.02%2C0.114-0.029%2C0.171V46.24%20%20c0.028%2C0.154%2C0.05%2C0.311%2C0.085%2C0.465c0.299%2C1.322%2C1.427%2C2.347%2C2.77%2C2.52c0.064%2C0.008%2C0.13%2C0.021%2C0.195%2C0.03H46.205z%20M34%2C64%20%20C17.432%2C64%2C4%2C50.568%2C4%2C34C4%2C17.431%2C17.432%2C4%2C34%2C4s30%2C13.431%2C30%2C30C64%2C50.568%2C50.568%2C64%2C34%2C64z%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FFFFFF%3Bopacity%3A0.6%3B%22/%3E%3C/svg%3E");
    background-position: 0 50%;
    display: inline-block;
}

span.add-icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C%21DOCTYPE%20svg%20%20PUBLIC%20%27-//W3C//DTD%20SVG%201.1//EN%27%20%20%27http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%27%3E%3Csvg%20enable-background%3D%22new%200%200%20512%20512%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cg%3E%3Cpath%20d%3D%22M256.108%2C3.02c-139.743%2C0-253%2C113.257-253%2C253s113.257%2C252.995%2C253%2C252.995%20%20%20c139.743%2C0%2C253-113.252%2C253-252.995S395.852%2C3.02%2C256.108%2C3.02z%20M256.108%2C488.775c-128.338%2C0-232.76-104.417-232.76-232.755%20%20%20c0-128.339%2C104.422-232.76%2C232.76-232.76c128.338%2C0%2C232.76%2C104.421%2C232.76%2C232.76C488.868%2C384.358%2C384.446%2C488.775%2C256.108%2C488.775%20%20%20z%22%20fill%3D%22%2337404D%22/%3E%3Cpolygon%20fill%3D%22%2334AE90%22%20points%3D%22266.228%2C104.22%20245.988%2C104.22%20245.988%2C245.9%20104.98%2C245.9%20104.98%2C266.14%20245.988%2C266.14%20%20%20%20245.988%2C407.148%20266.228%2C407.148%20266.228%2C266.14%20407.908%2C266.14%20407.908%2C245.9%20266.228%2C245.9%20%22/%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 50%;
    display: inline-block;
}

span.remove-icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C%21DOCTYPE%20svg%20%20PUBLIC%20%27-//W3C//DTD%20SVG%201.1//EN%27%20%20%27http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%27%3E%3Csvg%20enable-background%3D%22new%200%200%20512%20512%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cg%3E%3Cpath%20d%3D%22M256.142%2C6.652c-137.533%2C0-249%2C111.467-249%2C249c0%2C137.534%2C111.467%2C249%2C249%2C249%20%20%20c137.534%2C0%2C249-111.466%2C249-249C505.142%2C118.12%2C393.675%2C6.652%2C256.142%2C6.652z%20M256.142%2C484.732%20%20%20c-126.309%2C0-229.08-102.77-229.08-229.08c0-126.309%2C102.771-229.08%2C229.08-229.08c126.309%2C0%2C229.08%2C102.771%2C229.08%2C229.08%20%20%20C485.222%2C381.962%2C382.45%2C484.732%2C256.142%2C484.732z%22%20fill%3D%22%2337404D%22/%3E%3Crect%20fill%3D%22%2334AE90%22%20height%3D%2219.92%22%20width%3D%22258.298%22%20x%3D%22127.323%22%20y%3D%22245.692%22/%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 50%;
    display: inline-block;
}

span.icon-dropdown {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C%21DOCTYPE%20svg%20%20PUBLIC%20%27-//W3C//DTD%20SVG%201.0//EN%27%20%20%27http%3A//www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd%27%3E%3Csvg%20enable-background%3D%22new%200%200%2024%2024%22%20id%3D%22Layer_1%22%20version%3D%221.0%22%20viewBox%3D%220%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cpolyline%20fill%3D%22none%22%20points%3D%2221%2C8.5%2012%2C17.5%203%2C8.5%20%22%20stroke%3D%22%23ffffff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
    background-position: 0 50%;
    display: inline-block;
}

span.icon-checked {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMUNBMzA0NDA4MjE2ODExODA4M0QyRjZFQTI3NkM1QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjZCQjUyQjk4RTcxMUU1OUI1M0U2MTI1RkY1RDFDNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjZCQjUyQTk4RTcxMUU1OUI1M0U2MTI1RkY1RDFDNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzdDQTMwNDQwODIxNjgxMTgwODNEMkY2RUEyNzZDNUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzFDQTMwNDQwODIxNjgxMTgwODNEMkY2RUEyNzZDNUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5bRHP6AAACw0lEQVR42rxWXUgUURT+ZmZ3/WGVxMhyLSrQJAX/0O01MbVCEHqq5yjxpZ4KKoJQKvAlkUBfgl4SesmIwHrIhyDT3CVlScVC8CfCFKPVanfdmc65zgyTuO7PuB3mm7kz98757nfPuT9S2bMHsGOB1itJtXdseXcR2gjnCeUEdzwH5QPd231e474Q+gm91KmwUSFbGnkIIwT2cCIRsh3MrftgXyPUKY9RIelD6tLJKqGq0Dai0KKqraGWFBmSQyFJQtM4wUtKQ4bCywaZGolAUzVqKNkC+2Bf7JOsgnDJGsMLfGNVkqxs/gRJXCmZpt+IdNOnbHD0GITVmxGVjEoik2wNKTRNZIimmqGpsiaNS3AwGROlSHa6qAQfWtpxr6bJ9GMKADK2ZqktVYfdebhT2YAsxYn6A0dj+pSxC+YgFfdJVbbDKd57p0djtt0VwvZjXpTnFYjy6PICHn/2p4+wOr8QF0tqRTkYCeGW/zUlp5YeQrfDJRJE1uPUOT6Er7+CO/5ji/BmxUl4snNF+eXCtEA8i0nYWFiMjqoGHMnJ27a+2VOCloOlosyqWF0qu4VpPFQZioImctwx/gYv5qfMuv1ZObhdWS/KHK8b/lcifolYTIVD376IJ6c6k3dWn0Km4hDxulvTiFynmMd4NOPD2PJiyvuhadfGBjHzcwXtpV4okozWQ8dRtqcAI9/nUbe3SLT59GMJD6fe29qATeOh6qMJzL3vqm3Gvkw3inPzBdj+RDdw3TeIiBpNijBulvpWFnFu6AneLc39870r8BazwdWkMzuhabEa+o224QH0TA4jRMqez03i6exEasug/gwbO0a8Ie7bYZ2MY2tWhX6k3wJWwv7/QNhvJezTDzrpsgmdwyTkZeIs4WMayFjIGT6xbc1SXi68hKuEMcK6DZJ13Qf7qiOyxVgTP6wfXrvTddT/K8AAOljfv18apkwAAAAASUVORK5CYII=");
    background-position: 0 50%;
    display: inline-block;
}

.logo::after {
    color: #df3018;
    content: "\E037";
    display: block;
    font-family: mozicons;
    font-size: 18px;
    font-weight: normal !important;
    left: 0;
    line-height: 1.0;
    position: absolute;
    top: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

.userbutton-arrow::after {
    content: "\E60B";
    font-family: mozicons;
    font-size: 8px;
    margin-left: 6px;
}

.userbutton-user-avatar {
    background-color: #e5e6e7;
    border-radius: 100px;
    border: 1px solid #e9e9e9;
    color: #2b2b2b;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin-top: 4px;
    padding-top: 0px;
    text-align: center;
    width: 24px;
}

.animated-circle {
    background-color: #34ae90;
    background-size: contain;
    background-image: url("../images/savebuttoncircle.gif");
    background-repeat: no-repeat;
    background-position: center center;
    left: -1px;
    z-index: 2;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    font-family: "Roboto",Arial, Helvetica, sans-serif;
    font-weight: 400;
}

body {
    background-color: #656868;
    font-size: 13px;
    color: #2b2b2b;
    line-height: 20px;
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
}

.mz-heading-wrapper {
    margin-bottom: 20px;
}

.mz-heading {
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0 12px;
}

.mz-sub-heading {
    color: #a5a5a5;
}

.mz-table, .mz-table-basic {
    border-radius: 5px;
    box-shadow: transparent 0px 1px 3px 0px;
}

    .mz-table thead, .mz-table-basic thead, .mz-table .mz-thead, .mz-table-basic .mz-thead {
        border-style: solid none;
        border-width: 1px;
        border-color: #e9e9e9;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #f7f7f7;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        margin: 0px;
        padding: 0px;
    }

        .mz-table thead .mz-table-header, .mz-table-basic thead .mz-table-header, .mz-table .mz-thead .mz-table-header, .mz-table-basic .mz-thead .mz-table-header {
            display: flex;
            flex: 1;
            -webkit-flex: 1;
        }

        .mz-table thead th, .mz-table-basic thead th, .mz-table .mz-thead th, .mz-table-basic .mz-thead th, .mz-table .mz-thead .mz-th, .mz-table-basic .mz-thead .mz-th {
            display: flex;
            padding: 10px 5px 15px;
            color: #a5a5a5;
            font-size: 1rem;
            text-transform: capitalize;
            background-color: #f7f7f7;
            flex: 1;
            -webkit-flex: 1;
        }

    .mz-table tbody tr, .mz-table-basic tbody tr, .mz-table tbody .mz-tr, .mz-table-basic tbody .mz-tr, .mz-table .mz-grid .mz-tr, .mz-table-basic .mz-grid .mz-tr, .mz-table .mz-grid .mz-tr, .mz-table-basic .mz-grid .mz-tr {
        display: flex;
        flex-direction: row;
        webkit-flex-direction: row;
        position: relative;
    }

        .mz-table tbody tr a, .mz-table-basic tbody tr a, .mz-table tbody tr a > ul, .mz-table-basic tbody tr a > ul, .mz-table tbody .mz-tr a, .mz-table-basic tbody .mz-tr a, .mz-table tbody .mz-tr a > ul, .mz-table-basic tbody .mz-tr a > ul, .mz-table .mz-grid .mz-tr a, .mz-table-basic .mz-grid .mz-tr a, .mz-table .mz-grid .mz-tr a > ul, .mz-table-basic .mz-grid .mz-tr a > ul, .mz-table .mz-grid .mz-tr a, .mz-table-basic .mz-grid .mz-tr a, .mz-table .mz-grid .mz-tr a > ul, .mz-table-basic .mz-grid .mz-tr a > ul {
            display: flex;
            flex: 1;
            -webkit-flex: 1;
            text-decoration: none;
        }

            .mz-table tbody tr a.mz-table-tr-link > ul, .mz-table-basic tbody tr a.mz-table-tr-link > ul, .mz-table tbody .mz-tr a.mz-table-tr-link > ul, .mz-table-basic tbody .mz-tr a.mz-table-tr-link > ul, .mz-table .mz-grid .mz-tr a.mz-table-tr-link > ul, .mz-table-basic .mz-grid .mz-tr a.mz-table-tr-link > ul, .mz-table .mz-grid .mz-tr a.mz-table-tr-link > ul, .mz-table-basic .mz-grid .mz-tr a.mz-table-tr-link > ul {
                margin: 5px 0;
                padding: 0px;
            }

        .mz-table tbody tr > span, .mz-table-basic tbody tr > span, .mz-table tbody .mz-tr > span, .mz-table-basic tbody .mz-tr > span, .mz-table .mz-grid .mz-tr > span, .mz-table-basic .mz-grid .mz-tr > span, .mz-table .mz-grid .mz-tr > span, .mz-table-basic .mz-grid .mz-tr > span {
            display: inline-block;
            display: inline-block;
            color: #3f3f3f;
            font-weight: 400;
            text-overflow: ellipsis;
            zoom: 1;
            white-space: nowrap;
            position: relative;
            overflow: hidden;
        }

        .mz-table tbody tr .sort-filter, .mz-table-basic tbody tr .sort-filter, .mz-table tbody .mz-tr .sort-filter, .mz-table-basic tbody .mz-tr .sort-filter, .mz-table .mz-grid .mz-tr .sort-filter, .mz-table-basic .mz-grid .mz-tr .sort-filter {
            margin: auto 5px;
        }

        .mz-table tbody tr:hover, .mz-table-basic tbody tr:hover, .mz-table tbody .mz-tr:hover, .mz-table-basic tbody .mz-tr:hover, .mz-table .mz-grid .mz-tr:hover, .mz-table-basic .mz-grid .mz-tr:hover {
            background-color: #fafafa;
            color: #1d2021;
        }

        .mz-table tbody tr td, .mz-table-basic tbody tr td, .mz-table tbody tr .mz-td, .mz-table-basic tbody tr .mz-td, .mz-table tbody .mz-tr td, .mz-table-basic tbody .mz-tr td, .mz-table tbody .mz-tr .mz-td, .mz-table-basic tbody .mz-tr .mz-td, .mz-table .mz-grid .mz-tr .mz-td, .mz-table-basic .mz-grid .mz-tr .mz-td {
            text-align: left;
            text-overflow: ellipsis;
            padding: 9px 5px 5px 10px;
            overflow: hidden;
            white-space: nowrap;
            zoom: 1;
            flex: 1;
            -webkit-flex: 1;
        }

table, .mz-table, .mz-table-basic {
    font-size: 13px;
    margin: 15px 0;
    border-radius: 5px;
    box-shadow: transparent 0px 1px 3px 0px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

    table thead, table .mz-table-header, .mz-table thead, .mz-table-basic thead, .mz-table .mz-table-header, .mz-table-basic .mz-table-header {
        border-style: solid none;
        border-width: 1px;
        border-color: #e9e9e9;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #f7f7f7;
    }

        table thead th, table thead .mz-th, table .mz-table-header th, table .mz-table-header .mz-th, .mz-table thead th, .mz-table-basic thead th, .mz-table thead .mz-th, .mz-table-basic thead .mz-th, .mz-table .mz-table-header th, .mz-table-basic .mz-table-header th, .mz-table .mz-table-header .mz-th, .mz-table-basic .mz-table-header .mz-th {
            padding: 7px 10px;
            color: #a5a5a5;
            font-size: .9em;
            text-transform: capitalize;
            background-color: #f7f7f7;
        }

        table thead .sort-asc::after, table .mz-table-header .sort-asc::after, .mz-table thead .sort-asc::after, .mz-table-basic thead .sort-asc::after, .mz-table .mz-table-header .sort-asc::after, .mz-table-basic .mz-table-header .sort-asc::after {
            color: #666;
            content: "\E036";
            font-family: 'mozicons';
            display: inline-block;
            margin-left: 4px;
        }

        table thead .sort-desc::after, table .mz-table-header .sort-desc::after, .mz-table thead .sort-desc::after, .mz-table-basic thead .sort-desc::after, .mz-table .mz-table-header .sort-desc::after, .mz-table-basic .mz-table-header .sort-desc::after {
            color: #666;
            content: "\E033";
            font-family: 'mozicons';
            display: inline-block;
            margin-left: 4px;
        }

        table thead .sortable:hover, table .mz-table-header .sortable:hover, .mz-table thead .sortable:hover, .mz-table-basic thead .sortable:hover, .mz-table .mz-table-header .sortable:hover, .mz-table-basic .mz-table-header .sortable:hover {
            cursor: pointer;
        }

    table tr, table .mz-tr, .mz-table tr, .mz-table-basic tr, .mz-table .mz-tr, .mz-table-basic .mz-tr {
        background: #fff;
        border-bottom: 1px solid #dfdfdf;
    }

        table tr span, table .mz-tr span, .mz-table tr span, .mz-table-basic tr span, .mz-table .mz-tr span, .mz-table-basic .mz-tr span {
            color: #3f3f3f;
            white-space: nowrap;
        }

        table tr .sort-filter, table .mz-tr .sort-filter, .mz-table tr .sort-filter, .mz-table-basic tr .sort-filter, .mz-table .mz-tr .sort-filter, .mz-table-basic .mz-tr .sort-filter {
            margin: auto 5px;
        }

        table tr:hover, table .mz-tr:hover, .mz-table tr:hover, .mz-table-basic tr:hover, .mz-table .mz-tr:hover, .mz-table-basic .mz-tr:hover {
            background-color: #fafafa;
            color: #1d2021;
        }

        table tr td, table tr .mz-td, table .mz-tr td, table .mz-tr .mz-td, .mz-table tr td, .mz-table-basic tr td, .mz-table tr .mz-td, .mz-table-basic tr .mz-td, .mz-table .mz-tr td, .mz-table-basic .mz-tr td, .mz-table .mz-tr .mz-td, .mz-table-basic .mz-tr .mz-td {
            text-align: left;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            zoom: 1;
        }

.mz-table-no-border {
    border: 0px;
}

    .mz-table-no-border thead, .mz-table-no-border .mz-thead {
        border: 0px;
    }

.mz-pagination-wrapper {
    padding: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white;
    box-shadow: transparent 1px 1px 3px 0px;
}

    .mz-pagination-wrapper .mz-pagination {
        padding-bottom: 0px;
    }

        .mz-pagination-wrapper .mz-pagination .mz-pagination-li, .mz-pagination-wrapper .mz-pagination li {
            display: inline-block;
            margin-bottom: 0px;
            width: 22px;
            height: 22px;
            text-align: center;
        }

            .mz-pagination-wrapper .mz-pagination .mz-pagination-link, .mz-pagination-wrapper .mz-pagination li a {
                border-radius: 3px;
                font-size: 13px;
                line-height: 24px;
                text-align: center;
                color: #a5a5a5;
                text-decoration: none;
            }

                .mz-pagination-wrapper .mz-pagination .mz-pagination-link:hover, .mz-pagination-wrapper .mz-pagination li a:hover {
                    color: #3f3f3f;
                }

        .mz-pagination-wrapper .mz-pagination .mz-current, .mz-pagination-wrapper .mz-pagination .mz-active, .mz-pagination-wrapper .mz-pagination .active {
            border-radius: 3px;
            font-size: 13px;
            line-height: 24px;
            text-align: center;
            background-color: #34ae90;
        }

            .mz-pagination-wrapper .mz-pagination .mz-current a, .mz-pagination-wrapper .mz-pagination .mz-active a, .mz-pagination-wrapper .mz-pagination .active a {
                color: #fff;
            }

        .mz-pagination-wrapper .mz-pagination .mz-disabled, .mz-pagination-wrapper .mz-pagination .disabled {
            color: #aba;
        }

.paging-info {
    color: #3f3f3f;
    font-size: 13px;
    font-weight: normal;
}

.tr.tr-next-arrow.tr-options {
    position: absolute;
    right: 0px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 4px;
    padding-right: 8px;
    padding-left: 9px;
    background-image: none;
}

.tr-more-toggle {
    height: 16px;
    position: relative;
    width: 12px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    margin-right: -2px;
}

    .tr-more-toggle::after {
        color: #c9c9c9;
        content: "\E90B";
        display: block;
        margin-top: 14px;
        font-family: mozicons;
        font-size: 16px;
        font-weight: normal !important;
        left: 0;
        line-height: 1.0;
        text-align: center;
        top: 0;
        vertical-align: baseline;
        -webkit-font-smoothing: antialiased;
    }

.toggle-column-placeholder {
    width: 12px;
}

.mozu-options-wrappper {
    position: relative;
}

    .mozu-options-wrappper div {
        height: 100%;
        position: relative;
    }

    .mozu-options-wrappper .dropdown-list {
        z-index: 9999;
    }

.tr-more-toggle:hover::after {
    color: #666;
}

.tr-more-toggle-wrapper.w--open .tr-more-toggle {
    z-index: 3;
    background-color: whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px inset;
    opacity: 1;
}

.tr-more-toggle-wrapper.w--open .dropdown-list {
    display: inline-block;
}

.message-bar {
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
}

    .message-bar .info-error {
        background-color: #e42d00;
        color: white;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .message-bar .info-error .message {
            color: white;
        }

    .message-bar .info-success {
        background-color: #34ae90;
        color: white;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .message-bar .info-success .message {
            color: white;
        }

    .message-bar .close-icon {
        cursor: pointer;
        display: inline-block;
        right: 8px;
        top: 7px;
        height: 16px;
        position: relative;
        width: 16px;
        position: absolute;
    }

        .message-bar .close-icon::after {
            color: #333;
            content: "\E903";
            display: block;
            font-family: mozicons;
            font-size: 16px;
            font-weight: normal !important;
            left: 0;
            line-height: 1.0;
            position: absolute;
            top: 0;
            vertical-align: baseline;
            -webkit-font-smoothing: antialiased;
        }

.kibo-header {
    background-color: rgb(51, 0, 101);
    color: #e5e6e7;
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
}

    .kibo-header .header-logo {
        background-image: url(../images/kibo-header-icon.png);
        margin: 6px;
        width: 21px;
        height: 24px;
        background-repeat: no-repeat;
    }

    .kibo-header .header-title {
        flex: 1;
        font-size: 21px;
        /*margin-top: 6px;*/
    }

.kibo-dark {
    color: #e5e6e7;
}

    .kibo-dark * {
        font-family: "Roboto", Helvetica, sans-serif;
        font-weight: 300;
    }

    .kibo-dark textarea, .kibo-dark input, .kibo-dark button {
        outline: none !important;
    }

    .kibo-dark.login-background {
        /*background-color: #2b2b2b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
        height: 100vh;
        overflow-x: hidden;
        width: 100vw;
    }

    .kibo-dark .action-container .logo {
        /*background-image: url(../images/kibo-logo.png);
  height: 76px;
  margin: 0;
  padding: 0;
  width: 267px;*/
    }

        .kibo-dark .action-container .logo::after {
            content: none;
        }

    .kibo-dark .wrapper {
        background: transparent;
        margin: 80px 0 0 36px;
    }

    .kibo-dark .mz-heading {
        font-size: 30px;
        font-weight: 300;
        line-height: 39px;
        margin-bottom: 16px;
        margin-top: 36px;
        padding: 0;
    }

    .kibo-dark form {
        margin-top: 88px;
    }

    .kibo-dark .info-error {
        background-color: transparent;
        color: #d6492a;
    }

        .kibo-dark .info-error li {
            padding: 0 !important;
            text-align: left;
        }

    .kibo-dark .mz-input[type="text"], .kibo-dark .mz-input[type="password"], .kibo-dark .mz-input[type="email"] {
        color: rgba(0, 0, 0, 0.6) !important;
        font-size: 18px;
        font-family: "Roboto",Arial, Helvetica, sans-serif;
        width: 355px;
    }

        .kibo-dark .mz-input[type="text"]:-webkit-autofill, .kibo-dark .mz-input[type="text"]:-webkit-autofill:focus, .kibo-dark .mz-input[type="password"]:-webkit-autofill, .kibo-dark .mz-input[type="password"]:-webkit-autofill:focus, .kibo-dark .mz-input[type="email"]:-webkit-autofill, .kibo-dark .mz-input[type="email"]:-webkit-autofill:focus {
            background-color: rgba(0, 0, 0, 0.1) !important;
            color: rgba(0, 0, 0, 0.6) !important;
            -webkit-text-fill-color: rgba(0, 0, 0, 0.6) !important;
        }

        .kibo-dark .mz-input[type="text"]:focus, .kibo-dark .mz-input[type="password"]:focus, .kibo-dark .mz-input[type="email"]:focus {
            border-bottom-color: #fff;
        }

            .kibo-dark .mz-input[type="text"]:focus + .mz-input-label, .kibo-dark .mz-input[type="password"]:focus + .mz-input-label, .kibo-dark .mz-input[type="email"]:focus + .mz-input-label {
                color: #fff;
            }

    .kibo-dark .mz-btn-wrapper {
        display: inline-block;
        margin: 0;
    }

    .kibo-dark .instruction {
        font-weight: 300;
    }

    .kibo-dark .form-links {
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        margin-left: 40px;
    }

        .kibo-dark .form-links a {
            color: #ffce01;
        }

    .kibo-dark .footer {
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 0.17px;
        text-align: center;
        color: rgba(255, 255, 255, 0.6);
    margin: 7px 0;
        padding: 0;
    }

    .kibo-dark .mz-btn, .kibo-dark .mz-btn:focus, .kibo-dark .mz-btn:hover {
        background-color: #ffce01;
        border-radius: 2px;
        border: none;
        color: #2b2b2b;
        cursor: pointer;
        font-size: 16px;
        font-weight: 300;
        margin-top: 16px;
        padding: 0 48px;
        text-align: center;
        width: auto !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
        height: 36px;
    }

.user-container .dropdown-wrapper {
    display: flex;
    padding: 0;
}

    .user-container .dropdown-wrapper:hover {
        color: #fff;
    }

.user-container .dropdown-list {
    margin: 37px 3px 0 0;
    min-width: 100px;
    position: absolute;
    right: 0;
}

.user-menu-trigger {
    color: #e5e6e7;
    cursor: pointer;
    font-size: 12px;
    margin: 6px;
    padding: 0;
}

    .user-menu-trigger::after {
        cursor: pointer;
    }

.user-container > a, .user-container > div {
    padding: 0px 20px;
    position: relative;
}

.user-container a::after {
    right: 0px;
    top: 3px;
}

.user-container ul {
    height: 0px;
    overflow: hidden;
}

    .user-container ul li {
        display: inline-block;
    }

.esr-mode-bar {
    background: #DF3018;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    width: 100%;
}

    .esr-mode-bar .esr-mode-btn {
        text-decoration: underline;
    }

        .esr-mode-bar .esr-mode-btn:hover {
            cursor: pointer;
        }

/*# sourceMappingURL=main.css.map */
.dataTables_wrapper {
    margin: 15px 15px 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px;
}

    .dataTables_wrapper table {
        width: 100%;
    }

    .dataTables_wrapper thead {
        /*border-bottom: 1px solid #f3f3f3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
        position: static;
        left: 0px;
        top: 0px;
        right: 0px;
        border-style: solid none;
        border-width: 1px;
        border-color: #e9e9e9;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #f7f7f7;
    }

    .dataTables_wrapper th {
        padding: 7px 10px;
        color: #a5a5a5;
        font-size: 12px;
        text-transform: capitalize;
    }


        .dataTables_wrapper th .table-row-link {
            display: block;
            background-color: white;
            -webkit-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            color: #3f3f3f;
        }

    .dataTables_wrapper thead th {
        border-bottom: 1px solid #f3f3f3;
    }

    .dataTables_wrapper tr {
        border-bottom: 1px solid #f3f3f3;
    }

        .dataTables_wrapper tr td {
            padding: 7px 10px 6px;
            font-size: 13px;
        }



/** Expand Options List **/

.checkbox-span.checked {
    border-color: #34ae90;
    background-color: #34ae90;
    background-image: url(images/5669d8de2c3eef3b6e064e92_check.svg);
    background-position: 50% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    box-shadow: none;
    font-size: 1px;
}

.checkbox-span {
    position: relative;
    top: 2px;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 0px 0px inset;
    color: white;
}

/** Table Navigation **/

.dataTables_paginate {
    padding: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0) 1px 1px 3px 0px;
    text-align: right;
}

.pagination-li {
    display: inline-block;
    margin-bottom: 0px;
}

.dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 0px 8px;
    margin: 0 2px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
}

    .dataTables_paginate .paginate_button:hover {
        cursor: pointer;
    }

.paginate_button.current {
    background-color: #34ae90;
    color: white;
}

.mz-btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #34ae90;
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px 0px;
    color: white;
    font-size: 13px;
    line-height: 30px;
    border-style: solid;
    border-color: #34ae90;
}

.mz-btn-primary {
    font-size: 16px;
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 -1px transparent;
    -moz-box-shadow: inset 0 -1px transparent;
    box-shadow: inset 0 -1px transparent;
    /* -webkit-transition-duration: .1s; */
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    /* transition-duration: .1s; */
    /* -webkit-transition-property: background,border,box-shadow,color,text-shadow,-webkit-transform; */
    -moz-transition-property: background,border,box-shadow,color,text-shadow,-moz-transform;
    -o-transition-property: background,border,box-shadow,color,text-shadow,-o-transform;
    /* transition-property: background,border,box-shadow,color,text-shadow,transform; */
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.mz-btn-primary-split {
    padding-right: 15px;
    padding-left: 20px;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: -13px;
    width: 106px;
}

.mz-btn-primary-split, .button-split {
    height: 36px;
    min-width: 20px;
}

.secondary-btn {
    border: 1px solid #ccc;
    color: #aaa;
}

.mz-btn.secondary-btn:hover {
    background-color: rgba(158,158,158,0.2);
    cursor: pointer;
}


.mz-btn:hover {
    z-index: 1;
    background-color: #31b695;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.mz-btn-primary.mz-btn-primary-solo {
    margin-top: 0px;
    margin-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    line-height: 22px;
}

.mz-btn-primary-text {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    float: left;
    line-height: 26px;
}

.mz-btn-primary.mz-btn-primary.moved {
    margin: 10px 10px 0px 0px;
}

.secondary-button {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #cccccc;
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px 0px;
    color: white;
    font-size: 16px;
    line-height: 30px;
    border-style: solid;
    border-color: #cacaca;
}

.mz-btn-wrapper {
    position: relative;
    margin: 10px 0;


}

.loading-overlay {
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    top: 0px;
}

.mz-btn-primary.s-loading + .loading-overlay {
    display: block;
}


.mz-btn-li {
    display: inline-block;
    margin-left: 6px;
}

.mz-btn-group-link {
    padding: 5px 12px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #fafafa;
    color: #9e9e9e;
    font-size: 12px;
    display: inline-block;
}

.mz-btn-dropdown-menu {
    top: 43px;
    /* left: -35px; */
    box-shadow: none;
    border-radius: 0px;
}

#contextMenu .toggle-icon {
    z-index: 1;
    padding: 14px 14px;
    border-radius: 3px;
    background-image: url("images/gear_icon.png");
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    opacity: 0.3;
    display: inline-block;
}

#contextMenu .md-open .toggle-icon {
    z-index: 3;
    background-color: whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px inset;
    opacity: .65;
}

#contextMenu .toggle-icon:hover {
    opacity: 1;
}

.dropdown-wrapper {
    z-index: 8;
    float: left;
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.w-dropdown-list.w--open {
    display: block;
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
    cursor: pointer;
}

    .w-dropdown-link.checked .checkbox-span {
        border-color: #34ae90;
        background-color: #34ae90;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMUNBMzA0NDA4MjE2ODExODA4M0QyRjZFQTI3NkM1QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjZCQjUyQjk4RTcxMUU1OUI1M0U2MTI1RkY1RDFDNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjZCQjUyQTk4RTcxMUU1OUI1M0U2MTI1RkY1RDFDNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzdDQTMwNDQwODIxNjgxMTgwODNEMkY2RUEyNzZDNUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzFDQTMwNDQwODIxNjgxMTgwODNEMkY2RUEyNzZDNUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5bRHP6AAACw0lEQVR42rxWXUgUURT+ZmZ3/WGVxMhyLSrQJAX/0O01MbVCEHqq5yjxpZ4KKoJQKvAlkUBfgl4SesmIwHrIhyDT3CVlScVC8CfCFKPVanfdmc65zgyTuO7PuB3mm7kz98757nfPuT9S2bMHsGOB1itJtXdseXcR2gjnCeUEdzwH5QPd231e474Q+gm91KmwUSFbGnkIIwT2cCIRsh3MrftgXyPUKY9RIelD6tLJKqGq0Dai0KKqraGWFBmSQyFJQtM4wUtKQ4bCywaZGolAUzVqKNkC+2Bf7JOsgnDJGsMLfGNVkqxs/gRJXCmZpt+IdNOnbHD0GITVmxGVjEoik2wNKTRNZIimmqGpsiaNS3AwGROlSHa6qAQfWtpxr6bJ9GMKADK2ZqktVYfdebhT2YAsxYn6A0dj+pSxC+YgFfdJVbbDKd57p0djtt0VwvZjXpTnFYjy6PICHn/2p4+wOr8QF0tqRTkYCeGW/zUlp5YeQrfDJRJE1uPUOT6Er7+CO/5ji/BmxUl4snNF+eXCtEA8i0nYWFiMjqoGHMnJ27a+2VOCloOlosyqWF0qu4VpPFQZioImctwx/gYv5qfMuv1ZObhdWS/KHK8b/lcifolYTIVD376IJ6c6k3dWn0Km4hDxulvTiFynmMd4NOPD2PJiyvuhadfGBjHzcwXtpV4okozWQ8dRtqcAI9/nUbe3SLT59GMJD6fe29qATeOh6qMJzL3vqm3Gvkw3inPzBdj+RDdw3TeIiBpNijBulvpWFnFu6AneLc39870r8BazwdWkMzuhabEa+o224QH0TA4jRMqez03i6exEasug/gwbO0a8Ie7bYZ2MY2tWhX6k3wJWwv7/QNhvJezTDzrpsgmdwyTkZeIs4WMayFjIGT6xbc1SXi68hKuEMcK6DZJ13Qf7qiOyxVgTP6wfXrvTddT/K8AAOljfv18apkwAAAAASUVORK5CYII=');
        background-position: 50% 50%;
        background-size: 10px;
        background-repeat: no-repeat;
        box-shadow: none;
        font-size: 1px;
    }

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.dropdown-list {
    border: 1px solid #dadada;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}



.dropdown-link.first {
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
}

.dropdown-link {
    padding: 6px 12px;
    border-bottom: 1px solid #f5f5f5;
    color: #a3a3a3;
    font-size: 12px;
    line-height: 24px;
}

.dropdown-list.master-switcher.top-header-dropdown.more-toggle-dropdown.row-toggle-dropdown {
    top: 26px;
    right: -2px;
    position: absolute;
}

    .dropdown-list.master-switcher.top-header-dropdown.more-toggle-dropdown.row-toggle-dropdown.w--open {
        z-index: 1000;
    }


.dropdown-list:focus {
    outline: none;
}

.mz-input-wrapper {
    position: relative;
    margin: 10px 0 20px;
}

    .mz-input-wrapper md-input-container {
        margin: 0px;
    }

    .mz-input-wrapper.no-message label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .mz-input-wrapper.no-message {
        margin-bottom: 38px;
    }


    .mz-input-wrapper .mz-input {
        display: block;
        width: 100%;
        height: 34px;
        margin-bottom: 8px;
        padding-right: 0px;
        padding-left: 0px;
        border-style: none none solid;
        border-bottom-width: 1px;
        border-bottom-color: #eee;
        line-height: 18px;
        color: #333333;
        vertical-align: middle;
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
        z-index: 99;
        position: relative;
        background: transparent;
    }

        .mz-input-wrapper .mz-input:focus {
            border-bottom-width: 1px;
            border-bottom-color: #34ae90;
            box-shadow: #34ae90 0px 1px 0px 0px;
            outline: 0;
        }

        .mz-input-wrapper .mz-input:focus, .mz-input-wrapper md-input-container.md-input-focused .mz-input {
            border-bottom-width: 1px;
            border-bottom-color: #34ae90;
            box-shadow: #34ae90 0px 1px 0px 0px;
            outline: 0;
        }

        .mz-input-wrapper .mz-input.textarea {
            height: auto;
            padding-top: 5px;
            line-height: 21px;
            border: 1px solid #cccccc;
            overflow: auto;
            padding: 5px;
        }

    .mz-input-wrapper label {
        display: block;
        margin-bottom: 0px;
        color: #acacac;
        line-height: 12px;
        font-weight: 400;
        font-size: 15px;
    }

    .mz-input-wrapper md-input-container.md-input-focused label {
        color: #34ae90;
    }


    .mz-input-wrapper .mz-input-field label {
        color: #9e9e9e;
        position: absolute;
        top: -0.75rem;
        left: 0;
        font-size: 0.75rem;
        cursor: text;
        -webkit-transition: .2s ease-out;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        font-size: 15px;
    }

.mz-search-input {
    position: relative;
}

    .mz-search-input > input.mz-input {
        width: 94%;
        padding-left: 6%;
    }

    .mz-search-input:after {
        position: absolute;
        top: 11px;
        left: 1.5%;
        color: #a5a5a5;
    }

.mz-input-wrapper .required {
    padding-left: 2px;
    border-radius: 2px;
    color: #34ae90;
}

.mz-input-wrapper .select {
    height: 34px;
    padding-left: 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
    border-radius: 0px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(white, white 98%);
    background-image: linear-gradient(white, white 98%);
    padding: 8px 4px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
    display: block;
    width: 100%;
}

.layout-padding > md-input-container {
    margin: 6px 0;
}

.mz-input-label {
    color: #cfcfcf;
    position: absolute;
    top: 0.5rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 9;
}

.mz-input:focus {
    border-bottom-width: 1px;
    border-bottom-color: #34ae90;
    box-shadow: 0 1px 0 0 #34ae90;
}

    .mz-input:focus + .mz-input-label, .mz-input.active + .mz-input-label {
        font-size: 0.75rem;
        -webkit-transform: translateY(-170%);
        -moz-transform: translateY(-170%);
        -ms-transform: translateY(-170%);
        -o-transform: translateY(-170%);
        transform: translateY(-170%);
    }

.mz-input-wrapper input.mz-input:-webkit-autofill + .mz-input-label {
    font-size: 0.75rem;
    -webkit-transform: translateY(-170%);
    -moz-transform: translateY(-170%);
    -ms-transform: translateY(-170%);
    -o-transform: translateY(-170%);
    transform: translateY(-170%);
}


.mz-input:focus + .mz-input-label {
    color: #34ae90;
}

input:-webkit-autofill, input:-webkit-autofill, input:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
    -webkit-text-fill-color: #fff !important;
}

a.mz-link {
    color: #a3a3a3;
    text-decoration: none;
}

    a.mz-link :hover {
        color: #3f3f3f;
    }

.md-chips .md-chip {
    display: inline-block;
    padding-left: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    line-height: 16px;
    font-size: 1rem;
}

    .md-chips .md-chip .md-chip-content {
        display: block;
        float: left;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 8px 8px 8px 0px;
    }

.md-chips.md-default-theme .md-chips.md-focused, md-chips .md-chips.md-focused {
    box-shadow: 0 2px #34ae90;
}

.md-chips.md-default-theme .md-chip, md-chips .md-chip {
    background: #fff;
    color: #333333;
}

    md-chips.md-default-theme .md-chip.md-focused, md-chips .md-chip.md-focused {
        background: #34ae90;
        color: #fff;
    }


.md-chips .md-chip .md-chip-remove md-icon {
    height: 16px;
    width: 16px;
}

.loading-spinner {
    z-index: 9;
    position: relative;
}

    .loading-spinner .showbox {
        position: absolute;
   top: 0; bottom: 0; left: 0; right: 0;
        padding: 5%;
    }

    .loading-spinner .loader {
        -webkit-animation: rotate 2s linear infinite;
        animation: rotate 2s linear infinite;
        height: 100%;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
    }

        .loading-spinner .loader:before {
            content: '';
            display: block;
            padding-top: 100%;
        }

    .loading-spinner .circular {
        animation: rotate 2s linear infinite;
        height: 100%;
        transform-origin: center center;
        width: 100%;
        position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
        margin: auto;
    }


    .loading-spinner .path {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    animation:
            dash 1.5s ease-in-out infinite,
            color 6s ease-in-out infinite;
        stroke-linecap: round;
    }



@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #34ae90;
    }

    40% {
        stroke: #30b695;
    }

    66% {
        stroke: #34ae90;
    }

    80%, 90% {
        stroke: #30b695;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #34ae90;
    }

    40% {
        stroke: #30b695;
    }

    66% {
        stroke: #34ae90;
    }

    80%, 90% {
        stroke: #30b695;
    }
}



/*** Scrollbar styles for Scrollbar ***/


.scrollbar::-webkit-scrollbar {
    width: 15px;
    height: 14px;
}

.scrollbar::-webkit-scrollbar-button {
    width: 6px;
    height: 6px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border: 4px solid #fff;
    border-radius: 56px;
}

    .scrollbar::-webkit-scrollbar-thumb:hover {
        background: #b9b9b9;
    }

    .scrollbar::-webkit-scrollbar-thumb:active {
        background: #b9b9b9;
    }

.scrollbar::-webkit-scrollbar-track {
    background: #fff;
    border: 0px none #eaeaea;
    border-radius: 35px;
}

.scrollbar::-webkit-scrollbar-track-piece {
    background: #fff;
}

.scrollbar::-webkit-scrollbar-track:hover {
    background: #fff;
}

.scrollbar::-webkit-scrollbar-track:active {
    background: #fff;
}

.scrollbar::-webkit-scrollbar-corner {
    background: transparent;
}

.md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar {
    width: 15px;
    height: 14px;
}

.md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar-button {
    width: 6px;
    height: 6px;
}

.md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border: 4px solid #fff;
    border-radius: 56px;
}

    .md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar-thumb:hover {
        background: #b9b9b9;
    }

    .md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar-thumb:active {
        background: #b9b9b9;
    }

.md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar-track {
    background: #fff;
    border: 0px none #eaeaea;
    border-radius: 35px;
}

.md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar-track-piece {
    background: #fff;
}

.md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar-track:hover {
    background: #fff;
}

.md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar-track:active {
    background: #fff;
}

.md-select-menu-container > md-select-menu > md-content::-webkit-scrollbar-corner {
    background: transparent;
}

.wrapper {
    background: #fff;
    margin: 60px auto 50px auto;
    padding: 15px 10px;
}

.header-row, .scopes-container {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 10px;
}

#scopes-wrapper .row:not(.hide-table):last-of-type .scopes-container {
    border-bottom: 0px
}

.hide-table {
    display: none;
}


.mz-table {
    position: relative;
}

.loading-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

    .loading-wrapper .loading-background {
        opacity: 0.6;
        height: 100%;
        background: #fff;
    }

.isLoading .loading-wrapper {
    display: block;
}

.scopes-container {
    margin: 12px 0 25px;
    padding: 0px 25px 25px 25px;
}

.logo {
    position: relative;
    padding: 0px 0 0px 110px;
    margin: 12px 0px 20px 25px;
}

    .logo::after {
        font-size: 30px;
    }

    .logo h2 {
        font-size: 30px;
        padding-top: 4px;
    }

.user-container {
    margin: 0;
}


.w--open > nav {
    display: block;
}


.mz-table span.tenantId {
    margin: 0 10px;
    color: #fff;
    letter-spacing: 0.1em;
    background: #34ae90;
    padding: 4px 5px;
    font-size: 11px;
    border-radius: 9px;
}

.mz-table .mz-grid .mz-tr .mz-td:first-child, .mz-table .mz-thead .mz-th:first-child {
    flex: 2;
    -webkit-flex: 2;
}

.mz-hidden {
    display: none !Important;
}

#esrModeBtn {
    float: right;
    font-size: 14px;
    margin-bottom: -44px;
    margin-right: 20px;
}

.clear::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.action-container {
    max-width: 550px;
    min-width: 450px;
    padding: 30px 50px;
}

    .action-container .logo {
        padding: 30px;
        margin: 10px 0 0 0;
    }

        .action-container .logo::after {
            text-align: center;
            width: 100%;
            font-size: 58px;
        }

    .action-container .mz-input-wrapper {
        margin: 40px 0;
    }

    .action-container .mz-btn-primary {
        width: 100%;
    }

    .action-container .form-links {
        /*text-align: right;*/
        margin-left: 0;
    }

.forgot-password {
    margin-top: 6px;
    display: inline-block;
}

.action-container .validation-summary-errors ul li, .action-container .ajaxFailure, .action-container .ajaxSuccess {
    padding: 10px;
    display: block;
}

.temp-hide {
    display: none;
}

.mz-grid .no-results {
    padding: 10px;
}
/* login new css Snehal*/

.body-container {
    height: 100vh;
    overflow: hidden;
}

    .body-container .logo {
        text-align: center
    }

.flex {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.justify-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.login-bg-container {
    max-width: 424px;
    width: 424px;
    min-height: 335px;
    border-radius: 4px;
    background-color: white;
    box-sizing: border-box;
    padding: 34px 48px;
}

.login-form-wrapper, .login-img-wrapper {
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block;
}

    .login-form-wrapper .container-fluid {
        padding-right: 0;
        padding-left: 0;

}

    .login-form-flex .mz-heading {
        font-size: 28px;
        margin: 0;
        padding: 0;
        margin-bottom: 28px;
        line-height: normal;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.87);
        text-align: center;
    }

    .login-form-flex form {
        margin-top: 0;
    }

    .login-form-flex .mz-input-wrapper {
        margin: 28px 0;
    }

        .login-form-flex .mz-input-wrapper .mz-input {
            width: 328px;
            height: 56px;
            background-color: rgba(0, 0, 0, 0.1);
            padding: 15px;
            box-sizing: border-box;
            border: none;
        }

            .login-form-flex .mz-input-wrapper .mz-input ::-webkit-input-placeholder { /* Edge */
                color: red;
                font-size: 19px;
                line-height: 1.26;
                letter-spacing: 0.15px;
                color: rgba(0, 0, 0, 0.6);
            }

            .login-form-flex .mz-input-wrapper .mz-input :-ms-input-placeholder { /* Internet Explorer */
                color: red;
                font-size: 19px;
                line-height: 1.26;
                letter-spacing: 0.15px;
                color: rgba(0, 0, 0, 0.6);
            }

            .login-form-flex .mz-input-wrapper .mz-input::placeholder {
                color: red;
                font-size: 19px;
                line-height: 1.26;
                letter-spacing: 0.15px;
                color: rgba(0, 0, 0, 0.6);
            }

.login-form-wrapper {
    float: left;
    background-image: url(../images/black@3x.png);
    background-color: #2b2b2b;
    background-size: 100% 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

    .login-form-wrapper .logo {
        margin: 0;
        padding: 0;
        width: auto;
        margin-bottom: 2px;
    }
    .login-form-wrapper .logo img{
        height: auto;
        width:250px;
    }

    .login-form-wrapper .instruction {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.42px;
        color: rgba(0, 0, 0, 0.87);
    }

.customize-instruction {
    margin-top: 44px;
    margin-bottom: 13px;
}

.mt-0 {
    margin-top: 0 !important;
}

.login-form-wrapper .mz-btn {
    margin: 0;
    font-weight: bold;
}

.login-form-wrapper .mz-btn:hover, .login-form-wrapper .mz-btn:focus {
        margin: 0;
    display: flex;
    align-items: center;
}
.login-form-wrapper .mz-btn, .login-form-wrapper .mz-btn:focus, .login-form-wrapper .mz-btn:hover {
    font-weight: 600;
    }

.login-img-wrapper {
    background-color: #656868;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/illustration-main@3x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
}

.login-img {
    background-image: url(../images/illustration-main@3x.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 672px;
}

.clearfix {
    clear: both;
}

.login-form-flex .container-fluid {
    padding: 0;
    margin: 0;
    width: 100%;
}

.login-form-flex .action-container {
    width: auto;
    min-width: auto;
    padding: 0;
    margin: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-list {
    margin-top: 48px;
}

    .footer-list a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        letter-spacing: 1.5;
        margin-right: 24px;
}
.footer-list a:hover {
    text-decoration: underline;
    }
/*customized input css starts*/
.login-form-wrapper .mz-input[type="text"]:-webkit-autofill, .login-form-wrapper .mz-input[type="text"]:-webkit-autofill:focus {
    /*box-shadow: none !important;*/
    color: rgba(0, 0, 0, 0.6) !important;
    background: transparent;
    border-bottom: none;
}

.login-form-flex .mz-input-wrapper .mz-input-wrapper {
    width: 328px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px;
    box-sizing: border-box;
}

.login-form-flex .wrap {
    display: flex;
    justify-content: center;
}
.login-form-wrapper .mz-input-wrapper .mz-input {
    color: rgba(0, 0, 0, 0.6) !important;
}

.login-form-wrapper .mz-input-wrapper .mz-input:focus, .login-form-wrapper .mz-input-wrapper .mz-input.active {
        height: 56px;
        color: rgba(0, 0, 0, 0.6) !important;
        padding-top: 32px;
        box-shadow: none;
    }

.login-form-wrapper .label-input {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 16px;
    left: 0;
    top: 19px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.login-form-wrapper .mz-input-wrapper .mz-input:focus + .focus-input {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    top: -1px;
    left: 0px;
    pointer-events: none;
    border-bottom: 2px solid #260845;
    visibility: hidden;
    opacity: 0;
    background-color: #E5E5E5 !important;
}

.login-form-wrapper .mz-input-wrapper .mz-input:focus + .focus-input + .label-input, .login-form-wrapper .mz-input-wrapper .mz-input.active + .focus-input + .label-input {
    top: 7px;
    font-size: 13px;
    color: #330066;
    z-index: 100;
}

input:-internal-autofill-selected, .input:-webkit-autofill, input:-webkit-autofill:focus, .kibo-dark .mz-input[type="password"]:-webkit-autofill, .kibo-dark .mz-input[type="password"], .kibo-dark .mz-input[type="password"]:-internal-autofill-selected {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: rgba(0, 0, 0, 0.6) !important;
    /*box-shadow: none !important;*/
    -webkit-text-fill-color: rgba(0, 0, 0, 0.6) !important;
}

.login-form-wrapper .message-bar {
    text-align: left;
    margin: 17px 0;
}

.login-form-wrapper .message-bar {
    color: #d6492a;
    font-size: 16px;
}

.login-form-wrapper .btn-flex-wrapper .instruction {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
}

.login-form-wrapper .btn-flex-wrapper input[type="checkbox"] {
    margin: 0 11px 0 0;
    width: 18px;
    height: 18px;
}

.login-form-wrapper .email-label {
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 15px;
}

.login-form-wrapper .forgot-password {
    font-size: 16.7px;
    line-height: 1.2;
    letter-spacing: 0.25px;
    color: #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    margin-top: 0;
}

.login-form-wrapper .mz-btn-wrapper {
    margin: 8px 0;
    display: flex;
    align-items: center;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgba(0, 0, 0, 0.1) !important;
    background-image: none !important;
}
    /*
.login-form-wrapper::-webkit-scrollbar {
    width: 4px;
}

 Track * /
.login-form-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle * /
.login-form-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover * /
.login-form-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
*/

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #e5e5e5 inset !important;
        -webkit-text-fill-color: rgba(0, 0, 0, 0.6) !important;
    }
.btn-primary-yellow {
    background-color: #ffce01;
    border-radius: 2px;
    border: none;
    color: #2b2b2b;
    font-size: 16px;
    padding: 0 48px;
    text-align: center;
    width: auto !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    height: 36px;
    font-weight: 600;
}
.btn-primary-yellow {
    background-color: #ffce01;
    color: #2b2b2b;
}
.btn-primary-yellow:hover {
    background-color: #FFEB3B !important;
    color: #2B2B2B !important;
}
.footer a {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin: 7px 0;
    padding: 0;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 1920px) {
    .login-img {
        width: calc(100% - 40%);
    }
}
.login-bg-container .form-links a {
    font-size: 16.7px;
    line-height: 1.2;
    letter-spacing: 0.25px;
    color: #2B2B2B;
    border-bottom: 1px solid #2B2B2B;
    margin-top: 0;
}

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

    .login-bg-container {
        max-width: 310px;
        width: 310px;
        padding: 34px 15px;
    }

    .login-form-wrapper .mz-input-wrapper .mz-input {
        width: 280px;
    }
    .login-form-flex .mz-heading {
        word-break: break-word;
        text-overflow: unset;
        white-space: normal;
        text-align: left;
    }
}

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

    .login-img-wrapper {
        display: none;
    }

    .login-form-wrapper {
        width: 100%;
    } 

    .login-img-wrapper {
        display: none;
    }

    .login-form-wrapper {
        width: 100%;
    }

    .login-bg-container {
        max-width: 310px;
        width: 310px;
        padding: 34px 15px;
    }

    .login-form-wrapper .mz-input-wrapper .mz-input {
        width: 280px;
    }

    .login-form-flex .mz-heading {
        font-size: 22px;
        text-align: center;
    }

    .login-form-wrapper .email-label {
        font-size: 15px;
    }

    .kibo-dark .mz-btn {
        padding: 0 30px;
    }
}
.mz-heading-long {
    word-break: break-word;
    text-overflow: unset;
    white-space: normal;
    text-align: left !important;
}
.mz-btn-long-text, .mz-btn-long-text:focus, .mz-btn-long-text:hover {
    padding: 5px !important;
    font-size: 14px !important;
}
.mz-link-long {
    font-size: 12.7px !important;
    display: inline;
}